mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-17 05:48:49 +00:00
Some more translations
This commit is contained in:
parent
27ea65af5d
commit
3e34f3f84e
2 changed files with 13 additions and 3 deletions
|
@ -103,8 +103,8 @@ function blackout_addon_admin(&$a, &$o) {
|
||||||
|
|
||||||
$o = Renderer::replaceMacros($t, [
|
$o = Renderer::replaceMacros($t, [
|
||||||
'$submit' => L10n::t('Save Settings'),
|
'$submit' => L10n::t('Save Settings'),
|
||||||
'$rurl' => ["rurl", "Redirect URL", $myurl, L10n::t("all your visitors from the web will be redirected to this URL")],
|
'$rurl' => ["rurl", L10n::t("Redirect URL"), $myurl, L10n::t("all your visitors from the web will be redirected to this URL")],
|
||||||
'$startdate' => ["startdate", L10n::t("Begin of the Blackout<br />(YYYY-MM-DD hh:mm)"), $mystart, "format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"],
|
'$startdate' => ["startdate", L10n::t("Begin of the Blackout<br />(YYYY-MM-DD hh:mm)"), $mystart, L10n::t("format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute")],
|
||||||
'$enddate' => ["enddate", L10n::t("End of the Blackout<br />(YYYY-MM-DD hh:mm)"), $myend, ""],
|
'$enddate' => ["enddate", L10n::t("End of the Blackout<br />(YYYY-MM-DD hh:mm)"), $myend, ""],
|
||||||
|
|
||||||
]);
|
]);
|
||||||
|
|
|
@ -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: 2019-03-12 14:46+0100\n"
|
"POT-Creation-Date: 2019-03-12 14:53+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"
|
||||||
|
@ -21,6 +21,10 @@ msgstr ""
|
||||||
msgid "Save Settings"
|
msgid "Save Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: blackout.php:106
|
||||||
|
msgid "Redirect URL"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: blackout.php:106
|
#: blackout.php:106
|
||||||
msgid "all your visitors from the web will be redirected to this URL"
|
msgid "all your visitors from the web will be redirected to this URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -29,6 +33,12 @@ msgstr ""
|
||||||
msgid "Begin of the Blackout<br />(YYYY-MM-DD hh:mm)"
|
msgid "Begin of the Blackout<br />(YYYY-MM-DD hh:mm)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: blackout.php:107
|
||||||
|
msgid ""
|
||||||
|
"format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</"
|
||||||
|
"em> hour and <em>mm</em> minute"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: blackout.php:108
|
#: blackout.php:108
|
||||||
msgid "End of the Blackout<br />(YYYY-MM-DD hh:mm)"
|
msgid "End of the Blackout<br />(YYYY-MM-DD hh:mm)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue