Initialize Tizen 2.3
[apps/connectivity/bt-connection-popup.git] / include / bt-connection-string.h
1 /*
2 * bt-connection-popup
3 *
4 * Copyright 2012 Samsung Electronics Co., Ltd
5 *
6 * Contact: Hocheol Seo <hocheol.seo@samsung.com>
7 *           Injun Yang <injun.yang@samsung.com>
8 *           Seungyoun Ju <sy39.ju@samsung.com>
9 *
10 * Licensed under the Flora License, Version 1.1 (the "License");
11 * you may not use this file except in compliance with the License.
12 * You may obtain a copy of the License at
13 *
14 * http://www.tizenopensource.org/license
15 *
16 * Unless required by applicable law or agreed to in writing,
17 * software distributed under the License is distributed on an "AS IS" BASIS,
18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * See the License for the specific language governing permissions and
20 * limitations under the License.
21 *
22 */
23
24 #ifndef __BT_CONNECTION_STRING_H__
25 #define __BT_CONNECTION_STRING_H__
26
27 #include "bt-connection-main.h"
28
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32
33 #ifdef N_
34 #undef N_
35 #endif
36 #define N_(str)                 gettext_noop(str)
37
38 #ifdef _
39 #undef _
40 #endif
41 #define _(str)                  dgettext(PACKAGE, str)
42
43 #define STR_TITLE_ERROR         _("IDS_BT_HEADER_BLUETOOTH_ERROR_ABB")
44 #define STR_UNABLE_REFRESH_APP_BT_DISCONNECTED \
45         _("IDS_WMGR_POP_UNABLE_TO_REFRESH_THIS_APPLICATION_BLUETOOTH_HAS_BEEN_DISCONNECTED")
46 #define STR_UNABLE_OPEN_APP_BT_DISCONNECTED \
47         _("IDS_CMV_POP_UNABLE_TO_OPEN_THIS_APPLICATION_BLUETOOTH_HAS_BEEN_DISCONNECTED")
48 #define STR_UNABLE_PERFORM_ACTION_BT_DISCONNECTED \
49         _("IDS_CMV_POP_UNABLE_TO_PERFORM_THIS_ACTION_BLUETOOTH_HAS_BEEN_DISCONNECTED")
50 #define STR_CONNECTING_BT \
51         _("IDS_BT_BODY_CONNECTING_TO_YOUR_DEVICE_VIA_BLUETOOTH_ING")
52 #define STR_CONNECTED_BT \
53         _("IDS_BT_BODY_CONNECTED_TO_YOUR_DEVICE_VIA_BLUETOOTH")
54 #define STR_CONNECT \
55         _("IDS_BT_BUTTON_CONNECT_ABB2")
56 #define STR_CONNECTION_TIME_OUT_RETRY \
57         _("IDS_BT_POP_UNABLE_TO_CONNECT_TO_YOUR_PHONE_THE_BLUETOOTH_CONNECTION_TIMED_OUT_TRY_AGAIN")
58 #define STR_BLUETOOTH_ADDRESS \
59         _("IDS_BT_HEADER_BLUETOOTH_ADDRESS")
60
61 /* System string */
62 #define STR_OK                  _("IDS_MP_SK_OK")
63 #define STR_CANCEL              _("IDS_MUSIC_SK_CANCEL")
64
65 #ifdef __cplusplus
66 }
67 #endif
68
69 #endif /* __BT_CONNECTION_STRING_H__ */