diff --git a/Help.english.php b/Help.english.php index ffeed36..cfac736 100644 --- a/Help.english.php +++ b/Help.english.php @@ -290,8 +290,6 @@

If bandwidth is not an issue, you may want to serve it from your website, where it will be compressed along with other scripts. This will ensure that jQuery is always available, as long as your website is up. Make sure to use a CDN if your server doesn\'t have the zlib library up and running (which most servers will have anyway), otherwise you\'ll be serving a really big file...'; -$txt['help_disableTemplateEval'] = 'By default, templates are included directly, rather than evaluated. Evaluating helps with showing more useful debug information in case a template contains an error.

- On large forums however, this customized inclusion process may be significantly slower. Therefore, advanced users may wish to disable it.'; $txt['help_db_show_debug'] = 'Enables query debugging features. This is very useful for debugging purposes, and the debug query information is shown at the bottom of each page when this setting is enabled.

The following items are displayed: diff --git a/ManageSettings.english.php b/ManageSettings.english.php index 1c58565..42c3dfe 100644 --- a/ManageSettings.english.php +++ b/ManageSettings.english.php @@ -26,7 +26,6 @@ $txt['jquery_jquery'] = 'jQuery CDN'; $txt['jquery_google'] = 'Google CDN'; $txt['jquery_microsoft'] = 'Microsoft CDN'; -$txt['disableTemplateEval'] = 'Disable evaluation of templates'; $txt['db_show_debug'] = 'Show debug information'; $txt['db_show_debug_who'] = 'Show debug information to which users:'; $txt['db_show_debug_who_log'] = 'Show debug query log to which users:'; diff --git a/english-uk/Help.english-uk.php b/english-uk/Help.english-uk.php index 9f892c8..073240f 100644 --- a/english-uk/Help.english-uk.php +++ b/english-uk/Help.english-uk.php @@ -56,9 +56,6 @@ $txt['help_disableCustomPerPage'] = 'Tick this option to stop users from customising the amount of messages and topics to display per page on the Message Index and Topic Display page respectively.'; -$txt['help_disableTemplateEval'] = 'By default, templates are included directly, rather than evaluated. Evaluating helps with showing more useful debug information in case a template contains an error.

- On large forums however, this customised inclusion process may be significantly slower. Therefore, advanced users may wish to disable it.'; - $txt['help_attachment_image_paranoid'] = 'Selecting this option will enable very strict security checks on image attachments. Warning! These extensive checks can fail on valid images too. It is strongly recommended to only use this option together with image re-encoding, in order to have Wedge try to resample the images which fail the security checks: if successful, they will be sanitised and uploaded. Otherwise, if image re-encoding is not enabled, all attachments failing checks will be rejected.'; $txt['help_avatar_paranoid'] = 'Selecting this option will enable very strict security checks on avatars. Warning! These extensive checks can fail on valid images too. It is strongly recommended to only use this option together with avatars re-encoding, in order to have Wedge try to resample the images which fail the security checks: if successful, they will be sanitised and uploaded. Otherwise, if re-encoding of avatars is not enabled, all avatars failing checks will be rejected.'; diff --git a/french/Help.french.php b/french/Help.french.php index 817e4ce..d9a9ecf 100644 --- a/french/Help.french.php +++ b/french/Help.french.php @@ -282,8 +282,6 @@

Si la bande passante n\'est pas un problème, vous pouvez aussi charger jQuery à partir de votre site, ce qui permet de vous assurer que le script sera toujours disponible, et en passant de le compresser en même temps que script.js. Attention, si votre serveur ne dispose pas de la librairie zlib (ce qui est peu probable heureusement), passez impérativement par un CDN pour éviter de servir un jQuery non compressé !'; -$txt['help_disableTemplateEval'] = 'Par défaut, les modèles de thème sont simplement inclus au lieu d\'être évalués. L\'évaluation permet d\'afficher plus d\'informations en cas d\'erreur du traitement.

- Toutefois, sur des forums de grande taille, ce processus peut ralentir sensiblement le traitement. Il leur est donc recommandé de le laisser désactivé.'; $txt['help_db_show_debug'] = 'Active les fonctionnalités de débogage des requêtes, très utiles pour repérer les erreurs. Les informations sont montrées à la fin de chaque page quand cette option est activée.

Les éléments suivants sont affichés : diff --git a/french/ManageSettings.french.php b/french/ManageSettings.french.php index fc4335a..cdaade5 100644 --- a/french/ManageSettings.french.php +++ b/french/ManageSettings.french.php @@ -26,7 +26,6 @@ $txt['jquery_jquery'] = 'Par le réseau de jQuery'; $txt['jquery_google'] = 'Par le réseau de Google'; $txt['jquery_microsoft'] = 'Par le réseau de Microsoft'; -$txt['disableTemplateEval'] = 'Désactiver l\'évaluation des modèles (templates)'; $txt['db_show_debug'] = 'Montrer les informations de débogage'; $txt['db_show_debug_who'] = 'Montrer les informations de débogage à ces utilisateurs :'; $txt['db_show_debug_who_log'] = 'Montrer la liste des requêtes SQL exécutées à ces utilisateurs :'; diff --git a/french/index.french.php b/french/index.french.php index b86b5fa..278b8ca 100644 --- a/french/index.french.php +++ b/french/index.french.php @@ -64,7 +64,7 @@ $txt['remove'] = 'Enlever'; $txt['start_new_topic'] = 'Nouveau sujet'; -$txt['login'] = 'Identifiez-vous'; +$txt['login'] = 'Connexion'; // Use numeric entities in the below string. $txt['username'] = 'Identifiant'; $txt['password'] = 'Mot de passe'; @@ -114,7 +114,7 @@ $txt['total'] = 'Total'; $txt['posts_made'] = 'Messages'; $txt['website'] = 'Site Web'; -$txt['register'] = 'Inscrivez-vous'; +$txt['register'] = 'Inscription'; $txt['warning_status'] = 'Niveau de sanction'; $txt['user_warn_warned'] = 'L\'utilisateur a reçu un avertissement'; $txt['user_warn_moderate'] = 'Les messages de l\'utilisateur doivent être approuvés avant publication'; diff --git a/german/Help.german.php b/german/Help.german.php index 41cd921..5034d67 100644 --- a/german/Help.german.php +++ b/german/Help.german.php @@ -267,9 +267,6 @@

Sollte Bandbreite keine Rolle spielen, kann die Datei von deinem eigenen Server ausgeliefert werden, wo es zusätzlich noch mit anderen Dateien komprimiert wird. Dies stellt sicher, dass jQuery immer verfügbar ist, sofern deine Webseite online ist. Verwende unbedingt ein CDN, wenn dein Server nicht auf die zlib Bibliothek zurückgreifen kann. Andernfalls wirst du eine sehr große Datei ausliefern...'; -$txt['help_disableTemplateEval'] = 'Standardmäßig werden Vorlagen (Templates) verarbeitet statt nur inkludiert. Dieses hilft dabei, Debug Informationen anzuzeigen, wenn das Template einen Fehler enthält.
-
-Bei großen Foren kann dieser Inkludierungs-Prozess wesentlich mehr Zeit in Anspruch nehmen. Deshalb sollten erfahrene Benutzer diese Funktion eventuell deaktivieren.'; $txt['help_db_show_debug'] = 'Aktiviert das Debugging für Abfragen. Sehr nützlich, wenn man Fehler finden möchte. Die Ausgabe erscheint unterhalb der Seite, wenn diese FUnktion aktiviert ist

Die folgenden Punkte werden angezeigt: