Replace planet with krynn

This commit is contained in:
Dylan Thiedeke 2015-07-07 10:46:09 +10:00
parent beab86860e
commit 21a6ac9396
30 changed files with 469 additions and 38 deletions

View file

@ -1,6 +1,6 @@
# ADDON planets
# ADDON Krynn
# Copyright (C)
# This file is distributed under the same license as the Friendica planets addon package.
# This file is distributed under the same license as the Friendica Krynn addon package.
#
#
# Translators:
@ -20,14 +20,14 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: planets.php:150
msgid "Planets Settings"
#: Krynn.php:150
msgid "Krynn Settings"
msgstr "Planeten Einstellungen"
#: planets.php:152
msgid "Enable Planets Plugin"
#: Krynn.php:152
msgid "Enable Krynn Plugin"
msgstr "Planeten-Plugin aktivieren"
#: planets.php:158
#: Krynn.php:158
msgid "Submit"
msgstr "Senden"

View file

@ -0,0 +1,33 @@
# ADDON Krynn
# Copyright (C)
# This file is distributed under the same license as the Friendica Krynn addon package.
#
#
# Translators:
# Abrax <webmaster@a-zwenkau.de>, 2014
# bavatar <tobias.diekershoff@gmx.net>, 2014
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2014-10-15 12:32+0000\n"
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\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"
#: Krynn.php:150
msgid "Krynn Settings"
msgstr "Planeten Einstellungen"
#: Krynn.php:152
msgid "Enable Krynn Plugin"
msgstr "Planeten-Plugin aktivieren"
#: Krynn.php:158
msgid "Submit"
msgstr "Senden"

View file

@ -0,0 +1,10 @@
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
}}
;
$a->strings["Planets Settings"] = "Planeten Einstellungen";
$a->strings["Enable Planets Plugin"] = "Planeten-Plugin aktivieren";
$a->strings["Submit"] = "Senden";