inc/glxlocalisationstrings.h
changeset 26 c499df2dbb33
child 33 1ee2af37811f
equal deleted inserted replaced
24:99ad1390cd33 26:c499df2dbb33
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Localisation strings
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef GLXLOCALISATIONSTRINGS_H_
       
    19 #define GLXLOCALISATIONSTRINGS_H_
       
    20 
       
    21 
       
    22 //OPTIONS MENU
       
    23 //Options list item
       
    24 #define GLX_OPTION_SHARE               hbTrId("txt_photos_opt_share") 
       
    25 
       
    26 //Options list item. Opens submenu where slide show can be played or settings edited or viewed.
       
    27 #define GLX_OPTION_SLIDESHOW           hbTrId("txt_photos_opt_slideshow")
       
    28 //sub menu options for slideshow play
       
    29 
       
    30 #define GLX_OPTION_SS_PLAY             hbTrId("txt_photos_opt_sub_play")
       
    31 
       
    32 //sub menu options for slideshow
       
    33 #define GLX_OPTION_SS_SETTINGS         hbTrId("txt_photos_opt_sub_settings")
       
    34 
       
    35 //
       
    36 #define GLX_OPTION_ADD_TO_ALBUM        hbTrId("txt_photos_opt_add_to_album")
       
    37 
       
    38 //
       
    39 #define GLX_OPTION_SETTINGS            hbTrId("txt_common_opt_settings")
       
    40 
       
    41 //Options list item. Note! Only use this text ID if there are no icons.
       
    42 //Erases something completely from the phone, list, or memory card, 
       
    43 //for example. Delete should only be used when something in removed permanently.                                            
       
    44 #define GLX_OPTION_DELETE              hbTrId("txt_common_opt_delete")
       
    45 
       
    46 //Options list item. Marks all the items in the view for editing, transferring or removing.
       
    47 #define GLX_OPTION_MARK_ALL            hbTrId("txt_photos_opt_mark_all")
       
    48 
       
    49 //Options list item. Unmarks all the items in the view.
       
    50 #define GLX_OPTION_UN_MARK_ALL         hbTrId("txt_photos_opt_unmark_all")
       
    51 
       
    52 //Options list item. Removes selected item(s) from the folder.
       
    53 #define GLX_OPTION_REMOVE_FROM_ALBUM   hbTrId("txt_photos_opt_remove_from_album")
       
    54 
       
    55 //
       
    56 #define GLX_OPTION_NEW_ALBUM           hbTrId("txt_photos_opt_new_album")
       
    57 
       
    58 //CONTEXT MENU
       
    59 
       
    60 //context menu item share , invoke share UI
       
    61 #define GLX_MENU_SHARE                 hbTrId("txt_photos_menu_share")
       
    62 
       
    63 //context menu item to play slideshow
       
    64 #define GLX_MENU_SLIDESHOW             hbTrId("txt_photos_menu_slideshow")
       
    65 
       
    66 //context menu item for adding current image to album(s)
       
    67 #define GLX_MENU_ADD_TO_ALBUM          hbTrId("txt_photos_menu_add_to_album")
       
    68 
       
    69 //Item specific menu item. Note! Only use this text ID if there are no icons. 
       
    70 //Erases something completely from the phone, list, or memory card, for example. 
       
    71 //Delete should only be used when something in removed permanently.
       
    72 #define GLX_MENU_DELETE                hbTrId("txt_common_menu_delete")
       
    73 
       
    74 //
       
    75 #define GLX_MENU_RENAME                hbTrId("txt_common_menu_rename_item")
       
    76 
       
    77 
       
    78 //TITLE RELATED and DEFAULT STRINGS
       
    79 
       
    80 #define GLX_CAPTION                    hbTrId("txt_short_caption_photos")
       
    81 #define GLX_TITLE                      hbTrId("txt_photos_title_photos")
       
    82 #define GLX_CAMERA                     "txt_photos_dblist_my_camera"
       
    83 #define GLX_MYFAV                      "txt_photos_dblist_my_favorites"
       
    84 #define GLX_PLACES                     "txt_photos_dblist_places_ln"
       
    85 #define GLX_ITEMS_CAMERA               "txt_photos_dblist_val_ln_items"
       
    86 #define GLX_ITEMS_MYFAV                "txt_photos_subtitle_ln_items"
       
    87 #define GLX_SUBTITLE_CAM_GRIDVIEW      hbTrId("txt_photos_subtitle_my_camera")
       
    88 #define GLX_SUBTITLE_MYFAV_GRIDVIEW    hbTrId("txt_photos_subtitle_my_favorites")
       
    89 #define GLX_SUBTITLE_NOITEMS           hbTrId("txt_photos_subtitle_no_image_or_videos_to_display")
       
    90 
       
    91 
       
    92 //VIEW RELATED STRINGS AND COMMON DIALOGS
       
    93 
       
    94 //comments lable for photos flip view
       
    95 #define GLX_DETAILS_DESCRIPTION       hbTrId("txt_photos_formlabel_description")
       
    96 
       
    97 //Button. Note! Use this text ID only if there are max. two buttons in the dialog. 
       
    98 //When this button is pressed, the focused item or operation will be selected or accepted.
       
    99 #define GLX_BUTTON_OK                 hbTrId("txt_common_button_ok") 
       
   100 
       
   101 //Button. Note! Use this text ID only if there are max. two buttons in the dialog. 
       
   102 //Allows the user to cancel the action or process.
       
   103 #define GLX_BUTTON_CANCEL            hbTrId("txt_common_button_cancel")
       
   104 
       
   105 #define GLX_BUTTON_SELECT            hbTrId("txt_common_button_select")
       
   106 
       
   107 #define GLX_MENU_OPEN                hbTrId("txt_common_menu_open")
       
   108 
       
   109 
       
   110 #endif /* GLXLOCALISATIONSTRINGS_H_ */