Fixed Language files to reflect plugin name
authorDylan Thiedeke <dylan@thiedeke.com.au>
Tue, 7 Jul 2015 01:03:34 +0000 (11:03 +1000)
committerDylan Thiedeke <dylan@thiedeke.com.au>
Tue, 7 Jul 2015 01:03:34 +0000 (11:03 +1000)
37 files changed:
krynn/krynn.css-e [deleted file]
krynn/krynn.php
krynn/krynn.php-e [deleted file]
krynn/lang/C/messages.po-e [deleted file]
krynn/lang/ca/strings.php-e [deleted file]
krynn/lang/cs/messages.po-e [deleted file]
krynn/lang/cs/strings.php-e [deleted file]
krynn/lang/de/messages.po-e [deleted file]
krynn/lang/de/strings.php
krynn/lang/de/strings.php-e [deleted file]
krynn/lang/eo/strings.php
krynn/lang/eo/strings.php-e [deleted file]
krynn/lang/es/strings.php
krynn/lang/es/strings.php-e [deleted file]
krynn/lang/fr/strings.php
krynn/lang/fr/strings.php-e [deleted file]
krynn/lang/is/strings.php
krynn/lang/is/strings.php-e [deleted file]
krynn/lang/it/messages.po
krynn/lang/it/messages.po-e [deleted file]
krynn/lang/it/strings.php
krynn/lang/it/strings.php-e [deleted file]
krynn/lang/nb-no/strings.php
krynn/lang/nb-no/strings.php-e [deleted file]
krynn/lang/pl/strings.php
krynn/lang/pl/strings.php-e [deleted file]
krynn/lang/pt-br/strings.php
krynn/lang/pt-br/strings.php-e [deleted file]
krynn/lang/ro/messages.po
krynn/lang/ro/messages.po-e [deleted file]
krynn/lang/ro/strings.php
krynn/lang/ro/strings.php-e [deleted file]
krynn/lang/ru/strings.php
krynn/lang/ru/strings.php-e [deleted file]
krynn/lang/sv/strings.php-e [deleted file]
krynn/lang/zh-cn/strings.php
krynn/lang/zh-cn/strings.php-e [deleted file]

diff --git a/krynn/krynn.css-e b/krynn/krynn.css-e
deleted file mode 100755 (executable)
index 466a3ec..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-#krynn-enable-label {
-       float: left;
-       width: 200px;
-       margin-bottom: 25px;
-}
-
-#krynn-checkbox {
-       float: left;
-}
-
-
index d9ec7fae5b2520effe9e3a9051d565338df29ddc..bfc9e42fc3fa0f0372295221f3d7c18d70cc1460 100755 (executable)
@@ -7,7 +7,7 @@
  * Planets Author: Tony Baldwin <https://free-haven.org/profile/tony>
  * Krynn modifications: Dylan Thiedeke
  *
- *"My body was my sacrifice... for my magic. This damage is permanent." - Raislin Majere
+ *"My body was my sacrifice... for my magic. This damage is permanent." - Raistlin Majere
  */
 
 
