nextcloud/apps/files/l10n/ca.php

96 lines
7.3 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-10 03:10:29 +04:00
"Could not move %s - File with this name already exists" => "No s'ha pogut moure %s - Ja hi ha un fitxer amb aquest nom",
"Could not move %s" => " No s'ha pogut moure %s",
2013-10-27 15:27:22 +04:00
"File name cannot be empty." => "El nom del fitxer no pot ser buit.",
2014-03-19 09:55:39 +04:00
"\"%s\" is an invalid file name." => "\"%s\" no es un fitxer vàlid.",
2014-03-11 09:59:39 +04:00
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos.",
2014-03-19 09:55:39 +04:00
"The target folder has been moved or deleted." => "La carpeta de destí s'ha mogut o eliminat.",
2013-10-29 15:31:51 +04:00
"The name %s is already used in the folder %s. Please choose a different name." => "El nom %s ja s'usa en la carpeta %s. Indiqueu un nom diferent.",
"Not a valid source" => "No és un origen vàlid",
2014-03-11 09:59:39 +04:00
"Server is not allowed to open URLs, please check the server configuration" => "El servidor no té autorització per obrir URLs, comproveu la configuració del servidor",
2013-10-29 15:31:51 +04:00
"Error while downloading %s to %s" => "S'ha produït un error en baixar %s a %s",
"Error when creating the file" => "S'ha produït un error en crear el fitxer",
"Folder name cannot be empty." => "El nom de la carpeta no pot ser buit.",
"Error when creating the folder" => "S'ha produït un error en crear la carpeta",
2013-07-02 17:35:55 +04:00
"Unable to set upload directory." => "No es pot establir la carpeta de pujada.",
"Invalid Token" => "Testimoni no vàlid",
2013-01-05 03:03:58 +04:00
"No file was uploaded. Unknown error" => "No s'ha carregat cap fitxer. Error desconegut",
2013-04-27 04:24:29 +04:00
"There is no error, the file uploaded with success" => "No hi ha errors, el fitxer s'ha carregat correctament",
2012-12-02 03:03:12 +04:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Larxiu que voleu carregar supera el màxim definit en la directiva upload_max_filesize del php.ini:",
2013-04-27 04:24:29 +04:00
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "El fitxer carregat supera la directiva MAX_FILE_SIZE especificada al formulari HTML",
"The uploaded file was only partially uploaded" => "El fitxer només s'ha carregat parcialment",
"No file was uploaded" => "No s'ha carregat cap fitxer",
"Missing a temporary folder" => "Falta un fitxer temporal",
2012-05-13 21:59:44 +04:00
"Failed to write to disk" => "Ha fallat en escriure al disc",
2013-02-10 03:10:29 +04:00
"Not enough storage available" => "No hi ha prou espai disponible",
2013-09-24 20:59:48 +04:00
"Upload failed. Could not find uploaded file" => "La pujada ha fallat. El fitxer pujat no s'ha trobat.",
2014-03-11 09:59:39 +04:00
"Upload failed. Could not get file info." => "La pujada ha fallat. No s'ha pogut obtenir informació del fitxer.",
2013-01-05 03:03:58 +04:00
"Invalid directory." => "Directori no vàlid.",
2011-08-18 13:46:49 +04:00
"Files" => "Fitxers",
2013-09-24 20:59:48 +04:00
"Unable to upload {filename} as it is a directory or has 0 bytes" => "No es pot pujar {filename} perquè és una carpeta o té 0 bytes",
2014-03-19 09:55:39 +04:00
"Total file size {size1} exceeds upload limit {size2}" => "Mida total del fitxer {size1} excedeix el límit de pujada {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" => "No hi ha prou espai lliure, està carregant {size1} però només pot {size2}",
2013-06-29 04:09:10 +04:00
"Upload cancelled." => "La pujada s'ha cancel·lat.",
2013-09-24 20:59:48 +04:00
"Could not get result from server." => "No hi ha resposta del servidor.",
2013-06-29 04:09:10 +04:00
"File upload is in progress. Leaving the page now will cancel the upload." => "Hi ha una pujada en curs. Si abandoneu la pàgina la pujada es cancel·larà.",
2013-10-29 15:31:51 +04:00
"URL cannot be empty" => "L'URL no pot ser buit",
"In the home folder 'Shared' is a reserved filename" => "A la carpeta inici 'Compartit' és un nom de fitxer reservat",
2013-10-27 10:32:11 +04:00
"{new_name} already exists" => "{new_name} ja existeix",
2013-10-29 15:31:51 +04:00
"Could not create file" => "No s'ha pogut crear el fitxer",
"Could not create folder" => "No s'ha pogut crear la carpeta",
2014-03-11 09:59:39 +04:00
"Error fetching URL" => "Error en obtenir la URL",
2013-04-24 20:31:36 +04:00
"Share" => "Comparteix",
2013-02-08 03:13:16 +04:00
"Delete permanently" => "Esborra permanentment",
2012-10-02 04:06:08 +04:00
"Rename" => "Reanomena",
2013-04-27 04:24:29 +04:00
"Pending" => "Pendent",
2013-10-29 15:31:51 +04:00
"Could not rename file" => "No es pot canviar el nom de fitxer",
2012-10-19 04:08:00 +04:00
"replaced {new_name} with {old_name}" => "s'ha substituït {old_name} per {new_name}",
2013-03-04 03:07:35 +04:00
"undo" => "desfés",
2013-12-03 02:28:29 +04:00
"Error deleting file." => "Error en esborrar el fitxer.",
2013-08-30 17:38:20 +04:00
"_%n folder_::_%n folders_" => array("%n carpeta","%n carpetes"),
"_%n file_::_%n files_" => array("%n fitxer","%n fitxers"),
2013-09-05 15:37:32 +04:00
"{dirs} and {files}" => "{dirs} i {files}",
2013-08-22 18:37:23 +04:00
"_Uploading %n file_::_Uploading %n files_" => array("Pujant %n fitxer","Pujant %n fitxers"),
2014-03-19 09:55:39 +04:00
"\"{name}\" is an invalid file name." => "\"{name}\" no es un fitxer vàlid.",
2013-01-28 03:05:43 +04:00
"Your storage is full, files can not be updated or synced anymore!" => "El vostre espai d'emmagatzemament és ple, els fitxers ja no es poden actualitzar o sincronitzar!",
"Your storage is almost full ({usedSpacePercent}%)" => "El vostre espai d'emmagatzemament és gairebé ple ({usedSpacePercent}%)",
2013-10-29 15:31:51 +04:00
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "L'aplicació d'encriptació està activada però les claus no estan inicialitzades, sortiu i acrediteu-vos de nou.",
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "La clau privada de l'aplicació d'encriptació no és vàlida! Actualitzeu la contrasenya de la clau privada a l'arranjament personal per recuperar els fitxers encriptats.",
2013-08-22 18:37:23 +04:00
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "L'encriptació s'ha desactivat però els vostres fitxers segueixen encriptats. Aneu a la vostra configuració personal per desencriptar els vostres fitxers.",
2013-01-23 03:06:18 +04:00
"Your download is being prepared. This might take some time if the files are big." => "S'està preparant la baixada. Pot trigar una estona si els fitxers són grans.",
2013-09-24 20:59:48 +04:00
"Error moving file" => "Error en moure el fitxer",
2013-10-27 10:32:11 +04:00
"Error" => "Error",
2012-09-26 15:22:37 +04:00
"Name" => "Nom",
2012-06-06 02:29:28 +04:00
"Size" => "Mida",
"Modified" => "Modificat",
2013-11-07 06:44:36 +04:00
"Invalid folder name. Usage of 'Shared' is reserved." => "Nom de carpeta no vàlid. L'ús de 'Shared' és reservat",
2013-07-06 04:08:38 +04:00
"%s could not be renamed" => "%s no es pot canviar el nom",
2013-01-27 03:06:21 +04:00
"Upload" => "Puja",
2012-05-13 21:59:44 +04:00
"File handling" => "Gestió de fitxers",
2011-08-18 13:46:49 +04:00
"Maximum upload size" => "Mida màxima de pujada",
2012-05-13 21:59:44 +04:00
"max. possible: " => "màxim possible:",
"Needed for multi-file and folder downloads." => "Necessari per fitxers múltiples i baixada de carpetes",
"Enable ZIP-download" => "Activa la baixada ZIP",
"0 is unlimited" => "0 és sense límit",
"Maximum input size for ZIP files" => "Mida màxima d'entrada per fitxers ZIP",
2012-09-07 04:07:22 +04:00
"Save" => "Desa",
2013-05-25 04:11:52 +04:00
"New" => "Nou",
2013-12-03 02:28:29 +04:00
"New text file" => "Nou fitxer de text",
2012-01-15 18:12:58 +04:00
"Text file" => "Fitxer de text",
2013-12-03 02:28:29 +04:00
"New folder" => "Carpeta nova",
2012-01-15 18:12:58 +04:00
"Folder" => "Carpeta",
2012-11-03 03:02:24 +04:00
"From link" => "Des d'enllaç",
2013-02-17 03:26:17 +04:00
"Deleted files" => "Fitxers esborrats",
2012-05-13 21:59:44 +04:00
"Cancel upload" => "Cancel·la la pujada",
2013-10-29 15:31:51 +04:00
"You dont have permission to upload or create files here" => "No teniu permisos per a pujar o crear els fitxers aquí",
2011-09-25 01:12:18 +04:00
"Nothing in here. Upload something!" => "Res per aquí. Pugeu alguna cosa!",
2012-01-15 18:12:58 +04:00
"Download" => "Baixa",
2013-08-16 09:32:30 +04:00
"Delete" => "Esborra",
2011-08-18 13:46:49 +04:00
"Upload too large" => "La pujada és massa gran",
2012-05-13 21:59:44 +04:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor",
"Files are being scanned, please wait." => "S'estan escanejant els fitxers, espereu",
2014-03-20 09:56:42 +04:00
"Current scanning" => "Actualment escanejant"
2011-08-18 13:46:49 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";