forked from friendica/friendica-addons
Merge pull request #920 from tobiasd/20191216-lng
DE and ET translation updates
This commit is contained in:
commit
4dc0d55027
|
@ -4,15 +4,16 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
||||
# René Wagner <apollo@rw-net.de>, 2019
|
||||
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-06-22 11:28+0000\n"
|
||||
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
||||
"PO-Revision-Date: 2019-11-10 20:12+0000\n"
|
||||
"Last-Translator: René Wagner <apollo@rw-net.de>\n"
|
||||
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -21,4 +22,4 @@ msgstr ""
|
|||
|
||||
#: buglink.php:15
|
||||
msgid "Report Bug"
|
||||
msgstr "Fehler melden."
|
||||
msgstr "Fehler melden"
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Report Bug"] = "Fehler melden.";
|
||||
$a->strings["Report Bug"] = "Fehler melden";
|
||||
|
|
36
smileybutton/lang/et/messages.po
Normal file
36
smileybutton/lang/et/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ADDON smileybutton
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica smileybutton addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Rain Hawk, 2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
|
||||
"PO-Revision-Date: 2019-11-30 14:52+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"
|
||||
|
||||
#: smileybutton.php:269
|
||||
msgid "Smileybutton settings"
|
||||
msgstr "SmileyNupu sätted"
|
||||
|
||||
#: smileybutton.php:272
|
||||
msgid "You can hide the button and show the smilies directly."
|
||||
msgstr "Saad peita nupu ja näidata smailisid otse"
|
||||
|
||||
#: smileybutton.php:274
|
||||
msgid "Hide the button"
|
||||
msgstr "Peida nupp"
|
||||
|
||||
#: smileybutton.php:281
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvesta sätted"
|
12
smileybutton/lang/et/strings.php
Normal file
12
smileybutton/lang/et/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_et")) {
|
||||
function string_plural_select_et($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Smileybutton settings"] = "SmileyNupu sätted";
|
||||
$a->strings["You can hide the button and show the smilies directly."] = "Saad peita nupu ja näidata smailisid otse";
|
||||
$a->strings["Hide the button"] = "Peida nupp";
|
||||
$a->strings["Save Settings"] = "Salvesta sätted";
|
Loading…
Reference in a new issue