1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00
OwncloudBookmarksOfficial/l10n/et_EE.php
2014-11-28 02:10:17 -05:00

34 lines
1.4 KiB
PHP

<?php
$TRANSLATIONS = array(
"Bookmarks" => "Järjehoidjad",
"Bookm." => "Järjeh.",
"No file provided for import" => "Imporditav fail puudub",
"Unsupported file type for import" => "Toetuseta failitüübi import",
"Error" => "Viga",
"Filter by tag" => "Filtreeri siltide järgi",
"Warning" => "Hoiatus",
"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?",
"Import error" => "Viga importimisel",
"Import completed successfully." => "Import on edukalt lõpetatud.",
"Uploading..." => "Üleslaadimine...",
"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",
"Delete" => "Kustuta",
"Edit" => "Muuda",
"Cancel" => "Loobu",
"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:",
"Add to ownCloud" => "Lisa ownCloudi",
"Address" => "Aadress",
"Add" => "Lisa",
"You have no bookmarks" => "Sul pole järjehoidjaid",
"Bookmarklet" => "Järjehoidja vidin",
"Export & Import" => "Eksport ja import",
"Export" => "Ekspordi",
"Import" => "Impordi"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";