res/values/strings.xml
changeset 126 8754e2f19c9c
parent 111 d0fab932cb6e
child 114 a40f65ceeb1a
child 132 728adc0feb4e
equal deleted inserted replaced
125:fd05c0321ef8 126:8754e2f19c9c
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <resources>
     2 <resources>
     3 	<string name="app_name">Beem</string>
     3 	<string name="app_name">Beem</string>
     4 
     4 	<string name="OkButton">Ok</string>
       
     5 	<string name="ClearButton">Clear</string>
       
     6 	
     5 	<!--  Beem class -->
     7 	<!--  Beem class -->
     6 	
     8 	
     7 	<string name="BeemJabberID">Jabber ID</string>
     9 	<string name="BeemJabberID">Jabber ID</string>
     8 	
    10 	
       
    11 	<!--  BeemApplication class -->
       
    12 	
       
    13 	<string name="BeemApplicationConnect">Connecting...</string>
       
    14 	
     9 	<!--  BeemService class -->
    15 	<!--  BeemService class -->
       
    16 	
    10 	<string name="BeemServiceDescription">Use the Beem Service</string>
    17 	<string name="BeemServiceDescription">Use the Beem Service</string>
    11 	<string name="BeemServiceCreated">BeemService Created</string>
    18 	<string name="BeemServiceCreated">BeemService Created</string>
    12 	<string name="BeemServiceDestroyed">BeemService destroyed</string>
    19 	<string name="BeemServiceDestroyed">BeemService destroyed</string>
    13 
    20 
    14 	<!--  Preferences informations -->
    21 	<!--  Preferences informations -->
       
    22 	
    15 	<string name="PreferenceFileName">Beem</string>
    23 	<string name="PreferenceFileName">Beem</string>
    16 	
       
    17 	<string name="PreferenceHostKey">host</string>
    24 	<string name="PreferenceHostKey">host</string>
    18 	<string name="PreferenceJID">Jabber ID</string><string name="PreferenceLoginKey">login</string><string name="PreferencePasswordKey">password</string>
    25 	<string name="PreferenceJID">Jabber ID</string><string name="PreferenceLoginKey">login</string><string name="PreferencePasswordKey">password</string>
    19 	<string name="PreferencePortKey">port</string>
    26 	<string name="PreferencePortKey">port</string>
    20 	<string name="PreferenceProxyHost">proxy_host</string>
    27 	<string name="PreferenceProxyHost">proxy_host</string>
    21 	<string name="PreferenceProxyPort">proxy_port</string>
    28 	<string name="PreferenceProxyPort">proxy_port</string>
    26 	<string name="PreferenceProxyTypeHttp">HTTP</string>
    33 	<string name="PreferenceProxyTypeHttp">HTTP</string>
    27 	<string name="PreferenceProxyTypeSocks4">SOCKS4</string>
    34 	<string name="PreferenceProxyTypeSocks4">SOCKS4</string>
    28 	<string name="PreferenceProxyTypeSocks5">SOCKS5</string>
    35 	<string name="PreferenceProxyTypeSocks5">SOCKS5</string>
    29 
    36 
    30 	<!--  SendIM class -->
    37 	<!--  SendIM class -->
       
    38 
    31 	<string name="SendIMSays"> says :\n</string>
    39 	<string name="SendIMSays"> says :\n</string>
       
    40 	<string name="SendIMYouSay">You say :\n</string>
    32 	<string name="SendIMToSendHint">Tip text here</string>
    41 	<string name="SendIMToSendHint">Tip text here</string>
    33 	<string name="SendIMState">Is : </string>
    42 	<string name="SendIMState">Is : </string>
    34 	<string name="SendIMFrom">and is speaking from : </string>
    43 	<string name="SendIMFrom">and is speaking from : </string>
    35 	<string name="SendIMSmiley">Insert a smiley</string>
    44 	<string name="SendIMSmiley">Insert a smiley</string>
    36 	<string name="SendIMLoginHint">login</string>
    45 	<string name="SendIMLoginHint">login</string>
    37 	<string name="SendIMNoStatusSet">No status set</string>
    46 	<string name="SendIMNoStatusSet">No status set</string>
       
    47 	
       
    48 	<!--  ChangeStatus class -->
       
    49 
       
    50 	<string name="ChangeStatusText">Type here your status message :</string>
    38 
    51 
    39 </resources>
    52 </resources>