96 lines
7.2 KiB
PHP
96 lines
7.2 KiB
PHP
<?php
|
||
$TRANSLATIONS = array(
|
||
"Storage not available" => "Almacenamientu non disponible",
|
||
"Storage invalid" => "Almacenamientu inválidu",
|
||
"Unknown error" => "Fallu desconocíu",
|
||
"Could not move %s - File with this name already exists" => "Nun pudo movese %s - Yá existe un ficheru con esi nome.",
|
||
"Could not move %s" => "Nun pudo movese %s",
|
||
"File name cannot be empty." => "El nome de ficheru nun pue quedar baleru.",
|
||
"\"%s\" is an invalid file name." => "\"%s\" ye un nome de ficheru inválidu.",
|
||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome inválidu, los caráuteres \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" nun tán permitíos.",
|
||
"The target folder has been moved or deleted." => "La carpeta oxetivu movióse o desanicióse.",
|
||
"The name %s is already used in the folder %s. Please choose a different name." => "El nome %s yá ta n'usu na carpeta %s. Por favor, escueyi un nome diferente.",
|
||
"Not a valid source" => "Nun ye una fonte válida",
|
||
"Server is not allowed to open URLs, please check the server configuration" => "Nun se-y permite al sirvidor abrir URLs, por favor comprueba la configuración del sirvidor",
|
||
"The file exceeds your quota by %s" => "El ficheru perpasa la cuota por %s",
|
||
"Error while downloading %s to %s" => "Fallu cuando se descargaba %s a %s",
|
||
"Error when creating the file" => "Fallu cuando se creaba'l ficheru",
|
||
"Folder name cannot be empty." => "El nome la carpeta nun pue tar baleru.",
|
||
"Error when creating the folder" => "Fallu cuando se creaba la carpeta",
|
||
"Unable to set upload directory." => "Nun pue afitase la carpeta de xubida.",
|
||
"Invalid Token" => "Token inválidu",
|
||
"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 upload_max_filesize directive in php.ini: " => "El ficheru xubíu perpasa la direutiva \"upload_max_filesize\" del ficheru php.ini",
|
||
"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",
|
||
"Upload failed. Could not find uploaded file" => "Xubida fallida. Nun pudo atopase'l ficheru xubíu.",
|
||
"Upload failed. Could not get file info." => "Falló la xubida. Nun se pudo obtener la información del ficheru.",
|
||
"Invalid directory." => "Direutoriu non válidu.",
|
||
"Files" => "Ficheros",
|
||
"All files" => "Tolos ficheros",
|
||
"Unable to upload {filename} as it is a directory or has 0 bytes" => "Nun pudo xubise {filename}, paez que ye un directoriu o tien 0 bytes",
|
||
"Total file size {size1} exceeds upload limit {size2}" => "El tamañu de ficheru total {size1} perpasa la llende de xuba {size2}",
|
||
"Not enough free space, you are uploading {size1} but only {size2} is left" => "Nun hai abondu espaciu llibre, tas xubiendo {size1} pero namái falta {size2}",
|
||
"Upload cancelled." => "Xuba encaboxada.",
|
||
"Could not get result from server." => "Nun pudo obtenese'l resultáu del sirvidor.",
|
||
"File upload is in progress. Leaving the page now will cancel the upload." => "La xuba del ficheru ta en progresu. Si dexes agora la páxina, va encaboxase la xuba.",
|
||
"URL cannot be empty" => "La URL nun pue tar balera",
|
||
"{new_name} already exists" => "{new_name} yá existe",
|
||
"Could not create file" => "Nun pudo crease'l ficheru",
|
||
"Could not create folder" => "Nun pudo crease la carpeta",
|
||
"Error fetching URL" => "Fallu obteniendo URL",
|
||
"Share" => "Compartir",
|
||
"Delete" => "Desaniciar",
|
||
"Disconnect storage" => "Desconeutar almacenamientu",
|
||
"Unshare" => "Dexar de compartir",
|
||
"Delete permanently" => "Desaniciar dafechu",
|
||
"Rename" => "Renomar",
|
||
"Your download is being prepared. This might take some time if the files are big." => "Ta preparándose la to descarga. Esto podría llevar dalgún tiempu si los ficheros son grandes.",
|
||
"Pending" => "Pendiente",
|
||
"Error moving file." => "Fallu moviendo'l ficheru.",
|
||
"Error moving file" => "Fallu moviendo'l ficheru",
|
||
"Error" => "Fallu",
|
||
"Could not rename file" => "Nun pudo renomase'l ficheru",
|
||
"Error deleting file." => "Fallu desaniciando'l ficheru.",
|
||
"Name" => "Nome",
|
||
"Size" => "Tamañu",
|
||
"Modified" => "Modificáu",
|
||
"_%n folder_::_%n folders_" => array("%n carpeta","%n carpetes"),
|
||
"_%n file_::_%n files_" => array("%n ficheru","%n ficheros"),
|
||
"_Uploading %n file_::_Uploading %n files_" => array("Xubiendo %n ficheru","Xubiendo %n ficheros"),
|
||
"\"{name}\" is an invalid file name." => "\"{name}\" ye un nome de ficheru inválidu.",
|
||
"Your storage is full, files can not be updated or synced anymore!" => "L'almacenamientu ta completu, ¡yá nun se pueden anovar o sincronizar ficheros!",
|
||
"Your storage is almost full ({usedSpacePercent}%)" => "L'almacenamientu ta casi completu ({usedSpacePercent}%)",
|
||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "L'aplicación Encryption ta habilitada pero les tos claves nun s'aniciaron, por favor zarra sesión y aníciala de nueves",
|
||
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Clave privada non válida pa Encryption. Por favor, anueva la to contraseña de clave nos tos axustes personales pa recuperar l'accesu a los tos ficheros cifraos.",
|
||
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Deshabilitose'l cifráu pero los tos ficheros tovía tán cifraos. Por favor, vete a los axustes personales pa descrifrar los tos ficheros.",
|
||
"{dirs} and {files}" => "{dirs} y {files}",
|
||
"%s could not be renamed" => "Nun se puede renomar %s ",
|
||
"Upload (max. %s)" => "Xuba (máx. %s)",
|
||
"File handling" => "Alministración de ficheros",
|
||
"Maximum upload size" => "Tamañu máximu de xubida",
|
||
"max. possible: " => "máx. posible:",
|
||
"Save" => "Guardar",
|
||
"WebDAV" => "WebDAV",
|
||
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "Usa esta direición <a href=\"%s\" target=\"_blank\">p'acceder a los ficheros a traviés de WebDAV</a>",
|
||
"New" => "Nuevu",
|
||
"New text file" => "Ficheru de testu nuevu",
|
||
"Text file" => "Ficheru de testu",
|
||
"New folder" => "Nueva carpeta",
|
||
"Folder" => "Carpeta",
|
||
"From link" => "Dende enllaz",
|
||
"You don’t have permission to upload or create files here" => "Nun tienes permisu pa xubir o crear ficheros equí",
|
||
"Nothing in here. Upload something!" => "Nun hai nada equí. ¡Xubi daqué!",
|
||
"Download" => "Descargar",
|
||
"Upload too large" => "La xuba ye abondo grande",
|
||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los ficheros que tas intentando xubir perpasen el tamañu máximu pa les xubíes de ficheros nesti servidor.",
|
||
"Files are being scanned, please wait." => "Tan escaniándose los ficheros, espera por favor.",
|
||
"Currently scanning" => "Anguaño escaneando"
|
||
);
|
||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|