решено Torrentpier Italian Language

LordStark

Пользователь
Hello everyone
sorry but i do not speak Russian, you will notice that i started the translation from English to Italian of Torrentpier II (build 2.6 (RC) [R591])
much work to do (work and family too), can a month to finish

thanks
 
Последнее редактирование:

Exile

Администратор
Питер нынче настолько культурный город, что на английский (итальянский) язык перешли?
 

LordStark

Пользователь
how can I change the language in Italian in the administrative panel,
default language exists Russia, Ukrainian and English
I put the folder renamed IT (10%) in "languages", I changed this code in main.php but the language IT does not appear:(

Somebody help me
thanks

main.php (folder language/IT )

<code><?php

setlocale(LC_ALL, 'it_IT.UTF-8');
$lang['CONTENT_ENCODING'] = 'UTF-8';

//
// Common, these terms are used
// extensively on several pages
//
$lang['ADMIN'] = 'Amministrazione';
$lang['FORUM'] = 'Forum';
$lang['CATEGORY'] = 'Category';</code>
 

Nightmare

Пользователь
how can I change the language in Italian in the administrative panel,
default language exists Russia, Ukrainian and English
I put the folder renamed IT (10%) in "languages", I changed this code in main.php but the language IT does not appear:(

Somebody help me
thanks

'cause it should be "it" instead of "IT", and you should better be in Italy (to select preferred language automatically).
Add Italian into config.php
PHP:
$bb_cfg['languages'] = array(
//    'folder' => 'Name',
    'ru'     => 'Русский',
    'uk'     => 'Український',
    'en'     => 'English',
);

change with
PHP:
$bb_cfg['languages'] = array(
//    'folder' => 'Name',
    'ru'     => 'Русский',
    'uk'     => 'Український',
    'en'     => 'English',
    'it'     => 'Italian',
);
 
Последнее редактирование:

LordStark

Пользователь
Another problem to solve
in Amministration / Modifications / Mass Mail
I write the email to be sent out but not any "confirmation window" that has been successfully sent
Why? and this a bug?:confused:

translate Google

Еще одна проблема, решить
в Amministration / модификации / массовой рассылки
Я пишу письмо будет разослан, но не любой "окно подтверждения", что было успешно отправлено
Почему? и это ошибка?
 
Сверху