locales/loce32/src/ls_ms_ca.cpp
changeset 0 05e9090e2422
child 8 a10f447f38bd
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 Catalan, Epoc code 44
       
    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("Detener"),                                        // Button 2
       
    32          _S("Vuelva a introducir el disco"),                   // Put the card back - line1
       
    33          _S("o se perder\x00e1n los datos"),                   // Put the card back - line2
       
    34          _S("Carga de la bater\x00ed"L"a demasiado baja"),     // Low power - line1
       
    35          _S("Imposible terminar escritura en el disco"),       // Low power - line2
       
    36          _S("Error de disco - imposible terminar escritura"),  // Disk error - line1
       
    37          _S("Reint\x00e9ntelo o se perder\x00e1n los 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