summaryrefslogtreecommitdiffstats
path: root/src/sdk/translations/ifw_da.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>
* Translations: reshuffle existing .ts files with updated source stringsArttu Tarkiainen2021-06-231-126/+122
| | | | | 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-111/+341
| | | | | | | | | 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>
* Translation fixesKatja Marttila2020-05-201-2/+2
| | | | | | Task-number: QTIFW-1435 Change-Id: Ic3850754541775f76e86ed09e2dd36f036f5d67c Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* Change quantity information unit textKatja Marttila2019-02-071-16/+16
| | | | | | Task-number: QTIFW-1288 Change-Id: Ie5a6fdc27bb5eb96b080638839ee09f06370848e Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Merge remote-tracking branch 'origin/3.0' into masterKatja Marttila2018-12-101-2/+2
|\ | | | | | | Change-Id: I73cb43e090c6ff34f1ceb774490d01818465e2e0
| * 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>
* | Update danish (da) translation for Qt installer-frameworkscootergrisen2018-07-121-84/+100
|/ | | | | Change-Id: Ibc4dae55f01b42b636b2e09149f0f4caf6ede8e3 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* make .ts file naming follow the usual patternOswald Buddenhagen2018-01-031-0/+2450
this makes it easier to integrate ifw into the surrounding infrastructure. Change-Id: I7918830b7a6c29d8556911eec83a3b6530478d84 Reviewed-by: Katja Marttila <katja.marttila@qt.io>