Plugin Directory

Changeset 2164784


Ignore:
Timestamp:
09/28/2019 09:36:07 AM (7 years ago)
Author:
tweakdigital
Message:

Updating plugin strings

Location:
food-to-prep/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • food-to-prep/trunk/class-wp-osa.php

    r2164498 r2164784  
    603603            ?>
    604604            <div class="wrap">
    605                 <h1>MEAL TO PREP Settings API <span
    606                         style="font-size:60%;">v<?php esc_html_e(FoodToPrep::plugin_version(), 'food-to-prep') ?></span></h1>
     605                <h1>Settings</h1>
    607606            </div>
    608607            <?php $this->show_navigation();
  • food-to-prep/trunk/languages/meal-prep.pot

    r2164498 r2164784  
    520520
    521521#: wposa-init.php:16
    522 msgid "Paypal Setting"
     522msgid "PayPal Settings"
    523523msgstr ""
    524524
    525525#: wposa-init.php:23
    526 msgid "Other Settings"
     526msgid "General Settings"
    527527msgstr ""
    528528
     
    536536
    537537#: wposa-init.php:45
    538 msgid "Client Secret"
     538msgid "Client Secret "
    539539msgstr ""
    540540
     
    544544
    545545#: wposa-init.php:57
    546 msgid "PayPal sandbox"
     546msgid "Enable Sandbox Mode"
    547547msgstr ""
    548548
    549549#: wposa-init.php:58
    550 msgid "Enable PayPal sandbox."
     550msgid "Enable PayPal sandbox to test payments"
    551551msgstr ""
    552552
    553553#: wposa-init.php:76
    554 msgid "Thanks you page"
     554msgid "Order Confirmation Page"
    555555msgstr ""
    556556
    557557#: wposa-init.php:77
    558558msgid ""
    559 "Page content for thankyou order! We will redirect to this page after "
     559"Redirect the user to this page after they purchase."
    560560"payment success."
    561561msgstr ""
    562562
    563563#: wposa-init.php:88
    564 msgid "Cart page"
     564msgid "Cart Page"
    565565msgstr ""
    566566
    567567#: wposa-init.php:89
    568 msgid "Page display cart."
     568msgid "Display the user's shopping cart on this page."
    569569msgstr ""
    570570
    571571#: wposa-init.php:100
    572 msgid "Checkout page"
     572msgid "Checkout Page"
    573573msgstr ""
    574574
    575575#: wposa-init.php:101
    576 msgid "Page display checkout."
     576msgid "Display the checkout on this page."
    577577msgstr ""
    578578
    579579#: wposa-init.php:112
    580 msgid "Revice order"
     580msgid "Order Review Page"
    581581msgstr ""
    582582
    583583#: wposa-init.php:134
    584 msgid "Post Per Page"
     584msgid "Meals Per Page"
    585585msgstr ""
    586586
     
    590590
    591591#: wposa-init.php:152
    592 msgid "Currency for shop."
     592msgid "Which currency would you like to run your shop in?"
    593593msgstr ""
    594594
  • food-to-prep/trunk/settings/MTP_Settings.php

    r2164498 r2164784  
    2424        {
    2525            add_menu_page(
    26                 'Meal Prep',
    27                 'Meal Prep',
     26                'Food to Prep',
     27                'Food to Prep',
    2828                'manage_options',
    2929                'meal-prep',
     
    3838        {
    3939            ?>
    40             <h1>Welcome to Meal Prep Setting</h1>
     40            <h1>Food To Prep</h1>
    4141            <?php
    4242        }
     
    4848            <div class="wrap">
    4949                <?php settings_errors(); ?>
    50                 <h1 style="font-weight: 700;">Meal Prep Settings</h1>
     50                <h1 style="font-weight: 700;">Food To Prep Settings</h1>
    5151                <form method="post" action="options.php" novalidate="novalidate">
    5252                    <?php
Note: See TracChangeset for help on using the changeset viewer.