mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
i18n update
This commit is contained in:
parent
949842a88d
commit
3374c698a2
2 changed files with 19 additions and 10 deletions
|
@ -317,7 +317,7 @@ function register_content(&$a) {
|
|||
'$registertext' =>((x($a->config,'register_text'))
|
||||
? '<div class="error-message">' . $a->config['register_text'] . '</div>'
|
||||
: "" ),
|
||||
'$namelabel' => t('Your Full Name (e.g. Joe Smith): '),
|
||||
'$namelabel' => t('Your Full Name ' . "\x28" . 'e.g. Joe Smith' . "\x29" . ': '),
|
||||
'$addrlabel' => t('Your Email Address: '),
|
||||
'$nickdesc' => t('Choose a profile nickname. This must begin with a text character. Your global profile locator will then be \'<strong>nickname@$sitename</strong>\'.'),
|
||||
'$nicklabel' => t('Choose a nickname: '),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue