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-22 06:09:21 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-22 06:09:21 +0300
commitae4a453c38df1962b8a1d39fcff247e0da35c15b (patch)
tree154ef388f23fb2fa05fdeb11baa0b690990dfee9
parent0be3ec156547ea47a747b898aa7b6f474069e7fd (diff)
[tx-robot] updated from transifex
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 9f15954..546143b 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -3,6 +3,8 @@ OC.L10N.register(
{
"Saved" : "Guardado",
"Error" : "Error",
+ "Custom CSS" : "CSS personalizado",
+ "Insert your custom CSS here …" : "Inserte su CSS personalizado aquí...",
"Save" : "Guardar"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es.json b/l10n/es.json
index 0da70f3..ff25576 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -1,6 +1,8 @@
{ "translations": {
"Saved" : "Guardado",
"Error" : "Error",
+ "Custom CSS" : "CSS personalizado",
+ "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;"
} \ No newline at end of file