Merge pull request #920 from tobiasd/20191216-lng

DE and ET translation updates
This commit is contained in:
Hypolite Petovan 2019-12-16 02:17:06 -05:00 committed by GitHub
commit 4dc0d55027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 56 additions and 6 deletions

View File

@ -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"

View File

@ -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";

View 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"

View 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";