menufw/menusuites/foldersuite/data/foldersuite.rss
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Resource definitions for folder suite.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME FLDR	// 4 letter ID
       
    20 
       
    21 #include <eikon.rh>
       
    22 
       
    23 #ifdef LANGUAGE_SC
       
    24 	#include <sc/avkon.loc>
       
    25 #else
       
    26 	#include <avkon.loc>
       
    27 #endif
       
    28 
       
    29 #include <matrix_menu.loc>
       
    30 
       
    31 RESOURCE RSS_SIGNATURE { }
       
    32 RESOURCE TBUF { buf=""; }
       
    33 
       
    34 RESOURCE TBUF R_ROOTSUITE_MENU_TITLE	{ buf = qtn_menu_title; }
       
    35 RESOURCE TBUF R_MENU_FOLDER_EMPTY_TEXT { buf = qtn_menu_empty_folder; }
       
    36 RESOURCE TBUF R_MENU_FOLDER_EDIT { buf = qtn_menu_organize; }
       
    37 RESOURCE TBUF R_MENU_FOLDER_EDIT_NON_TOUCH { buf = qtn_menu_organize; }
       
    38 
       
    39 RESOURCE TBUF R_SKINS_LIST_APPSHELL_LIST { buf=qtn_skins_list_appshell_list; }
       
    40 RESOURCE TBUF R_SKINS_LIST_APPSHELL_GRID { buf=qtn_skins_list_appshell_grid; }
       
    41 RESOURCE TBUF R_OPTIONS_HELP { buf=qtn_options_help; }
       
    42 RESOURCE TBUF R_MENU_OPEN { buf=qtn_menu_open; }
       
    43 RESOURCE TBUF R_OPTIONS_ORG_NEW_FOLDER { buf=qtn_options_org_new_folder; }
       
    44 RESOURCE TBUF R_OPTIONS_ORG_MOVE { buf=qtn_options_org_move; }
       
    45 RESOURCE TBUF R_OPTIONS_ORG_MOVE_TO_FOLDER { buf=qtn_options_org_move_to_folder; }
       
    46 RESOURCE TBUF R_OPTIONS_SUB_RENAME { buf=qtn_options_sub_rename; }
       
    47 RESOURCE TBUF R_OPTIONS_SUB_DELETE { buf=qtn_options_sub_delete; }
       
    48 RESOURCE TBUF R_FLDR_DELETE { buf=qtn_fldr_delete; }
       
    49 RESOURCE TBUF R_FLDR_RENAME { buf=qtn_fldr_rename; }
       
    50 
       
    51 
       
    52 
       
    53 // end of file