Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php1
-rw-r--r--lib/l10n/ca.js1
-rw-r--r--lib/l10n/ca.json1
3 files changed, 2 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 61db221ac68..27862fc82f8 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -371,7 +371,6 @@ class OC {
$oldTheme = $systemConfig->getValue('theme');
$systemConfig->setValue('theme', '');
- OC_Util::addScript('config'); // needed for web root
OC_Util::addScript('update');
/** @var \OC\App\AppManager $appManager */
diff --git a/lib/l10n/ca.js b/lib/l10n/ca.js
index b9a3423fc67..b2cafc26bd1 100644
--- a/lib/l10n/ca.js
+++ b/lib/l10n/ca.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"PHP %s or higher is required." : "Es requereix PHP %s o superior.",
"PHP with a version lower than %s is required." : "Es requereix PHP amb versió inferior a %s.",
"%sbit or higher PHP required." : "Es requereix PHP de %s bits o superior.",
+ "The following architectures are supported: %s" : "S'admeten les següents arquitectures: %s",
"The following databases are supported: %s" : "S'admeten les bases de dades següents: %s",
"The command line tool %s could not be found" : "No s’ha trobat l’eina de línia d’ordres %s",
"The library %s is not available." : "La llibreria %s no està disponible.",
diff --git a/lib/l10n/ca.json b/lib/l10n/ca.json
index 1af4705f9ce..108622ed747 100644
--- a/lib/l10n/ca.json
+++ b/lib/l10n/ca.json
@@ -21,6 +21,7 @@
"PHP %s or higher is required." : "Es requereix PHP %s o superior.",
"PHP with a version lower than %s is required." : "Es requereix PHP amb versió inferior a %s.",
"%sbit or higher PHP required." : "Es requereix PHP de %s bits o superior.",
+ "The following architectures are supported: %s" : "S'admeten les següents arquitectures: %s",
"The following databases are supported: %s" : "S'admeten les bases de dades següents: %s",
"The command line tool %s could not be found" : "No s’ha trobat l’eina de línia d’ordres %s",
"The library %s is not available." : "La llibreria %s no està disponible.",