Skip to content

Commit

Permalink
! Attempting to fix the link to the installer deletion process. Dunno…
Browse files Browse the repository at this point in the history
… if it'll work, honestly... But I'm hoping so? (Install.*.php)
  • Loading branch information
Nao committed Jan 25, 2015
1 parent 7aea4d5 commit 5f79987
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Install.english.php
Expand Up @@ -18,7 +18,7 @@
$txt['congratulations'] = 'Congratulations, the installation process is complete!';
$txt['congratulations_help'] = 'If at any time you need support, or Wedge fails to work properly, please remember that <a href="http://wedge.org/" target="_blank">help is available</a> if you need it.';
$txt['still_writable'] = 'Your installation directory is still writable. It\'s a good idea to chmod it so that it is not writable for security reasons.';
$txt['delete_installer'] = 'Click here to delete this install.php file now.';
$txt['delete_installer'] = 'Click here to delete the installer now.';
$txt['delete_installer_maybe'] = '<em>(Doesn\'t work on all servers!)</em>';
$txt['go_to_your_forum'] = 'Now you can see <a href="%1$s">your newly installed forum</a> and begin to use it. You should first make sure you are logged in, after which you will be able to access the administration center.';
$txt['good_luck'] = 'Good luck!<br>The Wedge Team.';
Expand Down Expand Up @@ -90,7 +90,7 @@
$txt['install_settings_compress'] = 'Gzip Output';
$txt['install_settings_compress_title'] = 'Compress output to save bandwidth.';
// In this string, you can translate 'pass_string' to change what it says when the test passes. Ensure that the sentence is URL-encoded like below.
$txt['install_settings_compress_info'] = 'This feature does not work properly on all servers, but can save you a lot of bandwidth.<br>Click <a href="install.php?obgz=1&amp;pass_string=This%20feature%20is%20available!" onclick="return reqWin(this, 200);" target="_blank">here</a> to test it. If it says "<strong>This feature is available</strong>", you\'re good to go.';
$txt['install_settings_compress_info'] = 'This feature does not work properly on all servers, but can save you a lot of bandwidth.<br>Click <a href="index.php?obgz=1&amp;pass_string=This%20feature%20is%20available!" onclick="return reqWin(this, 200);" target="_blank">here</a> to test it. If it says "<strong>This feature is available</strong>", you\'re good to go.';
$txt['install_settings_dbsession'] = 'Database Sessions';
$txt['install_settings_dbsession_title'] = 'Use the database for sessions instead of using files.';
$txt['install_settings_dbsession_info1'] = 'This feature is almost always for the best, as it makes sessions more dependable.';
Expand Down
2 changes: 1 addition & 1 deletion french/Install.french.php
Expand Up @@ -90,7 +90,7 @@
$txt['install_settings_compress'] = 'Compression Gzip';
$txt['install_settings_compress_title'] = 'Compresser les données envoyées afin d\'économiser la bande passante.';
// In this string, you can translate 'pass_string' to change what it says when the test passes. Ensure that the sentence is URL-encoded like below.
$txt['install_settings_compress_info'] = 'Cette fonction ne fonctionne pas sur tous les serveurs, mais peut contribuer à économiser énormément la bande passante.<br>Cliquez <a href="install.php?obgz=1&amp;pass_string=Fonction%20disponible%20!" onclick="return reqWin(this, 200);" target="_blank">ici</a> pour tester. Si le lien vous répond "<strong>Fonction disponible</strong>", c\'est que c\'est bon.';
$txt['install_settings_compress_info'] = 'Cette fonction ne fonctionne pas sur tous les serveurs, mais peut contribuer à économiser énormément la bande passante.<br>Cliquez <a href="index.php?obgz=1&amp;pass_string=Fonction%20disponible%20!" onclick="return reqWin(this, 200);" target="_blank">ici</a> pour tester. Si le lien vous répond "<strong>Fonction disponible</strong>", c\'est que c\'est bon.';
$txt['install_settings_dbsession'] = 'Stockage des sessions';
$txt['install_settings_dbsession_title'] = 'Utiliser la base de données pour stocker les sessions plutôt que d\'utiliser des fichiers.';
$txt['install_settings_dbsession_info1'] = 'Cette fonction est une bonne solution la plupart du temps, rendant ainsi les sessions plus dépendantes du forum.';
Expand Down
2 changes: 1 addition & 1 deletion german/Install.german.php
Expand Up @@ -90,7 +90,7 @@
$txt['install_settings_compress'] = 'Ausgabe mit Gzip komprimieren';
$txt['install_settings_compress_title'] = 'Ausgabe mit Gzip komprimieren um Bandbreite zu sparen.';
// In this string, you can translate 'pass_string' to change what it says when the test passes. Ensure that the sentence is URL-encoded like below.
$txt['install_settings_compress_info'] = 'Diese Funktion ist nicht auf allen Servern verfügbar. Aber kann dir eine Menge Bandbreite ersparen.<br>Klicke <a href="install.php?obgz=1&amp;pass_string=This%20feature%20is%20available!" onclick="return reqWin(this, 200);" target="_blank">hier</a> um zu testen, ob dein Server diese Funktion unterstützt. Sollte die Anzeige: "<strong>Diese Funktion ist verfügbar</strong>" anzeigen, kannst du fortfahren.';
$txt['install_settings_compress_info'] = 'Diese Funktion ist nicht auf allen Servern verfügbar. Aber kann dir eine Menge Bandbreite ersparen.<br>Klicke <a href="index.php?obgz=1&amp;pass_string=This%20feature%20is%20available!" onclick="return reqWin(this, 200);" target="_blank">hier</a> um zu testen, ob dein Server diese Funktion unterstützt. Sollte die Anzeige: "<strong>Diese Funktion ist verfügbar</strong>" anzeigen, kannst du fortfahren.';
$txt['install_settings_dbsession'] = 'Datenbank-Sitzungen';
$txt['install_settings_dbsession_title'] = 'Verwende die Datenbank für Sitzungen statt Dateien.';
$txt['install_settings_dbsession_info1'] = 'Diese Funktion ist in den meisten Fällen die beste Entscheidung, da sie die Sitzungen zuverlässiger verwendet.';
Expand Down

0 comments on commit 5f79987

Please sign in to comment.