Author: jtn
Date: Tue Feb 17 09:49:36 2015
New Revision: 28188

URL: http://svn.gna.org/viewcvs/freeciv?rev=28188&view=rev
Log:
I18n markup: TRANS comments.

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

See gna bug #23280.

Modified:
    trunk/common/unittype.h

Modified: trunk/common/unittype.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/unittype.h?rev=28188&r1=28187&r2=28188&view=diff
==============================================================================
--- trunk/common/unittype.h     (original)
+++ trunk/common/unittype.h     Tue Feb 17 09:49:36 2015
@@ -146,10 +146,12 @@
 #define SPECENUM_VALUE1 UTYF_NOZOC
 #define SPECENUM_VALUE1NAME N_("HasNoZOC")
 #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")
@@ -157,7 +159,7 @@
 #define SPECENUM_VALUE6NAME N_("FieldUnit")
 #define SPECENUM_VALUE7 UTYF_MARINES
 #define SPECENUM_VALUE7NAME N_("Marines")
-/* Invisibile except when adjacent (Submarine) */
+/* Invisible except when adjacent (Submarine) */
 #define SPECENUM_VALUE8 UTYF_PARTIAL_INVIS
 #define SPECENUM_VALUE8NAME N_("Partial_Invis")
 /* Does not include ability to found cities */


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

Reply via email to