[Gnucash-changes] r13412 - gnucash/trunk - Don't need to translate placeholder labels.

Derek Atkins warlord at cvs.gnucash.org
Mon Feb 27 10:17:00 EST 2006


Author: warlord
Date: 2006-02-27 10:16:58 -0500 (Mon, 27 Feb 2006)
New Revision: 13412
Trac: http://svn.gnucash.org/trac/changeset/13412

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/business/business-gnome/glade/billterms.glade
   gnucash/trunk/src/business/business-gnome/glade/customer.glade
   gnucash/trunk/src/business/business-gnome/glade/invoice.glade
   gnucash/trunk/src/business/business-gnome/glade/job.glade
   gnucash/trunk/src/business/business-gnome/glade/order.glade
   gnucash/trunk/src/business/business-gnome/glade/payment.glade
   gnucash/trunk/src/business/business-gnome/glade/vendor.glade
Log:
Don't need to translate placeholder labels.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-02-27 05:42:45 UTC (rev 13411)
+++ gnucash/trunk/ChangeLog	2006-02-27 15:16:58 UTC (rev 13412)
@@ -1,3 +1,14 @@
+2006-02-27  Derek Atkins  <derek at ihtfp.com>
+
+	* src/business/business-gnome/glade/job.glade
+	* src/business/business-gnome/glade/order.glade
+	* src/business/business-gnome/glade/invoice.glade
+	* src/business/business-gnome/glade/billterms.glade
+	* src/business/business-gnome/glade/payment.glade
+	* src/business/business-gnome/glade/vendor.glade
+	* src/business/business-gnome/glade/customer.glade
+	  Don't need to translate placeholder labels.
+
 2006-02-26  Derek Atkins  <derek at ihtfp.com>
 
 	Apply a re-work of Titi Ala'ilima's patch to apply payments

Modified: gnucash/trunk/src/business/business-gnome/glade/billterms.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/billterms.glade	2006-02-27 05:42:45 UTC (rev 13411)
+++ gnucash/trunk/src/business/business-gnome/glade/billterms.glade	2006-02-27 15:16:58 UTC (rev 13412)
@@ -344,7 +344,7 @@
 			  <child>
 			    <widget class="GtkLabel" id="type_label">
 			      <property name="visible">True</property>
-			      <property name="label" translatable="yes">(type)</property>
+			      <property name="label" translatable="no">(type)</property>
 			      <property name="use_underline">False</property>
 			      <property name="use_markup">False</property>
 			      <property name="justify">GTK_JUSTIFY_CENTER</property>

Modified: gnucash/trunk/src/business/business-gnome/glade/customer.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/customer.glade	2006-02-27 05:42:45 UTC (rev 13411)
+++ gnucash/trunk/src/business/business-gnome/glade/customer.glade	2006-02-27 15:16:58 UTC (rev 13412)
@@ -966,7 +966,7 @@
 				  <child>
 				    <widget class="GtkMenuItem" id="convertwidget4">
 				      <property name="visible">True</property>
-				      <property name="label" translatable="yes">(terms)</property>
+				      <property name="label" translatable="no">(terms)</property>
 				      <property name="use_underline">True</property>
 				    </widget>
 				  </child>
@@ -1027,7 +1027,7 @@
 				  <child>
 				    <widget class="GtkMenuItem" id="convertwidget6">
 				      <property name="visible">True</property>
-				      <property name="label" translatable="yes">(taxincluded)</property>
+				      <property name="label" translatable="no">(taxincluded)</property>
 				      <property name="use_underline">True</property>
 				    </widget>
 				  </child>
@@ -1082,7 +1082,7 @@
 				      <child>
 					<widget class="GtkMenuItem" id="convertwidget8">
 					  <property name="visible">True</property>
-					  <property name="label" translatable="yes">(taxtables)</property>
+					  <property name="label" translatable="no">(taxtables)</property>
 					  <property name="use_underline">True</property>
 					</widget>
 				      </child>

Modified: gnucash/trunk/src/business/business-gnome/glade/invoice.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/invoice.glade	2006-02-27 05:42:45 UTC (rev 13411)
+++ gnucash/trunk/src/business/business-gnome/glade/invoice.glade	2006-02-27 15:16:58 UTC (rev 13412)
@@ -261,7 +261,7 @@
 		      <child>
 			<widget class="GtkLabel" id="owner_label">
 			  <property name="visible">True</property>
-			  <property name="label" translatable="yes">(owner)</property>
+			  <property name="label" translatable="no">(owner)</property>
 			  <property name="use_underline">False</property>
 			  <property name="use_markup">False</property>
 			  <property name="justify">GTK_JUSTIFY_RIGHT</property>
@@ -422,7 +422,7 @@
 			      <child>
 				<widget class="GtkMenuItem" id="convertwidget2">
 				  <property name="visible">True</property>
