Branding cleanup: KDE -> TDE

feat/lzip-support
Darrell Anderson 12 years ago
parent e8e4e1914c
commit 873de5e64a

@ -62,7 +62,7 @@ KgAdvanced::KgAdvanced( bool first, TQWidget* parent, const char* name ) :
// cfg_class cfg_name default text restart tooltip
{{"Advanced","PreserveAttributes", _PreserveAttributes, i18n( "Preserve attributes for local copy/move (slower)" ), false, i18n( "Krusader will try to preserve all attributes (time, owner, group) of the local files according to the source depending on your permissions:<ul><li>User preserving if you are root</li><li>Group preserving if you are root or member of the group</li><li>Preserving the timestamp</li></ul><b>Note</b>: This can slow down the copy process." ) },
{"Advanced","AutoMount", _AutoMount, i18n( "Automount filesystems" ), false, i18n( "When stepping into a directory which is defined as a mount point in the <b>fstab</b>, try mounting it with the defined parameters." )},
{"Advanced","DontUseMediaProt", dontUseMedia, i18n( "Don't use KDE's media protocol for media button (if it's buggy or missing)" ), false, i18n( "Select if your media protocol is buggy (in some older KDE versions), or not present (no tdebase package installed)." )}};
{"Advanced","DontUseMediaProt", dontUseMedia, i18n( "Don't use TDE's media protocol for media button (if it's buggy or missing)" ), false, i18n( "Select if your media protocol is buggy (in some older TDE versions), or not present (no tdebase package installed)." )}};
KonfiguratorCheckBoxGroup *generals = createCheckBoxGroup( 1, 0, generalSettings, 3, generalGrp );

@ -56,9 +56,9 @@ KgColors::KgColors( bool first, TQWidget* parent, const char* name ) :
KONFIGURATOR_CHECKBOX_PARAM generalSettings[] =
// cfg_class cfg_name default text restart tooltip
{{"Colors","KDE Default", _KDEDefaultColors, i18n( "Use the default TDE colors" ), false, "<p><img src='toolbar|kcontrol'></p>" + i18n( "<p>Use KDE's global color configuration.</p><p><i>TDE Control Center -> Appearance & Themes -> Colors</i></p>") },
{"Colors","Enable Alternate Background", _AlternateBackground, i18n( "Use alternate background color" ), false, i18n( "<p>The <b>background color</b> and the <b>alternate background</b> color alternates line by line.</p><p>When you don't use the <i>KDE default colors</i>, you can configure the alternate colors in the <i>colors</i> box.</p>") },
{"Colors","Show Current Item Always", _ShowCurrentItemAlways, i18n( "Show current item even if not focused" ), false, i18n( "<p>Shows the last cursor position in the non active list panel.</p><p>This option is only available when you don't use the <i>KDE default colors</i>.</p>" ) },
{{"Colors","KDE Default", _KDEDefaultColors, i18n( "Use the default TDE colors" ), false, "<p><img src='toolbar|kcontrol'></p>" + i18n( "<p>Use TDE's global color configuration.</p><p><i>TDE Control Center -> Appearance & Themes -> Colors</i></p>") },
{"Colors","Enable Alternate Background", _AlternateBackground, i18n( "Use alternate background color" ), false, i18n( "<p>The <b>background color</b> and the <b>alternate background</b> color alternates line by line.</p><p>When you don't use the <i>TDE default colors</i>, you can configure the alternate colors in the <i>colors</i> box.</p>") },
{"Colors","Show Current Item Always", _ShowCurrentItemAlways, i18n( "Show current item even if not focused" ), false, i18n( "<p>Shows the last cursor position in the non active list panel.</p><p>This option is only available when you don't use the <i>TDE default colors</i>.</p>" ) },
{"Colors","Dim Inactive Colors", _DimInactiveColors, i18n( "Dim the colors of the inactive panel" ), false, i18n( "<p>The colors of the inactive panel are calculated by a dim color and a dim factor.</p>" ) }};
generals = createCheckBoxGroup( 0, 2, generalSettings, sizeof(generalSettings)/sizeof(generalSettings[0]), generalGrp );

@ -267,7 +267,7 @@ void KgLookFeel::setupMouseModeTab() {
{
// name value tooltip
{ i18n( "Double-click selects (classic)" ), "0", i18n( "A single click on a file will select and focus, a double click opens the file or steps into the directory." ) },
{ i18n( "Obey KDE's global selection policy" ), "1", i18n( "<p>Use KDE's global setting:</p><p><i>TDE Control Center -> Peripherals -> Mouse</i></p>" ) }
{ i18n( "Obey TDE's global selection policy" ), "1", i18n( "<p>Use TDE's global setting:</p><p><i>TDE Control Center -> Peripherals -> Mouse</i></p>" ) }
};
KonfiguratorRadioButtons *clickRadio = createRadioButtonGroup( "Look&Feel", "Single Click Selects", "0", 1, 0, singleOrDoubleClick, 2, mouseDetailGroup, "myLook&FeelRadio0", true, PAGE_MOUSE );
clickRadio->layout()->setMargin( 0 );
@ -279,8 +279,8 @@ void KgLookFeel::setupMouseModeTab() {
// text, restart,
// tooltip }
{"Custom Selection Mode", "QT Selection", _TQtSelection,
i18n( "Based on KDE's selection mode" ), true,
i18n( "If checked, use a mode based on KDE's style." ) },
i18n( "Based on TDE's selection mode" ), true,
i18n( "If checked, use a mode based on TDE's style." ) },
{"Custom Selection Mode", "Left Selects", _LeftSelects,
i18n( "Left mouse button selects" ), true,
i18n( "If checked, left clicking an item will select it." ) },

Loading…
Cancel
Save