Merge pull request #15139 from mfxa/terminology_display_full_name

Terminology: Full name -> Display name
pull/15145/head
Michael Vogel 2025-09-08 06:58:42 +02:00 zatwierdzone przez GitHub
commit 8d98bca7c2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 5 dodań i 9 usunięć

Wyświetl plik

@ -178,7 +178,7 @@ class Profile extends BaseProfile
$basic_fields = [];
$basic_fields += self::buildField('fullname', $this->t('Full Name:'), $this->cleanInput($profile['uri-id'], $profile['name']));
$basic_fields += self::buildField('fullname', $this->t('Display name:'), $this->cleanInput($profile['uri-id'], $profile['name']));
if (Feature::isEnabled($profile['uid'], Feature::MEMBER_SINCE)) {
$basic_fields += self::buildField(

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2025.07-rc\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-09-07 12:22+0200\n"
"POT-Creation-Date: 2025-09-07 23:20+0200\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"
@ -8656,8 +8656,9 @@ msgstr ""
msgid "You're currently viewing your profile as <b>%s</b> <a href=\"%s\" class=\"btn btn-sm pull-right\">Cancel</a>"
msgstr ""
#: src/Module/Profile/Profile.php:181
msgid "Full Name:"
#: src/Module/Profile/Profile.php:181 src/Module/Settings/Account.php:522
#: src/Module/Settings/Profile/Index.php:300
msgid "Display name:"
msgstr ""
#: src/Module/Profile/Profile.php:186
@ -9290,11 +9291,6 @@ msgstr ""
msgid "Basic Settings"
msgstr ""
#: src/Module/Settings/Account.php:522
#: src/Module/Settings/Profile/Index.php:300
msgid "Display name:"
msgstr ""
#: src/Module/Settings/Account.php:523
msgid "Email Address:"
msgstr ""