Added translations for 8 extensions (see below), corrected typos by uzi (original author), and also changed some titles to match the meanings more closely to the original ones (a few with bjrn's help).
Extentions interpreted so far: 1. Mark O'Sullivan's "Guest Welcome Message 2" 2. WallPhone's "GuestSignIn .9" 3. Maurice (Jazzman) Krijtenberg's "Attachments 1.4" 4. Maurice (Jazzman) Krijtenberg's "Vanillacons 1.1" 5. Ross (spinsaround) Lawley's "Vote 1.0" 6. Maurice (Jazzman) Krijtenberg's "Poll 1.2" 7. Mark O'Sullivan's "Discussion Filters 2" 8. SirNot's "Comment Removal 2.0"
Windows-1251 encoding. As advised by uzi, be sure to include the following expression to the settings.php in conf folder: $Configuration['CHARSET'] = 'Windows-1251';
NOTE: terms of use missing! Until I interprete it I have written "I will be ethical."
Fairly to tell, which I have taken Russian file from http://lussumo.com/addons/ very bad, I it have processed on 99 % as words and phrases mismatch rules of a writing of Russian and lexicon!
Coding Windows-1251 it as is bad! Russian symbols perfectly work with coding UTF-8 and it does not cause mistakes at use ajax
Forgive, I am not strong in English, but I shall tell that at use of the coding windows-1251 in ajax instead of Russian symbols we shall see here it: "????????? ", certainly it is possible to use function iconv but then it is necessary to finish expansions under the coding windows-1251, therefore I consider expedient and more comprehensible to use UTF-8
Am I missing something here? converting a file to utf-8 is a snap. Just open it in a savvy editor and save it as utf-8. I'm all for unicode, but if the work is done already do not reinvent the wheel… unless it is a poor work.