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:
Diffstat (limited to 'l10n/ca.js')
-rw-r--r--l10n/ca.js6
1 files changed, 5 insertions, 1 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);");