1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-21 17:52:10 +01:00

33 lines
1.3 KiB
PHP
Raw Normal View History

2014-10-27 16:18:24 -04:00
<?php
$TRANSLATIONS = array(
2014-11-27 02:10:23 -05:00
"Bookmarks" => "Järjehoidjad",
"Bookm." => "Järjeh.",
2013-04-16 02:18:25 +02:00
"No file provided for import" => "Imporditav fail puudub",
2013-04-27 02:25:49 +02:00
"Unsupported file type for import" => "Toetuseta failitüübi import",
"Filter by tag" => "Filtreeri siltide järgi",
2012-10-21 02:11:26 +02:00
"Warning" => "Hoiatus",
2014-11-27 02:10:23 -05:00
"Tags" => "Sildid",
"Are you sure you want to remove this tag from every entry?" => "Oled sa kindel, et sa soovid kõigilt sissekannetelt seda silti eemaldada?",
2013-04-16 02:18:25 +02:00
"Import error" => "Viga importimisel",
2013-04-27 02:25:49 +02:00
"Import completed successfully." => "Import on edukalt lõpetatud.",
2012-11-20 00:03:25 +01:00
"Uploading..." => "Üleslaadimine...",
2012-10-21 02:11:26 +02:00
"Add a bookmark" => "Lisa järjehoidja",
"The title of the page" => "Lehe pealkiri",
"The address of the page" => "Lehe aadress",
"Description of the page" => "Lehe kirjeldus",
"Save" => "Salvesta",
2012-11-01 00:03:46 +01:00
"Delete" => "Kustuta",
2012-11-08 00:03:47 +01:00
"Edit" => "Muuda",
2012-11-01 00:03:46 +01:00
"Cancel" => "Loobu",
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:" => "Lohista see oma veebilehitseja järjehoidjatesse ja kliki sellele, kui sa soovid veebilehte kiirelt lisada:",
2013-11-24 01:08:07 -05:00
"Add to ownCloud" => "Lisa ownCloudi",
2012-07-31 22:57:24 +02:00
"Address" => "Aadress",
2012-11-09 00:03:56 +01:00
"Add" => "Lisa",
2012-09-11 02:07:59 +02:00
"You have no bookmarks" => "Sul pole järjehoidjaid",
2013-04-27 02:25:49 +02:00
"Bookmarklet" => "Järjehoidja vidin",
2013-04-16 02:18:25 +02:00
"Export & Import" => "Eksport ja import",
2012-11-04 00:03:02 +01:00
"Export" => "Ekspordi",
"Import" => "Impordi"
2012-07-31 22:57:24 +02:00
);
2014-10-27 16:18:24 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";