diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-18 02:09:28 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-18 02:09:28 +0200 |
commit | cbd8b792d9505f2020aa4a0f54c031f26cb5fe02 (patch) | |
tree | 7b28b6b397114181f3d4aa355e5564bc6a05d003 /apps | |
parent | 739d8eb152ca41c727d527c303576f73c3bc04fe (diff) | |
download | nextcloud-server-cbd8b792d9505f2020aa4a0f54c031f26cb5fe02.tar.gz nextcloud-server-cbd8b792d9505f2020aa4a0f54c031f26cb5fe02.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/cy_GB.php | 3 | ||||
-rw-r--r-- | apps/files_external/l10n/cy_GB.php | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/cy_GB.php | 2 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/cy_GB.php | 3 |
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" ); |