diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-content/plugins/option-tree/includes/ot-functions-settings-page.php --- a/wp/wp-content/plugins/option-tree/includes/ot-functions-settings-page.php Mon Jun 08 16:11:51 2015 +0000 +++ b/wp/wp-content/plugins/option-tree/includes/ot-functions-settings-page.php Tue Jun 09 03:35:32 2015 +0200 @@ -33,7 +33,7 @@ echo '
' . sprintf( __( 'Go to the %s page if you want to save data, this page is for adding settings.', 'option-tree' ), 'Appearance->Theme Options
' ) . '
' . sprintf( __( 'Go to the %s page if you want to save data, this page is for adding settings.', 'option-tree' ), 'Appearance->Theme Options
' ) . '
' . sprintf( __( 'If you\'re unsure or not completely positive that you should be editing these settings, you should read the %s first.', 'option-tree' ), 'OptionTree->Documentation
' ) . '
' . __( 'Give two sections the same ID, give two settings the same ID, give two contextual help content areas the same ID, don\'t create any settings, or have a section at the end of the settings list.', 'option-tree' ) . '
'; @@ -43,7 +43,7 @@ echo '' . __( 'This import method has been deprecated. That means it has been replaced by a new method and is no longer supported, and may be removed from future versions. All themes that use this import method should be converted to use its replacement below.', 'option-tree' ) . '
'; - echo '' . __( 'If you were given a Theme Options XML file with a premium or free theme, locate it on your hard drive and upload that file by clicking the blue upload button. A popup window will appear, upload the XML file and click "Send to OptionTree". The file URL should be in the upload input, if it is click "Import XML".', 'option-tree' ) . '
'; + echo '' . sprintf( __( 'If you were given a Theme Options XML file with a premium or free theme, locate it on your hard drive and upload that file by clicking the upload button. A popup window will appear, upload the XML file and click "%s". The file URL should be in the upload input, if it is click "Import XML".', 'option-tree' ), apply_filters( 'ot_upload_text', __( 'Send to OptionTree', 'option-tree' ) ) ) . '
'; /* button */ - echo ''; + echo ''; echo ''; @@ -186,7 +186,7 @@ $post_id = ( $id = ot_get_media_post_ID() ) ? (int) $id : 0; /* add xml button */ - echo '' . __( 'Add XML', 'option-tree' ) . ''; + echo '' . __( 'Add XML', 'option-tree' ) . ''; echo ''; @@ -226,7 +226,7 @@ echo '' . __( 'To import your Settings copy and paste what appears to be a random string of alpha numeric characters into this textarea and press the "Import Settings" button.', 'option-tree' ) . '
'; /* button */ - echo ''; + echo ''; echo ''; @@ -273,7 +273,7 @@ echo '' . __( 'To import your Theme Options copy and paste what appears to be a random string of alpha numeric characters into this textarea and press the "Import Theme Options" button.', 'option-tree' ) . '
'; /* button */ - echo ''; + echo ''; echo ''; @@ -320,7 +320,7 @@ echo '' . __( 'To import your Layouts copy and paste what appears to be a random string of alpha numeric characters into this textarea and press the "Import Layouts" button. Keep in mind that when you import your layouts, the active layout\'s saved data will write over the current data set for your Theme Options.', 'option-tree' ) . '
'; /* button */ - echo ''; + echo ''; echo ''; @@ -363,14 +363,16 @@ /* description */ echo '' . sprintf( __( 'Export your Settings into a fully functional theme-options.php
file by clicking this button. For more information on how to use this file read the theme mode %s. Remember, you should always check the file for errors before including it in your theme.', 'option-tree' ), 'OptionTree->Documentation
' ) . '
' . sprintf( __( 'Export your Settings into a fully functional %s file. If you want to add your own custom %s text domain to the file, enter it into the text field before exporting. For more information on how to use this file read the documentation on %s. Remember, you should always check the file for errors before including it in your theme.', 'option-tree' ), 'theme-options.php
', 'I18n', '' . __( 'Theme Mode', 'option-tree' ) . '' ) . '