silverstripe-framework/templates/Includes
Ingo Schommer 00ffe72944 Translations: Switch to Transifex format
- Based on new (last) translation download from getlocalization.com
- Removed untranslated strings. Getlocalization started including those at some point
which is highly annoying, unnecessary and breaks the new transfix system,
since it'll mark all of the english strings as actual translations
- Avoid dots in entities. It confuses the Transifex YML parser
- Removed some locales unknown to Transifex which didn't have any translations anyway
- Removed "lolcat" locale, uses custom notation (en@lolcal)
  which SilverStripe's i18n system can't handle
  (needs mapping from SS naming to Zend naming)
- Renamed "Te Reo/Maori" locale from "mi_NZ" to "mi" (Transifex/CLDR notation)
- Namespaced all entities used in templates (deprecated usage)
- Converted dots to underscores where template filenames are used for namespaces,
since Transifex YML parsing handles them as separate YML keys otherwise
- Removed whitespace in entity names, SilverStripe i18n can't handle it
- Only allow selection of locales registered through i18n::$all_locales to avoid
  issues with unknown locales in Zend's CLDR database
2013-08-07 00:25:16 +02:00
..
Form.ss MINOR Fixing use of <% control %> with <% with %> or <% loop %> as necessary. 2012-05-11 13:49:20 +12:00
GridField_FormAction.ss MINOR Renaming GridField_Action to GridField_FormAction, to better distinguish it from GridFieldActionProvider and GridFieldAction_Edit. The two are conceptually related, but not through inheritance, as the original naming suggested. 2012-03-08 15:22:00 +01:00
GridField_Item.ss MINOR Fixing use of <% control %> with <% with %> or <% loop %> as necessary. 2012-05-11 13:49:20 +12:00
GridField_print.ss ENHANCEMENT: Move GridField buttons out of table (fixes 7213) 2012-05-21 14:19:59 +12:00
GridFieldAddExistingAutocompleter.ss MINOR Fixing use of <% control %> with <% with %> or <% loop %> as necessary. 2012-05-11 13:49:20 +12:00
GridFieldAddNewButton.ss ENHANCEMENT: Make GridFieldAddNewButton Content more specific 2012-05-21 17:47:14 +12:00
GridFieldButtonRow.ss ENHANCEMENT: Make GridFieldButtonRow more adaptable 2012-05-21 14:41:46 +12:00
GridFieldEditButton.ss Translations: Switch to Transifex format 2013-08-07 00:25:16 +02:00
GridFieldFilterHeader_Row.ss ENHANCEMENT: Gridfield usability (fixes 7215) 2012-05-16 12:18:23 +12:00
GridFieldFooter.ss Translations: Switch to Transifex format 2013-08-07 00:25:16 +02:00
GridFieldItemEditView.ss Translations: Switch to Transifex format 2013-08-07 00:25:16 +02:00
GridFieldLevelup.ss FEATURE: add Levelup component to GridField as GridFieldLevelup 2012-05-07 13:40:53 +12:00
GridFieldPageCount.ss Translations: Switch to Transifex format 2013-08-07 00:25:16 +02:00
GridFieldPaginator_Row.ss Translations: Switch to Transifex format 2013-08-07 00:25:16 +02:00
GridFieldSortableHeader_Row.ss ENHANCEMENT: Gridfield usability (fixes 7215) 2012-05-16 12:18:23 +12:00
GridFieldToolbarHeader.ss ENHANCEMENT: Make GridFieldButtonRow more adaptable 2012-05-21 14:41:46 +12:00
GridFieldViewButton.ss FEATURE: Implemented a view action for GridField, and a record viewing GridFieldConfig. 2012-05-12 18:49:56 +10:00
HtmlEditorField_viewfile.ss BUG Remove extraneous </div> breaking IE8 image embedding (os#8218) 2013-07-09 21:49:23 +02:00
TableListField_Item_export.ss MINOR Fixing use of <% control %> with <% with %> or <% loop %> as necessary. 2012-05-11 13:49:20 +12:00
TableListField_Item.ss MINOR Fixing use of <% control %> with <% with %> or <% loop %> as necessary. 2012-05-11 13:49:20 +12:00
TableListField_PageControls.ss Translations: Switch to Transifex format 2013-08-07 00:25:16 +02:00
TableListField_SelectOptions.ss MINOR Fixing use of <% control %> with <% with %> or <% loop %> as necessary. 2012-05-11 13:49:20 +12:00
TableListField_Summary.ss MINOR Fixing use of <% control %> with <% with %> or <% loop %> as necessary. 2012-05-11 13:49:20 +12:00
UploadField_FileButtons.ss FIX: Allow images attached to UploadFields to be unlinked without File::canEdit() or File::canDelete() permission. 2013-01-11 09:07:42 +01:00