Merge branch 'master' into tizen_2.1
[apps/native/ug-wifi-direct.git] / popup-wifidirect / include / wfd-app-strings.h
1 /*
2 *  WiFi-Direct UG
3 *
4 * Copyright 2012-2013 Samsung Electronics Co., Ltd
5
6 * Licensed under the Flora License, Version 1.1 (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://floralicense.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 #if 1
30 /* Text should be translated. */
31 #define IDS_WFD_POP_CONNECTED "Connected to %s"
32 #define IDS_WFD_POP_CONNECT_FAILED "Connect to %s failed"
33 #define IDS_WFD_POP_DISCONNECTED "Disconnected to %s"
34
35 #define IDS_WFD_POP_CONNECT_Q "Connect with %s?"
36 #define IDS_WFD_POP_CONNECTING_WITH_KEYPAD "Connect with %s in %d secs. Enter PIN to connect to %s"
37 #define IDS_WFD_POP_ENTER_PIN "Connect with %s in %d secs"
38 #define IDS_WFD_POP_ENTER_PIN_WITH_KEYPAD "%s is requesting a Wi-Fi Direct connection. Allow?"
39 #define IDS_WFD_POP_CONNECTING_WITH_PIN "Connect with %s in %d secs. PIN: %s"
40
41 #endif
42
43 #ifdef __cplusplus
44 }
45 #endif
46
47 #endif /* __WFD_APP_STRING_H__ */