| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 kFileButtonChooseFileLabel, | 103 kFileButtonChooseFileLabel, |
| 104 kFileButtonChooseMultipleFilesLabel, | 104 kFileButtonChooseMultipleFilesLabel, |
| 105 kFileButtonNoFileSelectedLabel, | 105 kFileButtonNoFileSelectedLabel, |
| 106 kInputElementAltText, | 106 kInputElementAltText, |
| 107 kMediaRemotingDisableText, |
| 108 kMediaRemotingCastText, |
| 107 kMissingPluginText, | 109 kMissingPluginText, |
| 108 kMultipleFileUploadText, | 110 kMultipleFileUploadText, |
| 109 kOtherColorLabel, | 111 kOtherColorLabel, |
| 110 kOtherDateLabel, | 112 kOtherDateLabel, |
| 111 kOtherMonthLabel, | 113 kOtherMonthLabel, |
| 112 kOtherTimeLabel, | 114 kOtherTimeLabel, |
| 113 kOtherWeekLabel, | 115 kOtherWeekLabel, |
| 114 kOverflowMenuCaptions, | 116 kOverflowMenuCaptions, |
| 115 kOverflowMenuCast, | 117 kOverflowMenuCast, |
| 116 kOverflowMenuEnterFullscreen, | 118 kOverflowMenuEnterFullscreen, |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 kValidationValueMissingForRadio, | 176 kValidationValueMissingForRadio, |
| 175 kValidationValueMissingForSelect, | 177 kValidationValueMissingForSelect, |
| 176 kWeekFormatTemplate, | 178 kWeekFormatTemplate, |
| 177 kWeekNumberLabel, | 179 kWeekNumberLabel, |
| 178 }; | 180 }; |
| 179 }; | 181 }; |
| 180 | 182 |
| 181 } // namespace blink | 183 } // namespace blink |
| 182 | 184 |
| 183 #endif | 185 #endif |
| OLD | NEW |