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