Add Poll
 
Options: Text Color Split Pie
 
 
 
 
 
 
 
 
Poll Comment:
Max 500 characters. Remaining characters:
days and minutes. Leave it blank if you don't want to set it now.

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry
Topic Summary - Displaying 13 post(s). Click here to show all
Posted by: pyragony54
Posted on: Jul 8th, 2014 at 11:31am
Russian files are processed. Maybe we can make it to Sunday. Then we will customize the mods.
Posted by: pyragony54
Posted on: Jul 4th, 2014 at 4:33pm
It will take a few days, but foreseeable.
Posted by: Dandello
Posted on: Jul 4th, 2014 at 4:24pm
I'll wait for you to finish - at least most of it is done. Smiley
Posted by: pyragony54
Posted on: Jul 4th, 2014 at 3:30pm
Yes, that's fine. Only the help files were just not translated. Still, I'm glad he did it. I probably would have never found the time for it.

Edited:
I just saw that some things were not translated, although they had been able to translate. That is not so bad. I will soon catch up yet.
Posted by: Dandello
Posted on: Jul 4th, 2014 at 2:52pm
I'll suggest to JonB to upload rozanda's Russian Lang files.
Posted by: pyragony54
Posted on: Jul 4th, 2014 at 2:40pm
Hello Dandello,
I watched today the Russian files. He did that very well. my respect.
Posted by: rozanda
Posted on: Jun 9th, 2014 at 8:42am
'recepientlink' is also not unnecessary, because "recipient' stays in this choosing-statement not in nominative case and because '324'-key is absolutely not needed in this statement('324'-key used also in incoming-PMs boxes and it's impossible to find such word which would be correct in incoming-PMs box as well as in choosing-recipient box statement).
This is an situation, where need to avoid  various combinatons of hash items.
Posted by: pyragony54
Posted on: Jun 9th, 2014 at 8:10am
@rozanda

looks good. Dandello should take a closer look. Codes is not exactly my strength.
Posted by: rozanda
Posted on: Jun 9th, 2014 at 7:05am
Updated Profile.lng and Email.lng files.
If you want correct instant message translation, modify InstantMessage.pm;
Replace at line 276 this:
Code (Perl)
Select All
<b>$inmes_txt{'324'} $toUsersTitle:</b>&nbsp;<a href="javascript: void(0);" onclick="imWin();" tabindex="1"><span class="small">$inmes_txt{'clickto1'} <i>$inmes_txt{'324'}</i> $toUsersTitle $inmes_txt{'clickto2'}</span></a><br /> 



with this:
Code (Perl)
Select All
<b>$inmes_txt{'324a'} $toUsersTitle:</b>&nbsp;<a href="javascript: void(0);" onclick="imWin();" tabindex="1"><span class="small">$inmes_txt{'clickto1'} $inmes_txt{'recepientlink'} $inmes_txt{'clickto2'}</span></a><br /> 



and add to InstantMessage.lng, inside inmes_txt, two hash entries:
Code (Perl)
Select All
'324a' => 'To', # ' '
 'recepientlink' => '<i>To</i> recepient(s)', # получателя 


Without this, correct translation is impossible.

the '324a'-key is not unnecessary, it is needed for only one problem window(in which placed the link for recipient choosing), in english language its value will be the same as value of '324'-key, but in russian language it will be blank!

If you afraid of unnecessary hash items, I can find them at other lng-files. There is about 9 unnecessary hash items in profile.lng, which doesn't used in forum.
Posted by: pyragony54
Posted on: May 31st, 2014 at 4:40am
I let him first make. What then is still missing, I can still incorporate.
Posted by: Dandello
Posted on: May 30th, 2014 at 1:47pm
I know it's not really finished and there's still some German hiding in the version running here  Grin - but it's in good enough shape for testing things like PMs and email and posting while in Russian.  Wink  That, BTW, is an invitation for you guys to do some testing in German and Russian.

Also experimenting shows that YaBBForum will need its Language Packs saved in the old character encodings.
Posted by: pyragony54
Posted on: May 30th, 2014 at 4:24am
Looks very good, but some things can already be still translate.
Posted by: Dandello
Posted on: May 29th, 2014 at 4:04pm
May 29th, 2014 at 4:01pm UTF-8 Russian Language pack (some editing by Dandello - this is what is currently installed here.)

Many thanks to user32(rozanda) and Pyragony. (And all the previous Russian translators as well.)