summaryrefslogtreecommitdiffstats
path: root/src/sdk/translations/ifw_ru.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add missing mnemonic for the "Settings" buttonArttu Tarkiainen2022-04-211-1/+1
| | | | | | | | | | The "Cancel" button on bottom of the wizard is also missing a shortcut. But this behavior is inherited from QWizard, where it appears to be intentional. Task-number: QTIFW-2206 Change-Id: I53e595591679f5d22b2b381f86974dfc963d2bd4 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Update Russian translation fileKatja Marttila2022-01-241-0/+16
| | | | | | Task-number: QTIFW-2436 Change-Id: Ib1308b78d4e793f9d94bc2b891b7646799b11337 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
* Update Russian translationKatja Marttila2021-10-121-119/+195
| | | | | | Task-number: QTIFW-2095 Change-Id: Ia17bdabff9d62f30bbe0ef236f8b918fc3402342 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
* Fix typo in Russian translationKatja Marttila2021-09-171-1/+1
| | | | | | Task-number: QTIFW-1496 Change-Id: I39ca95f5f5b9139c4ca107f2aee4716f98901bcd Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
* Translations: reshuffle existing .ts files with updated source stringsArttu Tarkiainen2021-06-231-136/+127
| | | | | Change-Id: I0dfafd7fac5e66793b34883f17a6d08684679c31 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* Translations: update source strings in .ts filesArttu Tarkiainen2021-06-221-0/+4
| | | | | Change-Id: Iec5ee6a8eb522a0a70afbba80a0161d27e545c9a Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Translations: update source strings in ts filesArttu Tarkiainen2021-04-201-8/+24
| | | | | Change-Id: Ic5f32d7c18f728166500a480cf854b6ffae2ce82 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Translations: Update existing TS filesArttu Tarkiainen2021-02-111-101/+313
| | | | | | | | | Some source strings have been added, changed, moved, removed, etc. over a period of time. Task-number: QTIFW-2126 Change-Id: Id84b2001f3229c02d6ebbf1e79301573c9701eb2 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Shorten display name of 'Select package categories'Katja Marttila2020-12-011-1/+1
| | | | | | Task-number: QTIFW-2056 Change-Id: I119d2e7f8f943c3df19f4c0df58123f7bb0d0b6c Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* Translation fixesKatja Marttila2020-05-201-2/+2
| | | | | | Task-number: QTIFW-1435 Change-Id: Ic3850754541775f76e86ed09e2dd36f036f5d67c Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* Update Russian translationKatja Marttila2019-05-171-4/+4
| | | | | | | Change-Id: Ic8edbbd34b048d4d7b4fd034b0dddfa1e73ef8a1 Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Update Russian translationSergey Belyashov2019-04-171-42/+76
| | | | | | | Change-Id: I36d329b7c8742133fe62cfc250e53a71ac25d069 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: olesya gerasimenko <gammaray@basealt.ru> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
* Change quantity information unit textKatja Marttila2019-02-071-8/+8
| | | | | | Task-number: QTIFW-1288 Change-Id: Ie5a6fdc27bb5eb96b080638839ee09f06370848e Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Fix 'Bad allocation' error in Windows3.0.63.0Katja Marttila2018-12-051-2/+2
| | | | | | | | | | | | Due to bug in QTextDocument (QTBUG-65865), installer will crash if it will write a lot of logs to 'Details View' in 'PerformInstallationPage'. Fixed so that instead of writing all extracted filenames to log, write only the name of package which is extracted. This will reduce the huge amount of log written and thus prevents the 'Bad allocation' crash. Task-number: QTIFW-1242 Change-Id: I98ff0df25bcc10d0f7bb79d6c4010665b5e2ac51 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* make .ts file naming follow the usual patternOswald Buddenhagen2018-01-031-0/+2465
this makes it easier to integrate ifw into the surrounding infrastructure. Change-Id: I7918830b7a6c29d8556911eec83a3b6530478d84 Reviewed-by: Katja Marttila <katja.marttila@qt.io>