Release tizen_2.0_beta
[apps/home/net-popup.git] / include / net-popup-strings.h
1 /*
2 *  net-popup
3 *
4 * Copyright 2012  Samsung Electronics Co., Ltd
5 *
6 * Licensed under the Flora License, Version 1.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * http://www.tizenopensource.org/license
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 *
18 */
19
20 #ifndef __DEF_NET_POPUP_STRINGS_H_
21 #define __DEF_NET_POPUP_STRINGS_H_
22
23 #include <libintl.h>
24 #include "net-popup.h"
25
26 #define ALERT_STR_3G_CHARGE                             dgettext(PACKAGE, "IDS_WGT_POP_USING_3G_NETWORK_INSTEAD_OF_WI_FI_WILL_INCUR_EXTRA_CHARGES")
27 #define ALERT_STR_ERR_UNAVAILABLE               dgettext(PACKAGE, "IDS_IM_POP_SERVICE_NOT_AVAIL")
28 #define ALERT_STR_ERR_CONNECT                   dgettext(PACKAGE, "IDS_ST_BODY_UNABLE_TO_CONNECT_TO_THE_NETWORK")
29 #define ALERT_STR_ERR_NOT_SUPPORT               dgettext(PACKAGE, "IDS_ST_POP_NOT_SUPPORTED")
30 #define ALERT_STR_WIFI_CONNECTED                dgettext(PACKAGE, "IDS_WIFI_BODY_CONNECTED")
31 #define ALERT_STR_RESTRICTED_USE_WIFI   dgettext(PACKAGE, "IDS_COM_POP_SECURITY_POLICY_RESTRICTS_USE_OF_WI_FI")
32
33 #define NOTIFICATION_STR_WIFI_FOUND_TITLE               "Wi-Fi networks found"
34 #define NOTIFICATION_STR_WIFI_FOUND_CONTENT             "Open Wi-Fi setting"
35
36 #endif                          /* __DEF_NET_POPUP_STRINGS_H_ */