65
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-2006 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 the License "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:
|
|
15 |
* Main browser resource file
|
|
16 |
*
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
#include "Browser.rss"
|
|
21 |
#include "BrowserWindowSelection.rssi"
|
|
22 |
#include "BrowserInitial.rssi"
|
|
23 |
#include <Avkon.loc>
|
|
24 |
#ifdef __RSS_FEEDS
|
|
25 |
#include "Feeds.rssi"
|
|
26 |
#endif // __RSS_FEEDS
|
|
27 |
|
|
28 |
//----------------------------------------------------
|
|
29 |
//
|
|
30 |
// Find keyword strings
|
|
31 |
//
|
|
32 |
//----------------------------------------------------
|
|
33 |
//
|
|
34 |
|
|
35 |
RESOURCE TBUF r_qtn_browser_keyword_find_no_matches { buf = qtn_browser_keyword_find_no_matches; }
|
|
36 |
RESOURCE TBUF r_qtn_browser_keyword_find_wraparound { buf = qtn_browser_keyword_find_wraparound; }
|
|
37 |
RESOURCE TBUF r_qtn_browser_keyword_find_all_content_searched { buf = qtn_browser_keyword_find_all_content_searched; }
|
|
38 |
|
|
39 |
// Misc dialogs
|
|
40 |
RESOURCE TBUF r_qtn_browser_dialog_oom { buf=qtn_memlo_ram_out_of_mem; }
|
|
41 |
RESOURCE TBUF r_qtn_OK_button { buf= text_softkey_ok; }
|