19 lines
664 B
PHP
19 lines
664 B
PHP
<?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",
|
|
"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"
|
|
);
|