How can you get new language for your Dolphin? The first way is to search Unity Market and purchase it. Sometimes this way is easier and faster, but you need to be careful purchasing from unverified vendors. The second way is to make the translation yourself. It would be the best way if you know the language yourself, but it may require more time. If you selected this way using Dolphin 6.x you needed to have a basic knowledge in MySQL and how Dolphin works with language files. Dolphin 7 has new features which help you to do the translation easier. You only need to know the language you want to translate to and be careful making the translation. OK. I'll try to give step by step description of the process here.
$aLangInfo=array (
'Name' => 'en',
'Flag' => 'gb',
'Title' => 'English',
);
I my example I'll translate the script into Russian. In this case replace the code with this one
$aLangInfo=array (
'Name' => 'ru',
'Flag' => 'ru',
'Title' => 'Russian',
);
Below the code you may see pears like the following
'_copyright' => 'Copyright © {0} Your Company.',
You need to translate only the right part. Also you don't need to remove system codes like {0}, {1}, {2}, etc. They are used by system parser to insert dynamic values.
'_copyright' => 'Copyright © {0} Vasha Kompania',
One more thing I recommend you to use UTF-8 as file's encoding. Good luck.
P.S. If you like to play with modules' reinstallation or prepare a product for selling it would be better to make translations for each module seperately. Also you'll need to translate Orca forum which has different language system. You may find an extended manual here.
For those who are interested, I am working in a french translation (public and admin parts). It will be available for the end of the week (add me to your friends to know when it will be available)
1 question, wasn´t there a way to create a language file from the admin with D6.1? I did it that way, and then compiled the translated php file from the admin as well.
Regarding unverified vendors, there is one guy using 2 nicknames, PUQEE and MEKOO, selling a Spanish lang file that is faulty and above all, it´s not his.
BOONEX MUST VERIFY ALL VENDORS BEFORE ALLOWING THEM TO POST IN THE MARKET. Otherwise, we´re all at our risk here, and that is not the idea, see more
P.S. I couldn't create the whole site for you or your client, because a lot of people need help too. You need to try to find a solution yourself by understanding how Dolphin works, try to search forum and if you cannot find an answer try to ask somebody.
But why now when people ask for help they never respond is like me i have 40 topic and they never give support or reply me back
the only people whoo help me here on this forum the members i never get help from my Agent or any administrator here
The members of this community do the best they can to provide support, but we are not all-knowing like the staff. The staff live in a different time zone and seem to prefer not to venture onto here. You also must remember that they are constantly swamped with support requests, so do not always expect a reply from them (and no, I am not saying that it's an excuse, but the system is not well see more
Thanks for your understanding. If everybody were like you... :)
I don't have verified products at all. I don't need to do it because I worked hard on Expertzzz and here making useful products with good quality during about 3 years. I recomend everybody to go this way.
I truly believe that all mods, yours and everybody elses should have to be verified. there are developers out here that can help get your mods verified as well, and yes if you are selling and developing on your off time, you should have to pay the same exact fees as those who do see more
Dolphin 7 cannot have all possible functions see more
what about the TRUSTED icon how do we get that one?...
This label cannot be purchased. You can only deserve it with your hard work.
does it really make sense for someone who's providing FREE mods. to pay $20 just so he/she is able to post it to the market
P.S. Don't forget that when you purchase Premium see more
Thanks.
and the fraud still exists here, just because you take the pig out of the mud, you cant take the mud out of the pig. you know who i am talking about.
Regards,
DosDawg
Suggestion: if a mod is selling for $10.00 the first $10.00 of that mods purchase should go to boonex. if a mod is selling for $130.00 the first $130.00 should go to boonex. if see more
Also you cannot easily import the language file because the file itself has different structure.
if so anybody can compare their old lang file with 7.0 then they translate just different keys.
Boonex should release diff file for language.
Thanks
Puri...
Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/myidweba/public_html/tmp/1266531206.php on line 83
How can I resolv that ??'
Alberto Massa
There is an extra or missing character on your language pack (line 83). What language is it? It is for d7? If you want, send me your lang pack. w.arcila at yahoo dot com and i will take a look.
Thanks for the sharing.
And there was no problem to recompile.
Then i translated orca forum and i added bih.php files in "install" and in "integrations" folders.
(there is 2 en.php files, i translated both of them)
But when i try to recompile language then i get "Language files compilation have been failed. Please check folders permissions."
I checked permission on en.php files and i make same permission see more
'classes',
'conf',
'layout',
'log',
'js',
'cachejs'
I just can't understand that en.php can execute bosnian language. But when i copy en.php (translate this version) and save as bih.php then i can't execute bosnian strings. Permission is ok, but every time i compiling language then i get message that i should check folders permissions. :/
I just can't understand that en.php can execute bosnian language. But when i copy en.php (translate this version) and save as bih.php then i can't execute bosnian strings. Permission is ok, but every time i compiling language then i get message that i should check folders permissions. :/