diff options
Diffstat (limited to 'apps/files/l10n/ast.js')
-rw-r--r-- | apps/files/l10n/ast.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js index 0c2b59275d9..3d323bc8cf9 100644 --- a/apps/files/l10n/ast.js +++ b/apps/files/l10n/ast.js @@ -178,6 +178,9 @@ OC.L10N.register( "Delete" : "Desaniciar", "Confirm deletion" : "Confirmar el desaniciu", "Cancel" : "Encaboxar", + "Download" : "Baxar", + "Destination is not a folder" : "El destín nun ye una carpeta", + "This file/folder is already in that directory" : "Esti ficheru o esta carpeta yá ta nel direutoriu", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Nun pues mover un ficheru/carpeta a sigo mesma o la mesma socarpeta de la mesma carpeta", "(copy)" : "(copia)", "(copy %n)" : "(copia %n)", @@ -226,6 +229,9 @@ OC.L10N.register( "Files moved successfully" : "Los ficheros copiáronse correutamente", "Conflicts resolution skipped" : "Saltóse la resolución de conflictos", "Upload cancelled" : "Encaboxóse la busca", + "Could not rename \"{oldName}\", it does not exist any more" : "Nun se pue renomar «{oldName}». Yá nun esiste", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nome «{newName}» yá ta n'usu na carpeta «{dir}». Escueyi otru nome.", + "Could not rename \"{oldName}\"" : "Nun se pudo renomar «{oldName}»", "This operation is forbidden" : "Esta operación ta prohibida", "This directory is unavailable, please check the logs or contact the administrator" : "Esti direutoriu nun ta disponible, revisa'l rexistru o ponte en contautu cola alministración.", "Storage is temporarily not available" : "L'almacenamientu nun ta disponible temporalmente", @@ -249,7 +255,6 @@ OC.L10N.register( "Upload too large" : "La xuba ye mui grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los ficheros que tentes de xubir superen el tamañu máximu qu'esti sirvidor permite.", "File could not be found" : "Nun se pudo atopar el ficheru", - "Download" : "Baxar", "Show list view" : "Amosar la vista en llista", "Show grid view" : "Amosar la vista en rexáu", "Close" : "Zarrar", @@ -288,9 +293,6 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Copióse «{origin}» dientro de: {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copióse «{origin}» y {nbfiles} ficheros más dientro de: {destination}", "{newName} already exists" : "«{newName}» xá esiste", - "Could not rename \"{oldName}\", it does not exist any more" : "Nun se pue renomar «{oldName}». Yá nun esiste", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nome «{newName}» yá ta n'usu na carpeta «{dir}». Escueyi otru nome.", - "Could not rename \"{oldName}\"" : "Nun se pudo renomar «{oldName}»", "Could not create file \"{file}\"" : "Nun se pudo crear el ficheru «{file}»", "Could not create file \"{file}\" because it already exists" : "Nun se pudo crear el ficheru «{file}» porque yá esiste", "Could not create folder \"{dir}\" because it already exists" : "Nun se pudo crear la carpeta «{dir}» porque yá esiste", |