taskswitcher/taskswitcherui/taskswitcherapp/loc/taskswitcher.loc
branchRCL_3
changeset 34 5456b4e8b3a8
equal deleted inserted replaced
33:5f0182e07bfb 34:5456b4e8b3a8
       
     1 /*
       
     2 * Copyright (c) 2008 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:  Task Switcher application's localization texts
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //d:Popup menu item text
       
    20 //d:Close selected application
       
    21 //l:list_single_touch_menu_pane_t1
       
    22 //r:5.0
       
    23 //
       
    24 #define qtn_task_switcher_popup_close_app "Close"
       
    25 
       
    26 //d:Popup menu item text
       
    27 //d:Close all application
       
    28 //l:list_single_touch_menu_pane_t1
       
    29 //r:5.0
       
    30 //
       
    31 #define qtn_task_switcher_popup_close_all "Close all"
       
    32 
       
    33 //d:Text for heading pane above the task swapper
       
    34 //l:heading_pane_t1
       
    35 //r:5.0
       
    36 //
       
    37 #define qtn_task_switcher_heading_applications "Open applications (%N)"
       
    38 
       
    39 //d:Text seen in taskswitcher if there is no open applications
       
    40 //l:main_list_empty_pane
       
    41 //r:5.0
       
    42 //
       
    43 #define qtn_task_switcher_no_apps "No open applications"