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

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

Issue 1146833002: [AppRemoting] Implement ConnectionDroppedDialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WindowShape fixes + reviewer's feedback Created 5 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
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/am.pak" lang="am" type="data_package"/> 9 <output filename="remoting/resources/am.pak" lang="am" type="data_package"/>
10 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/> 10 <output filename="remoting/resources/ar.pak" lang="ar" type="data_package"/>
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 </message> 556 </message>
557 <message desc="Message shown if the user has been idle for a long time, in forming them that their session will be disconnected shortly." name="IDS_IDLE_TI MEOUT_WARNING"> 557 <message desc="Message shown if the user has been idle for a long time, in forming them that their session will be disconnected shortly." name="IDS_IDLE_TI MEOUT_WARNING">
558 Your <ph name="APPLICATION_NAME">$1<ex>SampleApp Streaming</ex></ph> ses sion has been inactive for a while and will be disconnected shortly. 558 Your <ph name="APPLICATION_NAME">$1<ex>SampleApp Streaming</ex></ph> ses sion has been inactive for a while and will be disconnected shortly.
559 </message> 559 </message>
560 <message desc="Button to allow the user to indicate that they are still us ing the service" name="IDS_IDLE_CONTINUE"> 560 <message desc="Button to allow the user to indicate that they are still us ing the service" name="IDS_IDLE_CONTINUE">
561 Continue 561 Continue
562 </message> 562 </message>
563 <message desc="Button to allow the user to indicate that they are no longe r using the service." name="IDS_IDLE_DISCONNECT"> 563 <message desc="Button to allow the user to indicate that they are no longe r using the service." name="IDS_IDLE_DISCONNECT">
564 Disconnect now 564 Disconnect now
565 </message> 565 </message>
566 <message desc="Button to restart the app after the connection is dropped." name="IDS_RESTART_BUTTON">
567 Restart
568 </message>
569 <message desc="Message show to the user when the connection is dropped." n ame="IDS_ERROR_CONNECTION_DROPPED">
570 Connection to the remote server has been lost. This app is not availabl e offline.
571 </message>
566 572
567 <if expr="is_android or is_ios"> 573 <if expr="is_android or is_ios">
568 <message desc="Button to show or hide the on-screen keyboard." name="IDS _SHOW_HIDE_KEYBOARD" formatter_data="android_java"> 574 <message desc="Button to show or hide the on-screen keyboard." name="IDS _SHOW_HIDE_KEYBOARD" formatter_data="android_java">
569 Show/hide keyboard. 575 Show/hide keyboard.
570 </message> 576 </message>
571 <message desc="Message displayed to the user if there are no hosts regis tered to their account" name="IDS_HOST_LIST_EMPTY_ANDROID" formatter_data="andro id_java"> 577 <message desc="Message displayed to the user if there are no hosts regis tered to their account" name="IDS_HOST_LIST_EMPTY_ANDROID" formatter_data="andro id_java">
572 You have no computers registered. 578 You have no computers registered.
573 </message> 579 </message>
574 <message desc="Message displayed to the user if there are no hosts regis tered to their account. This is styled to look like a hyperlink. When a user act ivates the link, they are taken to a web page that explains how to set up a Chro moting host." name="IDS_HOST_SETUP_LINK_ANDROID" formatter_data="android_java"> 580 <message desc="Message displayed to the user if there are no hosts regis tered to their account. This is styled to look like a hyperlink. When a user act ivates the link, they are taken to a web page that explains how to set up a Chro moting host." name="IDS_HOST_SETUP_LINK_ANDROID" formatter_data="android_java">
575 Learn how to set up a computer for remote access. 581 Learn how to set up a computer for remote access.
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" > 1135 <message desc="Label for the button to decline sharing the computer in 'It 2Me' mode." name="IDS_SHARE_CONFIRM_DIALOG_DECLINE" >
1130 Cancel 1136 Cancel
1131 </message> 1137 </message>
1132 <message desc="Text shown in tooltip to inform the user that a setting is managed by domain policy." name="IDS_SETTING_MANAGED_BY_POLICY"> 1138 <message desc="Text shown in tooltip to inform the user that a setting is managed by domain policy." name="IDS_SETTING_MANAGED_BY_POLICY">
1133 This setting is managed by your domain policy. 1139 This setting is managed by your domain policy.
1134 </message> 1140 </message>
1135 1141
1136 </messages> 1142 </messages>
1137 </release> 1143 </release>
1138 </grit> 1144 </grit>
OLDNEW
« no previous file with comments | « remoting/app_remoting_webapp_files.gypi ('k') | remoting/webapp/app_remoting/html/ar_dialog.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698