diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-26 11:24:50 -0800 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-26 11:24:50 -0800 | 
| commit | 3060a6f662da66008d57a461bf1c9b5b4aa2b002 (patch) | |
| tree | 442fd290505817efc0324f2af6e01805cb7396aa /system/i18n/en_US/core.php | |
| parent | 1cd6a615bb47a33794e4a4f690c87a348ab752d7 (diff) | |
| parent | 32d25dafd5b033338b6a9bb8c7c53edab462543a (diff) | |
Merge branch 'master' into talmdal_dev
Conflicts:
	modules/gallery/controllers/albums.php
	modules/gallery/controllers/movies.php
	modules/gallery/controllers/photos.php
Diffstat (limited to 'system/i18n/en_US/core.php')
| -rw-r--r-- | system/i18n/en_US/core.php | 34 | 
1 files changed, 0 insertions, 34 deletions
diff --git a/system/i18n/en_US/core.php b/system/i18n/en_US/core.php deleted file mode 100644 index 9711b7cd..00000000 --- a/system/i18n/en_US/core.php +++ /dev/null @@ -1,34 +0,0 @@ -<?php defined('SYSPATH') OR die('No direct access allowed.'); - -$lang = array -( -	'there_can_be_only_one' => 'There can be only one instance of Kohana per page request', -	'uncaught_exception'    => 'Uncaught %s: %s in file %s on line %s', -	'invalid_method'        => 'Invalid method %s called in %s', -	'invalid_property'      => 'The %s property does not exist in the %s class.', -	'log_dir_unwritable'    => 'The log directory is not writable: %s', -	'resource_not_found'    => 'The requested %s, %s, could not be found', -	'invalid_filetype'      => 'The requested filetype, .%s, is not allowed in your view configuration file', -	'view_set_filename'     => 'You must set the the view filename before calling render', -	'no_default_route'      => 'Please set a default route in config/routes.php', -	'no_controller'         => 'Kohana was not able to determine a controller to process this request: %s', -	'page_not_found'        => 'The page you requested, %s, could not be found.', -	'stats_footer'          => 'Loaded in {execution_time} seconds, using {memory_usage} of memory. Generated by Kohana v{kohana_version}.', -	'error_file_line'       => '<tt>%s <strong>[%s]:</strong></tt>', -	'stack_trace'           => 'Stack Trace', -	'generic_error'         => 'Unable to Complete Request', -	'errors_disabled'       => 'You can go to the <a href="%s">home page</a> or <a href="%s">try again</a>.', - -	// Drivers -	'driver_implements'     => 'The %s driver for the %s library must implement the %s interface', -	'driver_not_found'      => 'The %s driver for the %s library could not be found', - -	// Resource names -	'config'                => 'config file', -	'controller'            => 'controller', -	'helper'                => 'helper', -	'library'               => 'library', -	'driver'                => 'driver', -	'model'                 => 'model', -	'view'                  => 'view', -);  | 
