added Estonian translation THX Rain Hawk

This commit is contained in:
Tobias Diekershoff 2019-04-23 18:37:22 +02:00
parent cf741fe3e9
commit a3b7fda18a
6 changed files with 272 additions and 0 deletions

View file

@ -0,0 +1,21 @@
<?php
if(! function_exists("string_plural_select_et")) {
function string_plural_select_et($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["New Member"] = "Uus liige";
$a->strings["Tips for New Members"] = "Nippe uutele liikmetele";
$a->strings["Global Support Forum"] = "Globaalne tugifoorum";
$a->strings["Local Support Forum"] = "Lokaalne tugifoorum";
$a->strings["Save Settings"] = "Salvesta sätted";
$a->strings["Message"] = "Sõnum";
$a->strings["Your message for new members. You can use bbcode here."] = "";
$a->strings["Add a link to global support forum"] = "";
$a->strings["Should a link to the global support forum be displayed?"] = "";
$a->strings["Add a link to the local support forum"] = "";
$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "";
$a->strings["Name of the local support group"] = "";
$a->strings["If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)"] = "";