Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!--Generated by crowdin.com--> |
| 3 | <!-- Copyright (C) 2007 The Android Open Source Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <!DOCTYPE resources [ |
| 18 | <!ENTITY about SYSTEM "about.xml"> |
| 19 | ]> |
| 20 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 21 | <!-- The name of the application. --> |
clyde@build01 | e01b231 | 2016-06-03 15:14:50 -0700 | [diff] [blame] | 22 | <string name="application_name">ブラウザ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 23 | <!-- Displayed with a file picker to choose a file to upload --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 24 | <string name="choose_upload">アップロードするファイルを選択</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 25 | <!-- Toast to show the user after they try to open the file picker but no apps on the |
| 26 | system can provide a file [CHAR-LIMIT=NONE]--> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 27 | <string name="uploads_disabled">アップロードが無効になっています。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 28 | <!-- Name of menu item of a new tab. Also used in the title bar when displaying a new tab --> |
| 29 | <!-- Crash tab View title --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 30 | <string name="new_tab">新しいタブ</string> |
| 31 | <string name="browser_tab_crash_snap">おっと!</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 32 | <!-- Crash tab button text --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 33 | <string name="browser_tab_crash_reload">再読み込み</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 34 | <!-- Crash tab View message --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 35 | <string name="browser_tab_crash_message">このウェブページの表示中に予期しない問題が発生しました。再読み込みするか、別のページに移動してください。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 36 | <!-- Name of menu item of a new incognito tab. Also used in the |
| 37 | title bar when displaying a new tab [CHAR LIMIT=30] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 38 | <string name="new_incognito_tab">シークレットモード</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 39 | <!-- Name of tab containing the user's most visited websites, organized by number of visits --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 40 | <string name="tab_most_visited">よくアクセスするウェブサイト</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 41 | <!-- Name of tab containing the user's saved pages, organized by time created [CHAR LIMIT=20] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 42 | <string name="tab_snapshots">保存したページ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 43 | <!-- Toast shown when a history item's star is clicked, converting it to a bookmark --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 44 | <string name="added_to_bookmarks">ブックマークに追加しました。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 45 | <!-- Toast shown when a history item's star is clicked off, removing its bookmark --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 46 | <string name="removed_from_bookmarks">ブックマークから削除しました。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 47 | <!-- Sign-in dialog --> |
| 48 | <!-- This is used as the title of a dialog which is used to sign in to a secure site. |
| 49 | "%s1"is replaced with the host and "%s2" with realm --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 50 | <string name="sign_in_to"><xliff:g id="HOSTNAME">%s1</xliff:g>に「<xliff:g id="REALM">%s2</xliff:g>」でログイン</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 51 | <!-- Prompt for an input box that allows the user to enter their login name --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 52 | <string name="username">名前</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 53 | <!-- Prompt for an input box that allows the user to enter their password --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 54 | <string name="password">パスワード</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 55 | <!-- The label on the "sign in" button --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 56 | <string name="action">ログイン</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 57 | <!-- The name of the add bookmark page activity.--> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 58 | <string name="bookmarks_add_page">保存</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 59 | <!-- Label for a cancel button. It is used for multiple cancel buttons in different contexts --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 60 | <string name="cancel">キャンセル</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 61 | <!-- Label for a confirm button. Used in multiple contexts. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 62 | <string name="ok">OK</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 63 | <!-- Message to be displayed if url character limit exceeds --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 64 | <string name="max_url_character_limit_msg">URLの文字数が上限に達しました</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 65 | <!-- Message to be displayed when google play store does not exist on the device --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 66 | <string name="msg_no_google_play">お使いの端末にGoogle Playストアがインストールされていません。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 67 | <!-- Menu item --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 68 | <string name="page_info">情報</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 69 | <!-- Page Info dialog strings --> |
| 70 | <!-- Noun. The url for the current page. Displayed on the Page Info |
| 71 | screen. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 72 | <string name="page_info_address">アドレス:</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 73 | <!-- Title for an SSL error dialog --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 74 | <string name="security_warning">セキュリティ警告</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 75 | <!-- Message in an SSL Error dialog --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 76 | <string name="ssl_invalid">この証明書は無効です。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 77 | <!-- Message in an SSL Error dialog --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 78 | <string name="ssl_unknown">不明な証明書エラーです。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 79 | <!-- Toast informing the user that loading has stopped for the current page. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 80 | <string name="stopping">停止しています\u2026</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 81 | <!-- Menu item to stop the current page from loading. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 82 | <string name="stop">停止</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 83 | <!-- Menu item to reload or refresh the current page. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 84 | <string name="reload">再読み込み</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 85 | <!-- Menu item to go back to the previous page --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 86 | <string name="back">戻る</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 87 | <!-- Menu item to go to the next page (only useful if the user has previously hit back.) --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 88 | <string name="forward">進む</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 89 | <!-- Field label in Bookmark dialog box: refers to URL of the page to bookmark --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 90 | <string name="location">アドレス</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 91 | <!-- Field label in Bookmark dialog box: refers to the account to save the bookmark to --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 92 | <string name="account">アカウント</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 93 | <!-- Field label in Bookmark dialog box: refers to the folder in which to save the bookmark --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 94 | <string name="containing_folder">追加先</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 95 | <!-- Default name for a new folder and label for a button that allows the user to create a new folder |
| 96 | in the add bookmark dialog --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 97 | <string name="new_folder">新しいフォルダ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 98 | <!-- Context menu item to edit a folder [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 99 | <string name="edit_folder">フォルダを編集</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 100 | <!-- Context menu item to delete a folder [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 101 | <string name="delete_folder">フォルダを削除</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 102 | <!-- Label stating that the currently open folder has no subfolders |
| 103 | in the add bookmark dialog [CHAR-LIMIT=none]--> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 104 | <string name="no_subfolders">サブフォルダはありません。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 105 | <!-- Menu item to save the newly created bookmark to the home screen. [CHAR-LIMIT=30]--> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 106 | <string name="add_to_homescreen_menu_option">ホーム画面</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 107 | <!-- Menu item to open a picker to determine which folder to save a bookmark in. [CHAR-LIMIT=30]--> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 108 | <string name="add_to_other_folder_menu_option">フォルダを選択\u2026</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 109 | <!-- Field label in Bookmark dialog box: title that the user wishes to use for the bookmark --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 110 | <string name="name">ラベル</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 111 | <!-- Menu item that opens a dialog to save a bookmark for the current page [CHAR LIMIT=30] --> |
| 112 | <!-- Also used as title for AddBookmarkPage --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 113 | <string name="save_to_bookmarks">保存</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 114 | <!-- Title of the dialog to bookmark a page --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 115 | <string name="bookmark_this_page">このページをブックマークに追加</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 116 | <!-- Option on bookmark dialog to remove the bookmark [CHAR LIMIT=30] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 117 | <string name="remove">削除</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 118 | <!-- Menu item on the bookmarks page, to edit an existing bookmark --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 119 | <string name="edit_bookmark">編集</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 120 | <!-- Context menu item to create a shortcut to the bookmark on the desktop [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 121 | <string name="create_shortcut_bookmark">ショートカットを追加</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 122 | <!-- Menu item to remove the currently highlighted bookmark--> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 123 | <string name="remove_bookmark">削除</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 124 | <!-- Context menu item to remove a history item from bookmarks --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 125 | <string name="remove_from_bookmarks">削除</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 126 | <!-- Menu item to remove the currently highlighted history entry from the list of previously visited sites --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 127 | <string name="remove_history_item">削除</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 128 | <!-- Context menu item for setting the bookmark/history item as the homepage --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 129 | <string name="set_as_homepage">ホームページとして設定</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 130 | <!-- Toast informing the user that their action to save a bookmark has succeeded --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 131 | <string name="bookmark_saved">ブックマークに追加しました</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 132 | <!-- Toast informing the user that their action to save a bookmark did not succeed --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 133 | <string name="bookmark_not_saved">ブックマークを保存できませんでした。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 134 | <!-- Toast confirming that the homepage has been set --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 135 | <string name="homepage_set">ホームページを設定しました。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 136 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Name field --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 137 | <string name="bookmark_needs_title">名前を指定してください。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 138 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with empty Location field --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 139 | <string name="bookmark_needs_url">場所を指定してください。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 140 | <!-- Error that appears in the title of Bookmark dialog when user selects OK with invalid URL --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 141 | <string name="bookmark_url_not_valid">このURLは無効です。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 142 | <!-- Error that appears in the Bookmark dialog when user selects OK with a URL of a type we cannot bookmark --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 143 | <string name="bookmark_cannot_save_url">このURLはブックマークに追加できません。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 144 | <!-- Summary text under the New Bookmark item on the Bookmarks screen. |
| 145 | Tells the user that if they select this item, it will bring up a |
| 146 | dialog to bookmark the page that the browser is currently viewing, |
| 147 | though it is not currently being displayed, since they are viewing |
| 148 | the bookmarks screen. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 149 | <string name="current_page">URL\u0020</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 150 | <!-- Confirmation dialog message confirming that the user wishes to delete |
| 151 | the bookmark they selected for deletion --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 152 | <string name="delete_bookmark_warning">ブックマーク「<xliff:g id="BOOKMARK">%s</xliff:g>」を削除しますか?</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 153 | <!-- Confirmation dialog message confirming that the user wishes to delete |
| 154 | the folder they selected for deletion --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 155 | <string name="delete_folder_warning">フォルダ「<xliff:g id="bookmark">%s</xliff:g>」を削除しますか?</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 156 | <!-- Context menu item to open every bookmark in a folder in new tabs [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 157 | <string name="open_all_in_new_window">新しいタブですべて開く</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 158 | <!-- Displayed in title of chooser dialog for text sent to another app,e.g-send text via SMS or IM--> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 159 | <string name="sendText">テキストの操作を選択</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 160 | <!-- Menu item to close all other tabs [CHAR LIMIT=40] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 161 | <string name="close_other_tabs">他のタブを閉じる</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 162 | <!-- Menu item to open the bookmarks page and name of the Tab in the combo view --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 163 | <string name="bookmarks">ブックマーク</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 164 | <!-- Secondary name for the Activity "BrowserBookmarksPage" --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 165 | <string name="shortcut_bookmark">ブックマーク</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 166 | <!-- Title for the activity asking the user to select a bookmark [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 167 | <string name="shortcut_bookmark_title">ブックマークを選択</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 168 | <!-- Menu item to display the History of previously visited pages and the name of the combo view |
| 169 | Tab--> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 170 | <string name="history">履歴</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 171 | <!-- Menu item --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 172 | <string name="share_page">ページを共有</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 173 | <!-- Menu item for saving link to homescreen --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 174 | <string name="add_to_homescreen">ホームに追加</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 175 | <!-- Menu item for saving a page for offline reading. This is a view-only snapshot of the page. [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 176 | <string name="menu_save_snapshot">保存</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 177 | <!-- Dialog message that is shown while saving a page for offline reading. [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 178 | <string name="saving_snapshot">保存しています\u2026</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 179 | <!-- Toast informing the user that saving the page for offline reading has failed. [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 180 | <string name="snapshot_failed">オフライン閲覧用に保存することができませんでした。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 181 | <!-- The number of bookmarks in a folder [CHAR LIMT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 182 | <string name="contextheader_folder_bookmarkcount"><xliff:g id="BOOKMARK_COUNT">%d</xliff:g>件のブックマーク</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 183 | <!-- No bookmarks in the folder [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 184 | <string name="contextheader_folder_empty">空のフォルダ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 185 | <!-- Context Menu item open the currently selected link in the current |
| 186 | window.--> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 187 | <string name="contextmenu_openlink">開く</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 188 | <!-- Context Menu item to open the currently selected link in a new |
| 189 | window. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 190 | <string name="contextmenu_openlink_newwindow">新しいタブで開く</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 191 | <!-- Context Menu item to open the currently selected link in a new |
| 192 | background window. [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 193 | <string name="contextmenu_openlink_newwindow_background">新しいバックグラウンドタブで開く</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 194 | <!-- Context Menu item to save the webpage referred to by this link to the |
| 195 | SD card (external storage) --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 196 | <string name="contextmenu_savelink">リンクを保存</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 197 | <!-- Context Menu item to send the url of the selected link to someone else, |
| 198 | via Gmail or another app [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 199 | <string name="contextmenu_sharelink">リンクを共有</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 200 | <!-- Context Menu item --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 201 | <string name="contextmenu_copy">コピー</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 202 | <!-- Context Menu item to copy the url of the selected link to the |
| 203 | clipboard --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 204 | <string name="contextmenu_copylink">リンクURLをコピー</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 205 | <!-- Context Menu item to save the image to external storage --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 206 | <string name="contextmenu_download_image">画像を保存</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 207 | <!-- Context Menu item to view the image by itself in the browser --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 208 | <string name="contextmenu_view_image">画像を表示</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 209 | <!-- Context Menu item to set the image as the home screen wallpaper --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 210 | <string name="contextmenu_set_wallpaper">壁紙として設定</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 211 | <!-- Context Menu item to open the dialer app with the selected phone number |
| 212 | --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 213 | <string name="contextmenu_dial_dot">発信\u2026</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 214 | <!-- Context Menu item to add the selected phone number to the address book. |
| 215 | --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 216 | <string name="contextmenu_add_contact">連絡先を追加</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 217 | <!-- Context Menu item to send an email using the selected email address.--> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 218 | <string name="contextmenu_send_mail">メールを送信</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 219 | <!-- Context Menu item to show the currently selected address in the Maps |
| 220 | application --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 221 | <string name="contextmenu_map">地図</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 222 | <!-- Title of the dialog used for selecting the application that should be |
| 223 | used for sharing a link (e.g. Gmail or another app). See also |
| 224 | contextmenu_sharelink above --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 225 | <string name="choosertitle_sharevia">共有方法</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 226 | <!-- Used as the title of dialogs in the Browser Settings confirming that |
| 227 | the user wants to clear (cache, history, or cookie data) --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 228 | <string name="clear">消去</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 229 | <!-- Part of a sentence that says "Replace <url of existing bookmark> with |
| 230 | <url of new bookmark>?" --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 231 | <string name="replace">上書き</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 232 | <!-- Settings screen strings --> |
| 233 | <!-- Menu item to open the Settings screen --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 234 | <string name="menu_preferences">設定</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 235 | <!-- Settings screen, section title --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 236 | <string name="pref_content_title">コンテンツの設定</string> |
| 237 | <string name="pref_content_title_summary">ウェブコンテンツの設定</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 238 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 239 | <string name="pref_content_load_images">画像を読み込む</string> |
| 240 | <string name="pref_content_load_images_summary">ウェブページに画像を表示する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 241 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 242 | <string name="pref_security_allow_popups">ポップアップ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 243 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 244 | <string name="pref_content_javascript">JavaScriptを有効化</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 245 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 246 | <string name="pref_content_open_in_background">バックグラウンドで開く</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 247 | <!-- Settings summary [CHAR LIMIT=50]--> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 248 | <string name="pref_content_open_in_background_summary">現在のタブの後ろに新しいタブを開く</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 249 | <!-- Settings label [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 250 | <string name="pref_content_homepage">ホームページ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 251 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 252 | <string name="pref_content_search_engine">検索エンジン</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 253 | <!-- Settings summary --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 254 | <string name="pref_content_search_engine_summary">検索エンジンを選択する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 255 | <!-- Settings button label that to pick what to set the homepage to [CHAR LIMIT=40] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 256 | <string name="pref_set_homepage_to">設定先</string> |
| 257 | <string-array name="pref_homepage_choices"> |
| 258 | <!-- Setting choice to set the homepage to the current page [CHAR LIMIT=40] --> |
| 259 | <item>現在のページ</item> |
| 260 | <!-- Setting choice to set the homepage to a blank page [CHAR LIMIT=40] --> |
| 261 | <item>空白のページ</item> |
| 262 | <!-- Setting choice to set the homepage to the default page [CHAR LIMIT=40] --> |
| 263 | <item>デフォルトのページ</item> |
| 264 | <!-- Setting choice to set the homepage to the "Most Visited" homepage feature, which is a list of most visited sites [CHAR LIMIT=40] --> |
| 265 | <item>よくアクセスするサイト</item> |
| 266 | <!-- Setting choice to set the homepage to a user entered URL [CHAR LIMIT=40] --> |
| 267 | <item>その他</item> |
| 268 | </string-array> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 269 | <!-- Settings screen & section title for "General settings". These include things like |
| 270 | configuring bookmark syncing to Google servers and form auto fill settings. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 271 | <string name="pref_general_title">全般</string> |
| 272 | <string name="pref_default_site_settings_title">デフォルトのサイトの設定</string> |
| 273 | <string name="pref_site_settings_title">サイトの設定</string> |
| 274 | <string name="pref_site_settings_info_panel">セキュリティ情報</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 275 | <!-- Settings category for autofill under general. [CHAR-LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 276 | <string name="pref_general_autofill_title">自動入力</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 277 | <!-- Checkbox setting for enabling/disabling power save mode feature --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 278 | <string name="pref_powersave_enabled">省電力モード</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 279 | <!-- Settings summary for the powersave feature. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 280 | <string name="pref_powersave_enabled_summary">ブラウザの電力使用量を削減する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 281 | <!-- Checkbox setting for enabling/disabling night mode feature --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 282 | <string name="pref_nightmode_enabled">夜間モード</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 283 | <!-- Settings summary for the night mode feature. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 284 | <string name="pref_nightmode_enabled_summary">色を反転</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 285 | <!-- Checkbox setting for enabling/disabling the form AutoFill feature [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 286 | <string name="pref_autofill_enabled">フォームの自動入力</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 287 | <!-- Settings summary for the form AutoFill feature. [CHAR-LIMIT=none] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 288 | <string name="pref_autofill_enabled_summary">1回タップでウェブフォームを自動入力する</string> |
| 289 | <plurals name="pref_web_refiner_advertisements"> |
| 290 | <item quantity="other">%d件の広告</item> |
| 291 | </plurals> |
| 292 | <plurals name="pref_web_refiner_trackers"> |
| 293 | <item quantity="other">%d件のトラッカー</item> |
| 294 | </plurals> |
| 295 | <plurals name="pref_web_refiner_malware"> |
| 296 | <item quantity="other">%d件のマルウェアの脅威</item> |
| 297 | </plurals> |
| 298 | <string-array name="pref_web_refiner_message"> |
| 299 | <item>"%sをブロックしました。"</item> |
| 300 | <item>"%1$s、%2$sをブロックしました。"</item> |
| 301 | <item>"%1$s、%2$s、%3$sをブロックしました。"</item> |
| 302 | </string-array> |
| 303 | <string name="pref_valid_cert">SSL証明書が有効です。通信は暗号化されており、IDは検証されています。</string> |
| 304 | <string name="pref_invalid_cert">サイトは無効なSSL証明書を使用しています。</string> |
| 305 | <string name="pref_warning_cert">サイトのSSL証明書に警告があります。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 306 | <!-- Settings screen, section title [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 307 | <string name="pref_interface_title">インターフェース</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 308 | <!-- Label for option that when clicked opens the AutoFill settings screen. Also used as the title of that AutoFill Settings screen. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 309 | <string name="pref_autofill_profile_editor">自動入力</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 310 | <!-- Summary for the AutoFill Settings preference [CHAR-LIMIT=none] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 311 | <string name="pref_autofill_profile_editor_summary">ウェブフォームに自動入力するテキストを設定する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 312 | <!-- Heading for the AutoFill profile editor to tell the user what AutoFill does and why they should fill out the profile. [CHAR-LIMIT=None] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 313 | <string name="autofill_profile_editor_heading">ウェブフォームに自動入力するテキストを入力してください。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 314 | <!-- String for the user's full name in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 315 | <string name="autofill_profile_editor_name">姓名:</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 316 | <!-- String for the user's e-mail address in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 317 | <string name="autofill_profile_editor_email_address">メール:</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 318 | <!-- String for the user's company name in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 319 | <string name="autofill_profile_editor_company_name">会社名:</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 320 | <!-- String for the first line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 321 | <string name="autofill_profile_editor_address_line_1">住所1:</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 322 | <!-- String to suggest to the user the kind of data to be used for the first line of the address. CHAR-LIMIT=64] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 323 | <string name="autofill_profile_editor_address_line_1_hint">番地、私書箱、気付</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 324 | <!-- String for the second line of the user's address in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 325 | <string name="autofill_profile_editor_address_line_2">住所2:</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 326 | <!-- String to suggest to the user the kind of data to be used for the second line of the address. CHAR-LIMIT=64] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 327 | <string name="autofill_profile_editor_address_line_2_hint">建物名、アパート/マンション名、部屋番号など</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 328 | <!-- String for the user's city or town in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 329 | <string name="autofill_profile_editor_city">市区町村:</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 330 | <!-- String for the user's state or province or region in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 331 | <string name="autofill_profile_editor_state">都道府県:</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 332 | <!-- String for the user's zip code in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 333 | <string name="autofill_profile_editor_zip_code">郵便番号:</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 334 | <!-- String for the user's country in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 335 | <string name="autofill_profile_editor_country">国:</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 336 | <!-- String for the user's phone number in the AutoFill profile editor. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 337 | <string name="autofill_profile_editor_phone_number">電話番号:</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 338 | <!-- String to display in an error tooltip to inform the user the phone number they provided is not valid. [CHAR-LIMIT=32] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 339 | <string name="autofill_profile_editor_phone_number_invalid">電話番号が無効です。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 340 | <!-- Button text to save the AutoFill profile [CHAR-LIMIT=20] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 341 | <string name="autofill_profile_editor_save_profile">保存</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 342 | <!-- Toast message displayed when the profile has been successfully saved [CHAR-LIMIT=none] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 343 | <string name="autofill_profile_successful_save">自動入力テキストを保存しました。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 344 | <!-- Toast message displayed when the profile has been successfully deleted [CHAR-LIMIT=none] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 345 | <string name="autofill_profile_successful_delete">自動入力テキストを削除しました。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 346 | <!-- Button text to delete all the AutoFill profile data [CHAR-LIMIT=20] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 347 | <string name="autofill_profile_editor_delete_profile">削除</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 348 | <!-- Text on toast shown to the user when power save mode is enabled or disabled --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 349 | <string name="powersave_dialog_on">省電力モードが有効になりました。ブラウザは再起動します。</string> |
| 350 | <string name="powersave_dialog_off">省電力モードが無効になりました。ブラウザは再起動します。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 351 | <!-- Text on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 352 | <string name="autofill_setup_dialog_message">このようにウェブフォームを自動的に入力できます。自動入力するテキストを設定しますか?</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 353 | <!-- Toast message displayed when the user decides to not set up autofill at this time. We want to remind them that they can configure |
| 354 | it through the Browser Settings menu. [CHAR-LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 355 | <string name="autofill_setup_dialog_negative_toast">自動入力テキストは[ブラウザ]>[設定]>[全般]からいつでも設定することができます。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 356 | <!-- Text on a checkbox in the "setup autofill" dialog which is shown to the user when they are prompted to set up the autofill feature. |
| 357 | The checkbox allows them to specify they would like to disable the feature altogether [CHAR-LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 358 | <string name="disable_autofill">自動入力を無効にする</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 359 | <!-- Settings screen, section title [CHAR-LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 360 | <string name="pref_security_title">セキュリティ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 361 | <!-- Settings screen, section title [CHAR-LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 362 | <string name="pref_privacy_security_title">プライバシーとセキュリティ</string> |
| 363 | <string name="pref_privacy_security_title_summary">ブラウザのセキュリティとプライバシーの設定</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 364 | <!-- Popup dialog --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 365 | <string name="pref_select_items">選択したアイテムを消去します</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 366 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 367 | <string name="pref_privacy_clear_selected">選択したアイテムを消去</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 368 | <!-- Settings summary --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 369 | <string name="pref_privacy_clear_selected_summary">リストで選択したアイテムを消去する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 370 | <!-- Confirmation dialog message --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 371 | <string name="pref_privacy_clear_selected_dlg">以下のアイテムを消去しますか?</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 372 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 373 | <string name="pref_privacy_clear_cache">キャッシュ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 374 | <!-- Settings summary --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 375 | <string name="pref_privacy_clear_cache_summary">ローカルにキャッシュされたコンテンツとデータベースを消去する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 376 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 377 | <string name="pref_privacy_clear_cookies">Cookieとサイトデータ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 378 | <!-- Settings summary --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 379 | <string name="pref_privacy_clear_cookies_summary">すべてのブラウザCookieとサイトデータを消去する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 380 | <!-- Settings summary --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 381 | <string name="pref_privacy_clear_history_summary">ブラウザの閲覧履歴を消去する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 382 | <!-- Confirmation dialog message --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 383 | <string name="pref_privacy_clear_history_dlg">ブラウザの閲覧履歴を削除しますか?</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 384 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 385 | <string name="pref_privacy_clear_form_data">フォームデータ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 386 | <!-- Settings summary --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 387 | <string name="pref_privacy_clear_form_data_summary">保存されているすべてのフォームデータを消去する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 388 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 389 | <string name="pref_privacy_clear_passwords">パスワード</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 390 | <!-- Settings summary --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 391 | <string name="pref_privacy_clear_passwords_summary">保存されているすべてのパスワードを消去する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 392 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 393 | <string name="pref_privacy_enable_geolocation">位置情報</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 394 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 395 | <string name="pref_privacy_clear_geolocation_access">位置情報アクセス</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 396 | <!-- Settings summary --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 397 | <string name="pref_privacy_clear_geolocation_access_summary">すべてのウェブサイトの位置情報アクセスを消去する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 398 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 399 | <string name="pref_security_remember_passwords">パスワードを保存</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 400 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 401 | <string name="pref_security_save_form_data">フォームデータを保存</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 402 | <!-- Settings Label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 403 | <string name="pref_do_not_track">[トラッキング拒否]をリクエスト</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 404 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 405 | <string name="pref_security_accept_cookies">Cookieを受け入れる</string> |
| 406 | <string name="pref_security_allow_mic">マイク</string> |
| 407 | <string name="pref_security_allow_camera">カメラ</string> |
| 408 | <string name="pref_security_web_refiner">広告</string> |
| 409 | <string name="pref_security_accept_third_party_cookies">サードパーティCookie</string> |
| 410 | <string name="pref_security_ask_before_using">使用前に確認する</string> |
| 411 | <string name="pref_security_allowed">許可</string> |
| 412 | <string name="pref_security_not_allowed">拒否</string> |
| 413 | <string name="pref_security_remember">保存する</string> |
| 414 | <string name="pref_security_on">ON</string> |
| 415 | <string name="pref_security_off">OFF</string> |
| 416 | <string name="pref_website_title">ウェブサイト</string> |
| 417 | <string name="pref_security_add">追加</string> |
| 418 | <string name="pref_security_origin_name">サイトの参照元</string> |
| 419 | <string name="pref_security_access_is_allowed">へのアクセスが許可されています</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 420 | <!-- Settings text size options - displays sample font size in settings --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 421 | <string name="pref_sample_font_size">スライダーをドラッグしてフォントサイズを調整して、希望する読みやすいサイズに設定してください。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 422 | <!-- Label for minimum font size [CHAR LIMIT=30] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 423 | <string name="pref_min_font_size">最小フォントサイズ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 424 | <!-- Label for the current minimum font size value [CHAR LIMIT=6] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 425 | <string name="pref_min_font_size_value"><xliff:g id="FONT_SIZE">%d</xliff:g>pt</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 426 | <!-- Label for text scaling (percent) [CHAR LIMIT=30] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 427 | <string name="pref_text_zoom">テキストの拡大と縮小</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 428 | <!-- Label for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 429 | <string name="pref_force_userscalable">ズームを強制的に有効化</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 430 | <!-- Summary for whether or not to force-enable user scalablity (aka, zoom) [CHAR LIMIT=30] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 431 | <string name="pref_force_userscalable_summary">ズーム動作をコントロールするためにウェブサイトのリクエストを上書きする</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 432 | <!-- Inverted screen category under accessibility settings [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 433 | <string name="pref_inverted_category">画面の反転レンダリング</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 434 | <!-- Title for the inverted screen feature. This causes the screen to render with inverted colors (black becomes white and vice versa) [CHAR LIMIT=40] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 435 | <string name="pref_inverted">反転レンダリング</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 436 | <!-- Summary for the inverted screen feature. [CHAR LIMIT=120] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 437 | <string name="pref_inverted_summary">黒が白に、白が黒に反転します</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 438 | <!-- Title for the inverted screen contrast. Change the contrast value from 1.0 to 3.0. [CHAR LIMIT=30] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 439 | <string name="pref_inverted_contrast">コントラスト</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 440 | <!-- Settings screen, section title [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 441 | <string name="pref_extras_title">詳細設定</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 442 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 443 | <string name="pref_extras_website_settings">サイトごとの設定</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 444 | <!-- Settings summary --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 445 | <string name="pref_extras_website_settings_summary">ウェブサイトごとの詳細設定</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 446 | <!-- Settings label --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 447 | <string name="pref_extras_reset_default">デフォルトにリセット</string> |
| 448 | <string name="pref_extras_reset">リセット</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 449 | <!-- Settings summary --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 450 | <string name="pref_extras_reset_default_summary">デフォルトの設定を復元する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 451 | <!-- Confirmation dialog message --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 452 | <string name="pref_extras_reset_default_dlg">設定をデフォルト値に戻しますか?</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 453 | <!-- Title for a group of settings --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 454 | <string name="pref_development_title">デバッグ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 455 | <!-- Settings screen, setting option name --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 456 | <string name="pref_default_text_encoding">テキストエンコード</string> |
| 457 | <string name="pref_edge_swipe_title">エッジナビゲーション</string> |
| 458 | <string name="pref_edge_swipe_option_msg">エッジからスワイプした時の動作:</string> |
| 459 | <string name="pref_temporal_edge_swipe">履歴を移動する</string> |
| 460 | <string name="pref_spatial_edge_swipe">タブを変更する</string> |
| 461 | <string name="pref_disable_edge_swipe">何もしない</string> |
| 462 | <string name="pref_edge_swipe_option_close">後で選択</string> |
| 463 | <string name="pref_temporal_edge_swipe_enabled_toast">エッジからスワイプして履歴を移動します</string> |
| 464 | <string name="pref_spatial_edge_swipe_enabled_toast">エッジからスワイプしてタブを変更します</string> |
| 465 | <string name="pref_edge_swipe_disabled_toast">エッジからのスワイプは無効になっています</string> |
| 466 | <string name="pref_edge_swipe_unknown">動作を選択</string> |
| 467 | <string name="pref_edge_swipe_setup_desc">エッジからスワイプして履歴を移動することができます。\nこの機能はエッジを使った操作を使用しているウェブサイトと干渉する可能性があります。</string> |
| 468 | <string name="pref_edge_enable">有効化</string> |
| 469 | <string name="pref_edge_disable">無効化</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 470 | <!-- Colored statusbar --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 471 | <string name="pref_coloredsb_title">ステータスバーの色付け</string> |
| 472 | <string name="pref_coloredsb_summary">アクセスするページに基づいてステータスバーの色が変化します</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 473 | <!-- Title for accessibility settings [CHAR LIMIT=25] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 474 | <string name="pref_accessibility_title">ユーザー補助</string> |
| 475 | <string name="pref_accessibility_title_summary">文字サイズと拡大</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 476 | <!-- LookLock --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 477 | <string name="pref_looklock_title">ルックロック</string> |
| 478 | <string name="pref_looklock_summary">このアプリのwebviewコンテンツを他のアプリが読み取ることを防止する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 479 | <!-- Font size settings category under accessibility settings [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 480 | <string name="pref_font_size_category">テキストサイズ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 481 | <!-- Title for the fullscreen lab feature [CHAR LIMIT=40] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 482 | <string name="pref_lab_fullscreen">全画面</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 483 | <!-- Summary for the fullscreen lab feature [CHAR LIMIT=120] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 484 | <string name="pref_lab_fullscreen_summary">ブラウザをフルスクリーンにする</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 485 | <!-- Title for search preloading [CHAR LIMIT=40] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 486 | <string name="pref_data_preload_title">検索結果のプリロード</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 487 | <!-- Search preloading options [CHAR LIMIT=20] --> |
| 488 | <!-- Link prefetching options [CHAR LIMIT=20] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 489 | <string-array name="pref_temporal_choices"> |
| 490 | <item>プリロードしない</item> |
| 491 | <item>Wi-Fi接続時のみ</item> |
| 492 | <item>プリロードする</item> |
| 493 | </string-array> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 494 | <!-- Summary for search preloading [CHAR LIMIT=80] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 495 | <string name="pref_data_preload_summary">ブラウザがバックグラウンドで検索結果をプリロードできるようにする</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 496 | <!-- Title for link prefetching [CHAR LIMIT=40] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 497 | <string name="pref_link_prefetch_title">ウェブページのプリロード</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 498 | <!-- Summary for link prefetching [CHAR LIMIT=80] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 499 | <string name="pref_link_prefetch_summary">ブラウザがバックグラウンドでリンク先のウェブページをプリロードできるようにする</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 500 | <!-- Dialog box message --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 501 | <string name="browserFrameFormResubmitMessage">表示しようとしているページは送信済みのデータ(「POSTDATA」)を含んでいます。データを再送すると、以前このページのフォームで実行した操作(検索やオンライン購入など)が繰り返されます。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 502 | <!-- Menu item --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 503 | <string name="clear_history">履歴を消去</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 504 | <!-- Appears on History screen if no history is found --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 505 | <string name="empty_history">ブラウザの履歴はありません。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 506 | <!-- Displayed at the top of the bookmarks page. When clicked, it bookmarks the page the browser is currently showing --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 507 | <string name="add_new_bookmark">ブックマークを追加</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 508 | <!-- Verb placed in front of a screenshot of a web page that, when clicked, |
| 509 | will add that page to bookmarks --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 510 | <string name="add_bookmark_short">追加</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 511 | <!-- This string is for the browser "Go To" UI. --> |
| 512 | <!-- This is the hint text shown in the Go To widget, before text is entered. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 513 | <string name="search_hint">検索またはURLを入力</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 514 | <!-- This string is for the browser "Go To" UI. --> |
| 515 | <!-- This is the button label in the "Go To" UI. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 516 | <string name="search_button_text">移動</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 517 | <!-- The string used to describe the browser as a searchable item within system search settings. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 518 | <string name="search_settings_description">ブックマークとウェブ履歴</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 519 | <!-- Label for a button to allow a particular popup window to open --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 520 | <string name="allow">許可</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 521 | <!-- Label for a button to disallow a particular popup from opening --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 522 | <string name="block">ブロック</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 523 | <!-- Title for a dialog informing the user that they cannot open any more |
| 524 | windows because the limit has been reached. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 525 | <string name="too_many_windows_dialog_title">タブが制限に達しました</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 526 | <!-- Message in a dialog telling the user that they cannot open any more |
| 527 | windows because the limit has been reached. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 528 | <string name="too_many_windows_dialog_message">タブを閉じるまで新しいタブを開くことができません。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 529 | <!-- Title for a dialog informing the user that they cannot open a subwindow |
| 530 | because only one can be open at a time. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 531 | <string name="too_many_subwindows_dialog_title">ポップアップが既に開いています</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 532 | <!-- Message for a dialog informing the user that they cannot open a |
| 533 | subwindow because only one can be open at a time. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 534 | <string name="too_many_subwindows_dialog_message">同時に開くことのできるポップアップは1つのみです。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 535 | <!-- Download History UI strings --> |
| 536 | <!-- Dialog title [CHAR LIMIT=25] --> |
| 537 | <!-- Dialog title --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 538 | <string name="download_no_sdcard_dlg_title" product="default">SDカードがありません</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 539 | <!-- Dialog message [CHAR LIMIT=NONE] --> |
| 540 | <!-- Dialog message --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 541 | <string name="download_no_sdcard_dlg_msg" product="default"><xliff:g id="FILENAME">%s</xliff:g>をダウンロードするにはSDカードが必要です。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 542 | <!-- Title for a dialog informing the user that the SD card used for |
| 543 | external storage is busy so they cannot download anything [CHAR LIMIT=25] --> |
| 544 | <!-- Title for a dialog informing the user that the SD card used for |
| 545 | external storage is busy so they cannot download anything --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 546 | <string name="download_sdcard_busy_dlg_title" product="default">SDカードは利用できません</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 547 | <!-- Message for a dialog informing the user that the SD card used for |
| 548 | external storage is busy so they cannot download anything. Informs |
| 549 | the user how to enable SD card storage [CHAR LIMIT=NONE] --> |
| 550 | <!-- Message for a dialog informing the user that the SD card used for |
| 551 | external storage is busy so they cannot download anything. Informs |
| 552 | the user how to enable SD card storage --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 553 | <string name="download_sdcard_busy_dlg_msg" product="default">SDカードは使用中です。ダウンロードできるようにするには、通知の[USBストレージをOFFにする]をタップしてください。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 554 | <!-- Toast for a download which cannot begin because the URL is not http or https --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 555 | <string name="cannot_download">ダウンロードできるのは「http」または「https」のURLのみです。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 556 | <!-- Message in the list of items which have received download requests |
| 557 | telling their status. This message states that the download has not |
| 558 | yet begun --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 559 | <string name="download_pending">ダウンロードを開始しています\u2026</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 560 | <!-- The description of the suggestion that lets the user search the web for the query currently |
| 561 | in the text field. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 562 | <string name="search_the_web">ウェブを検索する</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 563 | <!-- HTML5 dialogs --> |
| 564 | <!-- Used as a status bar notification when the browser is running out of space trying to allocate or increase the database quota for an HTML5 databae or application cache. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 565 | <string name="webstorage_outofspace_notification_title">ブラウザのストレージがいっぱいです</string> |
| 566 | <string name="webstorage_outofspace_notification_text">タップして空き領域を増やします。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 567 | <!-- Used in the Browser Settings --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 568 | <string name="webstorage_clear_data_title">ストレージ</string> |
| 569 | <string name="webstorage_private_data_title">プライベートデータ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 570 | <!-- Confirmation dialog when the user ask to clear all data for an origin --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 571 | <string name="webstorage_clear_data_dialog_message">このウェブサイトによって保存されたデータをすべて削除しますか?</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 572 | <!-- String shown in a progress view while a video is loading, before it starts playing --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 573 | <string name="loading_video">動画を読み込んでいます\u2026</string> |
| 574 | <string name="website_settings_add_origin">新しいサイト</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 575 | <!-- Label for the menu item in the website settings activity used to clear data stored by all websites --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 576 | <string name="website_settings_clear_all">すべて消去</string> |
| 577 | <string name="website_settings_clear_all_dialog_message">すべてのウェブサイトのデータと現在地情報の権限を削除しますか?</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 578 | <!-- Text in the progress dialog when we are setting an image as the home screen wallpaper. --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 579 | <string name="progress_dialog_setting_wallpaper">壁紙を設定しています\u2026</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 580 | <!-- The string that is displayed when there are no bookmarks to display. |
| 581 | This is centered in the middle of the screen [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 582 | <string name="empty_bookmarks_folder">ブックマークはありません。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 583 | <!-- The folder name for the special "Other Bookmarks" folder created by Chrome [CHAR LIMIT=24] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 584 | <string name="other_bookmarks">その他のブックマーク</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 585 | <!-- Description for a dialog asking the user what they want to do with their bookmarks when adding a sync account [CHAR-LIMIT=none] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 586 | <string name="import_bookmarks_dialog_description">この端末のブックマークはまだGoogleアカウントに関連付けられていません。アカウントに追加するとブックマークをアカウントに保存できます。同期したくない場合はブックマークを削除してください。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 587 | <!-- Button allowing users to remove all of their existing bookmarks when setting up syncing with their bookmarks stored in Google Chrome [CHAR-LIMIT=64] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 588 | <string name="import_bookmarks_dialog_remove">ブックマークを削除</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 589 | <!-- Url Selection Action Mode --> |
| 590 | <!-- Menu item to share URL selection [CHAR LIMIT=30] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 591 | <string name="menu_share_url">共有</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 592 | <!-- Toast to inform the user that the maximum number of tabs has been |
| 593 | reached. [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 594 | <string name="max_tabs_warning">タブ数が上限に達しました</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 595 | <!-- Font size preview label in settings [CHAR LIMIT=30] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 596 | <string name="preview">プレビュー</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 597 | <!-- Name for the user's unsynced, local bookmarks [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 598 | <string name="local_bookmarks">マイブックマーク</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 599 | <!-- allows the user to find on webpage [CHAR LIMIT=None] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 600 | <string name="find_on_page">ページ内検索</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 601 | <!-- Popup menu checkbox that allows the user to request the desktop version of a webpage [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 602 | <string name="ua_switcher_desktop">PC版サイト</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 603 | <!-- Popup menu checkbox that loads the reader mode version of the current webpage --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 604 | <string name="enable_reader_mode">リーダーモード</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 605 | <!-- Preload permission label [CHAR LIMIT=40] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 606 | <string name="permission_preload_label">結果をプリロード</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 607 | <!-- Empty text for the "saved pages" tab that is shown when no saved pages exist. [CHAR LIMIT=None] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 608 | <string name="empty_snapshots_folder">保存したページはありません。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 609 | <!-- Menu option to delete the currently selected saved page [CHAR LIMIT=50] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 610 | <string name="remove_snapshot">保存したページを削除</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 611 | <!-- Popup menu option to load the live version of a saved page [CHAR LIMIT=20] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 612 | <string name="snapshot_go_live">最新版を表示</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 613 | <!-- Accessibility content descriptions --> |
| 614 | <!-- Content description for back button [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 615 | <string name="accessibility_button_back">戻る</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 616 | <!-- Content description for forward button [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 617 | <string name="accessibility_button_forward">進む</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 618 | <!-- Content description for refresh button [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 619 | <string name="accessibility_button_refresh">ページを更新</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 620 | <!-- Content description for stop button [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 621 | <string name="accessibility_button_stop">ページの読み込みを停止</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 622 | <!-- Content description for add bookmark button [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 623 | <string name="accessibility_button_addbookmark">ブックマークに追加</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 624 | <!-- Content description for search button [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 625 | <string name="accessibility_button_search">検索</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 626 | <!-- Content description for voice search button [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 627 | <string name="accessibility_button_voice">音声検索を開始</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 628 | <!-- Content description for close tab button [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 629 | <string name="accessibility_button_closetab">タブを閉じる</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 630 | <!-- Content description for new tab button [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 631 | <string name="accessibility_button_newtab">新しいタブを開く</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 632 | <!-- Content description for new incognito tab button [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 633 | <string name="accessibility_button_newincognitotab">新しいシークレットタブを開く</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 634 | <!-- Content description for clear button [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 635 | <string name="accessibility_button_clear">入力内容を消去</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 636 | <!-- Content description for tab switcher button [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 637 | <string name="accessibility_button_navscreen">ページマネージャー</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 638 | <!-- Content description for incognito state [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 639 | <string name="accessibility_state_incognito">シークレットページ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 640 | <!-- Content description for frozen state [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 641 | <string name="accessibility_state_frozen">保存したページ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 642 | <!-- Content description for tab switcher transition [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 643 | <string name="accessibility_transition_navscreen">タブの管理</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 644 | <!-- Content description for navigating up in the bookmark folder hierarchy [CHAR LIMIT=NONE] --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 645 | <string name="accessibility_button_bookmarks_folder_up">前のフォルダ</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 646 | <!--Add for Navigation Feature --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 647 | <string name="my_navigation_delete_label">ウェブサイトを削除</string> |
| 648 | <string name="my_navigation_edit_label">ウェブサイトを編集</string> |
| 649 | <string name="my_navigation_add_label">ウェブサイトを追加</string> |
| 650 | <string name="my_navigation_add">追加</string> |
| 651 | <string name="my_navigation_delete_msg">ウェブサイトを削除しますか?</string> |
| 652 | <string name="my_navigation_name">タイトル</string> |
| 653 | <string name="my_navigation_address">アドレス</string> |
| 654 | <string name="website_needs_title">ウェブサイトのタイトルを指定してください</string> |
| 655 | <string name="website_needs_url">ウェブサイトのURLを指定してください</string> |
| 656 | <string name="my_navigation_cannot_save_url">URLが無効です</string> |
| 657 | <string name="my_navigation_duplicate_url">URLが既に存在しています</string> |
| 658 | <string name="my_navigation_page_title">ホーム</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 659 | <!-- Add for Carrier Feature.Content description for AV save/play prompt dialog --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 660 | <string name="http_video_msg">メディアファイルの扱い方を選択して下さい</string> |
| 661 | <string name="video_save">保存</string> |
| 662 | <string name="video_play">再生</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 663 | <!-- Add for Carrier Feature.Content description for exit menu item --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 664 | <string name="exit">終了</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 665 | <!-- Add for Carrier Feature.Content description for about menu item --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 666 | <string name="about">情報</string> |
| 667 | <string name="download_estore_app">お使いの端末にEstoreがインストールされていません。</string> |
| 668 | <string name="estore_url_warning">Estoreを起動できませんでした、URLが長すぎます。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 669 | <!-- Add for Unsupport Uploading Drm Files Feature --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 670 | <string name="drm_file_unsupported">DRMファイルのアップロードはサポートされていません。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 671 | <!-- Add for exit prompt Feature --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 672 | <string name="exit_browser_title">ブラウザを終了</string> |
| 673 | <string name="exit_browser_msg">ブラウザの終了方法を選択してください</string> |
| 674 | <string name="exit_minimize">最小化</string> |
| 675 | <string name="exit_quit">閉じる</string> |
| 676 | <string name="browser_max_input_title">文字数が上限に達しました</string> |
| 677 | <string name="browser_max_input">入力した文字は上限の<xliff:g id="MAXLIMIT">%s</xliff:g>文字に達しています</string> |
| 678 | <string name="duplicated_folder_warning">フォルダが既に存在しています</string> |
| 679 | <string name="overwrite_bookmark_msg">お気に入りの名前またはアドレスが既に存在しています。上書きしますか?</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 680 | <!-- Add for download save path setting Feature --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 681 | <string name="invalid_path">パスが無効です</string> |
| 682 | <string name="path_wrong">パスが正しくありません</string> |
| 683 | <string name="pref_download_title">ダウンロードパスの設定</string> |
| 684 | <string name="pref_download_path_setting_screen_title">カスタムダウンロードパス</string> |
| 685 | <string name="download_timeneeded">時間</string> |
| 686 | <string name="download_filesize">サイズ</string> |
| 687 | <string name="download_filepath_label">パス</string> |
| 688 | <string name="download_edit_filename_label">名前</string> |
| 689 | <string name="download_no_enough_memory">ダウンロードするためのメモリが不足しています</string> |
| 690 | <string name="download_settings_title">ダウンロードの設定</string> |
| 691 | <string name="filename_empty_title">ダウンロードするファイル名が空になっています</string> |
| 692 | <string name="filename_empty_msg">ダウンロードするファイル名は空にできません。有効なファイル名を入力して下さい。</string> |
| 693 | <string name="unknow_length">不明</string> |
| 694 | <string name="download_file_exist_msg">ファイルが既に存在しています。新しいファイル名を入力してください。</string> |
| 695 | <string name="download_file_exist">ファイルが既に存在しています</string> |
| 696 | <string name="time_min">分</string> |
| 697 | <string name="download_path_unavailable_dlg_title">ダウンロードディレクトリが利用できません</string> |
| 698 | <string name="download_path_unavailable_dlg_msg">ダウンロードディレクトリを変更してください</string> |
| 699 | <string name="activity_not_found">このインテントを処理するアクティビティが見つかりませんでした: <xliff:g id="NOACTIVITY">%s</xliff:g></string> |
| 700 | <string name="download_name_hint">ファイル名</string> |
| 701 | <string name="download_size_hint">サイズ</string> |
| 702 | <string name="download_eta_hint">推定時間</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 703 | <!-- Toast message displayed when the full screen received message --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 704 | <string name="received_message_full_screen"><xliff:g id="FROM">%s</xliff:g>からメッセージを受信しました。</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 705 | <!-- Snapdragon Browser Additions --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 706 | <string name="ssl_certificate">セキュリティ証明書</string> |
| 707 | <string name="ssl_certificate_is_valid">この証明書は有効です。</string> |
| 708 | <string name="version">バージョン</string> |
| 709 | <string name="build_date">ビルド日時</string> |
| 710 | <string name="build_hash">ビルドハッシュ</string> |
| 711 | <string name="user_agent">ユーザーエージェント</string> |
| 712 | <string name="help">ヘルプ</string> |
| 713 | <string name="feedback">フィードバック</string> |
| 714 | <string name="swe_legal">法的情報</string> |
| 715 | <string name="swe_open_source_licenses">オープンソースライセンス</string> |
| 716 | <string name="swe_eula">エンドユーザーライセンス契約</string> |
| 717 | <string name="swe_privacy_policy">プライバシーポリシー</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 718 | <!-- Toast message displayed when user attempts to modify a setting disabled by the administrator --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 719 | <string name="mdm_managed_alert">管理者によって管理されています</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 720 | <!-- My Navigation - Favorites + History + Saved --> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 721 | <string name="mystuffs">マイナビゲーション</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 722 | <!-- Place holder for SWE engine strings added to |
| 723 | 'chrome/android/java/strings/android_chrome_strings.grd'. Follow |
| 724 | chromium android grd naming convention. Follow exact mapping rules from |
| 725 | grd to xml. All grd strings maps to xml name in lowercase with 'IDS_' |
| 726 | prefix being stripped. For more info check out chromium's |
| 727 | UI-localization page. --> |
| 728 | <!-- Geolocation infobar promt--> |
clyde@build01 | 36aff52 | 2016-07-11 17:09:51 -0700 | [diff] [blame] | 729 | <string name="geolocation_permissions_prompt_remember">設定を保存</string> |
| 730 | <string name="geolocation_permissions_prompt_share_never">常に拒否</string> |
| 731 | <string name="geolocation_permissions_prompt_share_for_limited_time">24時間のみ許可</string> |
| 732 | <string name="geolocation_permissions_prompt_share_forever">常に許可</string> |
Michael Bestas | bdeeedb | 2016-04-29 21:26:49 +0300 | [diff] [blame] | 733 | </resources> |