summaryrefslogtreecommitdiff
path: root/include/net-popup-strings.h
blob: 568b7c1a9a2da137971d747ef5df1451bdf355eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*
*  net-popup
*
* Copyright 2012  Samsung Electronics Co., Ltd
*
* Licensed under the Flora License, Version 1.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.tizenopensource.org/license
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/

#ifndef __DEF_NET_POPUP_STRINGS_H__
#define __DEF_NET_POPUP_STRINGS_H__

#include <libintl.h>

#include "net-popup.h"

#define ALERT_STR_MOBILE_NETWORKS_CHARGE		dgettext(PACKAGE, "IDS_QP_POP_YOU_WILL_BE_CONNECTED_TO_YOUR_MOBILE_NETWORK_THIS_MAY_RESULT_IN_ADDITIONAL_CHARGES")
#define ALERT_STR_ERR_UNAVAILABLE			dgettext(PACKAGE, "IDS_IM_POP_SERVICE_NOT_AVAIL")
#define ALERT_STR_ERR_CONNECT				dgettext(PACKAGE, "IDS_WIFI_POP_UNABLE_TO_CONNECT")
#define ALERT_STR_ERR_WRONG_PASSWORD		dgettext(PACKAGE, "IDS_ST_POP_WRONG_PASSWORD")
#define ALERT_STR_ERR_NOT_SUPPORT			dgettext(PACKAGE, "IDS_ST_POP_NOT_SUPPORTED")
#define ALERT_STR_WIFI_CONNECTED			dgettext(PACKAGE, _("IDS_ST_BODY_CONNECTED_TO_WI_FI_NETWORK_PS"))
#define ALERT_STR_RESTRICTED_USE_WIFI		dgettext(PACKAGE, "IDS_COM_POP_SECURITY_POLICY_RESTRICTS_USE_OF_WI_FI")
#define ALERT_STR_NO_AP_FOUND			dgettext(PACKAGE, "IDS_WIFI_POP_NO_WI_FI_AP_FOUND")
#define ALERT_STR_WIFI_MOBILE_AP_ON			dgettext(PACKAGE, "IDS_ST_POP_TURNING_ON_WI_FI_WILL_DISABLE_WI_FI_TETHERING")
#define ALERT_STR_LENGHTY_PASSWORD			dgettext(PACKAGE, "IDS_COM_POP_MAXIMUM_NUMBER_OF_CHARACTERS_REACHED")
#define ALERT_STR_DONT_ASK_AGAIN			dgettext(PACKAGE, "IDS_WIFI_BUTTON_DONT_ASK_AGAIN")
#define ALERT_STR_OK						dgettext(PACKAGE, "IDS_COM_SK_OK")
#define ALERT_STR_NO						dgettext(PACKAGE, "IDS_COM_SK_NO")
#define ALERT_STR_CANCEL						dgettext(PACKAGE, "IDS_COM_SK_CANCEL")
#define ALERT_STR_WIFI 							dgettext(PACKAGE, "IDS_WIFI_BODY_WI_FI")

#endif /* __DEF_NET_POPUP_STRINGS_H__ */