| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 kAXWeekOfYearFieldText, | 93 kAXWeekOfYearFieldText, |
| 94 kAXYearFieldText, | 94 kAXYearFieldText, |
| 95 kBlockedPluginText, | 95 kBlockedPluginText, |
| 96 kCalendarClear, | 96 kCalendarClear, |
| 97 kCalendarToday, | 97 kCalendarToday, |
| 98 kDateFormatDayInMonthLabel, | 98 kDateFormatDayInMonthLabel, |
| 99 kDateFormatMonthLabel, | 99 kDateFormatMonthLabel, |
| 100 kDateFormatYearLabel, | 100 kDateFormatYearLabel, |
| 101 kDetailsLabel, | 101 kDetailsLabel, |
| 102 kDownloadButtonLabel, | 102 kDownloadButtonLabel, |
| 103 kDownloadButtonPromoText, |
| 103 kFileButtonChooseFileLabel, | 104 kFileButtonChooseFileLabel, |
| 104 kFileButtonChooseMultipleFilesLabel, | 105 kFileButtonChooseMultipleFilesLabel, |
| 105 kFileButtonNoFileSelectedLabel, | 106 kFileButtonNoFileSelectedLabel, |
| 106 kInputElementAltText, | 107 kInputElementAltText, |
| 107 kMediaRemotingDisableText, | 108 kMediaRemotingDisableText, |
| 108 kMediaRemotingCastText, | 109 kMediaRemotingCastText, |
| 109 kMissingPluginText, | 110 kMissingPluginText, |
| 110 kMultipleFileUploadText, | 111 kMultipleFileUploadText, |
| 111 kOtherColorLabel, | 112 kOtherColorLabel, |
| 112 kOtherDateLabel, | 113 kOtherDateLabel, |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 kValidationValueMissingForRadio, | 177 kValidationValueMissingForRadio, |
| 177 kValidationValueMissingForSelect, | 178 kValidationValueMissingForSelect, |
| 178 kWeekFormatTemplate, | 179 kWeekFormatTemplate, |
| 179 kWeekNumberLabel, | 180 kWeekNumberLabel, |
| 180 }; | 181 }; |
| 181 }; | 182 }; |
| 182 | 183 |
| 183 } // namespace blink | 184 } // namespace blink |
| 184 | 185 |
| 185 #endif | 186 #endif |
| OLD | NEW |