Update for license
[platform/core/connectivity/net-popup.git] / include / net-popup-strings.h
1 /*
2 *  net-popup
3 *
4 * Copyright 2012-2013  Samsung Electronics Co., Ltd
5 *
6 * Licensed under the Flora License, Version 1.1 (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://floralicense.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
25 #include "net-popup.h"
26
27 #define ALERT_STR_MOBILE_NETWORKS_CHARGE                dgettext(PACKAGE, "IDS_ST_POP_CONNECTING_TO_MOBILE_NETWORKS_ING_N_ADDITIONAL_CHARGES_MAY_BE_INCURRED_IF_YOU_ARE_NOT_USING_A_FLAT_RATE_DATA_PLAN")
28 #define ALERT_STR_ERR_UNAVAILABLE               dgettext(PACKAGE, "IDS_IM_POP_SERVICE_NOT_AVAIL")
29 #define ALERT_STR_ERR_CONNECT                   dgettext(PACKAGE, "IDS_ST_BODY_UNABLE_TO_CONNECT_TO_THE_NETWORK")
30 #define ALERT_STR_ERR_NOT_SUPPORT               dgettext(PACKAGE, "IDS_ST_POP_NOT_SUPPORTED")
31 #define ALERT_STR_WIFI_CONNECTED                dgettext(PACKAGE, "IDS_WIFI_BODY_CONNECTED")
32 #define ALERT_STR_RESTRICTED_USE_WIFI   dgettext(PACKAGE, "IDS_COM_POP_SECURITY_POLICY_RESTRICTS_USE_OF_WI_FI")
33
34 #endif /* __DEF_NET_POPUP_STRINGS_H__ */