diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/cs.js | 3 | ||||
-rw-r--r-- | apps/files/l10n/cs.json | 3 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.json | 2 |
4 files changed, 8 insertions, 2 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index ecba0ffbc7d..6105c3e1163 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -17,6 +17,7 @@ OC.L10N.register( "Target folder \"{dir}\" does not exist any more" : "Cílový adresář \"{dir}\" již neexistuje", "Not enough free space" : "Nedostatek volného prostoru", "Uploading …" : "Nahrávám...", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})", "Actions" : "Činnosti", "Download" : "Stáhnout", @@ -38,6 +39,8 @@ OC.L10N.register( "Could not move \"{file}\"" : "Nelze přesunout \"{file}\"", "Could not copy \"{file}\", target exists" : "Nelze kopírovat \"{file}\", cíl již existuje", "Could not copy \"{file}\"" : "Nelze kopírovat \"{file}\"", + "Copied {origin} inside {destination}" : "{origin} zkopírován do {destination}", + "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} a {nbfiles} dalších souborů zkopírováno do {destination}", "{newName} already exists" : "{newName} již existuje", "Could not rename \"{fileName}\", it does not exist any more" : "Nelze přejmenovat \"{fileName}\", již neexistuje", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Jméno \"{targetName}\" je již použito v adresáři \"{dir}\". Vyberte prosím jiné jméno.", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index c214592723e..ed7dfac05e0 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -15,6 +15,7 @@ "Target folder \"{dir}\" does not exist any more" : "Cílový adresář \"{dir}\" již neexistuje", "Not enough free space" : "Nedostatek volného prostoru", "Uploading …" : "Nahrávám...", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})", "Actions" : "Činnosti", "Download" : "Stáhnout", @@ -36,6 +37,8 @@ "Could not move \"{file}\"" : "Nelze přesunout \"{file}\"", "Could not copy \"{file}\", target exists" : "Nelze kopírovat \"{file}\", cíl již existuje", "Could not copy \"{file}\"" : "Nelze kopírovat \"{file}\"", + "Copied {origin} inside {destination}" : "{origin} zkopírován do {destination}", + "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} a {nbfiles} dalších souborů zkopírováno do {destination}", "{newName} already exists" : "{newName} již existuje", "Could not rename \"{fileName}\", it does not exist any more" : "Nelze přejmenovat \"{fileName}\", již neexistuje", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Jméno \"{targetName}\" je již použito v adresáři \"{dir}\". Vyberte prosím jiné jméno.", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index e3b2790ae05..c091f663055 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -5,7 +5,7 @@ OC.L10N.register( "Storage invalid" : "Armazenamento inválido", "Unknown error" : "Erro desconhecido", "All files" : "Todos os arquivos", - "Recent" : "Recente", + "Recent" : "Recentes", "File could not be found" : "O arquivo não foi encontrado", "Home" : "Início", "Close" : "Fechar", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 478fec5b612..2f54a12f642 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -3,7 +3,7 @@ "Storage invalid" : "Armazenamento inválido", "Unknown error" : "Erro desconhecido", "All files" : "Todos os arquivos", - "Recent" : "Recente", + "Recent" : "Recentes", "File could not be found" : "O arquivo não foi encontrado", "Home" : "Início", "Close" : "Fechar", |