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

Side by Side Diff: chrome/test/data/chromeproxy/extension/_locales/en/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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "compressedSizeFormat": {
3 "description": "Message to display compressed size of the content which wa s browsed using this extension.",
4 "message": "After compression: $beginBold$$size$ bytes$endBold$",
5 "placeholders": {
6 "beginBold": {
7 "content": "\u003Cb>"
8 },
9 "endBold": {
10 "content": "\u003C/b>"
11 },
12 "size": {
13 "content": "$1",
14 "example": "229"
15 }
16 }
17 },
18 "compressedSizeFormatGb": {
19 "description": "Message to display compressed size of the content which wa s browsed using this extension.",
20 "message": "After compression: $beginBold$$size$ GB$endBold$",
21 "placeholders": {
22 "beginBold": {
23 "content": "\u003Cb>"
24 },
25 "endBold": {
26 "content": "\u003C/b>"
27 },
28 "size": {
29 "content": "$1",
30 "example": "229"
31 }
32 }
33 },
34 "compressedSizeFormatKb": {
35 "description": "Message to display compressed size of the content which wa s browsed using this extension.",
36 "message": "After compression: $beginBold$$size$ KB$endBold$",
37 "placeholders": {
38 "beginBold": {
39 "content": "\u003Cb>"
40 },
41 "endBold": {
42 "content": "\u003C/b>"
43 },
44 "size": {
45 "content": "$1",
46 "example": "229"
47 }
48 }
49 },
50 "compressedSizeFormatMb": {
51 "description": "Message to display compressed size of the content which wa s browsed using this extension.",
52 "message": "After compression: $beginBold$$size$ MB$endBold$",
53 "placeholders": {
54 "beginBold": {
55 "content": "\u003Cb>"
56 },
57 "endBold": {
58 "content": "\u003C/b>"
59 },
60 "size": {
61 "content": "$1",
62 "example": "229"
63 }
64 }
65 },
66 "dataSavingsPercentFormat": {
67 "description": "Message to display data savings obtained by using this ext ension.",
68 "message": "$dataSavings$%",
69 "placeholders": {
70 "dataSavings": {
71 "content": "$1",
72 "example": "26"
73 }
74 }
75 },
76 "disableDataSaverLabel": {
77 "description": "Label on button to turn off data saver.",
78 "message": "Turn Off Data Saver"
79 },
80 "enableDataSaverLabel": {
81 "description": "Label on button to turn on data saver.",
82 "message": "Turn On Data Saver"
83 },
84 "extDesc": {
85 "description": "Description of this Chrome extension. Displayed in Chrome Web Store. [CHAR LIMIT=132]",
86 "message": "Reduces data usage by using Google servers to optimize pages y ou visit."
87 },
88 "extName": {
89 "description": "Name of this Chrome extension. [CHAR LIMIT=45]",
90 "message": "Data Saver"
91 },
92 "extNameBeta": {
93 "description": "Name of this Chrome extension when in beta. [CHAR LIMIT=45 ]",
94 "message": "Data Saver (Beta)"
95 },
96 "helpAndFeedback": {
97 "description": "Text in the link which takes users to documentation regard ing getting help and providing feedback. [CHAR LIMIT=45]",
98 "message": "Help and Feedback"
99 },
100 "incognitoMessage": {
101 "description": "Message shown to users when they attempt to use this exten sion in incognito mode.",
102 "message": "This extension cannot be used in incognito mode."
103 },
104 "info1": {
105 "description": "Information regarding how this extension works.",
106 "message": "Spend less on data by using Google to optimize the pages you v isit."
107 },
108 "info2": {
109 "description": "Information regarding how this extension works with HTTPS and Incognito mode.",
110 "message": "Pages accessed with HTTPS or Incognito will not be optimized o r seen by Google."
111 },
112 "learnMoreLinkText": {
113 "description": "Text in the link which takes users to more information abo ut this extension.",
114 "message": "Learn more"
115 },
116 "originalSizeFormat": {
117 "description": "Message to display original size of the content which was browsed using this extension.",
118 "message": "Original size: $beginBold$$size$ bytes$endBold$",
119 "placeholders": {
120 "beginBold": {
121 "content": "\u003Cb>"
122 },
123 "endBold": {
124 "content": "\u003C/b>"
125 },
126 "size": {
127 "content": "$1",
128 "example": "263"
129 }
130 }
131 },
132 "originalSizeFormatGb": {
133 "description": "Message to display original size of the content which was browsed using this extension.",
134 "message": "Original size: $beginBold$$size$ GB$endBold$",
135 "placeholders": {
136 "beginBold": {
137 "content": "\u003Cb>"
138 },
139 "endBold": {
140 "content": "\u003C/b>"
141 },
142 "size": {
143 "content": "$1",
144 "example": "263"
145 }
146 }
147 },
148 "originalSizeFormatKb": {
149 "description": "Message to display original size of the content which was browsed using this extension.",
150 "message": "Original size: $beginBold$$size$ KB$endBold$",
151 "placeholders": {
152 "beginBold": {
153 "content": "\u003Cb>"
154 },
155 "endBold": {
156 "content": "\u003C/b>"
157 },
158 "size": {
159 "content": "$1",
160 "example": "263"
161 }
162 }
163 },
164 "originalSizeFormatMb": {
165 "description": "Message to display original size of the content which was browsed using this extension.",
166 "message": "Original size: $beginBold$$size$ MB$endBold$",
167 "placeholders": {
168 "beginBold": {
169 "content": "\u003Cb>"
170 },
171 "endBold": {
172 "content": "\u003C/b>"
173 },
174 "size": {
175 "content": "$1",
176 "example": "263"
177 }
178 }
179 },
180 "reduceDataUsageLabel": {
181 "description": "Label for UI element used to toggle reduce data usage feat ure.",
182 "message": "Reduce data usage"
183 },
184 "reportIssue": {
185 "description": "Text in the link which takes users to documentation regard ing reporting bugs. [CHAR LIMIT=45]",
186 "message": "Report an issue"
187 },
188 "versionNotCompatible": {
189 "description": "Message shown to users when the version of Chrome is not c ompatible with this extension.",
190 "message": "This version of Chrome is not compatible with this extension. Please update Chrome to the latest version. M41 Beta is the first supported vers ion."
191 }
192 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698