diff --git a/l10n/et_EE.js b/l10n/et_EE.js index 0891da92..bce8a276 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -5,8 +5,12 @@ OC.L10N.register( "Bookm." : "Järjeh.", "No file provided for import" : "Imporditav fail puudub", "Unsupported file type for import" : "Toetuseta failitüübi import", - "Error" : "Viga", + "Bookmark added. You can close the window now." : "Järjehoidja lisatud. Nüüd võib akna sulgeda.", + "Bookmark added successfully" : "Järjehoidja edukalt lisatud", + "Some Error happened." : "Ilmnes mingi tõrge.", + "Error" : "Tõrge", "Filter by tag" : "Filtreeri siltide järgi", + "Are you sure you want to remove this bookmark?" : "Kas sa tõesti soovid seda järjehoidjat eemaldada?", "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?", @@ -14,6 +18,7 @@ OC.L10N.register( "Import completed successfully." : "Import on edukalt lõpetatud.", "Uploading..." : "Üleslaadimine...", "Add a bookmark" : "Lisa järjehoidja", + "This URL is already bookmarked! Overwrite?" : "See URL on juba järjehoidjates. Kas kirjutada üle?", "The title of the page" : "Lehe pealkiri", "The address of the page" : "Lehe aadress", "Description of the page" : "Lehe kirjeldus", @@ -25,7 +30,9 @@ OC.L10N.register( "Add to ownCloud" : "Lisa ownCloudi", "Address" : "Aadress", "Add" : "Lisa", + "Filterable Tags" : "Filtreeritavad sildid", "You have no bookmarks" : "Sul pole järjehoidjaid", + "You can also import a bookmark file" : "Järjehoidjafaili on võimalik importida", "Bookmarklet" : "Järjehoidja vidin", "Export & Import" : "Eksport ja import", "Export" : "Ekspordi", diff --git a/l10n/et_EE.json b/l10n/et_EE.json index 568ebcaa..9f9a3bad 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -3,8 +3,12 @@ "Bookm." : "Järjeh.", "No file provided for import" : "Imporditav fail puudub", "Unsupported file type for import" : "Toetuseta failitüübi import", - "Error" : "Viga", + "Bookmark added. You can close the window now." : "Järjehoidja lisatud. Nüüd võib akna sulgeda.", + "Bookmark added successfully" : "Järjehoidja edukalt lisatud", + "Some Error happened." : "Ilmnes mingi tõrge.", + "Error" : "Tõrge", "Filter by tag" : "Filtreeri siltide järgi", + "Are you sure you want to remove this bookmark?" : "Kas sa tõesti soovid seda järjehoidjat eemaldada?", "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?", @@ -12,6 +16,7 @@ "Import completed successfully." : "Import on edukalt lõpetatud.", "Uploading..." : "Üleslaadimine...", "Add a bookmark" : "Lisa järjehoidja", + "This URL is already bookmarked! Overwrite?" : "See URL on juba järjehoidjates. Kas kirjutada üle?", "The title of the page" : "Lehe pealkiri", "The address of the page" : "Lehe aadress", "Description of the page" : "Lehe kirjeldus", @@ -23,7 +28,9 @@ "Add to ownCloud" : "Lisa ownCloudi", "Address" : "Aadress", "Add" : "Lisa", + "Filterable Tags" : "Filtreeritavad sildid", "You have no bookmarks" : "Sul pole järjehoidjaid", + "You can also import a bookmark file" : "Järjehoidjafaili on võimalik importida", "Bookmarklet" : "Järjehoidja vidin", "Export & Import" : "Eksport ja import", "Export" : "Ekspordi", diff --git a/l10n/et_EE.php b/l10n/et_EE.php index e6e90cb5..85f15fc3 100644 --- a/l10n/et_EE.php +++ b/l10n/et_EE.php @@ -4,8 +4,12 @@ $TRANSLATIONS = array( "Bookm." => "Järjeh.", "No file provided for import" => "Imporditav fail puudub", "Unsupported file type for import" => "Toetuseta failitüübi import", -"Error" => "Viga", +"Bookmark added. You can close the window now." => "Järjehoidja lisatud. Nüüd võib akna sulgeda.", +"Bookmark added successfully" => "Järjehoidja edukalt lisatud", +"Some Error happened." => "Ilmnes mingi tõrge.", +"Error" => "Tõrge", "Filter by tag" => "Filtreeri siltide järgi", +"Are you sure you want to remove this bookmark?" => "Kas sa tõesti soovid seda järjehoidjat eemaldada?", "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?", @@ -13,6 +17,7 @@ $TRANSLATIONS = array( "Import completed successfully." => "Import on edukalt lõpetatud.", "Uploading..." => "Üleslaadimine...", "Add a bookmark" => "Lisa järjehoidja", +"This URL is already bookmarked! Overwrite?" => "See URL on juba järjehoidjates. Kas kirjutada üle?", "The title of the page" => "Lehe pealkiri", "The address of the page" => "Lehe aadress", "Description of the page" => "Lehe kirjeldus", @@ -24,7 +29,9 @@ $TRANSLATIONS = array( "Add to ownCloud" => "Lisa ownCloudi", "Address" => "Aadress", "Add" => "Lisa", +"Filterable Tags" => "Filtreeritavad sildid", "You have no bookmarks" => "Sul pole järjehoidjaid", +"You can also import a bookmark file" => "Järjehoidjafaili on võimalik importida", "Bookmarklet" => "Järjehoidja vidin", "Export & Import" => "Eksport ja import", "Export" => "Ekspordi",