update of the addon translations

This commit is contained in:
Tobias Diekershoff 2015-04-03 12:30:50 +02:00
parent be15b6ba6a
commit be2e3e6bf7
45 changed files with 2267 additions and 0 deletions

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:
# bavatar <tobias.diekershoff@gmx.net>, 2014
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: 2014-10-02 14:43+0000\n"
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: smileybutton.php:269
msgid "Smileybutton settings"
msgstr "Smileybutton Einstellungen"
#: smileybutton.php:272
msgid "You can hide the button and show the smilies directly."
msgstr "Du kannst den Button verbergen und die Smilys direkt anzeigen."
#: smileybutton.php:274
msgid "Hide the button"
msgstr "Button verbergen"
#: smileybutton.php:281
msgid "Save Settings"
msgstr "Einstellungen speichern"

View file

@ -0,0 +1,11 @@
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
}}
;
$a->strings["Smileybutton settings"] = "Smileybutton Einstellungen";
$a->strings["You can hide the button and show the smilies directly."] = "Du kannst den Button verbergen und die Smilys direkt anzeigen.";
$a->strings["Hide the button"] = "Button verbergen";
$a->strings["Save Settings"] = "Einstellungen speichern";