diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/pl.js | 1 | ||||
-rw-r--r-- | lib/l10n/pl.json | 1 | ||||
-rw-r--r-- | lib/l10n/sv.js | 1 | ||||
-rw-r--r-- | lib/l10n/sv.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index ef8ed89bcad..fb3efd443d9 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -57,6 +57,7 @@ OC.L10N.register( "Invalid image" : "Nieprawidłowy obraz", "Avatar image is not square" : "Obraz awatara nie jest kwadratowy", "View profile" : "Zobacz profil", + "Local time: %s" : "Czas lokalny: %s", "today" : "dzisiaj", "tomorrow" : "jutro", "yesterday" : "wczoraj", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 167a1f6a0d5..13f15896f34 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -55,6 +55,7 @@ "Invalid image" : "Nieprawidłowy obraz", "Avatar image is not square" : "Obraz awatara nie jest kwadratowy", "View profile" : "Zobacz profil", + "Local time: %s" : "Czas lokalny: %s", "today" : "dzisiaj", "tomorrow" : "jutro", "yesterday" : "wczoraj", diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index aa4ac95b7a8..b08f455388c 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -57,6 +57,7 @@ OC.L10N.register( "Invalid image" : "Ogiltig bild", "Avatar image is not square" : "Profilbilden är inte fyrkantig", "View profile" : "Visa profil", + "Local time: %s" : "Lokal tid: %s", "today" : "idag", "tomorrow" : "imorgon", "yesterday" : "igår", diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index 212b938bbd5..a08808212e2 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -55,6 +55,7 @@ "Invalid image" : "Ogiltig bild", "Avatar image is not square" : "Profilbilden är inte fyrkantig", "View profile" : "Visa profil", + "Local time: %s" : "Lokal tid: %s", "today" : "idag", "tomorrow" : "imorgon", "yesterday" : "igår", |