Changeset 3239 for trunk/system/i18n

Show
Ignore:
Timestamp:
07/30/2008 12:24:24 PM (4 months ago)
Author:
Geert
Message:

Removed the core.allow_config_set config setting.

See: http://forum.kohanaphp.com/comments.php?DiscussionID=871

Location:
trunk/system/i18n
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/i18n/de_DE/core.php

    r3211 r3239  
    44( 
    55        'there_can_be_only_one' => 'Pro Seitenaufruf kann es nur eine Instanz von Kohana geben', 
    6         'config_set_disabled'   => 'Ihre Konfiguration elaubt keine Änderungen der einzelnen Werte', 
    76        'uncaught_exception'    => 'Unerwarteter Fehler vom Typ %s: %s in %s in Zeile %s', 
    87        'invalid_method'        => 'Ungültige Methode %s aufgerufen in %s', 
  • trunk/system/i18n/en_US/core.php

    r3210 r3239  
    44( 
    55        'there_can_be_only_one' => 'There can be only one instance of Kohana per page request', 
    6         'config_set_disabled'   => 'Your configuration does not allow setting of configuration items', 
    76        'uncaught_exception'    => 'Uncaught %s: %s in file %s on line %s', 
    87        'invalid_method'        => 'Invalid method %s called in %s', 
  • trunk/system/i18n/es_ES/core.php

    r3212 r3239  
    44( 
    55        'there_can_be_only_one' => 'Solo puede haber una instancia de Kohana por cada página.', 
    6         'config_set_disabled'   => 'Tu configuración no permite escribir elementos de la configuración de forma dinámica', 
    76        'uncaught_exception'    => '%s no capturada: %s en el archivo %s, linea %s', 
    87        'invalid_method'        => 'Método inválido %s llamado en %s.', 
  • trunk/system/i18n/it_IT/core.php

    r3227 r3239  
    44( 
    55        'there_can_be_only_one' => 'Ci può essere una sola istanza di Kohana per ogni pagina richiesta.', 
    6         'config_set_disabled'   => 'Il tuo file di configurazione non consente la scrittura degli elementi in modo dinamico', 
    76        'uncaught_exception'    => 'Uncaught %s: %s in %s, linea %s', 
    87        'invalid_method'        => 'Metodo non valido <tt>%s</tt> chiamato in <tt>%s</tt>.',