equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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: Localization strings for Media Fetch plug-in |
|
15 * |
|
16 */ |
|
17 |
|
18 // LOCALISATION STRINGS |
|
19 |
|
20 // d:The default title for popup from which user can select one audio file |
|
21 // l:title_pane_t2/opt12 |
|
22 #define qtn_audiofetcher_select_audio "Select file:" |
|
23 |
|
24 // d:The default title for popup from which user can select any media file |
|
25 // l:title_pane_t2/opt12 |
|
26 #define qtn_audiofetcher_select_any_file "Select file:" |
|
27 |
|
28 // audio fetcher |
|
29 // d:If there are no items to show in the audio fetcher view, this text is displayed. |
|
30 // l:main_list_empty_pane |
|
31 // |
|
32 #define qtn_audiofetcher_empty_list_no_audio "No audio files to display" |
|
33 |
|
34 #define qtn_audiofetcher_empty_list_no_media "No media files to display" |
|
35 |
|
36 // End of File |