author | Sebastian Brannstrom <sebastianb@symbian.org> |
Tue, 16 Nov 2010 00:03:16 +0000 | |
branch | symbian1 |
changeset 357 | 2a68d0523020 |
parent 348 | bd7f3de17443 |
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 |
RESOURCE TBUF r_podcast_update_all_cmd{buf = STRING_r_update_all_feeds_cmd;} |
|
20 |
RESOURCE TBUF r_podcast_remove_feed_prompt {buf = STRING_r_remove_feed_prompt;} |
|
21 |
RESOURCE TBUF r_podcast_update_new_feed_prompt {buf = STRING_r_update_new_feed_prompt;} |
|
22 |
RESOURCE TBUF r_podcast_delete_show_prompt {buf = STRING_r_delete_show_prompt;} |
|
23 |
RESOURCE TBUF r_podcast_enable_downloads_prompt {buf = STRING_r_enable_downloads_prompt;} |
|
24 |
RESOURCE TBUF r_podcast_feeds_title_format {buf = STRING_r_podcast_feeds_title_format;} |
|
25 |
RESOURCE TBUF r_podcast_feeds_status_format {buf = STRING_r_podcast_feeds_status_format;} |
|
26 |
RESOURCE TBUF r_podcast_shows_no_items {buf = STRING_r_podcast_shows_no_items;} |
|
27 |
RESOURCE TBUF r_podcast_shows_title_format { buf = STRING_r_podcast_shows_title_format;} |
|
28 |
RESOURCE TBUF r_podcast_shows_title_download {buf = STRING_r_podcast_shows_title_download;} |
|
29 |
RESOURCE TBUF r_podcast_shows_downloads_suspended { buf = STRING_r_podcast_shows_downloads_suspended;} |
|
30 |
RESOURCE TBUF r_podcast_empty_queue { buf = STRING_r_podcast_empty_queue; } |
|
31 |
RESOURCE TBUF r_podcast_empty_list { buf = STRING_r_podcast_empty_list; } |
|
32 |
RESOURCE TBUF r_podcast_empty_list_updating { buf = STRING_r_podcast_empty_list_updating; } |
|
33 |
RESOURCE TBUF r_podcast_empty_search { buf = STRING_r_podcast_empty_search; } |
|
34 |
RESOURCE TBUF r_podcast_feeds_update_error {buf = STRING_r_podcast_feeds_update_error;} |
|
35 |
RESOURCE TBUF r_podcast_feeds_never_updated {buf = STRING_r_podcast_shows_never_updated;} |
|
36 |
RESOURCE TBUF r_podcast_feeds_is_updating {buf = STRING_r_podcast_feeds_is_updating;} |
|
37 |
RESOURCE TBUF r_podcast_feeds_no_feeds {buf = STRING_r_podcast_no_feeds;} |
|
38 |
RESOURCE TBUF r_podcast_export_feeds_softkey {buf = STRING_r_view_export_feeds_softkey;} |
|
39 |
RESOURCE TBUF r_podcast_pending_status_active {buf = STRING_r_podcast_shows_title_download;} |
|
40 |
RESOURCE TBUF r_podcast_pending_status_suspended {buf = STRING_r_podcast_shows_downloads_suspended;} |
|
41 |
RESOURCE TBUF r_podcast_feeds_status {buf = STRING_r_view_feeds_status;} |
|
42 |
RESOURCE TBUF r_add_feed_exists {buf = STRING_r_add_feed_exists;} |
|
43 |
RESOURCE TBUF r_add_feed_replace {buf = STRING_r_add_feed_replace;} |
|
44 |
RESOURCE TBUF r_remove_all_dlg {buf = STRING_r_remove_all_dlg;} |
|
45 |
RESOURCE TBUF r_podcast_addfeed_prompt {buf = STRING_r_add_feed_prompt;} |
|
46 |
RESOURCE TBUF r_podcast_addfeed_title_prompt {buf = STRING_r_add_feed_title_prompt;} |
|
47 |
RESOURCE TBUF r_tabgroup_feeds {buf = STRING_r_tabgroup_feeds;} |
|
48 |
RESOURCE TBUF r_tabgroup_queue {buf = STRING_r_tabgroup_queue;} |
|
49 |
RESOURCE TBUF r_tabgroup_queue_counter {buf = STRING_r_tabgroup_queue_counter;} |
|
50 |
RESOURCE TBUF r_podcast_no_search_results {buf = STRING_r_podcast_empty_list;} |
|
51 |
RESOURCE TBUF r_add_feed_query {buf=STRING_add_feed_query;} |
|
52 |
RESOURCE TBUF r_add_feed_success {buf=STRING_add_feed_success;} |
|
53 |
RESOURCE TBUF r_add_feed_failure {buf=STRING_add_feed_error;} |
|
54 |
RESOURCE TBUF r_import_feed_success {buf=STRING_import_feed_success;} |
|
55 |
RESOURCE TBUF r_import_feed_failure {buf=STRING_import_feed_failure;} |
|
56 |
RESOURCE TBUF r_export_feed_success {buf=STRING_export_feed_success;} |
|
57 |
RESOURCE TBUF r_export_feed_failure {buf=STRING_export_feed_failure;} |
|
58 |
RESOURCE TBUF r_clear_query {buf=STRING_r_clear_query;} |
|
59 |
RESOURCE TBUF r_search_noresults {buf=STRING_r_search_noresults;} |
|
60 |
RESOURCE TBUF r_podcast_connection_error {buf = STRING_r_podcast_connection_error;} |
|
61 |
RESOURCE TBUF r_searching {buf=STRING_r_searching;} |
|
62 |
RESOURCE TBUF r_importing {buf=STRING_r_importing;} |
|
63 |
RESOURCE TBUF r_exporting {buf=STRING_r_exporting;} |
|
64 |
RESOURCE TBUF r_exit_shows_downloading {buf=STRING_r_exit_shows_downloading;} |
|
65 |
RESOURCE TBUF r_search_results {buf=STRING_r_search_results;} |
|
66 |
RESOURCE TBUF r_podcast_no_feeds {buf=STRING_r_podcast_no_feeds;} |
|
60 | 67 |
RESOURCE TBUF r_podcast_select_folder {buf = STRING_r_podcast_select_folder;} |
68 |
RESOURCE TBUF r_podcast_select_opml {buf = STRING_r_view_import_feeds_title;} |
|
69 |
||
70 |
RESOURCE TBUF r_error_notfound {buf=STRING_r_error_notfound;} |
|
71 |
RESOURCE TBUF r_error_general {buf=STRING_r_error_general;} |
|
72 |
RESOURCE TBUF r_error_http {buf=STRING_r_error_http;} |
|
73 |
RESOURCE TBUF r_error_invalid_address {buf=STRING_r_error_invalid_address;} |
|
74 |
||
75 |
RESOURCE TBUF r_reset_db_query {buf = STRING_r_podcast_setting_reset_db_query;} |
|
76 |
||
77 |
RESOURCE TBUF r_error_disk_full {buf = STRING_r_error_disk_full; } |
|
357
2a68d0523020
Tweaks to about dialog
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
348
diff
changeset
|
78 |
RESOURCE TBUF r_about_title {buf = STRING_r_about_title;} |
2a68d0523020
Tweaks to about dialog
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
348
diff
changeset
|
79 |
RESOURCE TBUF r_about_body {buf = STRING_r_about_body;} |
136
cee38af14bcf
Merged show playback error handling from S^3 branch
teknolog
parents:
86
diff
changeset
|
80 |
RESOURCE TBUF r_error_playback_failed {buf = STRING_r_error_playback_failed; } |
210
e82411ba1646
Bug 2865 - added option to search or enter URL for feed adding
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
136
diff
changeset
|
81 |
RESOURCE TBUF r_podcast_searchfeed_prompt {buf = STRING_r_search_feed_prompt;} |
347
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
336
diff
changeset
|
82 |
RESOURCE TBUF r_new_shows {buf = STRING_r_new_shows;} |
b8d687bb7ca1
Experimenting with adding a new view to list all new shows
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
336
diff
changeset
|
83 |
RESOURCE TBUF r_download_queue {buf = STRING_r_download_queue;} |
348 | 84 |
RESOURCE TBUF r_download_all_query {buf = STRING_r_download_all_query;} |
85 |
RESOURCE TBUF r_mark_all_old_query {buf = STRING_r_mark_all_old_query;} |