diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-24 01:50:03 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-26 11:33:25 +0200 |
commit | ebcfca6def3541ee7d302fb4669ed969b596e0be (patch) | |
tree | 71d8caaec3ac05c4e21f84cb93891cf60b96d72f /config | |
parent | 3fc75f4d0a82dd095d40d38f5fe79684249b101d (diff) | |
download | tde-style-baghira-ebcfca6def3541ee7d302fb4669ed969b596e0be.tar.gz tde-style-baghira-ebcfca6def3541ee7d302fb4669ed969b596e0be.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Rename translation catalogs to avoid potential collisions.
Fix UTF-8 in author name and strings.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e695196df6e48da48a7a4d99e55481c0a6b1d8fb)
Diffstat (limited to 'config')
-rw-r--r-- | config/CMakeL10n.txt | 2 | ||||
-rw-r--r-- | config/tdestyle_baghira_config.cpp | 10 | ||||
-rw-r--r-- | config/tdestyle_baghira_config.h | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/config/CMakeL10n.txt b/config/CMakeL10n.txt index 1996c28..d3181b7 100644 --- a/config/CMakeL10n.txt +++ b/config/CMakeL10n.txt @@ -1,3 +1,3 @@ ##### create translation templates ############## -tde_l10n_create_template( "tdestyle_baghira_config" ) +tde_l10n_create_template( "messages/tdestyle_baghira_config/" ) diff --git a/config/tdestyle_baghira_config.cpp b/config/tdestyle_baghira_config.cpp index be70da4..7c627c5 100644 --- a/config/tdestyle_baghira_config.cpp +++ b/config/tdestyle_baghira_config.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Thomas Lübking * + * Copyright (C) 2004 by Thomas Lübking * * thomas@home * * * * This program is free software; you can redistribute it and/or modify * @@ -259,7 +259,7 @@ int presetColor[NUMBEROFCOLORS][3] = {{84,144,218},{130,170,190},{103,118,134},{ // -------------------------------- typedef KGenericFactory<tdestyle_baghira_config, TQWidget> tdestyle_baghira_configFactory; -K_EXPORT_COMPONENT_FACTORY( tdecm_tdestyle_baghira_config, tdestyle_baghira_configFactory("tdecmtdestyle_baghira_config")) +K_EXPORT_COMPONENT_FACTORY( tdecm_tdestyle_baghira_config, tdestyle_baghira_configFactory("tdestyle_baghira_config")) //extern TQImage uic_findImage(const TQString& name); //extern void qInitImages_baghira(); @@ -356,9 +356,9 @@ tdestyle_baghira_config::tdestyle_baghira_config(TQWidget *parent, const char *n about_->versionLabel->setText(VERSION); about_->kdeLabel->setText(TDE_VERSION_STRING); crCurrent = 0; - crNotes[0] = "<qt>© 2003-2005 by Thomas Lübking<br>http://baghira.SourceForge.net</qt>"; - crNotes[1] = "<qt>© \"Design\" 2001-2005 by Apple inc.<br>http://www.apple.com"; - crNotes[2] = "<qt>© \"Milk\" 2002-2005 by Max Rudberg<br>http://www.maxthemes.com</qt>"; + crNotes[0] = "<qt>© 2003-2005 by Thomas Lübking<br>http://baghira.SourceForge.net</qt>"; + crNotes[1] = "<qt>© \"Design\" 2001-2005 by Apple inc.<br>http://www.apple.com"; + crNotes[2] = "<qt>© \"Milk\" 2002-2005 by Max Rudberg<br>http://www.maxthemes.com</qt>"; timer = new TQTimer(); connect( timer, SIGNAL(timeout()), this, SLOT(updateCR()) ); TQString tmpString(TQT_BUILD_KEY); diff --git a/config/tdestyle_baghira_config.h b/config/tdestyle_baghira_config.h index 0fb6b93..5d014dd 100644 --- a/config/tdestyle_baghira_config.h +++ b/config/tdestyle_baghira_config.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Thomas Lübking * + * Copyright (C) 2004 by Thomas Lübking * * thomas@home * * * * This program is free software; you can redistribute it and/or modify * |