You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/scripts/sepiaFW.local.js
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ function sepiaFW_build_strings(){
55
55
StringsDE.userNotFound='Uups, dieser User scheint gerade nicht hier zu sein :-(';
56
56
StringsDE.loading='Lädt';
57
57
StringsDE.oneMoment='Einen Moment bitte ...';
58
+
StringsDE.done='Erledigt';
58
59
StringsDE.doit='Tu es!';
59
60
StringsDE.looksGood='Sieht gut aus';
60
61
StringsDE.betterNot='Besser nicht';
@@ -75,6 +76,7 @@ function sepiaFW_build_strings(){
75
76
StringsDE.continueOffline='Offline weitermachen';
76
77
StringsDE.locateMe='Standort bestimmen';
77
78
StringsDE.deviceId='Geräte ID';
79
+
StringsDE.deviceSite='Gerätestandort';
78
80
StringsDE.allowedToExecuteThisCommand='Darf ich diesen Befehl ausführen: ';
79
81
StringsDE.copyList='Diese Liste gehört einem anderen User, möchtest du sie in deinen Account kopieren?';
80
82
StringsDE.cantCopyList='Diese Liste gehört einem anderen User und kann nicht gespeichert werden, aber du kannst eventuell einzelne Einträge via share-Funktion kopieren.';
@@ -204,6 +206,7 @@ function sepiaFW_build_strings(){
204
206
StringsEN.userNotFound='Uups, this user seems to be not available right now :-(';
205
207
StringsEN.loading='Loading';
206
208
StringsEN.oneMoment='One moment please ...';
209
+
StringsEN.done='Done';
207
210
StringsEN.doit='Do it!';
208
211
StringsEN.looksGood='Looks good';
209
212
StringsEN.betterNot='Better not';
@@ -224,6 +227,7 @@ function sepiaFW_build_strings(){
224
227
StringsEN.continueOffline='Continue offline';
225
228
StringsEN.locateMe='Refresh my location';
226
229
StringsEN.deviceId='Device ID';
230
+
StringsEN.deviceSite='Device site';
227
231
StringsEN.allowedToExecuteThisCommand='Am I allowed to send this request: ';
228
232
StringsEN.copyList='This list belongs to another user, do you want to copy it to your account?';
229
233
StringsEN.cantCopyList='This list belongs to another user and cannot be stored, but you might be able to copy single items with the share function.';
0 commit comments