mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
Fixed Language files to reflect plugin name
This commit is contained in:
parent
21a6ac9396
commit
6a9e0c0404
37 changed files with 31 additions and 462 deletions
|
@ -1,33 +0,0 @@
|
|||
# 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"
|
|
@ -5,6 +5,6 @@ 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["Krynn Settings"] = "Krynn Einstellungen";
|
||||
$a->strings["Enable Krynn Plugin"] = "Krynn-Plugin aktivieren";
|
||||
$a->strings["Submit"] = "Senden";
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
<?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";
|
Loading…
Add table
Add a link
Reference in a new issue