114 Commits

Author SHA1 Message Date
Kimmo Varis
c843e9a763 GUI: Update translation files. 2012-08-02 10:26:21 +03:00
PKEuS
fbef32d27b Updated german translation (nearly complete)
Added my name to AUTHORS (forgotten for a long time)
2012-03-02 16:20:15 +01:00
lioncash
18e95ee83e Update the Japanese language translation file.
When I updated it through QT, it added some missing things to the other translation files, I hope that doesn't break anything :x

So far from what I've tested, everything works fine.
2012-01-28 14:50:27 -05:00
Kimmo Varis
3b82c26a70 GUI: Update translation files. 2011-10-07 20:09:15 +03:00
Kimmo Varis
527524a4c9 GUI: Update translation files. 2011-09-26 22:03:47 +03:00
Kimmo Varis
981c28845f GUI: Update translation files. 2011-08-22 22:21:42 +03:00
Kimmo Varis
447c3c28b4 GUI: Update translation files. 2011-08-03 10:58:03 +03:00
Kimmo Varis
fea5c629eb GUI: Update translation files. 2011-07-20 13:38:23 +03:00
Kimmo Varis
634db2ab09 GUI: Update translation files. 2011-07-17 15:15:40 +03:00
Kimmo Varis
7ae2536784 GUI: Update translation files. 2011-06-15 11:32:08 +03:00
Kimmo Varis
ee623e4fcd GUI: Update translation files. 2011-04-16 18:46:08 +03:00
Kimmo Varis
6aabc79d49 GUI: Update translation files.
Adding new Spanish translation added one new translatable string
and changed linenumbers in one file.
2011-04-06 09:53:15 +03:00
Kimmo Varis
e006087a38 GUI: update translation files. 2011-04-06 09:12:09 +03:00
Kimmo Varis
b0dbb545c9 GUI: Update translation files. 2011-04-02 12:36:37 +03:00
Kimmo Varis
056f8b3a52 GUI: Update translation files. 2011-03-20 16:24:14 +02:00
Kimmo Varis
a80a38e25c GUI: Update translation files. 2011-02-26 13:23:06 +02:00
Kimmo Varis
b62d034eae GUI: Update translation files. 2011-02-05 23:46:10 +02:00
Kimmo Varis
e8ebbf2701 GUI: Update translation files. 2011-02-05 18:38:17 +02:00
Kimmo Varis
0112cd505d GUI: Update translation files. 2011-01-31 11:20:03 +02:00
Kimmo Varis
03093cb8c4 GUI: Update translation files. 2011-01-10 14:12:40 +02:00
Kimmo Varis
6404374bba GUI: Update translation files. 2010-12-27 11:43:20 +02:00
vBm
ccaa5c2c17 GUI: Initial addition of Serbian localization using clean English template. 2010-12-10 16:59:36 +01:00
Kimmo Varis
ec842782e4 GUI: Update language files. 2010-12-08 11:22:08 +02:00
Kimmo Varis
3527c04cfb GUI: Update translation files. 2010-12-07 18:24:45 +02:00
Kimmo Varis
94ab34d797 GUI: Update translation files. 2010-11-26 23:22:14 +02:00
Kimmo Varis
cf2822c427 GUI: Upate translation files. 2010-09-05 12:47:10 +03:00
Tim Gerundt
eb6d596085 Fixed #1916 (gui: Update german translation) 2010-08-15 16:07:48 +02:00
Kimmo Varis
db7c9848d0 GUI: Update translation files. 2010-07-17 10:54:53 +03:00
Kimmo Varis
f5024a7f67 Fixed #1853 (GUI: Allow closing gui.exe while checking)
The GUI now asks if user wants to stop the current checking and exit
the application.
2010-07-16 12:44:11 +03:00
Kimmo Varis
cff008634e GUI: Update translation files. 2010-07-13 13:02:12 +03:00
Kimmo Varis
4ceea93945 GUI: Show project file's name in project file -dialog title. 2010-07-12 20:31:37 +03:00
Kimmo Varis
1504747030 Merge branch 'master' into projfile-gui
Conflicts:
	gui/cppcheck_de.ts
	gui/cppcheck_en.ts
	gui/cppcheck_fi.ts
	gui/cppcheck_nl.ts
	gui/cppcheck_pl.ts
	gui/cppcheck_ru.ts
	gui/cppcheck_se.ts
	gui/gui.pro
	gui/main.ui
2010-07-11 19:43:31 +03:00
Kimmo Varis
8a24435db2 GUI: Update translation files. 2010-07-11 16:33:49 +03:00
Kimmo Varis
c76d288ad9 GUI: Update translation files. 2010-07-08 20:15:03 +03:00
Kimmo Varis
acbf5af586 GUI: Fixup TS translation files after they got messed up earlier.
The lupdate got confused of removing "Show security errors" and there being
existing string "Show style errors". lupdate thought the "Show style errors"
was a new version ("similar enough") of "Show security errors" string
instead of new string to translate. Or actually existing translated string.
So many translations got "Show style errors" translated by earlier
translation of "Show security errors".

This commit fixes the mess by manually removing "Show security errors"
references and restoring correct translations of "Show style errors" from
earlier file versions.

Good lesson to learn about lupdate behavior.
2010-07-04 01:15:09 +03:00
Kimmo Varis
7ddb60dd5a GUI: Update translation files. 2010-07-03 19:46:48 +03:00
Kimmo Varis
1faf3b0078 GUI: Move menuitem to hide/show main toolbar to own submenu. 2010-07-03 15:33:43 +03:00
Kimmo Varis
e0c49e4eae GUI: Add new toolbar for error/warning categories.
This commit adds new toolbar to the GUI for fast and easy switching of
different warning//error categories. The icons are currently just
placeholders until more descriptive icons are created.
2010-07-03 14:19:02 +03:00
Kimmo Varis
5d55bc0581 GUI: Remove remains of "possible error". 2010-07-03 12:58:56 +03:00
Kimmo Varis
2584c6390a GUI: Remove "Show security errors" action.
There was no code using this, just GUI action for it.
2010-07-03 12:42:51 +03:00
Kimmo Varis
35e655590c GUI: Remove remains of "all style".
Earlier "all style" was just removed as menu item but all the code related
was left in place. This commit actually removes the now unneeded code.
2010-07-03 11:48:25 +03:00
Kimmo Varis
6040fdfb15 Update translation files. 2010-02-23 17:52:37 +02:00
Kimmo Varis
2581c9fa9f Gui: Update year in about dialog to 2010. 2010-01-17 20:41:26 +02:00
Vesa Pikki
0db35229cb Added a Polish translation file.
Also added some missing Finnish and English translations.
2009-08-09 23:11:13 +03:00
Kimmo Varis
e5372de295 GUI: update translation files. 2009-08-02 15:02:54 +03:00
Kimmo Varis
5ce15eeb23 GUI: Change settings-dialog title to 'Preferences'.
The menuitem is 'Preferences' so the dialog must have the same title.
2009-08-01 18:28:21 +03:00
Kimmo Varis
f406babc32 GUI: Make two report saving errors translatable. 2009-08-01 09:42:52 +03:00
Kimmo Varis
2fb3b187f0 GUI: Fix GUI to recognize and use "possible error" type (was "all" earlier). 2009-07-31 22:12:05 +03:00
Slava Semushin
5d941aa137 gui: regenerate ts-files. 2009-07-26 16:09:02 +07:00
Kimmo Varis
dfdbf85730 GUI: Improve About-dialog layout.
Add vertical spacer above texts to that icon box becomes narrow and text box wide.
2009-07-12 14:22:56 +03:00