Skip to content

Commit

Permalink
- And path strings removal should be finished, yay! (Admin, Errors, M…
Browse files Browse the repository at this point in the history
…anageSettings)

Signed-off-by: Nao <nao@wedge>
  • Loading branch information
Nao committed Mar 20, 2014
1 parent bd1bed7 commit e0f0799
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion Admin.english.php
Expand Up @@ -461,7 +461,6 @@

$txt['general_settings'] = 'General';
$txt['database_settings'] = 'Database';
$txt['path_settings'] = 'Paths';
$txt['cookies_sessions_settings'] = 'Cookies and Sessions';
$txt['caching_settings'] = 'Caching';
$txt['load_balancing_settings'] = 'Load Balancing';
Expand Down
1 change: 0 additions & 1 deletion Errors.english.php
Expand Up @@ -132,7 +132,6 @@
$txt['cannot_who_view'] = 'Sorry - you don\'t have the proper permissions to view the Who\'s Online list.';
$txt['stats_not_available'] = 'The forum statistics are not available.';

$txt['theme_dir_wrong'] = 'The default theme\'s directory is wrong, please correct it by clicking this text.';
$txt['registration_disabled'] = 'Sorry, registration is currently disabled.';
$txt['registration_no_secret_question'] = 'Sorry, there is no secret question set for this member.';
$txt['poll_range_error'] = 'Sorry, the poll must run for more than 0 days.';
Expand Down
3 changes: 0 additions & 3 deletions ManageSettings.english.php
Expand Up @@ -116,9 +116,6 @@
$txt['likes_own_posts'] = 'Users can like their own posts';

$txt['boardurl'] = 'Forum URL';
$txt['theme_dir'] = 'Path to HTML templates';
$txt['theme_url'] = 'URL to HTML templates';
$txt['images_url'] = 'URL to assets folder';

$txt['caching_information'] = '<div class="center" style="font-weight: bold; text-decoration: underline">Important! Read this first before enabling these features.</div><br>
Wedge supports caching through the use of accelerators. The currently supported accelerators include:<br>
Expand Down
1 change: 0 additions & 1 deletion french/Admin.french.php
Expand Up @@ -461,7 +461,6 @@

$txt['general_settings'] = 'Paramètres';
$txt['database_settings'] = 'Base de données';
$txt['path_settings'] = 'Chemins';
$txt['cookies_sessions_settings'] = 'Cookies et Sessions';
$txt['caching_settings'] = 'Configuration du Cache';
$txt['load_balancing_settings'] = 'Répartition de Charge';
Expand Down
1 change: 0 additions & 1 deletion french/Errors.french.php
Expand Up @@ -132,7 +132,6 @@
$txt['cannot_who_view'] = 'Désolé - vous n\'avez pas les permissions nécessaires pour voir la liste des membres en ligne.';
$txt['stats_not_available'] = 'Les statistiques du forum sont désactivées.';

$txt['theme_dir_wrong'] = 'Le répertoire du thème par défaut est erroné, veuillez le corriger en cliquant sur ce texte.';
$txt['registration_disabled'] = 'Désolé, l\'inscription est désactivée actuellement.';
$txt['registration_no_secret_question'] = 'Désolé, il n\'y a aucune question secrète programmée par ce membre.';
$txt['poll_range_error'] = 'Désolé, le sondage doit être validé pour plus de 0 jour.';
Expand Down
3 changes: 0 additions & 3 deletions french/ManageSettings.french.php
Expand Up @@ -116,9 +116,6 @@
$txt['likes_own_posts'] = 'Les utilisateurs peuvent aimer leurs propres messages';

$txt['boardurl'] = 'URL (adresse web) du forum';
$txt['theme_dir'] = 'Chemin vers le dossier des modèles HTML';
$txt['theme_url'] = 'URL du dossier des modèles HTML';
$txt['images_url'] = 'URL du dossier assets (images)';

$txt['caching_information'] = '<div class="center" style="font-weight: bold; text-decoration: underline">Important&#8239;! Veuillez lire ce qui suit avant d\'activer ces options.</div><br>
Wedge peut mettre des données en cache en utilisant des accélérateurs. Les accélérateurs actuellement supportés sont les suivants&#8239;:<br>
Expand Down
1 change: 0 additions & 1 deletion german/Admin.german.php
Expand Up @@ -462,7 +462,6 @@

$txt['general_settings'] = 'Grundeinstellungen';
$txt['database_settings'] = 'Datenbank';
$txt['path_settings'] = 'Pfade';
$txt['cookies_sessions_settings'] = 'Cookies und Sitzungen';
$txt['caching_settings'] = 'Caching';
$txt['load_balancing_settings'] = 'Load-Balancing';
Expand Down
1 change: 0 additions & 1 deletion german/Errors.german.php
Expand Up @@ -132,7 +132,6 @@
$txt['cannot_who_view'] = 'Sorry - dir fehlt die Berechtigung die Online-Liste anzuschauen.';
$txt['stats_not_available'] = 'Die Forenstatistiken sind zur Zeit nicht verfügbar.';

$txt['theme_dir_wrong'] = 'Das Standard-Theme Verzeichnis ist verkehrt. Bitte durch Klick auf diesem Text korrigieren.';
$txt['registration_disabled'] = 'Sorry, Registrierungen sind zur Zeit leider nicht möglich.';
$txt['registration_no_secret_question'] = 'Sorry, es gibt keine geheime Frage für dieses Mitglied.';
$txt['poll_range_error'] = 'Sorry, die Umfrage muss länger als 0 Tage dauern.';
Expand Down
3 changes: 0 additions & 3 deletions german/ManageSettings.german.php
Expand Up @@ -116,9 +116,6 @@
$txt['likes_own_posts'] = 'Mitglieder dürfen ihre eigenen Beiträge liken';

$txt['boardurl'] = 'Forum URL';
$txt['theme_dir'] = 'Das Verzeichnis dieses Themes';
$txt['theme_url'] = 'Die URL dieses Themes';
$txt['images_url'] = 'Die Bild-URL dieses Themes';

$txt['caching_information'] = '<div class="center" style="font-weight: bold; text-decoration: underline">Wichtig! Vor der Aktivierung dieser Funktionen bitte gründlich lesen.</div><br>
Wedge unterstützt das Caching durch verschiedene Beschleuniger (OPC). Die zur Zeit unterstützen Beschleuniger:<br>
Expand Down

0 comments on commit e0f0799

Please sign in to comment.