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:
Hypolite Petovan 2018-01-24 16:51:32 -05:00
commit 9cd3b17743
17 changed files with 52 additions and 52 deletions

View file

@ -1469,8 +1469,8 @@ function photos_content(App $a)
'$caption' => ['desc', L10n::t('Caption'), $caption_e, ''],
'$tags' => ['newtag', L10n::t('Add a Tag'), "", L10n::t('Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping')],
'$rotate_none' => ['rotate', L10n::t('Do not rotate'),0,'', true],
'$rotate_cw' => ['rotate', L10n::t('Rotate CW (right)'),1,''],
'$rotate_ccw' => ['rotate', L10n::t('Rotate CCW (left)'),2,''],
'$rotate_cw' => ['rotate', L10n::t("Rotate CW \x28right\x29"),1,''],
'$rotate_ccw' => ['rotate', L10n::t("Rotate CCW \x28left\x29"),2,''],
'$nickname' => $a->data['user']['nickname'],
'$resource_id' => $ph[0]['resource-id'],