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

Side by Side Diff: remoting/resources/remoting_strings.grd

Issue 265393005: Implement apps v2 custom window frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary getElementById and work-around AppWindow.restore bug. Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en"> 3 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en">
4 <outputs> 4 <outputs>
5 <output filename="remoting/base/string_resources.h" type="rc_header"> 5 <output filename="remoting/base/string_resources.h" type="rc_header">
6 <emit emit_type="prepend"/> 6 <emit emit_type="prepend"/>
7 </output> 7 </output>
8 8
9 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/> 9 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/>
10 <output filename="remoting/resources/bg.pak" lang="bg" type="data_package"/> 10 <output filename="remoting/resources/bg.pak" lang="bg" type="data_package"/>
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 </message> 544 </message>
545 <message desc="Error displayed in situations where things go wrong in ways not anticipated by the developers. There is typically no user-workaround to sug gest, other than reporting the error so that we can investigate further." name=" IDS_ERROR_UNEXPECTED" formatter_data="android_java"> 545 <message desc="Error displayed in situations where things go wrong in ways not anticipated by the developers. There is typically no user-workaround to sug gest, other than reporting the error so that we can investigate further." name=" IDS_ERROR_UNEXPECTED" formatter_data="android_java">
546 An unexpected error occurred. Please report this problem to the develope rs. 546 An unexpected error occurred. Please report this problem to the develope rs.
547 </message> 547 </message>
548 <message desc="Text displayed while a client is connecting to a host, but before the connection is established." name="IDS_FOOTER_CONNECTING" formatter_da ta="android_java"> 548 <message desc="Text displayed while a client is connecting to a host, but before the connection is established." name="IDS_FOOTER_CONNECTING" formatter_da ta="android_java">
549 Connecting… 549 Connecting…
550 </message> 550 </message>
551 <message desc="Footer text displayed at the host after an access code has been generated, but before a client connects." name="IDS_FOOTER_WAITING"> 551 <message desc="Footer text displayed at the host after an access code has been generated, but before a client connects." name="IDS_FOOTER_WAITING">
552 waiting for connection… 552 waiting for connection…
553 </message> 553 </message>
554 <message desc="Menu option for toggle full-screen mode. Equivalent to usin g the Wrench menu to do the same thing." name="IDS_FULL_SCREEN"> 554 <message desc="Menu option for toggle full-screen mode." name="IDS_FULL_SC REEN">
555 Full screen 555 Full screen
556 </message> 556 </message>
557 <message desc="Icon to leave full-screen mode." name="IDS_EXIT_FULL_SCREEN ">
558 Exit full screen
559 </message>
560 <message desc="Tool-tip for the window's close icon." name="IDS_CLOSE_WIND OW">
561 Close window
562 </message>
563 <message desc="Tool-tip for the window's maximize icon." name="IDS_MAXIMIZ E_WINDOW">
564 Maximize window
565 </message>
566 <message desc="Tool-tip for the window's minimize icon." name="IDS_MINIMIZ E_WINDOW">
567 Minimize window
568 </message>
569 <message desc="Tool-tip for the window's restore icon." name="IDS_RESTORE_ WINDOW">
570 Restore window
571 </message>
557 <message desc="Button displayed underneath explanatory text for app featur es. Clicking causes the text, infographic and the button itself to be replaced b y the actual UI for that feature." name="IDS_GET_STARTED"> 572 <message desc="Button displayed underneath explanatory text for app featur es. Clicking causes the text, infographic and the button itself to be replaced b y the actual UI for that feature." name="IDS_GET_STARTED">
558 Get started 573 Get started
559 </message> 574 </message>
560 <message desc="Help link, displayed in the top-left (assuming ltr layout) corner of the main screen. Clicking this takes the user to our FAQ." name="IDS_H ELP"> 575 <message desc="Help link, displayed in the top-left (assuming ltr layout) corner of the main screen. Clicking this takes the user to our FAQ." name="IDS_H ELP">
561 Help 576 Help
562 </message> 577 </message>
563 <message desc="Clicking this button starts the desktop access process." na me="IDS_HOME_ACCESS_BUTTON"> 578 <message desc="Clicking this button starts the desktop access process." na me="IDS_HOME_ACCESS_BUTTON">
564 Access 579 Access
565 </message> 580 </message>
566 <message desc="Description of the 'access' or 'client' functionality, disp layed next to a button that instigates an access operation." name="IDS_HOME_ACCE SS_DESCRIPTION"> 581 <message desc="Description of the 'access' or 'client' functionality, disp layed next to a button that instigates an access operation." name="IDS_HOME_ACCE SS_DESCRIPTION">
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 </message> 841 </message>
827 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW"> 842 <message desc="Menu option to open a new window." name="IDS_NEW_WINDOW">
828 New window… 843 New window…
829 </message> 844 </message>
830 <message desc="Label for the Feedback button displayed in the Android Help screen. Pressing this button causes the Feedback screen to be shown." name="IDS _ACTIONBAR_FEEDBACK" formatter_data="android_java"> 845 <message desc="Label for the Feedback button displayed in the Android Help screen. Pressing this button causes the Feedback screen to be shown." name="IDS _ACTIONBAR_FEEDBACK" formatter_data="android_java">
831 Feedback 846 Feedback
832 </message> 847 </message>
833 </messages> 848 </messages>
834 </release> 849 </release>
835 </grit> 850 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698