Blame view

sources/apps/bookmarks/l10n/eu.php 1.59 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  <?php $TRANSLATIONS = array(
  "No file provided for import" => "Ez da inportatzeko fitxategirik zehaztu",
  "Unsupported file type for import" => "Fitxategi mota hau ez da onartzen inportatzeko.",
  "Bookmarks" => "Laster-markak",
  "Tags" => "Etiketak",
  "Filter by tag" => "Iragazi etiketaren arabera",
  "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",
  "Import error" => "Inportazio errorea",
  "Import completed successfully." => "Inportazioa ongi egin da.",
  "Uploading..." => "Igotzen...",
  "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",
  "Delete" => "Ezabatu",
  "Edit" => "Editatu",
  "Cancel" => "Ezeztatu",
  "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:",
6d9380f96   Cédric Dupont   Update sources OC...
24
  "Add to ownCloud" => "Gehitu ownCloud-era",
d1bafeea1   Kload   [fix] Upgrade to ...
25
26
27
28
29
30
31
32
33
34
35
  "Address" => "Helbidea",
  "Add" => "Gehitu",
  "Related Tags" => "Erlazionatutako etiketak",
  "Settings" => "Ezarpenak",
  "You have no bookmarks" => "Ez duzu laster-markarik",
  "You can also try to import a bookmark file" => "Laster-marka fitxategi bat inportatzen saia zaitezke",
  "Bookmarklet" => "Bookmarklet",
  "Export & Import" => "Exportatu eta inportatu",
  "Export" => "Exportatu",
  "Import" => "Inportatu"
  );