locales/loce32/src/ls_msvie.cpp
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2005 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:   Default locale messages for Vietnamese, Epoc code 96
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  EXTERNAL RESOURCES
       
    21 
       
    22 //  Include Files
       
    23 
       
    24 #include <kernel/ls_std.h>
       
    25 
       
    26 //  LOCAL CONSTANTS AND MACROS
       
    27 const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] =
       
    28         {
       
    29 // Fileserver
       
    30         _S("Th1eed" L" l1ea1" L"i"),                                    // Button 1
       
    31         _S("D1eeb" L"ng"),                                              // Button 2
       
    32         _S("Put the disk back"),                        // Put the card back - line1
       
    33         _S("or data will be lost"),                             // Put the card back - line2
       
    34         _S("Battery too low"),                          // Low power - line1
       
    35         _S("Cannot complete write to disk"),            // Low power - line2
       
    36         _S("Disk error - cannot complete write"),               // Disk error - line1
       
    37         _S("Retry or data will be lost"),               // Disk error - line2
       
    38 // SoundDriver
       
    39         _S("Chimes"),                                                   // Chimes
       
    40         _S("Rings"),                                                    // Rings
       
    41         _S("Signal"),                                                   // Signal
       
    42 // MediaDriver diskname (max 16 chars)
       
    43         _S("Internal"),                                                 // Internal
       
    44         _S("External(01)"),                                     // External(01)
       
    45         _S("External(02)"),                                     // External(02)
       
    46         _S("External(03)"),                                     // External(03)
       
    47         _S("External(04)"),                                     // External(04)
       
    48         _S("External(05)"),                                     // External(05)
       
    49         _S("External(06)"),                                     // External(06)
       
    50         _S("External(07)"),                                     // External(07)
       
    51         _S("External(08)"),                                     // External(08)
       
    52 // MediaDriver socketname (max 16 chars)
       
    53         _S("Socket(01)"),                                       // Socket(01)
       
    54         _S("Socket(02)"),                                       // Socket(02)
       
    55         _S("Socket(03)"),                                       // Socket(03)
       
    56         _S("Socket(04)")                                        // Socket(04)
       
    57         };
       
    58 
       
    59 //  End of File