silverstripe-cms/code/controllers
Ingo Schommer ab0f83c48d 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
- Renamed "lolcat" locale from "lc_xx" to "en@lolcat" (Transifex/CLDR notation)
- 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
2013-08-04 11:05:41 +02:00
..
AssetAdmin.php Translations: Switch to Transifex format 2013-08-04 11:05:41 +02:00
CMSFileAddController.php Correct form name in CMSFileAddController, fixes upload 2013-07-02 09:33:38 +02:00
CMSMain.php Translations: Switch to Transifex format 2013-08-04 11:05:41 +02:00
CMSPageAddController.php Using new CMSForm class to allow for validation errors in CMS 2013-06-13 07:44:37 +02:00
CMSPageEditController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSPageHistoryController.php Using new CMSForm class to allow for validation errors in CMS 2013-06-13 07:44:37 +02:00
CMSPagesController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSPageSettingsController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSSettingsController.php Using new CMSForm class to allow for validation errors in CMS 2013-06-13 07:44:37 +02:00
CMSSiteTreeFilter.php MINOR Code refactoring of CMSMain::SearchForm() extracted some methods. 2012-11-02 23:52:24 +01:00
ContentController.php Merge branch '3.0' into 3.1 2013-07-14 17:24:06 +12:00
ModelAsController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
NestedController.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00
RootURLController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
SilverStripeNavigator.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00