31 lines
1.5 KiB
PHP
31 lines
1.5 KiB
PHP
<?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",
|
|
"Error" => "Fallu",
|
|
"Name" => "Nome",
|
|
"Size" => "Tamañu",
|
|
"_%n folder_::_%n folders_" => array("",""),
|
|
"_%n file_::_%n files_" => array("",""),
|
|
"_Uploading %n file_::_Uploading %n files_" => array("",""),
|
|
"Save" => "Guardar",
|
|
"New folder" => "Nueva carpeta",
|
|
"Folder" => "Carpeta",
|
|
"Deleted files" => "Ficheros desaniciaos",
|
|
"Cancel upload" => "Encaboxar xuba",
|
|
"Download" => "Descargar",
|
|
"Delete" => "Desaniciar"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|