Mark strings for translation. Bug 514. Patch by nbachiyski.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-12-04 06:53:10 +00:00
parent 497b71996a
commit d849a73f55
1 changed files with 3 additions and 3 deletions

View File

@ -316,13 +316,13 @@ function meta_form() {
<td align="right" width="18%">
<?php if ($keys) : ?>
<select id="metakeyselect" name="metakeyselect" tabindex="7">
<option value="#NONE#">- Select -</option>
<option value="#NONE#"><?php _e('- Select -'); ?></option>
<?php
foreach($keys as $key) {
echo "\n\t<option value='$key'>$key</option>";
}
?>
</select> or
</select> <?php _e('or'); ?>
<?php endif; ?>
</td>
<td><input type="text" id="metakeyinput" name="metakeyinput" tabindex="7" /></td>
@ -938,4 +938,4 @@ function get_plugins() {
return $wp_plugins;
}
?>
?>