Plugin Directory

Changeset 3297387


Ignore:
Timestamp:
05/20/2025 12:47:33 PM (9 months ago)
Author:
gplsaver
Message:

translations
WooCommerce 9.8.5

Location:
woo-rfq-for-woocommerce
Files:
117 added
15 edited

Legend:

Unmodified
Added
Removed
  • woo-rfq-for-woocommerce/trunk/changelog.txt

    r3292835 r3297387  
    11== Changelog ==
     2
     3= 2.3 5/20/2025 =
     4translations
     5WooCommerce 9.8.5
     6
    27
    38= 2.2.5 5/13/2025 =
     
    813WP 6.8
    914Fix plain emails
     15
    1016
    1117= 2.2.2 3/24/2025 =
  • woo-rfq-for-woocommerce/trunk/includes/classes/cart/gpls_woo_rfq_cart.php

    r3270682 r3297387  
    1616            if(!defined('gpls_woo_rfq_INQUIRE_TEXT')) {
    1717                $settings_gpls_woo_inquire_text_option = get_option('settings_gpls_woo_inquire_text_option');
     18                $settings_gpls_woo_inquire_text_option = __($settings_gpls_woo_inquire_text_option,'woo-rfq-for-woocommerce');
    1819                DEFINE('gpls_woo_rfq_INQUIRE_TEXT', $settings_gpls_woo_inquire_text_option);
    1920            }
     
    265266                ) {
    266267                    $text = get_option('rfq_cart_wordings_outofstock_text');
     268                    $text = __($text,'woo-rfq-for-woocommerce');
    267269
    268270                    $text = '<p class="stock in-stock">' . $text . '</p>';
     
    281283
    282284            $text = get_option('rfq_cart_wordings_outofstock_text');
     285            $text = __($text,'woo-rfq-for-woocommerce');
    283286
    284287
     
    862865            if(!defined('gpls_woo_rfq_INQUIRE_TEXT')) {
    863866                $settings_gpls_woo_inquire_text_option = get_option('settings_gpls_woo_inquire_text_option');
     867                $settings_gpls_woo_inquire_text_option = __($settings_gpls_woo_inquire_text_option, 'woo-rfq-for-woocommerce');
    864868                DEFINE('gpls_woo_rfq_INQUIRE_TEXT', $settings_gpls_woo_inquire_text_option);
    865869            }
     
    916920
    917921                        $request_quote = __('Read more', 'woo-rfq-for-woocommerce');// "Request Quote"
     922                        $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
     923
    918924                        $read_more = get_option('settings_gpls_woo_rfq_read_more');// "Request Quote"
     925                        $read_more = __($read_more, 'woo-rfq-for-woocommerce');
    919926
    920927
     
    935942
    936943                        $request_quote = __('Read more', 'woo-rfq-for-woocommerce');// "Request Quote"
     944                        $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
     945
    937946                        $read_more = get_option('settings_gpls_woo_rfq_read_more');// "Request Quote"
     947                        $read_more = __($read_more, 'woo-rfq-for-woocommerce');
    938948
    939949
     
    961971
    962972                    $request_quote = __('Read more', 'woo-rfq-for-woocommerce');// "Request Quote"
     973                    $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
     974
    963975                    $read_more = get_option('settings_gpls_woo_rfq_read_more');// "Request Quote"
     976                    $read_more = __($read_more, 'woo-rfq-for-woocommerce');
    964977
    965978
     
    9991012
    10001013                    $request_quote = get_option('rfq_cart_wordings_in_rfq', __('In Quote List', 'woo-rfq-for-woocommerce'));//"In RFQ"
    1001 
     1014                    $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
    10021015
    10031016                    $request_quote = apply_filters('gpls_woo_rfq_in_rfq_text', $request_quote);
     
    10051018                } else {
    10061019                    $request_quote = get_option('rfq_cart_wordings_add_to_rfq', __('Add To Quote', 'woo-rfq-for-woocommerce'));// "Request Quote"
    1007 
     1020                    $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
    10081021
    10091022                    $request_quote = apply_filters('gpls_woo_rfq_request_quote_text', $request_quote);
     
    11041117
    11051118                $request_quote = get_option('rfq_cart_wordings_in_rfq', __('In Quote List', 'woo-rfq-for-woocommerce'));//"In RFQ"
    1106 
     1119                $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
    11071120
    11081121                $request_quote = apply_filters('gpls_woo_rfq_in_rfq_text', $request_quote);
     
    11101123            } else {
    11111124                $request_quote = get_option('rfq_cart_wordings_add_to_rfq', __('Add To Quote', 'woo-rfq-for-woocommerce'));// "Request Quote"
    1112 
     1125                $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
    11131126
    11141127                $request_quote = apply_filters('gpls_woo_rfq_request_quote_text', $request_quote);
     
    11351148                        //  return;
    11361149                        $request_quote = __('Select options', 'woo-rfq-for-woocommerce');//"In RFQ"
     1150                        $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
     1151
     1152
    11371153                        $select_options = get_option('settings_gpls_woo_rfq_Select_Options', $request_quote);// "Request Quote"
    1138 
     1154                        $select_options = __($select_options, 'woo-rfq-for-woocommerce');
    11391155
    11401156                        if ($select_options != "") {
     
    11491165                        //  return;
    11501166                        $request_quote = __('Select options', 'woo-rfq-for-woocommerce');//"In RFQ"
     1167                        $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
     1168
    11511169                        $select_options = get_option('settings_gpls_woo_rfq_Select_Options', $request_quote);// "Request Quote"
    1152 
     1170                        $select_options = __($select_options, 'woo-rfq-for-woocommerce');
    11531171
    11541172                        if ($select_options != "") {
     
    11641182                        //  return;
    11651183                        $request_quote = __('Select options', 'woo-rfq-for-woocommerce');//"In RFQ"
     1184                        $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
     1185
    11661186                        $select_options = get_option('settings_gpls_woo_rfq_Select_Options', $request_quote);// "Request Quote"
    1167 
     1187                        $select_options = __($select_options, 'woo-rfq-for-woocommerce');
    11681188
    11691189                        if ($select_options != "") {
     
    11911211            ) {
    11921212
    1193                 $request_quote = __('Read more', 'woo-rfq-for-woocommerce');// "Request Quote"
    1194                 $read_more = get_option('settings_gpls_woo_rfq_read_more');// "Request Quote"
    1195 
     1213                $request_quote = __('Read more', 'woo-rfq-for-woocommerce', '');// "Request Quote"
     1214                $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
     1215
     1216                $read_more = get_option('settings_gpls_woo_rfq_read_more', '');// "Request Quote"
     1217                $read_more = __($read_more, 'woo-rfq-for-woocommerce');
    11961218
    11971219                if ($read_more != "") {
     
    13521374            if(!defined('gpls_woo_rfq_INQUIRE_TEXT')) {
    13531375                $settings_gpls_woo_inquire_text_option = get_option('settings_gpls_woo_inquire_text_option');
     1376                $settings_gpls_woo_inquire_text_option = __($settings_gpls_woo_inquire_text_option, 'woo-rfq-for-woocommerce');
     1377
    13541378                DEFINE('gpls_woo_rfq_INQUIRE_TEXT', $settings_gpls_woo_inquire_text_option);
    13551379            }
     
    15551579
    15561580                $request_quote = get_option('rfq_cart_wordings_in_rfq', __('Add To Quote', 'woo-rfq-for-woocommerce'));//"In RFQ"
    1557 
     1581                $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
    15581582                $request_quote = apply_filters('gpls_woo_rfq_in_rfq_text', $request_quote);
    15591583
    15601584            } else {
    15611585                $request_quote = get_option('rfq_cart_wordings_add_to_rfq', __('Add To Quote', 'woo-rfq-for-woocommerce'));// "Request Quote"
    1562 
    1563 
     1586                $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
    15641587                $request_quote = apply_filters('gpls_woo_rfq_request_quote_text', $request_quote);
    15651588
     
    15701593
    15711594            $view_your_cart_text = get_option('rfq_cart_wordings_view_rfq_cart', __('View List', 'woo-rfq-for-woocommerce'));
    1572 
     1595            $view_your_cart_text = __($view_your_cart_text, 'woo-rfq-for-woocommerce');
    15731596            $view_your_cart_text = apply_filters('gpls_woo_rfq_request_quote_text', $view_your_cart_text);
    15741597
     
    18071830            if(!defined('gpls_woo_rfq_INQUIRE_TEXT')) {
    18081831                $settings_gpls_woo_inquire_text_option = get_option('settings_gpls_woo_inquire_text_option');
     1832                $settings_gpls_woo_inquire_text_option = __($settings_gpls_woo_inquire_text_option, 'woo-rfq-for-woocommerce');
    18091833                DEFINE('gpls_woo_rfq_INQUIRE_TEXT', $settings_gpls_woo_inquire_text_option);
    18101834            }
     
    19571981
    19581982                        $request_quote = __('Read more', 'woo-rfq-for-woocommerce');// "Request Quote"
     1983                        $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
    19591984                        $read_more = get_option('settings_gpls_woo_rfq_read_more');// "Request Quote"
    1960 
     1985                        $read_more = __($read_more, 'woo-rfq-for-woocommerce');
    19611986
    19621987                        if ($read_more != "") {
     
    20092034
    20102035                        $request_quote = __('Read more', 'woo-rfq-for-woocommerce');// "Request Quote"
     2036                        $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
     2037
    20112038                        $read_more = get_option('settings_gpls_woo_rfq_read_more');// "Request Quote"
    2012 
     2039                        $read_more = __($read_more, 'woo-rfq-for-woocommerce');
    20132040
    20142041                        if ($read_more != "") {
     
    20602087
    20612088                        $request_quote = __('Read more', 'woo-rfq-for-woocommerce');// "Request Quote"
     2089                        $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
     2090
    20622091                        $read_more = get_option('settings_gpls_woo_rfq_read_more');// "Request Quote"
    2063 
     2092                        $read_more = __($read_more, 'woo-rfq-for-woocommerce');
    20642093
    20652094                        if ($read_more != "") {
     
    22192248            if ($rfq_check) {
    22202249                $default_text = __('Add to Quote', 'woo-rfq-for-woocommerce');
    2221 
     2250                $default_text = __($default_text, 'woo-rfq-for-woocommerce');
    22222251            } else {
    22232252                $default_text = __('Add to Cart', 'woo-rfq-for-woocommerce');
    2224 
     2253                $default_text = __($default_text, 'woo-rfq-for-woocommerce');
    22252254            }
    22262255
     
    22332262
    22342263            $add_txt = get_option('rfq_cart_wordings_add_to_cart', $default_text);
     2264            $add_txt = __($add_txt, 'woo-rfq-for-woocommerce');
    22352265
    22362266
    22372267            $in_txt = get_option('rfq_cart_wordings_in_cart', $default_text);
     2268            $in_txt = __($in_txt, 'woo-rfq-for-woocommerce');
    22382269
    22392270
     
    22772308
    22782309                    $add_txt = get_option('rfq_cart_wordings_add_to_rfq', $default_text);
    2279 
     2310                    $add_txt = __($add_txt, 'woo-rfq-for-woocommerce');
    22802311
    22812312                    $in_txt = get_option('rfq_cart_wordings_in_rfq', $default_text);
    2282 
     2313                    $in_txt = __($in_txt, 'woo-rfq-for-woocommerce');
    22832314
    22842315                }
     
    23242355
    23252356                        $request_quote = __('Read more', 'woo-rfq-for-woocommerce');// "Request Quote"
     2357                    $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
    23262358                    $read_more = get_option('settings_gpls_woo_rfq_read_more');// "Request Quote"
     2359                    $read_more = __($read_more, 'woo-rfq-for-woocommerce');
    23272360
    23282361
     
    23442377                {
    23452378
    2346                         $request_quote = __('Read more', 'woo-rfq-for-woocommerce');// "Request Quote"
     2379                    $request_quote = __('Read more', 'woo-rfq-for-woocommerce');// "Request Quote"
     2380                    $request_quote = __($request_quote, 'woo-rfq-for-woocommerce');
    23472381                    $read_more = get_option('settings_gpls_woo_rfq_read_more');// "Request Quote"
    2348 
     2382                    $read_more = __($read_more, 'woo-rfq-for-woocommerce');
    23492383
    23502384                    if ($read_more != "") {
  • woo-rfq-for-woocommerce/trunk/includes/classes/checkout/gpls_woo_rfq_checkout.php

    r3290001 r3297387  
    296296            if ($order && is_object($order) && !$is_empty && $order->get_status() == 'gplsquote-req') {
    297297                $confirmation_message = get_option('gpls_woo_rfq_quote_submit_confirm_message', __('Your quote request has been successfully submitted!', 'woo-rfq-for-woocommerce'));
     298                $confirmation_message = __($confirmation_message,'woo-rfq-for-woocommerce');
    298299
    299300                return $confirmation_message;
     
    325326
    326327                $order_button_text = get_option('rfq_cart_wordings_submit_your_rfq_text', __('Submit Your Request For Quote', 'woo-rfq-for-woocommerce'));
    327 
     328                $order_button_text = __($order_button_text,'woo-rfq-for-woocommerce');
    328329
    329330                $order_button_text = apply_filters('gpls_woo_rfq_rfq_submit_your_order_text', $order_button_text);
  • woo-rfq-for-woocommerce/trunk/includes/classes/emails/class-wc-email-customer-rfq.php

    r3256816 r3297387  
    3737            $this->template_plain = 'emails/plain/customer-rfq.php';
    3838            $this->_templates = array($this->template_html, $this->template_plain);
    39             $this->content_intro = $this->format_string($this->get_option( 'content_intro' ));
     39
     40            $content_intro = $this->format_string($this->get_option( 'content_intro' ));
     41            $this->content_intro = __($content_intro, 'woo-rfq-for-woocommerce');;
    4042
    4143            $this->placeholders = array(
  • woo-rfq-for-woocommerce/trunk/includes/classes/emails/class-wc-email-new-rfq.php

    r3256816 r3297387  
    5757
    5858        $this->recipient = $this->get_option( 'recipient', get_option( 'admin_email' ) );
     59
    5960
    6061
  • woo-rfq-for-woocommerce/trunk/includes/classes/gpls_woo_rfq_functions.php

    r3261018 r3297387  
    921921            $confirmation_message = get_option('rfq_cart_wordings_gpls_woo_rfq_update_rfq_cart_button',
    922922                __('Update Quote Request', 'woo-rfq-for-woocommerce'));
    923 
     923            $confirmation_message = __($confirmation_message, 'woo-rfq-for-woocommerce');
    924924
    925925            wc_get_template('woo-rfq/rfq-cart.php',
     
    31213121
    31223122        $product_was_added_to_quote_request = gpls_woo_rfq_get_option('rfq_cart_wordings_product_was_added_to_quote_request', "Product was successfully added to quote request.");
    3123 
     3123        $product_was_added_to_quote_request = __($product_was_added_to_quote_request, 'woo-rfq-for-woocommerce');
    31243124
    31253125        $link = wc_get_template_html('woo-rfq/link-to-cart-shop.php', array('link_to_rfq_page' => $link_to_rfq_page,), '', gpls_woo_rfq_WOO_PATH);
     
    31563156    {
    31573157
    3158         $option = get_option($string, $default);
     3158        $option = get_option($string, __($default, 'woo-rfq-for-woocommerce'));
     3159
    31593160
    31603161        return $option;
  • woo-rfq-for-woocommerce/trunk/readme.txt

    r3292835 r3297387  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 WC tested up to: 9.8.4
    9 Stable tag: 2.2.5
     8WC tested up to: 9.8.5
     9Stable tag: 2.3
    1010License: GPLv2
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    209209== Changelog ==
    210210
    211 = 2.2.5 5/13/2025 =
    212 filter for showing image in emails
    213 
     211= 2.3 5/20/2025 =
     212translations
     213WooCommerce 9.8.5
    214214
    215215== Upgrade Notice ==
    216216
    217 = 2.2.5 5/13/2025 =
    218 filter for showing image in emails
    219 
    220 
    221 
    222 
     217= 2.3 5/20/2025 =
     218translations
     219WooCommerce 9.8.5
     220
     221
     222
     223
  • woo-rfq-for-woocommerce/trunk/woo-rfq-for-woocommerce.php

    r3292835 r3297387  
    33 * Plugin Name: NP Quote Request for WooCommerce
    44 * Description: NP Quote Request for WooCommerce enables your customers to easily submit a quote request to your WooCommerce store. It is very flexible and can be used in a variety of store settings. NP Quote Request for WooCommerce enables you to generate leads and engage with your customers!
    5  * Version: 2.2.5
     5 * Version: 2.3
    66 * Contributors: Neah Plugins,gplsaver
    77 * Author: Neah Plugins
     
    1111 * Tested up to: 6.8
    1212 * Requires PHP: 7.4
    13  * WC tested up to: 9.8.4
     13 * WC tested up to: 9.8.5
    1414 * Text Domain: woo-rfq-for-woocommerce
    1515 * Domain Path: /languages/
     
    755755
    756756        $status_label = get_option('settings_gpls_woo_rfq_quote_request_label', 'Quote Request');
    757 
     757        $status_label = __($status_label, 'rfqtk');
    758758
    759759        if ($status_label == '') {
     
    763763        $order_statuses["wc-gplsquote-req"] = $status_label;
    764764
    765         //  $order_statuses = array_reverse($order_statuses, True);
     765        $order_statuses = array_reverse($order_statuses, True);
    766766
    767767
     
    12181218                if(!defined('gpls_woo_rfq_INQUIRE_TEXT')) {
    12191219                    $settings_gpls_woo_inquire_text_option = get_option('settings_gpls_woo_inquire_text_option');
     1220                    $settings_gpls_woo_inquire_text_option = __($settings_gpls_woo_inquire_text_option,'woo-rfq-for-woocommerce');
    12201221                    DEFINE('gpls_woo_rfq_INQUIRE_TEXT', $settings_gpls_woo_inquire_text_option);
    12211222                }
     
    15121513            if(!defined('gpls_woo_rfq_INQUIRE_TEXT')) {
    15131514                $settings_gpls_woo_inquire_text_option = get_option('settings_gpls_woo_inquire_text_option');
     1515                $settings_gpls_woo_inquire_text_option = __($settings_gpls_woo_inquire_text_option,'woo-rfq-for-woocommerce');
    15141516                DEFINE('gpls_woo_rfq_INQUIRE_TEXT', $settings_gpls_woo_inquire_text_option);
    15151517            }
     
    16161618        $home = home_url() . '/quote-request/';
    16171619
    1618         $rfq_page = get_option('rfq_cart_sc_section_show_link_to_rfq_page', $home);
    1619 
    1620        // $link_to_rfq_page_url = $_SERVER['REQUEST_URI'];
    1621 
    1622 
    1623         if(isset($_SERVER['REQUEST_URI'])){
    1624             $link_to_rfq_page_url = get_site_url() . sanitize_url( wp_unslash($_SERVER['REQUEST_URI']));
    1625 
    1626         }
    1627 
     1620        //$rfq_page = get_option('rfq_cart_sc_section_show_link_to_rfq_page', $home);
     1621
     1622        $link_to_rfq_page_url = $_SERVER['REQUEST_URI'];
    16281623
    16291624        if ($link_to_rfq_page_url != false && isset($link_to_rfq_page_url)) {
  • woo-rfq-for-woocommerce/trunk/woo-rfq-includes/woo-rfq-functions.php

    r3257798 r3297387  
    16481648        DEFINE('gpls_woo_rfq_GLOBAL_NINJA_FORMID', get_option('settings_gpls_woo_ninja_form_option'));
    16491649
    1650         $settings_gpls_woo_inquire_text_option = get_option('settings_gpls_woo_inquire_text_option');
    1651 
    16521650
    16531651        if(!defined('gpls_woo_rfq_INQUIRE_TEXT')) {
    16541652            $settings_gpls_woo_inquire_text_option = get_option('settings_gpls_woo_inquire_text_option');
     1653            $settings_gpls_woo_inquire_text_option = __($settings_gpls_woo_inquire_text_option, 'woo-rfq-for-woocommerce');
    16551654            DEFINE('gpls_woo_rfq_INQUIRE_TEXT', $settings_gpls_woo_inquire_text_option);
    16561655        }
     
    17401739
    17411740        $order_button_text = get_option('rfq_cart_wordings_submit_your_rfq_text', __('Submit Your Request For Quote', 'woo-rfq-for-woocommerce'));
     1741        $order_button_text = __($order_button_text, 'woo-rfq-for-woocommerce');
    17421742
    17431743        $order_button_text = apply_filters('gpls_woo_rfq_rfq_submit_your_order_text', $order_button_text);
     
    17511751
    17521752        $proceed_to_rfq = get_option('rfq_cart_wordings_proceed_to_rfq', __('Proceed To Submit Your RFQ', 'woo-rfq-for-woocommerce'));
    1753 
     1753        $proceed_to_rfq = __($proceed_to_rfq, 'woo-rfq-for-woocommerce');
    17541754        $proceed_to_rfq = apply_filters('gpls_woo_rfq_proceed_to_rfq', $proceed_to_rfq);
    17551755        $ajax_array['rfq_cart_wordings_proceed_to_rfq']= $proceed_to_rfq;
  • woo-rfq-for-woocommerce/trunk/woocommerce/cart/proceed-to-checkout-button.php

    r3256816 r3297387  
    4949    if($gpls_woo_rfq_purchase_only=="yes" && $is_quote_request !='yes'){
    5050        $proceed_to_rfq = get_option('settings_gpls_woo_rfq_limit_to_rfq_only_cart_alt_label', __('Proceed to Checkout', 'woo-rfq-for-woocommerce'));
     51        $proceed_to_rfq = __($proceed_to_rfq,'woo-rfq-for-woocommerce');
     52        gpls_woo_rfq_cart_delete('gpls_woo_rfq_purchase_only');
    5153
    52         gpls_woo_rfq_cart_delete('gpls_woo_rfq_purchase_only');
    5354    }else{
    5455        $proceed_to_rfq = get_option('rfq_cart_wordings_proceed_to_rfq', __('Proceed To Submit Your RFQ', 'woo-rfq-for-woocommerce'));
    55 
     56        $proceed_to_rfq = __($proceed_to_rfq,'woo-rfq-for-woocommerce');
    5657        $proceed_to_rfq = apply_filters('gpls_woo_rfq_proceed_to_rfq', $proceed_to_rfq);
    5758    }
  • woo-rfq-for-woocommerce/trunk/woocommerce/woo-rfq/link-to-cart-pages.php

    r3260173 r3297387  
    88
    99$view_your_cart_text = get_option('rfq_cart_wordings_view_rfq_cart', __('View List', 'woo-rfq-for-woocommerce'));
     10$view_your_cart_text = __($view_your_cart_text, 'woo-rfq-for-woocommerce');
    1011
    1112
  • woo-rfq-for-woocommerce/trunk/woocommerce/woo-rfq/link-to-cart-shop.php

    r3260173 r3297387  
    77
    88$view_your_cart_text = get_option('rfq_cart_wordings_view_rfq_cart', __('View List', 'woo-rfq-for-woocommerce'));
    9 
     9$view_your_cart_text = __($view_your_cart_text, 'woo-rfq-for-woocommerce');
    1010
    1111echo "<a  class='rfqcart-link-shop rfqcart-link-shop-custom float_right' href='".($link_to_rfq_page)."' >".($view_your_cart_text)."</a>";
  • woo-rfq-for-woocommerce/trunk/woocommerce/woo-rfq/link-to-cart.php

    r3260173 r3297387  
    77
    88$view_your_cart_text = get_option('rfq_cart_wordings_view_rfq_cart', __('View List', 'woo-rfq-for-woocommerce'));
    9 
     9$view_your_cart_text = __($view_your_cart_text, 'woo-rfq-for-woocommerce');
    1010
    1111echo "<div style='display: block'><a  class='link_to_rfq_page_link' href='".($link_to_rfq_page)."' >".($view_your_cart_text)."</a></div>";
  • woo-rfq-for-woocommerce/trunk/woocommerce/woo-rfq/rfq-cart-empty.php

    r3260173 r3297387  
    2121        <?php
    2222        $quote_request_empty = get_option('rfq_cart_wordings_quote_request_currently_empty', __('Your Quote Request List is Currently Empty.', 'woo-rfq-for-woocommerce'));
    23 
     23        $quote_request_empty = __($quote_request_empty, 'woo-rfq-for-woocommerce');
    2424        echo ($quote_request_empty);
    2525        ?>
     
    3434            <?php
    3535            $return_to_shop = get_option('rfq_cart_wordings_return_to_shop', __('Return To Shop', 'woo-rfq-for-woocommerce'));
    36 
     36            $return_to_shop = __($return_to_shop, 'woo-rfq-for-woocommerce');
    3737            echo ($return_to_shop);
    3838
  • woo-rfq-for-woocommerce/trunk/woocommerce/woo-rfq/rfq-cart.php

    r3260173 r3297387  
    233233
    234234                             $confirmation_message = get_option('rfq_cart_wordings_gpls_woo_rfq_update_rfq_cart_button',__('Update Quote Request', 'woo-rfq-for-woocommerce'));
    235                          //   $confirmation_message = __($confirmation_message,'woo-rfq-for-woocommerce');
     235                            $confirmation_message = __($confirmation_message,'woo-rfq-for-woocommerce');
    236236
    237237
     
    283283                        <?php
    284284                        $customer_info_label = get_option('settings_gpls_woo_rfq_customer_info_label','Customer Information');
    285 
    286 
     285                        $customer_info_label = __($customer_info_label,'woo-rfq-for-woocommerce');
    287286                        if(!isset($customer_info_label)){
    288287                            $customer_info_label =  (__('Customer Information','woo-rfq-for-woocommerce'));
     
    615614                            <?php
    616615                            $button_text = get_option('rfq_cart_wordings_submit_your_rfq_text', 'Submit Your Request For Quote');
    617 
     616                            $button_text = __($button_text,'woo-rfq-for-woocommerce');
    618617
    619618                            $button_text = apply_filters('gpls_woo_rfq_rfq_submit_your_order_text',$button_text);
Note: See TracChangeset for help on using the changeset viewer.