Changeset 2164784
- Timestamp:
- 09/28/2019 09:36:07 AM (7 years ago)
- Location:
- food-to-prep/trunk
- Files:
-
- 3 edited
-
class-wp-osa.php (modified) (1 diff)
-
languages/meal-prep.pot (modified) (4 diffs)
-
settings/MTP_Settings.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
food-to-prep/trunk/class-wp-osa.php
r2164498 r2164784 603 603 ?> 604 604 <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> 607 606 </div> 608 607 <?php $this->show_navigation(); -
food-to-prep/trunk/languages/meal-prep.pot
r2164498 r2164784 520 520 521 521 #: wposa-init.php:16 522 msgid "Pay pal Setting"522 msgid "PayPal Settings" 523 523 msgstr "" 524 524 525 525 #: wposa-init.php:23 526 msgid " OtherSettings"526 msgid "General Settings" 527 527 msgstr "" 528 528 … … 536 536 537 537 #: wposa-init.php:45 538 msgid "Client Secret "538 msgid "Client Secret " 539 539 msgstr "" 540 540 … … 544 544 545 545 #: wposa-init.php:57 546 msgid " PayPal sandbox"546 msgid "Enable Sandbox Mode" 547 547 msgstr "" 548 548 549 549 #: wposa-init.php:58 550 msgid "Enable PayPal sandbox ."550 msgid "Enable PayPal sandbox to test payments" 551 551 msgstr "" 552 552 553 553 #: wposa-init.php:76 554 msgid " Thanks you page"554 msgid "Order Confirmation Page" 555 555 msgstr "" 556 556 557 557 #: wposa-init.php:77 558 558 msgid "" 559 " Page content for thankyou order! We will redirect to this page after"559 "Redirect the user to this page after they purchase." 560 560 "payment success." 561 561 msgstr "" 562 562 563 563 #: wposa-init.php:88 564 msgid "Cart page"564 msgid "Cart Page" 565 565 msgstr "" 566 566 567 567 #: wposa-init.php:89 568 msgid " Page display cart."568 msgid "Display the user's shopping cart on this page." 569 569 msgstr "" 570 570 571 571 #: wposa-init.php:100 572 msgid "Checkout page"572 msgid "Checkout Page" 573 573 msgstr "" 574 574 575 575 #: wposa-init.php:101 576 msgid " Page display checkout."576 msgid "Display the checkout on this page." 577 577 msgstr "" 578 578 579 579 #: wposa-init.php:112 580 msgid " Revice order"580 msgid "Order Review Page" 581 581 msgstr "" 582 582 583 583 #: wposa-init.php:134 584 msgid " PostPer Page"584 msgid "Meals Per Page" 585 585 msgstr "" 586 586 … … 590 590 591 591 #: wposa-init.php:152 592 msgid " Currency for shop."592 msgid "Which currency would you like to run your shop in?" 593 593 msgstr "" 594 594 -
food-to-prep/trunk/settings/MTP_Settings.php
r2164498 r2164784 24 24 { 25 25 add_menu_page( 26 ' MealPrep',27 ' MealPrep',26 'Food to Prep', 27 'Food to Prep', 28 28 'manage_options', 29 29 'meal-prep', … … 38 38 { 39 39 ?> 40 <h1> Welcome to Meal Prep Setting</h1>40 <h1>Food To Prep</h1> 41 41 <?php 42 42 } … … 48 48 <div class="wrap"> 49 49 <?php settings_errors(); ?> 50 <h1 style="font-weight: 700;"> MealPrep Settings</h1>50 <h1 style="font-weight: 700;">Food To Prep Settings</h1> 51 51 <form method="post" action="options.php" novalidate="novalidate"> 52 52 <?php
Note: See TracChangeset
for help on using the changeset viewer.