| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 AXYearFieldText, | 89 AXYearFieldText, |
| 90 CalendarClear, | 90 CalendarClear, |
| 91 CalendarToday, | 91 CalendarToday, |
| 92 DateFormatDayInMonthLabel, | 92 DateFormatDayInMonthLabel, |
| 93 DateFormatMonthLabel, | 93 DateFormatMonthLabel, |
| 94 DateFormatYearLabel, | 94 DateFormatYearLabel, |
| 95 DetailsLabel, | 95 DetailsLabel, |
| 96 FileButtonChooseFileLabel, | 96 FileButtonChooseFileLabel, |
| 97 FileButtonChooseMultipleFilesLabel, | 97 FileButtonChooseMultipleFilesLabel, |
| 98 FileButtonNoFileSelectedLabel, | 98 FileButtonNoFileSelectedLabel, |
| 99 InputElementAltText, | |
| 100 KeygenMenuHighGradeKeySize, | 99 KeygenMenuHighGradeKeySize, |
| 101 KeygenMenuMediumGradeKeySize, | 100 KeygenMenuMediumGradeKeySize, |
| 102 MultipleFileUploadText, | 101 MultipleFileUploadText, |
| 103 OtherColorLabel, | 102 OtherColorLabel, |
| 104 OtherDateLabel, | 103 OtherDateLabel, |
| 105 OtherMonthLabel, | 104 OtherMonthLabel, |
| 106 OtherTimeLabel, | 105 OtherTimeLabel, |
| 107 OtherWeekLabel, | 106 OtherWeekLabel, |
| 108 // PlaceholderForDayOfMonthField is for day placeholder text, e.g. | 107 // PlaceholderForDayOfMonthField is for day placeholder text, e.g. |
| 109 // "dd", for date field used in multiple fields "date", "datetime", and | 108 // "dd", for date field used in multiple fields "date", "datetime", and |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 ValidationValueMissingForRadio, | 153 ValidationValueMissingForRadio, |
| 155 ValidationValueMissingForSelect, | 154 ValidationValueMissingForSelect, |
| 156 WeekFormatTemplate, | 155 WeekFormatTemplate, |
| 157 WeekNumberLabel, | 156 WeekNumberLabel, |
| 158 }; | 157 }; |
| 159 }; | 158 }; |
| 160 | 159 |
| 161 } // namespace blink | 160 } // namespace blink |
| 162 | 161 |
| 163 #endif | 162 #endif |
| OLD | NEW |