diff --git a/krynn/krynn.php-e b/krynn/krynn.php-e
deleted file mode 100755 (executable)
index 4f336d7..0000000
+++ /dev/null
@@ -1,165 +0,0 @@
-<?php
-/**
- * Name: Dragonlace Krynn locales
- * Description: Sample Friendica plugin/addon. Set a random locale from the Dragonlance Realm of Krynn when posting. Based on the planets frindica addon by Mike Macgirvin and Tony Baldwin
- * Version: 1.0
- * Planets Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
- * Planets Author: Tony Baldwin <https://free-haven.org/profile/tony>
- * Krynn modifications: Dylan Thiedeke
- *
- *"My body was my sacrifice... for my magic. This damage is permanent." - Raislin Majere
- */
-
-
-function krynn_install() {
-
-       /**
-        * 
-        * Our demo plugin will attach in three places.
-        * The first is just prior to storing a local post.
-        *
-        */
-
-       register_hook('post_local', 'addon/krynn/krynn.php', 'krynn_post_hook');
-
-       /**
-        *
-        * Then we'll attach into the plugin settings page, and also the 
-        * settings post hook so that we can create and update
-        * user preferences.
-        *
-        */
-
-       register_hook('plugin_settings', 'addon/krynn/krynn.php', 'krynn_settings');
-       register_hook('plugin_settings_post', 'addon/krynn/krynn.php', 'krynn_settings_post');
-
-       logger("installed krynn");
-}
-
-
-function krynn_uninstall() {
-
-       /**
-        *
-        * uninstall unregisters any hooks created with register_hook
-        * during install. It may also delete configuration settings
-        * and any other cleanup.
-        *
-        */
-
-       unregister_hook('post_local',    'addon/krynn/krynn.php', 'krynn_post_hook');
-       unregister_hook('plugin_settings', 'addon/krynn/krynn.php', 'krynn_settings');
-       unregister_hook('plugin_settings_post', 'addon/krynn/krynn.php', 'krynn_settings_post');
-
-
-       logger("removed krynn");
-}
-
-
-
-function krynn_post_hook($a, &$item) {
-
-       /**
-        *
-        * An item was posted on the local system.
-        * We are going to look for specific items:
-        *      - A status post by a profile owner
-        *      - The profile owner must have allowed our plugin
-        *
-        */
-
-       logger('krynn invoked');
-
-       if(! local_user())   /* non-zero if this is a logged in user of this system */
-               return;
-
-       if(local_user() != $item['uid'])    /* Does this person own the post? */
-               return;
-
-       if($item['parent'])   /* If the item has a parent, this is a comment or something else, not a status post. */
-               return;
-
-       /* Retrieve our personal config setting */
-
-       $active = get_pconfig(local_user(), 'krynn', 'enable');
-
-       if(! $active)
-               return;
-
-       /**
-        *
-        * OK, we're allowed to do our stuff.
-        * Here's what we are going to do:
-        * load the list of timezone names, and use that to generate a list of krynn locales.
-        * Then we'll pick one of those at random and put it in the "location" field for the post.
-        *
-        */
-
-       $krynn = array('Ansalon','Abanasinia','Solace','Haven','Gateway','Qualinost','Ankatavaka','Pax Tharkas','Ergoth','Newsea','Straights of Schallsea','Plains of Dust','Tarsis','Barren Hills','Que Shu','Citadel of Light','Solinari','Hedge Maze','Tower of High Sorcery','Inn of the Last Home','Last Heroes Tomb','Academy of Sorcery','Gods Row','Temple of Majere','Temple of Kiri-Jolith','Temple of Mishakal','Temple of Zeboim,','The Trough','Sad Town','Xak Tsaroth','ZHaman','SKullcap',);
-
-       $planet = array_rand($krynn,1);
-       $item['location'] = $krynn[$planet];
-
-       return;
-}
-
-
-
-
-/**
- *
- * Callback from the settings post function.
- * $post contains the $_POST array.
- * We will make sure we've got a valid user account
- * and if so set our configuration setting for this person.
- *
- */
-
-function krynn_settings_post($a,$post) {
-       if(! local_user())
-               return;
-       if($_POST['krynn-submit'])
-               set_pconfig(local_user(),'krynn','enable',intval($_POST['krynn']));
-}
-
-
-/**
- *
- * Called from the Plugin Setting form. 
- * Add our own settings info to the page.
- *
- */
-
-
-
-function krynn_settings(&$a,&$s) {
-
-       if(! local_user())
-               return;
-
-       /* Add our stylesheet to the page so we can make our settings look nice */
-
-       $a->page['htmlhead'] .= '<link rel="stylesheet"  type="text/css" href="' . $a->get_baseurl() . '/addon/krynn/krynn.css' . '" media="all" />' . "\r\n";
-
-       /* Get the current state of our config variable */
-
-       $enabled = get_pconfig(local_user(),'krynn','enable');
-
-       $checked = (($enabled) ? ' checked="checked" ' : '');
-
-       /* Add some HTML to the existing form */
-
-       $s .= '<div class="settings-block">';
-       $s .= '<h3>' . t('Krynn Settings') . '</h3>';
-       $s .= '<div id="krynn-enable-wrapper">';
-       $s .= '<label id="krynn-enable-label" for="krynn-checkbox">' . t('Enable Krynn Plugin') . '</label>';
-       $s .= '<input id="krynn-checkbox" type="checkbox" name="krynn" value="1" ' . $checked . '/>';
-       $s .= '</div><div class="clear"></div>';
-
-       /* provide a submit button */
-
-       $s .= '<div class="settings-submit-wrapper" ><input type="submit" name="krynn-submit" class="settings-submit" value="' . t('Save Settings') . '" /></div></div>';
-
-}
-
-
diff --git a/krynn/lang/C/messages.po-e b/krynn/lang/C/messages.po-e
deleted file mode 100644 (file)
index 0831b91..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# ADDON krynn
-# Copyright (C) 
-# This file is distributed under the same license as the Friendica krynn 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"
-
-#: krynn.php:150
-msgid "Krynn Settings"
-msgstr ""
-
-#: krynn.php:152
-msgid "Enable Krynn Plugin"
-msgstr ""
-
-#: krynn.php:158
-msgid "Submit"
-msgstr ""
diff --git a/krynn/lang/ca/strings.php-e b/krynn/lang/ca/strings.php-e
deleted file mode 100644 (file)
index ec7bf80..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php\r
-\r
-$a->strings["Krynn Settings"] = "Ajustos de Krynn";\r
-$a->strings["Enable Krynn Plugin"] = "Activa Plugin de Krynn";\r
-$a->strings["Submit"] = "Enviar";\r
diff --git a/krynn/lang/cs/messages.po-e b/krynn/lang/cs/messages.po-e
deleted file mode 100644 (file)
index 69e803e..0000000
+++ /dev/null
@@ -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"
diff --git a/krynn/lang/cs/strings.php-e b/krynn/lang/cs/strings.php-e
deleted file mode 100644 (file)
index e725ffc..0000000
+++ /dev/null
@@ -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";
diff --git a/krynn/lang/de/messages.po-e b/krynn/lang/de/messages.po-e
deleted file mode 100644 (file)
index 12dceb3..0000000
+++ /dev/null
@@ -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"
index ab513fac2347f50a9f90f73f3644baddc864118d..74b5e9f924c9c7019dfec611a06d24956864732d 100644 (file)
@@ -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";
diff --git a/krynn/lang/de/strings.php-e b/krynn/lang/de/strings.php-e
deleted file mode 100644 (file)
index ab513fa..0000000
+++ /dev/null
@@ -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";
index 2f9ff97cd31a3e6999467ad3ca1c4414ecbca6cb..8b8dd24af4b32a30102feda917e983fb146479ba 100644 (file)
@@ -1,5 +1,5 @@
 <?php\r
 \r
