gnome-scan r542 - in trunk: . src



Author: bersace
Date: Wed Feb 27 21:24:57 2008
New Revision: 542
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=542&view=rev

Log:
Translate application name.


Modified:
   trunk/ChangeLog
   trunk/src/flegita.c

Modified: trunk/src/flegita.c
==============================================================================
--- trunk/src/flegita.c	(original)
+++ trunk/src/flegita.c	Wed Feb 27 21:24:57 2008
@@ -49,27 +49,27 @@
 						  "comments", g_strdup_printf("%s\n"
 													  "\n"
 													  "In Memoriam âMark Finlay",
-													  _("Simply scan image")),
+													  _("Simply scan images")),
 						  "copyright", "Copyright  2006-2008 Ãtienne Bersac",
 						  "license", "This program is free software; you can "
 						  "redistribute it and/or modify it under the terms of "
 						  "the GNU General Public License as published by "
 						  "the Free Software Foundation; either version 3 of "
 						  "the License, or (at your option) any later version."
-						  "\n"
+						  "\n\n"
 						  " This program is distributed in the hope that it "
 						  "will be useful, but WITHOUT ANY WARRANTY; without "
 						  "even the implied warranty of MERCHANTABILITY or "
 						  "FITNESS FOR A PARTICULAR PURPOSE. See the GNU "
 						  "General Public License for more details."
-						  "\n"
+						  "\n\n"
 						  "You should have received a copy of the GNU General "
 						  "Public License along with this program; if not, "
 						  "write to the Free Software Foundation, Inc., 51 "
 						  "Franklin Street, Fifth Floor Boston, MA 02110-1301, "
-						  "USA\n",
+						  "USA\n\n",
 						  "logo-icon-name", "flegita",
-						  "program-name", g_get_application_name (),
+						  "program-name", _(g_get_application_name ()),
 						  /* translator : Add you in this field */
 						  "translator-credits", _("Not translated"),
 						  "version", PACKAGE_VERSION,



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