i18n updates from SteveAgl. fixes #2260

git-svn-id: https://develop.svn.wordpress.org/trunk@3424 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-01-10 22:50:19 +00:00
parent 17cd2c51f8
commit 968ef86cf7
2 changed files with 4 additions and 4 deletions

View File

@ -142,7 +142,7 @@ class Dotclear_Import {
echo '<p>'.__('Your Dotclear Configuration settings are as follows:').'</p>';
echo '<form action="admin.php?import=dotclear&amp;step=1" method="post">';
$this->db_form();
echo '<input type="submit" name="submit" value="Import Categories" />';
echo '<input type="submit" name="submit" value="'.__('Import Categories').'" />';
echo '</form>';
}
@ -202,7 +202,7 @@ class Dotclear_Import {
$dcdb = new wpdb(get_option('dcuser'), get_option('dcpass'), get_option('dcname'), get_option('dchost'));
set_magic_quotes_runtime(0);
$prefix = get_option('tpre');
return $dcdb->get_results('SELECT * FROM dc_link ORDER BY position', ARRAY_A);
}

View File

@ -56,11 +56,11 @@ class Textpattern_Import {
echo '<p>'.__('Your Textpattern Configuration settings are as follows:').'</p>';
echo '<form action="admin.php?import=textpattern&amp;step=1" method="post">';
$this->db_form();
echo '<input type="submit" name="submit" value="Import Categories" />';
echo '<input type="submit" name="submit" value="'.__('Import Categories').'" />';
echo '</form>';
}
function get_txp_cats()
function get_txp_cats()
{
global $wpdb;
// General Housekeeping