Author: mordante
Date: Fri Oct 31 19:45:19 2008
New Revision: 30471

URL: http://svn.gna.org/viewcvs/wesnoth?rev=30471&view=rev
Log:
Remove translation markers.

The texts in this file aren't ready for translating yet and should thus
not be marked translatable. Problem found by stikonas.

Modified:
    trunk/data/campaigns/Legend_of_Wesmere/utils/ai_controller.cfg

Modified: trunk/data/campaigns/Legend_of_Wesmere/utils/ai_controller.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/utils/ai_controller.cfg?rev=30471&r1=30470&r2=30471&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/utils/ai_controller.cfg (original)
+++ trunk/data/campaigns/Legend_of_Wesmere/utils/ai_controller.cfg Fri Oct 31 
19:45:19 2008
@@ -27,13 +27,13 @@
 
         [set_menu_item]
             id=ai_controller_location
-            description= _ "define ai location"
+            description= "define ai location"
             [command]
                 [message]
                     speaker=narrator
                     [text_input]
                         variable=ai_controller.location_input
-                        label=_ "Location name?"
+                        label="Location name?"
                         max_chars=10 # ?hmmm
                         #text=""
                     [/text_input]
@@ -43,7 +43,7 @@
                     speaker=narrator
                     [text_input]
                         variable=ai_controller.location_range
-                        label=_ "Range in Hexfields?"
+                        label="Range in Hexfields?"
                         max_chars=3
                     [/text_input]
                     image=wesnoth-icon.png
@@ -57,7 +57,7 @@
 
         [set_menu_item]
             id=ai_controller_enable
-            description= _ "enable ai_controller"
+            description= "enable ai_controller"
             [show_if]
                 [variable]
                     name=ai_controller.in_command
@@ -71,7 +71,7 @@
 
         [set_menu_item]
             id=ai_controller_disable
-            description= _ "disable ai_controller"
+            description= "disable ai_controller"
             [show_if]
                 [variable]
                     name=ai_controller.in_command
@@ -85,7 +85,7 @@
 
         [set_menu_item]
             id=ai_controller_orders
-            description= _ "Give new orders"
+            description= "Give new orders"
             [show_if]
                 [have_unit]
                     canrecruit=yes
@@ -129,7 +129,7 @@
                                         name=ai_controller.options
                                         mode=append
                                         [value]
-                                            message= _ "Command 
$ai_controller.friend_leaders[$friend].id"
+                                            message= "Command 
$ai_controller.friend_leaders[$friend].id"
                                             
id="command_ally_$friend_leaders[$friend].id"
                                             [command]
                                                 {VARIABLE_OP 
ai_controller.ai_side format $ai_controller.friend_leaders[$friend].side}
@@ -159,7 +159,7 @@
 
                         [message]
                             id=$ai_controller.selected_leader.id
-                            message= _ "Which ally should i command?"
+                            message= "Which ally should i command?"
                             [insert_tag]
                                 name=option
                                 variable=ai_controller.options
@@ -226,38 +226,38 @@
         name="ai_ask_value"
         first_time_only=no
         [message]
-            message= _ "How important is this command?"
+            message= "How important is this command?"
             id=$ai_controller.current_leader.id
             [option]
                 id="ai_ask_very"
-                message= _ "It is very important.(value 90)"
+                message= "It is very important.(value 90)"
                 [command]
                     {VARIABLE ai_controller.ai_value 90}
                 [/command]
             [/option]
             [option]
                 id="ai_ask_very"
-                message= _ "It is important.(value 50)"
+                message= "It is important.(value 50)"
                 [command]
                     {VARIABLE ai_controller.ai_value 50}
                 [/command]
             [/option]
             [option]
                 id="ai_ask_very"
-                message= _ "It is not so important.(value 25)"
+                message= "It is not so important.(value 25)"
                 [command]
                     {VARIABLE ai_controller.ai_value 25}
                 [/command]
             [/option]
             [option]
                 id="ai_ask_custom"
-                message= _ "It has the importance ..."
+                message= "It has the importance ..."
                 [command]
                     [message]
                         speaker=narrator
                         [text_input]
                             variable=ai_controller.ai_value
-                            label=_ "value: "
+                            label="value: "
                             max_chars=2
                             text=20    # wmllint: ignore
                         [/text_input]
@@ -324,19 +324,19 @@
 
         [message]
             # wmllint: display on
-            message= _ "Which kind of order do you want me to obey?
+            message= "Which kind of order do you want me to obey?
 @$ai_controller.current_orders"
             id=$ai_controller.current_leader.id
             # wmllint: display off
 
             #[option]
             #    id=command_nothing
-            #    message= _ "Stay with your current orders!"
+            #    message= "Stay with your current orders!"
             #[/option]
 
             [option]
                 id=command_clear
