equal
deleted
inserted
replaced
|
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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 const TText* S_Resource[SYS_PAGE_IS+1] = |
|
17 { |
|
18 _S(""), |
|
19 _S("+-*/<,>.\x1FNSWE"), // explicit 0x1F character in the RSS file |
|
20 _S("%s"), |
|
21 _S("This item is not available"), |
|
22 _S("This item cannot be changed"), |
|
23 _S("Busy"), |
|
24 _S("Scanning"), |
|
25 _S("Printing to %s"), |
|
26 _S("(page %u)") |
|
27 }; |
|
28 |
|
29 _LIT(KRomResourceFile, "z:\\system\\data\\TRSC.RSC"); |
|
30 _LIT(KRomResourceFile2, "z:\\system\\data\\NewRscFormat.RSC"); |
|
31 _LIT(KRomResourceFileHeader, "z:\\system\\data\\RscHeader.bin"); |
|
32 |
|
33 // end of T_RSC.H |