menufw/menufwui/matrixmenu/loc/matrix_menu.loc
changeset 0 f72a12da539e
child 34 d05a55b217df
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2007-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:   Localization strings for project matrixmenu
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 CHARACTER_SET UTF8
       
    21 
       
    22 //d: Title of the main view (root suite).
       
    23 //d: Displayed in Status Pane.
       
    24 //l: title_pane_t2/opt9
       
    25 //r: 1.0
       
    26 #define qtn_menu_title "Menu"
       
    27 
       
    28 //d: Title of a root folder in Edit Mode.
       
    29 //d: Displayed in Status Pane.
       
    30 //l: title_pane_t2/opt9
       
    31 //r: 1.0
       
    32 #define qtn_org_root_editing_title "Organizing Menu"
       
    33 
       
    34 //d: Title of a folder in Edit Mode.
       
    35 //d: Displayed in Status Pane. %U is the name of the opened folder.
       
    36 //l: title_pane_t2/opt9
       
    37 //r: 1.0
       
    38 #define qtn_org_folder_editing_title "Organizing %U"
       
    39 
       
    40 //d: Label of the menu item.
       
    41 //d: Opens selected item.
       
    42 //l: list_single_pane_t1_cp2
       
    43 //r: 1.0
       
    44 #define qtn_menu_open "Open"
       
    45 
       
    46 //d: Label of the menu item.
       
    47 //d: Displayed when we are in grid and list wiev is available.
       
    48 //l: list_single_graphic_pane_t1_cp2
       
    49 //r: 1.0
       
    50 #define qtn_skins_list_appshell_list "Change to list"
       
    51 
       
    52 //d: Label of the menu item.
       
    53 //d: Displayed when we are in list and grid wiev is available.
       
    54 //l: list_single_graphic_pane_t1_cp2
       
    55 //r: 1.0
       
    56 #define qtn_skins_list_appshell_grid "Change to grid"
       
    57 
       
    58 //d: Label of the submenu item.
       
    59 //d: Enables the item to be moved using rocker keys.
       
    60 //l: list_single_popup_submenu_pane_t1
       
    61 //r: 1.0
       
    62 #define qtn_options_sub_org_move "Move"
       
    63 
       
    64 //d: Label of the submenu item.
       
    65 //d: Opens "Move to folder" dialog.
       
    66 //l: list_single_popup_submenu_pane_t1
       
    67 //r: 1.0
       
    68 #define qtn_options_sub_org_move_to_folder "Move to folder"
       
    69 
       
    70 //d: Label of the submenu item.
       
    71 //d: Displays "New Folder" dialog.
       
    72 //l: list_single_popup_submenu_pane_t1
       
    73 //r: 1.0
       
    74 #define qtn_options_sub_org_new_folder "New folder"
       
    75 
       
    76 //d: Label of the submenu item.
       
    77 //d: Deletes an empty folder or uninstalls an application.
       
    78 //l: list_single_popup_submenu_pane_t1
       
    79 //r: 1.0
       
    80 #define qtn_options_sub_delete "Delete"
       
    81 
       
    82 //d: Label of the submenu item.
       
    83 //d: Renames an existing folder.
       
    84 //l: list_single_popup_submenu_pane_t1
       
    85 //r: 1.0
       
    86 #define qtn_options_sub_rename "Rename"
       
    87 
       
    88 //d: Label of the menu item.
       
    89 //d: Starts edit mode.
       
    90 //l: list_single_pane_t1_cp2
       
    91 //r: 1.0
       
    92 #define qtn_menu_organize "Edit"
       
    93 
       
    94 //d: Label of the menu item.
       
    95 //d: Opens "Move to folder" dialog in non-touch.
       
    96 //l: list_single_pane_t1_cp2
       
    97 //r: 1.0
       
    98 #define qtn_sub_options_org_move_to_folder "Move to folder"
       
    99 
       
   100 //d: Label of the submenu item.
       
   101 //d: Opens "Move to folder" dialog in touch Edit Mode.
       
   102 //l: list_single_pane_t1_cp2
       
   103 //r: 1.0
       
   104 #define qtn_popup_options_move_to_folder "Move to folder"
       
   105 
       
   106 //d: Text of the message.
       
   107 //d: Displayed if an item already stored in selected folder.
       
   108 //l: popup_note_window
       
   109 //r: 1.0
       
   110 #define qtn_apps_note_item_already_stored "Item already stored in selected folder"
       
   111 
       
   112 //d: Summary of the item moving.
       
   113 //d: Displayed after successful move.
       
   114 //d: %0U - name of the moved item, %1U - name of the destination folder.
       
   115 //l: popup_note_window
       
   116 //r: 1.0
       
   117 #define qtn_apps_note_move_to_folder "'%0U' moved to '%1U'"
       
   118 
       
   119 //d: Default text of the empty folder.
       
   120 //d: Displayed when empty folder is open.
       
   121 //l: main_list_empty_pane
       
   122 //r: 1.0
       
   123 #define qtn_menu_empty_folder "Empty folder"
       
   124