author | Sebastian Brannstrom <sebastianb@symbian.org> |
Wed, 15 Sep 2010 17:19:40 +0100 | |
branch | 3rded |
changeset 219 | 3aa0b93477b5 |
parent 186 | 32aedca70582 |
permissions | -rw-r--r-- |
2 | 1 |
/* |
2 |
* Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB |
|
3 |
* |
|
4 |
* All rights reserved. |
|
5 |
* This component and the accompanying materials are made available |
|
6 |
* under the terms of the License "Eclipse Public License v1.0" |
|
7 |
* which accompanies this distribution, and is available |
|
8 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 |
* |
|
10 |
* Initial Contributors: |
|
11 |
* EmbedDev AB - initial contribution. |
|
12 |
* |
|
13 |
* Contributors: |
|
14 |
* |
|
15 |
* Description: |
|
16 |
* |
|
17 |
*/ |
|
18 |
||
19 |
#include "PodcastClient_common.rls" // strings common between languages |
|
20 |
||
186
32aedca70582
Merged queue view fix from 5th; merged Spanish language support; Updated SIS 0.90(4).
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
2
diff
changeset
|
21 |
#ifdef LANGUAGE_01 |
2 | 22 |
#include "PodcastClient_english.rls" |
186
32aedca70582
Merged queue view fix from 5th; merged Spanish language support; Updated SIS 0.90(4).
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
2
diff
changeset
|
23 |
#elif defined LANGUAGE_04 |
32aedca70582
Merged queue view fix from 5th; merged Spanish language support; Updated SIS 0.90(4).
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
2
diff
changeset
|
24 |
#include "PodcastClient_spanish.rls" |
32aedca70582
Merged queue view fix from 5th; merged Spanish language support; Updated SIS 0.90(4).
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
2
diff
changeset
|
25 |
#endif |