celsocos
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Crontrol] Portuguese Brazilian TranslationHello John Blackbourn.
Just to make our life easier, I have uploaded the translation file so you can check the file name and include them in next release. The strings should be the same, and I made those files with POedit so I had basic format checks.
Please download the files at http://multiproj.com.br/crontrol-ptBR/
http://multiproj.com.br/crontrol-ptBR/
I will remove the directory in a few weeks when the simple web site start production test.
Best regards,
Forum: Plugins
In reply to: [Contact Form 7] Portuguese Brazil translation updated.Yeah… I know slack, the communication platform.
I thought this is for developers only, but you are correct this is a good reason to send a message so this can be done easily.
In the mean time, if you want you can use the files, I am updating the strings in the WP translation system so they will match.
Good idea to use the Slack.
Best Regards,
Celso.Forum: Plugins
In reply to: [Contact Form 7] Portuguese Brazil translation updated.Good day Mr. Miyoshi.
Still have problems to approve / update translation. I will wait until WP people update the strings and then I will fix the errors I have found durin test phase. To make our life easier, I am sharing the translation files with you. It is nice, I was using CF7 and checking the best I could, looks much better. π
Please, see for yourself and download the new release. Can you include in next release or similar, and I will update the WP translation database later on, to keep consistency with this file. The file below has minor fixes with capital letters and grammar, and I was able to test it with the UI.
Please download:
<a href=”http://multiproj.com.br/CF7-ptbr/
“>http://multiproj.com.br/CF7-ptbr/Just let me know if this is OK, because this is a temporary directory I will remove once I got your confirmation. Portuguese language people is a big percentage of users I am sure they will enjoy a 100% translated and double checked portuguese translation.
Best regards,
Celso.Forum: Plugins
In reply to: [Contact Form 7] Portuguese Brazil translation updated.I did a translation using a program POEDIT.
I was able to scan your code for the strings, and the POEDIT created a POT file. With this new POT file I did the translation. I was able to cross check most os the strings in the interface and polish, removing small issues.
Finally, I did a copy and paste with all strings in the wordpress translation system. Now I can see 142 strings “pending approval”. I believe you (author) is the one that will approve this. Because you make the question above, I believe you are not in charge of this approval.
So, now I have POT, the PO/MO and also updated the wordpress translation system. π
You have a good plugin, I did my best to offer a good translation.
Please let me know how can I give you the files, or approve the pending strings in WP translation system.Best regards,
Celso – Brazil.I also have issues with WP, now 4.4.2 and PHP warnings too.
Have to remove it, hope this plugin get some mantenance because it is a good one (until now…)
Ok, I understand. In this case, the solution is just wait for the WP team try to fix this. I can do the translation locally and wait for share my work with community later on.
Thanks for your time.
Best RegardsForum: Plugins
In reply to: [Rich Text Tags] WHITESPACE BUG FIX!Hello.
Good fix, I was with the same problem and it is working now.
Thanks!
Forum: Hacks
In reply to: login/logout/register redirectOk, thank you. I will try this. Regards,
CelsoForum: Reviews
In reply to: [Login Logout Menu] Plugin is abandonedOh… I found this plugin also does not work on mustisite installs.
Forum: Plugins
In reply to: [WP Crontrol] Portuguese Brazilian TranslationOk I understand.
I will wait for the translation team. Thanks for your attention, will be nice to have portuguese language, many Brazilians don’t feel confortable with english.
Have a nice day,
Celso.Hello Mr. Daniel.
WordPress has a translation system on-line, and you can check it here:
https://wordpress.org/plugins/wp-first-letter-avatar/developers/In the bottom right there is a green button “Translate this plugin”. A web interface will show with several languages, but the plugin must be “prepared” this means the strings must use wordpress functions to display text. The native language will be the “base” and we (contributors) can translate on-line.
/** Not localization friendly */ echo "Welcome to my plugin"; // OR print("Welcome to my plugin"); /** Localization friendly */ _e('Welcome to my plugin', 'my-plugin'); // OR $my_text = __('Welcome to my plugin', 'my-plugin'); echo $my_text;You can check more info here
Usually small and usefull plugins do not have so many strings and it’s not so hard to adjust. And not so hard to translate, this way the WP community can help you with localization, just like me.
π
Best regards,
Celso CoslopForum: Plugins
In reply to: [Login Logout Menu] Get rid of Are you sure you want to logout+1 for this!