diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-03-01 22:02:42 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-03-01 22:02:42 +0100 |
commit | acf697cd1bbc2749460332bd45ab098a4e367382 (patch) | |
tree | 90dfdf4ea722f964732e1ca612aa2a742250a175 /ratatoeskr/translations | |
parent | a940213bc467fce611854002e15b05fef5a0d3c8 (diff) | |
download | ratatoeskr-cms-acf697cd1bbc2749460332bd45ab098a4e367382.tar.gz ratatoeskr-cms-acf697cd1bbc2749460332bd45ab098a4e367382.tar.bz2 ratatoeskr-cms-acf697cd1bbc2749460332bd45ab098a4e367382.zip |
Debug now toggleable in backend; used new STE features.
* If __DEBUG__ is true, STE will be in a more verbose mode.
* Ratatöskr's frontend STETags now uses the \ste\RuntimeError exception
This will also be Beta 3
Diffstat (limited to 'ratatoeskr/translations')
-rw-r--r-- | ratatoeskr/translations/de.php | 6 | ||||
-rw-r--r-- | ratatoeskr/translations/en.php | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ratatoeskr/translations/de.php b/ratatoeskr/translations/de.php index bc18a03..66c68d8 100644 --- a/ratatoeskr/translations/de.php +++ b/ratatoeskr/translations/de.php @@ -262,6 +262,12 @@ $translation = array( "could_not_activate_plugin_api_incompat" => "Konnte diese Plugins nicht aktivieren, da sie nicht (mehr) mit deiner Ratatöskr-Installation kompatibel sind: [[PLUGINS]]", "plugins_incompat" => "Diese Plugins sind nicht (mehr) mit deiner Ratatöskr-Installation kompatibel: [[PLUGINS]]", "could_not_initialize_repos" => "Setup ist abgeschlossen, allerdings konnten die Standard-Repositories nicht initalisiert werden.", + "debugmode" => "Debug-Modus", + "enabled" => "Aktiviert", + "disabled" => "Deaktiviert", + "debugmode_might_get_overwritten_by_config_file" => "(dies kann durch config.php überschrieben werden)", + "debugmode_now_enabled" => "Debug-Modus ist nun aktiviert", + "debugmode_now_disabled" => "Debug-Modus ist nun deaktiviert", /* Very long texts here */ "linking_back_hint" => <<<LINKINGBACK <h2>Verlinken auf die Seitenwurzel</h2> diff --git a/ratatoeskr/translations/en.php b/ratatoeskr/translations/en.php index 2d61ad7..27374c6 100644 --- a/ratatoeskr/translations/en.php +++ b/ratatoeskr/translations/en.php @@ -262,6 +262,12 @@ $translation = array( "could_not_activate_plugin_api_incompat" => "Could not activate these plugins, because they are not / no longer compatible with your Ratatöskr-installation: [[PLUGINS]]", "plugins_incompat" => "These plugins are not / no longer compatible with your Ratatöskr -installation: [[PLUGINS]]", "could_not_initialize_repos" => "Setup is completed, but the default repositories could not be initalized.", + "debugmode" => "Debugmode", + "enabled" => "Enabled", + "disabled" => "Disabled", + "debugmode_might_get_overwritten_by_config_file" => "(this can be overwritten by config.php)", + "debugmode_now_enabled" => "Debugmode now enabled", + "debugmode_now_disabled" => "Debugmode now disabled", /* Very long texts here */ "linking_back_hint" => <<<LINKINGBACK <h2>Linking back</h2> |