1 /* |
|
2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * @file |
|
16 * This file serves a template for the purpose of localization. The |
|
17 * content of this file shall be properly filled with unicode pertaining |
|
18 * to the configured language. |
|
19 * localized strings, US english |
|
20 * |
|
21 */ |
|
22 |
|
23 |
|
24 // personality one |
|
25 rls_string per_manufacturer1 "Symbian" |
|
26 rls_string per_product1 "Symbian OS ACM" |
|
27 rls_string per_description1 "Serial Emulation" |
|
28 rls_string per_detailedDescription1 "Serial Emulation(detail)" |
|
29 |
|
30 // personality two |
|
31 rls_string per_manufacturer2 "Symbian" |
|
32 rls_string per_product2 "Symbian OS WHCM" |
|
33 rls_string per_description2 "Obex over USB" |
|
34 rls_string per_detailedDescription2 "Obex over USB(detail)" |
|
35 |
|
36 // personality three |
|
37 rls_string per_manufacturer3 "Symbian" |
|
38 rls_string per_product3 "Symbian OS MSCC" |
|
39 rls_string per_description3 "USB Mass Storage" |
|
40 rls_string per_detailedDescription3 "USB Mass Storage(detail)" |
|
41 |
|
42 // personality four |
|
43 rls_string per_manufacturer4 "Symbian" |
|
44 rls_string per_product4 "Symbian OS MTP" |
|
45 rls_string per_description4 "MTP over USB" |
|
46 rls_string per_detailedDescription4 "MTP over USB(detail)" |
|
47 |
|
48 // personality five |
|
49 rls_string per_manufacturer5 "Symbian" |
|
50 rls_string per_product5 "Symbian OS RNDIS" |
|
51 rls_string per_description5 "IP over USB - RNDIS" |
|
52 rls_string per_detailedDescription5 "IP over USB - RNDIS(detail)" |
|