Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit ef08ff1

Browse files
Import l10n. (#2590)
1 parent 72e04d1 commit ef08ff1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

app/src/main/res/values-ja/strings.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,10 @@
558558
and is used to enable or disable playback of DRM controlled content. -->
559559
<string name="security_options_drm_content">DRM 制御のコンテンツを再生 (&lt;a href=&quot;http://somesite.com/&quot;&gt;詳細&lt;/a&gt;)</string>
560560

561+
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
562+
and is used to enable or disable the tabs restoration after a fresh app start. -->
563+
<string name="security_options_restore_tabs">再起動後にタブとウィンドウを復元する</string>
564+
561565
<!-- This string labels an On/Off switch in the Privacy and Security settings dialog
562566
and is used to enable or disable tracking protection. -->
563567
<string name="security_options_tracking_protection">トラッキング防止</string>
@@ -597,6 +601,10 @@
597601
of this storage even though the storage may not reside on external removable media. -->
598602
<string name="security_options_permission_storage">外部ストレージの読み取り</string>
599603

604+
<!-- This string labels the button that displays or enables application access to the device's
605+
camera and microphone, if present. -->
606+
<string name="security_options_permission_camera_and_microphone">カメラとマイク</string>
607+
600608
<!-- This string labels the button in the privacy option panel that enables/disables the pop-up
601609
blocking. -->
602610
<string name="security_options_block_pup_up_windows">ポップアップウィンドウをブロックする</string>
@@ -660,6 +668,9 @@
660668
device's microphone. It explains why Voice Search is not working. -->
661669
<string name="voice_search_permission_after_decline">音声検索を使用するにはマイクへのアクセスを許可してください。</string>
662670

671+
<!-- This string is displayed in the button at the bottom of the Voice Search dialog. When clicked the Voice search dialog is closed. -->
672+
<string name="voice_search_close">閉じる</string>
673+
663674
<!-- This string is displayed in the URL bar when it is empty. It informs the user that they
664675
may use the URL bar to search the Web or enter a Web address. -->
665676
<string name="search_placeholder">検索語またはアドレスを入力してください</string>
@@ -931,6 +942,14 @@
931942
<!-- This string is displayed on top of the allowed sites list in the allowed pop-ups panel. -->
932943
<string name="privacy_options_popups_list_header">次のウェブサイトがポップアップウィンドウの表示を要求しています:</string>
933944

945+
<!-- This string is displayed in the first line of a text that's displayed in the middle of allowed pop-ups panel instead of the exceptions list
946+
when there are no exceptions. -->
947+
<string name="privacy_options_popups_list_empty_first">ポップアップウィンドウが表示されるウェブサイトを開くと、ポップアップのブロックを選択するダイアログが表示されます。</string>
948+
949+
<!-- This string is displayed in the second line of a text that's displayed in the middle of allowed pop-ups panel instead of the exceptions list
950+
when there are no exceptions. -->
951+
<string name="privacy_options_popups_list_empty_second">許可したサイトのリストがここに表示されます。</string>
952+
934953
<!-- This string labels the Reset button that restores the default controller settings values. -->
935954
<string name="controller_options_reset">コントローラーの設定をリセット</string>
936955

0 commit comments

Comments
 (0)