diff options
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 095523ede54..5f461c3fb8a 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -1,6 +1,7 @@ OC.L10N.register( "files", { + "Storage is temporarily not available" : "Emmagatzemament temporalment no disponible", "Storage invalid" : "Emmagatzemament no vàlid", "Unknown error" : "Error desconegut", "All files" : "Tots els fitxers", @@ -30,6 +31,7 @@ OC.L10N.register( "Pending" : "Pendent", "Unable to determine date" : "No s'ha pogut determinar la data", "This operation is forbidden" : "Aquesta operació està prohibida", + "This directory is unavailable, please check the logs or contact the administrator" : "Aquesta carpeta no està disponible. Comproveu els registres o contacteu amb l'administrador.", "Could not move \"{file}\", target exists" : "No s'ha pugut moure \"{file}\", el destí ja existeix", "Could not move \"{file}\"" : "No s'ha pogut moure \"{file}\"", "{newName} already exists" : "{newName} ja existeix", @@ -55,11 +57,14 @@ OC.L10N.register( "Path" : "Ruta", "Favorited" : "Agregat a favorits", "Favorite" : "Preferits", + "Copy local link" : "C", "Folder" : "Carpeta", "New folder" : "Carpeta nova", "Upload" : "Puja", "An error occurred while trying to update the tags" : "S'ha produït un error en tractar d'actualitzar les etiquetes", "Added to favorites" : "Afegit a favorits", + "Removed from favorites" : "Esborra de preferits", + "You removed {file} from your favorites" : "Has esborrat {file} dels teus preferits", "File changes" : "Canvis al fitxer", "Created by {user}" : "Creat per {user}", "Changed by {user}" : "Canviat per {user}", @@ -67,6 +72,7 @@ OC.L10N.register( "Restored by {user}" : "Restaurat per {user}", "Renamed by {user}" : "Renombrat per {user}", "Moved by {user}" : "Mogut per {user}", + "You deleted {file}" : "Heu esborrat {fiel}", "A new file or folder has been <strong>created</strong>" : "S'ha <strong>creat</strong> un nou fitxer o una nova carpeta", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar les notificacions sobre la creació i canvis dels seus <strong>arxius favorits</strong><em>(solament Stream)</em>", "Upload (max. %s)" : "Pujada (màx. %s)", @@ -87,6 +93,7 @@ OC.L10N.register( "Files and folders you mark as favorite will show up here" : "Aquí apareixeran els arxius i carpetes que vostè marqui com favorits", "Shared with you" : "Compartit amb tu", "Shared with others" : "Compartit amb altres", + "Shared by link" : "Comparteix per link", "Tags" : "Etiquetes", "Deleted files" : "Fitxers esborrats", "Text file" : "Fitxer de text", |