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

Unified Diff: chrome/common/extensions/docs/examples/extensions/calendar/_locales/en/messages.json

Issue 7572003: Update Google Calendar Checker extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebuilt docs Created 9 years, 4 months 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/common/extensions/docs/examples/extensions/calendar/_locales/en/messages.json
diff --git a/chrome/common/extensions/docs/examples/extensions/calendar/_locales/en/messages.json b/chrome/common/extensions/docs/examples/extensions/calendar/_locales/en/messages.json
index bb7517f459f9e51e7436a3e548baade916ddffd9..2b19e00a5f3c63ca137de8628b8165b3cc35c7fd 100644
--- a/chrome/common/extensions/docs/examples/extensions/calendar/_locales/en/messages.json
+++ b/chrome/common/extensions/docs/examples/extensions/calendar/_locales/en/messages.json
@@ -1,38 +1 @@
-{
- "name": {"message": "Google Calendar Checker (by Google)"},
- "description": {"message": "Quickly see the time until your next meeting from any of your calendars. Click on the button to be taken to your calendar."},
- "title": {"message": "Google Calendar Checker"},
- "direction": {"message" : "ltr"},
- "noTitle": {"message" : "(No Title)"},
- "optionsTitle": {"message" : "Google Calendar Checker"},
- "minutes": {
- "message": "$minutes$m",
- "placeholders": {
- "minutes": {
- "content": "$1"
- }
- }
- },
- "hours": {
- "message": "$hours$h",
- "placeholders": {
- "hours": {
- "content": "$1"
- }
- }
- },
- "days": {
- "message": "$days$d",
- "placeholders": {
- "days": {
- "content": "$1"
- }
- }
- },
- "multiCalendarText": {"message": "Multi Calendar Support"},
- "extensionName": {"message": "Google Calendar Checker"},
- "status_saved": {"message": "Settings Saved."},
- "status_saving": {"message": "Saving...."},
- "multiCalendarToolTip": {"message": "Please check the box to enable multiple calendar support"},
- "imageTooltip": {"message": "Google Calendar"}
-}
+{"name":{"message":"Google Calendar Checker (by Google)"},"title":{"message":"Google Calendar Checker"},"description":{"message":"Quickly see the time until your next meeting from any of your calendars. Click on the button to be taken to your calendar."},"direction":{"message":"ltr"},"notitle":{"message":"(No Title)"},"optionstitle":{"message":"Google Calendar Checker"},"minutes":{"message":"$1m","placeholders":{"1":{"content":"$1"}}},"hours":{"message":"$1h","placeholders":{"1":{"content":"$1"}}},"days":{"message":"$1d","placeholders":{"1":{"content":"$1"}}},"multicalendartext":{"message":"Multi Calendar Support"},"extensionname":{"message":"Google Calendar Checker"},"status_saved":{"message":"Settings Saved."},"status_saving":{"message":"Saving...."},"multicalendartooltip":{"message":"Please check the box to enable multiple calendar support"},"imagetooltip":{"message":"Google Calendar"}}

Powered by Google App Engine
This is Rietveld 408576698