1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <resources> |
|
3 <!-- Generic terms --> |
|
4 <string name="app_name">Beem</string> |
|
5 <string name="OkButton">Ok</string> |
|
6 <string name="ClearButton">Clear</string> |
|
7 <string name="CancelButton">Cancel</string> |
|
8 <string name="AcceptButton">Authorize</string> |
|
9 <string name="RefuseButton">Deny</string> |
|
10 <string name="JabberID">Jabber ID</string> |
|
11 <string name="Password">Password</string> |
|
12 <string name="Continue">Continue</string> |
|
13 |
|
14 <!-- AccountConfigure class --> |
|
15 <string name="AccountConfigureManualConfiguration">Manual Configuration</string> |
|
16 |
|
17 <!-- BeemService class --> |
|
18 <string name="BeemServiceDescription">Use Beem Service</string> |
|
19 |
|
20 <!-- ContactDialog class --> |
|
21 <string name="CDChat">Chat</string> |
|
22 <string name="CDCall">Call</string> |
|
23 <string name="CDInfos">Manage User</string> |
|
24 |
|
25 <!-- AddContact class --> |
|
26 <string name="AddCActTitle">Beem - Add a contact</string> |
|
27 |
|
28 <string name="AddCLogin">Username</string> |
|
29 <string name="AddCAlias">Alias</string> |
|
30 <string name="AddCGroup">Group</string> |
|
31 <string name="AddCOkButton">Add</string> |
|
32 <string name="AddCContactAdded">Contact added</string> |
|
33 <string name="AddCContactAddedError">Error Contact not added</string> |
|
34 <string name="AddCContactAddedLoginError">Error Login</string> |
|
35 <string name="AddCContactAlready">Contact already exist</string> |
|
36 |
|
37 <!-- ChangeStatus class --> |
|
38 <string name="ChangeStatusActTitle">Beem - Change my status</string> |
|
39 <string name="ChangeStatusType">My status</string> |
|
40 <string name="ChangeStatusMessage">My status message</string> |
|
41 <string name="OpenContactList">Open contact list</string> |
|
42 |
|
43 <string name="ChangeStatusOk">Updating status</string> |
|
44 <string name="my_avatar">My avatar</string> |
|
45 <string name="select_avatar">Choose your avatar</string> |
|
46 <string name="take_photo">Take a photo</string> |
|
47 <string name="pick_photo">Select a picture</string> |
|
48 <string name="delete_avatar">No avatar</string> |
|
49 <string name="photoPickerNotFoundText">Photo picker not found</string> |
|
50 |
|
51 |
|
52 <!-- Settings class --> |
|
53 <string name="SettingsProxy">Proxy</string> |
|
54 <string name="SettingsProxyProxy">Use a proxy server</string> |
|
55 <string name="SettingsProxySummary">Login through a proxy server</string> |
|
56 <string name="SettingsProxyType">Protocol</string> |
|
57 <string name="SettingsProxyTypeSummary">Choose the proxy server type</string> |
|
58 <string name="SettingsProxyServer">Edit proxy server address</string> |
|
59 <string name="SettingsProxyPort">Edit proxy server port</string> |
|
60 <string name="SettingsProxyUser">Optional, allow to authenticate yourself on the proxy server</string> |
|
61 <string name="SettingsProxyPassword">Optional, allow to authenticate yourself on the proxy server</string> |
|
62 <string name="SettingsAdvanced">Advanced</string> |
|
63 <string name="SettingsAdvancedOptions">Specific server option</string> |
|
64 <string name="SettingsAdvancedRecoDelay">Modify reconnection delay</string> |
|
65 <string name="SettingsAdvancedSpecOpt">Check this box if you want to use a specific server for your connection</string> |
|
66 <string name="SettingsAdvancedAddOpt">Edit the server address</string> |
|
67 <string name="SettingsAdvancedPortOpt">Edit the server port</string> |
|
68 <string name="SettingsResourceTitle">Resource</string> |
|
69 <string name="SettingsPriorityTitle">Priority</string> |
|
70 <string name="SettingsResourceSummary">Set the XMPP resource of your client </string> |
|
71 <string name="SettingsPrioritySummary">Set the priority of your client</string> |
|
72 <string name="contact_list_preferences">Buddy list</string> |
|
73 <string name="contact_list_preferences_sum">A set of display options for your buddy list |
|
74 </string> |
|
75 <string name="CLP_hide_groups">Hide groups</string> |
|
76 <string name="CLP_hide_groups_sum">Check this option to hide groups</string> |
|
77 <string name="CLP_show_jid">Show JID</string> |
|
78 <string name="CLP_show_jid_sum">Check this option to always show Contact\'s JID</string> |
|
79 <string name="CLP_hidden_contact">Hide buddies</string> |
|
80 <string name="CLP_hidden_contact_sum">Check this option to hide unconnected buddies |
|
81 </string> |
|
82 <string name="settings_account_username">Username (JID)</string> |
|
83 <string name="settings_account_password">Password</string> |
|
84 <string name="settings_account_server">Server</string> |
|
85 <string name="settings_account_port">Port</string> |
|
86 <string name="settings_advanced_service_behaviour">Service behaviour</string> |
|
87 <string name="settings_advanced_sum">A set of options for advanced users</string> |
|
88 <string name="settings_xmpp_server">Address</string> |
|
89 <string name="comments_xmpp_server">example.com</string> |
|
90 <string name="settings_xmpp_port">Port</string> |
|
91 <string name="settings_xmpp_use_tls">Require SSL/TLS</string> |
|
92 <string name="settings_reco_delay">Reconnection delay</string> |
|
93 <string name="comments_xmpp_port">Default: 5222</string> |
|
94 <string name="settings_proxy_sum">Settings for proxy usage</string> |
|
95 <string name="settings_proxy_use">Connect using a proxy</string> |
|
96 <string name="settings_proxy_type_prompt">Choose a type of proxy</string> |
|
97 <string name="settings_proxy_server">Server</string> |
|
98 <string name="settings_proxy_port">Port</string> |
|
99 <string name="comments_proxy_port">Default: 1080</string> |
|
100 <string name="settings_proxy_username">Username</string> |
|
101 <string name="settings_proxy_password">Password</string> |
|
102 <string name="away_chk_title">Enable Auto-away</string> |
|
103 <string name="away_chk_sum">Change status to Away when the screen is turned off</string> |
|
104 <string name="away_message_title">Away message</string> |
|
105 <string name="away_message_sum">The away message that will be displayed</string> |
|
106 <string name="away_message_hint">I\'m away, my cellphone screen is off</string> |
|
107 <string name="notification_preferences">Notification settings</string> |
|
108 <string name="notification_enable_vibrate_title">Enable vibrate</string> |
|
109 <string name="notification_enable_vibrate_sum">Enable vibrate on incoming messages</string> |
|
110 <string name="notification_snd_title">Message ringtone</string> |
|
111 <string name="notification_snd_sum">Set your incoming message ringtone</string> |
|
112 <string name="settings_chat_compact">Chat compact</string> |
|
113 <string name="settings_chat_compact_sum">Set the chat windows compact</string> |
|
114 <string name="history">History</string> |
|
115 <string name="history_sum">Check this to save chats on the SDCard</string> |
|
116 <string name="chat_preferences">Chat</string> |
|
117 <string name="chat_preferences_sum">History, Layout size ...</string> |
|
118 <string name="chat_history_path">History path</string> |
|
119 <string name="chat_history_path_sum">Chat conversations are saved in a folder on the SDCard</string> |
|
120 <string name="settings_smack_debug">Enable XMPP debug</string> |
|
121 <string name="settings_full_jid_login">Use my full JID as username</string> |
|
122 <string name="settings_full_jid_login_sum">Need by some server such as Google Talk</string> |
|
123 |
|
124 <!-- Subscription class --> |
|
125 <string name="SubscriptAccept">Subscription accepted</string> |
|
126 <string name="SubscriptError">Subscription error</string> |
|
127 <string name="SubscriptRefused">Subscription refused</string> |
|
128 <string name="SubscriptText">%s wants to add you to his/her buddy list. Do you want to authorize him/her?</string> |
|
129 <string name="SubscriptTitle">Authorize buddy?</string> |
|
130 |
|
131 <!-- BeemBroadcastReceiver class --> |
|
132 <string name="BeemBroadcastReceiverDisconnect">BEEM: You have been disconnected</string> |
|
133 |
|
134 <!-- XmppConnectionAdapter class --> |
|
135 <string name="AcceptContactRequest">%s has just added you to his/her buddy list.</string> |
|
136 <string name="AcceptContactRequestFrom">Authorize %s to contact you.</string> |
|
137 |
|
138 <!-- Activities --> |
|
139 <string name="edit_settings_name">Beem - Settings</string> |
|
140 <string name="create_account_name">Beem - Create an account</string> |
|
141 <string name="contact_list_name">Beem - Contacts</string> |
|
142 <string name="user_info_name">Beem - User Info</string> |
|
143 |
|
144 <!-- LogAs Activity --> |
|
145 <string name="login_menu_settings">Settings</string> |
|
146 <string name="login_menu_about">About</string> |
|
147 <string name="login_about_title">Beem %s - About</string> |
|
148 <string name="login_about_msg"> |
|
149 Beem is an EPITECH Innovative Project. Visit us at |
|
150 http://www.beem-project.com ! |
|
151 </string> |
|
152 <string name="login_about_button">Close</string> |
|
153 <string name="login_login_progress">Connecting. Please wait...</string> |
|
154 <string name="login_menu_login">Login</string> |
|
155 <string name="login_start_msg">Settings configuration in menu</string> |
|
156 |
|
157 <!-- LoginAnim activity --> |
|
158 <string name="loganim_connecting">Connecting ...</string> |
|
159 <string name="loganim_authenticating">Authenticating ...</string> |
|
160 <string name="loganim_login_success">Login success</string> |
|
161 <string name="loganim_login_failed">Login failed</string> |
|
162 |
|
163 <!-- EditSettings Activity --> |
|
164 <string name="settings_menu_create_account">Create an account</string> |
|
165 <string name="settings_menu_privacy_lists">Manage my privacy lists</string> |
|
166 <string name="settings_saved_ok">The settings have been saved successfully.</string> |
|
167 |
|
168 |
|
169 |
|
170 <!-- EditSettings Activity Categories --> |
|
171 <string name="general_preferences">General preferences</string> |
|
172 <string name="user_preferences">Account (required)</string> |
|
173 <string name="user_preferences_advanced">User settings advanced (optional)</string> |
|
174 <string name="network_preferences">Network options</string> |
|
175 <string name="proxy_proxy_settings">Proxy settings</string> |
|
176 <string name="proxy_user_settings">Proxy settings</string> |
|
177 <string name="history_preferences">History</string> |
|
178 <string name="chat_layout_option">Chat layout</string> |
|
179 |
|
180 |
|
181 <!-- EditSettings Activity Tabs --> |
|
182 <string name="settings_tab_tag_account">edit_settings_tab_account</string> |
|
183 <string name="settings_tab_label_account">Account</string> |
|
184 <string name="settings_tab_tag_xmpp">edit_settings_tab_xmpp</string> |
|
185 <string name="settings_tab_label_xmpp">XMPP</string> |
|
186 <string name="settings_tab_tag_proxy">edit_settings_tab_proxy</string> |
|
187 <string name="settings_tab_label_proxy">Proxy</string> |
|
188 |
|
189 |
|
190 <!-- wizard activities --> |
|
191 <string name="account_wizard_text1"><b>Welcome on BEEM.</b>\n\nYou have not configured an XMPP (Jabber) account yet.\nChoose one of the following options :</string> |
|
192 <string name="account_wizard_configure_text_1">Use an account store on the device</string> |
|
193 <string name="account_wizard_configure_text_2"><b>or</b></string> |
|
194 <string name="account_wizard_configure_text_3">Fill in the data for your existing account</string> |
|
195 <string name="account_wizard_settings_warn"><b>Warning: </b>Your settings are set to use a server proxy or a specific server hostname.</string> |
|
196 <string name="account_wizard_connection_failed"><b>Unable to authenticate your account. Please verify your credentials</b></string> |
|
197 <string name="account_wizard_select_account_btn">Choose an account</string> |
|
198 |
|
199 <string name="account_wizard_configure_account">I already have an account I want to use</string> |
|
200 <string name="account_wizard_create_account">I want to register for a new account</string> |
|
201 |
|
202 <!-- Create an account Activity --> |
|
203 <string name="create_account_text">Enter the required informations to create your account</string> |
|
204 <string name="create_account_progress_title">Account creation</string> |
|
205 <string name="create_account_progress_message">Please wait</string> |
|
206 <string name="create_account_err_username">Bad JabberID</string> |
|
207 <string name="create_account_err_passwords">Passwords do not match.</string> |
|
208 <string name="create_account_username">Username</string> |
|
209 <string name="create_account_password">Password</string> |
|
210 <string name="create_account_confirm_password">Confirm password</string> |
|
211 <string name="create_account_err_conflict">This account is already used. Please try another one</string> |
|
212 <string name="create_account_err_connection">The selected server is not available. Please try another one</string> |
|
213 |
|
214 |
|
215 <!-- ContactList Activity --> |
|
216 <string name="contact_list_menu_add_contact">Add a contact</string> |
|
217 <string name="contact_list_menu_status">Change status</string> |
|
218 <string name="contact_list_menu_settings">Settings</string> |
|
219 <string name="contact_list_menu_disconnect">Disconnect</string> |
|
220 <string name="contact_list_all_contact">All contacts</string> |
|
221 <string name="contact_list_no_group">No group</string> |
|
222 |
|
223 <!-- UserInfo dialog --> |
|
224 <string name="userinfo_label_alias">Alias</string> |
|
225 <string name="userinfo_label_chg_group">Manage groups</string> |
|
226 <string name="userinfo_label_re_subscription">Resend invit</string> |
|
227 <string name="userinfo_label_block">Block</string> |
|
228 <string name="userinfo_label_delete">Delete</string> |
|
229 <string name="userinfo_resend">Suscription resend</string> |
|
230 <string name="userinfo_sure2delete">Are you sure you want to delete this contact? |
|
231 </string> |
|
232 <string name="userinfo_yes">Yes</string> |
|
233 <string name="userinfo_no">No</string> |
|
234 <string name="userinfo_sureresend">Are you sure you want to resend invit?</string> |
|
235 |
|
236 <string name="chat_name">Beem - Chat</string> |
|
237 <string name="chat_input_default_value">Type your message</string> |
|
238 <string name="chat_self">Me</string> |
|
239 <string name="chat_error">Error</string> |
|
240 <string name="chat_send_message">Send</string> |
|
241 <string name="chat_menu_contacts_list">Contacts list</string> |
|
242 <string name="chat_menu_change_chat">Switch chat</string> |
|
243 <string name="chat_menu_start_otr_session">Start OTR session</string> |
|
244 <string name="chat_menu_stop_otr_session">Stop OTR session</string> |
|
245 <string name="chat_menu_otr_verify_key">OTR verify key</string> |
|
246 <string name="chat_menu_otr_submenu">OTR actions</string> |
|
247 <string name="chat_dialog_change_chat_title">Opened chats</string> |
|
248 <string name="chat_menu_close_chat">Close this chat</string> |
|
249 <string name="chat_no_more_chats">No more active chats</string> |
|
250 <string name="chat_state_composing">is composing a message</string> |
|
251 <string name="chat_state_gone">has left the conversation</string> |
|
252 <string name="chat_state_active">pays attention to the conversation</string> |
|
253 <string name="chat_state_inactive">is doing another thing</string> |
|
254 <string name="chat_otrstate_plaintext">PLAINTEXT</string> |
|
255 <string name="chat_otrstate_encrypted">ENCRYPTED</string> |
|
256 <string name="chat_otrstate_finished">FINISHED</string> |
|
257 <string name="chat_otrstate_authenticated">AUTHENTICATED</string> |
|
258 <string name="chat_otr_verify_key" formatted="false"> |
|
259 Authenticating a buddy helps ensure that the person you are talking to is who they claim to be.\n\n |
|
260 To verify the fingerprint, contact your buddy via some <i>other</i> authenticated channel, such as the telephone or GPG-signed email. Each of you should tell your fingerprint to the other.\n\n |
|
261 If everything matches up, you should indicate in the above dialog that you <b>have</b> verified the fingerprint.\n\n |
|
262 Local fingerprint %s\n\nRemote fingerprint %s\n\nVerify fingerprint ?</string> |
|
263 |
|
264 <string name="contact_status_msg_available">Available</string> |
|
265 <string name="contact_status_msg_available_chat">Available to chat</string> |
|
266 <string name="contact_status_msg_dnd">Do not disturb</string> |
|
267 <string name="contact_status_msg_away">Away</string> |
|
268 <string name="contact_status_msg_xa">Unavailable</string> |
|
269 <string name="contact_status_msg_offline">Disconnected</string> |
|
270 |
|
271 <string name="privacy_list_name">Beem - Manage my privacy lists</string> |
|
272 <string name="privacy_list_no_data">There aren\'t any privacy list registered.</string> |
|
273 <string name="privacy_list_menu_create">Create a privacy list</string> |
|
274 <string name="privacy_list_create_dialog_title">Create a privacy list</string> |
|
275 <string name="privacy_list_create_dialog_list_name_label">Title</string> |
|
276 <string name="privacy_list_create_dialog_create_button">Create</string> |
|
277 <string name="privacy_list_select_dialog_buddies">Buddies</string> |
|
278 <string name="privacy_list_select_dialog_groups">Groups</string> |
|
279 <string name="privacy_list_select_dialog_delete">Delete</string> |
|
280 <string name="privacy_list_delete_dialog_msg">Do you really want to delete the privacy list entitled \'%s\'?</string> |
|
281 <string name="privacy_list_delete_dialog_yes">Yes</string> |
|
282 <string name="privacy_list_delete_dialog_no">No</string> |
|
283 |
|
284 <string name="UpdateButton">Update</string> |
|
285 |
|
286 <!-- MemorizingTrustManager library --> |
|
287 <string name="mtm_accept_cert">Accept Unknown Certificate?</string> |
|
288 <string name="mtm_decision_always">Always</string> |
|
289 <string name="mtm_decision_once">Once</string> |
|
290 <string name="mtm_decision_abort">Abort</string> |
|
291 |
|
292 <string name="mtm_notification">Certificate Verification</string> |
|
293 |
|
294 <!-- Error messages --> |
|
295 |
|
296 <string name="error_login_authentication">Error during authentication, bad login or password.</string> |
|
297 |
|
298 <string name="interna_server_error">Remote server error</string> |
|
299 <string name="bad_request">bad-request</string> |
|
300 <string name="forbidden">forbidden</string> |
|
301 <string name="item_not_found">item-not-found</string> |
|
302 <string name="conflict">conflict</string> |
|
303 <string name="feature_not_implemented">feature-not-implemented</string> |
|
304 <string name="gone">gone</string> |
|
305 <string name="jid_malformed">jid-malformed</string> |
|
306 <string name="no_acceptable">no-acceptable</string> |
|
307 <string name="not_allowed">not-allowed</string> |
|
308 <string name="not_authorized">not-authorized</string> |
|
309 <string name="payment_required">payment-required</string> |
|
310 <string name="recipient_unavailable">recipient-unavailable</string> |
|
311 <string name="redirect">redirect</string> |
|
312 <string name="registration_required">registration-required</string> |
|
313 <string name="remote_server_not_found">Remote server not found</string> |
|
314 <string name="remote_server_timeout">No server response</string> |
|
315 <string name="remote_server_error">Remote server error</string> |
|
316 <string name="resource_constraint">resource-constraint</string> |
|
317 <string name="service_unavailable">service-unavailable</string> |
|
318 <string name="subscription_required">subscription-required</string> |
|
319 <string name="undefined_condition">undefined-condition</string> |
|
320 <string name="unexpected_condition">unexpected-condition</string> |
|
321 <string name="request_timeout">request-timeout</string> |
|
322 </resources> |
|