diff options
Diffstat (limited to 'lib/l10n/ca.js')
-rw-r--r-- | lib/l10n/ca.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/ca.js b/lib/l10n/ca.js index 09b1435925a..875458c03e1 100644 --- a/lib/l10n/ca.js +++ b/lib/l10n/ca.js @@ -136,7 +136,6 @@ 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", - "Click the button below to open it." : "Feu clic en el botó següent per a obrir-ho.", "%1$s via %2$s" : "%1$s mitjançant %2$s", "Unknown share type" : "Tipus d'element compartit desconegut", "You are not allowed to share %s" : "No podeu compartir %s", @@ -253,6 +252,7 @@ OC.L10N.register( "Storage connection timeout. %s" : "S'ha superat el temps d'espera de la connexió d'emmagatzematge. %s", "Confirmation" : "Confirmació", "Generates a possible headline for a text." : "Genera un titular possible per a un text.", + "Text" : "Text", "Summarize" : "Resumeix", "Summary" : "Resum", "Extract topics" : "Extreu els temes", @@ -287,6 +287,7 @@ OC.L10N.register( "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.", + "Click the button below to open it." : "Feu clic en el botó següent per a obrir-ho.", "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 «_.@-'»", |