Author: cazfi
Date: Mon Feb 22 12:03:40 2016
New Revision: 32021

URL: http://svn.gna.org/viewcvs/freeciv?rev=32021&view=rev
Log:
Do not claim in user flag documentation in supplied rulesets that their names 
are not translatable.

See bug #24400

Modified:
    branches/S2_5/data/alien/techs.ruleset
    branches/S2_5/data/alien/terrain.ruleset
    branches/S2_5/data/alien/units.ruleset
    branches/S2_5/data/civ1/techs.ruleset
    branches/S2_5/data/civ1/terrain.ruleset
    branches/S2_5/data/civ1/units.ruleset
    branches/S2_5/data/civ2/techs.ruleset
    branches/S2_5/data/civ2/terrain.ruleset
    branches/S2_5/data/civ2/units.ruleset
    branches/S2_5/data/civ2civ3/techs.ruleset
    branches/S2_5/data/civ2civ3/terrain.ruleset
    branches/S2_5/data/civ2civ3/units.ruleset
    branches/S2_5/data/classic/techs.ruleset
    branches/S2_5/data/classic/terrain.ruleset
    branches/S2_5/data/classic/units.ruleset
    branches/S2_5/data/experimental/techs.ruleset
    branches/S2_5/data/experimental/terrain.ruleset
    branches/S2_5/data/experimental/units.ruleset
    branches/S2_5/data/multiplayer/techs.ruleset
    branches/S2_5/data/multiplayer/terrain.ruleset
    branches/S2_5/data/multiplayer/units.ruleset

Modified: branches/S2_5/data/alien/techs.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/alien/techs.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/alien/techs.ruleset      (original)
+++ branches/S2_5/data/alien/techs.ruleset      Mon Feb 22 12:03:40 2016
@@ -17,8 +17,9 @@
 
 [control]
 ; Names for custom tech flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for advances with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/alien/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/alien/terrain.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/alien/terrain.ruleset    (original)
+++ branches/S2_5/data/alien/terrain.ruleset    Mon Feb 22 12:03:40 2016
@@ -17,8 +17,9 @@
 
 [control]
 ; Names for custom terrain flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for terrains with this flag (optional)
 flags =
   { "name", "helptxt"

Modified: branches/S2_5/data/alien/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/alien/units.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/alien/units.ruleset      (original)
+++ branches/S2_5/data/alien/units.ruleset      Mon Feb 22 12:03:40 2016
@@ -17,8 +17,9 @@
 
 [control]
 ; Names for custom unit type flags. There can be up to 16 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for units with this flag (optional)
 ; flags =
 ;   { "name", "helptxt" }

Modified: branches/S2_5/data/civ1/techs.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/civ1/techs.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/civ1/techs.ruleset       (original)
+++ branches/S2_5/data/civ1/techs.ruleset       Mon Feb 22 12:03:40 2016
@@ -13,8 +13,9 @@
 
 [control]
 ; Names for custom tech flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for advances with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/civ1/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/civ1/terrain.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/civ1/terrain.ruleset     (original)
+++ branches/S2_5/data/civ1/terrain.ruleset     Mon Feb 22 12:03:40 2016
@@ -16,8 +16,9 @@
 
 [control]
 ; Names for custom terrain flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for terrains with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/civ1/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/civ1/units.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/civ1/units.ruleset       (original)
+++ branches/S2_5/data/civ1/units.ruleset       Mon Feb 22 12:03:40 2016
@@ -15,8 +15,9 @@
 
 [control]
 ; Names for custom unit type flags. There can be up to 16 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for units with this flag (optional)
 ; flags =
 ;   { "name", "helptxt" }

Modified: branches/S2_5/data/civ2/techs.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/civ2/techs.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/civ2/techs.ruleset       (original)
+++ branches/S2_5/data/civ2/techs.ruleset       Mon Feb 22 12:03:40 2016
@@ -13,8 +13,9 @@
 
 [control]
 ; Names for custom tech flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for advances with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/civ2/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/civ2/terrain.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/civ2/terrain.ruleset     (original)
+++ branches/S2_5/data/civ2/terrain.ruleset     Mon Feb 22 12:03:40 2016
@@ -16,8 +16,9 @@
 
 [control]
 ; Names for custom terrain flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for terrains with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/civ2/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/civ2/units.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/civ2/units.ruleset       (original)
+++ branches/S2_5/data/civ2/units.ruleset       Mon Feb 22 12:03:40 2016
@@ -15,8 +15,9 @@
 
 [control]
 ; Names for custom unit type flags. There can be up to 16 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for units with this flag (optional)
 flags =
   { "name", "helptxt"

Modified: branches/S2_5/data/civ2civ3/techs.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/civ2civ3/techs.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/civ2civ3/techs.ruleset   (original)
+++ branches/S2_5/data/civ2civ3/techs.ruleset   Mon Feb 22 12:03:40 2016
@@ -13,8 +13,9 @@
 
 [control]
 ; Names for custom tech flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for advances with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/civ2civ3/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/civ2civ3/terrain.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/civ2civ3/terrain.ruleset (original)
+++ branches/S2_5/data/civ2civ3/terrain.ruleset Mon Feb 22 12:03:40 2016
@@ -16,8 +16,9 @@
 
 [control]
 ; Names for custom terrain flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for terrains with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/civ2civ3/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/civ2civ3/units.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/civ2civ3/units.ruleset   (original)
+++ branches/S2_5/data/civ2civ3/units.ruleset   Mon Feb 22 12:03:40 2016
@@ -20,8 +20,9 @@
 
 [control]
 ; Names for custom unit type flags. There can be up to 16 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for units with this flag (optional)
 flags =
   { "name", "helptxt"

Modified: branches/S2_5/data/classic/techs.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/classic/techs.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/classic/techs.ruleset    (original)
+++ branches/S2_5/data/classic/techs.ruleset    Mon Feb 22 12:03:40 2016
@@ -13,8 +13,9 @@
 
 [control]
 ; Names for custom tech flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for advances with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/classic/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/classic/terrain.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/classic/terrain.ruleset  (original)
+++ branches/S2_5/data/classic/terrain.ruleset  Mon Feb 22 12:03:40 2016
@@ -16,8 +16,9 @@
 
 [control]
 ; Names for custom terrain flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for terrains with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/classic/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/classic/units.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/classic/units.ruleset    (original)
+++ branches/S2_5/data/classic/units.ruleset    Mon Feb 22 12:03:40 2016
@@ -20,8 +20,9 @@
 
 [control]
 ; Names for custom unit type flags. There can be up to 16 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for units with this flag (optional)
 flags =
   { "name", "helptxt"

Modified: branches/S2_5/data/experimental/techs.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/experimental/techs.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/experimental/techs.ruleset       (original)
+++ branches/S2_5/data/experimental/techs.ruleset       Mon Feb 22 12:03:40 2016
@@ -15,8 +15,9 @@
 
 [control]
 ; Names for custom tech flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for advances with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/experimental/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/experimental/terrain.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/experimental/terrain.ruleset     (original)
+++ branches/S2_5/data/experimental/terrain.ruleset     Mon Feb 22 12:03:40 2016
@@ -18,8 +18,9 @@
 
 [control]
 ; Names for custom terrain flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for terrains with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/experimental/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/experimental/units.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/experimental/units.ruleset       (original)
+++ branches/S2_5/data/experimental/units.ruleset       Mon Feb 22 12:03:40 2016
@@ -23,8 +23,9 @@
 
 [control]
 ; Names for custom unit type flags. There can be up to 16 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for units with this flag (optional)
 flags =
   { "name", "helptxt"

Modified: branches/S2_5/data/multiplayer/techs.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/multiplayer/techs.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/multiplayer/techs.ruleset        (original)
+++ branches/S2_5/data/multiplayer/techs.ruleset        Mon Feb 22 12:03:40 2016
@@ -13,8 +13,9 @@
 
 [control]
 ; Names for custom tech flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for advances with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/multiplayer/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/multiplayer/terrain.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/multiplayer/terrain.ruleset      (original)
+++ branches/S2_5/data/multiplayer/terrain.ruleset      Mon Feb 22 12:03:40 2016
@@ -16,8 +16,9 @@
 
 [control]
 ; Names for custom terrain flags. There can be up to 8 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for terrains with this flag (optional)
 ;flags =
 ;  { "name", "helptxt"

Modified: branches/S2_5/data/multiplayer/units.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/data/multiplayer/units.ruleset?rev=32021&r1=32020&r2=32021&view=diff
==============================================================================
--- branches/S2_5/data/multiplayer/units.ruleset        (original)
+++ branches/S2_5/data/multiplayer/units.ruleset        Mon Feb 22 12:03:40 2016
@@ -20,8 +20,9 @@
 
 [control]
 ; Names for custom unit type flags. There can be up to 16 of these.
-; name          = rule name; not translatable, but may be displayed in
-;                 some circumstances
+; name          = rule name; In some circumstances user may see this
+;                 as part of some sentences, so try to make it descriptive
+;                 and sensible.
 ; helptxt       = displayed in the help for units with this flag (optional)
 flags =
   { "name", "helptxt"


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

Reply via email to