ep98 Joined: April 29, 2005
Posts:
2
From: Bulgaria
|
Translation in Bulgarian
Posted: 2006-04-19 00:58
Thanks for the support, I've located it by myself. Now with the German English
in html/system/user_image/language/lang-english.php
line 23
define ('_UIMA_NO_DATA_SET', 'Sie haben keine Daten ausgewдhlt!');
Lines 27-29
define ('_UIMA_SEARCH_SHOW_IMAGE', 'Beschrдnke die Anzeige auf');
define ('_UIMA_SEARCH_SHOW_IMAGE_DELETE', 'gelцschte');
define ('_UIMA_SEARCH_SHOW_IMAGE_ONLINE', 'gespeicherte');
Line 39
define ('_USIG_ADMIN_DELETE_HD', 'Speicher freigabe');
Line 51
define ('_USIG_ADMIN_RESIZE', 'GrцЯe verдndern');
Lines 53-54
define ('_USIG_ADMIN_SIZE_X', 'Breite');
define ('_USIG_ADMIN_SIZE_Y', 'Hцhe');
In html/system/user/language/lang-english.php
Line 73
define ('_USR_SELECTINPUTFORM', 'Eingabeformular дndern');
In html/system/lastseen/language/lang-english.php
Line 39
define ('_LSEEN_SECONDS_SHORT', 'sek');
have to be corected to
define ('_LSEEN_SECONDS_SHORT', 'sec');
In html/system/forum/language/lang-english.php
Line 212
define ('_FORUM_SUBCAT', 'Forumcategory');
have to be corected to
define ('_FORUM_SUBCAT', 'Forum Category');
Line 224
define ('_FORUM_STATS', 'Forumstatistics');
Have to be corected to
define ('_FORUM_STATS', 'Forum Statistics');
That's it for the system modules, tomorrow with the others
May The Source Be With You !
|
ep98 Joined: April 29, 2005
Posts:
2
From: Bulgaria
|
Translation in Bulgarian
Posted: 2006-04-18 15:09
I'm wondering where I can set the used charset, in my case Unicode UTF-8 (old Windows-1251 is no more supported)
In my latest task, XOOPS 2.0 & 2.2 translations, in English/global.php u can found this:
//%%%%% LANGUAGE SPECIFIC SETTINGS %%%%%
define('_CHARSET', 'UTF-8');
define('_LANGCODE', 'bg');
As from that I saw in OPN, there is no such things, where I have to edit and which file, to set it to BG and UTF-8 ?
May The Source Be With You !
|