summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/cy_GB.php3
-rw-r--r--apps/files_external/l10n/cy_GB.php3
-rw-r--r--apps/files_sharing/l10n/cy_GB.php2
-rw-r--r--apps/files_trashbin/l10n/cy_GB.php3
4 files changed, 9 insertions, 2 deletions
diff --git a/apps/files/l10n/cy_GB.php b/apps/files/l10n/cy_GB.php
index 762c958f128..2f19a87d577 100644
--- a/apps/files/l10n/cy_GB.php
+++ b/apps/files/l10n/cy_GB.php
@@ -1,4 +1,7 @@
<?php $TRANSLATIONS = array(
+"Delete" => "Dileu",
"Error" => "Gwall",
+"Save" => "Cadw",
+"Download" => "Llwytho i lawr",
"Unshare" => "Dad-rannu"
);
diff --git a/apps/files_external/l10n/cy_GB.php b/apps/files_external/l10n/cy_GB.php
index a0e1efd4a86..aee58477639 100644
--- a/apps/files_external/l10n/cy_GB.php
+++ b/apps/files_external/l10n/cy_GB.php
@@ -1,3 +1,4 @@
<?php $TRANSLATIONS = array(
-"Users" => "Defnyddwyr"
+"Users" => "Defnyddwyr",
+"Delete" => "Dileu"
);
diff --git a/apps/files_sharing/l10n/cy_GB.php b/apps/files_sharing/l10n/cy_GB.php
index 00f0b162047..99efe9f734d 100644
--- a/apps/files_sharing/l10n/cy_GB.php
+++ b/apps/files_sharing/l10n/cy_GB.php
@@ -1,4 +1,6 @@
<?php $TRANSLATIONS = array(
"Password" => "Cyfrinair",
+"Submit" => "Cyflwyno",
+"Download" => "Llwytho i lawr",
"web services under your control" => "gwasanaethau gwe a reolir gennych"
);
diff --git a/apps/files_trashbin/l10n/cy_GB.php b/apps/files_trashbin/l10n/cy_GB.php
index 4a264eb936c..2f170053379 100644
--- a/apps/files_trashbin/l10n/cy_GB.php
+++ b/apps/files_trashbin/l10n/cy_GB.php
@@ -1,3 +1,4 @@
<?php $TRANSLATIONS = array(
-"Error" => "Gwall"
+"Error" => "Gwall",
+"Delete" => "Dileu"
);