Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import strings from android-l10n. #3482

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions app/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

<!-- This string is used to label a button that, when pressed, loads a website that
describes Mozilla's Privacy Policy. -->
<string name="settings_privacy_policy">개인 정보 보호 정책</string>
<string name="settings_privacy_policy">개인정보 보호정책</string>

<!-- This string is used as the title of the pop-ups dialog used to remove sites from the currently
allowed pop-up sites. -->
Expand Down Expand Up @@ -367,10 +367,6 @@
and is used to toggle remote debugging of website content in the application. -->
<string name="developer_options_remote_debugging">원격 디버깅 활성화</string>

<!-- This string labels an On/Off switch in the 'Developer Options' dialog
and is used to toggle redirecting JavaScript Console output to the Android Logcat (i.e., `adb logcat`). -->
<string name="developer_options_show_console">콘솔을 로그캣으로 리다이렉트하기</string>

<!-- This string labels an On/Off switch in the developer options dialog
and is used to customize background environments of the app. -->
<string name="developer_options_env_override">환경 오버라이드 활성화</string>
Expand Down