From a940213bc467fce611854002e15b05fef5a0d3c8 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Tue, 28 Feb 2012 00:29:50 +0100 Subject: Default repositories will be configured during setup now. Also: Beta 2 --- ratatoeskr/templates/src/systemtemplates/backend_login.html | 2 +- ratatoeskr/templates/src/systemtemplates/master.html | 2 +- ratatoeskr/templates/src/systemtemplates/setup_done.html | 5 +++++ ratatoeskr/translations/de.php | 1 + ratatoeskr/translations/en.php | 1 + 5 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ratatoeskr/templates/src/systemtemplates/backend_login.html b/ratatoeskr/templates/src/systemtemplates/backend_login.html index 128c9e7..bf7c1fc 100755 --- a/ratatoeskr/templates/src/systemtemplates/backend_login.html +++ b/ratatoeskr/templates/src/systemtemplates/backend_login.html @@ -9,7 +9,7 @@
-
Ratatöskr::Noctilucent clouds (v. 0.1 β)
+
Ratatöskr::Noctilucent clouds (v. 0.1 β 2)

diff --git a/ratatoeskr/templates/src/systemtemplates/master.html b/ratatoeskr/templates/src/systemtemplates/master.html index 93cdd97..793803e 100755 --- a/ratatoeskr/templates/src/systemtemplates/master.html +++ b/ratatoeskr/templates/src/systemtemplates/master.html @@ -31,7 +31,7 @@
- Ratatöskr::Noctilucent clouds (v. 0.1 β) + Ratatöskr::Noctilucent clouds (v. 0.1 β 2) $user[name] | diff --git a/ratatoeskr/templates/src/systemtemplates/setup_done.html b/ratatoeskr/templates/src/systemtemplates/setup_done.html index e21efca..c79a212 100644 --- a/ratatoeskr/templates/src/systemtemplates/setup_done.html +++ b/ratatoeskr/templates/src/systemtemplates/setup_done.html @@ -1,5 +1,10 @@ + $notice + +
$notice
+
+

diff --git a/ratatoeskr/translations/de.php b/ratatoeskr/translations/de.php index 3629ce1..bc18a03 100644 --- a/ratatoeskr/translations/de.php +++ b/ratatoeskr/translations/de.php @@ -261,6 +261,7 @@ $translation = array( "enforce" => "Erzwingen", "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.", /* Very long texts here */ "linking_back_hint" => <<Verlinken auf die Seitenwurzel diff --git a/ratatoeskr/translations/en.php b/ratatoeskr/translations/en.php index 671a909..2d61ad7 100644 --- a/ratatoeskr/translations/en.php +++ b/ratatoeskr/translations/en.php @@ -261,6 +261,7 @@ $translation = array( "enforce" => "Enforce", "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.", /* Very long texts here */ "linking_back_hint" => <<Linking back -- cgit v1.2.3-54-g00ecf