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

Unified Diff: chrome/app/generated_resources.grd

Issue 10754014: Wallpaper manager backend APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix a crash when try to cancel previous request which had finished. Add more error message. Created 8 years, 5 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 49b955342e554f0e4d289ec3aa4c9e6dd0d08be2..d6dc561ce1596f422fe8c75af71f34e8b8ae04d9 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -10796,6 +10796,65 @@ Some features may be unavailable. Please check that the profile exists and you
Deny
</message>
+ <!-- Wallpaper Manager -->
+ <message name="IDS_WALLPAPER_MANAGER_SEARCH_TEXT_LABEL" desc="Search text field label.">
+ Search backgrounds
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_AUTHOR_LABEL" desc="Wallpaper author label.">
+ By
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_CUSTOM_CATEGORY_LABEL" desc="Wallpaper category label.">
+ Custom
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_SELECT_CUSTOM_LABEL" desc="Selects custom wallpaper label.">
+ Custom Image:
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_POSITION_LABEL" desc="Custom wallpaper position label">
+ Position:
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_COLOR_LABEL" desc="Custom wallpaper color label.">
+ Color:
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_PREVIEW_LABEL" desc="Custom wallpaper preview label.">
+ Preview:
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_HTTP_BAD_REQUEST" desc="Message to show when received HTTP_BAD_REQUEST.">
+ HTTP_BAD_REQUEST
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_HTTP_UNAUTHORIZED" desc="Message to show when received HTTP_UNAUTHORIZED.">
+ HTTP_UNAUTHORIZED
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_HTTP_FORBIDDEN" desc="Message to show when received HTTP_FORBIDDEN.">
+ HTTP_FORBIDDEN
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_HTTP_NOT_FOUND" desc="Message to show when received HTTP_NOT_FOUND.">
+ HTTP_NOT_FOUND
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_HTTP_CONFLICT" desc="Message to show when received HTTP_CONFLICT.">
+ HTTP_CONFLICT
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_HTTP_LENGTH_REQUIRED" desc="Message to show when received HTTP_LENGTH_REQUIRED.">
+ HTTP_LENGTH_REQUIRED
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_HTTP_PRECONDITION" desc="Message to show when received HTTP_PRECONDITION.">
+ HTTP_PRECONDITION
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_HTTP_INTERNAL_SERVER_ERROR" desc="Message to show when received HTTP_INTERNAL_SERVER_ERROR.">
+ HTTP_INTERNAL_SERVER_ERROR
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_HTTP_SERVICE_UNAVAILABLE" desc="Message to show when received HTTP_SERVICE_UNAVAILABLE.">
+ HTTP_SERVICE_UNAVAILABLE
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_WALLPAPER_NO_CONNECTION" desc="Message to show when received WALLPAPER_NO_CONNECTION.">
+ WALLPAPER_NO_CONNECTION
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_WALLPAPER_FILE_ERROR" desc="Message to show when received WALLPAPER_FILE_ERROR.">
+ WALLPAPER_FILE_ERROR
+ </message>
+ <message name="IDS_WALLPAPER_MANAGER_DOWNLOAD_DEFAULT_ERROR" desc="Message to show when failed to download wallpaper.">
+ Wallpaper downloading failed. Please try again later.
+ </message>
+
<!-- File Browser -->
<message name="IDS_FILE_BROWSER_ROOT_DIRECTORY_LABEL" desc="Root directory label.">
Files

Powered by Google App Engine
This is Rietveld 408576698