locales/loce32/src/ls_ms_gl.cpp
branchRCL_3
changeset 107 9f95a5546443
child 108 73fa3ba3e5e0
equal deleted inserted replaced
106:e4e3998ddda2 107:9f95a5546443
       
     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 Galician, Epoc code 103
       
    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("Reintentar"),                                        // Button 1
       
    31          _S("Deter"),                                             // Button 2
       
    32          _S("Volva po\x00f1"L"er o disco"),                       // Put the card back - line1
       
    33          _S("ou perderanse os datos"),                            // Put the card back - line2
       
    34          _S("Bater\x00ed"L"a demasiado baixa"),                   // Low power - line1
       
    35          _S("Non se pode finalizar a escritura do disco"),        // Low power - line2
       
    36          _S("Erro no disco - non se pode finalizar a escritura"), // Disk error - line1
       
    37          _S("Reint\x00e9"L"nteo ou perderanse os datos"),         // Disk error - line2
       
    38 // SoundDriver
       
    39          _S("Carill\x00f3n"),                                  // Chimes
       
    40          _S("Rings"),                                          // Rings
       
    41          _S("Se\x00f1"L"al"),                                  // 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