First public contribution.
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // NB deliberately renamed to TRSC.RSS to avoid a name clash, once PVCSed,
15 // with the file T_RSC.RSC
21 BUF buf; /* non-zero terminated text string */
26 LTEXT txt; // leading-byte counted text string
52 STRUCT titles[]; // MENU_BAR_ITEMs
62 // NB, the T_RSC test code currently relies on these resources being
66 RESOURCE TBUF sys_special_characters { buf="+-*/<,>."<0x1F>"NSWE"; }
68 RESOURCE TBUF sys_string { buf="%s"; }
69 RESOURCE TBUF sys_dimmed_msg {buf="This item is not available";}
70 RESOURCE TBUF sys_locked_msg {buf="This item cannot be changed";}
71 RESOURCE TBUF sys_busy { buf="Busy"; }
72 RESOURCE TBUF sys_scanning { buf="Scanning"; }
73 RESOURCE TBUF sys_printing_to { buf="Printing to %s";}
74 RESOURCE TBUF sys_page_is { buf="(page %u)";}
77 RESOURCE LBUF r_text_signature { txt = "Signature"; }
81 RESOURCE ARRAY sys_array_one
86 LBUF { txt="Enter"; },
93 RESOURCE BUTTON sys_button_one
99 bmp="Bitmap placeholder";
102 RESOURCE FLPTED sys_flpted_one
109 RESOURCE MENU_BAR sys_menubar_one
113 MENU_TITLE { menu_pane=1; txt="a"; },
114 MENU_TITLE { menu_pane=2; txt="ab"; },
115 MENU_TITLE { menu_pane=3; txt="abc"; },
116 MENU_TITLE { menu_pane=4; txt="abcd"; },
117 MENU_TITLE { menu_pane=5; txt="abcde"; },
118 MENU_TITLE { menu_pane=6; txt="abcdef"; },
119 MENU_TITLE { menu_pane=7; txt="abcdefg"; },
120 MENU_TITLE { menu_pane=8; txt="abcdefgh"; }
130 RESOURCE HORROR sys_alignment_horror0
136 RESOURCE HORROR sys_alignment_horror1
142 RESOURCE HORROR sys_alignment_horror2
148 RESOURCE HORROR sys_alignment_horror3
154 RESOURCE ARRAY sys_alignment_horror_array
158 HORROR { txt8=""; txt16="abcdef"; },
159 HORROR { txt8="a"; txt16="bcdef"; },
160 HORROR { txt8="ab"; txt16="cdef"; },
161 HORROR { txt8="abc"; txt16="def"; },
162 HORROR { txt8="abcd"; txt16="ef"; },
163 HORROR { txt8="abcde"; txt16="f"; },
164 HORROR { txt8="abcdef"; txt16=""; }