File: mc.txt

package info (click to toggle)
icu 4.4.1-8%2Bsqueeze2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 84,824 kB
  • ctags: 38,703
  • sloc: cpp: 277,524; ansic: 186,015; xml: 8,983; makefile: 5,343; perl: 4,159; sh: 3,749; python: 286; sed: 33
file content (25 lines) | stat: -rw-r--r-- 683 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//--------------------------------------------------------------------
// Copyright (c) 2003, International Business Machines
// Corporation and others.  All Rights Reserved.
//--------------------------------------------------------------------
// Author: Alan Liu
// Created: March 20 2003
// Since: ICU 2.6
//--------------------------------------------------------------------

// Test locale file for the fake locale 'mc', used to test the
// ucat.h message catalog API.

mc
{
    1%4  { "Good morning." }
    1%5  { "Good afternoon." }
    1%7  { "Good evening." }
    1%8  { "Good night." }

    4%14 { "Please " }
    4%19 { "Thank you." }
    4%20 { "Sincerely," }
}

//eof