mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Merge pull request #11167 from tobiasd/20220121-lng
missing "as" in string
This commit is contained in:
commit
4c37fcb2d3
2 changed files with 10 additions and 10 deletions
|
@ -277,7 +277,7 @@ class Nav
|
|||
$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']['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')];
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 2021.12-rc\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -2085,7 +2085,7 @@ msgstr ""
|
|||
msgid "File upload failed."
|
||||
msgstr ""
|
||||
|
||||
#: mod/wall_upload.php:221 src/Model/Photo.php:1001
|
||||
#: mod/wall_upload.php:221 src/Model/Photo.php:1008
|
||||
msgid "Wall Photos"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2144,31 +2144,31 @@ msgstr ""
|
|||
msgid "You must be logged in to use addons. "
|
||||
msgstr ""
|
||||
|
||||
#: src/BaseModule.php:345
|
||||
#: src/BaseModule.php:377
|
||||
msgid ""
|
||||
"The form security token was not correct. This probably happened because the "
|
||||
"form has been opened for too long (>3 hours) before submitting it."
|
||||
msgstr ""
|
||||
|
||||
#: src/BaseModule.php:372
|
||||
#: src/BaseModule.php:404
|
||||
msgid "All contacts"
|
||||
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/PermissionTooltip.php:120
|
||||
msgid "Followers"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/BaseModule.php:395
|
||||
#: src/BaseModule.php:427
|
||||
msgid "Common"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2982,7 +2982,7 @@ msgid "See all notifications"
|
|||
msgstr ""
|
||||
|
||||
#: src/Content/Nav.php:280
|
||||
msgid "Mark all system notifications seen"
|
||||
msgid "Mark all system notifications as seen"
|
||||
msgstr ""
|
||||
|
||||
#: src/Content/Nav.php:283 view/theme/frio/theme.php:234
|
||||
|
|
Loading…
Reference in a new issue