Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <grit current_release="1" latest_public_release="0"> | 2 <grit current_release="1" latest_public_release="0"> |
| 3 <outputs> | 3 <outputs> |
| 4 <output filename="values-am/android_content_strings.xml" lang="am" type="and roid" /> | 4 <output filename="values-am/android_content_strings.xml" lang="am" type="and roid" /> |
| 5 <output filename="values-ar/android_content_strings.xml" lang="ar" type="and roid" /> | 5 <output filename="values-ar/android_content_strings.xml" lang="ar" type="and roid" /> |
| 6 <output filename="values-bg/android_content_strings.xml" lang="bg" type="and roid" /> | 6 <output filename="values-bg/android_content_strings.xml" lang="bg" type="and roid" /> |
| 7 <output filename="values-ca/android_content_strings.xml" lang="ca" type="and roid" /> | 7 <output filename="values-ca/android_content_strings.xml" lang="ca" type="and roid" /> |
| 8 <output filename="values-cs/android_content_strings.xml" lang="cs" type="and roid" /> | 8 <output filename="values-cs/android_content_strings.xml" lang="cs" type="and roid" /> |
| 9 <output filename="values-da/android_content_strings.xml" lang="da" type="and roid" /> | 9 <output filename="values-da/android_content_strings.xml" lang="da" type="and roid" /> |
| 10 <output filename="values-de/android_content_strings.xml" lang="de" type="and roid" /> | 10 <output filename="values-de/android_content_strings.xml" lang="de" type="and roid" /> |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 86 <file lang="sw" path="translations/android_content_strings_sw.xtb" /> | 86 <file lang="sw" path="translations/android_content_strings_sw.xtb" /> |
| 87 <file lang="th" path="translations/android_content_strings_th.xtb" /> | 87 <file lang="th" path="translations/android_content_strings_th.xtb" /> |
| 88 <file lang="tr" path="translations/android_content_strings_tr.xtb" /> | 88 <file lang="tr" path="translations/android_content_strings_tr.xtb" /> |
| 89 <file lang="uk" path="translations/android_content_strings_uk.xtb" /> | 89 <file lang="uk" path="translations/android_content_strings_uk.xtb" /> |
| 90 <file lang="vi" path="translations/android_content_strings_vi.xtb" /> | 90 <file lang="vi" path="translations/android_content_strings_vi.xtb" /> |
| 91 <file lang="zh-CN" path="translations/android_content_strings_zh-CN.xtb" /> | 91 <file lang="zh-CN" path="translations/android_content_strings_zh-CN.xtb" /> |
| 92 <file lang="zh-TW" path="translations/android_content_strings_zh-TW.xtb" /> | 92 <file lang="zh-TW" path="translations/android_content_strings_zh-TW.xtb" /> |
| 93 </translations> | 93 </translations> |
| 94 <release allow_pseudo="false" seq="1"> | 94 <release allow_pseudo="false" seq="1"> |
| 95 <messages fallback_to_english="true"> | 95 <messages fallback_to_english="true"> |
| 96 <message name="IDS_STORAGE_CLEAR_BUTTON_TITLE" desc="Title of a button in the storage UI used to clear all storage data. [CHAR-LIMIT=24]"> | |
| 97 Clear | |
| 98 </message> | |
| 99 <message name="IDS_STORAGE_CLEAR_DIALOG_TITLE" desc="Title of the clear st orage dialog in the storage UI used to clear all site storage data. [CHAR-LIMIT= 24]"> | |
| 100 Clear site storage | |
| 101 </message> | |
| 102 <message name="IDS_STORAGE_CLEAR_DIALOG_TEXT" desc="Text of the clear stor age dialog which give the user a choice to reset the app or delete site storage data."> | |
| 103 This will clear <ph name="SIZE_IN_KB">%1$s<ex>101kb</ex></ph> of storage from sites not marked as important. To clear all app storage, reset Chrome to i ts factory default. | |
|
newt (away)
2015/11/25 15:56:25
What does "marked as important" mean? Do we expect
dmurph
2015/11/25 23:47:46
Whoops, this is a fragment from the future! Change
| |
| 104 </message> | |
|
Finnur
2015/11/25 11:30:22
Is this a dialog with two destructive actions and
dmurph
2015/11/25 23:47:46
I use the R.id.cancel resource. Is that alright?
| |
| 105 <message name="IDS_STORAGE_CLEAR_DIALOG_RESET_APP_OPTION" desc=""> | |
|
newt (away)
2015/11/25 15:56:25
needs a description; same below
dmurph
2015/11/25 23:47:46
Done.
| |
| 106 Reset App | |
|
newt (away)
2015/11/25 15:56:25
Use "Sentence case", i.e. only capitalize the firs
dmurph
2015/11/25 23:47:46
For buttons? ok.
newt (away)
2015/12/09 01:00:44
Yes, sentence case for everything on Android. (exc
| |
| 107 </message> | |
| 108 <message name="IDS_STORAGE_CLEAR_DIALOG_CLEAR_STORAGE_OPTION" desc=""> | |
| 109 Clear Site Storage | |
|
newt (away)
2015/11/25 15:56:25
sentence case
dmurph
2015/11/25 23:47:46
Done.
| |
| 110 </message> | |
| 111 <message name="IDS_STORAGE_RESET_APP_DIALOG_TITLE" desc="Title of the rese t app dialog in the storage UI used to reset the app. [CHAR-LIMIT=24]"> | |
| 112 Delete app data? | |
| 113 </message> | |
| 114 <message name="IDS_STORAGE_RESET_APP_DIALOG_TEXT" desc="Text of the reset app dialoag in the storage UI."> | |
| 115 All this app's data will be deleted permanently. This includes all files , settings, accounts, databases, etc. | |
|
Finnur
2015/11/25 11:30:22
'This app' seems a bit generic. Is that the string
dmurph
2015/11/25 23:47:46
I just copied it from the mocks. Changed to Chrome
| |
| 116 </message> | |
|
Finnur
2015/11/25 11:30:22
This is not the file I would have expected to see
newt (away)
2015/11/25 15:56:25
Right, these strings should be in android_chrome_s
dmurph
2015/11/25 23:47:46
Done.
| |
| 96 <message name="IDS_ACTIONBAR_SHARE" desc="Contextual action bar item for s haring a block of text via email, or other method. [CHAR-LIMIT=24]"> | 117 <message name="IDS_ACTIONBAR_SHARE" desc="Contextual action bar item for s haring a block of text via email, or other method. [CHAR-LIMIT=24]"> |
| 97 Share | 118 Share |
| 98 </message> | 119 </message> |
| 99 <message name="IDS_ACTIONBAR_WEB_SEARCH" desc="Contextual action bar item for using the selected text in a internet search. [CHAR-LIMIT=24]"> | 120 <message name="IDS_ACTIONBAR_WEB_SEARCH" desc="Contextual action bar item for using the selected text in a internet search. [CHAR-LIMIT=24]"> |
| 100 Web search | 121 Web search |
| 101 </message> | 122 </message> |
| 102 <message name="IDS_ACTIONBAR_TEXTSELECTION_TITLE" desc="Title of the text selection contextual action bar on tablets. [CHAR-LIMIT=30]"> | 123 <message name="IDS_ACTIONBAR_TEXTSELECTION_TITLE" desc="Title of the text selection contextual action bar on tablets. [CHAR-LIMIT=30]"> |
| 103 Text selection | 124 Text selection |
| 104 </message> | 125 </message> |
| 105 <message name="IDS_MEDIA_PLAYER_ERROR_TITLE" desc="Title of dialog explain ing that a video cannot be played due to an error [CHAR-LIMIT=32]"> | 126 <message name="IDS_MEDIA_PLAYER_ERROR_TITLE" desc="Title of dialog explain ing that a video cannot be played due to an error [CHAR-LIMIT=32]"> |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 125 </message> | 146 </message> |
| 126 <message name="IDS_PROFILER_NO_STORAGE_TOAST" desc="Toast notifying the us er that we can't start profiler because there's no external storage"> | 147 <message name="IDS_PROFILER_NO_STORAGE_TOAST" desc="Toast notifying the us er that we can't start profiler because there's no external storage"> |
| 127 Can't start profiler because external storage is not ready | 148 Can't start profiler because external storage is not ready |
| 128 </message> | 149 </message> |
| 129 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user th at we failed to start profiler"> | 150 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user th at we failed to start profiler"> |
| 130 Failed to start profiler | 151 Failed to start profiler |
| 131 </message> | 152 </message> |
| 132 </messages> | 153 </messages> |
| 133 </release> | 154 </release> |
| 134 </grit> | 155 </grit> |
| OLD | NEW |