switch to alsa.omap3 module
[android_pandora.git] / apps / oi-filemanager / FileManager / res / values / strings.xml
CommitLineData
811a5a4a 1<?xml version="1.0" encoding="utf-8"?>
2<!-- \r
3 * Copyright (C) 2007-2008 OpenIntents.org\r
4 *\r
5 * Licensed under the Apache License, Version 2.0 (the "License");\r
6 * you may not use this file except in compliance with the License.\r
7 * You may obtain a copy of the License at\r
8 *\r
9 * http://www.apache.org/licenses/LICENSE-2.0\r
10 *\r
11 * Unless required by applicable law or agreed to in writing, software\r
12 * distributed under the License is distributed on an "AS IS" BASIS,\r
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14 * See the License for the specific language governing permissions and\r
15 * limitations under the License.\r
16 -->\r
17<resources>\r
18 <!-- ***************************\r
19 About information\r
20 *************************** -->\r
21
22 <!-- Automatically filled in by Launchpad: -->
23 <string name="about_translators">translator-credits</string>
24
25 <!-- Short explanation of the application (max. 80 characters) -->\r
26 <string name="about_comments">Manage files on the SD card with OI File Manager.</string> \r
27 \r
28 <!-- ***************************\r
29 Applicatio-specific strings\r
30 *************************** -->
31 <!-- Name of application. Can be localized. OI = OpenIntents should stay unmodified. -->
32 <string name="app_name">OI File Manager</string>\r
33 \r
34 <string name="menu_new_folder">New Folder</string>\r
35
36 <!-- Multi select option menu -->
37 <string name="menu_multi_select">Multi Select</string>
38
39 <string name="menu_delete">Delete</string>\r
40 <string name="menu_rename">Rename</string>\r
41 <string name="menu_send">Send</string>\r
42 <string name="menu_open">Open</string>\r
43 <string name="menu_move">Move</string>
44 <string name="menu_copy">Copy</string>
45 <string name="menu_details">Details</string>
46 <string name="menu_more">More</string>
47 <string name="menu_compress">Compress (ZIP)</string>
48 <string name="menu_extract">Extract (ZIP)</string>
49 <string name="menu_filter">Filter</string>
50 <string name="menu_include_in_media_scan">Include in media scan</string>
51 <string name="menu_exclude_from_media_scan">Exclude from media scan</string>
52 <string name="menu_bookmark">Add to bookmarks</string>
53 <string name="menu_refresh">Refresh</string>
54 \r
55 <string name="create_new_folder">Create new folder</string>\r
56 <string name="folder_name">Folder name</string>\r
57 <string name="file_name">Folder name</string>
58 <string name="extension">Extension (with \'.\')</string>
59 <string name="this_folder_is_empty">This folder is empty.</string>\r
60 <string name="really_delete">Do you really want to delete %s?</string>\r
61 <string name="file_deleted">File deleted.</string>\r
62 <string name="folder_deleted">Folder deleted.</string>\r
63 <string name="file_renamed">File renamed.</string>\r
64 <string name="folder_renamed">Folder renamed.</string>\r
65 <string name="file_moved">File moved.</string>\r
66 <string name="folder_moved">Folder moved.</string>\r
67 <string name="file_copied">File copied.</string>
68 <string name="move_title">Select folder to move to</string>
69 <string name="move_button">Move here</string>
70 <string name="copy_title">Select folder to copy to</string>
71 <string name="copy_button">Copy here</string>
72 <string name="deleting_files">Deleting files...</string>
73 <string name="title_warning_some_may_not_work">Warning</string>
74 <string name="warning_some_may_not_work">Some of the following options may not work.</string>
75 <string name="show_warning_again">Show warning again</string>
76
77 <!-- Strings for a multi select feature -->
78 <string name="really_delete_multiselect">Do you really want to delete %d files?</string>
79 <string name="move_button_multiselect">Move</string>
80 <string name="copy_button_multiselect">Copy</string>
81 <string name="delete_button_multiselect">Delete</string>
82
83 <!-- ZIP is the ZIP compression (NOT the ZIP code!) -->
84 <string name="compress_zip_button_multiselect">ZIP</string>
85
86 <string name="multiselect_title">Select multiple files</string>
87 <string name="error_selection">Please select one or more file(s).</string>
88
89 <!-- Strings for details table -->
90 <string name="details_type">Type</string>
91 <string name="details_type_folder">Folder</string>
92 <string name="details_type_file">File</string>
93 <string name="details_type_other">Other</string>
94 <string name="details_size">Size</string>
95 <string name="details_permissions">Permissions</string>
96 <string name="details_hidden">Hidden</string>
97 <string name="details_lastmodified">Last Modified</string>
98 <string name="details_yes">Yes</string>
99 <string name="details_no">No</string>
100
101 <!-- Construct a unique file name of a file called %s. -->
102 <string name="copied_file_name">Copy of %s</string>
103
104 <!-- Construct a unique file name with number %1$d of a file called %2$s. -->
105 <string name="copied_file_name_2">Copy %1$d of %2$s</string>
106
107 <string name="media_scan_included">This folder will be included in the next media scan.</string>
108 <string name="media_scan_excluded">This folder will be excluded during the next media scan.</string>
109 \r
110 <string name="error_creating_new_folder">Could not create new folder.</string>\r
111 <string name="error_deleting_file">Could not delete file.</string>
112 <string name="error_deleting_folder">Could not delete folder \'%s\'.</string>
113 <string name="error_renaming_file">Could not rename file.</string>\r
114 <string name="error_renaming_folder">Could not rename folder.</string>\r
115 <string name="error_moving_file">Could not move file.</string>\r
116 <string name="error_moving_folder">Could not move folder.</string>\r
117 <string name="error_copying_file">Could not copy file.</string>
118 <string name="error_file_does_not_exists">File does not exist.</string>
119 <string name="error_deleting_child_file">Could not delete child file \'%s\'.</string>
120 <string name="error_generic">An error occurred: </string>
121 <string name="error_media_scan">Could not change media scan settings.</string>\r
122 \r
123 <string name="send_not_available">No application available for sending.</string>\r
124 \r
125 <string name="application_not_available">Application not available</string>\r
126
127 <!-- ***************************
128 Preferences
129 *************************** -->
130 <!-- Menu item for Settings -->
131 <string name="settings">Settings</string>
132
133 <!-- Category for preferences. -->
134 <string name="preference_advanced_features">Advanced features</string>
135 <string name="preference_mediascan_title">Exclude from media scan</string>
136 <string name="preference_mediascan_summary_on">Show menu item to exclude folders from media scan.</string>
137 <string name="preference_mediascan_summary_off">Hide menu item to exclude folders from media scan.</string>
138
139 <string name="preference_showallwarning_title">Show all warnings</string>
140 <string name="preference_showallwarning_summary_on">Show all warning messages</string>
141 <string name="preference_showallwarning_summary_off">Suppress warning messages</string>
142
143 <string name="preference_displayhiddenfiles_title">Display hidden files</string>
144 <string name="preference_displayhiddenfiles_summary_on">Display hidden files</string>
145 <string name="preference_displayhiddenfiles_summary_off">Hide hidden files</string>
146
147 <string name="preference_sort_settings">Sort settings</string>
148 <string name="preference_sortby">Sort by</string>
149 <string name="preference_sortby_ascending">In ascending order</string>
150 <string name="preference_sortby_ascending_summary_on">Sort in ascending order</string>
151 <string name="preference_sortby_ascending_summary_off">Sort in descending order</string>
152 <string-array name="preference_sortby_names">
153 <item>Name</item>
154 <item>Size</item>
155 <item>Last modified</item>
156 </string-array>
157
158
159 <!-- ***************************
160 Strings for the 'Save as' feature
161 *************************** -->
162 <string name="saveas_no_file_picked">You haven\'t picked any file.</string>
163 <string name="saveas_error">An error occured.</string>
164 <string name="saveas_file_saved">File successfully saved!</string>
165
166
167
168 <string name="bookmarks">Bookmarks</string>
169 <string name="bookmarks_cancel">Cancel</string>
170 <string name="bookmarks_delete">Delete</string>
171 <string name="bookmarks_select_to_delete">Select bookmarks to delete</string>
172 <string name="bookmarks_manage">Manage bookmarks</string>
173 <string name="bookmark_added">Bookmark added</string>
174 <string name="bookmark_not_found">Bookmarked destination not found.</string>
175 <string name="bookmarks_deleted">Selected bookmarks deleted</string>
176 <string name="bookmark_already_exists">This file is already bookmarked</string>
177
178
179 <!-- ***************************
180 Strings for the 'Compressing' and 'Extracting' feature
181 *************************** -->
182 <string name="compressing_success">Item compressed successfully</string>
183 <string name="compressing_error">Could not compress the item</string>
184 <string name="compress_into_archive">Compress into archive:</string>
185 <string name="extracting_success">Item extracted successfully</string>
186 <string name="extracting_error">Could not extract the item</string>
187 <string name="extract_into_folder">Extract into folder:</string>
188 <string name="extract_title">Select folder to extract into</string>
189 <string name="extract_button">Extract here</string>
190 <string name="extracting">Extracting...</string>
191 <string name="compressing">Compressing...</string>
192 <string name="warning_overwrite">File %s exists. Do you want to overwrite it?</string>
193
194 <string name="change_file_extension">Do you want to change the file extension?</string>
a22e4567 195
196
197 <string name="text_view">TextView</string>
811a5a4a 198</resources>