-$a->strings["Planets Settings"] = "Agordo pri Planets";\r
-$a->strings["Enable Planets Plugin"] = "Ŝalti la Planets kromprogamon";\r
+$a->strings["Krynn Settings"] = "Agordo pri Krynn";\r
+$a->strings["Enable Krynn Plugin"] = "Ŝalti la Krynn kromprogamon";\r
 $a->strings["Submit"] = "Sendi";\r
diff --git a/krynn/lang/eo/strings.php-e b/krynn/lang/eo/strings.php-e
deleted file mode 100644 (file)
index 2f9ff97..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php\r
-\r
-$a->strings["Planets Settings"] = "Agordo pri Planets";\r
-$a->strings["Enable Planets Plugin"] = "Ŝalti la Planets kromprogamon";\r
-$a->strings["Submit"] = "Sendi";\r
index 67b52dcd47b8d2b2685445cfdc1838ef39b23e6f..3369d1b4b01527b4c1083dac298a16019902a982 100644 (file)
@@ -1,5 +1,5 @@
 <?php\r
 \r
-$a->strings["Planets Settings"] = "Configuración de Planets";\r
-$a->strings["Enable Planets Plugin"] = "Activar el módulo de planetas Planets";\r
+$a->strings["Krynn Settings"] = "Configuración de Krynn";\r
+$a->strings["Enable Krynn Plugin"] = "Activar el módulo de planetas Krynn";\r
 $a->strings["Submit"] = "Envíar";\r
diff --git a/krynn/lang/es/strings.php-e b/krynn/lang/es/strings.php-e
deleted file mode 100644 (file)
index 67b52dc..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php\r
-\r
-$a->strings["Planets Settings"] = "Configuración de Planets";\r
-$a->strings["Enable Planets Plugin"] = "Activar el módulo de planetas Planets";\r
-$a->strings["Submit"] = "Envíar";\r
index 505d24c34d4f330583555dc6486d0c48f5510ac2..601f95021625cf8ed2465d75fb6630601f99ee8c 100644 (file)
@@ -1,5 +1,5 @@
 <?php\r
 \r
-$a->strings["Planets Settings"] = "Réglages des Planets";\r
-$a->strings["Enable Planets Plugin"] = "Activer Planets";\r
+$a->strings["Krynn Settings"] = "Réglages des Krynn";\r
+$a->strings["Enable Krynn Plugin"] = "Activer Krynn";\r
 $a->strings["Submit"] = "Envoyer";\r
