taskswitcher/teleportui/hgteleportapp/loc/taskswitcher.loc
changeset 4 4d54b72983ae
parent 3 fb3763350a08
child 5 c743ef5928ba
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : taskswitcher.loc
       
     4 *  Part of     : Task Switcher
       
     5 *  Description : Task Switcher application's localization texts
       
     6 *  Version     : %version: 2 %
       
     7 *
       
     8 *  Copyright © 2008 Nokia.  All rights reserved.
       
     9 *  This material, including documentation and any related computer
       
    10 *  programs, is protected by copyright controlled by Nokia.  All
       
    11 *  rights are reserved.  Copying, including reproducing, storing,
       
    12 *  adapting or translating, any or all of this material requires the
       
    13 *  prior written consent of Nokia.  This material also contains
       
    14 *  confidential information which may not be disclosed to others
       
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 * 
       
    18 */
       
    19 
       
    20 //d:Popup menu item text
       
    21 //d:Activate selected application
       
    22 //l:list_single_touch_menu_pane_t1
       
    23 //r:5.0
       
    24 //
       
    25 #define qtn_task_switcher_popup_open_app "Activate"
       
    26 
       
    27 //d:Popup menu item text
       
    28 //d:Close selected application
       
    29 //l:list_single_touch_menu_pane_t1
       
    30 //r:5.0
       
    31 //
       
    32 #define qtn_task_switcher_popup_close_app "Close"
       
    33 
       
    34 //d:Popup menu item text
       
    35 //d:Close all application
       
    36 //l:list_single_touch_menu_pane_t1
       
    37 //r:5.0
       
    38 //
       
    39 #define qtn_task_switcher_popup_close_all "Close all"
       
    40 
       
    41 //d:Text for heading pane above the task swapper
       
    42 //l:heading_pane_t1
       
    43 //r:5.0
       
    44 //
       
    45 #define qtn_task_switcher_heading_applications "Open applications"
       
    46 
       
    47 //d:Text for appliactions that has no name
       
    48 //l:none
       
    49 //r:5.0
       
    50 //
       
    51 #define qtn_task_switcher_default_task_name "No name"