missing "as" in string

A translator from the SV team discovered a missing "as" in a string.
This commit is contained in:
Tobias Diekershoff 2022-01-21 14:23:30 +01:00
parent 7206a0a351
commit d5665331fe
Signed by: tobias
GPG Key ID: 25FE376FF17694A1
2 changed files with 10 additions and 10 deletions

View File

@ -277,7 +277,7 @@ class Nav
$nav['introductions'] = ['notifications/intros', DI::l10n()->t('Introductions'), '', DI::l10n()->t('Friend Requests')]; $nav['introductions'] = ['notifications/intros', DI::l10n()->t('Introductions'), '', DI::l10n()->t('Friend Requests')];
$nav['notifications'] = ['notifications', DI::l10n()->t('Notifications'), '', DI::l10n()->t('Notifications')]; $nav['notifications'] = ['notifications', DI::l10n()->t('Notifications'), '', DI::l10n()->t('Notifications')];
$nav['notifications']['all'] = ['notifications/system', DI::l10n()->t('See all notifications'), '', '']; $nav['notifications']['all'] = ['notifications/system', DI::l10n()->t('See all notifications'), '', ''];
$nav['notifications']['mark'] = ['', DI::l10n()->t('Mark as seen'), '', DI::l10n()->t('Mark all system notifications seen')]; $nav['notifications']['mark'] = ['', DI::l10n()->t('Mark as seen'), '', DI::l10n()->t('Mark all system notifications as seen')];
} }
$nav['messages'] = ['message', DI::l10n()->t('Messages'), '', DI::l10n()->t('Private mail')]; $nav['messages'] = ['message', DI::l10n()->t('Messages'), '', DI::l10n()->t('Private mail')];

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2021.12-rc\n" "Project-Id-Version: 2021.12-rc\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-16 08:58+0000\n" "POT-Creation-Date: 2022-01-21 14:21+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"
@ -2085,7 +2085,7 @@ msgstr ""
msgid "File upload failed." msgid "File upload failed."
msgstr "" msgstr ""
#: mod/wall_upload.php:221 src/Model/Photo.php:1001 #: mod/wall_upload.php:221 src/Model/Photo.php:1008
msgid "Wall Photos" msgid "Wall Photos"
msgstr "" msgstr ""
@ -2144,31 +2144,31 @@ msgstr ""
msgid "You must be logged in to use addons. " msgid "You must be logged in to use addons. "
msgstr "" msgstr ""
#: src/BaseModule.php:345 #: src/BaseModule.php:377
msgid "" msgid ""
"The form security token was not correct. This probably happened because the " "The form security token was not correct. This probably happened because the "
"form has been opened for too long (>3 hours) before submitting it." "form has been opened for too long (>3 hours) before submitting it."
msgstr "" msgstr ""
#: src/BaseModule.php:372 #: src/BaseModule.php:404
msgid "All contacts" msgid "All contacts"
msgstr "" msgstr ""
#: src/BaseModule.php:377 src/Content/Widget.php:231 src/Core/ACL.php:193 #: src/BaseModule.php:409 src/Content/Widget.php:231 src/Core/ACL.php:193
#: src/Module/Contact.php:367 src/Module/PermissionTooltip.php:98 #: src/Module/Contact.php:367 src/Module/PermissionTooltip.php:98
#: src/Module/PermissionTooltip.php:120 #: src/Module/PermissionTooltip.php:120
msgid "Followers" msgid "Followers"
msgstr "" msgstr ""
#: src/BaseModule.php:382 src/Content/Widget.php:232 src/Module/Contact.php:368 #: src/BaseModule.php:414 src/Content/Widget.php:232 src/Module/Contact.php:368
msgid "Following" msgid "Following"
msgstr "" msgstr ""
#: src/BaseModule.php:387 src/Content/Widget.php:233 src/Module/Contact.php:369 #: src/BaseModule.php:419 src/Content/Widget.php:233 src/Module/Contact.php:369
msgid "Mutual friends" msgid "Mutual friends"
msgstr "" msgstr ""
#: src/BaseModule.php:395 #: src/BaseModule.php:427
msgid "Common" msgid "Common"
msgstr "" msgstr ""
@ -2982,7 +2982,7 @@ msgid "See all notifications"
msgstr "" msgstr ""
#: src/Content/Nav.php:280 #: src/Content/Nav.php:280
msgid "Mark all system notifications seen" msgid "Mark all system notifications as seen"
msgstr "" msgstr ""
#: src/Content/Nav.php:283 view/theme/frio/theme.php:234 #: src/Content/Nav.php:283 view/theme/frio/theme.php:234