OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Copyright 2011 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2011 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
5 | 5 |
6 <resources xmlns:android="http://schemas.android.com/apk/res/android"> | 6 <resources xmlns:android="http://schemas.android.com/apk/res/android"> |
7 | 7 |
8 <!-- Menu Animation Constants --> | 8 <!-- Menu Animation Constants --> |
9 <item type="fraction" format="fraction" name="menu_animation_pivot_x">95%</i tem> | 9 <item type="fraction" format="fraction" name="menu_animation_pivot_x">95%</i tem> |
10 | 10 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
48 <string name="help_context_translate">mobile_translate</string> | 48 <string name="help_context_translate">mobile_translate</string> |
49 <string name="help_context_general">mobile_general</string> | 49 <string name="help_context_general">mobile_general</string> |
50 <string name="help_context_protected_content">protected_content</string> | 50 <string name="help_context_protected_content">protected_content</string> |
51 <string name="help_context_data_reduction">reduce_data_usage</string> | 51 <string name="help_context_data_reduction">reduce_data_usage</string> |
52 <string name="help_context_incognito_learn_more">chrome_incognito</string> | 52 <string name="help_context_incognito_learn_more">chrome_incognito</string> |
53 <string name="help_context_usage_reports">send_crash_report</string> | 53 <string name="help_context_usage_reports">send_crash_report</string> |
54 <string name="help_context_sad_tab">mobile_awsnap</string> | 54 <string name="help_context_sad_tab">mobile_awsnap</string> |
55 <string name="help_context_physical_web">physical_web</string> | 55 <string name="help_context_physical_web">physical_web</string> |
56 <string name="help_context_clear_browsing_data">clear_browsing_data</string> | 56 <string name="help_context_clear_browsing_data">clear_browsing_data</string> |
57 <string name="help_context_change_sync_passphrase">change_sync_passphrase</s tring> | 57 <string name="help_context_change_sync_passphrase">change_sync_passphrase</s tring> |
58 | 58 |
59 <!-- Our manage space activity. Default pre-KLP to be nothing. --> | |
Theresa
2016/05/03 00:04:27
s/pre-KLP/pre-KitKat
dmurph
2016/05/04 00:51:00
Done.
| |
60 <string name="manage_space_activity" translatable="false"></string> | |
59 </resources> | 61 </resources> |
OLD | NEW |