server/apps/files_trashbin/l10n/cy_GB.php

19 lines
729 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-04-23 00:00:31 +00: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 00:09:28 +00:00
"Error" => "Gwall",
2013-04-23 00:00:31 +00:00
"delete file permanently" => "dileu ffeil yn barhaol",
2013-04-22 00:00:20 +00:00
"Delete permanently" => "Dileu'n barhaol",
"Name" => "Enw",
2013-04-23 00:00:31 +00:00
"Deleted" => "Wedi dileu",
2013-08-15 13:41:45 +00:00
"_%n folder_::_%n folders_" => array("","","",""),
"_%n file_::_%n files_" => array("","","",""),
2013-04-23 00:00:31 +00: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 00:29:17 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";