diff options
Diffstat (limited to 'core/l10n/ca.js')
-rw-r--r-- | core/l10n/ca.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/ca.js b/core/l10n/ca.js index 943b3593388..e3379d8b67a 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -48,7 +48,6 @@ OC.L10N.register( "Repair warning:" : "Avís de reparació:", "Repair error:" : "Error de reparació:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Utilitzeu l’actualitzador de la línia d'ordres; l'actualització automàtica està inhabilitada en el fitxer config.php.", - "[%d / %d]: Checking table %s" : "[%d/%d]: S'està comprovant la taula %s", "Turned on maintenance mode" : "S'ha activat el mode de manteniment", "Turned off maintenance mode" : "S'ha desactivat el mode de manteniment", "Maintenance mode is kept active" : "El mode de manteniment es manté activat", @@ -360,6 +359,7 @@ OC.L10N.register( "This %s instance is currently in maintenance mode, which may take a while." : "Aquesta instància %s està actualment en manteniment i podria trigar una estona.", "This page will refresh itself when the instance is available again." : "Aquesta pàgina s'actualitzarà automàticament quan la instància estigui disponible de nou.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.", + "[%d / %d]: Checking table %s" : "[%d/%d]: S'està comprovant la taula %s", "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Aquest servidor no té una connexió a Internet operativa: no es poden accedir múltiples punts finals. Això significa que algunes de les funcions com a muntar emmagatzematge extern, notificacions sobre les actualitzacions o instal·lació d'apps de tercers no funcionarà. L’accés a fitxers remots i l’enviament de correus electrònics de notificació podrien no funcionar, tampoc. Establiu una connexió d'aquest servidor a Internet per a gaudir de totes les funcionalitats.", "Nextcloud 20 is the last release supporting PHP 7.2. Nextcloud 21 requires at least PHP 7.3." : "Nextcloud 20 és l’última versió compatible amb PHP 7.2. Nextcloud 21 requereix com a mínim PHP 7.3.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Per a migrar a una altra base de dades utilitzeu l'eina de la línia d'ordres: 'occ db:convert-type', o consulteu la {linkstart}documentació ↗{linkend}.", |