summaryrefslogtreecommitdiff
path: root/include/net-popup-strings.h
blob: 52c431980eaaa70723ac49988cdf98c87c234d38 (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
/*
*  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_3G_CHARGE				dgettext(PACKAGE, "IDS_WGT_POP_USING_3G_NETWORK_INSTEAD_OF_WI_FI_WILL_INCUR_EXTRA_CHARGES")
#define ALERT_STR_ERR_UNAVAILABLE		dgettext(PACKAGE, "IDS_IM_POP_SERVICE_NOT_AVAIL")
#define ALERT_STR_ERR_CONNECT			dgettext(PACKAGE, "IDS_ST_BODY_UNABLE_TO_CONNECT_TO_THE_NETWORK")
#define ALERT_STR_ERR_NOT_SUPPORT		dgettext(PACKAGE, "IDS_ST_POP_NOT_SUPPORTED")
#define ALERT_STR_WIFI_CONNECTED		dgettext(PACKAGE, "IDS_WIFI_BODY_CONNECTED")
#define ALERT_STR_RESTRICTED_USE_WIFI	dgettext(PACKAGE, "IDS_COM_POP_SECURITY_POLICY_RESTRICTS_USE_OF_WI_FI")

#define NOTIFICATION_STR_WIFI_FOUND_TITLE		"Wi-Fi networks found"
#define NOTIFICATION_STR_WIFI_FOUND_CONTENT		"Open Wi-Fi setting"

#endif				/* __DEF_NET_POPUP_STRINGS_H_ */