diff --git a/krynn/lang/fr/strings.php-e b/krynn/lang/fr/strings.php-e
deleted file mode 100644 (file)
index 505d24c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php\r
-\r
-$a->strings["Planets Settings"] = "Réglages des Planets";\r
-$a->strings["Enable Planets Plugin"] = "Activer Planets";\r
-$a->strings["Submit"] = "Envoyer";\r
index d59b838f25f4f589aeaa468beb171c761c541716..976a601e69a9fb9064b1fc3fb52853e6ebe5f7f3 100644 (file)
@@ -1,5 +1,5 @@
 <?php\r
 \r
-$a->strings["Planets Settings"] = "";\r
-$a->strings["Enable Planets Plugin"] = "";\r
+$a->strings["Krynn Settings"] = "";\r
+$a->strings["Enable Krynn Plugin"] = "";\r
 $a->strings["Submit"] = "Senda inn";\r
diff --git a/krynn/lang/is/strings.php-e b/krynn/lang/is/strings.php-e
deleted file mode 100644 (file)
index d59b838..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php\r
-\r
-$a->strings["Planets Settings"] = "";\r
-$a->strings["Enable Planets Plugin"] = "";\r
-$a->strings["Submit"] = "Senda inn";\r
index 20b7be17afbaad4f31ddb8b67833beead820433e..2dbfa3c79db8b4c6ef90b0f8aaac4ba21c238724 100644 (file)
@@ -20,11 +20,11 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: krynn.php:150
-msgid "Planets Settings"
+msgid "Krynn Settings"
 msgstr "Impostazioni \"Pianeti\""
 
 #: krynn.php:152
-msgid "Enable Planets Plugin"
+msgid "Enable Krynn Plugin"
 msgstr "Abilita il plugin \"Pianeti\""
 
 #: krynn.php:158
diff --git a/krynn/lang/it/messages.po-e b/krynn/lang/it/messages.po-e
deleted file mode 100644 (file)
index 3740be8..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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 ""
index 635183fa4b3ea22f4fbf8ae125c9490fcf97f5fb..9e4d703731ae24b78b0bb9cb832888dddde42d3d 100644 (file)
@@ -5,6 +5,6 @@ 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["Krynn Settings"] = "Impostazioni \"Kryn";
+$a->strings["Enable Krynn Plugin"] = "Abilita il plugin \"Krynn\"";
 $a->strings["Submit"] = "";
diff --git a/krynn/lang/it/strings.php-e b/krynn/lang/it/strings.php-e
deleted file mode 100644 (file)
index 635183f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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"] = "";
index 628eb2aef8d5d563696be5792a85207562e65f3c..06ad32cb592dbbde64fe0b45f5982b2d9fd8a659 100644 (file)
@@ -1,5 +1,5 @@
 <?php\r
 \r
-$a->strings["Planets Settings"] = "";\r
-$a->strings["Enable Planets Plugin"] = "";\r
+$a->strings["Krynn Settings"] = "";\r
+$a->strings["Enable Krynn Plugin"] = "";\r
 $a->strings["Submit"] = "Lagre";\r
diff --git a/krynn/lang/nb-no/strings.php-e b/krynn/lang/nb-no/strings.php-e
deleted file mode 100644 (file)
index 628eb2a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php\r
-\r
-$a->strings["Planets Settings"] = "";\r
-$a->strings["Enable Planets Plugin"] = "";\r
-$a->strings["Submit"] = "Lagre";\r
index 971200460fc7e270b4c63efb96ec654481e52d64..239001b17742d300c7a6328efbdff8d5c72aff57 100644 (file)
@@ -1,5 +1,5 @@
 <?php\r
 \r
-$a->strings["Planets Settings"] = "";\r
-$a->strings["Enable Planets Plugin"] = "";\r
+$a->strings["Krynn Settings"] = "";\r
+$a->strings["Enable Krynn Plugin"] = "";\r
 $a->strings["Submit"] = "Potwierdź";\r
diff --git a/krynn/lang/pl/strings.php-e b/krynn/lang/pl/strings.php-e
deleted file mode 100644 (file)
index 9712004..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php\r
-\r
-$a->strings["Planets Settings"] = "";\r
-$a->strings["Enable Planets Plugin"] = "";\r
-$a->strings["Submit"] = "Potwierdź";\r
index 5cb179c5d901f2015a73481695134b7ddb23a563..a3b2d663a8b08a72fa47414ab46fe4d9c83241f6 100644 (file)
@@ -1,5 +1,5 @@
 <?php\r
 \r
