Import l10n.
[gecko.git] / mobile / android / focus-android / app / src / main / res / values-ja / strings.xml
blob7cac2a6ca1b770dc1e37bf13bd2c656aa0853abb
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources xmlns:moz="http://mozac.org/tools" xmlns:tools="http://schemas.android.com/tools">
3     <!-- ####################################################################################### -->
4     <!-- ## Put only strings into this file that should be translated. Move all other strings ## -->
5     <!-- ## into a separate file like strings_references.xml                                  ## -->
6     <!-- ####################################################################################### -->
8     <!-- Label used for buttons, e.g. in dialogs -->
9     <string name="action_cancel">キャンセル</string>
10     <!-- Label used for buttons, e.g. in dialogs -->
11     <string name="action_ok">OK</string>
13     <string name="action_save">保存</string>
15     <!-- This text is shown in the URL bar when it's empty -->
16     <string name="urlbar_hint">検索語またはアドレスを入力</string>
18     <string name="teaser">プライベートブラウジングを自動的に。\nブラウズ、消去の繰り返し。</string>
20     <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a browsing session -->
21     <string name="feedback_erase">閲覧履歴が消去されました。</string>
22     <string name="feedback_erase2">閲覧履歴を消去しました</string>
24     <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a custom tab browsing session -->
25     <string name="feedback_erase_custom_tab">タブの閲覧履歴が消去されました。</string>
27     <!-- This label is shown below the URL bar as soon as the user enters text. Clicking the label will perform a search -->
28     <string name="search_hint">%1$s を検索</string>
30     <!-- Menu item: Share the currently visible page -->
31     <string name="menu_share">共有...</string>
33     <!-- Menu item: Report an issue on the current site -->
34     <string name="menu_report_site_issue">サイトの問題を報告</string>
36     <!-- Menu item: Switch to another browser to open the currently visible page. %1$s will be
37       replaced with the name of the browser like: "Open in Firefox" or "Open in Chrome". Some
38       links can be opened by native apps that aren't a browser, e.g. "Open in YouTube" -->
39     <string name="menu_open_with_default_browser2">%1$s で開く</string>
41     <!-- Menu item: Switch to another browser to open the currently visible page. This menu item
42       will be shown if there are multiple browsers and we do not know which one is the default
43       browser or in case Focus is actually the default browser. Clicking this menu item will show
44       a screen with multiple browsers (or other apps that can open the current URL) to choose from. -->
45     <string name="menu_open_with_a_browser2">外部アプリで開く…</string>
47     <!-- Menu item: Add the current page as a shortcut to the device's home screen (launcher). -->
48     <string name="menu_add_to_home_screen">ホーム画面に追加</string>
50     <!-- Menu item: Add the current site as a shortcut on the Home screen -->
51     <string name="menu_add_to_shortcuts">ショートカットを追加</string>
52     <!-- Menu item: Remove the current site as a shortcut from the Home screen -->
53     <string name="menu_remove_from_shortcuts">ショートカットから削除</string>
55     <!-- Menu item: Shows information about features and changes that are new to this version -->
56     <string name="menu_whats_new">新着情報</string>
57     <string name="menu_settings">設定</string>
58     <string name="menu_about">製品情報</string>
59     <string name="menu_help">ヘルプ</string>
60     <string name="menu_rights">あなたの権利</string>
62     <!-- Menu item: This is the label for a menu entry that shows how many trackers have been blocked
63          for the currently loaded website. The number of blocked trackers is shown below this label.
64          Next to this label is a switch that allows the user to temporarily enable / disable the
65          blocking of trackers for the current browsing session - for example if the current website
66          doesn't work correctly with blocked content. -->
67     <string name="menu_trackers_blocked_title">ブロックされた追跡</string>
69     <!-- Menu item: This is the subtitle for the Trackers blocked menu entry that shows how many
70     trackers have been blocked for the currently loaded website.  -->
71     <string name="menu_trackers_blocked_subtitle">これをオフにすることにより、一部のサイトの問題が解決する可能性があります</string>
73     <!-- Menu item: This is the label for turning off content blocking for the current website. -->
74     <string name="menu_content_blocking">コンテンツブロッキング</string>
75     <!-- This is the subtitle content blocking toggle -->
76     <string name="menu_content_blocking_subtitle">サイトの問題を解決するにはオフにしてください</string>
78     <!-- This is a small text at the bottom of the menu shown in a "custom tab" for branding purposes.
79      See https://github.com/mozilla-mobile/focus-android/issues/2106
80       %1$s will be replaced by the app name (e.g. Firefox Focus) -->
81     <string name="menu_custom_tab_branding">Powered by %1$s</string>
83     <!-- This is the title of a dialog that shows all the share targets (apps or contacts) when
84          sharing an URL. -->
85     <string name="share_dialog_title">共有方法を選択</string>
87     <!-- While a browsing session is active (in the foreground or background) we will show a notification
88          so that the user doesn't forget about the website still being open. This text is shown in
89          the notification. Clicking the notification will have the same effect as clicking the "erase"
90          button in the application. -->
91     <string name="notification_erase_text">閲覧履歴を消去</string>
93     <!-- Notification action to open Focus and resume the current browsing session. -->
94     <string name="notification_action_open">開く</string>
96     <!-- Notification action to erase the current browsing session AND switch to Focus (bring it
97          to the foreground) -->
98     <string name="notification_action_erase_and_open">消去して開く</string>
100     <!-- On Android 7+ users can add a shortcut for erasing the browsing history to the home screen.
101          This is the label for this shortcut. Android recommends a maximum length of 10 characters. -->
102     <string name="shortcut_erase_short_label">消去</string>
104     <!-- The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this
105          instead of the short title when it has enough space. Android recommends a maximum length
106          of 25 characters. -->
107     <string name="shortcut_erase_long_label">閲覧履歴を消去</string>
110     <!-- On Android 7+ users can add a shortcut for erasing the browsing history to the home screen.
111          This is the label for this shortcut. Android recommends a maximum length of 10 characters. -->
112     <string name="shortcut_erase_and_open_short_label">消去して開く</string>
114     <!-- The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this
115          instead of the short title when it has enough space. Android recommends a maximum length
116          of 25 characters.
117          %1$s will be replaced by the app name (e.g. Firefox Focus) -->
118     <string name="shortcut_erase_and_open_long_label">消去して %1$s を開く</string>
121     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
122          Focus is hard coded since we can't use variables in this context.
123          Do not translate or transliterate Focus.-->
124     <string name="text_selection_search_action_focus">Focus で検索</string>
125     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
126              Klar is hard coded since we can't use variables in this context.
127              Do not translate or transliterate Klar.-->
128     <string name="text_selection_search_action_klar">Klar で検索</string>
129     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
130             Focus Beta is hard coded since we can't use variables in this context.
131             Do not translate or transliterate Focus Beta.-->
132     <string name="text_selection_search_action_focus_beta">Focus Beta で検索</string>
133     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
134           Focus Nightly is hard coded since we can't use variables in this context.
135           Do not translate or transliterate Focus Nightly.-->
136     <string name="text_selection_search_action_focus_nightly">Focus Nightly で検索</string>
138     <!-- Content of about focus. Argument 1 is the app name (Firefox Focus/Firefox Klar/etc).
139          Argument 2 is the url for the learn-more link. -->
140     <string name="about_content"><![CDATA[<p>%1$s ではあなたがすべてをコントロールできます。</p>
141 <p>次のようにプライベートブラウザーとして使えます。
142   <ul>
143     <li>アプリで適切に検索、閲覧</li>
144     <li>トラッカーをブロック (あるいは設定を更新して許可)</li>
145     <li>検索履歴、閲覧履歴の消去だけでなく Cookie を削除</li>
146   </ul>
147 </p>
148 <p>%1$s は Mozilla が開発しています。私たちのミッションは健全で開かれたインターネットを発展させることです。<br/>
149 <a href="%2$s">詳しくはこちら</a></p>]]></string>
151     <!-- Header for the Privacy and Security settings menu -->
152     <string name="preference_privacy_and_security_header">プライバシーとセキュリティ</string>
154     <!-- Preference summary for settings related to privacy and security -->
155     <string name="preference_privacy_and_security_summary">トラッキング、Cookie、データの選択</string>
157     <!-- Preference category description for settings related to search, set default
158     and autocomplete are settings a user can find and change inside the "search" settings screen -->
159     <string name="preference_search_summary">既定、自動補完を設定</string>
161     <!-- Preference category description for settings screen for settings related to Mozilla -->
162     <!-- About the app and help are links that are inside this menu -->
163     <!-- %1$s will be replaced by the app name (e.g. Firefox Focus) -->
164     <string name="preference_mozilla_summary">%1$s について、ヘルプ</string>
166     <!-- Preference category for ad blocking and enhanced tracking protection settings -->
167     <string name="preference_category_tracking_protection3">強化型トラッキング防止</string>
169     <!-- Preference category for settings related to controlling web content -->
170     <string name="preference_category_web_content">ウェブコンテンツ</string>
172     <!-- Preference category: stealth settings for while switching apps -->
173     <string name="preference_category_switching_apps">アプリの切り替え</string>
175     <!-- Preference category for General Settings -->
176     <string name="preference_category_general">一般</string>
178     <!-- Preference summary for General Settings category; the two things users can find in this category -->
179     <string name="preference_general_summary2">既定のブラウザー、言語</string>
181     <!-- Preference category for settings about sending usage data -->
182     <string name="preference_category_data_collection_use">データの収集と使用</string>
184     <string name="preference_category_search">検索</string>
186     <!-- Title of "switch" preference that enables/disables search suggestions -->
187     <string name="preference_show_search_suggestions">検索候補を取得</string>
188     <!-- Description of the preference that enables/disables search suggestions
189         %1$s will be replaced by the app name (e.g. Firefox Focus) -->
190     <string name="preference_show_search_suggestions_summary">%1$s はあなたがアドレスバーに入力した語句を検索エンジンへ送信します</string>
192     <!-- This label is shown below the name of the default search engine in settings -->
193     <string name="preference_search_engine_default">既定</string>
195     <!-- This label is shown above the currently selected search engine in settings -->
196     <string name="preference_search_engine_label">検索エンジン</string>
198     <!-- Text that is shown below a "switch" preference that is enabled. -->
199     <string name="preference_state_on">オン</string>
201     <!-- Text that is shown below a "switch" preference that is disabled. -->
202     <string name="preference_state_off">オフ</string>
204     <!-- Item in settings that will open a new preference screen for configuring the URL autocomplete behavior. -->
205     <string name="preference_subitem_autocomplete">URL 自動補完</string>
207     <!-- Title of "switch" preference that enables/disables autocomplete for the default list -->
208     <string name="preference_switch_autocomplete_topsites">人気サイト</string>
210     <!-- Summary for the toggle to enable autocomplete for the topsites list
211     %s is a placeholder for the app name (e.g. Firefox Focus)-->
212     <string name="preference_autocomplete_topsite_summary2">有効にすると、%s のアドレスバーで 450 以上の人気の URL が自動補完されます。</string>
214     <!-- Title of "switch" preference that enables/disables autocomplete for the user-defined list -->
215     <string name="preference_switch_autocomplete_user_list">追加したサイト</string>
217     <!-- Summary for the toggle to enable autocomplete for the user-defined list
218      %s is a placeholder for the app name (e.g. Firefox Focus)-->
219     <string name="preference_autocomplete_user_list_summary2">%s によるお気に入りの URL の自動補完を有効にします。</string>
221     <!-- Preference category: Manage (user-defined) sites -->
222     <string name="preference_category_autocomplete_manage_sites">サイトの管理</string>
224     <!-- Item in autocomplete settings that will open a new preference screen for adding and removing URLs to the user-defined list-->
225     <string name="preference_autocomplete_subitem_manage_sites">サイトの管理</string>
227     <!-- Action at the bottom of the list of custom autocomplete URLs that will open a new screen to add a new URL to the list. -->
228     <string name="preference_autocomplete_action_add">+ カスタム URL を追加</string>
230     <!-- Explanation text above the list of custom autocomplete URLs. -->
231     <string name="preference_autocomplete_explanation_text">自動補完リスト:</string>
233     <!-- Action at the bottom of the list of custom autocomplete URLs that will open a new screen to add a new URL to the list. -->
234     <string name="preference_autocomplete_action_add2">URL を追加</string>
236     <!-- Title of the screen for adding custom autocomplete URLs. -->
237     <string name="preference_autocomplete_title_add">カスタム URL を追加</string>
239     <!-- Label for the button to quick add custom autocomplete URLs. -->
240     <string name="custom_autocomplete_quick_add">カスタム URL を追加</string>
242     <!-- Label for the button to quick add the current URL to the custom autocomplete list -->
243     <string name="add_custom_autocomplete_label">リンクを自動補完に追加</string>
245     <!-- Preference category for settings about cookies and site data -->
246     <string name="preference_category_cookies">Cookie とサイトデータ</string>
248     <!-- Preference category for settings about data choices -->
249     <string name="preference_category_data_choices">データの選択</string>
251     <!-- Title of the screen for removing custom autocomplete URLs. -->
252     <string name="preference_autocomplete_title_remove">カスタム URL を削除</string>
254     <!-- A link to SUMO at autocomplete settings. -->
255     <string name="preference_autocomplete_learn_more">詳細情報</string>
257     <!-- Preference summary: Custom (user-defined) autocomplete URLs. -->
258     <string name="preference_autocomplete_custom_summary">カスタム自動補完 URL の追加と管理。</string>
260     <!-- Label for the "custom autocomplete URL" input field -->
261     <string name="preference_autocomplete_add_title">追加する URL</string>
263     <!-- "Hint" text for the "custom autocomplete URL" input field. Shown when the field is empty. -->
264     <string name="preference_autocomplete_add_hint">URL を入力するか貼り付けてください</string>
266     <!-- Example how a custom domain autocomplete URL be added (e.g. without http://) -->
267     <string name="preference_autocomplete_add_example2">例: mozilla.org</string>
269     <!-- To be removed once the new hint has been translated -->
270     <string name="preference_autocomplete_add_example">入力例: example.com</string>
272     <!-- Confirmation "snackbar" shown after a new custom autocomplete URL has been added. -->
273     <string name="preference_autocomplete_add_confirmation">新しいカスタム URL を追加しました。</string>
275     <!-- Menu item to remove existing autocomplete URLs. -->
276     <string name="preference_autocomplete_menu_remove">削除</string>
278     <!-- Content description (not visible, for screen readers etc.): Button that will delete all selected custom autocomplete URLs. -->
279     <string name="preference_autocomplete_action_remove_content_description">削除</string>
281     <!-- Error message shown if the entered custom autocomplete URL is not valid or empty. -->
282     <string name="preference_autocomplete_add_error">入力した URL をよく確認してください。</string>
284     <string name="preference_language">言語</string>
285     <!-- This is shown when the user hasn't set a focus specific language, i.e. when Focus
286          is using the system default language. -->
287     <string name="preference_language_systemdefault">システム標準</string>
289     <string name="preference_category_privacy">プライバシー</string>
290     <string name="preference_privacy_block_ads">追跡広告をブロック</string>
291     <string name="preference_privacy_block_ads_summary">一部の広告は、あなたがその広告をクリックしなくても訪れたサイトを追跡します</string>
292     <string name="preference_privacy_block_analytics">アクセス解析をブロック</string>
293     <string name="preference_privacy_block_analytics_summary">タップやスクロールなどの操作統計を収集、解析、計測するために利用されます</string>
294     <string name="preference_privacy_block_social">ソーシャル追跡をブロック</string>
295     <string name="preference_privacy_block_social_summary">ユーザーの訪問を追跡するためサイトに埋め込まれ、共有ボタンのように表示されます</string>
296     <string name="preference_privacy_block_content">他の追跡コンテンツをブロック</string>
297     <string name="preference_privacy_block_content_summary2">有効にすると、ページによっては予期せぬ動作をする原因になります</string>
298     <string name="preference_privacy_category_cookies">Cookie をブロック</string>
300     <!-- Three options for Cookie blocking. Yes (All cookies Blocked), Block 3rd-party cookies
301     only (Only 3rd-party Cookies Blocked), No (No cookies blocked) -->
302     <string name="preference_privacy_should_block_cookies_no_option2">いいえ</string>
303     <string name="preference_privacy_should_block_cookies_third_party_tracker_cookies_option">サードパーティの追跡 Cookie のみブロック</string>
304     <string name="preference_privacy_should_block_cookies_third_party_only_option">サードパーティ Cookie のみブロック</string>
306     <string name="preference_privacy_should_block_cookies_cross_site_option">クロスサイト Cookie をブロック</string>
307     <string name="preference_privacy_should_block_cookies_yes_option2">はい</string>
309     <!-- Preference Title: Biometrics can be used to unlock Focus if the previous session's data was not erased by the user. -->
310     <string name="preference_security_biometric">アプリのロック解除に指紋を使用</string>
312     <!-- Preference Summary: Biometrics (iris scan, fingerprint, or facial scan) can be used to unlock Focus if the app had a URL
313         open when the app was last run to ensure that only the phone's owner can view a previous session.
314         %s will be replaced by the app name (e.g. Firefox Focus)
315         Shortcuts is a feature that allows the user to pin his favorite websites to Focus home screen so he can quickly access them-->
316     <string name="preference_security_biometric_summary2">ショートカットを追加した場合やウェブサイトがすでに %s で開いている場合、指紋認証を使用してロックを解除します。</string>
318     <!-- Preference Title: Secure Mode is a setting that prevents the app's content to show up in the "recent apps" screen
319          and prevents the user from taking screenshots or casting the app to other displays. -->
320     <string name="preference_privacy_secure_mode">ステルス</string>
321     <!-- Preference Summary: Stealth mode (previously "Secure mode") is a setting that prevents the
322      app's content (in our case especially the content of webpages) to show up in the "recent apps"
323      screen. Additionally Android will prevent the user from taking screenshots or casting the app
324      to other displays. -->
325     <string name="preference_privacy_stealth_summary">アプリ切り替え時にウェブページを隠し、スクリーンショット撮影を禁止します。</string>
327     <string name="preference_category_security">セキュリティ</string>
329     <string name="preference_category_performance">パフォーマンス</string>
330     <string name="preference_performance_block_webfonts">ウェブフォントをブロック</string>
331     <!-- This text is shown below the setting for disabling web fonts. Some websites use icons/images from a font and those do not show up if fonts are blocked.-->
332     <string name="preference_performance_block_webfonts_summary">アイコンや画像が正常に表示されない場合があります</string>
334     <string name="preference_performance_block_javascript">JavaScript をブロック</string>
335     <!-- This text is shown below setting for disabling JavaScript. Some websites may not work correctly when JavaScript is disabled -->
336     <string name="preference_performance_block_javascript_summary">ページの読み込みが速くなる可能性がありますが、予期せぬ動作をする可能性もあります</string>
338     <!-- This preference does not set Focus as the default browser but instead links to Android's
339      "default apps" settings screen or if not supported by this Android version to a SUMO page describing
340      how to set Focus as a default browser.
341       %1$s will be replaced by the app name (e.g. Firefox Focus) -->
342     <string name="preference_default_browser2">%1$s を既定のブラウザーに設定</string>
344     <string name="preference_category_mozilla">Mozilla</string>
345     <string name="preference_mozilla_telemetry2">使用状況データを送信</string>
347     <!-- A link to SUMO at the end of the summary (preference_mozilla_telemetry_summary2) of the "Send anonymous usage data" setting. -->
348     <string name="preference_mozilla_telemetry_summary">詳細情報</string>
350     <!-- %1$s will be replaced with the name of the app (e.g. Firefox Focus) -->
351     <string name="preference_mozilla_telemetry_summary2">Mozilla は %1$s を皆さんに提供し改善するために必要な情報だけを収集するよう努めています。</string>
353     <!-- In-app link (in settings) to Focus privacy notice. -->
354     <string name="preference_privacy_notice">プライバシー通知</string>
356     <!-- Item in Preferences that shows the about page. Parameter 1 is the app name, i.e. Firefox Focus/Firefox Klar. -->
357     <string name="preference_about">%1$s について</string>
359     <!-- Header for the list of installed search engines -->
360     <string name="preference_search_installed_search_engines">選択可能な検索エンジン</string>
362     <!-- Header for the list of installed search engines -->
363     <string name="preference_choose_search_engine">検索エンジンの選択</string>
365     <!-- Action for restoring the default list of search engines -->
366     <string name="preference_search_restore">既定の検索エンジンを復元</string>
368     <!-- Action for adding an additional search engine to the list.
369     The "+" is used to emphasize that this is an "add" action -->
370     <string name="preference_search_add2">+ 別の検索エンジンを追加</string>
371     <string name="preference_search_remove_title">検索エンジンを削除</string>
372     <string name="preference_search_remove">削除</string>
374     <!-- Action for dding an additional search engine to the list -->
375     <string name="preference_search_add3">別の検索エンジンを追加</string>
376     <!-- Explanation text above the list of search engines-->
377     <string name="preference_select_preferred_engine">ご希望の検索エンジンを選択してください:</string>
379     <!-- Clickable action text that shows when user long-presses on a search engine search field (this is similar to paste or copy when long-pressing a text field) -->
380     <string name="action_option_add_search_engine">検索エンジンを追加</string>
382     <string name="search_add_manually_name_hint">検索エンジン名</string>
383     <string name="search_add_manually_string">使用する検索語</string>
384     <string name="search_add_manually_save">保存</string>
386     <!-- Example of search engine url -->
387     <string name="search_add_manually_example">入力例: example.com/search/?q=%s</string>
389     <string name="search_add_confirmation">新しい検索エンジンが追加されました。</string>
391     <string name="search_add_error_empty_name">検索エンジン名を入力</string>
392     <string name="search_add_error_duplicate_name">同名の検索エンジンがすでにインストールされています。</string>
394     <string name="search_add_error_empty_search">検索語を入力</string>
396     <string name="search_add_error_format">検索語が入力例の書式とマッチしているか確認してください</string>
398     <!-- Content description (not visible, for screen readers etc.): Clear text in URL bar -->
399     <string name="content_description_clear_input">入力内容を消去</string>
401     <!-- Content description (not visible, for screen readers etc.): Clicking on the website overlay
402      while in typing mode will dismiss and go back to the browser. This text will be read when the
403      overlay if focused. See https://github.com/mozilla-mobile/focus-android/issues/50 -->
404     <string name="content_description_dismiss_input">閉じる</string>
406     <!-- Content description (not visible, for screen readers etc.): Erase button: Erase the browsing
407      history and go back to the home screen. -->
408     <string name="content_description_erase">閲覧履歴を消去</string>
410     <!-- If the user has multiple tabs open we will show an addition "floating action button" showing how many tabs are open.
411      This string is not displayed and read only by screenreaders. %1$s will be replaced with the number of open tabs. This
412       button will only be visible when there is more than one tab open (>= 2). -->
413     <string name="content_description_tab_counter">開かれているタブの数: %1$s</string>
415     <!-- Content description (not visible, for screen readers etc.): Lock icon showed in the URL bar for
416      https pages.. -->
417     <string name="content_description_lock">安全な接続</string>
419     <!-- This text is not visible. Instead it will be read by the accessibility service once we start
420      loading a website -->
421     <string name="accessibility_announcement_loading">読み込み中</string>
423     <!-- This text is not visible. Instead it will be read by the accessibility service once we
424      finished loading a website -->
425     <string name="accessibility_announcement_loading_finished">ウェブサイト読み込み完了</string>
427     <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. -->
428     <string name="content_description_menu">その他のオプション</string>
430     <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button used
431     on home screen-->
432     <string name="indicator_content_description_menu">その他のオプションボタン</string>
434     <!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) -->
435     <string name="content_description_forward">次のページへ進む</string>
437     <!-- Content description (not visible, for screen readers etc.): Reload current website -->
438     <string name="content_description_reload">ウェブサイトを再読み込み</string>
440     <!-- Content description (not visible, for screen readers etc.): Navigate back (browsing history) -->
441     <string name="content_description_back">前のページへ戻る</string>
443     <!-- Content description (not visible, for screen readers etc.): Stop loading the current website. This button will turn into the refresh button once loading has been completed (see content_description_reload) -->
444     <string name="content_description_stop">サイトの読み込みを中止</string>
446     <!-- Content description (not visible, for screen readers etc.): Custom Tab exit button - closes the custom tab and returns to the previous app. -->
447     <string name="content_description_customtab_exit">前のアプリへ戻る</string>
449     <!-- Content description (not visible, for screen readers etc.): This is the description for the ImageView in the menu that displays
450          the number of trackers blocked for the current session -->
451     <string name="content_description_trackers_blocked">ブロックされた追跡数</string>
453     <!-- Content description (not visible, for screen readers etc.): This is the description for the switch in the menu that temporarily disables/enables
454          content blocking for the current session -->
455     <string name="content_description_blocking_switch">オンライン追跡をブロック</string>
457     <string name="your_rights">あなたの権利</string>
459     <string name="external_app_prompt_title">リンクを外部アプリで開く</string>
460     <!-- This string is shown when the user has clicked a link that needs to be opened in a different app.
461          Argument 2 is the external app name, argument 1 is our name (i.e. Firefox Focus, or Firefox Klar). -->
462     <string name="external_app_prompt">%1$s を離れてこのリンクを %2$s で開くことができます。</string>
463     <!-- This text is the title of a dialog shown if no app could be found for a custom link protocol. -->
464     <string name="external_app_prompt_no_app_title">リンクを開けるアプリを探す</string>
465     <!-- This text is shown in a dialog if no app could be found for a custom link protocol. %1$s is the name of the app (i.e. Firefox Focus) and %2$s is the name of
466          the app store installed on the device (usually that's Google Play). -->
467     <string name="external_app_prompt_no_app">お使いの端末にはこのリンクを開けるアプリがありません。%1$s を離れて、開けるアプリを %2$s で探すことができます。</string>
468     <!-- This label is shown above a list of apps that can be used to open a given link -->
469     <string name="external_multiple_apps_matched_exit">プライベートブラウジングを終了しますか?</string>
471     <!-- Snackbar that will be displayed after a download has completed. %1$s will be replaced with the file name. -->
472     <string name="download_snackbar_finished">%1$s 完了</string>
474     <!-- Snackbar action to immediately open the successfully downloaded file. -->
475     <string name="download_snackbar_open">開く</string>
485   <string name="error_hostLookup_title">サーバーが見つかりませんでした</string>
505   <!-- Content description (not visible, for screen readers etc.): This is the description for the close button from the new onboarding flow screen one and two -->
506     <string name="onboarding_close_button_content_description">閉じる</string>
508     <!-- New Onboarding flow first screen title -->
509     <!-- %1$s will be replaced by the app name and build variant(e.g. Firefox Focus, Firefox Klar Nightly) -->
510     <string name="onboarding_first_screen_title">%1$s へようこそ</string>
512     <!-- New Onboarding flow first screen subtitle the one that appears under title -->
513     <string name="onboarding_first_screen_subtitle">高速でプライベート。気を散らすものはありません。</string>
515     <!-- New Onboarding flow first screen button label-->
516     <string name="onboarding_first_screen_button_text">はじめる</string>
518     <!-- Onboarding second screen: Title -->
519     <!-- %1$s will be replaced by the app short name(Focus) -->
520     <string name="onboarding_second_screen_title">%1$s は他のブラウザーとは一味違います</string>
522     <!-- New Onboarding flow second screen subtitle the one that appears under title -->
523     <string name="onboarding_second_screen_subtitle_one">プライバシー強化のため、アプリを閉じると履歴が消去されます。</string>
525     <!-- New Onboarding flow second screen subtitle two the one that appears under subtitle one -->
526     <!-- %1$s will be replaced by the app short name(Focus) -->
527     <string name="onboarding_second_screen_subtitle_two">%1$s を既定のブラウザーに設定すれば、開いたリンク先であなたのデータが保護されます。</string>
529     <!-- New Onboarding flow second screen make Focus default browser button label-->
530     <string name="onboarding_second_screen_default_browser_button_text">既定のブラウザーに設定する</string>
532     <!-- New Onboarding flow second screen skip onboarding button label-->
533     <string name="onboarding_second_screen_skip_button_text">スキップ</string>
536     <!-- First run tour (Default browser): Title -->
537     <string name="firstrun_defaultbrowser_title">プライバシーを強化</string>
538     <!-- First run tour (Default browser): Text. -->
539     <string name="firstrun_defaultbrowser_text2">プライベートブラウジングを次のレベルへと進めましょう。サイトを越えてあなたを追跡したり、ページの読み込みを遅くしたりする可能性のある広告その他のコンテンツを自動的にブロック。</string>
541     <!-- First run tour (Search): Title -->
542     <string name="firstrun_search_title">好きな方法で検索</string>
543     <!-- First run tour (Search): Text -->
544     <string name="firstrun_search_text">何か違ったものを探していますか? 設定で別の検索エンジンを既定として選んでみましょう。</string>
546     <!-- First run tour (Shortcut): Title -->
547     <string name="firstrun_shortcut_title">ホーム画面にショートカットを追加</string>
548     <!-- First run tour (Shortcut): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) -->
549     <string name="firstrun_shortcut_text">%1$s でもお気に入りのサイトへ素早く戻れます。%1$s のメニューから「ホーム画面に追加」を選択するだけ。</string>
551     <!-- First run tour (Privacy): Title -->
552     <string name="firstrun_privacy_title">プライバシーを習慣に</string>
553     <!-- First run tour (Privacy): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) -->
554     <string name="firstrun_privacy_text">%1$s を既定のブラウザーに設定して、他のアプリからウェブページを開いたときに、プライベートブラウジングの恩恵を受けましょう。</string>
556     <string name="firstrun_close_button">了解</string>
557     <string name="firstrun_skip_button">スキップ</string>
558     <string name="firstrun_next_button">次へ</string>
560     <!-- Indicator that no trackers are being blocked because content blocking is disabled; normally shows the number of blocked trackers -->
561     <string name="content_blocking_disabled">-</string>
563     <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). -->
564     <string name="dialog_addtohomescreen_action_add">追加</string>
566     <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). -->
567     <string name="dialog_addtohomescreen_action_yes">はい</string>
569     <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). -->
570     <string name="dialog_addtohomescreen_action_cancel">キャンセル</string>
572     <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). -->
573     <string name="dialog_addtohomescreen_action_no">いいえ</string>
575     <!-- When enhanced tracking protection is disabled for the current session then we will show this warning in the "Add to home screen" dialog to
576          let the user know that the shortcut will always be opened with enhanced tracking protection disabled. -->
577     <string name="dialog_addtohomescreen_tracking_protection2">ショートカットは強化型トラッキング防止が無効の状態で開かれます</string>
579     <!-- The user visible name of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active.
580     The recommended maximum length is 40 characters; the value may be truncated if it is too long.
582     * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels
583     * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723
584     -->
585     <string name="notification_browsing_session_channel_name">プライベートブラウジングセッション</string>
587     <!-- The user visible description of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active.
588     The recommended maximum length is 300 characters; the value may be truncated if it is too long. %1$s will be replaced with the name of the app (e.g. Firefox Focus).
590     * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels
591     * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723
592     -->
593     <string name="notification_browsing_session_channel_description">%1$s のセッションは通知をワンタップするだけで消去できます。アプリを開いたり、ブラウザー内でどのページが表示されているか確認したりする必要はありません。</string>
595     <!-- Label for a button in the "tabs tray" to erase the browsing history (closes all tabs and removes associated data). -->
596     <string name="tabs_tray_action_erase">閲覧履歴を消去</string>
598     <!-- If the user decides to open the current page in another browser and if Firefox is not installed then we show this
599       item in the list of browsers. Clicking it will open the app store installed on the device (usually that's Google Play). -->
600     <string name="download_firefox">Firefox をダウンロード</string>
602     <!-- Text shown in the "Your rights" screen.
603     %1$s will be replaced with the name of the app (e.g. Firefox Focus)-->
604     <string name="your_rights_content1"><![CDATA[%1$s は Mozilla や他の貢献者によって開発されているフリーでオープンソースのソフトウェアです。]]></string>
609   <!-- Text shown in the "Your rights" screen.
610     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
611     %2$s will be replaced with a URL linking to the MPL (e.g. https://www.mozilla.org/en-US/MPL/) -->
612     <string name="your_rights_content2"><![CDATA[%1$s は <a href="%2$s">Mozilla Public License</a> およびその他オープンソースライセンスの条件に基づいて使用することができます。]]></string>
614     <!-- Text shown in the "Your rights" screen.
615     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
616     %2$s will be replaced with a URL linking to the trademark policy (e.g. https://www.mozilla.org/foundation/trademarks/policy/) -->
617     <string name="your_rights_content3"><![CDATA[ユーザーには、Mozilla、Firefox、%1$s の名称やロゴを含む Mozilla Foundation または第三者の商標に関するいかなる権利やライセンスも付与されていません。詳しい情報は <a href="%2$s">Mozilla 商標ポリシー</a> をご覧ください。]]></string>
619     <!-- Text shown in the "Your rights" screen.
620     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
621     %2$s will be replaced with a URL linking to the list of licenses used by the dependencies.-->
622     <string name="your_rights_content4"><![CDATA[%1$s の追加のソースコードは様々な他のフリーでオープンソースの <a href="%2$s">ライセンス</a> に基づいて公開されています。]]></string>
624     <!-- Text shown in the "Your rights" screen.
625     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
626     %2$s will be replaced with a URL linking to the GPL
627     %3$s will be replaced with a URL linking to the tracking protection wiki page (e.g. https://wiki.mozilla.org/Security/Tracking_protection#Lists) -->
628     <string name="your_rights_content5"><![CDATA[%1$s は Disconnect, Inc. によって提供されているブロックリストも <a href="%2$s">GNU General Public License v3</a> の下で単独のリソースとして使用しており、それらは <a href="%3$s">こちら</a> から入手可能です。]]></string>
630     <!-- Text shown in prompts for GeckoView -->
631     <string name="gv_prompt_username_hint">ユーザー名</string>
632     <string name="gv_prompt_password_hint">パスワード</string>
633     <string name="gv_prompt_clear">消去</string>
635     <!-- Text shown in Security Information Popup -->
636     <!-- Text to denote secure or insecure connection -->
637     <string name="security_popup_secure_connection">安全な接続</string>
638     <string name="security_popup_insecure_connection">安全でない接続</string>
639     <!-- %1$s will be replaced with organization that granted the SSL certificate -->
640     <string name="security_popup_security_verified">認証局: %1$s</string>
642     <!-- Content Description of Security Icon in toolbar -->
643     <string name="site_security_icon_content_description">サイトセキュリティ</string>
644     <string name="preference_autocomplete_duplicate_url_error">URL は既に存在します</string>
646     <!-- Label for the Find in page button -->
647     <string name="find_in_page">ページ内検索</string>
649     <!-- Watermark/Hint for the find in page input field -->
650     <string name="find_in_page_input">ページ内検索</string>
652     <!-- String to show the number of results found in the page and the
653         position the user is at. The first argument is the position, the second argument is the total -->
654     <string name="find_in_page_result">%1$d/%2$d</string>
655     <!-- String to be read by the accessibility service presenting the number of results found in the page
656         and the position the user is at. The first argument is the position, the second argument is the total -->
657     <string name="accessibility_find_in_page_result">%2$d 件中 %1$d 件目</string>
659     <!-- String to be read by the accessibility service when focusing the next result button -->
660     <string name="accessibility_next_result">次の結果を検索</string>
661     <!-- String to be read by the accessibility service when focusing the previous result button -->
662     <string name="accessibility_previous_result">前の結果を検索</string>
663     <!-- String to be read by the accessibility service when focusing the dismiss button in the "find in page" UI -->
664     <string name="accessibility_dismiss_find_in_page">ページ内検索を閉じる</string>
668   <!-- Checkbox menu item text to request desktop site -->
669     <string name="preference_performance_request_desktop_site">デスクトップ版を見る</string>
671     <!-- Checkbox menu item text to request desktop site -->
672     <string name="preference_performance_request_desktop_site2">デスクトップサイト</string>
674     <!-- Displayed after a user long presses on the URL in a custom tab to copy the URL -->
675     <string name="custom_tab_copy_url_action">URL をコピーしました</string>
677     <!-- Description of what a user may find in the Advanced Setting category, used for debugging -->
678     <string name="preference_advanced_summary">開発者ツール</string>
680     <!-- Preference for open links in third party apps -->
681     <string name="preferences_open_links_in_apps">リンクを外部アプリで開く</string>
683     <!-- Title of Advanced Setting category -->
684     <string name="preference_category_advanced">詳細</string>
686     <!-- Preference for site permissions -->
687     <string name="preference_site_permissions">サイトの許可設定</string>
689     <!--  Preference for cookie banner. The name of the item from settings screen and the title of the cookie banner screen. -->
690     <string name="preferences_cookie_banner">Cookie バナーの削減</string>
692     <!--  Preference summary for the cookie banner. If the cookie banner option is not disabled. -->
693     <string name="preferences_cookie_banner_summary_on">オン</string>
695     <!--  Preference summary for the cookie banner. If the cookie banner option is disabled. -->
696     <string name="preferences_cookie_banner_summary_off">オフ</string>
698     <!--  Title preference inside Cookie banner reduction screen. Here you can set the cookie banner option to disabled or reject_all. -->
699     <string name="cookie_banner_reject_all_option_title">Cookie バナーの削減</string>
701     <!--  Preference summary inside Cookie banner reduction screen. Here you can set the cookie banner option to disabled or reject_all. -->
702     <string name="cookie_banner_reject_all_option_summary">Cookie リクエストを自動的に拒否することで、表示されるバナーを可能な限り減らします。</string>
704     <!-- Preference for removing cookie/consent banners from sites automatically, this is shown as part of the protections panel with the tracking protection toggle. -->--&gt;
705     <string name="cookie_banner_exception_item_title">Cookie バナーの削減</string>
707     <!-- Text for indicating cookie banner handling is on this site, this is shown as part of the protections panel with the tracking protection toggle. -->
708     <string name="cookie_banner_exception_item_description_state_on">このサイトでオン</string>
710     <!-- Text for indicating cookie banner handling is off this site, this is shown as part of the protections panel with the tracking protection toggle. -->
711     <string name="cookie_banner_exception_item_description_state_off">このサイトでオフ</string>
713     <!-- Preference for removing cookie/consent banners from sites automatically, this is shown when the user enters in details after he clicks on the item from protection panel. -->
714     <string name="cookie_banner_exception_panel_switch_title">Cookie バナーの削減</string>
716     <!-- Text for indicating cookie banner handling is off this site, this is shown when the user enters in details after he clicks on the item from protection panel. -->
717     <string name="cookie_banner_exception_panel_switch_state_off">このサイトでオフ</string>
719     <!-- Text for indicating cookie banner handling is on this site, this is shown when the user enters in details after he clicks on the item from protection panel. -->
720     <string name="cookie_banner_exception_panel_switch_state_on">このサイトでオン</string>
722     <!-- Title text for a detail explanation indicating cookie banner handling is on this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site. -->
723     <string name="cookie_banner_exception_panel_title_state_on_for_site">%1$s で Cookie バナー削減を有効にしますか?</string>
725     <!-- Title text for a detail explanation indicating cookie banner handling is off this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site. -->
726     <string name="cookie_banner_exception_panel_title_state_off_for_site">%1$s で Cookie バナー削減を無効にしますか?</string>
728     <!-- Long text for a detail explanation indicating what will happen if cookie banner handling is on for a site, this is shown as part of the cookie banner panel in the toolbar. The placeholder will be updated with the app name. -->
729     <string name="cookie_banner_exception_panel_description_state_on_for_site">%1$s はこのサイトの Cookie を消去してページを読み込み直します。すべての Cookie を消去すると、ログアウトしたり、ショッピングカートが空になったりする場合があります。</string>
731     <!-- Long text for a detail explanation indicating what will happen if cookie banner handling is off for a site, this is shown as part of the cookie banner panel in the toolbar. The placeholder will be updated with the app name. -->
732     <string name="cookie_banner_exception_panel_description_state_off_for_site">%1$s が自動的に Cookie 要求を拒否しようとします。拒否オプションが利用できない場合、%1$s がすべての Cookie を受け入れてバナーを閉じることがあります。</string>
734     <!-- Contextual Feature Recommendation Popups -->
735     <!-- CFR for Cookie Banner (Banner Info Message). The placeholder will be updated with the app name. -->
736     <string name="cfr_for_cookie_banner">%1$s は、迷惑な Cookie バナーを閉じるために Cookie リクエストを拒否しようとします。\n\n設定で Cookie バナーの動作を管理します。</string>
738     <!-- CFR for Cookie Banner (Banner Info Message).This text should be the same as the settings text from "cfr_for_cookie_banner".The text should be underlined and should redirect the user to the cookie banner settings screen. -->
739     <string name="cfr_for_cookie_banner_underline_settings">設定</string>
741     <!-- Preference for autoplay -->
742     <string name="preference_autoplay">自動再生</string>
744     <!-- Heading for the instructions to allow a permission -->
745     <string name="phone_feature_blocked_intro">許可するには:</string>
747     <!-- First step for the allowing a permission -->
748     <string name="phone_feature_blocked_step_settings">1. Android の設定を開きます</string>
750     <!-- Second step for the allowing a permission -->
751     <string name="phone_feature_blocked_step_permissions"><![CDATA[2. <b>権限</b> をタップします]]></string>
753     <!-- Button label that take the user to the Android App setting -->
754     <string name="phone_feature_go_to_settings">設定を開く</string>
756     <!-- Third step for allowing a permission. The placeholder will be updated by, for example, "Camera" -->
757     <string name="phone_feature_blocked_step_feature"><![CDATA[3. <b>%1$s</b> をオンに切り替えます]]></string>
759     <!-- Preference for altering the camera access for all websites -->
760     <string name="preference_phone_feature_camera">カメラ</string>
762     <!-- Preference for altering the microphone access for all websites -->
763     <string name="preference_phone_feature_microphone">マイク</string>
765     <!-- Preference for altering the location access for all websites -->
766     <string name="preference_phone_feature_location">位置情報</string>
768     <!-- Preference for altering the notification access for all websites -->
769     <string name="preference_phone_feature_notification">通知</string>
771     <!-- Preference for altering the EME access for all websites -->
772     <string name="preference_phone_feature_media_key_system_access">DRM 制御されたコンテンツ</string>
774     <!-- Label that indicates that a permission must be asked always -->
775     <string name="preference_option_phone_feature_ask_to_allow">許可を求める</string>
777     <!-- Label that indicates that a permission must be blocked -->
778     <string name="preference_option_phone_feature_blocked">ブロック済み</string>
780     <!-- Label that indicates that a permission must be allowed -->
781     <string name="preference_option_phone_feature_allowed">許可済み</string>
783     <!--Label that indicates a permission is by the Android OS-->
784     <string name="phone_feature_blocked_by_android">Android によってブロック</string>
786     <!-- Preference for allow autoplay audio and video-->
787     <string name="preference_allow_audio_video_autoplay">音声と動画を許可</string>
789     <!-- Preference for block autoplay audio only-->
790     <string name="preference_block_autoplay_audio_only">音声のみブロック</string>
792     <!-- Preference summary for block autoplay audio only-->
793     <string name="preference_block_autoplay_audio_only_summary">おすすめ</string>
795     <!-- Preference for block autoplay audio and video-->
796     <string name="preference_block_autoplay_audio_video">音声と動画をブロック</string>
798     <!-- Preference for studies -->
799     <string name="preference_studies">調査</string>
801     <!-- Preference for studies summary-->
802     <string name="preference_studies_summary">Firefox が調査をインストールして実行することがあります。</string>
804     <!-- Learn more link for studies, links to an article for more information about studies. -->
805     <string name="studies_learn_more">詳細情報</string>
807     <!-- Dialog message shown when some changes are made on studies -->
808     <string name="studies_restart_app">変更を適用するためアプリケーションを終了します</string>
810     <!-- Title of the remove studies button -->
811     <string name="studies_remove">削除</string>
813     <!-- Title of the active section on the studies list -->
814     <string name="studies_active">有効</string>
816     <!-- Title of the completed section on the studies list -->
817     <string name="studies_completed">完了</string>
819     <!-- Preference to enable remote debugging of the app via USB or Wi-Fi -->
820     <string name="preference_remote_debugging">USB/Wi-Fi を通じたリモートデバッグ</string>
822     <!-- Text Button for show biometric prompt -->
823     <string name="show_biometric_button_text">ロック解除</string>
825     <!-- Title text for biometric prompt pop-up -->
826     <string name="biometric_prompt_title">指紋認証で確認</string>
828     <!-- Subtitle text for biometric prompt pop-up -->
829     <string name="biometric_prompt_subtitle">指紋認証を使用して現在のアプリセッションを続行できます。</string>
831     <!-- Button for the fingerprint authentication dialog box that is shown to the user when sharing a link to the app
832     while the user has biometric authentication enabled. When pressed, the user's previous session is cleared, and the shared link is opened. -->
833     <string name="biometric_auth_open_link_new_session">リンクを新しいセッションで開く</string>
835     <!-- Description for the fingerprint authentication image. Used for accessibility purposes. -->
836     <string name="biometric_auth_image_description">指紋アイコン</string>
838     <!-- Error text displayed when the user's fingerprint cannot be recognized upon re-entering the app.
839      This is displayed during the authentication flow as the app launches. -->
840     <string name="biometric_auth_not_recognized_error">指紋を認識できませんでした。もう一度試してください。</string>
842     <!-- Error text displayed when the user's fingerprint moved too quickly upon re-entering the app
843     This is displayed during the authentication flow as the app launches.-->
844     <string name="biometric_auth_moved_too_quickly">指の動きが素早すぎます。もう一度試してください。</string>
846     <!-- Title for the prompt to enable search suggestions -->
847     <string name="enable_search_suggestion_title2">検索候補を表示しますか?</string>
849     <!-- Description for the prompt to enable search suggestions
850         %1$s will be replaced by the app name (e.g. Firefox Focus) -->
851     <string name="enable_search_suggestion_description">検索候補を取得するには、アドレスバーに入力した内容を %1$s が検索エンジンへ送信する必要があります。</string>
853     <!-- Label used for the "NO button" for the prompt to enable search suggestions -->
854     <string name="enable_search_suggestions_no">いいえ</string>
856     <!-- Label used for the "YES button" for the prompt to enable search suggestions -->
857     <string name="enable_search_suggestions_yes">はい</string>
859     <!-- Message displayed when using a search engine that doesn't provide suggestions -->
860     <string name="no_suggestions_message">一部の検索エンジンは候補表示に対応していません。</string>
862     <!-- Button to dismiss the message displayed  when using a search engine that doesn't provide suggestions-->
863     <string name="dismiss_no_suggestions_prompt_button">閉じる</string>
865     <!-- Tips displayed on the home view -->
867     <!-- Tip displayed on home view explaining how to disable tracking protection
868     The new line here must be kept as the second half of the string is clickable for the user. -->
869     <string name="tip_disable_tracking_protection">サイトが予期せぬ挙動をしますか?\n トラッキング防止機能を無効化してみてください</string>
871     <!-- Tip displayed on home view explaining how to add sites to homescreen
872     Argument 1 will be replaced with a line break in the application.-->
873     <string name="tip_add_to_homescreen"><![CDATA[よく使うサイトへワンタップでアクセスするには%1$s メニュー > ホーム画面に追加]]></string>
875     <!-- Tip displayed on home view explaining how to make Focus the default browser
876     Argument 1 is the app name (Firefox Focus/Firefox Klar/etc).
877     The new line here must be kept as the second half of the string is clickable for the user. -->
878     <string name="tip_set_default_browser">すべてのリンクを %1$s で開くには\n %1$s を既定のブラウザーに設定してください</string>
880     <!-- Tip displayed on home view explaining how to add a custom autocomplete URL
881     The new line here must be kept as the second half of the string is clickable for the user. -->
882     <string name="tip_autocomplete_url">よく使うサイトで URL を自動補完するには\n アドレスバー内で URL を長押しします</string>
884     <!-- Tip displayed on home view explaining how to add a custom autocomplete URL
885     The new line here must be kept as the second half of the string is clickable for the user. -->
886     <string name="tip_open_in_new_tab">リンクを新しいタブで開くには\n ページ上でリンクを長押しします</string>
888     <!-- Tip displayed on home view explaining how to add a custom autocomplete URL -->
889     <string name="tip_disable_tips2">スタート画面上のヒント表示をオフにする</string>
891     <!-- Label for the snackbar when a user opens a new tab -->
892     <string name="new_tab_opened_snackbar">新しいタブを開きました</string>
894     <!-- Label for the button in the snackbar that switches to the newly opened tab -->
895     <string name="open_new_tab_snackbar">切り替え</string>
897     <!-- Preference for switching to a new tab immediately after opening -->
898     <string name="preference_open_new_tab">新しいタブ内のリンクへすぐに切り替えます</string>
900     <!-- Preference title for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware -->
901     <string name="preference_safe_browsing_title">潜在的に危険な詐欺サイトをブロック</string>
902     <!-- Preference summary for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware -->
903     <string name="preference_safe_browsing_summary">報告された詐欺サイトや攻撃サイト、マルウェアサイト、不要なソフトウェアをインストールさせようとするサイトをブロックします。</string>
905     <!-- Title of the preference to enable "HTTPS-Only" mode -->
906     <string name="preference_https_only_title">HTTPS-Only モード</string>
908     <!-- Description of the preference to enable "HTTPS-Only" mode. -->
909     <string name="preference_https_only_summary3">セキュリティ強化のため、自動的に HTTPS 暗号化プロトコルを使用してサイトへの接続を試行します。</string>
911     <!-- Preference for exceptions tracking protection -->
912     <string name="preference_exceptions">例外</string>
913     <!-- Description for the exceptions preference screen-->
914     <string name="preference_exceptions_description">これらのサイトではコンテンツブロッキングを無効にします。</string>
915     <!-- Menu item to remove existing exceptions. -->
916     <string name="preference_exceptions_menu_remove">削除</string>
917     <!-- Button to remove all websites from the exception list -->
918     <string name="preference_exceptions_remove_all_button_label">すべてのウェブサイトを削除</string>
920     <!-- Title for Preference screen for cookie blocking for exceptions tracking protection -->
921     <string name="preference_block_cookies_title">Cookie をブロック</string>
923     <!-- Message for Preference screen for cookie blocking for exceptions tracking protection -->
924     <string name="preference_category_block_cookies">Cookie をブロックしたいですか?</string>
926     <!-- Title for the tab crash report screen-->
927     <string name="tab_crash_report_title">タブがクラッシュしました</string>
928     <!-- Headline for the tab crash report screen -->
929     <string name="tab_crash_report_headline">申し訳ありません。このタブに問題があります。</string>
930     <!-- Subtitle for the tab crash report screen -->
931     <string name="tab_crash_report_description">プライベートブラウザーとして、このタブは一切保存されず、復元もできません。</string>
932     <!-- Label for button to close the tab-->
933     <string name="tab_crash_report_close_tab_button_label">タブを閉じる</string>
938   <!-- Label for the checkbox to send the tab crash report to Mozilla -->
939     <string name="crash_report_send_crash_label">クラッシュレポートを Mozilla へ送信する</string>
941     <!-- Tracking protection bottom sheet -->
943     <!-- Label for the total number of trackers blocked. %s represents the app install date -->
944     <string name="trackers_count_note">%s 以降にブロックされたトラッカー</string>
945     <!-- Category of trackers (content) that can be blocked by Enhanced Tracking Protection -->
946     <string name="content">コンテンツ</string>
947     <!-- Category of trackers (advertising) that can be blocked by Enhanced Tracking Protection -->
948     <string name="advertising">広告</string>
949     <!-- Category of trackers (social media) that can be blocked by Enhanced Tracking Protection -->
950     <string name="social">ソーシャル</string>
951     <!-- Category of trackers (analytics) that can be blocked by Enhanced Tracking Protection -->
952     <string name="analytics">解析</string>
953     <!-- Preference title for enhanced tracking protection settings -->
954     <string name="enhanced_tracking_protection">強化型トラッキング防止機能</string>
955     <!-- Enhanced tracking protection preference description when the tracking protection is disabled for this site-->
956     <string name="enhanced_tracking_protection_state_off">このサイトでは保護が無効になっています</string>
957     <!-- Enhanced tracking protection preference description when the tracking protection is enabled for this site-->
958     <string name="enhanced_tracking_protection_state_on">このサイトでは保護が有効になっています</string>
959     <!-- Label that indicates a site is using a secure connection -->
960     <string name="secure_connection">接続は安全です</string>
961     <!-- Label that indicates a site is using a insecure connection -->
962     <string name="insecure_connection">接続は安全ではありません</string>
963     <!-- Title for the list of trackers enhanced tracking ptotection can block-->
964     <string name="trackers_and_scripts">ブロックするトラッカーとスクリプト</string>
966     <!-- Content description (not visible, for screen readers etc.): Navigate back button description -->
967     <string name="go_back">戻る</string>
969     <!-- Top Sites -->
970     <!-- Text for the menu button to remove a top site -->
971     <string name="remove_top_site">削除</string>
973     <!-- Text for the menu item to remove a top site -->
974     <string name="rename_top_site_item">タイトル変更</string>
975     <!-- Text for the dialog title for renaming a top site -->
976     <string name="rename_top_site">タイトル変更</string>
978     <!-- Placeholder text for the input field of rename top site-->
979     <string name="placeholder_rename_top_site">ショートカット名</string>
981     <!-- Text for context menu additional note.
982     %1$s is a placeholder for the app name. -->
983     <string name="contextmenu_erased_images_note2">保存、共有された画像は %1$s の履歴を消去しても &lt;b&gt;削除されません&lt;/b&gt;。</string>
985     <!-- Theme Preferences -->
986     <!-- Preference category for changing default theme to dark or light mode -->
987     <string name="preferences_theme">テーマ</string>
988     <!-- Preference for using light theme -->
989     <string name="preference_light_theme">Light</string>
990     <!-- Preference for using dark theme -->
991     <string name="preference_dark_theme">Dark</string>
992     <!-- Preference for using using dark or light theme automatically set by battery -->
993     <string name="preference_auto_battery_theme">バッテリーセーバーで設定</string>
994     <!-- Preference for using following device theme -->
995     <string name="preference_follow_device_theme">端末のテーマに従う</string>
998     <!-- The title of the error page for websites that do not support HTTPS when HTTPS-Only is turned on  -->
999     <string name="errorpage_httpsonly_title">要求されたサイトは HTTPS に対応していません</string>
1000     <!-- The text of the error page for websites that do not support HTTPS when HTTPS-Only is turned on. %1$s will get replaced with the name of the app (e.g. "Firefox Focus") -->
1001     <string name="errorpage_httpsonly_message">セキュリティ強化のため、%1$s は既定で HTTPS を使用した接続を試みます。この設定の変更または詳細を確認するには、[設定] &gt; [プライバシーとセキュリティ] &gt; [セキュリティ] を開いてください。</string>
1003     <!-- Sessions List -->
1004     <!-- Content description (not visible, for screen readers etc.): Button that closes a tab n the sessions list -->
1005     <string name="close_tab">タブを閉じる</string>
1007     <!-- Contextual Feature Recommendation Popups -->
1008     <!-- CFR for Toolbar Shield Icon (Banner Info Message) -->
1009     <string name="cfr_for_toolbar_shield_icon2">このサイトによるスパイ行為を阻止しました。ブロックしたものに関する情報を見るには盾アイコンをタップしてください。</string>
1011     <!-- Content description (not visible, for screen readers etc.): Button that closes the CFR popup -->
1012     <string name="cfr_close_button_description">ポップアップを閉じる</string>
1014     <!-- Tool Tip for: Privacy and Security Settings Screen  task : https://github.com/mozilla-mobile/focus-android/issues/6211 -->
1015     <!-- Tool Tip Title -->
1016     <string name="tool_tip_title">保護されています</string>
1017     <!-- Tool Tip Message -->
1018     <string name="tool_tip_message">これらの既定の設定は強力な保護を提供します。必要に応じて、簡単に設定を調整できます。</string>
1019     <!-- Tool Tip "X" button Content description (not visible, for screen readers etc.) :Button that closes the tool tip -->
1020     <string name="tool_tip_dismiss_button_content_description">閉じる</string>
1022     <!-- CFR for Toolbar Delete Icon (Banner Info Message) -->
1023     <string name="cfr_for_toolbar_delete_icon2">ここをタップして、履歴、Cookie、すべて破棄し、新しいタブで新たに始めましょう。</string>
1025     <!-- Promote SearchWidget Dialog -->
1027     !-- Content description (not visible, for screen readers etc.): This is the description for the
1028     close button from promote search widget dialog. --&gt;
1029     <string name="promote_search_widget_dialog_content_description">閉じる</string>
1031     !-- Content description (not visible, for screen readers etc.): This is the description for
1032     picture of search widget from promote search widget dialog. --&gt;
1033     <string name="promote_search_widget_dialog_picture_content_description">検索ウィジェット</string>
1035     !-- This is the title of promote search widget dialog. --&gt;
1036     <string name="promote_search_widget_dialog_title">ブラウジング履歴を消去しました🎉</string>
1038     !-- This is the subtitle of promote search widget dialog. %1$s will get replaced with the name
1039     of the app (e.g. &quot;Focus&quot;) --&gt;
1040     <!-- Banner Info Message than will appear when user first enters in the app. The location is at the toolbar. -->
1041     <string name="cfr_for_start_browsing">プライベートブラウジングセッションを開始すると、トラッカーやその他の迷惑なものをブロックします。</string>
1043     !-- This is the subtitle of promote search widget dialog. %1$s will get replaced with the name
1044     of the app (e.g. &quot;Focus&quot;) --&gt;
1045     <string name="promote_search_widget_dialog_subtitle">プライベート ブラウジングはお任せしますが、次回はホーム画面の %1$s ウィジェットですばやく開始できます。</string>
1047     !-- This is te text from add search widget to home screen button .The button is located on
1048     promote search widget dialog. --&gt;
1049     <string name="promote_search_widget_button_text">ホーム画面にウィジェットを追加</string>
1051     !-- This is te text of the snackbar that appears after the search widget was added successfully
1052     to the home screen. --&gt;
1053     <string name="promote_search_widget_snackbar_message">ホーム画面にウィジェットを追加しました</string>
1054 </resources>