Changeset 558433
- Timestamp:
- 06/15/2012 10:24:42 AM (14 years ago)
- Location:
- wordpress-easy-allopass/trunk
- Files:
-
- 3 edited
-
lang/en.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
wp-easy-allopass.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-easy-allopass/trunk/lang/en.php
r460211 r558433 14 14 @define("WEA_IDEXAMPLE", "Example "); 15 15 @define("WEA_NEED_HELP", "Need Help?"); 16 @define("WEA_NOT_YET_AP", "No t yet anallopass account?");16 @define("WEA_NOT_YET_AP", "No allopass account?"); 17 17 @define("WEA_CLICK_HERE", "Click here"); 18 18 @define("WEA_DESCR_PROD", "Description"); … … 38 38 @define("WEA_NOT_YET_PROD", "You have not yet added product"); 39 39 @define("WEA_INSTRUCTION", "Shortcode"); 40 @define("WEA_TODO", "To protect content on one of your posts/pages, insert the following code:");40 @define("WEA_TODO", "To protect paid content on one of your posts/pages, insert the following code:"); 41 41 @define("WEA_FREE_CONTENT", "Free content"); 42 42 @define("WEA_PAID_CONTENT", "Protected content"); 43 43 @define("WEA_TTL_NOTES", "Notes:"); 44 @define("WEA_NOTES_1", "The parameter <strong>Id</strong> (<strong>X</strong> = numeric value) represents the id of your product. (See column "shortcode" in the table above).<br>This parameter is required.");44 @define("WEA_NOTES_1", "The parameter <strong>Id</strong> (<strong>X</strong> = numeric value) represents the id of your product. (See column "shortcode" in the above table).<br>This parameter is required."); 45 45 @define("WEA_NOTES_2", "You can insert <strong>several shortcodes</strong> in a single post or page."); 46 46 @define("WEA_OTHER_NOTES_1", "If the parameter <strong>id</strong> is not defined or no product at"); // Between link … … 53 53 @define("WEA_MSG_DELPROD_1", "Product Ref :"); 54 54 @define("WEA_MSG_DELPROD_2", "deleted!"); 55 @define("WEA_DEFAULT_DESCR", "Please enter here the text descri bingyour paid content");55 @define("WEA_DEFAULT_DESCR", "Please enter here the text description of your paid content"); 56 56 @define("WEA_BTN_ADDPROD", "Add the product"); 57 57 @define("WEA_TITLE_BOX", "Add product"); -
wordpress-easy-allopass/trunk/readme.txt
r502115 r558433 2 2 Contributors: Hasiniaina Ragaby 3 3 Donate link: http://www.vitar.123.fr/ 4 Tags: Allopass, Sale, Product, Post, Page, Quick Post, Earn money, Monetize, Paypal, Moneybookers, Shortcode4 Tags: Allopass, Sale, Product, Post, Page, Subscription, Membership, Earn money, Monetize, Paypal, SMS, Shortcode, Buddypress 5 5 Requires at least: 2.6 6 Tested up to: 3. 3.17 Stable tag: 3. 3.16 Tested up to: 3.4 7 Stable tag: 3.4 8 8 9 9 The Wp Easy Allopass Plugin (WEA) is a free plugin that allows you to integrate allopass payment solution on your wordpress site. … … 116 116 == Changelog == 117 117 118 = 2.0.1 = 119 * Checking compatibility with Wordpress 3.4 => OK 120 * Minor language file corrections (15/06/2012) 121 * Minor bug fixes (15/06/2012) 118 122 = 2.0.0 = 119 123 * Replacing file_get_contents() by wp_remote_get() (02/08/2012) -
wordpress-easy-allopass/trunk/wp-easy-allopass.php
r502169 r558433 6 6 Author: Hasiniaina Ragaby 7 7 Author URI: http://www.vitar.123.fr 8 Version: 2.0. 08 Version: 2.0.1 9 9 Copyright 2011 H. Ragaby (email : hragaby@hotmail.com) 10 10
Note: See TracChangeset
for help on using the changeset viewer.