equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2005 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: Localisation of Remotelock |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // LOCALISATION STRINGS: |
|
20 |
|
21 //d: Text indicating succesfull phone and MMC remote lock. |
|
22 //d: When device is locked using remote lock SMS, information of this |
|
23 //d: is sent back as a SMS to the sender. The content of this reply-SMS |
|
24 //d: depends whether MMC was also locked or not. |
|
25 //d: Do not use line feeds ("\n"). Do not exceed length of an SMS (160). |
|
26 //l: |
|
27 //w: |
|
28 #define qtn_rloc_ti_everything_locked "Mobile phone and memory card are locked. Remote lock message is used as a memory card password." |
|
29 |
|
30 //d: Text indicating succesfull phone remote lock. |
|
31 //d: When device is locked using remote lock SMS, information of this |
|
32 //d: is sent back as a SMS to the sender. The content of this reply-SMS |
|
33 //d: depends whether MMC was also locked or not. |
|
34 //d: Do not use line feeds ("\n"). Do not exceed length of an SMS (160). |
|
35 //l: |
|
36 //w: |
|
37 #define qtn_rloc_ti_phone_locked "Mobile phone is locked" |
|
38 |
|
39 |
|
40 // End of File |
|
41 |