forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check in Data Saver extension into Chromium
This is pulled directly from the pbulicly accessible version on the Chrome Web Store. BUG=555142 Review URL: https://codereview.chromium.org/1438043006 Cr-Commit-Position: refs/heads/master@{#359785}
- Loading branch information
bustamante
authored and
Commit bot
committed
Nov 15, 2015
1 parent
93f2258
commit 9451d8f
Showing
71 changed files
with
8,815 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
bustamante@chromium.org | ||
kundaji@chromium.org | ||
bengr@chromium.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
This directory contains test resources for Chrome Proxy tests. | ||
|
||
/extension/... is the "Data Saver (Beta)" extension pulled from | ||
the Chrome Web Store. |
113 changes: 113 additions & 0 deletions
113
chrome/test/data/chromeproxy/extension/_locales/am/messages.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"compressedsizeformat": { | ||
"message": "ከታመቀ በኋላ፦ \u003Cb>$1 ባይት\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"compressedsizeformatgb": { | ||
"message": "ከእጨቃ በኋላ፦ \u003Cb>$1 ጊባ\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"compressedsizeformatkb": { | ||
"message": "ከእጨቃ በኋላ፦ \u003Cb>$1 ኪባ\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"compressedsizeformatmb": { | ||
"message": "ከእጨቃ በኋላ፦ \u003Cb>$1 ሜባ\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>$1 ባይት\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"originalsizeformatgb": { | ||
"message": "የመጀመሪያ መጠን፦ \u003Cb>$1 ጊባ\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"originalsizeformatkb": { | ||
"message": "የመጀመሪያ መጠን፦ \u003Cb>$1 ኪባ\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"originalsizeformatmb": { | ||
"message": "የመጀመሪያ መጠን፦ \u003Cb>$1 ሜባ\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"reducedatausagelabel": { | ||
"message": "የውሂብ አጠቃቀም ቀንስ" | ||
}, | ||
"reportissue": { | ||
"message": "ችግር ሪፖርት ያድርጉ" | ||
}, | ||
"versionnotcompatible": { | ||
"message": "ይህ የChrome ስሪት ከዚህ ቅጥያ ጋር ተኳዃኝ አይደለም። እባክዎ Chromeን ወደ ቅርብ ጊዜው ስሪት ያዘምኑት። M41 Beta የመጀመሪያው የሚደገፍ ስሪት ነው።" | ||
} | ||
} |
113 changes: 113 additions & 0 deletions
113
chrome/test/data/chromeproxy/extension/_locales/ar/messages.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"compressedsizeformat": { | ||
"message": "بعد الضغط: \u003Cb>$1 بايت\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"compressedsizeformatgb": { | ||
"message": "بعد الضغط: \u003Cb>$1 غيغابايت\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"compressedsizeformatkb": { | ||
"message": "بعد الضغط: \u003Cb>$1 كيلوبايت\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"compressedsizeformatmb": { | ||
"message": "بعد الضغط: \u003Cb>$1 ميغابايت\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>$1 بايت\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"originalsizeformatgb": { | ||
"message": "الحجم الأصلي: \u003Cb>$1 غيغابايت\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"originalsizeformatkb": { | ||
"message": "الحجم الأصلي: \u003Cb>$1 كيلوبايت\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"originalsizeformatmb": { | ||
"message": "الحجم الأصلي: \u003Cb>$1 ميغابايت\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"reducedatausagelabel": { | ||
"message": "تقليل استخدام البيانات" | ||
}, | ||
"reportissue": { | ||
"message": "الإبلاغ عن مشكلة" | ||
}, | ||
"versionnotcompatible": { | ||
"message": "لا يتوافق هذا الإصدار من Chrome مع هذه الإضافة. يُرجى تحديث Chrome لأحدث إصدار. الإصدار التجريبي M41 هو الإصدار المدعوم الأول." | ||
} | ||
} |
113 changes: 113 additions & 0 deletions
113
chrome/test/data/chromeproxy/extension/_locales/bg/messages.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"compressedsizeformat": { | ||
"message": "След компресиране: \u003Cb>$1 байта\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"compressedsizeformatgb": { | ||
"message": "След компресиране: \u003Cb>$1 ГБ\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"compressedsizeformatkb": { | ||
"message": "След компресиране: \u003Cb>$1 КБ\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"compressedsizeformatmb": { | ||
"message": "След компресиране: \u003Cb>$1 МБ\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 или в режим „инкогнито“." | ||
}, | ||
"learnmorelinktext": { | ||
"message": "Научете повече" | ||
}, | ||
"originalsizeformat": { | ||
"message": "Първоначален размер: \u003Cb>$1 байта\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"originalsizeformatgb": { | ||
"message": "Първоначален размер: \u003Cb>$1 ГБ\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"originalsizeformatkb": { | ||
"message": "Първоначален размер: \u003Cb>$1 КБ\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"originalsizeformatmb": { | ||
"message": "Първоначален размер: \u003Cb>$1 МБ\u003C/b>", | ||
"placeholders": { | ||
"1": { | ||
"content": "$1" | ||
} | ||
} | ||
}, | ||
"reducedatausagelabel": { | ||
"message": "Намаляване на използването на данни" | ||
}, | ||
"reportissue": { | ||
"message": "Подаване на сигнал за проблем" | ||
}, | ||
"versionnotcompatible": { | ||
"message": "Тази версия на Chrome не е съвместима с разширението. Моля, актуализирайте браузъра до последната версия. Първата поддържана е M41 бета." | ||
} | ||
} |
Oops, something went wrong.