diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2018-09-10 09:39:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-10 09:39:14 -0400 |
| commit | 5b685685c87ee75c6154b97501ac178ec2dfc9c7 (patch) | |
| tree | f315bf564e7bddbe29189da8e296dfb6f63efbaf | |
| parent | 0b9faee91b06e3ae51c3e16942b43135de996545 (diff) | |
| parent | b5972316158bd5c715c87c6a6f27b14a77a62875 (diff) | |
Merge pull request #703 from florie1706/patch-21
#697 initial code for cloud sync
| -rw-r--r-- | www/lang/locale-de.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/lang/locale-de.json b/www/lang/locale-de.json index 3362eb8d..7d09c901 100644 --- a/www/lang/locale-de.json +++ b/www/lang/locale-de.json @@ -312,6 +312,9 @@ "kRetrievingProfileData" :"empfange Profildaten", "kSave" :"Speichern", "kSavingSnapshot" :"Sichere Einzelbild ", + "kSaveToCloud" :"mit der Cloud synchronisieren", + "kSaveToCloudIOS" :"sichere Einstellungen in Dein iCloud-Konto", + "kSaveToCloudANDROID" :"sichere Einstellungen über den Backup Service von Android. Der Synchronisationsvorgang kann einige Stunden dauern", "kScore" :"Punktzahl", "kScrub" :"Analyse", "kSearch" :"Suche", |
