mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +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,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"
|
|
@ -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";
|
Loading…
Add table
Add a link
Reference in a new issue