summaryrefslogtreecommitdiffstats
path: root/translations
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-1151-80/+80
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Russian translation updateSergey Belyashov2010-11-046-162/+1933
| | | | | Merge-request: 895 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* german translation: minor additions + fixesFrederik Schwarzer2010-11-022-7/+34
| | | | | Merge-request: 902 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* fix a translation bug in qt_zh_CN.tsliang jian2010-10-201-1/+1
| | | | | Merge-request: 858 Reviewed-by: Liang Qi <liang.qi@nokia.com>
* remove exec bits again ...Oswald Buddenhagen2010-10-113-0/+0
|
* Update japanese translations.axasia2010-10-046-661/+1952
| | | | | Merge-request: 837 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Ukrainian translation updatedVictor Ostashevsky2010-09-283-9/+17
| | | | | Merge-request: 2485 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Slovenian translation: some updates and fixesJure Repinc2010-09-205-494/+1385
| | | | | Merge-request: 805 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Added galician translationMarce Villarino2010-09-201-0/+9828
| | | | | | | | This just add a qt_gl_ES.ts file containing an uncomplete translation to Galician lang Merge-request: 2465 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* L10n: Update German translations for 4.7.1, part 1.Friedemann Kleint2010-09-145-8/+1322
|
* Ukrainian translation updatedVictor Ostashevsky2010-09-026-690/+1256
| | | | | | | | | New strings which appeared after MR783 and MR2456 are translated. Also some stylistic fixes applied. xmlpatterns translation started. Merge-request: 801 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Enable loading/generating translations by assistant and linguist toolsVictor Ostashevsky2010-09-011-2/+2
| | | | | | | | | | QTranslator is installed in tools (qcollectiongenerator, qhelpconverter, qhelpgenerator, lconvert, lrelease, lupdate). Build targets that updates .ts files are changed to include strings from this tools. Merge-request: 2456 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Updated and new Slovenian translations for Qt 4.7Oswald Buddenhagen2010-08-307-352/+4403
| | | | | Merge-request: 793 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Update Japanese translationsTakumi ASAKI2010-08-207-8756/+7602
| | | | | Merge-request: 767 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Ukrainian translation updatedVictor Ostashevsky2010-08-207-3379/+6261
| | | | | | | | | | Some spell and stylistic fixes applied, new messages appeared in assistant and linguist translated and everything except xmlpatterns in qt also translated. Thanks KDE Ukrainian localisation team for some useful hints. Merge-request: 782 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Update Polish translationsJarek Kobus2010-08-182-3948/+19
|
* exclude QtXmlPatterns from the completeness assessmentOswald Buddenhagen2010-08-171-1/+1
| | | | | that context is a *huge* collection of cryptic error messages, translation of which does not add too much value. so skip it.
* update Russian translations for Qt and toolsRitt Konstantin2010-08-117-4909/+291
| | | | | Merge-request: 2445 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Updated Slovenian translations for Qt 4.7Jure Repinc2010-08-112-3662/+2478
| | | | | Merge-request: 771 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Add Ukrainian translation.Victor Ostashevsky2010-08-096-0/+9667
| | | | | Merge-request: 761 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* I18N: Update German translations for 4.7.0.Friedemann Kleint2010-08-095-4629/+278
|
* Translation work for 4.7Pierre Rossi2010-08-065-513/+2962
| | | | | | | | validating and adding some french translations. Plus all the fixes from Gabriel's extensive review. Doc: Fix a typo Reviewed-by: gabi
* Some more french translations.qCaro2010-08-061-151/+156
| | | | Reviewed-by: Pierre
* Some french translationsPierre Rossi2010-08-065-3066/+2532
| | | | Reviewed-by: gabi
* Update Polish translationsJarek Kobus2010-07-235-181/+532
|
* Removed some translationsRobert Loehning2010-07-201-24/+0
| | | | Reviewed-by: Daniel Molkentin
* remove nasty hack by using a stricter regexp (for language codes)Oswald Buddenhagen2010-07-151-7/+2
|
* cosmetics: quote the dot in the regexpOswald Buddenhagen2010-07-151-1/+1
|
* remove dependency of ts targets on sub-toolsOswald Buddenhagen2010-07-151-3/+0
| | | | | | | it is pretty pointless, really. these are manual targets, so if they fail because of missing tools, the user can just make sub-tools manually. way better than wasting time waiting for make to run through the whole qt tree each time.
* add commit-ts target to commit ts files without line number infoOswald Buddenhagen2010-07-151-1/+18
| | | | | | it is pretty pointless to commit the extracted line number information, as it needs to be refreshed after pulling source code changes anyway. on top of it, it bloats the repository.
* (re-)add 'untranslated' ts targetsOswald Buddenhagen2010-07-152-3/+5
| | | | | these files are not meant for commit, but it's good to have a quick way to create templates.
* more fine-grained ts targetsOswald Buddenhagen2010-07-151-76/+56
| | | | | | | | | there are now per-language ts-<package>-<lang> and ts-<lang> targets to update only the files relevant for a given language. there is also a ts-all target which does what the old ts target did. the ts-<package> targets are now named ts-<package>-all and should not be used manually - they exist for the convenience of the ts-all target. the ts target is now only a help blurb.
* split qt_help out into an own ts targetOswald Buddenhagen2010-07-151-5/+9
| | | | the combined target would be too hard to transform in the next commit
* remove redundand translations project filesOswald Buddenhagen2010-07-121-5/+5
| | | | | | lupdate is now powerful enough to use the real project files. this avoids that the file lists run out of sync (which they did, though not as much as i expected).
* I18n: Complete German translation for 4.7.0Friedemann Kleint2010-07-071-2/+44
|
* Add missing license header.Jason McDonald2010-06-211-0/+41
| | | | Reviewed-by: Trust Me
* I10n: Update German translations for 4.7.0Friedemann Kleint2010-06-081-224/+253
|
* add check-ts target to auto-asses translation completenessOswald Buddenhagen2010-06-073-1/+92
|
* qt_ja_JP.ts => qt_ja.tsOswald Buddenhagen2010-06-072-1/+1
| | | | | the other _ja files have no country qualification either, and it makes no sense anyway.
* Synchronizing to latest treeGarami Gábor2010-06-046-444/+1088
| | | | | Merge-request: 659 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* Adding correct hungarian translationGarami Gábor2010-06-047-5244/+8184
| | | | | | | | | | | | | translations/assistant_hu.ts: Translated: 231 of 231 (100%) translations/designer_hu.ts: Translated: 85 of 1248 (6%) translations/linguist_hu.ts: Translated: 393 of 393 (100%) translations/qtconfig_hu.ts: Translated: 73 of 168 (43%) translations/qt_help_hu.ts: Translated: 80 of 81 (98%) translations/qt_hu.ts: Translated: 2402 of 2464 (97%) translations/qvfb_hu.ts: Translated: 65 of 65 (100%) Merge-request: 659 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* update Russian translations for Qt toolsRitt Konstantin2010-05-315-525/+508
| | | | | Merge-request: 621 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* update Russian translation for Qt librariesRitt Konstantin2010-05-311-1528/+2948
| | | | | | | this contains some changes from symbian-commissioned "professional" translations Merge-request: 621 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Merge remote branch 'origin/4.7' into HEADOlivier Goffart2010-05-194-61/+2
|\ | | | | | | | | Conflicts: src/corelib/tools/qlocale_symbian.cpp
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-05-192-51/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: removed test file, part of mediaservice removal. Rebuild configure.exe Rebuild configure following the removal of media services. More mediaservices removal work. Removed mediaservices.
| | * Removed mediaservices.Kurt Korbatits2010-05-182-51/+0
| | |
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-172-10/+2
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/demos.pro mkspecs/features/resources.prf mkspecs/features/uic.prf src/corelib/io/qurl.cpp src/corelib/tools/qlocale_symbian.cpp src/gui/graphicsview/qgraphicsscene.cpp src/gui/graphicsview/qgraphicswidget_p.cpp src/gui/graphicsview/qgraphicswidget_p.h src/gui/util/qsystemtrayicon_win.cpp src/multimedia/audio/qaudioinput.cpp tests/auto/qhostinfo/qhostinfo.pro
| | * define qtPrepareTool() function and use it throughoutOswald Buddenhagen2010-05-142-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the function provides a cross-platform way to determine the exact pathname of our build tools (moc, etc.). use it in our .prf files, so we don't have to rely on qmake's unreliable path separator normalization magic in extra compiler commands, which broke on mingw+sh in silent mode. remove the bootstrap tool path setting from configure, as it is redundant now. Reviewed-by: joerg Task-number: QTBUG-10633
* | | Update Polish translationsJarek Kobus2010-05-186-621/+618
|/ /