mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-06 22:24:27 +02:00
Merge pull request #14955 from mf-fx/new_contact_placeholder_text
Some checks failed
Code Quality / PHP-CS-Fixer (PHP 8.3) (push) Has been cancelled
Code Quality / PHPStan (PHP 8.4) (push) Has been cancelled
Code Quality / PHPStan in addons (PHP 8.4) (push) Has been cancelled
Code Quality / PHPMD (PHP 8.4) (push) Has been cancelled
CI tests / Unit-Tests (PHP 8.2) (push) Has been cancelled
CI tests / Unit-Tests (PHP 7.4) (push) Has been cancelled
CI tests / Unit-Tests (PHP 8.0) (push) Has been cancelled
CI tests / Unit-Tests (PHP 8.1) (push) Has been cancelled
CI tests / Unit-Tests (PHP 8.3) (push) Has been cancelled
CI tests / Unit-Tests (PHP 8.4) (push) Has been cancelled
CI tests / Unit-Tests (PHP 8.5) (push) Has been cancelled
CI tests / Database-Tests (PHP 7.4) (push) Has been cancelled
CI tests / Database-Tests (PHP 8.0) (push) Has been cancelled
CI tests / Database-Tests (PHP 8.1) (push) Has been cancelled
CI tests / Database-Tests (PHP 8.2) (push) Has been cancelled
CI tests / Database-Tests (PHP 8.3) (push) Has been cancelled
CI tests / Database-Tests (PHP 8.4) (push) Has been cancelled
CI tests / Database-Tests (PHP 8.5) (push) Has been cancelled
Some checks failed
Code Quality / PHP-CS-Fixer (PHP 8.3) (push) Has been cancelled
Code Quality / PHPStan (PHP 8.4) (push) Has been cancelled
Code Quality / PHPStan in addons (PHP 8.4) (push) Has been cancelled
Code Quality / PHPMD (PHP 8.4) (push) Has been cancelled
CI tests / Unit-Tests (PHP 8.2) (push) Has been cancelled
CI tests / Unit-Tests (PHP 7.4) (push) Has been cancelled
CI tests / Unit-Tests (PHP 8.0) (push) Has been cancelled
CI tests / Unit-Tests (PHP 8.1) (push) Has been cancelled
CI tests / Unit-Tests (PHP 8.3) (push) Has been cancelled
CI tests / Unit-Tests (PHP 8.4) (push) Has been cancelled
CI tests / Unit-Tests (PHP 8.5) (push) Has been cancelled
CI tests / Database-Tests (PHP 7.4) (push) Has been cancelled
CI tests / Database-Tests (PHP 8.0) (push) Has been cancelled
CI tests / Database-Tests (PHP 8.1) (push) Has been cancelled
CI tests / Database-Tests (PHP 8.2) (push) Has been cancelled
CI tests / Database-Tests (PHP 8.3) (push) Has been cancelled
CI tests / Database-Tests (PHP 8.4) (push) Has been cancelled
CI tests / Database-Tests (PHP 8.5) (push) Has been cancelled
Shorten placeholder text for adding a new contact
This commit is contained in:
commit
fce04bfa5c
2 changed files with 37 additions and 37 deletions
|
@ -35,7 +35,7 @@ class Widget
|
||||||
return Renderer::replaceMacros(Renderer::getMarkupTemplate('widget/follow.tpl'), [
|
return Renderer::replaceMacros(Renderer::getMarkupTemplate('widget/follow.tpl'), [
|
||||||
'$connect' => DI::l10n()->t('Add New Contact'),
|
'$connect' => DI::l10n()->t('Add New Contact'),
|
||||||
'$desc' => DI::l10n()->t('Enter address or web location'),
|
'$desc' => DI::l10n()->t('Enter address or web location'),
|
||||||
'$hint' => DI::l10n()->t('Example: bob@example.com, http://example.com/barbara'),
|
'$hint' => DI::l10n()->t('user@x.tld, x.tld/user'),
|
||||||
'$value' => $value,
|
'$value' => $value,
|
||||||
'$follow' => DI::l10n()->t('Connect')
|
'$follow' => DI::l10n()->t('Connect')
|
||||||
]);
|
]);
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 2025.02-dev\n"
|
"Project-Id-Version: 2025.02-dev\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-06-02 19:22+0200\n"
|
"POT-Creation-Date: 2025-06-03 20:17+0200\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"
|
||||||
|
@ -44,7 +44,7 @@ msgstr ""
|
||||||
msgid "Item not found."
|
msgid "Item not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/item.php:461 mod/message.php:54 mod/message.php:100 mod/notes.php:34
|
#: mod/item.php:461 mod/message.php:55 mod/message.php:101 mod/notes.php:34
|
||||||
#: mod/photos.php:131 mod/photos.php:623 src/Model/Event.php:511
|
#: mod/photos.php:131 mod/photos.php:623 src/Model/Event.php:511
|
||||||
#: src/Module/Attach.php:40 src/Module/BaseApi.php:90
|
#: src/Module/Attach.php:40 src/Module/BaseApi.php:90
|
||||||
#: src/Module/BaseNotifications.php:83 src/Module/BaseSettings.php:38
|
#: src/Module/BaseNotifications.php:83 src/Module/BaseSettings.php:38
|
||||||
|
@ -210,86 +210,86 @@ msgstr ""
|
||||||
msgid "Your password has been changed at %s"
|
msgid "Your password has been changed at %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:33 mod/message.php:115 src/Content/Nav.php:317
|
#: mod/message.php:34 mod/message.php:116 src/Content/Nav.php:317
|
||||||
msgid "New Message"
|
msgid "New Message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:69
|
#: mod/message.php:70
|
||||||
msgid "No recipient selected."
|
msgid "No recipient selected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:74
|
#: mod/message.php:75
|
||||||
msgid "Unable to locate contact information."
|
msgid "Unable to locate contact information."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:78
|
#: mod/message.php:79
|
||||||
msgid "Message could not be sent."
|
msgid "Message could not be sent."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:82
|
#: mod/message.php:83
|
||||||
msgid "Message collection failure."
|
msgid "Message collection failure."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:109 src/Module/Notifications/Introductions.php:127
|
#: mod/message.php:110 src/Module/Notifications/Introductions.php:127
|
||||||
#: src/Module/Notifications/Introductions.php:163
|
#: src/Module/Notifications/Introductions.php:163
|
||||||
#: src/Module/Notifications/Notification.php:71
|
#: src/Module/Notifications/Notification.php:71
|
||||||
msgid "Discard"
|
msgid "Discard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:122 src/Content/Nav.php:314 view/theme/frio/theme.php:230
|
#: mod/message.php:123 src/Content/Nav.php:314 view/theme/frio/theme.php:230
|
||||||
msgid "Messages"
|
msgid "Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:135
|
#: mod/message.php:136
|
||||||
msgid "Conversation not found."
|
msgid "Conversation not found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:140
|
#: mod/message.php:141
|
||||||
msgid "Message was not deleted."
|
msgid "Message was not deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:155
|
#: mod/message.php:156
|
||||||
msgid "Conversation was not removed."
|
msgid "Conversation was not removed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:168 mod/message.php:273
|
#: mod/message.php:169 mod/message.php:276
|
||||||
msgid "Please enter a link URL:"
|
msgid "Please enter a link URL:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:177
|
#: mod/message.php:178
|
||||||
msgid "Send Private Message"
|
msgid "Send Private Message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:178 mod/message.php:333
|
#: mod/message.php:179 mod/message.php:336
|
||||||
#: src/Module/Privacy/PermissionTooltip.php:149
|
#: src/Module/Privacy/PermissionTooltip.php:149
|
||||||
msgid "To:"
|
msgid "To:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:179 mod/message.php:334
|
#: mod/message.php:180 mod/message.php:337
|
||||||
msgid "Subject:"
|
msgid "Subject:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:183 mod/message.php:337 src/Module/Invite.php:155
|
#: mod/message.php:184 mod/message.php:340 src/Module/Invite.php:155
|
||||||
msgid "Your message:"
|
msgid "Your message:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:186 mod/message.php:341 src/Content/Conversation.php:362
|
#: mod/message.php:187 mod/message.php:344 src/Content/Conversation.php:362
|
||||||
#: src/Module/Post/Edit.php:127
|
#: src/Module/Post/Edit.php:127
|
||||||
msgid "Upload photo"
|
msgid "Upload photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:187 mod/message.php:342 src/Module/Post/Edit.php:131
|
#: mod/message.php:188 mod/message.php:345 src/Module/Post/Edit.php:131
|
||||||
msgid "Insert web link"
|
msgid "Insert web link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:188 mod/message.php:344 mod/photos.php:1256
|
#: mod/message.php:189 mod/message.php:347 mod/photos.php:1256
|
||||||
#: src/Content/Conversation.php:393 src/Content/Conversation.php:1572
|
#: src/Content/Conversation.php:393 src/Content/Conversation.php:1572
|
||||||
#: src/Module/Item/Compose.php:205 src/Module/Post/Edit.php:141
|
#: src/Module/Item/Compose.php:205 src/Module/Post/Edit.php:141
|
||||||
#: src/Object/Post.php:613
|
#: src/Object/Post.php:613
|
||||||
msgid "Please wait"
|
msgid "Please wait"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:189 mod/message.php:343 mod/photos.php:658
|
#: mod/message.php:190 mod/message.php:346 mod/photos.php:658
|
||||||
#: mod/photos.php:778 mod/photos.php:1055 mod/photos.php:1097
|
#: mod/photos.php:778 mod/photos.php:1055 mod/photos.php:1097
|
||||||
#: mod/photos.php:1153 mod/photos.php:1233
|
#: mod/photos.php:1153 mod/photos.php:1233
|
||||||
#: src/Module/Calendar/Event/Form.php:236 src/Module/Contact/Advanced.php:118
|
#: src/Module/Calendar/Event/Form.php:236 src/Module/Contact/Advanced.php:118
|
||||||
|
@ -313,50 +313,50 @@ msgstr ""
|
||||||
msgid "Submit"
|
msgid "Submit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:210
|
#: mod/message.php:211
|
||||||
msgid "You have no messages."
|
msgid "You have no messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:266
|
#: mod/message.php:269
|
||||||
msgid "Message not available."
|
msgid "Message not available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:310
|
#: mod/message.php:313
|
||||||
msgid "Delete message"
|
msgid "Delete message"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:312 mod/message.php:441
|
#: mod/message.php:315 mod/message.php:443
|
||||||
msgid "D, d M Y - g:i A"
|
msgid "D, d M Y - g:i A"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:327 mod/message.php:438
|
#: mod/message.php:330 mod/message.php:440
|
||||||
msgid "Delete conversation"
|
msgid "Delete conversation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:329
|
#: mod/message.php:332
|
||||||
msgid "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."
|
msgid "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:332
|
#: mod/message.php:335
|
||||||
msgid "Send Reply"
|
msgid "Send Reply"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:412
|
|
||||||
#, php-format
|
|
||||||
msgid "Unknown sender - %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: mod/message.php:414
|
#: mod/message.php:414
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "You and %s"
|
msgid "Unknown sender - %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:416
|
#: mod/message.php:416
|
||||||
#, php-format
|
#, php-format
|
||||||
|
msgid "You and %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mod/message.php:418
|
||||||
|
#, php-format
|
||||||
msgid "%s and You"
|
msgid "%s and You"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mod/message.php:444
|
#: mod/message.php:446
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%d message"
|
msgid "%d message"
|
||||||
msgid_plural "%d messages"
|
msgid_plural "%d messages"
|
||||||
|
@ -2287,7 +2287,7 @@ msgid "Enter address or web location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/Content/Widget.php:38
|
#: src/Content/Widget.php:38
|
||||||
msgid "Example: bob@example.com, http://example.com/barbara"
|
msgid "user@x.tld, x.tld/user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/Content/Widget.php:40
|
#: src/Content/Widget.php:40
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue