reveal the multi apps feature of the fromapp addon and regenerate the addons translation base

pull/812/head
Tobias Diekershoff 2019-02-19 10:38:29 +01:00
parent 635ad296e8
commit bd4c9f4bb6
2 changed files with 11 additions and 9 deletions

View File

@ -69,7 +69,7 @@ function fromapp_settings(&$a, &$s)
$s .= '<h3>' . L10n::t('FromApp Settings') . '</h3>'; $s .= '<h3>' . L10n::t('FromApp Settings') . '</h3>';
$s .= '</span>'; $s .= '</span>';
$s .= '<div id="fromapp-wrapper">'; $s .= '<div id="fromapp-wrapper">';
$s .= '<label id="fromapp-label" for="fromapp-input">' . L10n::t('The application name you would like to show your posts originating from.') . '</label>'; $s .= '<label id="fromapp-label" for="fromapp-input">' . L10n::t('The application name you would like to show your posts originating from. Setarate different app names with a comma. A random one will then be selected for every posting.') . '</label>';
$s .= '<input id="fromapp-input" type="text" name="fromapp-input" value="' . $fromapp . '" ' . '/>'; $s .= '<input id="fromapp-input" type="text" name="fromapp-input" value="' . $fromapp . '" ' . '/>';
$s .= '<div class="clear"></div>'; $s .= '<div class="clear"></div>';

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2019-02-19 10:36+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,23 +17,25 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: fromapp.php:38 #: fromapp.php:40
msgid "Fromapp settings updated." msgid "Fromapp settings updated."
msgstr "" msgstr ""
#: fromapp.php:64 #: fromapp.php:65 fromapp.php:69
msgid "FromApp Settings" msgid "FromApp Settings"
msgstr "" msgstr ""
#: fromapp.php:66 #: fromapp.php:72
msgid "" msgid ""
"The application name you would like to show your posts originating from." "The application name you would like to show your posts originating from. "
"Setarate different app names with a comma. A random one will then be "
"selected for every posting."
msgstr "" msgstr ""
#: fromapp.php:70 #: fromapp.php:76
msgid "Use this application name even if another application was used." msgid "Use this application name even if another application was used."
msgstr "" msgstr ""
#: fromapp.php:77 #: fromapp.php:83
msgid "Submit" msgid "Save Settings"
msgstr "" msgstr ""