diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-09 01:56:49 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-09 01:56:49 -0400 |
commit | 796f71954847681f85038c8c27b178dc8f2e0895 (patch) | |
tree | 1a941ef324191a7bbb1c836345db528d10d425c8 /apps/files/l10n/ast.php | |
parent | 1a09d64a77251fefbf742850744ebc9ee4460cbd (diff) | |
download | nextcloud-server-796f71954847681f85038c8c27b178dc8f2e0895.tar.gz nextcloud-server-796f71954847681f85038c8c27b178dc8f2e0895.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ast.php')
-rw-r--r-- | apps/files/l10n/ast.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/files/l10n/ast.php b/apps/files/l10n/ast.php index ba7ccfad2db..3e1eb722655 100644 --- a/apps/files/l10n/ast.php +++ b/apps/files/l10n/ast.php @@ -1,9 +1,26 @@ <?php $TRANSLATIONS = array( +"File name cannot be empty." => "El nome de ficheru nun pue quedar baleru.", +"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome inválidu, los caráuteres \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" nun tán permitíos.", +"No file was uploaded. Unknown error" => "Nun se xubió dengún ficheru. Fallu desconocíu", +"There is no error, the file uploaded with success" => "Nun hai dengún fallu, el ficheru xubióse ensin problemes", +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML", +"The uploaded file was only partially uploaded" => "El ficheru xubióse de mou parcial", +"No file was uploaded" => "Nun se xubió dengún ficheru", +"Missing a temporary folder" => "Falta una carpeta temporal", +"Failed to write to disk" => "Fallu al escribir al discu", +"Not enough storage available" => "Nun hai abondu espaciu disponible", +"Files" => "Ficheros", "Share" => "Compartir", +"Rename" => "Renomar", "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), +"Name" => "Nome", +"Size" => "Tamañu", +"Upload" => "Xubir", +"Save" => "Guardar", +"Cancel upload" => "Encaboxar xuba", "Download" => "Descargar", "Delete" => "Desaniciar" ); |