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
|
@ -42,7 +42,7 @@ function uexport_content(App $a) {
|
|||
*/
|
||||
$options = [
|
||||
['uexport/account', L10n::t('Export account'), L10n::t('Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server.')],
|
||||
['uexport/backup', L10n::t('Export all'), L10n::t('Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)')],
|
||||
['uexport/backup', L10n::t('Export all'), L10n::t("Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account \x28photos are not exported\x29")],
|
||||
];
|
||||
Addon::callHooks('uexport_options', $options);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue