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

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

Issue 1872223002: Add verbs API to file handlers. Modify the Chrome OS UI so that it displayes the internationalized … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments mentioned by fukino@. Created 4 years, 8 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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 </message> 435 </message>
436 <message name="IDS_FILE_BROWSER_PASTE_INTO_FOLDER_BUTTON_LABEL" desc="Menu ite m label, pasting files into the selected folder."> 436 <message name="IDS_FILE_BROWSER_PASTE_INTO_FOLDER_BUTTON_LABEL" desc="Menu ite m label, pasting files into the selected folder.">
437 Paste into folder 437 Paste into folder
438 </message> 438 </message>
439 <message name="IDS_FILE_BROWSER_COPY_BUTTON_LABEL" desc="Button Label."> 439 <message name="IDS_FILE_BROWSER_COPY_BUTTON_LABEL" desc="Button Label.">
440 Copy 440 Copy
441 </message> 441 </message>
442 <message name="IDS_FILE_BROWSER_CUT_BUTTON_LABEL" desc="Button Label."> 442 <message name="IDS_FILE_BROWSER_CUT_BUTTON_LABEL" desc="Button Label.">
443 Cut 443 Cut
444 </message> 444 </message>
445 <message name="IDS_FILE_BROWSER_OPEN_WITH_BUTTON_LABEL" desc="Menu item label, showing dialog to choose application to open selected files."> 445 <message name="IDS_FILE_BROWSER_MORE_ACTIONS_BUTTON_LABEL" desc="Menu item lab el, showing dialog to choose extension to open selected files or directories.">
446 Open with... 446 More actions...
447 </message>
448 <message name="IDS_FILE_BROWSER_OPEN_WITH_VERB_BUTTON_LABEL" desc="Verb that d escribe the action of opening one or more files or directories with the given ex tension.">
449 Open with <ph name="EXTENSION_NAME">$1<ex>Gallery</ex></ph>
450 </message>
451 <message name="IDS_FILE_BROWSER_ADD_TO_VERB_BUTTON_LABEL" desc="Verb that desc ribes the uploading or addition of one or multiple files or directories to the g iven extension.">
452 Add to <ph name="EXTENSION_NAME">$1<ex>Evernote</ex></ph>
453 </message>
454 <message name="IDS_FILE_BROWSER_PACK_WITH_VERB_BUTTON_LABEL" desc="Verb that d escribes the packing or archiving of one or multiple files or directories with t he given extension.">
455 Pack with <ph name="EXTENSION_NAME">$1<ex>ZIP</ex></ph>
447 </message> 456 </message>
448 <message name="IDS_FILE_BROWSER_ZIP_SELECTION_BUTTON_LABEL" desc="Menu item la bel, showing dialog to create zip file for selected files."> 457 <message name="IDS_FILE_BROWSER_ZIP_SELECTION_BUTTON_LABEL" desc="Menu item la bel, showing dialog to create zip file for selected files.">
449 Zip selection 458 Zip selection
450 </message> 459 </message>
451 <message name="IDS_FILE_BROWSER_CREATE_FOLDER_SHORTCUT_BUTTON_LABEL" desc="Men u item label, creating a shortcut of the selected folder to the left nav."> 460 <message name="IDS_FILE_BROWSER_CREATE_FOLDER_SHORTCUT_BUTTON_LABEL" desc="Men u item label, creating a shortcut of the selected folder to the left nav.">
452 Create shortcut 461 Create shortcut
453 </message> 462 </message>
454 <message name="IDS_FILE_BROWSER_REMOVE_FOLDER_SHORTCUT_BUTTON_LABEL" desc="Men u item label, unpinning the selected folder from the left nav."> 463 <message name="IDS_FILE_BROWSER_REMOVE_FOLDER_SHORTCUT_BUTTON_LABEL" desc="Men u item label, unpinning the selected folder from the left nav.">
455 Remove shortcut 464 Remove shortcut
456 </message> 465 </message>
(...skipping 6082 matching lines...) Expand 10 before | Expand all | Expand 10 after
6539 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error"> 6548 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error">
6540 Server communication error 6549 Server communication error
6541 </message> 6550 </message>
6542 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu."> 6551 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu.">
6543 Enable opt-in IME menu 6552 Enable opt-in IME menu
6544 </message> 6553 </message>
6545 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu."> 6554 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu.">
6546 Enable access to the new IME menu in the Language Settings page. 6555 Enable access to the new IME menu in the Language Settings page.
6547 </message> 6556 </message>
6548 </grit-part> 6557 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698