17 lines
740 B
PHP
17 lines
740 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Authentication error" => "Gwall dilysu",
|
|
"Invalid request" => "Cais annilys",
|
|
"Error" => "Gwall",
|
|
"Saving..." => "Yn cadw...",
|
|
"undo" => "dadwneud",
|
|
"Groups" => "Grwpiau",
|
|
"Delete" => "Dileu",
|
|
"Security Warning" => "Rhybudd Diogelwch",
|
|
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Nid yw eich gweinydd wedi'i gyflunio eto i ganiatáu cydweddu ffeiliau oherwydd bod y rhyngwyneb WebDAV wedi torri.",
|
|
"Please double check the <a href='%s'>installation guides</a>." => "Gwiriwch y <a href='%s'>canllawiau gosod</a> eto.",
|
|
"Password" => "Cyfrinair",
|
|
"New password" => "Cyfrinair newydd",
|
|
"Email" => "E-bost",
|
|
"Other" => "Arall"
|
|
);
|