diff --git a/modules/setup/application/views/scripts/form/setup-modules.phtml b/modules/setup/application/views/scripts/form/setup-modules.phtml index a352803d7..304aad9b8 100644 --- a/modules/setup/application/views/scripts/form/setup-modules.phtml +++ b/modules/setup/application/views/scripts/form/setup-modules.phtml @@ -4,8 +4,8 @@ use Icinga\Web\Wizard; ?>
-

-

+

translate('The following modules can be set up by using a web-based wizard as well. To setup a module, just complete its wizard and advance to the summary!'); ?>

+

translate('You can freely switch to a module\'s wizard by clicking its name below. The wizard you are currently looking at is written in bold. A small tick is shown on the right once a wizard has been completed.'); ?>

getElement($form->getTokenElementName()); ?> getElement($form->getUidElementName()); ?> @@ -19,7 +19,7 @@ use Icinga\Web\Wizard; ' : '' ?>getTitle(); ?>' : '' ?> getSetupWizard()->isFinished()): ?> - icon('ok', mt('setup', 'Completed', 'setup.modules.wizard.state')); ?> + icon('ok', $this->translate('Completed', 'setup.modules.wizard.state')); ?> @@ -29,9 +29,9 @@ use Icinga\Web\Wizard;
-

+

translate('You\'ve completed all module wizards!'); ?>

-

+

translate('Note that you can skip a specific module by just not completing its wizard.'); ?>

diff --git a/modules/setup/application/views/scripts/form/setup-requirements.phtml b/modules/setup/application/views/scripts/form/setup-requirements.phtml index ca2556b95..09d337a02 100644 --- a/modules/setup/application/views/scripts/form/setup-requirements.phtml +++ b/modules/setup/application/views/scripts/form/setup-requirements.phtml @@ -22,7 +22,7 @@ $requirements = $form->getRequirements();
- + translate('Refresh'); ?>
diff --git a/modules/setup/application/views/scripts/form/setup-summary.phtml b/modules/setup/application/views/scripts/form/setup-summary.phtml index 714416833..fa354feb5 100644 --- a/modules/setup/application/views/scripts/form/setup-summary.phtml +++ b/modules/setup/application/views/scripts/form/setup-summary.phtml @@ -4,8 +4,7 @@ use Icinga\Web\Wizard; ?>

translate( 'The wizard is now complete. You can review the changes supposed to be made before setting up %1$s.' . ' Make sure that everything is correct (Feel free to navigate back to make any corrections!) so' . ' that you can start using %1$s right after it has successfully been set up.' diff --git a/modules/setup/application/views/scripts/form/setup-welcome.phtml b/modules/setup/application/views/scripts/form/setup-welcome.phtml index 8d3ba67c5..aa51ffba6 100644 --- a/modules/setup/application/views/scripts/form/setup-welcome.phtml +++ b/modules/setup/application/views/scripts/form/setup-welcome.phtml @@ -11,16 +11,14 @@ $cliPath = realpath(Icinga::app()->getApplicationDir() . '/../bin/icingacli'); ?>

-

+

translate('Welcome to the configuration of Icinga Web 2!') ?>

-

translate( 'You\'ve already completed the configuration of Icinga Web 2. Note that most of your configuration' . ' files will be overwritten in case you\'ll re-configure Icinga Web 2 using this wizard!' ); ?>

-

translate( 'This wizard will guide you through the configuration of Icinga Web 2. Once completed and successfully' . ' finished you are able to log in and to explore all the new and stunning features!' ); ?>

@@ -39,23 +37,22 @@ $cliPath = realpath(Icinga::app()->getApplicationDir() . '/../bin/icingacli');

translate( 'To run this wizard a user needs to authenticate using a token which is usually' . ' provided to him by an administrator who\'d followed the instructions below.' ); ?>

-

+

translate('If you\'ve got the IcingaCLI installed you can do the following:'); ?>

setup config directory --group ; setup token create;
-

+

translate('In case the IcingaCLI is missing you can create the token manually:'); ?>

su -c "mkdir -m 2770 ; head -c 12 /dev/urandom | base64 | tee ; chmod 0660 ;";

' . mt('setup', 'Icinga Web 2 documentation') . '' // TODO: Add link to iw2 docs which points to the installation topic + $this->translate('Please see the %s for an extensive description on how to access and use this wizard.'), + '' . $this->translate('Icinga Web 2 documentation') . '' // TODO: Add link to iw2 docs which points to the installation topic ); ?>

diff --git a/modules/setup/application/views/scripts/index/index.phtml b/modules/setup/application/views/scripts/index/index.phtml index 1c614a0a6..d12343d5b 100644 --- a/modules/setup/application/views/scripts/index/index.phtml +++ b/modules/setup/application/views/scripts/index/index.phtml @@ -30,7 +30,7 @@ if ($notifications->hasMessages()) { img('img/logo_icinga_big.png'); ?>
-

+

translate('Welcome', 'setup.progress'); ?>

0 ? 'complete' : ( $maxProgress > 0 ? 'visited' : 'active' ); ?> @@ -54,7 +54,7 @@ if ($notifications->hasMessages()) {
-

+

translate('Requirements', 'setup.progress'); ?>

2 ? ' complete' : ( $maxProgress > 2 ? ' visited' : ( $currentPos === 2 ? ' active' : '' @@ -67,7 +67,7 @@ if ($notifications->hasMessages()) {
-

+

translate('Configuration', 'setup.progress'); ?>

hasMessages()) {
-

+

translate('Finish', 'setup.progress'); ?>

diff --git a/modules/setup/application/views/scripts/index/parts/finish.phtml b/modules/setup/application/views/scripts/index/parts/finish.phtml index 94217017d..e695d72ce 100644 --- a/modules/setup/application/views/scripts/index/parts/finish.phtml +++ b/modules/setup/application/views/scripts/index/parts/finish.phtml @@ -11,16 +11,16 @@ -

+

translate('Congratulations! Icinga Web 2 has been successfully set up.'); ?>

-

+

translate('Sorry! Failed to set up Icinga Web 2 successfully.'); ?>

\ No newline at end of file