Changeset 3510 for trunk/system/i18n

Show
Ignore:
Timestamp:
09/29/2008 06:16:37 AM (2 months ago)
Author:
edam
Message:

updated en_GB so it is now in line with en_US (and removed exec props from some of those files)

Location:
trunk/system/i18n/en_GB
Files:
13 modified

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  
    1818        'stack_trace'           => 'Stack Trace', 
    1919        '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.', 
    2121 
    2222        // 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  
    33$lang = array 
    44( 
    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'), 
    1617); 
  • 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  
    33$lang = array 
    44( 
    5         // Class errors 
    6         'invalid_rule'  => 'Invalid validation rule used: %s', 
     5        'not_callable'  => 'Callback %s used for Validation is not callable', 
    76 
    87        // General errors