mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
27 lines
1.1 KiB
PHP
27 lines
1.1 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "Laster-markak",
|
|
"Tags" => "Etiketak",
|
|
"Edit bookmark" => "Editatu laster-marka",
|
|
"Are you sure you want to remove this tag from every entry?" => "Ziur zaude etiketa hau sarrera guztietatik ezabatu nahi duzula?",
|
|
"Warning" => "Abisua",
|
|
"Bookm." => "Lasterm.",
|
|
"Add a bookmark" => "Gehitu laster-marka",
|
|
"Close" => "Itxi",
|
|
"The title of the page" => "Orriaren izenburua",
|
|
"The address of the page" => "Orriaren helbidea",
|
|
"Description of the page" => "Orriaren deskribapena",
|
|
"Save" => "Gorde",
|
|
"Edit" => "Editatu",
|
|
"Delete" => "Ezabatu",
|
|
"Cancel" => "Ezeztatu",
|
|
"Address" => "Helbidea",
|
|
"Add bookmark" => "Gehitu laster-marka",
|
|
"Related Tags" => "Erlazionatutako etiketak",
|
|
"Settings" => "Ezarpenak",
|
|
"You have no bookmarks" => "Ez duzu laster-markarik",
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Web orri bat laster-marketara azkar gehitzeko, arrastratu hau zure arakatzailearen laster-marketara eta klikatu bertan:",
|
|
"Read later" => "Irakurri geroago",
|
|
"Export" => "Exportatu",
|
|
"Import" => "Inportatu"
|
|
);
|