mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Replace planet with krynn
This commit is contained in:
parent
beab86860e
commit
21a6ac9396
30 changed files with 469 additions and 38 deletions
|
@ -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:
|
||||
|
@ -19,14 +19,14 @@ msgstr ""
|
|||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#: planets.php:150
|
||||
msgid "Planets Settings"
|
||||
msgstr "Planets Nastavení"
|
||||
#: krynn.php:150
|
||||
msgid "Krynn Settings"
|
||||
msgstr "Krynn Nastavení"
|
||||
|
||||
#: planets.php:152
|
||||
msgid "Enable Planets Plugin"
|
||||
msgstr "Povolit Planets plugin"
|
||||
#: krynn.php:152
|
||||
msgid "Enable Krynn Plugin"
|
||||
msgstr "Povolit Krynn plugin"
|
||||
|
||||
#: planets.php:158
|
||||
#: krynn.php:158
|
||||
msgid "Submit"
|
||||
msgstr "Odeslat"
|
||||
|
|
32
krynn/lang/cs/messages.po-e
Normal file
32
krynn/lang/cs/messages.po-e
Normal file
|
@ -0,0 +1,32 @@
|
|||
# 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"
|
|
@ -5,6 +5,6 @@ function string_plural_select_cs($n){
|
|||
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
|
||||
}}
|
||||
;
|
||||
$a->strings["Planets Settings"] = "Planets Nastavení";
|
||||
$a->strings["Enable Planets Plugin"] = "Povolit Planets plugin";
|
||||
$a->strings["Krynn Settings"] = "Krynn Nastavení";
|
||||
$a->strings["Enable Krynn Plugin"] = "Povolit Krynn plugin";
|
||||
$a->strings["Submit"] = "Odeslat";
|
||||
|
|
10
krynn/lang/cs/strings.php-e
Normal file
10
krynn/lang/cs/strings.php-e
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?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