Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10212)

Unified Diff: chrome/test/data/chromeproxy/extension/_locales/ko/messages.json

Issue 1438043006: Check in Data Saver extension into Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make all lines<80 characters, fixed remaining presubmit warnings Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/chromeproxy/extension/_locales/ko/messages.json
diff --git a/chrome/test/data/chromeproxy/extension/_locales/ko/messages.json b/chrome/test/data/chromeproxy/extension/_locales/ko/messages.json
new file mode 100644
index 0000000000000000000000000000000000000000..68819a4c1689a79a4661241b06e3c85e7b3a0ed0
--- /dev/null
+++ b/chrome/test/data/chromeproxy/extension/_locales/ko/messages.json
@@ -0,0 +1,113 @@
+{
+ "compressedsizeformat": {
+ "message": "압축 후: \u003Cb>$1B\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "compressedsizeformatgb": {
+ "message": "압축 후: \u003Cb>$1GB\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "compressedsizeformatkb": {
+ "message": "압축 후: \u003Cb>$1KB\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "compressedsizeformatmb": {
+ "message": "압축 후: \u003Cb>$1MB\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "datasavingspercentformat": {
+ "message": "$1%",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "disabledatasaverlabel": {
+ "message": "데이터 세이버 사용 중지"
+ },
+ "enabledatasaverlabel": {
+ "message": "데이터 세이버 사용"
+ },
+ "extdesc": {
+ "message": "Google 서버를 통해 방문하는 페이지를 최적화하여 데이터 사용량을 줄이세요."
+ },
+ "extname": {
+ "message": "데이터 세이버"
+ },
+ "extnamebeta": {
+ "message": "데이터 세이버(베타)"
+ },
+ "helpandfeedback": {
+ "message": "도움말 및 의견"
+ },
+ "incognitomessage": {
+ "message": "이 확장 프로그램은 시크릿 모드에서 사용할 수 없습니다."
+ },
+ "info1": {
+ "message": "Google을 사용해 방문하는 페이지를 최적화하여 데이터 사용량을 줄이세요."
+ },
+ "info2": {
+ "message": "HTTPS 또는 시크릿 모드를 통해 액세스된 페이지는 최적화되지 않으며 Google에서 볼 수 없습니다."
+ },
+ "learnmorelinktext": {
+ "message": "자세히 알아보기"
+ },
+ "originalsizeformat": {
+ "message": "원본 크기: \u003Cb>$1B\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "originalsizeformatgb": {
+ "message": "원본 크기: \u003Cb>$1GB\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "originalsizeformatkb": {
+ "message": "원본 크기: \u003Cb>$1KB\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "originalsizeformatmb": {
+ "message": "원본 크기: \u003Cb>$1MB\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "reducedatausagelabel": {
+ "message": "데이터 사용량 줄이기"
+ },
+ "reportissue": {
+ "message": "문제 신고"
+ },
+ "versionnotcompatible": {
+ "message": "현재 Chrome 버전은 이 확장 프로그램과 호환되지 않습니다. Chrome을 최신 버전으로 업데이트하세요. M41 베타 버전 이상을 이용해야 합니다."
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698