Gettext override translations
Gettext override translations
Description
Lets you override default texts from your admin panel.
Originally built to override texts from Woocommerce, but also works for all neatly added texts by WordPress Core and plugins.
It will translate all _e(”) or __(”) string calls, so check the PHP sourcecode of the plugin or theme you need to translate.
It will NOT translate any dynamic strings like %s or %d, so “%s has been added to your cart.” is not translatable.
It will NOT translate any strings that contain HTML tags at all.
Some WooCommerce examples:
WooCommerce “Select option” (dropdown value) setting
Fullscreen Screenshot 3
WooCommerce “Select option” (dropdown value) translation result
Fullscreen Screenshot 4
WooCommerce “Order notes” setting
Fullscreen Screenshot 5
WooCommerce “Order notes” translation result
Fullscreen Screenshot 6
Coding by: MijnPress.nl Twitter profile More plugins
Installation
- Upload directory
Gettext override translationsto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Click settings in your plugin list (or visit plugin submenu)
- You are ready to go!
Screenshots

Default view Fullscreen Screenshot 1

Override "Save Changes" text with "Store right away" Fullscreen Screenshot 2

WooCommerce "Select option" (dropdown value) setting Fullscreen Screenshot 3

WooCommerce "Select option" (dropdown value) translation result Fullscreen Screenshot 4

WooCommerce "Order notes" setting Fullscreen Screenshot 5

WooCommerce "Order notes" translation result Fullscreen Screenshot 6
Faq
It uses a gettext WordPress filter
http://pluginsupport.mijnpress.nl/ or drop me a tweet to notify me of your support topic over here.
I always check my tweets, so mention my name with @ramonfincken and your problem.
Reviews
Menu possition
By Loosie94 on March 12, 2022
Great plugin!
By dorde on June 10, 2021
Works like a charm
By raverstudio on March 7, 2018
It Works!!
By Shop-tester (evolinestore) on February 24, 2017
Easy and works like a charm
By Kees Lamper (keeslamper) on September 3, 2016
Easy to install and easy to work with. No longer search for hours where the translation has to be made.
Perfect for plugin string translations!
By Rosanne van Staalduinen on September 3, 2016
In a WooCommerce shop for one of my customers I edited the .po file to change the default text into a more informal text. With every WooCommerce update the changes were gone and I needed to upload the files again. With this plugin I don't have to do that anymore. It's perfect if you want to translate / change (a few) strings in a plugin.
Thank you!
Simple and effective
By donkarim on September 3, 2016
Someone suggested this plugin since i needed some errormessage in woocommerce to be changed. As simple as it was, the plugin did the job perfectly. This made my task unbelievible easy.
Thanks!:)
Changelog
2.0.2
Bugfix: Improved for stored values 2.0.0
2.0.1
Bugfix: Improved for stored values 2.0.0
2.0.0
Bugfix: Fixed potential XSS input, by stripping all evil HTML.
1.0.1
Bugfix: Small PHP warning fixed
1.0.0
First public release