Author: jtn
Date: Tue Feb 17 10:00:57 2015
New Revision: 28192

URL: http://svn.gna.org/viewcvs/freeciv?rev=28192&view=rev
Log:
I18n markup: TRANS comments and missing no-c-format.

Reported by "Igx, The Dreaming Drummer..."

See gna bug #23280.

Modified:
    branches/S2_5/common/unittype.h
    branches/S2_5/data/civ2civ3/buildings.ruleset

Modified: branches/S2_5/common/unittype.h
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/common/unittype.h?rev=28192&r1=28191&r2=28192&view=diff
==============================================================================
--- branches/S2_5/common/unittype.h     (original)
+++ branches/S2_5/common/unittype.h     Tue Feb 17 10:00:57 2015
@@ -129,21 +129,24 @@
 #define SPECENUM_VALUE1 UTYF_HELP_WONDER
 #define SPECENUM_VALUE1NAME N_("HelpWonder")
 #define SPECENUM_VALUE2 UTYF_IGZOC
+/* TRANS: unit type flag (rarely shown): "ignore zones of control" */
 #define SPECENUM_VALUE2NAME N_("IgZOC")
 #define SPECENUM_VALUE3 UTYF_CIVILIAN
 #define SPECENUM_VALUE3NAME N_("NonMil")
 #define SPECENUM_VALUE4 UTYF_IGTER
+/* TRANS: unit type flag (rarely shown): "ignore terrain" */
 #define SPECENUM_VALUE4NAME N_("IgTer")
 #define SPECENUM_VALUE5 UTYF_ONEATTACK
 #define SPECENUM_VALUE5NAME N_("OneAttack")
 /* Ignores EFT_DEFEND_BONUS (for example city walls) */
+/* TRANS: unit type flag (rarely shown): "ignore walls */
 #define SPECENUM_VALUE6 UTYF_IGWALL
 #define SPECENUM_VALUE6NAME N_("IgWall")
 #define SPECENUM_VALUE7 UTYF_FIELDUNIT
 #define SPECENUM_VALUE7NAME N_("FieldUnit")
 #define SPECENUM_VALUE8 UTYF_MARINES
 #define SPECENUM_VALUE8NAME N_("Marines")
-/* Invisibile except when adjacent (Submarine) */
+/* Invisible except when adjacent (Submarine) */
 #define SPECENUM_VALUE9 UTYF_PARTIAL_INVIS
 #define SPECENUM_VALUE9NAME N_("Partial_Invis")
 /* Does not include ability to found cities */

Modified: branches/S2_5/data/civ2civ3/buildings.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/civ2civ3/buildings.ruleset?rev=28192&r1=28191&r2=28192&view=diff
==============================================================================
--- branches/S2_5/data/civ2civ3/buildings.ruleset       (original)
+++ branches/S2_5/data/civ2civ3/buildings.ruleset       Tue Feb 17 10:00:57 2015
@@ -1401,6 +1401,7 @@
 sabotage       = 0
 sound          = "w_hoover_dam"
 sound_alt      = "w_generic"
+; /* xgettext:no-c-format */
 helptext       = _("\
 Acts as a Hydro Plant in the city where it is built, and reduces \
 pollution from shield production by a further 25% in all cities \


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to