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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 566031: Chromium side of Writing Direction Context Menu on OS X (Closed)
Patch Set: Fix Avi's comments. Created 10 years, 10 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 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 &amp;Edit 313 &amp;Edit
314 </message> 314 </message>
315 <message name="IDS_LEARN_MORE" desc="Learn more text"> 315 <message name="IDS_LEARN_MORE" desc="Learn more text">
316 Learn more 316 Learn more
317 </message> 317 </message>
318 <message name="IDS_ABORT" desc="Abort operation"> 318 <message name="IDS_ABORT" desc="Abort operation">
319 Abort 319 Abort
320 </message> 320 </message>
321 321
322 <!-- content area context menus --> 322 <!-- content area context menus -->
323 <if expr="os == 'darwin'">
324 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_MENU" desc="The n ame of the Writing Direction submenu in the content area context menu. To trans late, launch /Applications/Textedit.app in an appropriately localized version of OS X, right-click on the text entry area and use the translation from there.">
325 Writing Direction
326 </message>
327 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_DEFAULT" desc="Th e name of the 'default' item from the Writing Direction submenu in the content a rea context menu. To translate, launch /Applications/Textedit.app in an appropr iately localized version of OS X, right-click on the text entry area and use the translation from there.">
328 Default
329 </message>
330 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_LTR" desc="The na me of the 'Left to Right' item from the Writing Direction submenu in the content area context menu. To translate, launch /Applications/Textedit.app in an appro priately localized version of OS X, right-click on the text entry area and use t he translation from there.">
331 Left to Right
332 </message>
333 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_RTL" desc="The na me of the 'Right to Left' item from the Writing Direction submenu in the content area context menu. To translate, launch /Applications/Textedit.app in an appro priately localized version of OS X, right-click on the text entry area and use t he translation from there.">
334 Right to Left
335 </message>
336 </if>
323 <if expr="not pp_ifdef('use_titlecase')"> 337 <if expr="not pp_ifdef('use_titlecase')">
324 <message name="IDS_CONTENT_CONTEXT_BACK" desc="The name of the Back comm and in the content area context menu"> 338 <message name="IDS_CONTENT_CONTEXT_BACK" desc="The name of the Back comm and in the content area context menu">
325 &amp;Back 339 &amp;Back
326 </message> 340 </message>
327 <message name="IDS_CONTENT_CONTEXT_FORWARD" desc="The name of the Forwar d command in the content area context menu"> 341 <message name="IDS_CONTENT_CONTEXT_FORWARD" desc="The name of the Forwar d command in the content area context menu">
328 &amp;Forward 342 &amp;Forward
329 </message> 343 </message>
330 <message name="IDS_CONTENT_CONTEXT_SAVEPAGEAS" desc="The name of the Sav e Page As command in the content area context menu"> 344 <message name="IDS_CONTENT_CONTEXT_SAVEPAGEAS" desc="The name of the Sav e Page As command in the content area context menu">
331 Save &amp;as... 345 Save &amp;as...
332 </message> 346 </message>
(...skipping 6521 matching lines...) Expand 10 before | Expand all | Expand 10 after
6854 <message name="IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY" desc="Couldn't log in b ecause nework library couldn't be loaded"> 6868 <message name="IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY" desc="Couldn't log in b ecause nework library couldn't be loaded">
6855 Can't access network library 6869 Can't access network library
6856 </message> 6870 </message>
6857 </if> 6871 </if>
6858 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 6872 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
6859 Import bookmarks now... 6873 Import bookmarks now...
6860 </message> 6874 </message>
6861 </messages> 6875 </messages>
6862 </release> 6876 </release>
6863 </grit> 6877 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll_resource.h ('k') | chrome/browser/tab_contents/render_view_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698