Fixed Language files to reflect plugin name

This commit is contained in:
Dylan Thiedeke 2015-07-07 11:03:34 +10:00
parent 21a6ac9396
commit 6a9e0c0404
37 changed files with 31 additions and 462 deletions

View file

@ -1,32 +0,0 @@
# ADDON krynn
# Copyright (C)
# This file is distributed under the same license as the Friendica krynn addon package.
#
#
# Translators:
# Michal Šupler <msupler@gmail.com>, 2014-2015
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: 2015-02-11 19:37+0000\n"
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: krynn.php:150
msgid "Krynn Settings"
msgstr "Krynn Nastavení"
#: krynn.php:152
msgid "Enable Krynn Plugin"
msgstr "Povolit Krynn plugin"
#: krynn.php:158
msgid "Submit"
msgstr "Odeslat"

View file

@ -1,10 +0,0 @@
<?php
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
}}
;
$a->strings["Krynn Settings"] = "Krynn Nastavení";
$a->strings["Enable Krynn Plugin"] = "Povolit Krynn plugin";
$a->strings["Submit"] = "Odeslat";