tizen 2.0beta
[apps/native/ug-wifi-direct.git] / popup-wifidirect / include / wfd-app-strings.h
1 /*
2 *  WiFi-Direct UG
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
21
22 #ifndef __WFD_APP_STRING_H__
23 #define __WFD_APP_STRING_H__
24
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28
29 #define WFD_STR_HEADER                                  _("WiFi Direct")
30 #define WFD_STR_HEADER_CONNECTED                _("WiFi Direct connected")
31 #define WFD_STR_HEADER_DEACTIVATING             _("Deactivating WiFi Direct...")
32 #define WFD_STR_HEADER_CANCEL_CONNECT   _("Canceling connection...")
33 #define WFD_STR_HEADER_DEFAULT                  _("Wi-Fi")
34 #define WFD_STR_BUTN_YES                                        _("Yes")
35 #define WFD_STR_BUTN_NO                                 _("No")
36 #define WFD_STR_BTN_OK                                  _("OK")
37 #define WFD_STR_BTN_CLOSE                               _("Close")
38 #define WFD_STR_BTN_CANCEL                              _("Cancel")
39
40 #define WFD_STR_POP_APRV_CONNECT4               "Connect with %s in %d sec?"
41 #define WFD_STR_POP_ENTER_PIN                   "Enter PIN"
42 #define WFD_STR_POP_INVALID_PIN         "PIN is not valid."
43
44
45 #define WFD_STR_POP_PROG_CONNECT                _("Connecting...")
46 #define WFD_STR_POP_PROG_CONNECT_WITH_PIN       "Connecting...<br>"\
47                                                                                 "PIN:"
48
49 #define WFD_STR_POP_PROG_CANCEL                 _("Canceling...")
50 #define WFD_STR_POP_NOTI_CONNECTED              _("Connected")
51 #define WFD_STR_POP_NOTI_DISCONNECTED   _("Disconnected")
52 #define WFD_STR_POP_FAIL_CONNECT                "An error has occurred during<br>"\
53                                                                                 "connecting"
54 #define WFD_STR_POP_FAIL_TIMEOUT                "Connection timeout"
55
56 /* Not included in excel file, but it exist in STMS */
57 #define WFD_STR_TITLE_MAIN         _("WiFi Direct")
58
59
60 #ifdef __cplusplus
61 }
62 #endif
63
64 #endif /* __WFD_APP_STRING_H__ */