Changeset 3239 for trunk/system/i18n
- Timestamp:
- 07/30/2008 12:24:24 PM (4 months ago)
- Location:
- trunk/system/i18n
- Files:
-
- 4 modified
-
de_DE/core.php (modified) (1 diff)
-
en_US/core.php (modified) (1 diff)
-
es_ES/core.php (modified) (1 diff)
-
it_IT/core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/i18n/de_DE/core.php
r3211 r3239 4 4 ( 5 5 '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',7 6 'uncaught_exception' => 'Unerwarteter Fehler vom Typ %s: %s in %s in Zeile %s', 8 7 'invalid_method' => 'Ungültige Methode %s aufgerufen in %s', -
trunk/system/i18n/en_US/core.php
r3210 r3239 4 4 ( 5 5 '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',7 6 'uncaught_exception' => 'Uncaught %s: %s in file %s on line %s', 8 7 'invalid_method' => 'Invalid method %s called in %s', -
trunk/system/i18n/es_ES/core.php
r3212 r3239 4 4 ( 5 5 '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',7 6 'uncaught_exception' => '%s no capturada: %s en el archivo %s, linea %s', 8 7 'invalid_method' => 'Método inválido %s llamado en %s.', -
trunk/system/i18n/it_IT/core.php
r3227 r3239 4 4 ( 5 5 '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',7 6 'uncaught_exception' => 'Uncaught %s: %s in %s, linea %s', 8 7 'invalid_method' => 'Metodo non valido <tt>%s</tt> chiamato in <tt>%s</tt>.',
