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

github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/cy_GB.js1
-rw-r--r--l10n/cy_GB.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js
index 576ea1b..e2b57d9 100644
--- a/l10n/cy_GB.js
+++ b/l10n/cy_GB.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"event_update_notification",
{
+ "Busy" : "Prysur",
"Personal" : "Personol"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");
diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json
index 4c528bc..33e5e2c 100644
--- a/l10n/cy_GB.json
+++ b/l10n/cy_GB.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Busy" : "Prysur",
"Personal" : "Personol"
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
} \ No newline at end of file