[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/kcontrol/autostart
From:       Markus Meik Slopianka <kamikazow () web ! de>
Date:       2010-05-29 8:30:16
Message-ID: 20100529083016.F38A4AC8C2 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1131937 by markuss:

Reflect KDE rebranding

 M  +1 -1      advanceddialog.cpp  
 M  +4 -4      autostart.cpp  
 M  +1 -1      autostart.desktop  


--- trunk/KDE/kdebase/workspace/kcontrol/autostart/advanceddialog.cpp \
#1131936:1131937 @@ -29,7 +29,7 @@
     setButtons( Cancel|Ok );
     QVBoxLayout *lay= new QVBoxLayout;
     w->setLayout( lay );
-    m_onlyInKde = new QCheckBox( i18n( "Autostart only in KDE" ), w );
+    m_onlyInKde = new QCheckBox( i18n( "Autostart only in KDE's Plasma Workspace" ), \
w );  m_onlyInKde->setChecked( status );
     lay->addWidget( m_onlyInKde );
     setMainWidget( w );
--- trunk/KDE/kdebase/workspace/kcontrol/autostart/autostart.cpp #1131936:1131937
@@ -55,7 +55,7 @@
     widget = new Ui_AutostartConfig();
     widget->setupUi(this);
     QStringList lstHeader;
-    lstHeader<<i18n( "Name" )<< i18n( "Command" )<< i18n( "Status" \
)<<i18nc("@title:column The name of the column that decides if the program is run on \
kde startup, on kde shutdown, etc", "Run On" ); +    lstHeader<<i18n( "Name" )<< \
i18n( "Command" )<< i18n( "Status" )<<i18nc("@title:column The name of the column \
that decides if the program is run on Plasma startup, on Plasma shutdown, etc", "Run \
On" );  widget->listCMD->setHeaderLabels(lstHeader);
     setButtons(Help);
     connect( widget->btnAddScript, SIGNAL(clicked()), SLOT(slotAddCMD()) );
@@ -73,7 +73,7 @@
     KAboutData* about = new KAboutData("Autostart", 0, ki18n("KDE Autostart \
                Manager"), "1.0",
                                        ki18n("KDE Autostart Manager Control Panel \
Module"),  KAboutData::License_GPL,
-                                       ki18n("(c) 2006-2007-2008 Autostart Manager \
team")); +                                       ki18n("Copyright   2006–2010 \
                Autostart Manager authors"));
     about->addAuthor(ki18n("Stephen Leaf"), KLocalizedString(), \
                "smileaf@gmail.com");
     about->addAuthor(ki18n("Montel Laurent"), ki18n( "Maintainer" ), \
"montel@kde.org");  setAboutData( about );
@@ -146,7 +146,7 @@
     // share/autostart shouldn't be an option as this should be reserved for global \
autostart entries  m_pathName << i18n("Startup")
              << i18n("Shutdown")
-             << i18n("Pre-KDE startup")
+             << i18n("Pre-Plasma Workspace startup")
         ;
     widget->listCMD->clear();
 
@@ -387,7 +387,7 @@
     {
         entry->setPath(m_paths.value(index));
         if ( ( index != 0 ) && !entry->fileName().path().endsWith( ".sh" ))
-            KMessageBox::information( this, i18n( "KDE only reads files with sh \
extensions for setting up the environment." ) ); +            \
KMessageBox::information( this, i18n( "KDE's Plasma Workspace only reads files with \
sh extensions for setting up the environment." ) );  }
 }
 
--- trunk/KDE/kdebase/workspace/kcontrol/autostart/autostart.desktop #1131936:1131937
@@ -96,7 +96,7 @@
 Name[zh_CN]=自动启动
 Name[zh_TW]=自動啟動
 
-Comment=A configuration tool for managing which programs start up with KDE.
+Comment=A configuration tool for managing which programs start up with KDE's Plasma \
Workspace.  Comment[ar]=أداة إعداد برامج بدء التشغيل
 Comment[be@latin]=Pryłada dla naładžvańnia prahramaŭ, jakija aŭtamatyčna \
ŭklučajucca z systemaj KDE.  Comment[bg]=Инструмент за \
настройване кои програми да се стратират \
заедно с KDE.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic