Author: cazfi
Date: Tue Aug 25 19:37:55 2015
New Revision: 29678

URL: http://svn.gna.org/viewcvs/freeciv?rev=29678&view=rev
Log:
Added translators comments for helptext also in cases where nation group 
prevents something.

See patch #6283

Modified:
    branches/S2_6/client/helpdata.c

Modified: branches/S2_6/client/helpdata.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/helpdata.c?rev=29678&r1=29677&r2=29678&view=diff
==============================================================================
--- branches/S2_6/client/helpdata.c     (original)
+++ branches/S2_6/client/helpdata.c     Tue Aug 25 19:37:55 2015
@@ -1372,6 +1372,7 @@
                      
nation_group_name_translation(preq->source.value.nationgroup));
       } else {
         cat_snprintf(buf, bufsz,
+                     /* TRANS: nation group: "Prevented by Medieval nation 
..." */
                      _("Prevented by %s nation on your team.\n"),
                      
nation_group_name_translation(preq->source.value.nationgroup));
       }
@@ -1384,6 +1385,7 @@
                      
nation_group_name_translation(preq->source.value.nationgroup));
       } else {
         cat_snprintf(buf, bufsz,
+                     /* TRANS: nation group: "Prevented by Modern nation ..." 
*/
                      _("Prevented if %s nation is in alliance with you.\n"),
                      
nation_group_name_translation(preq->source.value.nationgroup));
       }
@@ -1396,6 +1398,7 @@
                      
nation_group_name_translation(preq->source.value.nationgroup));
       } else {
         cat_snprintf(buf, bufsz,
+                     /* TRANS: nation group: "Prevented by Asian nation ..." */
                      _("Prevented by %s nation in the game.\n"),
                      
nation_group_name_translation(preq->source.value.nationgroup));
       }


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

Reply via email to