Ticket #5086: mt-importer-tiny-i18n-3.diff
File mt-importer-tiny-i18n-3.diff, 867 bytes (added by , 18 years ago) |
---|
-
wp-admin/import/mt.php
30 30 <input type="hidden" name="upload_type" value="ftp" /> 31 31 <?php _e('Or use <code>mt-export.txt</code> in your <code>/wp-content/</code> directory'); ?></p> 32 32 <p class="submit"> 33 <input type="submit" value="<?php _e(sprintf('Import %s', 'mt-export.txt »')); ?>" />33 <input type="submit" value="<?php echo attribute_escape(__('Import mt-export.txt »')); ?>" /> 34 34 </p> 35 35 </form> 36 36 <p><?php _e('The importer is smart enough not to import duplicates, so you can run this multiple times without worry if—for whatever reason—it doesn\'t finish. If you get an <strong>out of memory</strong> error try splitting up the import file into pieces.'); ?> </p>