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 34beaef7d90..b38b32160d3 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -79,17 +79,23 @@ OC.L10N.register( "Moved by {user}" : "Mogut per {user}", "\"remote user\"" : "\"usuari remot\"", "You created {file}" : "Has creat {file}", + "{user} created {file}" : "{user} ha creat {file}", + "You changed {file}" : "Has modificat {file}", "You deleted {file}" : "Heu esborrat {file}", + "You restored {file}" : "Has restaurat {file}", "You renamed {oldfile} to {newfile}" : "Heu reanomenat {oldfile} a {newfile}", "{user} renamed {oldfile} to {newfile}" : "{user} ha reanomenat {oldfile} a {newfile}", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un fitxer o carpeta ha estat <strong>canviat</strong> o <strong>reanomenat</strong>", "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>", + "Unlimited" : "Il·limitat", "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", + "%s of %s used" : "Usats %s de %s", + "%s used" : "%s utilitzat", "Settings" : "Arranjament", "Show hidden files" : "Mostra els fitxers ocults", "WebDAV" : "WebDAV", @@ -99,6 +105,7 @@ OC.L10N.register( "Select all" : "Seleccionar tot", "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", + "No favorites yet" : "Sense preferits", "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", |