locales/loce32/src/ls_ms_fa.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 Farsi, Epoc code 50
       
    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("\x0633\x0639\x064a\x0645\x062c\x062f\x062f"),
       
    31         _S("\x062a\x0648\x0642\x0641"),
       
    32         _S("\x062f\x064a\x0633\x0643\x0631\x0627\x062f\x0631\x062c\x0627\x064a\x062e\x0648\x062f\x0642\x0631\x0627\x0631\x062f\x0647\x064a\x062f"),
       
    33         _S("\x062f\x0631\x063a\x064a\x0631\x0627\x064a\x0646\x0635\x0648\x0631\x062a\x062f\x0627\x062f\x0647\x0627\x0632\x0628\x064a\x0646\x0645\x064a\x0631\x0648\x062f"),
       
    34         _S("\x0628\x0627\x062a\x0631\x064a\x062e\x064a\x0644\x064a\x0636\x0639\x064a\x0641\x0627\x0633\x062a"),
       
    35         _S("\x0646\x0645\x064a\x062a\x0648\x0627\x0646\x0646\x0648\x0634\x062a\x0646\x0631\x0648\x064a\x062f\x064a\x0633\x0643\x0631\x0627\x062a\x0643\x0645\x064a\x0644\x0643\x0631\x062f"),
       
    36         _S("\x062e\x0637\x0627\x062f\x0631\x062f\x064a\x0633\x0643\x0646\x0645\x064a\x062a\x0648\x0627\x0646\x0646\x0648\x0634\x062a\x0646\x0631\x0627\x062a\x0643\x0645\x064a\x0644\x0643\x0631\x062f"),
       
    37         _S("\x062f\x0648\x0628\x0627\x0631\x0647\x0633\x0639\x064a\x0643\x0646\x064a\x062f\x060c\x062f\x0631\x063a\x064a\x0631\x0627\x064a\x0646\x0635\x0648\x0631\x062a\x062f\x0627\x062f\x0647\x0627\x0632\x0628\x064a\x0646\x0645\x064a\x0631\x0648\x062f"),
       
    38 // SoundDriver
       
    39         _S("\x062a\x0643\x0632\x0646\x06af"),
       
    40         _S("\x0632\x0646\x06af"),
       
    41         _S("\x0633\x064a\x06af\x0646\x0627\x0644"),
       
    42 // MediaDriver diskname (max 16 chars)
       
    43         _S("Internal"),
       
    44         _S("External(01)"),
       
    45         _S("External(02)"),
       
    46         _S("External(03)"),
       
    47         _S("External(04)"),
       
    48         _S("External(05)"),
       
    49         _S("External(06)"),
       
    50         _S("External(07)"),
       
    51         _S("External(08)"),
       
    52 // MediaDriver socketname (max 16 chars)
       
    53         _S("Socket(01)"),
       
    54         _S("Socket(02)"),
       
    55         _S("Socket(03)"),
       
    56         _S("Socket(04)")
       
    57         };
       
    58 
       
    59 //  End of File
       
    60