author | Lars Persson <lars.persson@embeddev.se> |
Wed, 31 Mar 2010 08:41:07 +0200 | |
changeset 59 | dc142c8740eb |
parent 39 | ca935c84c94b |
child 42 | a38f3fcec239 |
child 44 | f6f9647922ba |
child 47 | e5a309826d69 |
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 |
||
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
19 |
// Menu items |
2 | 20 |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
21 |
rls_string STRING_r_settings_cmd "Settings" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
22 |
rls_string STRING_r_view_mark_all_played_cmd "Mark all old" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
23 |
rls_string STRING_r_exit_cmd "Exit" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
24 |
rls_string STRING_r_view_help "Help" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
25 |
rls_string STRING_r_view_about_cmd "About" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
26 |
rls_string STRING_r_view_import_export_feeds_cmd "Import/export feeds" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
27 |
rls_string STRING_r_view_import_feeds_cmd "Import feeds" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
28 |
rls_string STRING_r_view_export_feeds_cmd "Export feeds" |
2 | 29 |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
30 |
// CBA buttons |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
31 |
rls_string STRING_r_cba_options "Options" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
32 |
rls_string STRING_r_cba_hide "Hide" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
33 |
rls_string STRING_r_cba_cancel "Cancel" |
2 | 34 |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
35 |
// Tab titles |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
36 |
rls_string STRING_r_tabgroup_feeds "Feeds" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
37 |
rls_string STRING_r_tabgroup_queue "Queue" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
38 |
rls_string STRING_r_tabgroup_queue_counter "Queue (%d)" |
2 | 39 |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
40 |
// Question dialogs |
2 | 41 |
rls_string STRING_r_add_feed_prompt "Enter search terms or feed URL" |
42 |
rls_string STRING_r_edit_feed_prompt "Feed URL" |
|
38
c11e52c5acd2
Fix for download state not taking user from shows view to queue view
teknolog
parents:
24
diff
changeset
|
43 |
rls_string STRING_r_add_feed_title_prompt "Feed title" |
2 | 44 |
rls_string STRING_r_remove_feed_prompt "Remove feed '%S'?" |
45 |
rls_string STRING_r_enable_downloads_prompt "There are shows in the download queue. Do you want to download now?" |
|
46 |
rls_string STRING_r_update_new_feed_prompt "Do you want to update the feed now?" |
|
47 |
rls_string STRING_r_delete_show_prompt "Delete show '%S'?" |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
48 |
rls_string STRING_r_podcast_connection_error "Connection failed. Check connection settings." |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
49 |
rls_string STRING_r_exit_shows_downloading "Shows are being downloaded. Exit anyway?" |
2 | 50 |
|
51 |
// Settings view |
|
52 |
rls_string STRING_r_podcast_settings_title "Settings" |
|
53 |
rls_string STRING_r_podcast_setting_showdir "Podcast directory" |
|
54 |
rls_string STRING_r_podcast_setting_autoupdate "Automatic update" |
|
55 |
rls_string STRING_r_podcast_setting_autodownload "Automatic download" |
|
56 |
rls_string STRING_r_podcast_setting_connection "Connection" |
|
57 |
rls_string STRING_r_podcast_setting_default "Use default" |
|
58 |
rls_string STRING_r_podcast_setting_alwaysask "Always ask" |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
59 |
rls_string STRING_r_podcast_setting_useiap "Select access point" |
2 | 60 |
rls_string STRING_r_podcast_setting_iaplist "Access points" |
61 |
||
62 |
// Choicelist for autodownload |
|
63 |
rls_string STRING_podcast_autoupdate_option1 "Off" |
|
64 |
rls_string STRING_podcast_autoupdate_option2 "Every hour" |
|
65 |
rls_string STRING_podcast_autoupdate_option3 "Four times a day" |
|
66 |
rls_string STRING_podcast_autoupdate_option4 "Twice a day" |
|
67 |
rls_string STRING_podcast_autoupdate_option5 "Daily" |
|
68 |
||
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
69 |
// Feed import/export |
2 | 70 |
rls_string STRING_r_view_import_feeds_title "Select OPML file" |
71 |
rls_string STRING_r_enter_filename "Enter file name" |
|
72 |
rls_string STRING_r_view_export_feeds_title "Select folder" |
|
73 |
rls_string STRING_r_view_export_feeds_softkey "Select" |
|
74 |
rls_string STRING_import_feed_success "%d feeds imported. Update all feeds now?" |
|
75 |
rls_string STRING_import_feed_failure "Feed import failed" |
|
76 |
rls_string STRING_export_feed_success "%d feeds exported" |
|
77 |
rls_string STRING_export_feed_failure "Feed export failed" |
|
78 |
rls_string STRING_r_importing "Importing..." |
|
79 |
rls_string STRING_r_exporting "Exporting..." |
|
80 |
||
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
81 |
// Listbox empty strings |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
82 |
rls_string STRING_r_podcast_empty_queue "(queue empty)" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
83 |
rls_string STRING_r_podcast_empty_list "(no shows)" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
84 |
rls_string STRING_r_podcast_no_feeds "(no feeds)" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
85 |
rls_string STRING_r_podcast_empty_search "(no search results)" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
86 |
rls_string STRING_r_podcast_empty_list_updating "(updating...)" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
87 |
|
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
88 |
// Feed view |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
89 |
|
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
90 |
rls_string STRING_r_add_feed_title "Add feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
91 |
rls_string STRING_r_edit_feed_title "Edit feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
92 |
rls_string STRING_r_cancel_update_all_feeds_cmd "Cancel update" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
93 |
rls_string STRING_r_cancel_update_all_feeds_short_cmd "Cancel" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
94 |
rls_string STRING_r_podcast_feeds_status_format "%d new" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
95 |
rls_string STRING_r_podcast_shows_never_updated "Never" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
96 |
rls_string STRING_r_view_add_feed_cmd "Add feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
97 |
rls_string STRING_r_view_add_feed_cmd_short "Add" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
98 |
rls_string STRING_r_view_edit_feed_cmd "Edit feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
99 |
rls_string STRING_r_view_edit_feed_cmd_short "Edit" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
100 |
rls_string STRING_r_view_delete_feed_cmd "Remove feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
101 |
rls_string STRING_r_view_delete_feed_cmd_short "Remove" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
102 |
rls_string STRING_r_update_feed_cmd "Update feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
103 |
rls_string STRING_r_update_feed_short_cmd "Update" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
104 |
rls_string STRING_r_update_all_feeds_cmd "Update all" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
105 |
rls_string STRING_r_update_all_feeds_short_cmd "Update" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
106 |
rls_string STRING_r_podcast_feeds_is_updating "Updating..." |
2 | 107 |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
108 |
// Add/edit feed |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
109 |
rls_string STRING_add_feed_query "Add feed '%S'?" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
110 |
rls_string STRING_add_feed_success "Feed added. Update now?" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
111 |
rls_string STRING_add_feed_error "Could not add feed" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
112 |
rls_string STRING_r_add_feed_replace "All existing shows in this feed will be deleted! Continue?" // shown when changing an existing feed URL |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
113 |
rls_string STRING_r_add_feed_exists "A feed with this URL already exists" // shown when adding or changing a feed to a URL that already exists |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
114 |
|
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
115 |
// Feed searching |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
116 |
|
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
117 |
rls_string STRING_r_search_noresults "No search results" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
118 |
rls_string STRING_r_searching "Searching..." |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
119 |
rls_string STRING_r_search_results "Search results" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
120 |
|
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
121 |
// Show view |
2 | 122 |
|
39
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
123 |
rls_string STRING_r_view_mark_as_played_cmd_short "Mark old" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
124 |
rls_string STRING_r_view_mark_as_unplayed_cmd_short "Mark new" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
125 |
rls_string STRING_r_view_download_show_cmd "Get" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
126 |
rls_string STRING_r_view_delete_show_cmd "Delete" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
127 |
rls_string STRING_r_view_show_info_cmd "Info" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
128 |
|
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
129 |
// Download queue operations |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
130 |
rls_string STRING_r_suspend_download_cmd "Suspend" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
131 |
rls_string STRING_r_view_resume_short_dls_cmd "Resume" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
132 |
rls_string STRING_r_view_stop_downloads_cmd "Suspend downloading" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
133 |
rls_string STRING_r_view_resume_downloads_cmd "Resume downloading" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
134 |
rls_string STRING_r_view_remove_all_downloads_cmd_short "Clear" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
135 |
rls_string STRING_r_clear_query "Clear download queue?" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
136 |
rls_string STRING_r_view_remove_download_short_cmd "Remove" |
ca935c84c94b
Removed unused strings. Fixed clipping problem with icons
teknolog
parents:
38
diff
changeset
|
137 |
rls_string STRING_r_view_remove_download_cmd "Remove Download" |