r16089 - gnucash/trunk/src/gnome - Update translator comments.

David Hampton hampton at cvs.gnucash.org
Mon May 14 22:54:57 EDT 2007


Author: hampton
Date: 2007-05-14 22:54:56 -0400 (Mon, 14 May 2007)
New Revision: 16089
Trac: http://svn.gnucash.org/trac/changeset/16089

Modified:
   gnucash/trunk/src/gnome/dialog-print-check.c
Log:
Update translator comments.

Modified: gnucash/trunk/src/gnome/dialog-print-check.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-print-check.c	2007-05-15 02:47:06 UTC (rev 16088)
+++ gnucash/trunk/src/gnome/dialog-print-check.c	2007-05-15 02:54:56 UTC (rev 16089)
@@ -1083,10 +1083,11 @@
                  _("There is a duplicate check format file."));
             gtk_message_dialog_format_secondary_text
                 (GTK_MESSAGE_DIALOG(dialog),
-		 /* Translators: %1$s is the name of the first check
-		    format; %2$s is the filename of that format; %3$s
-		    the name of the other check format; and %4$s the
-		    filename of that other format. */
+		 /* Translators: %1$s is the type of the first check
+		  * format (user defined or application defined); %2$s
+		  * is the filename of that format; %3$s the type of
+		  * the other check format; and %4$s the filename of
+		  * that other format. */
                  _("The guids in the %s check format file '%s' and "
                    "the %s check format file '%s' match."),
                  existing->group, existing->filename,
@@ -1121,15 +1122,16 @@
 
     pkgdatadir = gnc_path_get_pkgdatadir();
     dirname = g_build_filename(pkgdatadir, CHECK_FMT_DIR, (char *)NULL);
-    /* Translators: This is a directory name. FIXME: Should this
-       really be translated?!? */
+    /* Translators: This string may be presented to the user to
+     * indicate that a check file format was defined by the gnucash
+     * application. */
     read_one_check_directory(pcd, store, _("application"), dirname);
     g_free(dirname);
     g_free(pkgdatadir);
 
     dirname = gnc_build_dotgnucash_path(CHECK_FMT_DIR);
-    /* Translators: This is a directory name. FIXME: Should this
-       really be translated?!? */
+    /* Translators: This string may be presented to the user to
+     * indicate that a check file format was defined by a user. */
     read_one_check_directory(pcd, store, _("user"), dirname);
     g_free(dirname);
 }



More information about the gnucash-changes mailing list