-$a->strings["Planets Settings"] = "Configuração dos planetas";\r
-$a->strings["Enable Planets Plugin"] = "Habilita configuração dos planetas";\r
+$a->strings["Krynn Settings"] = "Configuração dos Krynn";\r
+$a->strings["Enable Krynn Plugin"] = "Habilita configuração dos Krynn";\r
 $a->strings["Submit"] = "Enviar";\r
diff --git a/krynn/lang/pt-br/strings.php-e b/krynn/lang/pt-br/strings.php-e
deleted file mode 100644 (file)
index 5cb179c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php\r
-\r
-$a->strings["Planets Settings"] = "Configuração dos planetas";\r
-$a->strings["Enable Planets Plugin"] = "Habilita configuração dos planetas";\r
-$a->strings["Submit"] = "Enviar";\r
index df7a3806a6c524dc7ce89eee2bed8c840e8fd7b5..2e629e1cee559229071208681294fdeed4510407 100644 (file)
@@ -20,12 +20,12 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
 
 #: krynn.php:150
-msgid "Planets Settings"
-msgstr "Configurări Planets"
+msgid "Krynn Settings"
+msgstr "Configurări Krynn"
 
 #: krynn.php:152
-msgid "Enable Planets Plugin"
-msgstr "Activare Modul Planets"
+msgid "Enable Krynn Plugin"
+msgstr "Activare Modul Krynn"
 
 #: krynn.php:158
 msgid "Submit"
diff --git a/krynn/lang/ro/messages.po-e b/krynn/lang/ro/messages.po-e
deleted file mode 100644 (file)
index 67932a8..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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"
index 93736aad8dbab7601ca74eb81e58b20b5b415fc5..88a84ee890cf16b843f8a34046df974528cca701 100644 (file)
@@ -5,6 +5,6 @@ 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["Krynn Settings"] = "Configurări Krynn";
+$a->strings["Enable Krynn Plugin"] = "Activare Modul Krynn";
 $a->strings["Submit"] = "Trimite";
diff --git a/krynn/lang/ro/strings.php-e b/krynn/lang/ro/strings.php-e
deleted file mode 100644 (file)
index 93736aa..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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";
index 1902b826ffa2a2ca6822db1cc2f21cea8eb4684d..8fd1069bf76cd5b348c00a5ccc22d69c957a8f56 100644 (file)
@@ -1,5 +1,5 @@
 <?php\r
 \r
-$a->strings["Planets Settings"] = "";\r
-$a->strings["Enable Planets Plugin"] = "";\r
+$a->strings["Krynn Settings"] = "";\r
+$a->strings["Enable Krynn Plugin"] = "";\r
 $a->strings["Submit"] = "Подтвердить";\r
diff --git a/krynn/lang/ru/strings.php-e b/krynn/lang/ru/strings.php-e
deleted file mode 100644 (file)
index 1902b82..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php\r
-\r
-$a->strings["Planets Settings"] = "";\r
-$a->strings["Enable Planets Plugin"] = "";\r
-$a->strings["Submit"] = "Подтвердить";\r
diff --git a/krynn/lang/sv/strings.php-e b/krynn/lang/sv/strings.php-e
deleted file mode 100644 (file)
index 3ec569a..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php\r
-\r
-$a->strings["Submit"] = "Spara";\r
index ac066c776c5e6b67a28dcaed247c2476d08c05a3..dcbfbeb731ed74a4819b42a351f83efd285a5322 100644 (file)
@@ -1,5 +1,5 @@
 <?php\r
 \r
-$a->strings["Planets Settings"] = "行星设置";\r
-$a->strings["Enable Planets Plugin"] = "使行星插件可用";\r
+$a->strings["Krynn Settings"] = "行星设置";\r
+$a->strings["Enable Krynn Plugin"] = "使行星插件可用";\r
 $a->strings["Submit"] = "提交";\r
diff --git a/krynn/lang/zh-cn/strings.php-e b/krynn/lang/zh-cn/strings.php-e
deleted file mode 100644 (file)
index ac066c7..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php\r
-\r
-$a->strings["Planets Settings"] = "行星设置";\r
-$a->strings["Enable Planets Plugin"] = "使行星插件可用";\r
-$a->strings["Submit"] = "提交";\r