• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4 * Copyright (C) 2007-2008 Esmertec AG.
5 * Copyright (C) 2007-2008 The Android Open Source Project
6 *
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 *      http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 */
19-->
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21    <string name="ro_perm_label">read instant messages</string>
22    <string name="ro_perm_desc">
23        Allows applications to read data from the IM content provider.
24    </string>
25
26    <string name="wo_perm_label">write instant messages</string>
27    <string name="wo_perm_desc">
28        Allows applications to write data to the IM content provider.
29    </string>
30
31    <!-- The application label. This appears in the application launcher on the
32    Home screen. This is a noun. -->
33    <string name="im_label">IM</string>
34
35    <!-- These strings displayed on the landing page. -->
36    <!-- The title of the landing page.-->
37    <string name="landing_page_title">Chat - Select an account</string>
38
39    <!-- Landing page screen menu and context menu items. -->
40    <!-- Conext menu item: add a new account.-->
41    <string name="menu_add_account">Add account</string>
42    <!-- Conext menu item: edit an account.-->
43    <string name="menu_edit_account">Edit account</string>
44    <!-- Conext menu item: remove an account.-->
45    <string name="menu_remove_account">Remove account</string>
46    <!-- Screen menu item: sign out all service.-->
47    <string name="menu_sign_out_all">Sign out all</string>
48
49    <!-- These strings displayed on the landing page. -->
50    <!-- The title of the landing page.-->
51    <string name="choose_account_title">Chat - Select an account</string>
52    <!-- Displays the number of ongoing chats on the landing page.-->
53    <string name="conversations">(<xliff:g id="number" example="27">%1$d</xliff:g>)</string>
54
55    <!-- Sign in progress screen menu items.-->
56    <!-- Screen menu item on the sign-in progress screen. It allows the user to cancel signing in.-->
57    <string name="menu_cancel_signin">Cancel signin</string>
58
59    <!--Contact list screen menu and context menu items.-->
60    <!-- This is a screen menu item for the Contact List Screen. It lets the
61    user to add a friend to the friend list. May be overrided by the plugin.-->
62    <string name="menu_add_contact">Add contact</string>
63    <!-- Context/drop-down menu item for the Contact List Screen. The context menu is
64    displayed when the user long clicks on a contact in the contact list. It lets the user to
65    remove a contact from the list. May be overrided by the plugin.-->
66    <string name="menu_remove_contact">Delete contact</string>
67    <!-- Context/drop-down menu item for the Contact List Screen. The context menu is
68    displayed when the user long clicks on a contact in the contact list. It lets the user to
69    block a contact. May be overrided by the plugin.-->
70    <string name="menu_block_contact">Block contact</string>
71    <!-- Screen menu item on the contact list screen to go to the blocked list
72    screen.-->
73    <string name="menu_view_blocked">Blocked</string>
74    <!-- Screen menu item on the contact list to go back to the landing page,
75    where you can choose which IM service you want to use-->
76    <string name="menu_view_accounts">Account list</string>
77    <!-- Screen menu item on the contact list to go to the setting page.-->
78    <string name="menu_settings">Settings</string>
79    <!-- Context/drop-down menu item for the contact list screen. The context menu is
80    displayed when the user long clicks on a contact in the contact list. It lets the user to
81    start a chat with a friend. May be overried by the plugin.-->
82    <string name="menu_start_chat">Start chat</string>
83    <!-- Screen menu item on the contact list to sign out the service.-->
84    <string name="menu_sign_out">Sign out</string>
85    <!-- Context/drop-down menu item for the contact list screen. The context menu is
86    displayed when the user long clicks on a contact in the contact list. It lets the
87    user to view the contact's profile. May be overrided by the plugin.-->
88    <string name="menu_view_profile">View profile</string>
89    <!-- Context/drop-down menu item for the contact list screen. The context menu is
90    displayed when the user long clicks on a conversation in the contact list. It lets the
91    user to end a chat with a contact. May be overrided by the plugin.-->
92    <string name="menu_end_conversation">End chat</string>
93
94    <!-- Chat screen menu and context menu items.-->
95    <!-- Screen menu item on the chat screen to go back the contact list screen.
96    May be overrided by the plugin.-->
97    <string name="menu_view_contact_list">Contact list</string>
98    <!-- Screen menu item on the chat screen to invite another contact to join the chat.
99    Currently not supported.-->
100    <string name="menu_invite_contact">Invite\u2026</string>
101    <!-- Screen menu item on the chat screen to open a chat dash board which lets the user to
102    switch between chats. May be overrided by the plugin.-->
103    <string name="menu_switch_chats">Switch chats</string>
104    <!-- Screen menu item on the chat screen to insert smiley. May be overrided by the plugin.-->
105    <string name="menu_insert_smiley">Insert smiley</string>
106
107    <!-- This string is used in the chat dashboard.  When there is a shortcut assigned to a chat
108     it allows the user to press menu+[0-9] to quickly switch beteen chats.  This string of
109     menu+ is used to build up the UI to show the user which shortcut to use.  A number (0-9) will
110     be appended to the end of this.  -->
111    <string name="menu_plus">Menu+"</string>
112
113    <!-- The title of a simple input dialog. Currently not used.-->
114    <string name="default_input_title">Input</string>
115
116    <!-- Strings for the confirm dialogs-->
117    <!-- The title of the confirm dialog which asks the user to continue or cancel an operation such as block a contact, remove a contact.-->
118    <string name="confirm">Confirm</string>
119    <!-- This is the message displayed in the confirm dialog when the user choose to sign out all service -->
120    <string name="signout_all_confirm_message">Do you want to sign out all services?</string>
121    <!-- This is the message displayed in the confirm dialog that opens when user clicks to delete a contact in the contact list screen.-->
122    <string name="confirm_delete_contact">The contact \"<xliff:g id="user">%1$s</xliff:g>\" will be deleted.</string>
123    <!-- This is the message displayed in the confirm dialog that opens when user clicks to  block a contact in the contact list screen.-->
124    <string name="confirm_block_contact">The contact \"<xliff:g id="user">%1$s</xliff:g>\" will be blocked.</string>
125    <!-- This is the message displayed on the confirm dialog that opens when user clicks to unblock a contact in the blocked list screen.-->
126    <string name="confirm_unblock_contact">The contact \"<xliff:g id="user">%1$s</xliff:g>\" will be unblocked.</string>
127    <!-- The "OK" button label for the error message dialog. -->
128    <string name="ok">OK</string>
129    <!-- The "Cancel" button label for the confirm dialogs. -->
130    <string name="cancel">Cancel</string>
131    <!-- The "OK" button label for the confirm dialogs. -->
132    <string name="yes">OK</string>
133    <!-- The "Cancel" button label for the confirm dialogs. -->
134    <string name="no">Cancel</string>
135
136    <!-- This is the toast message displayed when the user has been signed out of the service.-->
137    <string name="signed_out_prompt">You have been signed out of <xliff:g id="account">%1$s</xliff:g>.</string>
138    <!-- This is the toast message displayed when the user has been signed out of the service due to an error.-->
139    <string name="signed_out_prompt_with_error">You have been signed out of <xliff:g id="account">%1$s</xliff:g> because <xliff:g id="reason">%2$s</xliff:g>.</string>
140
141    <!-- These strings displayed on the landing page. -->
142    <!-- The add account label on the landing page. This is displayed when the user hasn't setup an account of the IM service.-->
143    <string name="add_account">Add <xliff:g id="account">%1$s</xliff:g> account</string>
144
145    <!-- These strings are displayed on the account setup page. -->
146    <!-- The username label. May be overrided by the plugin.-->
147    <string name="label_username">Username:</string>
148    <!-- The password label. -->
149    <string name="label_password">Password:</string>
150    <!-- The label for the checkbox which asks if the user wants to save the password on the client. -->
151    <string name="remember_password">Remember my password.</string>
152    <!-- The label for the checkbox which asks if the user wants to sign in the account automatically when phone bootstrap. -->
153    <string name="keep_me_signed_in">Sign me in automatically.</string>
154    <!-- The label for the link which will bring up browser to let the user to sign up a new account when clicked. May be overrided by the plugin.-->
155    <string name="sign_up">Don\u2019t have an account?</string>
156    <!-- This is the warning message displayed in a toast when "Sign me in automatically" is selected. May be overrided by the plugin.-->
157    <string name="check_auto_sign_in">This option automatically signs you in every time you open this application. To disable the option, sign out, then clear the \"Sign me in automatically\" check box.</string>
158    <!-- The button label which lets the user to sign into the IM service.  -->
159    <string name="sign_in">Sign in</string>
160
161    <!-- These strings are displayed the sign in progress screen.-->
162    <!-- The title of the sign-in progress screen.  -->
163    <string name="signing_in_to">Signing in to <xliff:g id="account">%1$s</xliff:g></string>
164    <!-- This is the progress/status text displayed in the middle of the sign-in progress screen. -->
165    <string name="signing_in_wait">Signing in\u2026</string>
166    <!-- Dialog title -->
167    <!-- This is the title for the background data prompt dialog, asking the user whether
168    to enable the background data if it is disabled when launch the IM app -->
169    <string name="bg_data_prompt_title">Background data disabled</string>
170    <!-- Dialog messages: -->
171    <!-- This is the message displayed in the prompt dialog when we launch IM but found
172    the background data is disabled -->
173    <string name="bg_data_prompt_message">
174         <xliff:g id="provider">%1$s</xliff:g> needs background data to be enabled.
175    </string>
176    <!-- Dialog buttons: -->
177    <!-- OK button for the prompt dialog -->
178    <string name="bg_data_prompt_ok">Enable</string>
179    <!-- Cancel button for the prompt dialog -->
180    <string name="bg_data_prompt_cancel">Quit</string>
181
182    <!-- These strings are displayed on the contact list page. -->
183    <!-- The title of the ongoing chat group. May be overrided by the plugin.-->
184    <string name="ongoing_conversation">Ongoing chats (<xliff:g id="number">%1$d</xliff:g>)</string>
185    <!-- Displays the number of online contacts in a list.-->
186    <string name="online_count"><xliff:g id="number">%1$d</xliff:g> online</string>
187    <!-- The title of the subscription request group if there is any.-->
188    <string name="subscriptions">Friend invitations</string>
189    <!-- Prefix of the contact if he/she is not in the user's list.-->
190    <string name="unknown_contact">(<i>Unknown</i>) </string>
191    <!-- Displayed as a child item of the contact list if it's empty.-->
192    <string name="empty_contact_group">Empty</string>
193    <!-- Displayed as a child item of the ongoing chat group if it's empty. -->
194    <string name="empty_conversation_group">No conversations</string>
195
196    <!-- Strings for contacts picker activity to inviting a contact into a group chat. Currently not supported.-->
197    <string name="contacts_picker_title">Select contact(s) to invite</string>
198    <string name="contact_filter_hint">Type to find contact</string>
199    <string name="empty_contact_list">No contacts found.</string>
200
201    <!-- The title of blocked contact list.-->
202    <string name="blocked_list_title">Blocked contacts - <xliff:g id="user">%1$s</xliff:g></string>
203    <!-- Displayed if there isn't any blocked contact.-->
204    <string name="no_blocked_contact">No blocked contacts.</string>
205
206    <!-- These strings are displayed in the contact info dialog. -->
207    <!-- The title of the contact profile dialog. -->
208    <string name="contact_profile_title">Contact profile</string>
209    <!-- The label of the status on the contact profile dialog. -->
210    <string name="label_status">Status:</string>
211    <!-- The label of the client type on the contact profile dialog. -->
212    <string name="label_client_type">Client type:</string>
213    <!-- The client type which indicates the contact is sign in with a PC client. -->
214    <string name="client_type_computer">Computer</string>
215    <!-- The client type which indicates the contact is sign in with a mobile client. -->
216    <string name="client_type_mobile">Mobile</string>
217
218    <!-- The contact presence status. May be overrided by the plugin. -->
219    <!-- This is an adjective describing the "online" status for the user. It appears in the
220    drop-down status menu on the Contact List screen -->
221    <string name="presence_available">Online</string>
222    <!-- This is an adjective describing the "busy" status for the user. It appears in the
223    drop-down status menu on the Contact List screen -->
224    <string name="presence_busy">Busy</string>
225    <!-- This is an adjective describing the "away" status for the user. It appears in the
226    drop-down status menu on the Contact List screen -->
227    <string name="presence_away">Away</string>
228    <!-- This is an adjective describing the "idle" status for the user. It appears in the
229    drop-down status menu on the Contact List screen -->
230    <string name="presence_idle">Idle</string>
231    <!-- This is an adjective describing the "offline" status for the user. It appears in the
232    drop-down status menu on the Contact List screen -->
233    <string name="presence_offline">Offline</string>
234    <!-- This is an adjective describing the "invisible" status for the user. It appears in the
235    drop-down status menu on the Contact List screen -->
236    <string name="presence_invisible">Appear offline</string>
237
238    <!-- These strings are displayed on the connection setting activity. They are used for development only. Do not localize! -->
239    <string name="preference_title" translatable="false"><xliff:g id="provider">%1$s</xliff:g> settings (dev only)</string>
240    <string name="data_channel_label" translatable="false">Data channel</string>
241    <string name="data_encoding_label" translatable="false">Data encoding</string>
242    <string name="cir_channel_label" translatable="false">CIR channel</string>
243    <string name="host_label" translatable="false">Host</string>
244    <string name="msisdn_label" translatable="false">MSISDN</string>
245    <string name="http" translatable="false">HTTP</string>
246    <string name="sms" translatable="false">SMS</string>
247    <string name="tcp" translatable="false">TCP</string>
248    <string name="xml" translatable="false">XML</string>
249    <string name="wbxml" translatable="false">WBXML</string>
250    <string name="save" translatable="false">Save</string>
251
252    <!-- These strings are displayed on the chat screen -->
253    <!-- Chat screen title (i.e. Chat with Anne Clarkson) -->
254    <string name="chat_with">Chat with <xliff:g id="user">%1$s</xliff:g></string>
255    <!-- In the chat history list, this label is added before the chats the user typed -->
256    <string name="me">Me</string>
257    <!-- On the chat screen, this is the hint text in the input field where the user enters the
258    chat. This needs to fit in both portrait and landscape mode -->
259    <string name="compose_hint">Type to compose</string>
260    <!-- Inline status message in the chat history list, when receiving a "online" status update. -->
261    <string name="contact_online"><xliff:g id="user">%1$s</xliff:g> is online</string>
262    <!-- Inline status message in the chat history list, when receiving an "away" status update. -->
263    <string name="contact_away"><xliff:g id="user">%1$s</xliff:g> is away</string>
264    <!-- Inline status message in the chat history list, when receiving a "busy" status update. -->
265    <string name="contact_busy"><xliff:g id="user">%1$s</xliff:g> is busy</string>
266    <!-- Inline status message in the chat history list, when receiving a "offline" status update. -->
267    <string name="contact_offline"><xliff:g id="user">%1$s</xliff:g> is offline</string>
268    <!-- Inline status message in the chat history list, when a friend joined the chat. -->
269    <string name="contact_joined"><xliff:g id="user">%1$s</xliff:g> has joined</string>
270    <!-- Inline status message in the chat history list, when a friend left the chat. -->
271    <string name="contact_left"><xliff:g id="user">%1$s</xliff:g> has left</string>
272    <!-- Inline time stamp status in the chat history list. The timestamp formatting maybe different for different locales.-->
273    <string name="time_stamp" format="date">\'Sent at\' <xliff:g id="hour">hh</xliff:g>:<xliff:g id="minute">mm</xliff:g> <xliff:g id="ampm">a</xliff:g> \'on\' <xliff:g id="date">EEEE</xliff:g></string>
274    <!-- The send button on the chat screen. -->
275    <string name="send">Send</string>
276    <!-- Error message when a chat failed to be sent.-->
277    <string name="msg_sent_failed">This message could not be sent.</string>
278    <!-- Warning message displayed in the chat screen when connection is lost.-->
279    <string name="disconnected_warning">Lost connection to server. Messages will be sent when online.</string>
280    <!-- Warning message displayed in the chat screen when the contact is offline.-->
281    <string name="contact_offline_warning"><xliff:g id="user">%1$s</xliff:g> is offline. Messages you send will be delivered when <xliff:g id="user">%1$s</xliff:g> comes online.</string>
282    <!-- Warning message displayed in the chat screen when the contact is not in the user's list.-->
283    <string name="contact_not_in_list_warning"><xliff:g id="user">%1$s</xliff:g> is not in your Contact list.</string>
284    <!-- The menu of links brought up when the user clicks on a chat history item, if there are any.-->
285    <string name="select_link_title">Select link</string>
286    <!-- Displayed when there is no active chats in the chat dashboard.-->
287    <string name="empty_chat_list">No active chats.</string>
288
289    <!-- Add contact screen -->
290    <!-- This is the title of the Add Contact Screen. -->
291    <string name="add_contact_title">Add contact</string>
292    <!-- The label of the email input box on the Add Contact Screen. -->
293    <string name="input_contact_label">Email address of person you wish to invite:</string>
294    <!-- The label of the list spinner on the Add Contact Screen. -->
295    <string name="choose_list_label">Choose a list:</string>
296    <!-- This is an instruction message displayed under the input box on the Add Contact Screen.  -->
297    <string name="invite_instruction">Type a name to add from Contacts.</string>
298    <!-- The label of the button on the Add Contact Screen to send the invitation. -->
299    <string name="invite_label">Send invitation</string>
300
301    <!-- setting screen. A title is the name of the setting; a summary is displayed in smaller text below the title. -->
302    <string name="setting_title">General settings</string>
303    <string name="hide_offline_contacts">Hide offline contacts</string>
304    <!-- This is a subtitle for the "Notification settings"  in the Setting screen. -->
305    <string name="notification_group_title">Notification settings</string>
306    <!-- This is the text label of the setting for IM notifications; a summary is displayed in
307    smaller text below this label -->
308    <string name="notification_enabled_title">IM notifications</string>
309    <!-- This is the summary of the setting for IM notifications -->
310    <string name="notification_enabled_summary">Notify in status bar when IM arrives</string>
311    <!-- This is the text label of the vibrate notification setting; a summary is displayed in
312    smaller text below this label -->
313    <string name="notification_vibrate_title">Vibrate</string>
314    <!-- This is the summary of the vibrate notification setting-->
315    <string name="notification_vibrate_summary">Also vibrate when IM arrives</string>
316    <!-- This is the text label of the sound notification setting; a summary is displayed in
317    smaller text below this label -->
318    <string name="notification_sound_title">Sound</string>
319    <!-- This is the summary of the vibrate notification setting-->
320    <string name="notification_sound_summary">Also play ringtone when IM arrives</string>
321    <!-- This is the text label selecting the ringtone. Clicking on this will take the user to
322    the ringtone picker -->
323    <string name="notification_ringtone_title">Select ringtone</string>
324
325    <!-- Group chat invitation screen (Currently not used.) -->
326    <!-- The prompt message displayed on the group chat invitation screen.-->
327    <string name="invitation_prompt"><xliff:g id="user">%1$s</xliff:g> has invited you to join a group chat.</string>
328    <!-- Toast when group chat invitation has been sent to the contact.-->
329    <string name="invitation_sent_prompt"> Invitation has been sent to <xliff:g id="user">%1$s</xliff:g>.</string>
330    <!-- The button for accepting an invitation.-->
331    <string name="accept_invitation">Accept</string>
332    <!-- The button for decline an invitation.-->
333    <string name="decline_invitation">Decline</string>
334
335    <!-- Friend subscription screen -->
336    <string name="subscription_prompt"><xliff:g id="user">%1$s</xliff:g> has invited you to be on their Contact list.</string>
337    <!-- The button for approving a subscription request.-->
338    <string name="approve_subscription">Accept</string>
339    <!-- The button for delecling a subscription request.-->
340    <string name="decline_subscription">Decline</string>
341    <!-- Toast when approve a subscription request failed.-->
342    <string name="approve_subscription_error">Unable to approve subscription from <xliff:g id="user">%1$s</xliff:g>. Please try again later.</string>
343    <!-- Toast when decline a subscription request failed.-->
344    <string name="decline_subscription_error">Unable to decline subscription from <xliff:g id="user">%1$s</xliff:g>. Please try again later.</string>
345    <!-- Notification bar messages -->
346    <!-- This is the notification bar message when a new IM arrives. -->
347    <string name="newMessages_label">New <xliff:g id="provider">%1$s</xliff:g> messages</string>
348    <!-- This is the notification bar message when new IMs comes from more than one contact. -->
349    <string name="num_unread_chats">
350        <xliff:g id="number">%1$d</xliff:g> unread chats
351    </string>
352    <!-- This is the notification bar message when an invitation from someone arrived. -->
353    <string name="subscription_notify_text">
354        New friend invitation from <xliff:g id="user">%s</xliff:g>
355    </string>
356    <!-- This is the notification bar message when an invitation to join a group chat from someone arrived. Currently not used. -->
357    <string name="notify_groupchat_label">Group chat invitation</string>
358    <!-- This is the text label of the group chat invitation message in the notification. Currently not used. -->
359    <string name="group_chat_invite_notify_text">
360        New group chat invitation from <xliff:g id="user">%s</xliff:g>
361    </string>
362
363    <!-- Toast when a contact is added into a list.-->
364    <string name="add_contact_success">Contact \"<xliff:g id="user">%1$s</xliff:g>\" added.</string>
365    <!-- Toast when a contact is deleted from the list.-->
366    <string name="delete_contact_success">Contact \"<xliff:g id="user">%1$s</xliff:g>\" deleted.</string>
367    <!-- Toast when a contact is blocked.-->
368    <string name="block_contact_success">Contact \"<xliff:g id="user">%1$s</xliff:g>\" blocked.</string>
369    <!-- Toast when a contact is unblocked.-->
370    <string name="unblock_contact_success">Contact \"<xliff:g id="user">%1$s</xliff:g>\" unblocked.</string>
371
372
373    <!-- IM service permission -->
374    <string name="perm_label">start IM service</string>
375    <string name="perm_desc">Allows applications to start IM service via intent.</string>
376
377    <!-- Errors-->
378    <!-- The title of the error dialog -->
379    <string name="error">Attention</string>
380    <!-- Error message for sign in failed.-->
381    <string name="login_service_failed">Unable to sign in to the <xliff:g id="service">%1$s</xliff:g> service. Please try again later.\n(Detail: <xliff:g id="description">%2$s</xliff:g>)</string>
382    <!-- Error message for creating contact list failed.-->
383    <string name="add_list_failed">The list was not added.</string>
384    <!-- Error message for blocking contact failed.-->
385    <string name="block_contact_failed">Contact was not blocked.</string>
386    <!-- Error message for unblocking contact failed.-->
387    <string name="unblock_contact_failed">Contact was not unblocked.</string>
388    <!-- Error message for when the user didn't select a contact as required.-->
389    <string name="select_contact">Please select a contact first.</string>
390    <!-- Error message for when the current connection disconnected.-->
391    <string name="disconnected">Disconnected!\n</string>
392    <!-- Error message for when the IM service has died.-->
393    <string name="service_error">Service error!</string>
394    <!-- Error message for loading contact list failed.-->
395    <string name="load_contact_list_failed">Contact list did not load.</string>
396    <!-- Error message for failed to connect to the server.-->
397    <string name="cant_connect_to_server">Cannot connect to server. Please check your connection.</string>
398    <!-- Error message for when the contact is already in the list.-->
399    <string name="contact_already_exist">"<xliff:g id="user">%1$s</xliff:g>" already exists in your Contact list.</string>
400    <!-- Error message for when the contact is blocked. -->
401    <string name="contact_blocked">Contact \"<xliff:g id="user">%1$s</xliff:g>\" has been blocked.</string>
402    <!-- Error message for when the contact list is not compeletely loaded.-->
403    <string name="contact_not_loaded">Please wait while your Contact list loads.</string>
404    <!-- Error message for when a network error occurred.-->
405    <string name="network_error">A network error occurred.</string>
406    <!-- Error message for lack of server support error.-->
407    <string name="service_not_support">The server does not support this functionality.</string>
408    <!-- Erorr message for bad password error.-->
409    <string name="invalid_password">The password you entered is not valid.</string>
410    <!-- Error message for server internal error.-->
411    <string name="internal_server_error">The server encountered an error.</string>
412    <!-- Error message for when the server does not implement the feature. -->
413    <string name="not_implemented">The server does not support this functionality.</string>
414    <!-- Error message for server not available error.-->
415    <string name="service_unavaiable">The server is currently unavailable.</string>
416    <!-- Error message for timeout error.-->
417    <string name="timeout">The server has timed out.</string>
418    <!-- Error message for when the server does not support the current protocol version.-->
419    <string name="version_not_supported">The server does not support the current version.</string>
420    <!-- Error message for when the message queue on the server is full.-->
421    <string name="message_queue_full">The message queue is full.</string>
422    <!-- Error message for when the domain is not supported by the server.-->
423    <string name="domain_not_supported">The server does not support forwarding to the domain.</string>
424    <!-- Error message for a bad username error.-->
425    <string name="unknown_user">The username you entered is not recognized.</string>
426    <!-- Error message for when the user is blocked by the recipient.-->
427    <string name="recipient_blocked_the_user">Sorry, you are blocked by the user.</string>
428    <!-- Error message for session expired error.-->
429    <string name="session_expired">The session has expired, please sign in again.</string>
430    <!-- forced_logout and already_logged_in are used within another sentence so y is not capped. -->
431    <string name="forced_logout">you have signed in from another client.</string>
432    <string name="already_logged_in">you have already signed in from another client.</string>
433    <!-- Error message for msisdn error.-->
434    <string name="msisdn_error">Sorry, the phone number cannot be read from your SIM card. Please contact your operator for help.</string>
435    <!-- Error message for when the user is not signed in.-->
436    <string name="not_signed_in">You are currently not signed in.</string>
437    <!-- Generic error.-->
438    <string name="general_error">Error code <xliff:g id="code">%1$d</xliff:g></string>
439
440    <!-- Smiley names. May be overrided by the plugin. -->
441    <string-array name="default_smiley_names">
442        <item>Happy</item>
443        <item>Sad</item>
444        <item>Winking</item>
445        <item>Tongue sticking out</item>
446        <item>Surprised</item>
447        <item>Kissing</item>
448        <item>Yelling</item>
449        <item>Cool</item>
450        <item>Money mouth</item>
451        <item>Foot in mouth</item>
452        <item>Embarrassed</item>
453        <item>Angel</item>
454        <item>Undecided</item>
455        <item>Crying</item>
456        <item>Lips are sealed</item>
457        <item>Laughing</item>
458        <item>Confused</item>
459    </string-array>
460    <!-- Do not localize! Smiley text representations. May be overrided by the plugin. -->
461    <string-array name="default_smiley_texts" translatable="false">
462        <item>:-)</item>
463        <item>:-(</item>
464        <item>;-)</item>
465        <item>:-P</item>
466        <item>=-O</item>
467        <item>:-*</item>
468        <item>:O</item>
469        <item>B-)</item>
470        <item>:-$</item>
471        <item>:-!</item>
472        <item>:-[</item>
473        <item>O:-)</item>
474        <item>:-\\</item>
475        <item>:\'(</item>
476        <item>:-X</item>
477        <item>:-D</item>
478        <item>o_O</item>
479    </string-array>
480</resources>
481