summaryrefslogtreecommitdiffstats
path: root/core/l10n/ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/ca.js')
-rw-r--r--core/l10n/ca.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/ca.js b/core/l10n/ca.js
index 8cddfd050c4..ba1584cda15 100644
--- a/core/l10n/ca.js
+++ b/core/l10n/ca.js
@@ -85,7 +85,6 @@ OC.L10N.register(
"This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {linkstart}https://nextcloud.com/enterprise{linkend}." : "Aquesta és la versió de la comunitat del Nextcloud sense suport. Donada la mida d'aquesta instància, no es poden garantir el rendiment, la fiabilitat i l'escalabilitat. Les notificacions automàtiques estan limitades per a evitar sobrecàrregues del nostre servei gratuït. Podeu obtenir més informació sobre els avantatges del Nextcloud Enterprise a {linkstart}https://nextcloud.com/enterprise{linkend}.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "El Memcached està configurat com a memòria cau distribuïda, però s'ha instal·lat el mòdul del PHP incorrecte «memcache». \\OC\\Memcache\\Memcached només és compatible amb «memcached» i no «memcache». Consulteu la {linkstart}wiki de memcached sobre tots dos mòduls ↗{linkend}.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Alguns fitxers no han superat la comprovació d'integritat. Trobareu més informació sobre com resoldre aquest problema en la {linkstart1}documentació ↗{linkend}. ({linkstart2}Llista de fitxers no vàlids…{linkend}/{linkstart3}Torna a analitzar…{linkend})",
- "The PHP OPcache module is not properly configured. See the {linkstart}documentation ↗{linkend} for more information." : "El mòdul OPcache del PHP no està configurat correctament. Consulteu la {linkstart}documentació ↗{linkend} per a obtenir més informació.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La funció «set_time_limit» del PHP no està disponible. Això pot fer que els scripts s'aturin durant l'execució i interrompin la instal·lació. Us recomanem habilitar aquesta funció.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "El mòdul del PHP «imagick» no està habilitat però l'aplicació Temes sí. Perquè la generació d'icones de lloc funcioni correctament, cal instal·lar i habilitar aquest mòdul.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Els mòduls del PHP «gmp» o «bcmath» no estan habilitats. Si utilitzeu l'autenticació sense contrasenya WebAuthn, aquests mòduls són necessaris.",
@@ -408,6 +407,7 @@ OC.L10N.register(
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "El PHP no ha trobat cap font adequada d'atzar, la qual cosa és altament desaconsellable per raons de seguretat. Podeu trobar més informació en la {linkstart}documentació ↗{linkend}.",
"You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Actualment esteu executant el PHP {version}. Actualitzeu la versió del PHP per a aprofitar les {linkstart}actualitzacions de rendiment i de seguretat proporcionades pel Grup PHP ↗{linkend} tan aviat com ho admeti la vostra distribució.",
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "La configuració de la capçalera del servidor intermediari invers és incorrecta o esteu accedint al Nextcloud des d'un servidor intermediari de confiança. Si no és així, es tracta d'un problema de seguretat i pot permetre que un atacant falsegi la seva adreça IP com a visible per al Nextcloud. Podeu trobar més informació en la {linkstart}documentació ↗{linkend}.",
+ "The PHP OPcache module is not properly configured. See the {linkstart}documentation ↗{linkend} for more information." : "El mòdul OPcache del PHP no està configurat correctament. Consulteu la {linkstart}documentació ↗{linkend} per a obtenir més informació.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "La vostra versió de PHP no és compatible amb FreeType, per la qual cosa és possible que les imatges de perfil i la interfície de paràmetres no funcionin correctament.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Falta l'índex «{indexName}» en la taula «{tableName}».",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Falten alguns índexs en la base de dades. Com que afegir índexs a taules grans pot tardar una estona, no s'han afegit automàticament. Si executeu «occ db:add-missing-indices», els índexs que falten es podran afegir manualment amb la instància en funcionament. Un cop afegits els índexs, les consultes en les taules solen ser molt més ràpides.",