Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ca.js « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a4b5c42d24cfd6187c349cd40849b1a6d190035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
OC.L10N.register(
    "files",
    {
    "Storage not available" : "Emmagatzemament no disponible",
    "Storage invalid" : "Emmagatzemament no vàlid",
    "Unknown error" : "Error desconegut",
    "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",
    "File name cannot be empty." : "El nom del fitxer no pot ser buit.",
    "\"%s\" is an invalid file name." : "\"%s\" no es un fitxer vàlid.",
    "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "El nóm no és vàlid, '\\', '/', '<', '>', ':', '\"', '|', '?' i '*' no estan permesos.",
    "The target folder has been moved or deleted." : "La carpeta de destí s'ha mogut o eliminat.",
    "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",
    "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",
    "The file exceeds your quota by %s" : "El fitxer excedeix de la teva quota per %s",
    "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",
    "Unable to set upload directory." : "No es pot establir la carpeta de pujada.",
    "Invalid Token" : "Testimoni no vàlid",
    "No file was uploaded. Unknown error" : "No s'ha carregat cap fitxer. Error desconegut",
    "There is no error, the file uploaded with success" : "No hi ha errors, el fitxer s'ha carregat correctament",
    "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "L’arxiu que voleu carregar supera el màxim definit en la directiva upload_max_filesize del php.ini:",
    "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",
    "Failed to write to disk" : "Ha fallat en escriure al disc",
    "Not enough storage available" : "No hi ha prou espai disponible",
    "Upload failed. Could not find uploaded file" : "La pujada ha fallat. El fitxer pujat no s'ha trobat.",
    "Upload failed. Could not get file info." : "La pujada ha fallat. No s'ha pogut obtenir informació del fitxer.",
    "Invalid directory." : "Directori no vàlid.",
    "Files" : "Fitxers",
    "All files" : "Tots els fitxers",
    "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",
    "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}",
    "Upload cancelled." : "La pujada s'ha cancel·lat.",
    "Could not get result from server." : "No hi ha resposta del servidor.",
    "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à.",
    "URL cannot be empty" : "L'URL no pot ser buit",
    "{new_name} already exists" : "{new_name} ja existeix",
    "Could not create file" : "No s'ha pogut crear el fitxer",
    "Could not create folder" : "No s'ha pogut crear la carpeta",
    "Error fetching URL" : "Error en obtenir la URL",
    "Share" : "Comparteix",
    "Delete" : "Esborra",
    "Disconnect storage" : "Desonnecta l'emmagatzematge",
    "Unshare" : "Deixa de compartir",
    "Delete permanently" : "Esborra permanentment",
    "Rename" : "Reanomena",
    "Pending" : "Pendent",
    "Error moving file." : "Error en moure el fitxer.",
    "Error moving file" : "Error en moure el fitxer",
    "Error" : "Error",
    "Could not rename file" : "No es pot canviar el nom de fitxer",
    "Error deleting file." : "Error en esborrar el fitxer.",
    "Name" : "Nom",
    "Size" : "Mida",
    "Modified" : "Modificat",
    "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"],
    "_%n file_::_%n files_" : ["%n fitxer","%n fitxers"],
    "You don’t have permission to upload or create files here" : "No teniu permisos per a pujar o crear els fitxers aquí",
    "_Uploading %n file_::_Uploading %n files_" : ["Pujant %n fitxer","Pujant %n fitxers"],
    "\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer vàlid.",
    "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}%)",
    "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.",
    "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.",
    "{dirs} and {files}" : "{dirs} i {files}",
    "%s could not be renamed as it has been deleted" : "No s'ha pogut renombrar %s ja que ha estat borrat",
    "%s could not be renamed" : "%s no es pot canviar el nom",
    "Upload (max. %s)" : "Pujada (màx. %s)",
    "File handling" : "Gestió de fitxers",
    "Maximum upload size" : "Mida màxima de pujada",
    "max. possible: " : "màxim possible:",
    "Save" : "Desa",
    "WebDAV" : "WebDAV",
    "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Useu aquesta adreça per <a href=\"%s\" target=\"_blank\">accedir als fitxers via WebDAV</a>",
    "New" : "Nou",
    "New text file" : "Nou fitxer de text",
    "Text file" : "Fitxer de text",
    "New folder" : "Carpeta nova",
    "Folder" : "Carpeta",
    "From link" : "Des d'enllaç",
    "Nothing in here. Upload something!" : "Res per aquí. Pugeu alguna cosa!",
    "Download" : "Baixa",
    "Upload too large" : "La pujada és massa gran",
    "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",
    "Currently scanning" : "Actualment escanejant"
},
"nplurals=2; plural=(n != 1);");