Update contrib.
1 // Copyright (c) 2007-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.
19 BUF buf; /* non-zero terminated text string */
24 LTEXT txt; // leading-byte counted text string
50 STRUCT titles[]; // MENU_BAR_ITEMs
60 // NB, the T_RSC test code currently relies on these resources being
64 RESOURCE TBUF sys_special_characters { buf="+-*/<,>."<0x1F>"NSWE"; }
66 RESOURCE TBUF sys_string { buf="%s"; }
67 RESOURCE TBUF sys_dimmed_msg {buf="This item is not available";}
68 RESOURCE TBUF sys_locked_msg {buf="This item cannot be changed";}
69 RESOURCE TBUF sys_busy { buf="Busy"; }
70 RESOURCE TBUF sys_scanning { buf="Scanning"; }
71 RESOURCE TBUF sys_printing_to { buf="Printing to %s";}
72 RESOURCE TBUF sys_page_is { buf="(page %u)";}
75 RESOURCE LBUF r_text_signature { txt = "Signature"; }
79 RESOURCE ARRAY sys_array_one
84 LBUF { txt="Enter"; },
91 RESOURCE BUTTON sys_button_one
97 bmp="Bitmap placeholder";
100 RESOURCE FLPTED sys_flpted_one
107 RESOURCE MENU_BAR sys_menubar_one
111 MENU_TITLE { menu_pane=1; txt="a"; },
112 MENU_TITLE { menu_pane=2; txt="ab"; },
113 MENU_TITLE { menu_pane=3; txt="abc"; },
114 MENU_TITLE { menu_pane=4; txt="abcd"; },
115 MENU_TITLE { menu_pane=5; txt="abcde"; },
116 MENU_TITLE { menu_pane=6; txt="abcdef"; },
117 MENU_TITLE { menu_pane=7; txt="abcdefg"; },
118 MENU_TITLE { menu_pane=8; txt="abcdefgh"; }
128 RESOURCE HORROR sys_alignment_horror0
134 RESOURCE HORROR sys_alignment_horror1
140 RESOURCE HORROR sys_alignment_horror2
146 RESOURCE HORROR sys_alignment_horror3
152 RESOURCE ARRAY sys_alignment_horror_array
156 HORROR { txt8=""; txt16="abcdef"; },
157 HORROR { txt8="a"; txt16="bcdef"; },
158 HORROR { txt8="ab"; txt16="cdef"; },
159 HORROR { txt8="abc"; txt16="def"; },
160 HORROR { txt8="abcd"; txt16="ef"; },
161 HORROR { txt8="abcde"; txt16="f"; },
162 HORROR { txt8="abcdef"; txt16=""; }