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

github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-10-30 06:11:03 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-30 06:11:03 +0300
commit896d56274fd9e8bbd470efe6ea9002eddb868670 (patch)
treee5e7d31e39d84610efd9a44a16712ee6326ea03c
parentae4a453c38df1962b8a1d39fcff247e0da35c15b (diff)
[tx-robot] updated from transifexHEADmaster
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/es.js2
-rw-r--r--l10n/es.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/l10n/es.js b/l10n/es.js
index 546143b..5d5bf64 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -4,6 +4,8 @@ OC.L10N.register(
"Saved" : "Guardado",
"Error" : "Error",
"Custom CSS" : "CSS personalizado",
+ "Adjust the Nextcloud theme with custom CSS" : "Ajuste el tema de Nextcloud con CSS personalizado",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Puede especificar su propio código CSS aquí. Tenga en cuenta que esto podría causar problemas con algún componente luego de una actualización.",
"Insert your custom CSS here …" : "Inserte su CSS personalizado aquí...",
"Save" : "Guardar"
},
diff --git a/l10n/es.json b/l10n/es.json
index ff25576..9347bdd 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -2,6 +2,8 @@
"Saved" : "Guardado",
"Error" : "Error",
"Custom CSS" : "CSS personalizado",
+ "Adjust the Nextcloud theme with custom CSS" : "Ajuste el tema de Nextcloud con CSS personalizado",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Puede especificar su propio código CSS aquí. Tenga en cuenta que esto podría causar problemas con algún componente luego de una actualización.",
"Insert your custom CSS here …" : "Inserte su CSS personalizado aquí...",
"Save" : "Guardar"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"