diff options
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 8cf06a6bd07..d50726fb8fe 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "No s'ha pogut canviar el nom de «{oldName}», ja no existeix", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nom «{newName}» ja està en ús en la carpeta «{dir}». Trieu un nom diferent.", "Could not rename \"{oldName}\"" : "No s'ha pogut canviar el nom de «{oldName}»", + "Could not copy {file}. {message}" : "No s'ha pogut copiar {file}. {message}", + "Could not move {file}. {message}" : "No s'ha pogut moure {file}. {message}", "Total rows summary" : "Resum de totes les files", "\"{displayName}\" failed on some elements " : "S'ha produït un error en l'acció «{displayName}» per a alguns elements", "\"{displayName}\" batch action executed successfully" : "L'acció per lots «{displayName}» s'ha executat correctament", @@ -249,6 +251,16 @@ OC.L10N.register( "Blank" : "En blanc", "Unable to create new file from template" : "No s'ha pogut crear el fitxer a partir de la plantilla", "Delete permanently" : "Suprimeix permanentment", + "Destination is not a folder" : "La destinació no és una carpeta", + "This file/folder is already in that directory" : "Aquest fitxer o carpeta ja existeix en aquesta carpeta", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "No podeu moure un fitxer o carpeta a la mateixa carpeta o a una subcarpeta de la mateixa carpeta", + "A file or folder with that name already exists in this folder" : "Ja existeix un fitxer o carpeta amb aquest nom en aquesta carpeta", + "The files is locked" : "El fitxer està blocat", + "The file does not exist anymore" : "El fitxer ja no existeix", + "Chose destination" : "Tria una destinació", + "Copy to {target}" : "Copia a {target}", + "Move to {target}" : "Mou a {target}", + "Cancelled move or copy operation" : "S'ha cancel·lat l'operació de desplaçament o còpia", "Open folder {displayName}" : "Obre la carpeta {displayName}", "Open in Files" : "Obre a Fitxers", "Open details" : "Obre els detalls", @@ -257,6 +269,11 @@ OC.L10N.register( "Templates" : "Plantilles", "Create new templates folder" : "Crea la carpeta de plantilles", "Unable to initialize the templates directory" : "No s'ha pogut inicialitzar 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.", "No favorites yet" : "Encara no teniu preferits", "Files and folders you mark as favorite will show up here" : "Els fitxers i les carpetes que marqueu com a preferits es mostraran aquí", |