-				  <property name="label" translatable="yes">(terms)</property>
+				  <property name="label" translatable="no">(terms)</property>
 				  <property name="use_underline">True</property>
 				</widget>
 			      </child>
@@ -1228,7 +1228,7 @@
 			      <child>
 				<widget class="GtkMenuItem" id="convertwidget8">
 				  <property name="visible">True</property>
-				  <property name="label" translatable="yes">(terms)</property>
+				  <property name="label" translatable="no">(terms)</property>
 				  <property name="use_underline">True</property>
 				</widget>
 			      </child>

Modified: gnucash/trunk/src/business/business-gnome/glade/job.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/job.glade	2006-02-27 05:42:45 UTC (rev 13411)
+++ gnucash/trunk/src/business/business-gnome/glade/job.glade	2006-02-27 15:16:58 UTC (rev 13412)
@@ -266,7 +266,7 @@
 		      <child>
 			<widget class="GtkLabel" id="owner_label">
 			  <property name="visible">True</property>
-			  <property name="label" translatable="yes">(owner)</property>
+			  <property name="label" translatable="no">(owner)</property>
 			  <property name="use_underline">False</property>
 			  <property name="use_markup">False</property>
 			  <property name="justify">GTK_JUSTIFY_RIGHT</property>

Modified: gnucash/trunk/src/business/business-gnome/glade/order.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/order.glade	2006-02-27 05:42:45 UTC (rev 13411)
+++ gnucash/trunk/src/business/business-gnome/glade/order.glade	2006-02-27 15:16:58 UTC (rev 13412)
@@ -353,7 +353,7 @@
 			  <child>
 			    <widget class="GtkLabel" id="owner_label">
 			      <property name="visible">True</property>
-			      <property name="label" translatable="yes">(owner)</property>
+			      <property name="label" translatable="no">(owner)</property>
 			      <property name="use_underline">False</property>
 			      <property name="use_markup">False</property>
 			      <property name="justify">GTK_JUSTIFY_RIGHT</property>

Modified: gnucash/trunk/src/business/business-gnome/glade/payment.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/payment.glade	2006-02-27 05:42:45 UTC (rev 13411)
+++ gnucash/trunk/src/business/business-gnome/glade/payment.glade	2006-02-27 15:16:58 UTC (rev 13412)
@@ -95,7 +95,7 @@
 		      <child>
 			<widget class="GtkLabel" id="owner_label">
 			  <property name="visible">True</property>
-			  <property name="label" translatable="yes">(owner)</property>
+			  <property name="label" translatable="no">(owner)</property>
 			  <property name="use_underline">False</property>
 			  <property name="use_markup">False</property>
 			  <property name="justify">GTK_JUSTIFY_RIGHT</property>
@@ -116,7 +116,7 @@
 		      <child>
 			<widget class="GtkLabel" id="invoice_label">
 			  <property name="visible">True</property>
-			  <property name="label" translatable="yes">(invoice)</property>
+			  <property name="label" translatable="no">(invoice)</property>
 			  <property name="use_underline">False</property>
 			  <property name="use_markup">False</property>
 			  <property name="justify">GTK_JUSTIFY_LEFT</property>

Modified: gnucash/trunk/src/business/business-gnome/glade/vendor.glade
===================================================================
--- gnucash/trunk/src/business/business-gnome/glade/vendor.glade	2006-02-27 05:42:45 UTC (rev 13411)
+++ gnucash/trunk/src/business/business-gnome/glade/vendor.glade	2006-02-27 15:16:58 UTC (rev 13412)
@@ -925,7 +925,7 @@
 				  <child>
 				    <widget class="GtkMenuItem" id="convertwidget4">
 				      <property name="visible">True</property>
-				      <property name="label" translatable="yes">(terms)</property>
+				      <property name="label" translatable="no">(terms)</property>
 				      <property name="use_underline">True</property>
 				    </widget>
 				  </child>
@@ -952,7 +952,7 @@
 				  <child>
 				    <widget class="GtkMenuItem" id="convertwidget6">
 				      <property name="visible">True</property>
-				      <property name="label" translatable="yes">(taxincluded)</property>
+				      <property name="label" translatable="no">(taxincluded)</property>
 				      <property name="use_underline">True</property>
 				    </widget>
 				  </child>
@@ -1007,7 +1007,7 @@
 				      <child>
 					<widget class="GtkMenuItem" id="convertwidget8">
 					  <property name="visible">True</property>
-					  <property name="label" translatable="yes">(taxtables)</property>
+					  <property name="label" translatable="no">(taxtables)</property>
 					  <property name="use_underline">True</property>
 					</widget>
 				      </child>



More information about the gnucash-changes mailing list