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

List:       kde-commits
Subject:    KDE
From:       Chusslove Illich <caslav.ilic () gmx ! net>
Date:       2007-04-24 22:12:15
Message-ID: 1177452735.764260.14505.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 657747 by ilic:

i18n fixes.

 M  +5 -5      kdeedu/ktouch/src/ktouchkeyboard.cpp  
 M  +1 -1      kdevelop/lib/plugins/vcs/subversion/subversionthreads.cpp  
 M  +1 -0      kdevelop/plugins/teamwork/documentwrapper.cpp  


--- trunk/KDE/kdeedu/ktouch/src/ktouchkeyboard.cpp #657746:657747
@@ -125,7 +125,7 @@
 bool KTouchKeyboard::keyAlreadyExists(int keyUnicode, QString type, QString& \
warnings) {  if (m_connectors.find(keyUnicode) != m_connectors.end()) {
 		warnings += i18n("%1 with display character '%2' and unicode '%3' "
-			"has been already defined and is \
skipped.\n").arg(type).arg(QChar(keyUnicode)).arg(keyUnicode); +			"has been already \
defined and is skipped.\n", type, QChar(keyUnicode), keyUnicode);  return true;
 	}
 	else return false;
@@ -183,7 +183,7 @@
 			KTouchKeyConnector & fingerKeyConn = m_connectors[ fingerUnicode ];
 			if (fingerKeyConn.m_targetKeyIndex == -1) {
 				warnings += i18n("Unknown finger key with unicode '%1'. Normal key with "
-					"display character '%2' and unicode '%3' \
skipped.\n").arg(fingerUnicode).arg(QChar(keyUnicode)).arg(keyUnicode); \
+					"display character '%2' and unicode '%3' skipped.\n", fingerUnicode, \
QChar(keyUnicode), keyUnicode);  continue;
 			}
     		// KTouchKeyConnector(QChar keyChar, int target_key, int finger_key, int \
modifier_key) @@ -202,17 +202,17 @@
 
 			if (targetKeyConn.m_targetKeyIndex == -1) {
 				warnings += i18n("Unknown target key with unicode '%1'. Hidden key with "
-					"display character '%2' and unicode '%3' \
skipped.\n").arg(targetUnicode).arg(QChar(keyUnicode)).arg(keyUnicode); \
+					"display character '%2' and unicode '%3' skipped.\n", targetUnicode, \
QChar(keyUnicode), keyUnicode);  continue;
 			}
 			if (fingerKeyConn.m_targetKeyIndex == -1) {
 				warnings += i18n("Unknown finger key with unicode '%1'. Hidden key with "
-					"display character '%2' and unicode '%3' \
skipped.\n").arg(fingerUnicode).arg(QChar(keyUnicode)).arg(keyUnicode); \
+					"display character '%2' and unicode '%3' skipped.\n", fingerUnicode, \
QChar(keyUnicode), keyUnicode);  continue;
 			}
 			if (modifierUnicode != -1 && modifierKeyConn.m_targetKeyIndex == -1) {
 				warnings += i18n("Unknown modifier/control key with unicode '%1'. Hidden key \
                with "
-					"display character '%2' and unicode '%3' \
skipped.\n").arg(modifierUnicode).arg(QChar(keyUnicode)).arg(keyUnicode); \
+					"display character '%2' and unicode '%3' skipped.\n", modifierUnicode, \
QChar(keyUnicode), keyUnicode);  continue;
 			}
 			m_connectors[keyUnicode] = KTouchKeyConnector(keyUnicode, 
--- trunk/KDE/kdevelop/lib/plugins/vcs/subversion/subversionthreads.cpp \
#657746:657747 @@ -267,7 +267,7 @@
             break;
         case svn_wc_notify_update_completed:
             // The last notification in an update (including updates of externals).
-            notifyString = i18n("Revision %1", QString::number(notify->revision) );
+            notifyString = i18n("Revision %1", notify->revision );
             break;
         case svn_wc_notify_update_external:
             notifyString = i18n("Updating externals: %1", notify->path );
--- trunk/KDE/kdevelop/plugins/teamwork/documentwrapper.cpp #657746:657747
@@ -169,6 +169,7 @@
 
   if ( doc && doc->textDocument() ) {
     if ( doc->state() == IDocument::Modified || doc->state() == \
IDocument::DirtyAndModified ) { +      #warning i18n: Missing argument to the i18n \
call below  int answer = KMessageBox::warningYesNo( \
KDevTeamwork::core()->uiController()->activeMainWindow()->window(), i18n( "The buffer \
of %1 is modified, should the content be replaced?" ) );  if ( answer != \
KMessageBox::Yes )  return ;


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

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