diff --git a/src/Module/Settings/Profile/Index.php b/src/Module/Settings/Profile/Index.php index 6000c8fc6d..3a609c37ce 100644 --- a/src/Module/Settings/Profile/Index.php +++ b/src/Module/Settings/Profile/Index.php @@ -270,15 +270,18 @@ class Index extends BaseSettings 'profile_action' => $this->t('Profile Actions'), 'banner' => $this->t('Edit Profile Details'), 'submit' => $this->t('Save Settings'), - 'profpic' => $this->t('Change Profile Photo'), - 'yourphotos' => $this->t('Your photos'), + 'profpic_header' => $this->t('Change profile picture'), + 'profpic_intro' => $this->t('To change your profile picture, you can either upload a new picture here, or click to visit your photos to pick among your existing pictures.'), + 'profpic_upload_new_header' => $this->t('Upload new picture'), + 'profpic_upload_submit' => $this->t('Upload selected picture'), + 'profpic_existing_header' => $this->t('Pick existing picture from photos'), + 'yourphotos' => $this->t('Go to my photos'), 'viewprof' => $this->t('View Profile'), 'personal_section' => $this->t('Personal'), 'picture_section' => $this->t('Profile picture'), 'location_section' => $this->t('Location'), 'miscellaneous_section' => $this->t('Miscellaneous'), 'custom_fields_section' => $this->t('Custom Profile Fields'), - 'profile_photo' => $this->t('Upload Profile Photo'), 'custom_fields_description' => $this->t( '
Custom fields appear on your profile page.
You can use BBCodes in the field values.
diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po index 8d8ff1b0be..c624e67fdd 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2025.07-rc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-12 23:54+0200\n" +"POT-Creation-Date: 2025-09-13 19:32+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAMECustom fields appear on your profile page.
\n" @@ -10302,59 +10317,59 @@ msgid "" "\t\t\t\tNon-public fields can only be seen by the selected Friendica contacts or the Friendica contacts in the selected circles.
" msgstr "" -#: src/Module/Settings/Profile/Index.php:303 +#: src/Module/Settings/Profile/Index.php:306 msgid "Street Address:" msgstr "" -#: src/Module/Settings/Profile/Index.php:304 +#: src/Module/Settings/Profile/Index.php:307 msgid "Locality/City:" msgstr "" -#: src/Module/Settings/Profile/Index.php:305 +#: src/Module/Settings/Profile/Index.php:308 msgid "Region/State:" msgstr "" -#: src/Module/Settings/Profile/Index.php:306 +#: src/Module/Settings/Profile/Index.php:309 msgid "Postal/Zip Code:" msgstr "" -#: src/Module/Settings/Profile/Index.php:307 +#: src/Module/Settings/Profile/Index.php:310 msgid "Country:" msgstr "" -#: src/Module/Settings/Profile/Index.php:309 +#: src/Module/Settings/Profile/Index.php:312 msgid "XMPP (Jabber) address:" msgstr "" -#: src/Module/Settings/Profile/Index.php:309 +#: src/Module/Settings/Profile/Index.php:312 msgid "The XMPP address will be published so that people can follow you there." msgstr "" -#: src/Module/Settings/Profile/Index.php:310 +#: src/Module/Settings/Profile/Index.php:313 msgid "Matrix (Element) address:" msgstr "" -#: src/Module/Settings/Profile/Index.php:310 +#: src/Module/Settings/Profile/Index.php:313 msgid "The Matrix address will be published so that people can follow you there." msgstr "" -#: src/Module/Settings/Profile/Index.php:311 +#: src/Module/Settings/Profile/Index.php:314 msgid "Homepage URL:" msgstr "" -#: src/Module/Settings/Profile/Index.php:312 +#: src/Module/Settings/Profile/Index.php:315 msgid "Public Keywords:" msgstr "" -#: src/Module/Settings/Profile/Index.php:312 +#: src/Module/Settings/Profile/Index.php:315 msgid "(Used for suggesting potential friends, can be seen by others)" msgstr "" -#: src/Module/Settings/Profile/Index.php:313 +#: src/Module/Settings/Profile/Index.php:316 msgid "Private Keywords:" msgstr "" -#: src/Module/Settings/Profile/Index.php:313 +#: src/Module/Settings/Profile/Index.php:316 msgid "(Used for searching profiles, never shown to others)" msgstr "" @@ -10986,6 +11001,10 @@ msgstr "" msgid "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you." msgstr "" +#: src/Module/Welcome.php:45 +msgid "Upload Profile Photo" +msgstr "" + #: src/Module/Welcome.php:46 msgid "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not." msgstr "" diff --git a/view/templates/settings/profile/index.tpl b/view/templates/settings/profile/index.tpl index 9fedc090e6..3b73e8b775 100644 --- a/view/templates/settings/profile/index.tpl +++ b/view/templates/settings/profile/index.tpl @@ -33,7 +33,7 @@