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

List:       kde-commits
Subject:    branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconf (silent)
From:       Stephan Binner <binner () kde ! org>
Date:       2005-09-03 10:12:31
Message-ID: 1125742351.532693.23109.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 456577 by binner:

SVN_SILENT i18n style guide fixes


 M  +2 -2      kadddevicewifiext.ui  
 M  +1 -7      kadddnsserverdlg.ui  
 M  +3 -3      knetworkconf.cpp  
 M  +1 -13     knetworkconfdlg.ui  


--- branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconf/kadddevicewifiext.ui #456576:456577
@@ -66,13 +66,13 @@
                         <cstring>textLabel1_2</cstring>
                     </property>
                     <property name="text">
-                        <string>Key Type:</string>
+                        <string>Key type:</string>
                     </property>
                 </widget>
                 <widget class="QComboBox" row="2" column="1">
                     <item>
                         <property name="text">
-                            <string>Ascii</string>
+                            <string>ASCII</string>
                         </property>
                     </item>
                     <item>
--- branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconf/kadddnsserverdlg.ui #456576:456577
@@ -25,7 +25,7 @@
         </size>
     </property>
     <property name="caption">
-        <string>Add New DNS Server - KDevelop</string>
+        <string>Add New DNS Server</string>
     </property>
     <property name="icon">
         <pixmap>image0</pixmap>
@@ -91,9 +91,6 @@
             <property name="text">
                 <string>&amp;Add</string>
             </property>
-            <property name="accel">
-                <string>Alt+A</string>
-            </property>
             <property name="toolTip" stdset="0">
                 <string>Add the server to the list</string>
             </property>
@@ -105,9 +102,6 @@
             <property name="text">
                 <string>&amp;Cancel</string>
             </property>
-            <property name="accel">
-                <string>Alt+C</string>
-            </property>
             <property name="toolTip" stdset="0">
                 <string>Forget it</string>
             </property>
--- branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconf/knetworkconf.cpp #456576:456577
@@ -989,7 +989,7 @@
 {
   bool ok;
   QString newProfileName = KInputDialog::getText(i18n("Create New Network Profile"), 
-                                        i18n("Name Of The New Profile:"), 
+                                        i18n("Name of new profile:"), 
                                         QString::null, &ok, this );
   if ( ok && !newProfileName.isEmpty() ) 
   {
@@ -1053,8 +1053,8 @@
   if (item != NULL)
   {
     if (KMessageBox::warningContinueCancel(this,
-                        i18n("Are you sure you want to delete the selected Network Profile?"),
-                        i18n("Confirmation")) == KMessageBox::Continue)
+                        i18n("Are you sure you want to delete the selected network profile?"),
+                        i18n("Delete Profile"),KStdGuiItem::del()) == KMessageBox::Continue)
     {                    
       QString selectedProfile = item->text(0);
       QPtrList<KNetworkInfo> profiles = netInfo->getProfilesList();
--- branches/KDE/3.5/kdeadmin/knetworkconf/knetworkconf/knetworkconfdlg.ui #456576:456577
@@ -851,9 +851,6 @@
                                 <property name="text">
                                     <string>&amp;Load Selected</string>
                                 </property>
-                                <property name="accel">
-                                    <string>Alt+L</string>
-                                </property>
                             </widget>
                             <widget class="KPushButton">
                                 <property name="name">
@@ -862,20 +859,14 @@
                                 <property name="text">
                                     <string>&amp;Save Selected</string>
                                 </property>
-                                <property name="accel">
-                                    <string>Alt+S</string>
-                                </property>
                             </widget>
                             <widget class="KPushButton">
                                 <property name="name">
                                     <cstring>kpbCreateProfile</cstring>
                                 </property>
                                 <property name="text">
-                                    <string>&amp;Create New</string>
+                                    <string>&amp;Create New...</string>
                                 </property>
-                                <property name="accel">
-                                    <string>Alt+C</string>
-                                </property>
                             </widget>
                             <widget class="KPushButton">
                                 <property name="name">
@@ -884,9 +875,6 @@
                                 <property name="text">
                                     <string>&amp;Delete Selected</string>
                                 </property>
-                                <property name="accel">
-                                    <string>Alt+D</string>
-                                </property>
                             </widget>
                         </vbox>
                     </widget>
[prev in list] [next in list] [prev in thread] [next in thread] 

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