Descrição
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
Capturas de tela
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
Instalação
- Upload directory
Gettext override translations
to 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!
Perguntas frequentes
-
How does this plugin work?
-
It uses a gettext WordPress filter
-
I have a lot of questions and I want support where can I go?
-
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.
Avaliações
Colaboradores e desenvolvedores
“Gettext override translations” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir “Gettext override translations” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
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