Changeset 3510 for trunk/system/i18n
- Timestamp:
- 09/29/2008 06:16:37 AM (2 months ago)
- Location:
- trunk/system/i18n/en_GB
- Files:
-
- 13 modified
-
cache.php (modified) (1 prop)
-
calendar.php (modified) (1 prop)
-
core.php (modified) (1 diff, 1 prop)
-
database.php (modified) (1 prop)
-
encrypt.php (modified) (1 prop)
-
errors.php (modified) (1 diff, 1 prop)
-
image.php (modified) (1 prop)
-
pagination.php (modified) (1 prop)
-
profiler.php (modified) (1 prop)
-
session.php (modified) (1 prop)
-
swift.php (modified) (1 prop)
-
upload.php (modified) (1 prop)
-
validation.php (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/en_GB/cache.php
- Property svn:executable deleted
-
trunk/system/i18n/en_GB/calendar.php
- Property svn:executable deleted
-
trunk/system/i18n/en_GB/core.php
- Property svn:executable deleted
r3326 r3510 18 18 'stack_trace' => 'Stack Trace', 19 19 'generic_error' => 'Unable to Complete Request', 20 'errors_disabled' => ' You can go to the <a href="%s">home page</a> or <a href="%s">try again</a>.',20 'errors_disabled' => 'An error occurred during the loading of this page. You can go to the <a href="%s">home page</a> or <a href="%s">try again</a>. The error has been logged for review.', 21 21 22 22 // Drivers -
trunk/system/i18n/en_GB/database.php
- Property svn:executable deleted
-
trunk/system/i18n/en_GB/encrypt.php
- Property svn:executable deleted
-
trunk/system/i18n/en_GB/errors.php
- Property svn:executable deleted
r3326 r3510 3 3 $lang = array 4 4 ( 5 E_KOHANA => array( 1, 'Framework Error', 'Please check the Kohana documentation for information about the following error.'), 6 E_PAGE_NOT_FOUND => array( 1, 'Page Not Found', 'The requested page was not found. It may have moved, been deleted, or archived.'), 7 E_DATABASE_ERROR => array( 1, 'Database Error', 'A database error occurred while performing the requested procedure. Please review the database error below for more information.'), 8 E_RECOVERABLE_ERROR => array( 1, 'Recoverable Error', 'An error was detected which prevented the loading of this page. If this problem persists, please contact the website administrator.'), 9 E_ERROR => array( 1, 'Fatal Error', ''), 10 E_USER_ERROR => array( 1, 'Fatal Error', ''), 11 E_PARSE => array( 1, 'Syntax Error', ''), 12 E_WARNING => array( 1, 'Warning Message', ''), 13 E_USER_WARNING => array( 1, 'Warning Message', ''), 14 E_STRICT => array( 2, 'Strict Mode Error', ''), 15 E_NOTICE => array( 2, 'Runtime Message', ''), 5 E_KOHANA => array( 1, 'Framework Error'), 6 E_PAGE_NOT_FOUND => array( 1, 'Page Not Found'), 7 E_DATABASE_ERROR => array( 1, 'Database Error'), 8 E_RECOVERABLE_ERROR => array( 1, 'Recoverable Error'), 9 E_ERROR => array( 1, 'Fatal Error'), 10 E_USER_ERROR => array( 1, 'Fatal Error'), 11 E_PARSE => array( 1, 'Parse Error'), 12 E_WARNING => array( 1, 'Runtime Warning'), 13 E_USER_WARNING => array( 1, 'Runtime Warning'), 14 E_STRICT => array( 2, 'Strict Mode Error'), 15 E_NOTICE => array( 2, 'Notice'), 16 E_USER_NOTICE => array( 2, 'Notice'), 16 17 ); -
trunk/system/i18n/en_GB/image.php
- Property svn:executable deleted
-
trunk/system/i18n/en_GB/pagination.php
- Property svn:executable deleted
-
trunk/system/i18n/en_GB/profiler.php
- Property svn:executable deleted
-
trunk/system/i18n/en_GB/session.php
- Property svn:executable deleted
-
trunk/system/i18n/en_GB/swift.php
- Property svn:executable deleted
-
trunk/system/i18n/en_GB/upload.php
- Property svn:executable deleted
-
trunk/system/i18n/en_GB/validation.php
- Property svn:executable deleted
r3326 r3510 3 3 $lang = array 4 4 ( 5 // Class errors 6 'invalid_rule' => 'Invalid validation rule used: %s', 5 'not_callable' => 'Callback %s used for Validation is not callable', 7 6 8 7 // General errors
