apply FSL(Flora Software License)
[apps/home/ug-wifi-direct.git] / popup-wifidirect / include / wfd-app-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  * This file declares strings for wifi direct popup application.
19  *
20  * @file    wfd-app-strings.h
21  * @author  Sungsik Jang (sungsik.jang@samsung.com)
22  * @version 0.1
23  */
24
25 #ifndef __WFD_APP_STRING_H__
26 #define __WFD_APP_STRING_H__
27
28 #ifdef __cplusplus
29 extern "C"
30 {
31 #endif
32
33 #define WFD_STR_HEADER                                  _("WiFi Direct")
34 #define WFD_STR_HEADER_CONNECTED                _("WiFi Direct connected")
35 #define WFD_STR_HEADER_DEACTIVATING             _("Deactivating WiFi Direct...")
36 #define WFD_STR_HEADER_CANCEL_CONNECT   _("Canceling connection...")
37 #define WFD_STR_HEADER_DEFAULT                  _("Wi-Fi")
38 #define WFD_STR_BUTN_YES                                        _("Yes")
39 #define WFD_STR_BUTN_NO                                 _("No")
40 #define WFD_STR_BTN_OK                                  _("OK")
41 #define WFD_STR_BTN_CLOSE                               _("Close")
42 #define WFD_STR_BTN_CANCEL                              _("Cancel")
43
44 #define WFD_STR_POP_APRV_CONNECT4               "Connect with %s in %d sec?"
45 #define WFD_STR_POP_ENTER_PIN                   "Enter PIN"
46 #define WFD_STR_POP_INVALID_PIN         "PIN is not valid."
47
48
49 #define WFD_STR_POP_PROG_CONNECT                _("Connecting...")
50 #define WFD_STR_POP_PROG_CONNECT_WITH_PIN       "Connecting...<br>"\
51                                                                                 "PIN:"
52
53 #define WFD_STR_POP_PROG_CANCEL                 _("Canceling...")
54 #define WFD_STR_POP_NOTI_CONNECTED              _("Connected")
55 #define WFD_STR_POP_NOTI_DISCONNECTED   _("Disconnected")
56 #define WFD_STR_POP_FAIL_CONNECT                "An error has occurred during<br>"\
57                                                                                 "connecting"
58 #define WFD_STR_POP_FAIL_TIMEOUT                "Connection timeout"
59
60 #define WFD_STR_TITLE_MAIN         _("WiFi Direct")
61
62
63 #ifdef __cplusplus
64 }
65 #endif
66
67 #endif                          /* __WFD_APP_STRING_H__ */