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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 2299493002: Add an ability for resize in gallery. (Closed)
Patch Set: Created 4 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/app/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index d3163c9fc6a3e52780fe9bb529b9576544971d94..1a7addd403a9b3cab15df81f77c35daefe37bc58 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -346,6 +346,21 @@ Press any key to continue exploring.
<message name="IDS_FILE_BROWSER_GALLERY_ASPECT_RATIO_16_9" desc="Button label to fix aspect to 16:9 ratio when cropping.">
16x9
</message>
+ <message name="IDS_FILE_BROWSER_GALLERY_IMAGERESIZE" desc="In the Gallery, the title on the button that resize a photo.">
+ Resize
+ </message>
+ <message name="IDS_FILE_BROWSER_GALLERY_FIXRATIO" desc="Check box to fix the ratio of width/height input field.">
+ fix ratio
+ </message>
+ <message name="IDS_FILE_BROWSER_GALLERY_HEIGHT" desc="Input field to set the new size for height.">
+ height
+ </message>
+ <message name="IDS_FILE_BROWSER_GALLERY_INVALIDVALUE" desc="In the Gallery, the message informing that the input value is invalid.">
+ Input value is invalid.
+ </message>
+ <message name="IDS_FILE_BROWSER_GALLERY_WIDTH" desc="Input field to set the new size for width.">
+ width
+ </message>
<message name="IDS_FILE_BROWSER_GALLERY_EXPOSURE" desc="In the Gallery, the title on the button that applies the Brightness/Contrast filter to a photo.">
Brightness
</message>

Powered by Google App Engine
This is Rietveld 408576698