commonuis/CommonUi/loc/documenthandler.loc
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2006, 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:  Localisation strings for document handler.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // LOCALISATION STRINGS
       
    20 
       
    21 
       
    22 /*
       
    23 * DocumentHandler
       
    24 */
       
    25 
       
    26 // d: It is text of document handler for unsupported file saving
       
    27 // d: confirmation note.
       
    28 // l: popup_note_window_1
       
    29 // r: 3.1
       
    30 //
       
    31 #define qtn_fldr_others_directory "File saved to others directory"
       
    32 
       
    33 // d: It is text of document handler for unsupported file saving
       
    34 // d: wait note.
       
    35 // l: popup_note_wait_window
       
    36 // r: 3.1
       
    37 //
       
    38 #define qtn_gen_note_saving_to_others "Saving file to others directory"
       
    39 
       
    40 // d: It is text of document handler for installable file saving
       
    41 // d: confirmation note.
       
    42 // l: popup_note_window_1
       
    43 // r: 3.1
       
    44 //
       
    45 #define qtn_fldr_installs_directory "File saved to Installs directory"
       
    46 
       
    47 // d: It is text of document handler for installable file saving
       
    48 // d: wait note.
       
    49 // l: popup_note_wait_window
       
    50 // r: 3.1
       
    51 //
       
    52 #define qtn_gen_note_saving_to_installs "Saving file to Installs directory"
       
    53 
       
    54 // End of File