mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-15 21:08: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, [
|
||||
'$submit' => L10n::t('Save Settings'),
|
||||
'$rurl' => ["rurl", "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"],
|
||||
'$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, 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, ""],
|
||||
|
||||
]);
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -21,6 +21,10 @@ msgstr ""
|
|||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: blackout.php:106
|
||||
msgid "Redirect URL"
|
||||
msgstr ""
|
||||
|
||||
#: blackout.php:106
|
||||
msgid "all your visitors from the web will be redirected to this URL"
|
||||
msgstr ""
|
||||
|
@ -29,6 +33,12 @@ msgstr ""
|
|||
msgid "Begin of the Blackout<br />(YYYY-MM-DD hh:mm)"
|
||||
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
|
||||
msgid "End of the Blackout<br />(YYYY-MM-DD hh:mm)"
|
||||
msgstr ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue