nextcloud/apps/files_trashbin/l10n/cy_GB.php

14 lines
480 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",
2013-04-18 04:09:28 +04:00
"Error" => "Gwall",
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!",
2013-10-11 06:30:58 +04:00
"Name" => "Enw",
2013-04-23 04:00:31 +04:00
"Restore" => "Adfer",
2013-10-11 06:30:58 +04:00
"Deleted" => "Wedi dileu",
2013-04-23 04:00:31 +04:00
"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;";