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:
-rw-r--r--l10n/ca.js6
-rw-r--r--l10n/ca.json6
2 files changed, 10 insertions, 2 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
index 375d12b..6c5956a 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -1,8 +1,12 @@
OC.L10N.register(
"theming_customcss",
{
- "Saved" : "Guardat",
+ "Saved" : "Desat",
"Error" : "Error",
+ "Custom CSS" : "CSS personalitzat",
+ "Adjust the Nextcloud theme with custom CSS" : "Ajusteu el tema Nextcloud amb CSS personalitzat",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Podeu especificar el vostre propi CSS aquí. Tingueu en compte que això podria trencar alguna cosa després d’una actualització.",
+ "Insert your custom CSS here …" : "Insereix el teu CSS personalitzat aquí …",
"Save" : "Desa"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ca.json b/l10n/ca.json
index d6bbd8f..72312f1 100644
--- a/l10n/ca.json
+++ b/l10n/ca.json
@@ -1,6 +1,10 @@
{ "translations": {
- "Saved" : "Guardat",
+ "Saved" : "Desat",
"Error" : "Error",
+ "Custom CSS" : "CSS personalitzat",
+ "Adjust the Nextcloud theme with custom CSS" : "Ajusteu el tema Nextcloud amb CSS personalitzat",
+ "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Podeu especificar el vostre propi CSS aquí. Tingueu en compte que això podria trencar alguna cosa després d’una actualització.",
+ "Insert your custom CSS here …" : "Insereix el teu CSS personalitzat aquí …",
"Save" : "Desa"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file