From: quix0r Date: Thu, 29 Oct 2009 03:36:21 +0000 (+0000) Subject: Index and language fixes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=116bc6891bfacf8f2836aae80441a1d47d0d0c88;p=mailer.git Index and language fixes --- diff --git a/inc/language/bonus_de.php b/inc/language/bonus_de.php index 349effe354..fe04eb5c1a 100644 --- a/inc/language/bonus_de.php +++ b/inc/language/bonus_de.php @@ -125,12 +125,12 @@ addMessages(array( 'ADMIN_NO_NOTIFICATIONS' => "Keine Benachrichtigungen gefunden.", // Switches - 'ADMIN_BONUS_RALLYE_IS_ACTIVE' , "Ist die Aktiv-Rallye aktiv?", + 'ADMIN_BONUS_RALLYE_IS_ACTIVE' => "Ist die Aktiv-Rallye aktiv?", 'ADMIN_BONUS_RALLYE_LOGIN_INCLUDE' => "Login-Bonus in monatlicher Auswertung mit einschliessen?", 'ADMIN_BONUS_RALLYE_ORDER_INCLUDE' => "Mailbuchungsbonus in monatlicher Auswertung mit einschliessen?", 'ADMIN_BONUS_RALLYE_STATS_INCLUDE' => "Statistik-Bonus in monatlicher Auswertung mit einschliessen?", 'ADMIN_BONUS_RALLYE_CLICK_INCLUDE' => "Mailbestätigungsbonus in monatlicher Auswertung mit einschliessen?", - 'ADMIN_BONUS_RALLYE_REF_INCLUDE' , "Referal-Bonus in monatlicher Auswertung mit einschliessen?", + 'ADMIN_BONUS_RALLYE_REF_INCLUDE' => "Referal-Bonus in monatlicher Auswertung mit einschliessen?", // Header 'MEMBER_MAIL_BONUS_DETAILS_TITLE_1' => "Details zur Bonusmail ", diff --git a/inc/language/de.php b/inc/language/de.php index f82881b937..044f9408d4 100644 --- a/inc/language/de.php +++ b/inc/language/de.php @@ -948,11 +948,11 @@ addMessages(array( 'TASK_NO_TITLE' => "Aufgabe ohne SQL-Anweisungen", 'UNCONFIRMED_LOCKED' => "Anzahl zu best. Mails für Willkommensgutschrift", 'CONFIRMED_MAILS' => "Bereits best. Mails", - '_YEARS' , "Jahre", - '_MONTHS' , "Monate", - '_WEEKS' , "Wochen", - '_DAYS' , "Tage", - '_HOURS' , "Stunden", + '_YEARS' => "Jahre", + '_MONTHS' => "Monate", + '_WEEKS' => "Wochen", + '_DAYS' => "Tage", + '_HOURS' => "Stunden", '_MINUTES' => "Minuten", '_SECONDS' => "Sekunden", 'SORT_ASCENDING' => "Aufsteigend", diff --git a/inc/modules/admin/what-config_bonus.php b/inc/modules/admin/what-config_bonus.php index 406cefa1bd..3360eeb3d0 100644 --- a/inc/modules/admin/what-config_bonus.php +++ b/inc/modules/admin/what-config_bonus.php @@ -76,7 +76,7 @@ if (isFormSent()) { // Prepare contants for the template $content['login'] = translateComma(getConfig('login_bonus') , false); $content['turbo'] = translateComma(getConfig('turbo_bonus') , false); - $contentp['order'] = translateComma(getConfig('bonus_order') , false); + $content['order'] = translateComma(getConfig('bonus_order') , false); $content['ref'] = translateComma(getConfig('bonus_ref') , false); $content['stats'] = translateComma(getConfig('bonus_stats') , false); $content['notify'] = translateComma(getConfig('bonus_notify_points'), false); diff --git a/inc/modules/admin/what-config_points.php b/inc/modules/admin/what-config_points.php index d45ef8dc92..b8a62ba747 100644 --- a/inc/modules/admin/what-config_points.php +++ b/inc/modules/admin/what-config_points.php @@ -220,7 +220,7 @@ WHERE `mails_confirmed` < %s", $REF, $REF)); 'sw' => $SW, 'id' => $id, 'level' => $content['level'], - 'percents' => translateComma($contentp['percents']), + 'percents' => translateComma($content['percents']), ); // Load row template and switch color diff --git a/inc/modules/guest/what-mediadata.php b/inc/modules/guest/what-mediadata.php index 1cac00d558..b19c7203e4 100644 --- a/inc/modules/guest/what-mediadata.php +++ b/inc/modules/guest/what-mediadata.php @@ -304,7 +304,7 @@ $content['rowspan_points'] = $ROWS_POINTS; $content['rowspan_user'] = $ROWS_USER; // Patch timespamp -$contentp['patch_ctime'] = generateDateTime(getConfig('patch_ctime'), 2); +$content['patch_ctime'] = generateDateTime(getConfig('patch_ctime'), 2); // Load template loadTemplate('mediadata', false, $content); diff --git a/templates/de/html/admin/admin_config_bonus.tpl b/templates/de/html/admin/admin_config_bonus.tpl index 466879194b..a5f0761e56 100644 --- a/templates/de/html/admin/admin_config_bonus.tpl +++ b/templates/de/html/admin/admin_config_bonus.tpl @@ -43,8 +43,8 @@   -  {--YES--}
-  {--NO--} +  {--YES--}
+  {--NO--} @@ -59,8 +59,8 @@   -  {--YES--}
-  {--NO--} +  {--YES--}
+  {--NO--} @@ -75,8 +75,8 @@   -  {--YES--}
-  {--NO--} +  {--YES--}
+  {--NO--} @@ -91,8 +91,8 @@   -  {--YES--}
-  {--NO--} +  {--YES--}
+  {--NO--} @@ -107,8 +107,8 @@   -  {--YES--}
-  {--NO--} +  {--YES--}
+  {--NO--} @@ -129,7 +129,7 @@   -
({?POINTS?})
+ ({?POINTS?}) @@ -142,7 +142,7 @@   -
({?POINTS?})
+ ({?POINTS?}) @@ -155,7 +155,7 @@   -
({?POINTS?})
+ ({?POINTS?}) @@ -168,7 +168,7 @@   -
({?POINTS?})
+ ({?POINTS?}) @@ -187,7 +187,7 @@   -
({?POINTS?})
+ ({?POINTS?}) @@ -314,8 +314,8 @@   -  {--YES--}
-  {--NO--} +  {--YES--}
+  {--NO--} @@ -328,7 +328,7 @@   -
({?POINTS?})
+ ({?POINTS?})