gimp r26605 - in trunk: . libgimp po-libgimp



Author: neo
Date: Sat Aug 16 17:37:26 2008
New Revision: 26605
URL: http://svn.gnome.org/viewvc/gimp?rev=26605&view=rev

Log:
2008-08-16  Sven Neumann  <sven gimp org>

	* libgimp/gimp.c (gimp_get_pdb_error): added translator 
comments.



Modified:
   trunk/ChangeLog
   trunk/libgimp/gimp.c
   trunk/po-libgimp/ChangeLog
   trunk/po-libgimp/de.po

Modified: trunk/libgimp/gimp.c
==============================================================================
--- trunk/libgimp/gimp.c	(original)
+++ trunk/libgimp/gimp.c	Sat Aug 16 17:37:26 2008
@@ -1039,15 +1039,19 @@
 
   switch (pdb_error_status)
     {
+      /*  procedure executed successfully  */
     case GIMP_PDB_SUCCESS:
       return _("success");
 
+      /*  procedure execution failed       */
     case GIMP_PDB_EXECUTION_ERROR:
       return _("execution error");
 
+      /*  procedure called incorrectly     */
     case GIMP_PDB_CALLING_ERROR:
       return _("calling error");
 
+      /*  procedure cancelled              */
     case GIMP_PDB_CANCEL:
       return _("cancelled");
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]