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

List:       kde-commits
Subject:    extragear/graphics/kipi-plugins/picasawebexport
From:       Malcolm Hunter <malcolm.hunter () gmx ! co ! uk>
Date:       2009-04-07 21:55:41
Message-ID: 1239141341.243517.14042.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 950853 by mhunter:

Typographical and grammar corrections

 M  +1 -1      picasawebnewalbumdialog.ui  
 M  +6 -6      picasawebtalker.cpp  
 M  +4 -4      picasawebwindow.cpp  
 M  +1 -1      plugin_picasawebexport.cpp  


--- trunk/extragear/graphics/kipi-plugins/picasawebexport/picasawebnewalbumdialog.ui \
#950852:950853 @@ -75,7 +75,7 @@
       <item>
        <widget class="QRadioButton" name="m_isProtectedRadioButton" >
         <property name="text" >
-         <string>Sign-in Required to View</string>
+         <string>Sign-In Required to View</string>
         </property>
        </widget>
       </item>
--- trunk/extragear/graphics/kipi-plugins/picasawebexport/picasawebtalker.cpp \
#950852:950853 @@ -577,9 +577,9 @@
         case 3:
             transError=i18n("General upload failure");break;
         case 4:
-            transError=i18n("Filesize was zero");break;
+            transError=i18n("File-size was zero");break;
         case 5:
-            transError=i18n("Filetype was not recognised");break;
+            transError=i18n("File-type was not recognized");break;
         case 6:
             transError=i18n("User exceeded upload limit");break;
         case 96:
@@ -587,7 +587,7 @@
         case 97:
             transError=i18n("Missing signature"); break;
         case 98:
-            transError=i18n("Login Failed / Invalid auth token"); break;
+            transError=i18n("Login failed / Invalid auth token"); break;
         case 100:
             transError=i18n("Invalid API Key"); break;
         case 105:
@@ -603,12 +603,12 @@
         case 115:
             transError=i18n("Invalid XML-RPC Method Call");break;
         case 116:
-            transError=i18n("The POST method is now required for all setters"); \
break; +            transError=i18n("The POST method is now required for all \
setters."); break;  default:
             transError=i18n("Unknown error");
     };
 
-    KMessageBox::error(kapp->activeWindow(), i18n("Error Occured: %1\n We can not \
proceed further",transError + error)); +    KMessageBox::error(kapp->activeWindow(), \
i18n("Error occurred: %1\nUnable to proceed further.",transError + error));  }
 
 void PicasawebTalker::slotResult(KJob *job)
@@ -794,7 +794,7 @@
 
     if (!success)
     {
-        emit signalGetAlbumsListFailed(i18n("Failed to fetch photoSets List"));
+        emit signalGetAlbumsListFailed(i18n("Failed to fetch photo-set list"));
         m_albumsList = NULL;
     }
     else
--- trunk/extragear/graphics/kipi-plugins/picasawebexport/picasawebwindow.cpp \
#950852:950853 @@ -107,11 +107,11 @@
 
     // ------------------------------------------------------------
 
-    m_about = new KIPIPlugins::KPAboutData(ki18n("Picasaweb Export"),
+    m_about = new KIPIPlugins::KPAboutData(ki18n("PicasaWeb Export"),
                                            0,
                                            KAboutData::License_GPL,
-                                           ki18n("A Kipi plugin to export image \
                collection to "
-                                                 "Picasaweb web service."),
+                                           ki18n("A Kipi plugin to export image \
collections to " +                                                 "PicasaWeb web \
                service."),
                                            ki18n( "(c) 2007-2009, Vardhman Jain\n"
                                            "(c) 2008-2009, Gilles Caulier\n"
                                            "(c) 2009, Luka Renko" ));
@@ -553,7 +553,7 @@
 void PicasawebWindow::slotAddPhotoFailed(const QString& msg)
 {
     if ( KMessageBox::warningContinueCancel(this,
-           i18n("Failed to upload photo into Picasaweb. %1\nDo you want to \
continue?", +           i18n("Failed to upload photo to PicasaWeb. %1\nDo you want to \
continue?",  msg )) != KMessageBox::Continue)
     {
         m_uploadQueue.clear();
--- trunk/extragear/graphics/kipi-plugins/picasawebexport/plugin_picasawebexport.cpp \
#950852:950853 @@ -67,7 +67,7 @@
     KIconLoader::global()->addAppDir("kipiplugin_picasawebexport");
 
     m_action = actionCollection()->addAction("picasawebexport");
-    m_action->setText(i18n("Export to &Picasaweb..."));
+    m_action->setText(i18n("Export to &PicasaWeb..."));
     m_action->setIcon(KIcon("picasa"));
     m_action->setShortcut(Qt::ALT+Qt::SHIFT+Qt::Key_P);
 


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

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