project/com.nokia.carbide.cpp.epoc.engine.tests/data/pkg/example/multilangual.pkg
author timkelly
Wed, 25 Mar 2009 11:55:19 -0500
changeset 8 f330c1e8a4f3
parent 2 d760517a8095
permissions -rw-r--r--
commit the merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
;
cawthron
parents:
diff changeset
     2
; Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
cawthron
parents:
diff changeset
     3
; All rights reserved.
cawthron
parents:
diff changeset
     4
; This component and the accompanying materials are made available
cawthron
parents:
diff changeset
     5
; under the terms of the License "Eclipse Public License v1.0"
cawthron
parents:
diff changeset
     6
; which accompanies this distribution, and is available
cawthron
parents:
diff changeset
     7
; at the URL "http://www.eclipse.org/legal/epl-v10.html".
cawthron
parents:
diff changeset
     8
;
cawthron
parents:
diff changeset
     9
; Initial Contributors:
cawthron
parents:
diff changeset
    10
; Nokia Corporation - initial contribution.
cawthron
parents:
diff changeset
    11
;
cawthron
parents:
diff changeset
    12
; Contributors:
cawthron
parents:
diff changeset
    13
;
cawthron
parents:
diff changeset
    14
; Description: 
cawthron
parents:
diff changeset
    15
;
cawthron
parents:
diff changeset
    16
;Languages
cawthron
parents:
diff changeset
    17
&EN,FR
cawthron
parents:
diff changeset
    18
cawthron
parents:
diff changeset
    19
;Header
cawthron
parents:
diff changeset
    20
#{"MultiLanguageOption-EN", "MultiLanguageOption-FR"}, (0x81111107), 1, 2, 3
cawthron
parents:
diff changeset
    21
cawthron
parents:
diff changeset
    22
%{"Vendor","Vendeur"}
cawthron
parents:
diff changeset
    23
:"Vendor"
cawthron
parents:
diff changeset
    24
cawthron
parents:
diff changeset
    25
!({"ENOption1", "FROption1"},{"ENOption2","FROption2"},{"ENOption3","FROption3"})
cawthron
parents:
diff changeset
    26
cawthron
parents:
diff changeset
    27
if option1 = 1
cawthron
parents:
diff changeset
    28
    {"text\englishfile1.txt" "text\frenchfile1.txt"}-"!:\private\81111108\import\file1.txt";
cawthron
parents:
diff changeset
    29
endif
cawthron
parents:
diff changeset
    30
cawthron
parents:
diff changeset
    31
if option2 = 1
cawthron
parents:
diff changeset
    32
    {"text\englishfile2.txt" "text\frenchfile2.txt"}-"!:\private\81111108\import\file2.txt";
cawthron
parents:
diff changeset
    33
endif
cawthron
parents:
diff changeset
    34
cawthron
parents:
diff changeset
    35
if option3 = 1
cawthron
parents:
diff changeset
    36
    {"text\englishfile3.txt" "text\frenchfile3.txt"}-"!:\private\81111108\import\file3.txt";
cawthron
parents:
diff changeset
    37
endif
cawthron
parents:
diff changeset
    38