mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:50:11 +00:00
Fix translation strings for use with util/extract.php
- Change parentheses to “\x28” and “\x29” - Remove leading commas - Remove quotes before commas
This commit is contained in:
parent
6b44fbbda0
commit
9cd3b17743
17 changed files with 52 additions and 52 deletions
|
@ -651,8 +651,8 @@ function dfrn_request_content(App $a)
|
|||
'$add_note' => L10n::t('Add a personal note:'),
|
||||
'$page_desc' => $page_desc,
|
||||
'$friendica' => L10n::t('Friendica'),
|
||||
'$statusnet' => L10n::t('GNU Social (Pleroma, Mastodon)'),
|
||||
'$diaspora' => L10n::t('Diaspora (Socialhome, Hubzilla)'),
|
||||
'$statusnet' => L10n::t("GNU Social \x28Pleroma, Mastodon\x29"),
|
||||
'$diaspora' => L10n::t("Diaspora \x28Socialhome, Hubzilla\x29"),
|
||||
'$diasnote' => L10n::t(' - please do not use this form. Instead, enter %s into your Diaspora search bar.', $target_addr),
|
||||
'$your_address' => L10n::t('Your Identity Address:'),
|
||||
'$invite_desc' => $invite_desc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue