mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-01 05:24:11 +01:00
13 lines
265 B
PHP
13 lines
265 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "Llyfrnodau",
|
|
"Warning" => "Rhybudd",
|
|
"Save" => "Cadw",
|
|
"Delete" => "Dileu",
|
|
"Edit" => "Golygu",
|
|
"Cancel" => "Diddymu",
|
|
"Add" => "Ychwanegu",
|
|
"Settings" => "Gosodiadau",
|
|
"Export" => "Allforio",
|
|
"Import" => "Mewnforio"
|
|
);
|