diff options
Diffstat (limited to 'apps/files_sharing/l10n/ca.js')
-rw-r--r-- | apps/files_sharing/l10n/ca.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index 0fe7d1c94a3..30ef87ec137 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -204,8 +204,12 @@ OC.L10N.register( "Shared via link by {initiator}" : "Compartit a través de l'enllaç per {initiator}", "Mail share ({label})" : "Compartició de correu ({label})", "Share link ({label})" : "Comparteix l'enllaç ({label})", + "Share link ({index})" : "Comparteix l'enllaç ({index})", "Share link" : "Enllaç de compartició", + "Actions for \"{title}\"" : "Accions per a \"{title}\"", + "Copy public link of \"{title}\" to clipboard" : "Copia l'enllaç públic de \"{title}\" al porta-retalls", "Error, please enter proper password and/or expiration date" : "Error, introduïu la contrasenya i/o data de caducitat adequades", + "Link share created" : "S'ha creat l'enllaç compartit", "Error while creating the share" : "S'ha produït un error en crear la compartició", "Search for share recipients" : "Cerca destinataris compartits", "No recommendations. Start typing." : "No hi ha recomanacions. Comenceu a escriure.", @@ -238,9 +242,12 @@ OC.L10N.register( "Error updating the share" : "S'ha produït un error en actualitzar la compartició", "File \"{path}\" has been unshared" : "El fitxer “{path}” s’ha deixat de compartir", "Folder \"{path}\" has been unshared" : "La carpeta \"{path}\" s'ha deixat de compartir", + "Share {propertyName} saved" : "Comparteix {propertyName} desat", "Shared" : "Compartit", "Share" : "Comparteix", "Shared with" : "Compartit amb", + "Password created successfully" : "La contrasenya s'ha creat correctament", + "Error generating password from password policy" : "S'ha produït un error en generar la contrasenya des de la política de contrasenyes", "Shared with you and the group {group} by {owner}" : "Compartit amb tu i amb el grup {group} per {owner}", "Shared with you and {circle} by {owner}" : "Compartit amb tu i {circle} per {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Compartit amb tu i amb la conversa {conversation} per {owner}", @@ -267,6 +274,7 @@ OC.L10N.register( "One or more of your shares will expire tomorrow" : "Una o més de les teves compartició caducaran demà", "Copy to clipboard" : "Copia-ho al porta-papers", "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.", - "Toggle grid view" : "Commuta la vista de la graella" + "Toggle grid view" : "Commuta la vista de la graella", + "Error generating password from password_policy" : "S'ha produït un error en generar la contrasenya des de password_policy" }, "nplurals=2; plural=(n != 1);"); |