summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-10-28 00:07:11 +0000
committerNextcloud bot <bot@nextcloud.com>2016-10-28 00:07:11 +0000
commitad597d498d9298643338df2df0170159b736c12c (patch)
tree0906104deba4236d1f68ae1bfe956c40d662d6bf /apps/files
parentd4969abc9d306b5b5539f4e7722fc5ee1c722082 (diff)
downloadnextcloud-server-ad597d498d9298643338df2df0170159b736c12c.tar.gz
nextcloud-server-ad597d498d9298643338df2df0170159b736c12c.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/cs_CZ.js2
-rw-r--r--apps/files/l10n/cs_CZ.json2
-rw-r--r--apps/files/l10n/hu_HU.js1
-rw-r--r--apps/files/l10n/hu_HU.json1
-rw-r--r--apps/files/l10n/pl.js11
-rw-r--r--apps/files/l10n/pl.json11
6 files changed, 24 insertions, 4 deletions
diff --git a/apps/files/l10n/cs_CZ.js b/apps/files/l10n/cs_CZ.js
index 3fe2fd92b88..29468aa5b58 100644
--- a/apps/files/l10n/cs_CZ.js
+++ b/apps/files/l10n/cs_CZ.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files",
{
+ "Storage is temporarily not available" : "Úložiště je dočasně nedostupné",
"Storage invalid" : "Neplatné úložiště",
"Unknown error" : "Neznámá chyba",
"Files" : "Soubory",
@@ -53,6 +54,7 @@ OC.L10N.register(
"Could not create file \"{file}\" because it already exists" : "Nelze vytvořit soubor \"{file}\", protože již existuje",
"Could not create folder \"{dir}\" because it already exists" : "Nelze vytvořit adresář \"{dir}\", protože již existuje",
"Error deleting file \"{fileName}\"." : "Chyba mazání souboru \"{fileName}\".",
+ "No search results in other folders for '{tag}{filter}{endtag}'" : "Žádné výsledky hledání '{tag}{filter}{endtag}' v dalších adresářích",
"Name" : "Název",
"Size" : "Velikost",
"Modified" : "Upraveno",
diff --git a/apps/files/l10n/cs_CZ.json b/apps/files/l10n/cs_CZ.json
index d7aae6415c6..c4765f30a5b 100644
--- a/apps/files/l10n/cs_CZ.json
+++ b/apps/files/l10n/cs_CZ.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Storage is temporarily not available" : "Úložiště je dočasně nedostupné",
"Storage invalid" : "Neplatné úložiště",
"Unknown error" : "Neznámá chyba",
"Files" : "Soubory",
@@ -51,6 +52,7 @@
"Could not create file \"{file}\" because it already exists" : "Nelze vytvořit soubor \"{file}\", protože již existuje",
"Could not create folder \"{dir}\" because it already exists" : "Nelze vytvořit adresář \"{dir}\", protože již existuje",
"Error deleting file \"{fileName}\"." : "Chyba mazání souboru \"{fileName}\".",
+ "No search results in other folders for '{tag}{filter}{endtag}'" : "Žádné výsledky hledání '{tag}{filter}{endtag}' v dalších adresářích",
"Name" : "Název",
"Size" : "Velikost",
"Modified" : "Upraveno",
diff --git a/apps/files/l10n/hu_HU.js b/apps/files/l10n/hu_HU.js
index 31c3c6b422f..620b81083e4 100644
--- a/apps/files/l10n/hu_HU.js
+++ b/apps/files/l10n/hu_HU.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files",
{
+ "Storage is temporarily not available" : "A tároló átmenetileg nem érhető el",
"Storage invalid" : "A tároló érvénytelen",
"Unknown error" : "Ismeretlen hiba",
"Files" : "Fájlok",
diff --git a/apps/files/l10n/hu_HU.json b/apps/files/l10n/hu_HU.json
index 19feeb19677..8f8a4267e62 100644
--- a/apps/files/l10n/hu_HU.json
+++ b/apps/files/l10n/hu_HU.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Storage is temporarily not available" : "A tároló átmenetileg nem érhető el",
"Storage invalid" : "A tároló érvénytelen",
"Unknown error" : "Ismeretlen hiba",
"Files" : "Fájlok",
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index 2a6482b0174..803f51f53db 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files",
{
+ "Storage is temporarily not available" : "Przechowywanie jest czasowo niedostępne",
"Storage invalid" : "Pamięć nieprawidłowa",
"Unknown error" : "Nieznany błąd",
"Files" : "Pliki",
@@ -14,6 +15,7 @@ OC.L10N.register(
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nie można przesłać {filename} być może jest katalogiem lub posiada 0 bajtów",
"Total file size {size1} exceeds upload limit {size2}" : "Całkowity rozmiar {size1} przekracza limit uploadu {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}",
+ "Target folder \"{dir}\" does not exist any more" : "Folder docelowy \"{dir}\" nie istnieje więcej",
"Uploading..." : "Wgrywanie....",
"..." : "...",
"{hours}:{minutes}:{seconds} hour{plural_s} left" : "Pozostało {hours}:{minutes}:{seconds} hour{plural_s} ",
@@ -29,6 +31,8 @@ OC.L10N.register(
"Actions" : "Akcje",
"Download" : "Pobierz",
"Rename" : "Zmień nazwę",
+ "Move" : "Przenieść",
+ "Target folder" : "Folder docelowy",
"Delete" : "Usuń",
"Disconnect storage" : "Odłącz magazyn",
"Unshare" : "Zatrzymaj współdzielenie",
@@ -63,6 +67,7 @@ OC.L10N.register(
"Your storage is full, files can not be updated or synced anymore!" : "Magazyn jest pełny. Pliki nie mogą zostać zaktualizowane lub zsynchronizowane!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Miejsce dla {owner} jest na wyczerpaniu ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Twój magazyn jest prawie pełny ({usedSpacePercent}%)",
+ "View in folder" : "Zobacz w katalogu",
"Path" : "Ścieżka",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtów"],
"Favorited" : "Ulubione",
@@ -73,9 +78,10 @@ OC.L10N.register(
"Upload" : "Wyślij",
"An error occurred while trying to update the tags" : "Wystąpił błąd podczas aktualizacji tagów",
"A new file or folder has been <strong>created</strong>" : "Nowy plik lub folder został <strong>utworzony</strong>",
- "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ogranicz powiadomienia o utworzeniu i zmianach do swoich <strong>ulubionych plkow</strong> <em>(Tylko w strumieniu aktywności)</em>",
+ "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Plik lub folder został <strong>zmieniony</ strong> lub <strong>zastąpiony</ strong>",
+ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ogranicz powiadomienia o utworzeniu i zmianach do swoich <strong>ulubionych plików</strong> <em>(Tylko w strumieniu aktywności)</em>",
"A file or folder has been <strong>deleted</strong>" : "Plik lub folder został <strong>usunięty</strong>",
- "A file or folder has been <strong>restored</strong>" : "Plik lub folder został <strong>przywrócy</strong>",
+ "A file or folder has been <strong>restored</strong>" : "Plik lub folder został <strong>przywrócony</strong>",
"You created %1$s" : "Utworzyłeś %1$s",
"%2$s created %1$s" : "%2$s utworzył %1$s",
"%1$s was created in a public folder" : "%1$s został utworzony w folderze publicznym",
@@ -88,6 +94,7 @@ OC.L10N.register(
"Changed by %2$s" : "Zmienione przez %2$s",
"Deleted by %2$s" : "Usunięte przez %2$s",
"Restored by %2$s" : "Przywrócone przez %2$s",
+ "File changes" : "Zmień w plikach",
"Upload (max. %s)" : "Wysyłka (max. %s)",
"File handling" : "Zarządzanie plikami",
"Maximum upload size" : "Maksymalny rozmiar wysyłanego pliku",
diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json
index 1f2d79fbd42..fd72052414c 100644
--- a/apps/files/l10n/pl.json
+++ b/apps/files/l10n/pl.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Storage is temporarily not available" : "Przechowywanie jest czasowo niedostępne",
"Storage invalid" : "Pamięć nieprawidłowa",
"Unknown error" : "Nieznany błąd",
"Files" : "Pliki",
@@ -12,6 +13,7 @@
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nie można przesłać {filename} być może jest katalogiem lub posiada 0 bajtów",
"Total file size {size1} exceeds upload limit {size2}" : "Całkowity rozmiar {size1} przekracza limit uploadu {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Brak wolnej przestrzeni, przesyłasz {size1} a pozostało tylko {size2}",
+ "Target folder \"{dir}\" does not exist any more" : "Folder docelowy \"{dir}\" nie istnieje więcej",
"Uploading..." : "Wgrywanie....",
"..." : "...",
"{hours}:{minutes}:{seconds} hour{plural_s} left" : "Pozostało {hours}:{minutes}:{seconds} hour{plural_s} ",
@@ -27,6 +29,8 @@
"Actions" : "Akcje",
"Download" : "Pobierz",
"Rename" : "Zmień nazwę",
+ "Move" : "Przenieść",
+ "Target folder" : "Folder docelowy",
"Delete" : "Usuń",
"Disconnect storage" : "Odłącz magazyn",
"Unshare" : "Zatrzymaj współdzielenie",
@@ -61,6 +65,7 @@
"Your storage is full, files can not be updated or synced anymore!" : "Magazyn jest pełny. Pliki nie mogą zostać zaktualizowane lub zsynchronizowane!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Miejsce dla {owner} jest na wyczerpaniu ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Twój magazyn jest prawie pełny ({usedSpacePercent}%)",
+ "View in folder" : "Zobacz w katalogu",
"Path" : "Ścieżka",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtów"],
"Favorited" : "Ulubione",
@@ -71,9 +76,10 @@
"Upload" : "Wyślij",
"An error occurred while trying to update the tags" : "Wystąpił błąd podczas aktualizacji tagów",
"A new file or folder has been <strong>created</strong>" : "Nowy plik lub folder został <strong>utworzony</strong>",
- "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ogranicz powiadomienia o utworzeniu i zmianach do swoich <strong>ulubionych plkow</strong> <em>(Tylko w strumieniu aktywności)</em>",
+ "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Plik lub folder został <strong>zmieniony</ strong> lub <strong>zastąpiony</ strong>",
+ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ogranicz powiadomienia o utworzeniu i zmianach do swoich <strong>ulubionych plików</strong> <em>(Tylko w strumieniu aktywności)</em>",
"A file or folder has been <strong>deleted</strong>" : "Plik lub folder został <strong>usunięty</strong>",
- "A file or folder has been <strong>restored</strong>" : "Plik lub folder został <strong>przywrócy</strong>",
+ "A file or folder has been <strong>restored</strong>" : "Plik lub folder został <strong>przywrócony</strong>",
"You created %1$s" : "Utworzyłeś %1$s",
"%2$s created %1$s" : "%2$s utworzył %1$s",
"%1$s was created in a public folder" : "%1$s został utworzony w folderze publicznym",
@@ -86,6 +92,7 @@
"Changed by %2$s" : "Zmienione przez %2$s",
"Deleted by %2$s" : "Usunięte przez %2$s",
"Restored by %2$s" : "Przywrócone przez %2$s",
+ "File changes" : "Zmień w plikach",
"Upload (max. %s)" : "Wysyłka (max. %s)",
"File handling" : "Zarządzanie plikami",
"Maximum upload size" : "Maksymalny rozmiar wysyłanego pliku",