aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r--apps/files/l10n/ca.js15
1 files changed, 8 insertions, 7 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js
index 9d2401524fe..c68e0c6de8e 100644
--- a/apps/files/l10n/ca.js
+++ b/apps/files/l10n/ca.js
@@ -95,6 +95,7 @@ OC.L10N.register(
"Invalid filename." : "Nom de fitxer no vàlid.",
"Renamed \"{oldName}\" to \"{newName}\"" : "S'ha canviat el nom de «{oldName}» a «{newName}»",
"Rename file" : "Canvia el nom del fitxer",
+ "Folder" : "Carpeta",
"Pending" : "Pendent",
"Unknown date" : "Data desconeguda",
"Clear filter" : "Esborra el filtre",
@@ -326,11 +327,8 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Aquesta carpeta no està disponible. Consulteu els registres o contacteu amb l'administrador",
"Storage is temporarily not available" : "L'emmagatzematge no està disponible temporalment",
"Unexpected error: {error}" : "Error inesperat: {error}",
- "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"],
- "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fitxer","{fileCount} fitxers"],
- "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fitxer i {folderCount} carpeta","1 fitxer i {folderCount} carpetes"],
- "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fitxer i 1 carpeta","{fileCount} fitxers i 1 carpeta"],
- "{fileCount} files and {folderCount} folders" : "{fileCount} fitxers i {folderCount} carpetes",
+ "_%n file_::_%n files_" : ["%n fitxer","%n fitxers"],
+ "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"],
"Filename must not be empty." : "El nom del fitxer no ha d'estar buit.",
"\"{char}\" is not allowed inside a filename." : "\"{char}\" no és permès dins d'un nom de fitxer.",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" és un nom reservat i no és permès per als noms de fitxer.",
@@ -404,8 +402,6 @@ OC.L10N.register(
"Error deleting file \"{fileName}\"." : "S'ha produït un error en suprimir el fitxer «{fileName}».",
"No search results in other folders for {tag}{filter}{endtag}" : "No hi ha cap resultat de cerca en altres carpetes per a {tag}{filter}{endtag}",
"Enter more than two characters to search in other folders" : "Introduïu més de dos caràcters per a cercar en altres carpetes",
- "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetes"],
- "_%n file_::_%n files_" : ["%n fitxer","%n fitxers"],
"{dirs} and {files}" : "{dirs} i {files}",
"_including %n hidden_::_including %n hidden_" : ["incloent-hi %n element ocult","incloent-hi %n elements ocults"],
"You do not have permission to upload or create files here" : "No teniu permís per a pujar o crear fitxers aquí",
@@ -445,6 +441,11 @@ OC.L10N.register(
"Edit file locally" : "Edició del fitxer localment",
"Edit online" : "Edició en remot",
"Create new templates folder" : "Crea la carpeta de plantilles",
+ "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"],
+ "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fitxer","{fileCount} fitxers"],
+ "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fitxer i {folderCount} carpeta","1 fitxer i {folderCount} carpetes"],
+ "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fitxer i 1 carpeta","{fileCount} fitxers i 1 carpeta"],
+ "{fileCount} files and {folderCount} folders" : "{fileCount} fitxers i {folderCount} carpetes",
"List of favorites files and folders." : "Llista de fitxers i carpetes preferits.",
"Personal Files" : "FItxers personals",
"Text file" : "Fitxer de text",