-                message= _ "#I revoke all your commands!"
+                message= "#I revoke all your commands!"
                [command]
                        {MODIFY_UNIT side=$ai_controller.ai_side goto_x "-999"}
                        {MODIFY_UNIT side=$ai_controller.ai_side goto_y "-999"}
@@ -351,7 +351,7 @@
 
 #            [option]
 #                id=command_empty
-#                message= _ "Forget your destination and listen to a new 
Command! (Move Commands must be cleaned)"
+#                message= "Forget your destination and listen to a new 
Command! (Move Commands must be cleaned)"
 
 #                [command]
  #                   [modify_side]
@@ -381,7 +381,7 @@
 #            [/option]
 
             [option]
-                message= _ "Defeat an enemy Leader!"
+                message= "Defeat an enemy Leader!"
                 [command]
                     {FOREACH ai_controller.enemy_leaders enemy}
 
@@ -390,7 +390,7 @@
                         mode=append
                         [value]
                             
id="command_defeat_$ai_controller.enemy_leaders[$enemy].id"
-                            message= _ "Defeat 
$ai_controller.enemy_leaders[$enemy].id|!"
+                            message= "Defeat 
$ai_controller.enemy_leaders[$enemy].id|!"
                             [command]
                                 [fire_event]
                                     name=ai_ask_value
@@ -413,7 +413,7 @@
                                     
name=ai_controller.ai_desc.side$ai_controller.ai_side|
                                     mode=append
                                     [value]
-                                        description= _ "I am already attacking 
$ai_controller.enemy_leaders[$enemy].id|!"
+                                        description= "I am already attacking 
$ai_controller.enemy_leaders[$enemy].id|!"
                                     [/value]
                                 [/set_variables]
 
@@ -428,7 +428,7 @@
 
                     [message]
                         id=$ai_controller.current_leader.id
-                        message= _ "Which enemy Leaders do you want me to 
defeat?"
+                        message= "Which enemy Leaders do you want me to 
defeat?"
                         [insert_tag]
                             name=option
                             variable=ai_controller.options
@@ -438,14 +438,14 @@
             [/option]
 
             [option]
-                message= _ "Protect an allied leader!"
+                message= "Protect an allied leader!"
                 [command]
                     {FOREACH ai_controller.friend_leaders friend}
                     [set_variables]
                         name=ai_controller.options
                         mode=append
                         [value]
-                            message= _ "Protect 
$ai_controller.friend_leaders[$friend].id"
+                            message= "Protect 
$ai_controller.friend_leaders[$friend].id"
                             
id="command_protect_$ai_controller.friend_leaders[$friend].id"
                             [command]
                                [fire_event]
@@ -469,7 +469,7 @@
                                     
name=ai_controller.ai_desc.side$ai_controller.ai_side|
                                     mode=append
                                     [value]
-                                        description= _ "I am already 
protecting $ai_controller.friend_leaders[$friend].id"
+                                        description= "I am already protecting 
$ai_controller.friend_leaders[$friend].id"
                                     [/value]
                                 [/set_variables]
                                
@@ -496,7 +496,7 @@
                     {CLEAR_VARIABLE friend}
 
                     [message]
-                        message= _ "Which allied leader should i protect?"
+                        message= "Which allied leader should i protect?"
                         id=$ai_controller.current_leader.id
                         [insert_tag]
                             name=option
@@ -507,7 +507,7 @@
             [/option]
 
             [option]
-                message=_ "Defend a location!"
+                message="Defend a location!"
                 [command]
                     {FOREACH ai_controller.locations location}
                     [set_variables]
@@ -515,7 +515,7 @@
                         mode=append
                         [value]
                             
id="command_defend_$ai_controller.locations[$location].id"
-                            message= _ "Defend the 
$ai_controller.locations[$location].name|!"
+                            message= "Defend the 
$ai_controller.locations[$location].name|!"
                             [command]
                                [fire_event]
                                        name=ai_ask_value
@@ -538,7 +538,7 @@
                                     
name=ai_controller.ai_desc.side$ai_controller.ai_side|
                                     mode=append
                                     [value]
-                                        description= _ "I am allready 
defending $ai_controller.locations[$location].name|!"
+                                        description= "I am allready defending 
$ai_controller.locations[$location].name|!"
                                     [/value]
                                 [/set_variables]
 
@@ -555,7 +555,7 @@
                     {CLEAR_VARIABLE location}
 
                     [message]
-                        message= _ "Which location should i protect?"
+                        message= "Which location should i protect?"
                         id=$ai_controller.current_leader.id
                         [insert_tag]
                             name=option
@@ -566,7 +566,7 @@
             [/option]
 
             [option]
-                message= _ "Go to a location!(only the leader)"
+                message= "Go to a location!(only the leader)"
                 [command]
                     {FOREACH ai_controller.locations location}
                     [set_variables]
