1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/eu.php

36 lines
1.6 KiB
PHP
Raw Normal View History

2012-08-28 02:04:42 +02:00
<?php $TRANSLATIONS = array(
2013-02-21 00:04:28 +01:00
"No file provided for import" => "Ez da inportatzeko fitxategirik zehaztu",
2012-11-27 00:09:28 +01:00
"Unsupported file type for import" => "Fitxategi mota hau ez da onartzen inportatzeko.",
2012-08-28 02:04:42 +02:00
"Bookmarks" => "Laster-markak",
2012-10-11 02:10:53 +02:00
"Tags" => "Etiketak",
2012-11-27 00:09:28 +01:00
"Filter by tag" => "Iragazi etiketaren arabera",
2012-10-13 02:11:52 +02:00
"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",
2013-02-21 00:04:28 +01:00
"Import error" => "Inportazio errorea",
2012-11-27 00:09:28 +01:00
"Import completed successfully." => "Inportazioa ongi egin da.",
"Uploading..." => "Igotzen...",
2012-10-13 02:11:52 +02:00
"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",
2012-11-01 00:03:46 +01:00
"Delete" => "Ezabatu",
2012-11-08 00:03:47 +01:00
"Edit" => "Editatu",
2012-11-01 00:03:46 +01:00
"Cancel" => "Ezeztatu",
2012-11-08 00:03:47 +01:00
"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",
2012-08-28 02:04:42 +02:00
"Address" => "Helbidea",
2012-11-09 00:03:56 +01:00
"Add" => "Gehitu",
2012-10-13 02:11:52 +02:00
"Related Tags" => "Erlazionatutako etiketak",
2012-11-02 00:03:14 +01:00
"Settings" => "Ezarpenak",
2012-08-28 02:04:42 +02:00
"You have no bookmarks" => "Ez duzu laster-markarik",
2012-11-27 00:09:28 +01:00
"You can also try to import a bookmark file" => "Laster-marka fitxategi bat inportatzen saia zaitezke",
2012-12-14 00:16:10 +01:00
"Bookmarklet" => "Bookmarklet",
2012-11-27 00:09:28 +01:00
"Export & Import" => "Exportatu eta inportatu",
2012-11-04 00:03:02 +01:00
"Export" => "Exportatu",
"Import" => "Inportatu"
2012-08-28 02:04:42 +02:00
);