i18n string extraction util
This commit is contained in:
parent
8ba3737b3b
commit
e25e40f1ef
7 changed files with 871 additions and 9 deletions
|
@ -493,7 +493,7 @@ function photos_content(&$a) {
|
|||
'$permissions' => t('Permissions'),
|
||||
'$aclselect' => populate_acl($a->user),
|
||||
'$archive' => $a->get_baseurl() . '/jumploader_z.jar',
|
||||
'$nojava' => t('Use the following controls only if the Java uploader (above) fails to launch.'),
|
||||
'$nojava' => t('Use the following controls only if the Java uploader [above] fails to launch.'),
|
||||
'$uploadurl' => $a->get_baseurl() . '/photos',
|
||||
'$submit' => t('Submit')
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue