The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Copyright (C) 2009 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 17 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 18 | <string name="application_name">"瀏覽器"</string> |
| 19 | <string name="tab_bookmarks">"書籤"</string> |
| 20 | <string name="tab_most_visited">"常用網頁"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 21 | <string name="tab_history">"記錄"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 22 | <string name="added_to_bookmarks">"已加入書籤"</string> |
| 23 | <string name="removed_from_bookmarks">"已自書籤中移除"</string> |
| 24 | <string name="sign_in_to">"登入到 <xliff:g id="HOSTNAME">%s1</xliff:g>「<xliff:g id="REALM">%s2</xliff:g>」"</string> |
| 25 | <string name="username">"名字"</string> |
| 26 | <string name="password">"密碼"</string> |
| 27 | <string name="action">"登入"</string> |
Eric Fischer | 8e5d209 | 2009-07-13 15:43:49 -0700 | [diff] [blame] | 28 | <string name="bookmarks_search">"瀏覽器"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 29 | <string name="cancel">"取消"</string> |
| 30 | <string name="ok">"確定"</string> |
Eric Fischer | 09c5179 | 2009-04-23 11:59:14 -0700 | [diff] [blame] | 31 | <plurals name="matches_found"> |
| 32 | <item quantity="zero">"沒有相配項"</item> |
| 33 | <item quantity="one">"1 個相配項"</item> |
| 34 | <item quantity="few">"<xliff:g id="NUMBER">%d</xliff:g> 個相配項"</item> |
| 35 | <item quantity="other">"<xliff:g id="NUMBER">%d</xliff:g> 個相配項"</item> |
| 36 | </plurals> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 37 | <string name="page_info">"頁面資訊"</string> |
| 38 | <string name="page_info_view">"檢視頁面資訊"</string> |
| 39 | <string name="page_info_address">"位址:"</string> |
| 40 | <string name="ssl_warnings_header">"此網站的安全性憑證有問題。"</string> |
| 41 | <string name="ssl_continue">"繼續"</string> |
| 42 | <string name="security_warning">"安全性警告"</string> |
| 43 | <string name="view_certificate">"檢視憑證"</string> |
| 44 | <string name="ssl_untrusted">"此憑證來自未信任的機構。"</string> |
| 45 | <string name="ssl_mismatch">"網站名稱與憑證不符。"</string> |
| 46 | <string name="ssl_expired">"此憑證已過期"</string> |
| 47 | <string name="ssl_not_yet_valid">"此憑證無效。"</string> |
| 48 | <string name="ssl_certificate">"安全憑證"</string> |
| 49 | <string name="ssl_certificate_is_valid">"這個憑證沒有問題。"</string> |
| 50 | <string name="issued_to">"發給:"</string> |
| 51 | <string name="common_name">"好記的名稱:"</string> |
| 52 | <string name="org_name">"組織:"</string> |
| 53 | <string name="org_unit">"組織單位:"</string> |
| 54 | <string name="issued_by">"發行者:"</string> |
| 55 | <string name="validity_period">"合法性:"</string> |
| 56 | <string name="issued_on">"發給:"</string> |
| 57 | <string name="expires_on">"有效日期:"</string> |
| 58 | <string name="retrieving_creds_dlg_msg">"取回登入資訊…"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 59 | <string name="stopping">"停止中…"</string> |
| 60 | <string name="stop">"停止"</string> |
| 61 | <string name="reload">"重新整理"</string> |
| 62 | <string name="forward">"下一頁"</string> |
| 63 | <string name="save">"確定"</string> |
| 64 | <string name="do_not_save">"取消"</string> |
| 65 | <string name="location">"位置"</string> |
| 66 | <string name="name">"名字"</string> |
| 67 | <string name="http">"http://"</string> |
| 68 | <string name="save_to_bookmarks">"書籤"</string> |
| 69 | <string name="edit_bookmark">"編輯書籤"</string> |
| 70 | <string name="create_shortcut_bookmark">"新增捷徑至首頁"</string> |
| 71 | <string name="open_bookmark">"開啟"</string> |
| 72 | <string name="remove_bookmark">"刪除書籤"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 73 | <string name="remove_history_item">"從記錄中移除"</string> |
Eric Fischer | a6911fc | 2009-04-30 17:32:15 -0700 | [diff] [blame] | 74 | <string name="bookmark_saved">"已儲存至書籤。"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 75 | <string name="bookmark_needs_title">"請輸入書籤名稱。"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 76 | <string name="bookmark_needs_url">"請選取書籤位置。"</string> |
| 77 | <string name="empty_bookmark">"無法建立空白書籤。"</string> |
| 78 | <string name="bookmark_url_not_valid">"網址無效。"</string> |
| 79 | <string name="delete_bookmark">"刪除"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 80 | <string name="bookmark_page">"將最後瀏覽的網頁加入書籤"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 81 | <string name="current_page">"來源 "</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 82 | <string name="delete_bookmark_warning">"刪除「<xliff:g id="BOOKMARK">%s</xliff:g>」書籤?"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 83 | <string name="open_in_new_window">"在新視窗開啟"</string> |
| 84 | <string name="new_window">"新視窗"</string> |
| 85 | <string name="goto_dot">"前往"</string> |
| 86 | <string name="find_dot">"在頁面中尋找"</string> |
| 87 | <string name="select_dot">"選取文字"</string> |
| 88 | <string name="view_tabs">"視窗總覽"</string> |
| 89 | <string name="view_tabs_condensed">"視窗"</string> |
| 90 | <string name="tab_picker_title">"目前視窗"</string> |
| 91 | <string name="tab_picker_view_tab">"檢視"</string> |
| 92 | <string name="tab_picker_new_tab">"新視窗"</string> |
| 93 | <string name="tab_picker_remove_tab">"關閉"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 94 | <string name="tab_picker_bookmark">"加入書籤"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 95 | <string name="tab_picker_send_url">"分享連結"</string> |
| 96 | <string name="bookmarks">"書籤"</string> |
| 97 | <string name="shortcut_bookmark">"書籤"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 98 | <string name="history">"記錄"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 99 | <string name="menu_view_download">"下載"</string> |
| 100 | <string name="share_page">"分享網頁"</string> |
| 101 | <string name="contextmenu_openlink">"開啟"</string> |
| 102 | <string name="contextmenu_openlink_newwindow">"在新視窗開啟"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 103 | <string name="contextmenu_bookmark_thislink">"將連結加入書籤"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 104 | <string name="contextmenu_savelink">"儲存連結"</string> |
| 105 | <string name="contextmenu_sharelink">"分享連結"</string> |
| 106 | <string name="contextmenu_copy">"複製"</string> |
| 107 | <string name="contextmenu_copylink">"複製連結網址"</string> |
| 108 | <string name="contextmenu_download_image">"儲存圖片"</string> |
| 109 | <string name="contextmenu_view_image">"檢視圖片"</string> |
| 110 | <string name="contextmenu_dial_dot">"撥打…"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 111 | <string name="contextmenu_add_contact">"新增聯絡人"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 112 | <string name="contextmenu_send_mail">"傳送電子郵件"</string> |
| 113 | <string name="contextmenu_map">"地圖"</string> |
| 114 | <string name="clear">"清除"</string> |
| 115 | <string name="replace">"取代"</string> |
| 116 | <string name="browser_bookmarks_page_bookmarks_text">"書籤"</string> |
| 117 | <string name="menu_preferences">"設定"</string> |
| 118 | <string name="pref_content_title">"頁面內容設定"</string> |
| 119 | <string name="pref_content_load_images">"載入圖片"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 120 | <string name="pref_content_load_images_summary">"顯示網頁上的圖片"</string> |
| 121 | <string name="pref_content_block_popups">"封鎖快顯視窗"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 122 | <string name="pref_content_javascript">"啟用 JavaScript"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 123 | <string name="pref_content_open_in_background">"在背景中開啟"</string> |
| 124 | <string name="pref_content_open_in_background_summary">"在目前頁面後面開啟新分頁"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 125 | <string name="pref_content_homepage">"設定首頁"</string> |
| 126 | <string name="pref_content_autofit">"自動調整頁面"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 127 | <string name="pref_content_autofit_summary">"將網頁調整至適合螢幕的大小"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 128 | <string name="pref_privacy_title">"隱私設定"</string> |
| 129 | <string name="pref_privacy_clear_cache">"清除快取"</string> |
| 130 | <string name="pref_privacy_clear_cache_summary">"刪除所有快取頁面內容"</string> |
| 131 | <string name="pref_privacy_clear_cache_dlg">"快取會被清除"</string> |
| 132 | <string name="pref_privacy_clear_cookies">"清除所有 cookie"</string> |
| 133 | <string name="pref_privacy_clear_cookies_summary">"清除所有 cookie"</string> |
| 134 | <string name="pref_privacy_clear_cookies_dlg">"所有 cookie 會被清除。"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 135 | <string name="pref_privacy_clear_history">"清除記錄"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 136 | <string name="pref_privacy_clear_history_summary">"清除瀏覽記錄"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 137 | <string name="pref_privacy_clear_history_dlg">"瀏覽記錄將被清除。"</string> |
| 138 | <string name="pref_privacy_clear_form_data">"清除表單資料"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 139 | <string name="pref_privacy_clear_form_data_summary">"清除所有表單"</string> |
| 140 | <string name="pref_privacy_clear_form_data_dlg">"所有儲存的資料會被清除。"</string> |
| 141 | <string name="pref_privacy_clear_passwords">"清除密碼"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 142 | <string name="pref_privacy_clear_passwords_summary">"清除所有儲存的密碼"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 143 | <string name="pref_privacy_clear_passwords_dlg">"所有儲存密碼會被清除"</string> |
| 144 | <string name="pref_security_title">"安全性設定"</string> |
| 145 | <string name="pref_security_remember_passwords">"記住密碼"</string> |
| 146 | <string name="pref_security_remember_passwords_summary">"儲存網站使用者名稱與密碼"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 147 | <string name="pref_security_save_form_data">"儲存表單資料"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 148 | <string name="pref_security_save_form_data_summary">"儲存輸入的表單資料"</string> |
| 149 | <string name="pref_security_show_security_warning">"顯示安全性警告"</string> |
| 150 | <string name="pref_security_show_security_warning_summary">"當網站安全性有問題時,顯示警告訊息"</string> |
| 151 | <string name="pref_security_accept_cookies">"接受 cookie"</string> |
| 152 | <string name="pref_security_accept_cookies_summary">"允許網站存取 cookie"</string> |
Eric Fischer | 8e5d209 | 2009-07-13 15:43:49 -0700 | [diff] [blame] | 153 | <string name="pref_text_size">"文字大小"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 154 | <string-array name="pref_text_size_choices"> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 155 | <item>"最小"</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 156 | <item>"小"</item> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 157 | <item>"適中"</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 158 | <item>"大"</item> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 159 | <item>"最大"</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 160 | </string-array> |
| 161 | <string name="pref_text_size_dialogtitle">"文字大小"</string> |
Eric Fischer | 8e5d209 | 2009-07-13 15:43:49 -0700 | [diff] [blame] | 162 | <string name="pref_default_zoom">"預設縮放"</string> |
| 163 | <string-array name="pref_default_zoom_choices"> |
| 164 | <item>"遠"</item> |
| 165 | <item>"中"</item> |
| 166 | <item>"近"</item> |
| 167 | </string-array> |
| 168 | <string name="pref_default_zoom_dialogtitle">"預設縮放"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 169 | <string name="pref_extras_title">"進階設定"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 170 | <string name="pref_extras_reset_default">"還原至初始設定"</string> |
| 171 | <string name="pref_extras_reset_default_summary">"清除瀏覽器所有資料,並還原至初始設定"</string> |
| 172 | <string name="pref_extras_reset_default_dlg">"瀏覽器所有資料會被清除, 並還原至初始設定。"</string> |
| 173 | <string name="pref_extras_reset_default_dlg_title">"還原至初始設定"</string> |
Eric Fischer | 9ebc0f0 | 2009-04-30 16:48:33 -0700 | [diff] [blame] | 174 | <string name="pref_development_title">"偵錯"</string> |
Eric Fischer | 8e5d209 | 2009-07-13 15:43:49 -0700 | [diff] [blame] | 175 | <string name="pref_default_text_encoding">"文字編碼"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 176 | <string-array name="pref_default_text_encoding_choices"> |
| 177 | <item>"Latin-1 (ISO-8859-1)"</item> |
| 178 | <item>"Unicode (UTF-8)"</item> |
| 179 | <item>"Japanese (ISO-2022-JP)"</item> |
| 180 | <item>"Japanese (SHIFT_JIS)"</item> |
| 181 | <item>"Japanese (EUC-JP)"</item> |
| 182 | </string-array> |
| 183 | <string name="pref_default_text_encoding_dialogtitle">"文字編碼"</string> |
| 184 | <string name="pref_default_text_encoding_default">"Latin-1"</string> |
| 185 | <string name="browserFrameRedirect">"轉址"</string> |
| 186 | <string name="browserFrame307Post">"此網頁即將轉向其他頁面。您是否要將輸入的表單資料傳送到新頁面?"</string> |
| 187 | <string name="browserFrameNetworkErrorLabel">"資料連線問題"</string> |
| 188 | <string name="browserFrameFileErrorLabel">"檔案有問題"</string> |
| 189 | <string name="browserFrameFormResubmitLabel">"確認"</string> |
Eric Fischer | a6911fc | 2009-04-30 17:32:15 -0700 | [diff] [blame] | 190 | <string name="browserFrameFormResubmitMessage">"您想瀏覽的頁面包含已傳送的 (「POSTDATA」),如重新送出資料,此頁表單上執行的操作將會重複 (包括搜尋或線上購物等)。"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 191 | <string name="loadSuspendedTitle">"沒有網路連線"</string> |
| 192 | <string name="loadSuspended">"連線恢復後,此頁面會繼續載入。"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 193 | <string name="clear_history">"清除記錄"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 194 | <string name="browser_history">"最近瀏覽的頁面"</string> |
| 195 | <string name="empty_history">"瀏覽記錄是空的。"</string> |
| 196 | <string name="add_new_bookmark">"加入書籤…"</string> |
| 197 | <string name="no_database">"沒有資料!"</string> |
| 198 | <string name="search_hint">"輸入網頁位址"</string> |
| 199 | <string name="search_button_text">"前往"</string> |
Eric Fischer | 8e5d209 | 2009-07-13 15:43:49 -0700 | [diff] [blame] | 200 | <!-- no translation found for search_settings_description (1422401062529014107) --> |
| 201 | <skip /> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 202 | <string name="attention">"注意"</string> |
| 203 | <string name="popup_window_attempt">"此網站試圖開啟快顯視窗。"</string> |
| 204 | <string name="allow">"允許"</string> |
Eric Fischer | 94d2163 | 2009-04-28 15:48:38 -0700 | [diff] [blame] | 205 | <string name="block">"封鎖"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 206 | <string name="too_many_windows_dialog_title">"已達視窗數量限制"</string> |
| 207 | <string name="too_many_windows_dialog_message">"已達最大視窗數量限制,無法開啟新視窗。"</string> |
| 208 | <string name="too_many_subwindows_dialog_title">"已開啟快顯視窗"</string> |
| 209 | <string name="too_many_subwindows_dialog_message">"無法開啟新的快顯視窗,同時只能有一個快顯視窗存在。"</string> |
| 210 | <string name="download_title">"下載記錄"</string> |
| 211 | <string name="download_unknown_filename">"<未知>"</string> |
| 212 | <string name="download_menu_open">"開啟"</string> |
| 213 | <string name="download_menu_clear">"清除表單列表"</string> |
| 214 | <string name="download_menu_cancel">"取消下載"</string> |
| 215 | <string name="download_menu_cancel_all">"取消所有下載"</string> |
| 216 | <string name="download_menu_clear_all">"清除清單"</string> |
| 217 | <string name="download_clear_dlg_title">"清除"</string> |
| 218 | <string name="download_clear_dlg_msg">"所有清單中的項目會被清除,並從快取中移除。"</string> |
| 219 | <string name="download_cancel_dlg_title">"取消下載"</string> |
| 220 | <string name="download_cancel_dlg_msg">"所有 (<xliff:g id="DOWNLOAD_COUNT">%d</xliff:g>) 下載會取消並從下載記錄中清除。"</string> |
Eric Fischer | 8e5d209 | 2009-07-13 15:43:49 -0700 | [diff] [blame] | 221 | <string name="download_file_error_dlg_title">"空間不足"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 222 | <string name="download_file_error_dlg_msg">"無法下載 <xliff:g id="FILENAME">%s</xliff:g>。"\n" 請清除手機上的空間或再試一次。"</string> |
| 223 | <string name="download_failed_generic_dlg_title">"下載失敗"</string> |
| 224 | <string name="download_no_sdcard_dlg_title">"沒有 SD 卡"</string> |
| 225 | <string name="download_no_sdcard_dlg_msg">"需要 SD 卡下載 <xliff:g id="FILENAME">%s</xliff:g>。"</string> |
| 226 | <string name="download_sdcard_busy_dlg_title">"無法使用 SD 卡"</string> |
Eric Fischer | a6911fc | 2009-04-30 17:32:15 -0700 | [diff] [blame] | 227 | <string name="download_sdcard_busy_dlg_msg">"SD 記憶卡忙碌。如要允許下載,請選取通知中的 [停用 USB 儲存裝置]。"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 228 | <string name="download_no_application">"找不到可以開啟這個檔案的應用程式。"</string> |
| 229 | <string name="retry">"重試"</string> |
| 230 | <string name="no_downloads">"下載記錄是空的。"</string> |
| 231 | <string name="download_error">"下載失敗"</string> |
| 232 | <string name="download_success">"<xliff:g id="FILE">%s</xliff:g> 已下載完成。"</string> |
| 233 | <string name="download_running">"下載中…"</string> |
| 234 | <string name="download_pending">"開始下載…"</string> |
| 235 | <string name="download_pending_network">"等待資料連線中…"</string> |
| 236 | <string name="download_running_paused">"等待資料連線中…"</string> |
| 237 | <string name="download_canceled">"下載已取消。"</string> |
| 238 | <string name="download_not_acceptable">"無法下載。電話不支援該內容。"</string> |
| 239 | <string name="download_file_error">"無法完成下載。儲存空間不足。"</string> |
| 240 | <string name="download_length_required">"無法下載。物件大小無法估計。"</string> |
| 241 | <string name="download_precondition_failed">"下載中斷。無法續傳。"</string> |
| 242 | <string name="activity_instrumentation_test_runner">"Browser Test Runner"</string> |
Eric Fischer | 8e5d209 | 2009-07-13 15:43:49 -0700 | [diff] [blame] | 243 | <string name="search_the_web">"搜尋網頁"</string> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 244 | <string name="zoom_overview_button_text">"總覽"</string> |
| 245 | </resources> |