locales/loce32/language/src/language_lv.cpp
changeset 109 e6c8bac998f6
parent 53 8f0f421d3d0f
equal deleted inserted replaced
98:4c5ac0e85ed3 109:e6c8bac998f6
    40     _S("M\x0113\x0123in\x0101t v\x0113" L"lreiz"),								// Button 1
    40     _S("M\x0113\x0123in\x0101t v\x0113" L"lreiz"),								// Button 1
    41     _S("Beigt"),								// Button 2
    41     _S("Beigt"),								// Button 2
    42     _S("Ievietojiet atpaka\x013C" L" disku"),						// Put the card back - line1
    42     _S("Ievietojiet atpaka\x013C" L" disku"),						// Put the card back - line1
    43     _S("vai tiks zaud\x0113" L"ti dati"),						// Put the card back - line2
    43     _S("vai tiks zaud\x0113" L"ti dati"),						// Put the card back - line2
    44     _S("P\x0101r\x0101" L"k zems akumulatora l\x012Bmenis"),						// Low power - line1
    44     _S("P\x0101r\x0101" L"k zems akumulatora l\x012Bmenis"),						// Low power - line1
    45     _S("Nevar pabeigt rakst\x012B" L"šanu disk\x0101"),					// Low power - line2
    45     _S("Nevar pabeigt rakst\x012B" L"Āšanu disk\x0101"),					// Low power - line2
    46   _S("Diska k\x013C\x016B"L"da - nevar pabeigt rakst\x012B\x0161"L"anu"),	// escape sequences cut with "" to prevent next character
    46   _S("Diska k\x013C\x016B"L"da - nevar pabeigt rakst\x012B\x0161"L"anu"),	// escape sequences cut with "" to prevent next character
    47                                                                                     // to be interpreted as part of the escape (a,b,c,d,e,f are also hex)
    47                                                                                     // to be interpreted as part of the escape (a,b,c,d,e,f are also hex)
    48                                                                                     // Compiler gives warning from this therefore pragma used.
    48                                                                                     // Compiler gives warning from this therefore pragma used.
    49     _S("M\x0113\x0123" L"iniet v\x0113" L"lreiz vai tiks zaud\x0113" L"ti dati"),		                        // Disk error - line2
    49     _S("M\x0113\x0123" L"iniet v\x0113" L"lreiz vai tiks zaud\x0113" L"ti dati"),		                        // Disk error - line2
    50 // SoundDriver
    50 // SoundDriver
    82 // The day names
    82 // The day names
    83 const TText * const LanguageAspect::DayTable[KMaxDays] =
    83 const TText * const LanguageAspect::DayTable[KMaxDays] =
    84     {
    84     {
    85     _S("pirmdiena"),
    85     _S("pirmdiena"),
    86     _S("otrdiena"),
    86     _S("otrdiena"),
    87     _S("trešdiena"),
    87     _S("treĀšdiena"),
    88     _S("ceturtdiena"),
    88     _S("ceturtdiena"),
    89     _S("piektdiena"),
    89     _S("piektdiena"),
    90     _S("sestdiena"),
    90     _S("sestdiena"),
    91     _S("sv\x0113" L"tdiena")
    91     _S("sv\x0113" L"tdiena")
    92     };
    92     };