equal
deleted
inserted
replaced
|
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:Activate selected application |
|
21 //l:list_single_touch_menu_pane_t1 |
|
22 //r:5.0 |
|
23 // |
|
24 #define qtn_task_switcher_popup_open_app "Activate" |
|
25 |
|
26 //d:Popup menu item text |
|
27 //d:Close selected application |
|
28 //l:list_single_touch_menu_pane_t1 |
|
29 //r:5.0 |
|
30 // |
|
31 #define qtn_task_switcher_popup_close_app "Close" |
|
32 |
|
33 //d:Popup menu item text |
|
34 //d:Close all application |
|
35 //l:list_single_touch_menu_pane_t1 |
|
36 //r:5.0 |
|
37 // |
|
38 #define qtn_task_switcher_popup_close_all "Close all" |
|
39 |
|
40 //d:Text for heading pane above the task swapper |
|
41 //l:heading_pane_t1 |
|
42 //r:5.0 |
|
43 // |
|
44 #define qtn_task_switcher_heading_applications "Open applications" |
|
45 |
|
46 //d:Text for appliactions that has no name |
|
47 //l:none |
|
48 //r:5.0 |
|
49 // |
|
50 #define qtn_task_switcher_default_task_name "No name" |