nextcloud/apps/files_trashbin/l10n/cy_GB.php

19 lines
729 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +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-08-15 17:41:45 +04:00
"_%n folder_::_%n folders_" => array("","","",""),
"_%n file_::_%n files_" => array("","","",""),
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
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";