91e0f428aba297c5b671aa506999fab8947646bc
[platform/framework/web/crosswalk-tizen.git] / tests / popup / popup_string.h
1 // Copyright 2015 Samsung Electronics Co, Ltd. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef WRT_TESTS_POPUP_STRING_H_
6 #define WRT_TESTS_POPUP_STRING_H_
7
8 #include <string>
9
10 namespace wrt {
11
12 namespace popup_string {
13
14 extern const char kTextDomainWrt[];
15
16 extern const char kPopupTitleAuthRequest[];
17 extern const char kPopupTitleCert[];
18 extern const char kPopupTitleGeoLocation[];
19 extern const char kPopupTitleUserMedia[];
20 extern const char kPopupTitleWebNotification[];
21 extern const char kPopupTitleWebStorage[];
22
23 extern const char kPopupBodyAuthRequest[];
24 extern const char kPopupBodyCert[];
25 extern const char kPopupBodyGeoLocation[];
26 extern const char kPopupBodyUserMedia[];
27 extern const char kPopupBodyWebNotification[];
28 extern const char kPopupBodyWebStorage[];
29
30 extern const char kPopupCheckRememberPreference[];
31
32 extern const char kPopupLabelAuthusername[];
33 extern const char kPopupLabelPassword[];
34
35 extern const char kPopupButtonOk[];
36 extern const char kPopupButtonLogin[];
37 extern const char kPopupButtonCancel[];
38 extern const char kPopupButtonAllow[];
39 extern const char kPopupButtonDeny[];
40
41 std::string GetText(const std::string& msg_id);
42
43 }  // namespace popup_string
44
45 }  // namespace wrt
46
47 #endif  // WRT_TESTS_POPUP_STRING_H_