i18n string extraction util

This commit is contained in:
Mike Macgirvin 2010-09-29 18:11:23 -07:00
commit e25e40f1ef
7 changed files with 871 additions and 9 deletions

View file

@ -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')
));