@@ -574,7 +574,7 @@
                         mode=append
                         [value]
                             
id="command_goto_$ai_controller.locations[$location].id"
-                            message=_ "Goto the 
$ai_controller.locations[$location].name|!"
+                            message="Goto the 
$ai_controller.locations[$location].name|!"
                             [command]
                                [fire_event]
                                        name=ai_ask_value
@@ -595,7 +595,7 @@
                                     
name=ai_controller.ai_desc.side$ai_controller.ai_side|
                                     mode=append
                                     [value]
-                                        description= _ "I am allready going to 
$ai_controller.locations[$location].name|!"
+                                        description= "I am allready going to 
$ai_controller.locations[$location].name|!"
                                     [/value]
                                 [/set_variables]
 
@@ -609,7 +609,7 @@
                    {CLEAR_VARIABLE location}
 
                     [message]
-                        message= _ "To which location shall i move?"
+                        message= "To which location shall i move?"
                         id=$ai_controller.current_leader.id
                         [insert_tag]
                             name=option
@@ -620,7 +620,7 @@
             [/option]
 
             [option]
-                message= _ "Avoid a location!"
+                message= "Avoid a location!"
                 [command]
                     {FOREACH ai_controller.locations location}
                     [set_variables]
@@ -628,7 +628,7 @@
                         mode=append
                         [value]
                             
id="command_avoid_$ai_controller.locations[$location].id"
-                            message= _ "Avoid the 
$ai_controller.locations[$location].name|!"
+                            message= "Avoid the 
$ai_controller.locations[$location].name|!"
                             [command]
                                [fire_event]
                                        name=ai_ask_value
@@ -649,7 +649,7 @@
                                     
name=ai_controller.ai_desc.side$ai_controller.ai_side|
                                     mode=append
                                     [value]
-                                        description= _ "I am allready ordered 
to avoid $ai_controller.locations[$location].name|!"
+                                        description= "I am allready ordered to 
avoid $ai_controller.locations[$location].name|!"
                                     [/value]
                                 [/set_variables]
                                [fire_event]
@@ -662,7 +662,7 @@
                    {CLEAR_VARIABLE location}
 
                     [message]
-                        message= _ "Which location shall i avoid?"
+                        message= "Which location shall i avoid?"
                         id=$ai_controller.current_leader.id
                         [insert_tag]
                             name=option
@@ -673,7 +673,7 @@
             [/option]
 
            # [option]
-           #     message= _ "Take a keep!"
+           #     message= "Take a keep!"
            #     [command]
            #         {FOREACH options option}
            #         {VARIABLE options[$option].command.modify_side.side 
$ai_side}
@@ -701,7 +701,7 @@
            #         {NEXT option}
 
             #        [message]
-             #           message= _ "Which keep shall i take?"
+             #           message= "Which keep shall i take?"
               #          id=$ai_controller.current_leader.id
                #         [insert_tag]
                 #            name=option
@@ -730,7 +730,7 @@
 
 
             [option]
-                message= _ "Send your army to a location!"
+                message= "Send your army to a location!"
                 [command]
                     {FOREACH ai_controller.locations location}
                     [set_variables]
@@ -738,7 +738,7 @@
                         mode=append
                         [value]
                             
id="command_send_$ai_controller.locations[$location].id"
-                            message=_ "Move to the 
$ai_controller.locations[$location].name|!"
+                            message="Move to the 
$ai_controller.locations[$location].name|!"
                             [command]
                                 [store_unit]
                                     [filter]
@@ -782,7 +782,7 @@
                                     
name=ai_controller.ai_desc.side$ai_controller.ai_side|
                                     mode=append
                                     [value]
-                                        description= _ "I am allready ordered 
to send all men to $ai_controller.locations[$location].name|!"
+                                        description= "I am allready ordered to 
send all men to $ai_controller.locations[$location].name|!"
                                     [/value]
                                 [/set_variables]
                             [/command]
@@ -791,7 +791,7 @@
                     {NEXT location}
 
                     [message]
-                        message= _ "Which location shall i send my men to?"
+                        message= "Which location shall i send my men to?"
                         id=$ai_controller.current_leader.id
                         [insert_tag]
                             name=option
@@ -808,7 +808,7 @@
 
             [option]
                 id=command_quit
-                message= _ "@I don't want to be in command any more! Take care 
of yourselves! (Disables AI_CONTROLLER)"
+                message= "@I don't want to be in command any more! Take care 
of yourselves! (Disables AI_CONTROLLER)"
                [show_if]
                    [variable]
                         name=ai_controller.in_command
@@ -822,7 +822,7 @@
 
             [option]
                id=command_execute
-               message= _ "@Execute my orders!"
+               message= "@Execute my orders!"
                [command]
                        [modify_side]
                                side=$ai_controller.ai_side


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to