how to export a language ?

i have been working for translating dolphin but i want to know how to export the language file and then importing it

and also does dolphin 7 has diffrent language that i should retranslate it?

thanks in advance...

Quote · 4 Nov 2009

any one have an idea

Quote · 5 Nov 2009

phpMyAdmin you can export the language files and then import them the same way.  Just look at your menu tabs at the top of the page above the DB section when your browsing the tables.

Quote · 6 Nov 2009

D7 translators manual:


IMPORTANT: For the latest and extended version of this manual go to http://www.boonex.com/trac/dolphin/wiki/DolLang

To translate Dolphin's language file you need:

1. Go to Dolphin administration panel -> Settings -> Languages Settings. In the 'Language Files' block you need to export necessary language file by clicking 'Export' link.

2. Downloaded file will have the following structure

<?php
$aLangInfo=array (
'Name' => 'en',
'Flag' => 'gb',
'Title' => 'English',
);
$aLangContent=array (
'_add' => 'add',
'_bottom_text' => '2002-{0}. Product of <a class="bottom_text" href="http://www.boonex.com/">BoonEx Group</a>.',
'_copyright' => 'Copyright &copy; {0} Your Company.',
'test_key' => 'Key\'s string',
...
);
?>

1. You need to change the 'Name', 'Flag' and 'Title' in accordance with the language you are translating to. Note. You need to use International Language Codes for 'Name' and 'Flag'. You may read more about it using the following link http://www.boonex.com/unity/txt/extension_requirements#LanguageFiles

1. If you use (') sign in the language string you need to escape it by replacing with (\'). Take a look at example above -> 'test_key' language key.

3. Go to Dolphin admin panel -> Settings -> Languages Settings and in the 'Create New' block switch tab to 'Import'. Browse for your language file and click 'Import'. If everything is OK, you should see new language in the 'Language Files' block.

I have video tutorials to help you mrpowless.com
Quote · 6 Nov 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.