mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
added Estonian translation THX Rain Hawk
This commit is contained in:
parent
cf741fe3e9
commit
a3b7fda18a
6 changed files with 272 additions and 0 deletions
76
newmemberwidget/lang/et/messages.po
Normal file
76
newmemberwidget/lang/et/messages.po
Normal file
|
@ -0,0 +1,76 @@
|
|||
# ADDON newmemberwidget
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica newmemberwidget addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Rain Hawk, 2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-01 14:12+0200\n"
|
||||
"PO-Revision-Date: 2019-04-16 05:07+0000\n"
|
||||
"Last-Translator: Rain Hawk\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/Friendica/friendica/language/et/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: newmemberwidget.php:21
|
||||
msgid "New Member"
|
||||
msgstr "Uus liige"
|
||||
|
||||
#: newmemberwidget.php:22
|
||||
msgid "Tips for New Members"
|
||||
msgstr "Nippe uutele liikmetele"
|
||||
|
||||
#: newmemberwidget.php:24
|
||||
msgid "Global Support Forum"
|
||||
msgstr "Globaalne tugifoorum"
|
||||
|
||||
#: newmemberwidget.php:26
|
||||
msgid "Local Support Forum"
|
||||
msgstr "Lokaalne tugifoorum"
|
||||
|
||||
#: newmemberwidget.php:49
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvesta sätted"
|
||||
|
||||
#: newmemberwidget.php:50
|
||||
msgid "Message"
|
||||
msgstr "Sõnum"
|
||||
|
||||
#: newmemberwidget.php:50
|
||||
msgid "Your message for new members. You can use bbcode here."
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:51
|
||||
msgid "Add a link to global support forum"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:51
|
||||
msgid "Should a link to the global support forum be displayed?"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:52
|
||||
msgid "Add a link to the local support forum"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:52
|
||||
msgid ""
|
||||
"If you have a local support forum and wand to have a link displayed in the "
|
||||
"widget, check this box."
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:53
|
||||
msgid "Name of the local support group"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:53
|
||||
msgid ""
|
||||
"If you checked the above, specify the <em>nickname</em> of the local support"
|
||||
" group here (i.e. helpers)"
|
||||
msgstr ""
|
21
newmemberwidget/lang/et/strings.php
Normal file
21
newmemberwidget/lang/et/strings.php
Normal 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)"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue