locales/loce32/language/src/language_hr.cpp
changeset 109 e6c8bac998f6
parent 53 8f0f421d3d0f
equal deleted inserted replaced
98:4c5ac0e85ed3 109:e6c8bac998f6
    35 
    35 
    36 //  LOCAL CONSTANTS AND MACROS  
    36 //  LOCAL CONSTANTS AND MACROS  
    37 const TText * const LanguageAspect::MsgTable[ELocaleMessages_LastMsg] =
    37 const TText * const LanguageAspect::MsgTable[ELocaleMessages_LastMsg] =
    38     {
    38     {
    39 // Fileserver
    39 // Fileserver
    40     _S("Pokušajte ponovo"),							    	// Button 1
    40     _S("Pokušajte ponovo"),							    	// Button 1
    41     _S("Stani"),								            // Button 2
    41     _S("Stani"),								            // Button 2
    42     _S("Stavite natrag disk"),						        // Put the card back - line1
    42     _S("Stavite natrag disk"),						        // Put the card back - line1
    43     _S("ili \x0107"L"e se podaci izgubiti"),			    // Put the card back - line2
    43     _S("ili \x0107"L"e se podaci izgubiti"),			    // Put the card back - line2
    44     _S("Akumulator preslab"),						        // Low power - line1
    44     _S("Akumulator preslab"),						        // Low power - line1
    45     _S("Ne mogu završiti upis na disk"),					// Low power - line2
    45     _S("Ne mogu završiti upis na disk"),					// Low power - line2
    46     _S("Greška diska - ne mogu završiti upis"),				// Disk error - line1
    46     _S("Greška diska - ne mogu završiti upis"),				// Disk error - line1
    47     _S("Pokušajte ponovo ili \x0107"L"e se podaci izgubiti"),  // Disk error - line2
    47     _S("Pokušajte ponovo ili \x0107"L"e se podaci izgubiti"),  // Disk error - line2
    48 // SoundDriver
    48 // SoundDriver
    49     _S("Zvono sata"),								// Chimes
    49     _S("Zvono sata"),								// Chimes
    50     _S("Telefonsko zvono"),								// Rings
    50     _S("Telefonsko zvono"),								// Rings
    51     _S("Signal"),								// Signal
    51     _S("Signal"),								// Signal
    52 // MediaDriver diskname (max 16 chars)
    52 // MediaDriver diskname (max 16 chars)
   102 // The month names
   102 // The month names
   103 const TText * const LanguageAspect::MonthTable[KMaxMonths] =
   103 const TText * const LanguageAspect::MonthTable[KMaxMonths] =
   104     {
   104     {
   105     _S("sije\x010D"L"anj"),
   105     _S("sije\x010D"L"anj"),
   106     _S("velja\x010D"L"a"),
   106     _S("velja\x010D"L"a"),
   107     _S("ožujak"),
   107     _S("ožujak"),
   108     _S("travanj"),
   108     _S("travanj"),
   109     _S("svibanj"),
   109     _S("svibanj"),
   110     _S("lipanj"),
   110     _S("lipanj"),
   111     _S("srpanj"),
   111     _S("srpanj"),
   112     _S("kolovoz"),
   112     _S("kolovoz"),
   118 // The abbreviated month names
   118 // The abbreviated month names
   119 const TText * const LanguageAspect::MonthAbbTable[KMaxMonths] =
   119 const TText * const LanguageAspect::MonthAbbTable[KMaxMonths] =
   120     {
   120     {
   121     _S("sij"),
   121     _S("sij"),
   122     _S("velj"),
   122     _S("velj"),
   123     _S("ožu"),
   123     _S("ožu"),
   124     _S("tra"),
   124     _S("tra"),
   125     _S("svi"),
   125     _S("svi"),
   126     _S("lip"),
   126     _S("lip"),
   127     _S("srp"),
   127     _S("srp"),
   128     _S("kol"),
   128     _S("kol"),