nextcloud/apps/files_trashbin/l10n/cy_GB.php

19 lines
664 B
PHP
Raw Normal View History

2013-04-17 04:29:17 +04:00
<?php $TRANSLATIONS = array(
2013-04-23 04:00:31 +04:00
"Couldn't delete %s permanently" => "Methwyd dileu %s yn barhaol",
"Couldn't restore %s" => "Methwyd adfer %s",
"perform restore operation" => "gweithrediad adfer",
2013-04-18 04:09:28 +04:00
"Error" => "Gwall",
2013-04-23 04:00:31 +04:00
"delete file permanently" => "dileu ffeil yn barhaol",
2013-04-22 04:00:20 +04:00
"Delete permanently" => "Dileu'n barhaol",
"Name" => "Enw",
2013-04-23 04:00:31 +04:00
"Deleted" => "Wedi dileu",
2013-04-22 04:00:20 +04:00
"1 folder" => "1 blygell",
"{count} folders" => "{count} plygell",
"1 file" => "1 ffeil",
"{count} files" => "{count} ffeil",
2013-04-23 04:00:31 +04:00
"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"
2013-04-17 04:29:17 +04:00
);