initial upload for tizen 2.0 beta
[apps/home/gallery.git] / ug / ug-gallery-efl / include / ge-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 #ifndef _GE_STRINGS_H_
18 #define _GE_STRINGS_H_
19
20 #ifdef _cplusplus
21 extern "C" {
22 #endif
23
24 #define _GE_GETSYSTEMSTR(ID)         dgettext("sys_string", (ID))
25 #define _GE_GETLOCALSTR(ID)         dgettext("ug-gallery-efl", (ID))
26 /* hard code strings */
27 #define GE_ALBUM_MY_NAME        _("Camera")
28 #define GE_TITLE_CHANGE_CALLER_ID       _("Change caller ID")
29 #define GE_POPUP_ONLY_SUPPORT_IMAGE     _("Only image is supported!")
30
31 #define GE_ALBUM_ALL_NAME               _GE_GETLOCALSTR("IDS_MEDIABR_BODY_ALL_ALBUMS")
32 #define GE_LABEL_NO_ALBUMS              _GE_GETLOCALSTR("IDS_MEDIABR_BODY_NO_ALBUMS")
33 #define GE_ALBUM_ROOT_NAME              _GE_GETLOCALSTR("IDS_MEDIABR_POP_NO_NAME")
34
35 /* system strings which are included in sys-string-0 po files */
36 #define GE_TITLE_ADD            _GE_GETSYSTEMSTR("IDS_COM_ADD")
37 #define GE_TITLE_ALBUMS         _GE_GETSYSTEMSTR("IDS_COM_BODY_ALBUMS")
38 #define GE_TITLE_IMAGE          _GE_GETSYSTEMSTR("IDS_COM_OPT_IMAGE")
39 #define GE_TITLE_FILE           _GE_GETSYSTEMSTR("IDS_COM_POP_FILE")
40 #define GE_TITLE_IMAGES         _GE_GETSYSTEMSTR("IDS_COM_BODY_IMAGES")
41 #define GE_TITLE_VIDEOS         _GE_GETSYSTEMSTR("IDS_COM_BODY_VIDEOS")
42 #define GE_TITLE_FILES          _GE_GETSYSTEMSTR("IDS_COM_OPT_FILES")
43 #define GE_TITLE_CHANGE_WALLPAPER       _GE_GETSYSTEMSTR("IDS_COM_HEADER_CHANGE_WALLPAPER")
44 #define GE_TITLE_VIDEO                  _GE_GETSYSTEMSTR("IDS_COM_BODY_VIDEO")
45 #define GE_LABEL_NO_VIDEOS              _GE_GETSYSTEMSTR("IDS_COM_BODY_NO_VIDEOS")
46 #define GE_SELINFO_SELECTED             _GE_GETSYSTEMSTR("IDS_COM_POP_SELECTED")
47 #define GE_POPUP_NO_FILES_SELECTED      _GE_GETSYSTEMSTR("IDS_COM_POP_NO_FILES_SELECTED")
48
49 #ifdef _cplusplus
50 }
51 #endif
52 #endif