Posts Tagged ‘wordpress’
FAQs v1.3.5 Release Notes
WordPress FAQs plugin v1.3.5 Release Notes
- ADDED: Multiple notification recipients with comma separated email addresses in ‘Configuration’.
- FIXED: Accordion in IE8
- ADDED: FAQ icon in TinyMCE editor to insert shortcodes
- ADDED: DS Windows DIRECTORY_SEPARATOR constant
- CHANGED: Change apply_filters(‘the_content’, “”) to wpautop()
- UPDATED: jQuery UI Accordion library has been updated.
- CHANGED: Use improved menu pages
- CHANGED: Icon to Mac OS X style
- ADDED: Redirect to save a group before adding any questions if no groups are available.
Checkout: Translation
Current Languages
- Spanish (es_ES) translation BY Juan Llamosas
Translation Instructions
You can easily translate the entire WordPress Shopping Cart plugin with all its words and phrases into your own preferred language.
Open poEdit
Before you can get started, you’ll need to open the poEdit application on your computer. If you don’t have poEdit, you can download and install it for your platform.
Open/Create Catalog File
The WordPress Checkout plugin is distributed with a default, English catalog file named ‘wp-checkout-en_US.po’ inside ‘wp-checkout/languages’. You may open this file with poEdit and save a copy so that you can start translating immediately. If you open the existing catalog file, all the strings will be available for translation immediately.
Alternatively, you can create a new catalog file though by choosing ‘File’ > ‘New Catalog…’ inside the poEdit application.
click to enlarge
Fill in the project information such as the plugin name, your team name, your preferred language, your country, charset, etc. These values under the ‘Project Info’ tab can be anything you wish them to be.
click to enlarge
Under the ‘Paths’ tab, you’ll need to fill in “../” as the base path and under the paths, you’ll need to create a new path and also fill in “../”. This indicates that the PHP files are in the upper/parent directory (one directory up) of the one the language file will be located in.
Create 2 keywords under the ‘Keywords’ tab. The one is 2 underscores “__” and the other one is underscore and the letter ‘e’ which makes “_e”. These will always remain the same since they are inside the code.
click to enlarge
With that done, click the ‘Ok’ button so that poEdit can allow you to save the catalog file. Save the file with the filename ‘wp-checkout-xx_XX.po’ where the “xx_XX” part should be replaced with your language code, followed by an underscore and then your country/region code, such as en_US (US English), en_UK (UK English), nl_NL (Dutch), zh_TW (Traditional Chinese for Taiwan), es_ES (Spanish), se_SE (Swedish), etc. Save it inside the ‘wp-checkout/languages’ directory/folder of the plugin. You will notice that it immediately saves a .MO file (which is the actual language file) as well. The .PO file is just the catalog file and it is not used by the plugin through WordPress. Be sure to keep the .PO catalog file for future changes though.
Once you save the catalog file, poEdit will start scanning the PHP files recursively in the upper/parent directory (the ‘wp-checkout’ folder) for words/phrases encapsulated by __() or _e() so that they can be translated.
click to enlarge
Translate Words/Phrases
Whether you chose to open the existing catalog file or create a new one in Step 2, the words and phrases inside the WordPress CHECKOUT plugin should now be in front of you, ready to be translated. You’ll need to type the translated string (in your language) in the box below the box which shows the English string.

click to enlarge
Set your WPLANG locale
Open up your WordPress configuration file named ‘wp-config.php’ and fill in your locale as the value for the WPLANG defined constant. The locale will be your language code, followed by an underscore “_” and then your country/region code such as en_US (US English), en_UK (UK English), de_DE (German in Germany), nl_NL (Dutch in the Netherlands), zh_TW (Traditional Chinese for Taiwan), es_ES (Spanish), se_SE (Swedish), etc. Be sure that you saved your catalog file (.PO) and your language file (.MO) as ‘wp-checkout-xx_XX’ inside ‘wp-checkout/languages’ where the “xx_XX” part in the filename should be replaced by your locale which you also define here in the configuration file.
Checkout: Authorize.net
Authorize.net payment gateway in the WordPress shopping cart plugin.
Currencies
Several different currencies are available in the WordPress shopping cart plugin. Currencies include…
- Australian Dollar
- Canadian Dollar
- Swiss Franc
- Danish Krone
- Euro
- British Pound
- Hong Kong Dollar
- Japanese Yen
- Norwegian Krone
- New Zealand Dollar
- Swedish Kronor
- US Dollar
- Singapore Dollar
- South African Rand
- Brazilian Real
Add New, Custom Currencies
In addition to the currencies included with the Checkout plugin you can add your own, custom currencies to the plugin. All the worldwide currencies with their currency codes and symbols are located in the Wikipedia. See the illustrational video below which shows you how to add custom currencies by editing the source code.
http://www.vimeo.com/8517852
Customer Login





