diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-05 00:09:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-05 00:09:10 +0000 |
commit | 8b484eedf029b8e1a9dcef0efb09db381888c4b0 (patch) | |
tree | f3cdf0ff5286631148b0557f0f035383cd389fce /apps/files | |
parent | fc02c4a980f0a76fdab8eb5a4fc8aa9d0fb9b030 (diff) | |
download | nextcloud-server-8b484eedf029b8e1a9dcef0efb09db381888c4b0.tar.gz nextcloud-server-8b484eedf029b8e1a9dcef0efb09db381888c4b0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/es.js | 5 | ||||
-rw-r--r-- | apps/files/l10n/es.json | 5 | ||||
-rw-r--r-- | apps/files/l10n/nl.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/nl.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/ru.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/ru.json | 2 |
8 files changed, 14 insertions, 4 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index d2fd386dc1c..20e98f05005 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -74,6 +74,7 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","incluyendo %n ocultos"], "You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquí.", "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"], "New" : "Nuevo", @@ -132,6 +133,8 @@ OC.L10N.register( "No favorites" : "No hay favoritos", "Files and folders you mark as favorite will show up here" : "Aquí aparecerán los archivos y carpetas que usted marque como favoritos", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo archivo de texto.txt" + "New text file.txt" : "Nuevo archivo de texto.txt", + "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Use esta direccioń para <a href=\"%s\" target=\"_blank\">acceder a sus archivos vía WebDAV<a>", + "Cancel upload" : "Cancelar la subida" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index fec818805a9..4071f5d6cc0 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -72,6 +72,7 @@ "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"], "_%n file_::_%n files_" : ["%n archivo","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", + "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","incluyendo %n ocultos"], "You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquí.", "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"], "New" : "Nuevo", @@ -130,6 +131,8 @@ "No favorites" : "No hay favoritos", "Files and folders you mark as favorite will show up here" : "Aquí aparecerán los archivos y carpetas que usted marque como favoritos", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo archivo de texto.txt" + "New text file.txt" : "Nuevo archivo de texto.txt", + "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Use esta direccioń para <a href=\"%s\" target=\"_blank\">acceder a sus archivos vía WebDAV<a>", + "Cancel upload" : "Cancelar la subida" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index 9839ff65442..04dcb4ef7e9 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -74,6 +74,7 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n map","%n mappen"], "_%n file_::_%n files_" : ["%n bestand","%n bestanden"], "{dirs} and {files}" : "{dirs} en {files}", + "_including %n hidden_::_including %n hidden_" : ["inclusief %n verborgen","inclusief %n verborgen"], "You don’t have permission to upload or create files here" : "Je hebt geen toestemming om hier te uploaden of bestanden te maken", "_Uploading %n file_::_Uploading %n files_" : ["%n bestand aan het uploaden","%n bestanden aan het uploaden"], "New" : "Nieuw", diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index ba7b5ac2d31..575b24a7dfc 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -72,6 +72,7 @@ "_%n folder_::_%n folders_" : ["%n map","%n mappen"], "_%n file_::_%n files_" : ["%n bestand","%n bestanden"], "{dirs} and {files}" : "{dirs} en {files}", + "_including %n hidden_::_including %n hidden_" : ["inclusief %n verborgen","inclusief %n verborgen"], "You don’t have permission to upload or create files here" : "Je hebt geen toestemming om hier te uploaden of bestanden te maken", "_Uploading %n file_::_Uploading %n files_" : ["%n bestand aan het uploaden","%n bestanden aan het uploaden"], "New" : "Nieuw", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index ce548569f27..c5c8ca9eb38 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -74,6 +74,7 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n pasta","%n pastas"], "_%n file_::_%n files_" : ["%n arquivo","%n arquivos"], "{dirs} and {files}" : "{dirs} e {files}", + "_including %n hidden_::_including %n hidden_" : ["incluindo %n escondido","incluindo %n escondidos"], "You don’t have permission to upload or create files here" : "Você não tem permissão para enviar ou criar arquivos aqui", "_Uploading %n file_::_Uploading %n files_" : ["Enviando %n arquivo","Enviando %n arquivos"], "New" : "Novo", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 8320e0dd0f4..e31b837c110 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -72,6 +72,7 @@ "_%n folder_::_%n folders_" : ["%n pasta","%n pastas"], "_%n file_::_%n files_" : ["%n arquivo","%n arquivos"], "{dirs} and {files}" : "{dirs} e {files}", + "_including %n hidden_::_including %n hidden_" : ["incluindo %n escondido","incluindo %n escondidos"], "You don’t have permission to upload or create files here" : "Você não tem permissão para enviar ou criar arquivos aqui", "_Uploading %n file_::_Uploading %n files_" : ["Enviando %n arquivo","Enviando %n arquivos"], "New" : "Novo", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 8f04e746dab..b8bf81d6d17 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -21,7 +21,7 @@ OC.L10N.register( "Invalid directory." : "Неверный каталог.", "Files" : "Файлы", "All files" : "Все файлы", - "Recent" : "Недавний", + "Recent" : "Недавние", "File could not be found" : "Файл не может быть найден", "Home" : "Главная", "Close" : "Закрыть", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index f2e6f653c32..0f9c9be81a7 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -19,7 +19,7 @@ "Invalid directory." : "Неверный каталог.", "Files" : "Файлы", "All files" : "Все файлы", - "Recent" : "Недавний", + "Recent" : "Недавние", "File could not be found" : "Файл не может быть найден", "Home" : "Главная", "Close" : "Закрыть", |