TDE Weblate
2097965457
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
e52fe6cd2b
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
363adb4351
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
1c5415b752
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
7c3bad6546
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
340c7e02a3
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
a4ff307646
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
9da78e0433
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
14f54aebd2
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
55175032a5
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
9d47494ed7
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
0a8f22cc18
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
81fa6b7086
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
c525d610d7
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
5abd95ebf3
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
7684769a07
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
dd1b6d83c5
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
8971cfe958
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
9e77881f69
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
30bf1a4599
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
5fac9cb3dc
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
608c9d0e94
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
4ce6b7a42c
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
f0bf9bec65
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
5882114b55
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
TDE Weblate
a00e23b3d2
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
Slávek Banko
06f41e2066
Rename translation contexts
...
+ QXml => TQXml
+ QFont => TQFont
+ QAccel => TQAccel
+ QMessageBox => TQMessageBox
There was a change in line wrapping as a result of merging strings using msguniq.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
011cf9eab8
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
037beaf5ca
qt -> tqt conversion:
...
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
b6aab6d9a9
qt -> tqt conversion:
...
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
fae7d9ab5a
qt -> tqt conversion:
...
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
50c59cd96e
qt -> tqt conversion:
...
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
4dc5264fc1
qt_includes => tqt_includes conversion
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko
e5414fb67a
QT_INCLUDES => TQT_INCLUDES conversion
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
af558f26f8
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
d48d45b6f3
KDE_USE_QT* -> KDE_USE_TQT* conversion
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
08eb439466
AC_PATH_QT* -> AC_PATH_TQT* conversion
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
0c889985d1
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
ebe47f3580
LIB_QT -> LIB_TQT conversion to align to updated admin module
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
a23aa14dd8
Update bug reports url to bugs.trinitydesktop.org
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
c51069f2d2
Update version number to R14.1.0
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Slávek Banko
fc1eb2ad1b
Fix incorrectly renamed strings
10 years ago
Timothy Pearson
c6527916d9
Fix incorrectly renamed strings
10 years ago
Automated System
ab61bb19fd
Automated l10n update (.po files)
10 years ago
Automated System
de53fd860d
Automated l10n update (.po files)
10 years ago
Automated System
0761d6815c
Automated l10n update (.po files)
10 years ago
Automated System
dc4b977e86
Automated l10n update (.po files)
10 years ago
Timothy Pearson
4344b6957d
Remove references to obsolete kinfocenter
...
This relates to Bug 1910
10 years ago
Automated System
ff4fa4a4bc
Automated l10n update (.po files)
10 years ago
Timothy Pearson
242434109c
Automated l10n update (.po files)
10 years ago