summaryrefslogtreecommitdiff
path: root/src/lang/russian.txt
AgeCommit message (Collapse)Author
2020-12-22Fix 86e08aa: STR_CARGO_PLURAL_CANDY with cases was not renamed (#8412)Patric Stout
2020-12-21Update: Apply name changes to all languages.Xaroth Brook
2020-12-21Update: Translations from eintstranslators
vietnamese: 3 changes by KhoiCanDev russian: 4 changes by Ln-Wolf polish: 11 changes by yazalo
2020-12-18Update: Translations from eintstranslators
russian: 10 changes by Ln-Wolf finnish: 4 changes by hpiirai slovak: 16 changes by FuryPapaya french: 1 change by glx22
2020-12-14Update: Translations from eintstranslators
french: 1 change by glx22
2020-12-09Update: Translations from eintstranslators
slovak: 30 changes by FuryPapaya lithuanian: 37 changes by devastatorius
2020-07-27Codechange: Spell 'Viewport' consistentlyTechGeekNZ
Some places in the codebase misspell 'Viewport' as 'ViewPort' or 'view_port'. This patch makes everything consistent.
2020-07-22Update: Translations from eintstranslators
belarusian: 64 changes by KorneySan russian: 2 changes by KorneySan
2020-07-10Update: Disuse of STR_ERROR_INCOMPATIBLE_ROADTrevorShelton
2020-05-14Update: Translations from eintstranslators
spanish (mexican): 16 changes by Absay russian: 3 changes by Lone_Wolf
2020-05-06Update: Lang filesglx
2020-02-08Update: Translations from eintstranslators
russian: 2 changes by Lone_Wolf
2020-01-12Update: Translations from eintstranslators
russian: 14 changes by Lone_Wolf
2020-01-08Update: Translations from eintstranslators
russian: 2 changes by Lone_Wolf
2020-01-07Cleanup: Unused music GUI stringsNiels Martin Hansen
2020-01-01Update: Translations from eintstranslators
finnish: 11 changes by hpiirai korean: 6 changes by telk5093
2020-01-01Feature: Screenshot windowpnda
2019-12-28Update: Translations from eintstranslators
spanish (mexican): 1 change by Absay russian: 4 changes by Lone_Wolf
2019-12-26Update: Translations from eintstranslators
russian: 1 change by Lone_Wolf
2019-12-23Update: Translations from eintstranslators
2019-11-17Update: Translations from eintstranslators
vietnamese: 19 changes by myquartz russian: 5 changes by Lone_Wolf korean: 5 changes by telk5093, 1 change by kevinhigh
2019-11-13Cleanup: Remove unused stringsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-10-20Update: Translations from eintstranslators
russian: 2 changes by Lone_Wolf
2019-08-18Update: Translations from eintstranslators
dutch: 2 changes by JanWillem russian: 7 changes by Lone_Wolf
2019-06-11Update: Translations from eintstranslators
czech: 48 changes by djst russian: 3 changes by Lone_Wolf
2019-05-13Update: Translations from eintstranslators
russian: 7 changes by Lone_Wolf
2019-05-10Update: Translations from eintstranslators
norwegian (bokmal): 28 changes by Leifbk russian: 17 changes by Lone_Wolf korean: 14 changes by telk5093
2019-05-04Cleanup: Remove unused string.peter1138
2019-05-04Update: Translations from eintstranslators
spanish (mexican): 16 changes by Absay russian: 18 changes by Lone_Wolf
2019-05-02Update: Translations from eintstranslators
dutch: 27 changes by JanWillem french: 29 changes by glx hungarian: 3 changes by Brumi korean: 71 changes by telk5093
2019-05-01Cleanup: Update modified and removed strings in language files.peter1138
2019-04-27Update: Translations from eintstranslators
spanish (mexican): 3 changes by Absay russian: 3 changes by Lone_Wolf
2019-03-28Update: Translations from eintstranslators
luxembourgish: 29 changes by Phreeze russian: 2 changes by Lone_Wolf latin: 4 changes by Supercheese portuguese: 1 change by JayCity
2019-03-27Update: Translations from eintstranslators
finnish: 2 changes by hpiirai english (us): 17 changes by Supercheese luxembourgish: 10 changes by Phreeze dutch: 20 changes by JanWillem norwegian (bokmal): 2 changes by Leifbk latin: 16 changes by Supercheese portuguese: 3 changes by JayCity
2019-03-26Update: Translations from eintstranslators
greek: 51 changes by Jubilee russian: 17 changes by Lone_Wolf latin: 19 changes by Supercheese portuguese: 53 changes by JayCity
2019-03-24Update: Translations from eintstranslators
finnish: 13 changes by hpiirai korean: 1 change by telk5093
2019-03-21Update: Translations from eintstranslators
dutch: 28 changes by JanWillem russian: 1 change by Lone_Wolf
2019-03-19Remove: DOS supportPatric Stout
In 10 years there was no active development on DOS. Although it turned out to still work, the FPS was very bad. There is little interest in the current community to look into this. Further more, we like to switch to c++11 functions for threads, which are not implemented by DJGPP, the only current compiler for DOS. Additionally, DOS is the only platform which does not support networking. It is the reason we have tons of #ifdefs to support disabling networking. By removing DOS support, we can both use c++11 functions for threads, and remove all the code related to disabling network. Sadly, this means we have to see DOS go. Of course, if you feel up for the task, simply revert this commit, and implement stub c++11 functions for threads and stub functions for networking. We are more than happy to accept such Pull Request.
2019-03-17Update: Translations from eintstranslators
dutch: 1 change by JanWillem russian: 1 change by Lone_Wolf
2019-03-16Cleanup: Unused lang stringsCharles Pigott
2019-03-15Cleanup: Update changed string in language files.peter1138
2019-03-10Update: Translations from eintstranslators
finnish: 214 changes by hpiirai norwegian (bokmal): 10 changes by Leifbk russian: 2 changes by Lone_Wolf croatian: 6 changes by VoyagerOne
2019-03-07Update: Translations from eintstranslators
dutch: 2 changes by JanWillem russian: 4 changes by Lone_Wolf
2019-03-05Remove: BeOS support (deprecated by Haiku)Patric Stout
In 10 years there is no commit to change how BeOS works, and we have no active maintainer for it. It is unlikely it works in its current state (but not impossible). With the arrival of SDL2 (and removal of SDL), BeOS is no longer support. SDL2 suggests to use Haiku instead of BeOS.
2019-03-05Remove: MorphOS / AmigaOS supportPatric Stout
In 10 years there is no commit to change how MorphOS works, and we have no active maintainer for it. It is unlikely it works in its current state (but not impossible). With the arrival of SDL2 (and removal of SDL), MorphOS is no longer support. There is an SDL2 port for MorphOS, but it is not maintained by upstream SDL2, and nobody can currently test it out. If anyone wants to re-add MorphOS, please do (revert this patch, fix the problems, and create a Pull Request). If you need any help doing so, let us know! It is not that we don't like MorphOS, it is that we don't have anyone fixing the problems :(
2019-03-04Update: Translations from eintstranslators
finnish: 39 changes by hpiirai french: 4 changes by glx hungarian: 4 changes by Brumi russian: 3 changes by Lone_Wolf korean: 20 changes by telk5093 croatian: 5 changes by VoyagerOne
2019-02-24Update: Translations from eintstranslators
italian: 11 changes by lorenzodv dutch: 46 changes by JanWillem russian: 5 changes by Lone_Wolf
2019-02-23Update: Translations from eintstranslators
danish: 11 changes by nielsmh spanish (mexican): 11 changes by Absay hungarian: 100 changes by Brumi russian: 6 changes by Lone_Wolf croatian: 9 changes by VoyagerOne
2019-02-17Update: Translations from eintstranslators
danish: 5 changes by nielsmh french: 3 changes by glx spanish (mexican): 4 changes by Absay russian: 4 changes by Lone_Wolf