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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 AXWebAreaText, // Deprecated. | 96 AXWebAreaText, // Deprecated. |
97 AXWeekOfYearFieldText, | 97 AXWeekOfYearFieldText, |
98 AXYearFieldText, | 98 AXYearFieldText, |
99 BlockedPluginText, | 99 BlockedPluginText, |
100 CalendarClear, | 100 CalendarClear, |
101 CalendarToday, | 101 CalendarToday, |
102 DateFormatDayInMonthLabel, | 102 DateFormatDayInMonthLabel, |
103 DateFormatMonthLabel, | 103 DateFormatMonthLabel, |
104 DateFormatYearLabel, | 104 DateFormatYearLabel, |
105 DetailsLabel, | 105 DetailsLabel, |
| 106 DownloadButtonLabel, |
106 FileButtonChooseFileLabel, | 107 FileButtonChooseFileLabel, |
107 FileButtonChooseMultipleFilesLabel, | 108 FileButtonChooseMultipleFilesLabel, |
108 FileButtonNoFileSelectedLabel, | 109 FileButtonNoFileSelectedLabel, |
109 InputElementAltText, | 110 InputElementAltText, |
110 KeygenMenuHighGradeKeySize, | 111 KeygenMenuHighGradeKeySize, |
111 KeygenMenuMediumGradeKeySize, | 112 KeygenMenuMediumGradeKeySize, |
112 MissingPluginText, | 113 MissingPluginText, |
113 MultipleFileUploadText, | 114 MultipleFileUploadText, |
114 OtherColorLabel, | 115 OtherColorLabel, |
115 OtherDateLabel, | 116 OtherDateLabel, |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 ValidationValueMissingForRadio, | 167 ValidationValueMissingForRadio, |
167 ValidationValueMissingForSelect, | 168 ValidationValueMissingForSelect, |
168 WeekFormatTemplate, | 169 WeekFormatTemplate, |
169 WeekNumberLabel, | 170 WeekNumberLabel, |
170 }; | 171 }; |
171 }; | 172 }; |
172 | 173 |
173 } // namespace blink | 174 } // namespace blink |
174 | 175 |
175 #endif | 176 #endif |
OLD | NEW |