OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Copyright 2015 Google Inc. All Rights Reserved. | 2 <!-- Copyright 2015 Google Inc. All Rights Reserved. |
3 | 3 |
4 Licensed under the Apache License, Version 2.0 (the "License"); | 4 Licensed under the Apache License, Version 2.0 (the "License"); |
5 you may not use this file except in compliance with the License. | 5 you may not use this file except in compliance with the License. |
6 You may obtain a copy of the License at | 6 You may obtain a copy of the License at |
7 | 7 |
8 http://www.apache.org/licenses/LICENSE-2.0 | 8 http://www.apache.org/licenses/LICENSE-2.0 |
9 | 9 |
10 Unless required by applicable law or agreed to in writing, software | 10 Unless required by applicable law or agreed to in writing, software |
(...skipping 10 matching lines...) Expand all Loading... |
21 <string name="title_activity_webview">WebviewActivity</string> | 21 <string name="title_activity_webview">WebviewActivity</string> |
22 <string name="notification_title">Open Web Content</string> | 22 <string name="notification_title">Open Web Content</string> |
23 <string name="notification_text">Open your web content on Chrome Custom Tabs
</string> | 23 <string name="notification_text">Open your web content on Chrome Custom Tabs
</string> |
24 <string name="notification_sample_url">https://developer.chrome.com/multidev
ice/android/customtabs</string> | 24 <string name="notification_sample_url">https://developer.chrome.com/multidev
ice/android/customtabs</string> |
25 <string name="label_url">URL:</string> | 25 <string name="label_url">URL:</string> |
26 <string name="default_test_url">http://developer.android.com</string> | 26 <string name="default_test_url">http://developer.android.com</string> |
27 <string name="back_to_app">Back to your application!</string> | 27 <string name="back_to_app">Back to your application!</string> |
28 <string name="label_start_custom_tab">Open Custom Tab</string> | 28 <string name="label_start_custom_tab">Open Custom Tab</string> |
29 <string name="label_add_menus">Add Menus</string> | 29 <string name="label_add_menus">Add Menus</string> |
30 <string name="label_add_action_button">Add Action Button</string> | 30 <string name="label_add_action_button">Add Action Button</string> |
31 <string name="label_action_share">Share</string> | 31 <string name="label_action">Perform Action</string> |
32 | 32 |
33 <string name="label_toobar_color">Toolbar Color:</string> | 33 <string name="label_toobar_color">Toolbar Color:</string> |
34 <string name="default_toolbar_color">#980e03</string> | 34 <string name="default_toolbar_color">#980e03</string> |
35 <string name="menu_item_title">Sample Menu Item</string> | 35 <string name="menu_item_title">Sample Menu Item</string> |
36 <string name="label_may_launch_url">May Launch URL</string> | 36 <string name="label_may_launch_url">May Launch URL</string> |
37 | 37 |
38 <!-- Demo Activities Titles --> | 38 <!-- Demo Activities Titles --> |
39 <string name="title_activity_simple_chrome_tab">Simple Chrome Custom Tab</st
ring> | 39 <string name="title_activity_simple_chrome_tab">Simple Chrome Custom Tab</st
ring> |
40 <string name="title_activity_customized_chrome_tab">Customized UI Chrome Cus
tom Tab</string> | 40 <string name="title_activity_customized_chrome_tab">Customized UI Chrome Cus
tom Tab</string> |
41 <string name="title_activity_service_connection">Service Connection Activity
</string> | 41 <string name="title_activity_service_connection">Service Connection Activity
</string> |
(...skipping 14 matching lines...) Expand all Loading... |
56 launch url before opening the Url. | 56 launch url before opening the Url. |
57 </string> | 57 </string> |
58 | 58 |
59 <string name="description_activity_notification"> | 59 <string name="description_activity_notification"> |
60 Creates a Notification that opens a Chrome Custom Tab when clicked, and
returns to the host | 60 Creates a Notification that opens a Chrome Custom Tab when clicked, and
returns to the host |
61 app when the user hits Back or Up | 61 app when the user hits Back or Up |
62 </string> | 62 </string> |
63 <string name="label_custom_back_button">Custom back button</string> | 63 <string name="label_custom_back_button">Custom back button</string> |
64 <string name="label_show_title">Show title</string> | 64 <string name="label_show_title">Show title</string> |
65 <string name="label_auto_hide_appbar">Auto-hide AppBar</string> | 65 <string name="label_auto_hide_appbar">Auto-hide AppBar</string> |
| 66 <string name="label_add_default_share">Add default share</string> |
| 67 <string name="label_toobar_secondary_color">Secondary Toolbar Color</string> |
| 68 <string name="label_add_toolbar_item">Add toolbar item</string> |
| 69 <string name="action_button_toast_text">Action Button Clicked with URL: %s</
string> |
| 70 <string name="menu_item_toast_text">Menu Item Clicked with URL: %s</string> |
| 71 <string name="toolbar_toast_text">Toolbar Clicked with URL: %s</string> |
| 72 <string name="unknown_toast_text">Unknown Action Clicked with URL: %s</strin
g> |
66 </resources> | 73 </resources> |
OLD | NEW |