diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-18 01:54:53 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-18 01:54:53 -0400 |
commit | 765782445a24fb1b239f2a3cd5c7b239ae4f6455 (patch) | |
tree | 56342dd9db73c7f2ca68ce1b5d9c12f0da5c37f0 /apps/files | |
parent | 8ce8a05dabc749c25438623a662c45ea5d1ec770 (diff) | |
download | nextcloud-server-765782445a24fb1b239f2a3cd5c7b239ae4f6455.tar.gz nextcloud-server-765782445a24fb1b239f2a3cd5c7b239ae4f6455.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/pl.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/pl.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/sq.js | 3 | ||||
-rw-r--r-- | apps/files/l10n/sq.json | 3 |
4 files changed, 8 insertions, 0 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 6a5b74a253f..01259a538ab 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -48,6 +48,7 @@ OC.L10N.register( "Could not move \"{file}\"" : "Nie można było przenieść \"{file}\"", "Could not create file \"{file}\"" : "Nie można było utworzyć pliku \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Nie można było utworzyć pliku \"{file}\", ponieważ ten plik już istnieje.", + "Could not create folder \"{dir}\"" : "Nie można utworzyć folderu „{dir}”", "Could not create folder \"{dir}\" because it already exists" : "Nie można utworzyć folderu „{dir}”, ponieważ już istnieje.", "Error deleting file \"{fileName}\"." : "Błąd podczas usuwania pliku „{fileName}”.", "No entries in this folder match '{filter}'" : "Brak wyników pasujących do '{filter}'", diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index e67527bc634..fd4d5116953 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -46,6 +46,7 @@ "Could not move \"{file}\"" : "Nie można było przenieść \"{file}\"", "Could not create file \"{file}\"" : "Nie można było utworzyć pliku \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Nie można było utworzyć pliku \"{file}\", ponieważ ten plik już istnieje.", + "Could not create folder \"{dir}\"" : "Nie można utworzyć folderu „{dir}”", "Could not create folder \"{dir}\" because it already exists" : "Nie można utworzyć folderu „{dir}”, ponieważ już istnieje.", "Error deleting file \"{fileName}\"." : "Błąd podczas usuwania pliku „{fileName}”.", "No entries in this folder match '{filter}'" : "Brak wyników pasujących do '{filter}'", diff --git a/apps/files/l10n/sq.js b/apps/files/l10n/sq.js index 6ec154a9ac3..c1485c154d7 100644 --- a/apps/files/l10n/sq.js +++ b/apps/files/l10n/sq.js @@ -32,8 +32,11 @@ OC.L10N.register( "Could not get result from server." : "S’mori dot përfundime nga shërbyesi.", "Uploading..." : "Po ngarkohet...", "..." : "...", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{orë}:{minuta}:{sekonda} orë{shumë_s} majtas", "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{minutes}:{seconds} minute{plural_s} left" : "{minuta}:{sekonda} minuta{shumë_s} majtas", "{minutes}:{seconds}m" : "{minutes}:{seconds}m", + "{seconds} second{plural_s} left" : "{sekonda} sekonda{shumë_s} majtas", "{seconds}s" : "{seconds}s", "Any moment now..." : "Në çdo çast tani…", "Soon..." : "Së shpejti…", diff --git a/apps/files/l10n/sq.json b/apps/files/l10n/sq.json index 5520c286f19..9b40e9f7c9d 100644 --- a/apps/files/l10n/sq.json +++ b/apps/files/l10n/sq.json @@ -30,8 +30,11 @@ "Could not get result from server." : "S’mori dot përfundime nga shërbyesi.", "Uploading..." : "Po ngarkohet...", "..." : "...", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{orë}:{minuta}:{sekonda} orë{shumë_s} majtas", "{hours}:{minutes}h" : "{hours}:{minutes}h", + "{minutes}:{seconds} minute{plural_s} left" : "{minuta}:{sekonda} minuta{shumë_s} majtas", "{minutes}:{seconds}m" : "{minutes}:{seconds}m", + "{seconds} second{plural_s} left" : "{sekonda} sekonda{shumë_s} majtas", "{seconds}s" : "{seconds}s", "Any moment now..." : "Në çdo çast tani…", "Soon..." : "Së shpejti…", |