diff options
Diffstat (limited to 'core/l10n/ca.js')
-rw-r--r-- | core/l10n/ca.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/l10n/ca.js b/core/l10n/ca.js index 125a98c3fb6..8f03c470610 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -122,9 +122,6 @@ OC.L10N.register( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "L'actualització no ha anat bé. Si us plau informeu aquesta incidència a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunitat Nextcloud</a>.", "Continue to Nextcloud" : "Continua a Nextcloud", "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["L'actualització va ser reeixida. Redirigint a Nextcloud en %n segon.","L’actualització ha estat un èxit. Se us redirigirà cap a Nextcloud d'aquí a %n segons."], - "Searching other places" : "S'estan cercant altres ubicacions", - "No search results in other folders for {tag}{filter}{endtag}" : "No hi ha resultats de la cerca en altres carpetes per {tag}{filter}{endtag}", - "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultat de cerca en altres carpetes","{count} resultats de cerca en altres carpetes"], "Log in" : "Inicia la sessió", "Logging in …" : "S'està iniciant a …", "Server side authentication failed!" : "L'autenticació del servidor ha fallat!", @@ -166,7 +163,6 @@ OC.L10N.register( "Forgot password?" : "Heu oblidat la contrasenya?", "Log in with a device" : "Inicia la sessió amb un dispositiu", "Back" : "Enrere", - "Searching …" : "Cercant ...", "Settings" : "Paràmetres", "Could not load your contacts" : "No s'han pogut carregar els vostres contactes", "Search contacts …" : "Cerca contactes …", @@ -430,6 +426,9 @@ OC.L10N.register( "Name..." : "Nom...", "Error removing share" : "Error al treure compartició", "({scope})" : "({scope})", + "Searching other places" : "S'estan cercant altres ubicacions", + "No search results in other folders for {tag}{filter}{endtag}" : "No hi ha resultats de la cerca en altres carpetes per {tag}{filter}{endtag}", + "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultat de cerca en altres carpetes","{count} resultats de cerca en altres carpetes"], "Saving..." : "S'està desant...", "Search" : "Cerca", "Reset search" : "Reinicialitza la cerca", |