diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-07-19 00:12:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-07-19 00:12:05 +0000 |
commit | b7e32df6603720c7f58b93a97b68cc841c0ad2ff (patch) | |
tree | c63f35a4ff7570e087ace1710f4eac545899273d /lib/l10n | |
parent | ddebdb02fb1881a834ed47430c17b743b1e4f6da (diff) | |
download | nextcloud-server-b7e32df6603720c7f58b93a97b68cc841c0ad2ff.tar.gz nextcloud-server-b7e32df6603720c7f58b93a97b68cc841c0ad2ff.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/cs.js | 1 | ||||
-rw-r--r-- | lib/l10n/cs.json | 1 | ||||
-rw-r--r-- | lib/l10n/pl.js | 3 | ||||
-rw-r--r-- | lib/l10n/pl.json | 3 |
4 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index f7dd8cd72cc..8de62521afc 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -231,6 +231,7 @@ OC.L10N.register( "Storage is temporarily not available" : "Úložiště je dočasně nedostupné", "Storage connection timeout. %s" : "Vypršení připojení k úložišti. %s", "Personal" : "Osobní", + "Admin" : "Správce", "APCu" : "APCu", "Redis" : "Redis", "Tips & tricks" : "Tipy a triky", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index 228b06a682f..0c5c7309b03 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -229,6 +229,7 @@ "Storage is temporarily not available" : "Úložiště je dočasně nedostupné", "Storage connection timeout. %s" : "Vypršení připojení k úložišti. %s", "Personal" : "Osobní", + "Admin" : "Správce", "APCu" : "APCu", "Redis" : "Redis", "Tips & tricks" : "Tipy a triky", diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index 7f64cc6d33e..eb0e65e28f1 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -60,6 +60,9 @@ OC.L10N.register( "Log out" : "Wyloguj", "Users" : "Użytkownicy", "Unknown user" : "Nieznany użytkownik", + "Create" : "Utwórz", + "Change" : "Zmień", + "Delete" : "Usuń", "Basic settings" : "Ustawienia podstawowe", "Sharing" : "Udostępnianie", "Security" : "Bepieczeństwo", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 3e16ed67807..7c70d4dd1f5 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -58,6 +58,9 @@ "Log out" : "Wyloguj", "Users" : "Użytkownicy", "Unknown user" : "Nieznany użytkownik", + "Create" : "Utwórz", + "Change" : "Zmień", + "Delete" : "Usuń", "Basic settings" : "Ustawienia podstawowe", "Sharing" : "Udostępnianie", "Security" : "Bepieczeństwo", |