update example
[andGMXsms.git] / connectors / example / res / values / strings.xml
blob66e9856a58c104c692c705c705ada40ca709f4c0
1 <?xml version="1.0" encoding="utf-8"?>
2         <!--
3                 Copyright (C) 2010 Felix Bechstein
4         -->
5         <!--
6                 This file is part of WebSMS. This program is free software; you can
7                 redistribute it and/or modify it under the terms of the GNU General
8                 Public License as published by the Free Software Foundation; either
9                 version 3 of the License, or (at your option) any later version.
10         -->
11         <!--
12                 This program is distributed in the hope that it will be useful, but
13                 WITHOUT ANY WARRANTY; without even the implied warranty of
14                 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15                 General Public License for more details. You should have received a
16                 copy of the GNU General Public License along with this program; If
17                 not, see <http://www.gnu.org/licenses/>.
18         -->
19 <resources>
20         <!-- Common strings. -->
21         <string name="info_text">This is a WebSMS Connector.\nThe only way to use it, is lauching it with WebSMS.</string>
22         <string name="stat_notify_sms_pending">WebSMS Connector IO</string>
23         <string name="error">ERROR</string>
24         <string name="error_http">FAILURE: HTTP</string>
25         <string name="error_mail">Wrong mail address or password given!</string>
26         <string name="error_pw">Wrong username or password given!</string>
27         <string name="error_sender">Wrong sender! Set it in international form like +4917012345678.</string>
28         <string name="error_sender_unregistered">Sender must be registered and confirmed your provider.</string>
29         <string name="error_server">FAILURE: Serverresponse:</string>
30         <string name="error_service">Service is down! Please try again later.</string>
31         <string name="error_wrongcaptcha">Captcha was wrong. Please try again.</string>
32         <string name="error_input">Error in user input!</string>
33         <string name="error_http_header_missing">Header: Content-Length is missing!</string>
34         <string name="error_sendlater_quater">Only full 15minutes are supported by your connector!</string>
36         <string name="username_">Username</string>
37         <string name="password_">Password</string>
38         <string name="create_account_">Create account</string>
39         <string name="use_derfault_sender_">Use default sender</string>
40         <string name="use_derfault_sender_hint">Use default sender provided by WebSMS.</string>
41 </resources>