diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-23 02:00:31 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-23 02:00:31 +0200 |
commit | 05ab9d2de7f2c5181eda2174a2e2adb1cc214196 (patch) | |
tree | de5dae9fb67699e7ed558273f75d0c043ac2aaee /apps/files_trashbin | |
parent | edd37c779d6e6ef79589912c85f382138ff54a7a (diff) | |
download | nextcloud-server-05ab9d2de7f2c5181eda2174a2e2adb1cc214196.tar.gz nextcloud-server-05ab9d2de7f2c5181eda2174a2e2adb1cc214196.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/cy_GB.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/cy_GB.php b/apps/files_trashbin/l10n/cy_GB.php index 0867879af2f..055e8d8654d 100644 --- a/apps/files_trashbin/l10n/cy_GB.php +++ b/apps/files_trashbin/l10n/cy_GB.php @@ -1,10 +1,18 @@ <?php $TRANSLATIONS = array( +"Couldn't delete %s permanently" => "Methwyd dileu %s yn barhaol", +"Couldn't restore %s" => "Methwyd adfer %s", +"perform restore operation" => "gweithrediad adfer", "Error" => "Gwall", +"delete file permanently" => "dileu ffeil yn barhaol", "Delete permanently" => "Dileu'n barhaol", "Name" => "Enw", +"Deleted" => "Wedi dileu", "1 folder" => "1 blygell", "{count} folders" => "{count} plygell", "1 file" => "1 ffeil", "{count} files" => "{count} ffeil", -"Delete" => "Dileu" +"Nothing in here. Your trash bin is empty!" => "Does dim byd yma. Mae eich bin sbwriel yn wag!", +"Restore" => "Adfer", +"Delete" => "Dileu", +"Deleted Files" => "Ffeiliau Ddilewyd" ); |