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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 2299493002: Add an ability for resize in gallery. (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 </message> 339 </message>
340 <message name="IDS_FILE_BROWSER_GALLERY_ASPECT_RATIO_6_4" desc="Button label t o fix aspect to 6:4 ratio when cropping."> 340 <message name="IDS_FILE_BROWSER_GALLERY_ASPECT_RATIO_6_4" desc="Button label t o fix aspect to 6:4 ratio when cropping.">
341 6x4 341 6x4
342 </message> 342 </message>
343 <message name="IDS_FILE_BROWSER_GALLERY_ASPECT_RATIO_7_5" desc="Button label t o fix aspect to 7:5 ratio when cropping."> 343 <message name="IDS_FILE_BROWSER_GALLERY_ASPECT_RATIO_7_5" desc="Button label t o fix aspect to 7:5 ratio when cropping.">
344 7x5 344 7x5
345 </message> 345 </message>
346 <message name="IDS_FILE_BROWSER_GALLERY_ASPECT_RATIO_16_9" desc="Button label to fix aspect to 16:9 ratio when cropping."> 346 <message name="IDS_FILE_BROWSER_GALLERY_ASPECT_RATIO_16_9" desc="Button label to fix aspect to 16:9 ratio when cropping.">
347 16x9 347 16x9
348 </message> 348 </message>
349 <message name="IDS_FILE_BROWSER_GALLERY_IMAGERESIZE" desc="In the Gallery, the title on the button that resize a photo.">
350 Resize
351 </message>
352 <message name="IDS_FILE_BROWSER_GALLERY_FIXRATIO" desc="Check box to fix the r atio of width/height input field.">
353 fix ratio
354 </message>
355 <message name="IDS_FILE_BROWSER_GALLERY_HEIGHT" desc="Input field to set the n ew size for height.">
356 height
357 </message>
358 <message name="IDS_FILE_BROWSER_GALLERY_INVALIDVALUE" desc="In the Gallery, th e message informing that the input value is invalid.">
359 Input value is invalid.
360 </message>
361 <message name="IDS_FILE_BROWSER_GALLERY_WIDTH" desc="Input field to set the ne w size for width.">
362 width
363 </message>
349 <message name="IDS_FILE_BROWSER_GALLERY_EXPOSURE" desc="In the Gallery, the ti tle on the button that applies the Brightness/Contrast filter to a photo."> 364 <message name="IDS_FILE_BROWSER_GALLERY_EXPOSURE" desc="In the Gallery, the ti tle on the button that applies the Brightness/Contrast filter to a photo.">
350 Brightness 365 Brightness
351 </message> 366 </message>
352 <message name="IDS_FILE_BROWSER_GALLERY_BRIGHTNESS" desc="In the Gallery, the text next to the Brightness slider."> 367 <message name="IDS_FILE_BROWSER_GALLERY_BRIGHTNESS" desc="In the Gallery, the text next to the Brightness slider.">
353 Brightness 368 Brightness
354 </message> 369 </message>
355 <message name="IDS_FILE_BROWSER_GALLERY_CONTRAST" desc="In the Gallery, the te xt next to the Contrast slider."> 370 <message name="IDS_FILE_BROWSER_GALLERY_CONTRAST" desc="In the Gallery, the te xt next to the Contrast slider.">
356 Contrast 371 Contrast
357 </message> 372 </message>
358 <message name="IDS_FILE_BROWSER_GALLERY_ROTATE_LEFT" desc="In the Gallery, the title on the button that rotates the photo 90 degrees to the left (counterclock wise)."> 373 <message name="IDS_FILE_BROWSER_GALLERY_ROTATE_LEFT" desc="In the Gallery, the title on the button that rotates the photo 90 degrees to the left (counterclock wise).">
(...skipping 5947 matching lines...) Expand 10 before | Expand all | Expand 10 after
6306 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space."> 6321 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space.">
6307 Device disk space critically low 6322 Device disk space critically low
6308 </message> 6323 </message>
6309 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space."> 6324 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space.">
6310 Free up disk space or device will become unresponsive. 6325 Free up disk space or device will become unresponsive.
6311 </message> 6326 </message>
6312 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6327 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
6313 Manage storage 6328 Manage storage
6314 </message> 6329 </message>
6315 </grit-part> 6330 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698