This commit is contained in:
grandeljay 2022-12-01 11:38:30 +01:00
parent 1606340af2
commit 66a2e22b7d
4 changed files with 4 additions and 4 deletions

View file

@ -175,7 +175,7 @@ class Wish
<div class="sub header">
<?php
printf(
/** TRANSLATORS: %s: Duration (i. e. 30 minutes) */
/** TRANSLATORS: %s: Duration (e. g. 30 minutes) */
__('If this wish is a product, confirm the order was successful and mark it as fulfilled here. If you do not confirm this wish as fulfilled, it will become available again to others after %s.'),
sprintf(
/** TRANSLATORS: %d Amount of minutes */

View file

@ -226,7 +226,7 @@ $page->navigation();
<p>
<?php
printf(
/** TRANSLATORS: %1$s: Locale, i. e. German (Germany), %2$s: Locale, i. e. English (United Kingdom) %3$s: preferences */
/** TRANSLATORS: %1$s: Locale, e. g. German (Germany), %2$s: Locale, e. g. English (United Kingdom) %3$s: preferences */
__('Your browser is telling me that you would like to view pages in %1$s, but your %3$s are set to %2$s.'),
'<strong>' . \Locale::getDisplayName($locale_browser, $locale_user) . '</strong>',
'<strong>' . \Locale::getDisplayName($locale_user, $locale_user) . '</strong>',

View file

@ -250,7 +250,7 @@ $page->navigation();
<h2 class="ui header"><?= __('About your email address') ?></h2>
<p><?= __('Currently the email address is used as a unique identifier and does not have to be verified. You may enter a fake address.') ?></p>
<p><?= __('wishthis is not a commercial project and is not interested in sending you marketing emails or selling your information to third parties. Although possible to do otherwise, it is strongly recommend to enter your real email address in case you need to recover your password or receive important notifications. These do not exist yet, but some future features and options might require sending you an email (i. e. when a wish has been fulfilled).') ?></p>
<p><?= __('wishthis is not a commercial project and is not interested in sending you marketing emails or selling your information to third parties. Although possible to do otherwise, it is strongly recommend to enter your real email address in case you need to recover your password or receive important notifications. These do not exist yet, but some future features and options might require sending you an email (e. g. when a wish has been fulfilled).') ?></p>
<p>
<?=
sprintf(

View file

@ -61,7 +61,7 @@ $page->navigation();
<div class="ui segment">
<h2 class="ui header"><?= __('What to do?') ?></h2>
<p><?= sprintf(
__('If you found a wish you would like to fulfil, click the %s button and it will temporarily become unavailable for others. Make sure to confirm the fulfilled wish here (i. e. after placing an order), to make the wish permanently unavailable for everybody else.'),
__('If you found a wish you would like to fulfil, click the %s button and it will temporarily become unavailable for others. Make sure to confirm the fulfilled wish here (e. g. after placing an order), to make the wish permanently unavailable for everybody else.'),
'<span class="ui primary tiny horizontal label"><i class="gift icon"></i> ' . __('Fulfil wish') . '</span>'
) ?></p>
</div>