From acf697cd1bbc2749460332bd45ab098a4e367382 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 1 Mar 2012 22:02:42 +0100 Subject: Debug now toggleable in backend; used new STE features. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- ratatoeskr/translations/de.php | 6 ++++++ ratatoeskr/translations/en.php | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'ratatoeskr/translations') 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" => <<Verlinken auf die Seitenwurzel 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" => <<Linking back -- cgit v1.2.3-54-g00ecf