cakephp2-php8/lib/Cake/View
AD7six 32df3156a7 consolidate cake_error and cake_developer to simply "cake_dev"
it's a lot easier for adding new translations to think:
	is it for the end user?
		use 'cake' as the domain
	is it for the developer
		use 'cake_dev' as the domain
	is it for the console
		use 'cake_console' as the domain

also neatly avoids the "this message is an error, and it's in
cake_developer, why?" - question (because cake_error was intended for
anything which is used in trigger_error/exceptions, not a variable named
$error
2011-03-20 16:38:31 +01:00
..
elements Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-03-01 23:04:52 -04:30
errors consolidate cake_error and cake_developer to simply "cake_dev" 2011-03-20 16:38:31 +01:00
Helper consolidate cake_error and cake_developer to simply "cake_dev" 2011-03-20 16:38:31 +01:00
layouts consolidate cake_error and cake_developer to simply "cake_dev" 2011-03-20 16:38:31 +01:00
pages consolidate cake_error and cake_developer to simply "cake_dev" 2011-03-20 16:38:31 +01:00
scaffolds translation changes in the view folder 2011-03-12 20:02:56 +01:00
Helper.php consolidate cake_error and cake_developer to simply "cake_dev" 2011-03-20 16:38:31 +01:00
HelperCollection.php Merge remote branch 'origin/2.0' into 2.0-class-loading 2011-02-13 23:10:19 -04:30
MediaView.php Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-03-10 23:17:54 -04:30
ScaffoldView.php Fixing ScaffoldView test 2011-02-22 22:47:07 -04:30
ThemeView.php Merge remote-tracking branch 'origin/2.0' into 2.0-class-loading 2011-03-10 23:17:54 -04:30
View.php consolidate cake_error and cake_developer to simply "cake_dev" 2011-03-20 16:38:31 +01:00