diff options
Diffstat (limited to 'lib/l10n/ca.js')
-rw-r--r-- | lib/l10n/ca.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/l10n/ca.js b/lib/l10n/ca.js index 64f7b60eceb..09b1435925a 100644 --- a/lib/l10n/ca.js +++ b/lib/l10n/ca.js @@ -136,14 +136,8 @@ OC.L10N.register( "Sharing backend %s must implement the interface OCP\\Share_Backend" : "El rerefons d'ús compartit %s ha d'implementar la interfície OCP\\Share_Backend", "Sharing backend %s not found" : "No s'ha trobat el rerefons d'ús compartit %s", "Sharing backend for %s not found" : "No s'ha trobat el rerefons d'ús compartit per a %s", - "%1$s shared »%2$s« with you" : "%1$s ha compartit «%2$s» amb vós", - "%1$s shared »%2$s« with you." : "%1$s ha compartit «%2$s» amb vós.", "Click the button below to open it." : "Feu clic en el botó següent per a obrir-ho.", - "Open »%s«" : "Obre «%s»", "%1$s via %2$s" : "%1$s mitjançant %2$s", - "%1$s shared »%2$s« with you and wants to add:" : "%1$s ha compartit «%2$s» amb vós i vol afegir:", - "%1$s shared »%2$s« with you and wants to add" : "%1$s ha compartit «%2$s» amb vós i vol afegir", - "»%s« added a note to a file shared with you" : "%s ha afegit una nota a un fitxer compartit amb vós", "Unknown share type" : "Tipus d'element compartit desconegut", "You are not allowed to share %s" : "No podeu compartir %s", "Cannot increase permissions of %s" : "No es poden augmentar els permisos de %s", @@ -286,7 +280,13 @@ OC.L10N.register( "Oracle username and/or password not valid" : "El nom d'usuari o la contrasenya d'Oracle no són vàlids", "PostgreSQL username and/or password not valid" : "El nom d'usuari o la contrasenya del PostgreSQL no són vàlids", "Set an admin username." : "Definiu un nom d'usuari per a l'administrador.", + "%1$s shared »%2$s« with you and wants to add:" : "%1$s ha compartit «%2$s» amb vós i vol afegir:", + "%1$s shared »%2$s« with you and wants to add" : "%1$s ha compartit «%2$s» amb vós i vol afegir", + "»%s« added a note to a file shared with you" : "%s ha afegit una nota a un fitxer compartit amb vós", + "Open »%s«" : "Obre «%s»", "Sharing %s failed, because this item is already shared with user %s" : "No s'ha pogut compartir %s perquè l'element ja està compartit amb l'usuari %s", + "%1$s shared »%2$s« with you" : "%1$s ha compartit «%2$s» amb vós", + "%1$s shared »%2$s« with you." : "%1$s ha compartit «%2$s» amb vós.", "The username is already being used" : "El nom d'usuari ja està en ús", "Could not create user" : "No s'ha pogut crear l'usuari", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Només es permeten els caràcters següents en un nom d'usuari: «a-z», «A-Z», «0-9», espais i «_.@-'»", |