res/values/strings.xml
changeset 114 a40f65ceeb1a
parent 111 d0fab932cb6e
child 116 dded6cd76f8c
equal deleted inserted replaced
113:01b2fc87427b 114:a40f65ceeb1a
    20 
    20 
    21 	<!--  Preferences informations -->
    21 	<!--  Preferences informations -->
    22 	
    22 	
    23 	<string name="PreferenceFileName">Beem</string>
    23 	<string name="PreferenceFileName">Beem</string>
    24 	<string name="PreferenceHostKey">host</string>
    24 	<string name="PreferenceHostKey">host</string>
    25 	<string name="PreferenceJID">Jabber ID</string><string name="PreferenceLoginKey">login</string><string name="PreferencePasswordKey">password</string>
    25 	<string name="PreferenceJID">Jabber ID</string>
       
    26 	<string name="PreferenceLoginKey">login</string>
       
    27 	<string name="PreferencePasswordKey">password</string>
    26 	<string name="PreferencePortKey">port</string>
    28 	<string name="PreferencePortKey">port</string>
    27 	<string name="PreferenceProxyHost">proxy_host</string>
    29 	<string name="PreferenceProxyHost">proxy_host</string>
    28 	<string name="PreferenceProxyPort">proxy_port</string>
    30 	<string name="PreferenceProxyPort">proxy_port</string>
    29 	<string name="PreferenceUseProxy">use_proxy</string>
    31 	<string name="PreferenceUseProxy">use_proxy</string>
    30 	<string name="PreferenceProxyType">proxy_type</string>
    32 	<string name="PreferenceProxyType">proxy_type</string>
    31 	<string name="PreferenceProxyUser">proxy_user</string>
    33 	<string name="PreferenceProxyUser">proxy_user</string>
    32 	<string name="PreferenceProxyPassword">proxy_password</string>
    34 	<string name="PreferenceProxyPassword">proxy_password</string>
       
    35 	<string name="PreferenceProxyTypeNone">None</string>
    33 	<string name="PreferenceProxyTypeHttp">HTTP</string>
    36 	<string name="PreferenceProxyTypeHttp">HTTP</string>
    34 	<string name="PreferenceProxyTypeSocks4">SOCKS4</string>
    37 	<string name="PreferenceProxyTypeSocks4">SOCKS4</string>
    35 	<string name="PreferenceProxyTypeSocks5">SOCKS5</string>
    38 	<string name="PreferenceProxyTypeSocks5">SOCKS5</string>
    36 
    39 
    37 	<!--  SendIM class -->
    40 	<!--  SendIM class -->