atmark Posted August 30, 2010 Share Posted August 30, 2010 (edited) Hi! Allow me to introduce our development. This Addon is intended to edit and verify that all the variables in all the language files. There is a convenient grouping and pagination. There is a search. For convenience, we have added service "Translate Google". Of course he only help. If you have any questions or suggestions, please do not hesitate to ask. http://www.whmcs.com/members/communityaddons.php?action=viewmod&id=146 Download - http://atmark.ru/client/whmcs_translate.php?language=English Edited August 30, 2010 by atmark 0 Quote Link to comment Share on other sites More sharing options...
Sylvie Posted September 18, 2010 Share Posted September 18, 2010 Hi I have this message after tried to translate : ERROR copy file ../lang/French.txt... CRITICAL ERROR!!! The following variables are used both types of quotes - " and ' . Variable: $_LANG["sslserverinfodetails"] Original text: You must have a valid \"CSR\" (Certificate Signing Request) to configure your SSL Certificate. The CSR is an encrypted piece of text that is generated by the web server where the SSL Certificate will be installed. If you do not already have a CSR, you must generate one or ask your web hosting provider to generate one for you. Also please ensure you enter the correct information as it cannot be changed after the SSL Certificate has been issued. Translate text: Vous devez avoir un \"CSR\" (Certificate Signing Request) valide afin de pouvoir configurer votre ceftificat SSL. Le CSR est un texte encrypté généré par le serveur web où le certificat sera installé. Si vous n'avez pas votre CSR, vous devez le générer ou demander à votre hébergeur de le générer pour vous. Assurez vous également de l'exactitude des informations entrées, car elles ne peuvent être changés après le déploiem Please correct your entries. After correcting the opportunity to save your changes resumes. 0 Quote Link to comment Share on other sites More sharing options...
atmark Posted October 1, 2010 Author Share Posted October 1, 2010 The answer you were given by email. Using the words n'avez l'exactitude apostrophes and quotation marks \ "CSR \". Replace quotes \"CSR \" in apostrophes 'CSR'. You can specify them by pairing ' ' CSR ' ' 0 Quote Link to comment Share on other sites More sharing options...
atmark Posted December 3, 2011 Author Share Posted December 3, 2011 (edited) Hello! The new version is available for V5. http://www.whmcs.com/members/communityaddons.php?action=viewmod&id=146 In addition to revised code to the new version, changes are made in automating the translation. Now, instead of Google translate service will be used by Bing . Reason - http://code.google.com/intl/ru-RU/apis/language/translate/overview.html Edited December 14, 2011 by WHMCS Andrew External URLs not allowed 0 Quote Link to comment Share on other sites More sharing options...
zkorosi Posted December 19, 2011 Share Posted December 19, 2011 It cut the end of the words when they contains non english chars like ő, ű, Ő, Ű, etc. I would like to use this great addon for hungarian translation. Can you help me please? (I have no problem with the Admin translation addon...) The page and the database are in utf8. Regards, Zoltan 0 Quote Link to comment Share on other sites More sharing options...
atmark Posted December 19, 2011 Author Share Posted December 19, 2011 Hi zkorosi I found no problems in the module. I created the file and automatically hungarian.php translated several phrases. $_LANG["accountinfo"] = "Fiókadatok"; $_LANG["accountstats"] = "Fiók-statisztika"; $_LANG["addfunds"] = "Pénzt"; $_LANG["addfundsamount"] = "Összeg hozzáadása"; $_LANG["addfundsmaximum"] = "Maximális letétbe helyezése"; $_LANG["addfundsmaximumbalance"] = "Maximális egyenleget"; $_LANG["addfundsmaximumbalanceerror"] = "Legnagyobb egyenleg összege"; $_LANG["addfundsmaximumerror"] = "Maximális letét összege"; $_LANG["addfundsminimum"] = "Minimum befizetés"; Please send me your language file that you created hungarian.php Perhaps your language file encoding not UTF-8 without DOM (The database in the module is not used) 0 Quote Link to comment Share on other sites More sharing options...
hosdes Posted February 10, 2012 Share Posted February 10, 2012 I downloaded translate module from http://atmark.ru/client/whmcs_translate.php and followed the instructions in readme_eng.txt file. When I login to admin cp >> settings >> addon modules, I don't see translate module. I am using whmcs 5.0.3. Please advise. 0 Quote Link to comment Share on other sites More sharing options...
Sumar Posted February 16, 2012 Share Posted February 16, 2012 очень жаль, полезный модуль, на Version: 5.0.3 тоже невидно его после установки 0 Quote Link to comment Share on other sites More sharing options...
atmark Posted February 16, 2012 Author Share Posted February 16, 2012 А вы его активировали? **********/client/admin/configaddonmods.php Модуль установлен на более 500 биллингах. 0 Quote Link to comment Share on other sites More sharing options...
atmark Posted February 16, 2012 Author Share Posted February 16, 2012 I downloaded translate module from http://atmark.ru/client/whmcs_translate.php and followed the instructions in readme_eng.txt file. When I login to admin cp >> settings >> addon modules, I don't see translate module. I am using whmcs 5.0.3. Please advise. You have solved the problem of access rights to the addon? If you have questions - contact our technical support. http://atmark.ru/client/submitticket.php 0 Quote Link to comment Share on other sites More sharing options...
dado023 Posted March 8, 2012 Share Posted March 8, 2012 can anyone confirm, does this work for WHMCS 5.0.3? 0 Quote Link to comment Share on other sites More sharing options...
atmark Posted March 8, 2012 Author Share Posted March 8, 2012 can anyone confirm, does this work for WHMCS 5.0.3? Addon works fine for 5.0.3 If you have any problems or questions - please contact us. 0 Quote Link to comment Share on other sites More sharing options...
dado023 Posted March 9, 2012 Share Posted March 9, 2012 1. Copy the folder with the files in "(your-WHMCS)" 2. In the file "configuration.php" make additional variables to configure the module. $mod_translate['backup'] = 'yes'; // yes | no // create backup copy $mod_translate['format'] = 'Y-m-d_H:i:s'; // format name backup copy file. //See - http://ru2.php.net/manual/en/function.date.php $mod_translate['field'] = 90; // field width $mod_translate['page'] = 25; // rows per page Warning! If you accept these default values, then this step can be skipped. 3. In the file "(your-WHMCS)/admin/templates/(your-template)/header.tpl", add between <head> and </head>, the line: <script type="text/javascript" src="../includes/jscript/jtranslate.js"></script> 4. In the file "(your-WHMCS)/modules/admin/translate/settings.php" - is an array with the names of languages and language codes used in Google. The language names should be consistent with the names of the language files used in WHMCS. Sample: Portuguese-pt -> Portuguese-pt.txt You may change еhis list . ---------------------------------- !!!!!!!!!!!!!!!!!!!! Get appID site http://www.bing.com/developers/ and edit the file translate_api.php !!!!!!!!!!!!!!!!!!!! i have done all of above, these are instructions from readme, but i think there is an issue somewhere in these steps, because i cant get it to work 0 Quote Link to comment Share on other sites More sharing options...
dado023 Posted March 9, 2012 Share Posted March 9, 2012 i have followed all steps described in readme_eng.txt, but i cant get it to work 0 Quote Link to comment Share on other sites More sharing options...
itanium Posted April 3, 2012 Share Posted April 3, 2012 Hi zkorosi I found no problems in the module. I created the file and automatically hungarian.php translated several phrases. $_LANG["accountinfo"] = "Fiókadatok"; $_LANG["accountstats"] = "Fiók-statisztika"; $_LANG["addfunds"] = "Pénzt"; $_LANG["addfundsamount"] = "Összeg hozzáadása"; $_LANG["addfundsmaximum"] = "Maximális letétbe helyezése"; $_LANG["addfundsmaximumbalance"] = "Maximális egyenleget"; $_LANG["addfundsmaximumbalanceerror"] = "Legnagyobb egyenleg összege"; $_LANG["addfundsmaximumerror"] = "Maximális letét összege"; $_LANG["addfundsminimum"] = "Minimum befizetés"; Please send me your language file that you created hungarian.php Perhaps your language file encoding not UTF-8 without DOM (The database in the module is not used) Hello, I have exactly the same problem with the FR language with a default installation. 0 Quote Link to comment Share on other sites More sharing options...
atmark Posted April 3, 2012 Author Share Posted April 3, 2012 Hello, I have exactly the same problem with the FR language with a default installation. This is a problem when using quotation marks in a row at the same time of two types - single and double. Use quotation marks in a string of only one type. If you need additional assistance, please contact us at support. 0 Quote Link to comment Share on other sites More sharing options...
cashcash Posted April 15, 2012 Share Posted April 15, 2012 when i select the source and destination language it opens up as should and then when i edit and save i see the the Hebrew letters but when i edit again the old edit getting scrummble and sometimes i see ???? instead Hebrew latter i believe the problem is in the saving process which convert the Hebrew letters to something else. p.s i open a ticket at your site 0 Quote Link to comment Share on other sites More sharing options...
atmark Posted April 16, 2012 Author Share Posted April 16, 2012 same problem with the FR language with a default installation Please send in support your language file. 0 Quote Link to comment Share on other sites More sharing options...
atmark Posted April 16, 2012 Author Share Posted April 16, 2012 (edited) The error message specifically created. The problem is that in the string of your language uses just two types of quotes. Single and double. Single quotes (apostrophes) are used in speech n'avez & l'exactitude Double in the \ "CSR \" Since the the words can not replace an apostrophe, you must replace the double quotes \ "CSR \" on the 'CSR' or ' ' C S R ' ' (spaces between the symbols for clarity) (if you want to have the appearance of the double quotes) Solutions for processing in a row <input> entry form immediately double and single quotes I have not found. I would be happy for your tips. Edited April 16, 2012 by atmark 0 Quote Link to comment Share on other sites More sharing options...
cashcash Posted April 16, 2012 Share Posted April 16, 2012 Please send in support your language file. i sent the files 0 Quote Link to comment Share on other sites More sharing options...
atmark Posted April 16, 2012 Author Share Posted April 16, 2012 The main problems arise when using the addon due to lack of server module installed MBSTRING. Please check the installation MBSTRING before using addon. http://php.net/manual/en/book.mbstring.php thank you 0 Quote Link to comment Share on other sites More sharing options...
cashcash Posted April 16, 2012 Share Posted April 16, 2012 Problem solved Thank you @atmark for your help Great support here is the solution as @atmark recommend 1> in the .htaccess file add the line: AddDefaultCharset UTF-8 2> in the configuration.php file add this : mb_internal_encoding("UTF-8"); mb_regex_encoding("UTF-8"); 0 Quote Link to comment Share on other sites More sharing options...
buko Posted July 22, 2012 Share Posted July 22, 2012 Hi Can you please renew addon download link Thank you very much 0 Quote Link to comment Share on other sites More sharing options...
atmark Posted July 22, 2012 Author Share Posted July 22, 2012 Hi! Link to page Addon Translate http://atmark.ru/client/whmcs_translate.php?language=English Download Link at bottom of page. 0 Quote Link to comment Share on other sites More sharing options...
dado023 Posted January 2, 2013 Share Posted January 2, 2013 Problem solved Thank you @atmark for your help Great support here is the solution as @atmark recommend 1> in the .htaccess file add the line: AddDefaultCharset UTF-8 2> in the configuration.php file add this : mb_internal_encoding("UTF-8"); mb_regex_encoding("UTF-8"); my configuration.php looks liek this: <?php $mod_translate['backup'] = 'yes'; // yes | no // create backup copy $mod_translate['format'] = 'Y-m-d_H:i:s'; // format name backup copy file. //See - http://ru2.php.net/manual/en/function.date.php $mod_translate['field'] = 90; // field width $mod_translate['page'] = 25; // rows per page $license = 'fdfsdfdsf5455445'; $db_host = 'localhost'; $db_username = 'username_whmcs'; $db_password = 'myownpassword'; $db_name = 'name_whmcs'; $cc_encryption_hash = '3g4j3g23jh53jh52jj525g235h2hj5g235g23jh52g35g2h352h3j'; $templates_compiledir = '/home2/username/templates_c/'; $mysql_charset = 'utf8'; $attachments_dir = '/home2/username/attachments/'; $downloads_dir = '/home2/username/downloads/'; ?> so how exactly should my new configuration look like, because i am having problems with utf-8 šđžčć characters.? Thank you in advance Dan 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.