application/data/languages.rss
author Sebastian Brannstrom <sebastianb@symbian.org>
Thu, 15 Jul 2010 22:07:33 +0100
branchsymbian1
changeset 184 3386d3081945
parent 2 29cda98b007e
permissions -rw-r--r--
Added Spanish language; Updated SIS 1.00(29)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     1
/*
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     2
 * Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     3
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     4
 * All rights reserved.
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     5
 * This component and the accompanying materials are made available
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     6
 * under the terms of the License "Eclipse Public License v1.0"
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     7
 * which accompanies this distribution, and is available
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     8
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     9
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    10
 * Initial Contributors:
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    11
 * EmbedDev AB - initial contribution.
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    12
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    13
 * Contributors:
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    14
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    15
 * Description:
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    16
 *
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    17
 */
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    18
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    19
#include "PodcastClient_common.rls" // strings common between languages
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    20
184
3386d3081945 Added Spanish language; Updated SIS 1.00(29)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 2
diff changeset
    21
#ifdef LANGUAGE_01
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    22
	#include "PodcastClient_english.rls"
184
3386d3081945 Added Spanish language; Updated SIS 1.00(29)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 2
diff changeset
    23
#elif defined  LANGUAGE_04
3386d3081945 Added Spanish language; Updated SIS 1.00(29)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 2
diff changeset
    24
	#include "PodcastClient_spanish.rls"
3386d3081945 Added Spanish language; Updated SIS 1.00(29)
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 2
diff changeset
    25
#endif