[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/data/themes default.cfg
From: |
Guillaume Melquiond |
Subject: |
[Wesnoth-cvs-commits] wesnoth/data/themes default.cfg |
Date: |
Tue, 14 Sep 2004 16:32:19 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <address@hidden> 04/09/14 20:26:57
Modified files:
data/themes : default.cfg
Log message:
Allow top statusbar tooltip strings to be translated.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/themes/default.cfg.diff?tr1=1.63&tr2=1.64&r1=text&r2=text
Patches:
Index: wesnoth/data/themes/default.cfg
diff -u wesnoth/data/themes/default.cfg:1.63
wesnoth/data/themes/default.cfg:1.64
--- wesnoth/data/themes/default.cfg:1.63 Sat Aug 28 12:13:13 2004
+++ wesnoth/data/themes/default.cfg Tue Sep 14 20:26:56 2004
@@ -139,7 +139,7 @@
# gold icon
[label]
icon=misc/gold.png
- text=gold
+ text= _ "gold"
rect=315,3,331,19
xanchor=proportional
yanchor=fixed
@@ -147,7 +147,7 @@
# villages icon
[label]
icon=misc/villages.png
- text=villages
+ text= _ "villages"
rect=415,3,431,19
xanchor=proportional
yanchor=fixed
@@ -155,7 +155,7 @@
# units icon
[label]
icon=misc/units.png
- text=units
+ text= _ "units"
rect=505,3,521,19
xanchor=proportional
yanchor=fixed
@@ -163,7 +163,7 @@
# upkeep icon
[label]
icon=misc/upkeep.png
- text=upkeep
+ text= _ "upkeep"
rect=595,3,627,19
xanchor=proportional
yanchor=fixed
@@ -171,7 +171,7 @@
# income icon
[label]
icon=misc/income.png
- text=income
+ text= _ "income"
rect=685,3,717,19
xanchor=proportional
yanchor=fixed
@@ -475,7 +475,7 @@
# gold icon
[label]
icon=misc/gold.png
- text=gold
+ text= _ "gold"
rect=375,3,391,19
xanchor=proportional
yanchor=fixed
@@ -483,7 +483,7 @@
# villages icon
[label]
icon=misc/villages.png
- text=villages
+ text= _ "villages"
rect=475,3,491,19
xanchor=proportional
yanchor=fixed
@@ -491,7 +491,7 @@
# units icon
[label]
icon=misc/units.png
- text=units
+ text= _ "units"
rect=565,3,581,19
xanchor=proportional
yanchor=fixed
@@ -499,7 +499,7 @@
# upkeep icon
[label]
icon=misc/upkeep.png
- text=upkeep
+ text= _ "upkeep"
rect=655,3,687,19
xanchor=proportional
yanchor=fixed
@@ -507,7 +507,7 @@
# income icon
[label]
icon=misc/income.png
- text=income
+ text= _ "income"
rect=760,3,792,19
xanchor=proportional
yanchor=fixed
- [Wesnoth-cvs-commits] wesnoth/data/themes default.cfg,
Guillaume Melquiond <=