gnome-applets r10771 - in trunk/invest-applet: . invest



Author: callum
Date: Mon Mar 31 02:43:19 2008
New Revision: 10771
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=10771&view=rev

Log:
i18n fixes for recent UI changes.

Modified:
   trunk/invest-applet/ChangeLog
   trunk/invest-applet/invest/widgets.py

Modified: trunk/invest-applet/invest/widgets.py
==============================================================================
--- trunk/invest-applet/invest/widgets.py	(original)
+++ trunk/invest-applet/invest/widgets.py	Mon Mar 31 02:43:19 2008
@@ -45,7 +45,10 @@
 
 		# model: SYMBOL, TICKER_ONLY, BALANCE, BALANCE_PCT, VALUE, VARIATION
 		# old col_names = ['Symbol', 'Value/Balance', 'Variation/Balance PCT', 'Value']
-		col_names = ['Symbol', 'Last', 'Change', 'Gain', 'Gain %']
+		# Translators: these words all refer to a stock. Last is short
+		# for "last price". Gain is referring to the gain since the 
+		# stock was purchased.
+		col_names = [_('Symbol'), _('Last'), _('Change'), _('Gain'), _('Gain %')]
 		col_cellgetdata_functions = [self._getcelldata_symbol, self._getcelldata_value,
 			self._getcelldata_variation, self._getcelldata_balance, self._getcelldata_balancepct]
 		for i, col_name in enumerate(col_names):



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