diff options
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 9d2401524fe..cae1855ec9c 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -326,11 +326,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 +401,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 +440,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", |