OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2009 Google Inc. All rights reserved. | 2 * Copyright (C) 2009 Google Inc. All rights reserved. |
3 * | 3 * |
4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
6 * met: | 6 * met: |
7 * | 7 * |
8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 AXWebAreaText, // Deprecated. | 98 AXWebAreaText, // Deprecated. |
99 AXWeekOfYearFieldText, | 99 AXWeekOfYearFieldText, |
100 AXYearFieldText, | 100 AXYearFieldText, |
101 BlockedPluginText, | 101 BlockedPluginText, |
102 CalendarClear, | 102 CalendarClear, |
103 CalendarToday, | 103 CalendarToday, |
104 DateFormatDayInMonthLabel, | 104 DateFormatDayInMonthLabel, |
105 DateFormatMonthLabel, | 105 DateFormatMonthLabel, |
106 DateFormatYearLabel, | 106 DateFormatYearLabel, |
107 DetailsLabel, | 107 DetailsLabel, |
| 108 DownloadButtonLabel, |
108 FileButtonChooseFileLabel, | 109 FileButtonChooseFileLabel, |
109 FileButtonChooseMultipleFilesLabel, | 110 FileButtonChooseMultipleFilesLabel, |
110 FileButtonNoFileSelectedLabel, | 111 FileButtonNoFileSelectedLabel, |
111 InputElementAltText, | 112 InputElementAltText, |
112 KeygenMenuHighGradeKeySize, | 113 KeygenMenuHighGradeKeySize, |
113 KeygenMenuMediumGradeKeySize, | 114 KeygenMenuMediumGradeKeySize, |
114 MissingPluginText, | 115 MissingPluginText, |
115 MultipleFileUploadText, | 116 MultipleFileUploadText, |
116 OtherColorLabel, | 117 OtherColorLabel, |
117 OtherDateLabel, | 118 OtherDateLabel, |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 ValidationValueMissingForRadio, | 169 ValidationValueMissingForRadio, |
169 ValidationValueMissingForSelect, | 170 ValidationValueMissingForSelect, |
170 WeekFormatTemplate, | 171 WeekFormatTemplate, |
171 WeekNumberLabel, | 172 WeekNumberLabel, |
172 }; | 173 }; |
173 }; | 174 }; |
174 | 175 |
175 } // namespace blink | 176 } // namespace blink |
176 | 177 |
177 #endif | 178 #endif |
OLD | NEW |