Create Krynn plugin

This commit is contained in:
Dylan Thiedeke 2015-07-07 08:43:11 +10:00
parent adef3fd690
commit beab86860e
22 changed files with 431 additions and 0 deletions

30
krynn/lang/C/messages.po Normal file
View file

@ -0,0 +1,30 @@
# ADDON planets
# Copyright (C)
# This file is distributed under the same license as the Friendica planets addon package.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: planets.php:150
msgid "Planets Settings"
msgstr ""
#: planets.php:152
msgid "Enable Planets Plugin"
msgstr ""
#: planets.php:158
msgid "Submit"
msgstr ""

View file

@ -0,0 +1,5 @@
<?php
$a->strings["Planets Settings"] = "Ajustos de Planet";
$a->strings["Enable Planets Plugin"] = "Activa Plugin de Planet";
$a->strings["Submit"] = "Enviar";

32
krynn/lang/cs/messages.po Normal file
View file

@ -0,0 +1,32 @@
# ADDON planets
# Copyright (C)
# This file is distributed under the same license as the Friendica planets 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"
#: planets.php:150
msgid "Planets Settings"
msgstr "Planets Nastavení"
#: planets.php:152
msgid "Enable Planets Plugin"
msgstr "Povolit Planets plugin"
#: planets.php:158
msgid "Submit"
msgstr "Odeslat"

10
krynn/lang/cs/strings.php Normal file
View 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["Planets Settings"] = "Planets Nastavení";
$a->strings["Enable Planets Plugin"] = "Povolit Planets plugin";
$a->strings["Submit"] = "Odeslat";

33
krynn/lang/de/messages.po Normal file
View file

@ -0,0 +1,33 @@
# ADDON planets
# Copyright (C)
# This file is distributed under the same license as the Friendica planets 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"
#: planets.php:150
msgid "Planets Settings"
msgstr "Planeten Einstellungen"
#: planets.php:152
msgid "Enable Planets Plugin"
msgstr "Planeten-Plugin aktivieren"
#: planets.php:158
msgid "Submit"
msgstr "Senden"

10
krynn/lang/de/strings.php Normal file
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";

View file

@ -0,0 +1,5 @@
<?php
$a->strings["Planets Settings"] = "Agordo pri Planets";
$a->strings["Enable Planets Plugin"] = "Ŝalti la Planets kromprogamon";
$a->strings["Submit"] = "Sendi";

View file

@ -0,0 +1,5 @@
<?php
$a->strings["Planets Settings"] = "Configuración de Planets";
$a->strings["Enable Planets Plugin"] = "Activar el módulo de planetas Planets";
$a->strings["Submit"] = "Envíar";

View file

@ -0,0 +1,5 @@
<?php
$a->strings["Planets Settings"] = "Réglages des Planets";
$a->strings["Enable Planets Plugin"] = "Activer Planets";
$a->strings["Submit"] = "Envoyer";

View file

@ -0,0 +1,5 @@
<?php
$a->strings["Planets Settings"] = "";
$a->strings["Enable Planets Plugin"] = "";
$a->strings["Submit"] = "Senda inn";

32
krynn/lang/it/messages.po Normal file
View file

@ -0,0 +1,32 @@
# ADDON planets
# Copyright (C)
# This file is distributed under the same license as the Friendica planets addon package.
#
#
# Translators:
# fabrixxm <fabrix.xm@gmail.com>, 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 09:01+0000\n"
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: planets.php:150
msgid "Planets Settings"
msgstr "Impostazioni \"Pianeti\""
#: planets.php:152
msgid "Enable Planets Plugin"
msgstr "Abilita il plugin \"Pianeti\""
#: planets.php:158
msgid "Submit"
msgstr ""

10
krynn/lang/it/strings.php Normal file
View file

@ -0,0 +1,10 @@
<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Planets Settings"] = "Impostazioni \"Pianeti\"";
$a->strings["Enable Planets Plugin"] = "Abilita il plugin \"Pianeti\"";
$a->strings["Submit"] = "";

View file

@ -0,0 +1,5 @@
<?php
$a->strings["Planets Settings"] = "";
$a->strings["Enable Planets Plugin"] = "";
$a->strings["Submit"] = "Lagre";

View file

@ -0,0 +1,5 @@
<?php
$a->strings["Planets Settings"] = "";
$a->strings["Enable Planets Plugin"] = "";
$a->strings["Submit"] = "Potwierdź";

View file

@ -0,0 +1,5 @@
<?php
$a->strings["Planets Settings"] = "Configuração dos planetas";
$a->strings["Enable Planets Plugin"] = "Habilita configuração dos planetas";
$a->strings["Submit"] = "Enviar";

32
krynn/lang/ro/messages.po Normal file
View file

@ -0,0 +1,32 @@
# ADDON planets
# Copyright (C)
# This file is distributed under the same license as the Friendica planets addon package.
#
#
# Translators:
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 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-11-27 14:16+0000\n"
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ro_RO\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
#: planets.php:150
msgid "Planets Settings"
msgstr "Configurări Planets"
#: planets.php:152
msgid "Enable Planets Plugin"
msgstr "Activare Modul Planets"
#: planets.php:158
msgid "Submit"
msgstr "Trimite"

10
krynn/lang/ro/strings.php Normal file
View file

@ -0,0 +1,10 @@
<?php
if(! function_exists("string_plural_select_ro")) {
function string_plural_select_ro($n){
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
}}
;
$a->strings["Planets Settings"] = "Configurări Planets";
$a->strings["Enable Planets Plugin"] = "Activare Modul Planets";
$a->strings["Submit"] = "Trimite";

View file

@ -0,0 +1,5 @@
<?php
$a->strings["Planets Settings"] = "";
$a->strings["Enable Planets Plugin"] = "";
$a->strings["Submit"] = "Подтвердить";

View file

@ -0,0 +1,3 @@
<?php
$a->strings["Submit"] = "Spara";

View file

@ -0,0 +1,5 @@
<?php
$a->strings["Planets Settings"] = "行星设置";
$a->strings["Enable Planets Plugin"] = "使行星插件可用";
$a->strings["Submit"] = "提交";