[geeklog-cvs] geeklog: Fixed 'undefined index' error in $LANG_VALIDATION

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Apr 28 13:43:52 EDT 2011


changeset 8257:52da138843fb
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/52da138843fb
user: Rouslan Placella <rouslan at placella.com>
date: Thu Apr 28 18:43:24 2011 +0100
description:
Fixed 'undefined index' error in $LANG_VALIDATION

diffstat:

 language/afrikaans.php                 |  3 +--
 language/afrikaans_utf-8.php           |  3 +--
 language/bosnian.php                   |  3 +--
 language/bosnian_utf-8.php             |  3 +--
 language/bulgarian.php                 |  3 +--
 language/bulgarian_utf-8.php           |  3 +--
 language/catalan.php                   |  3 +--
 language/catalan_utf-8.php             |  3 +--
 language/chinese_simplified_utf-8.php  |  3 +--
 language/chinese_traditional_utf-8.php |  3 +--
 language/croatian.php                  |  3 +--
 language/croatian_utf-8.php            |  3 +--
 language/czech.php                     |  3 +--
 language/czech_utf-8.php               |  3 +--
 language/danish.php                    |  3 +--
 language/danish_utf-8.php              |  3 +--
 language/dutch.php                     |  3 +--
 language/dutch_utf-8.php               |  3 +--
 language/english.php                   |  2 +-
 language/english_utf-8.php             |  2 +-
 language/estonian.php                  |  3 +--
 language/estonian_utf-8.php            |  3 +--
 language/farsi_utf-8.php               |  3 +--
 language/finnish.php                   |  3 +--
 language/finnish_utf-8.php             |  3 +--
 language/french_canada.php             |  3 +--
 language/french_canada_utf-8.php       |  3 +--
 language/french_france.php             |  3 +--
 language/french_france_utf-8.php       |  3 +--
 language/german.php                    |  3 +--
 language/german_formal.php             |  3 +--
 language/german_formal_utf-8.php       |  3 +--
 language/german_utf-8.php              |  3 +--
 language/hebrew_utf-8.php              |  3 +--
 language/hellenic.php                  |  3 +--
 language/hellenic_utf-8.php            |  3 +--
 language/indonesian.php                |  3 +--
 language/indonesian_utf-8.php          |  3 +--
 language/italian.php                   |  3 +--
 language/italian_utf-8.php             |  3 +--
 language/japanese_utf-8.php            |  3 +--
 language/korean.php                    |  3 +--
 language/korean_utf-8.php              |  3 +--
 language/norwegian.php                 |  3 +--
 language/norwegian_utf-8.php           |  3 +--
 language/polish.php                    |  3 +--
 language/polish_utf-8.php              |  3 +--
 language/portuguese.php                |  3 +--
 language/portuguese_brazil.php         |  3 +--
 language/portuguese_brazil_utf-8.php   |  3 +--
 language/portuguese_utf-8.php          |  3 +--
 language/romanian.php                  |  3 +--
 language/romanian_utf-8.php            |  3 +--
 language/russian.php                   |  3 +--
 language/russian_utf-8.php             |  3 +--
 language/serbian.php                   |  3 +--
 language/serbian_utf-8.php             |  3 +--
 language/slovak.php                    |  3 +--
 language/slovak_utf-8.php              |  3 +--
 language/slovenian.php                 |  3 +--
 language/slovenian_utf-8.php           |  3 +--
 language/spanish.php                   |  3 +--
 language/spanish_argentina.php         |  3 +--
 language/spanish_argentina_utf-8.php   |  3 +--
 language/spanish_utf-8.php             |  3 +--
 language/swedish.php                   |  3 +--
 language/swedish_utf-8.php             |  3 +--
 language/turkish.php                   |  3 +--
 language/turkish_utf-8.php             |  3 +--
 language/ukrainian.php                 |  3 +--
 language/ukrainian_koi8-u.php          |  3 +--
 language/ukrainian_utf-8.php           |  3 +--
 72 files changed, 72 insertions(+), 142 deletions(-)

diffs (truncated from 934 to 300 lines):

diff -r cedcb0ec389d -r 52da138843fb language/afrikaans.php
--- a/language/afrikaans.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/afrikaans.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2116,8 +2116,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/afrikaans_utf-8.php
--- a/language/afrikaans_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/afrikaans_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2116,8 +2116,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/bosnian.php
--- a/language/bosnian.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/bosnian.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2120,8 +2120,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/bosnian_utf-8.php
--- a/language/bosnian_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/bosnian_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2120,8 +2120,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/bulgarian.php
--- a/language/bulgarian.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/bulgarian.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2116,8 +2116,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/bulgarian_utf-8.php
--- a/language/bulgarian_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/bulgarian_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2116,8 +2116,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/catalan.php
--- a/language/catalan.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/catalan.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2114,8 +2114,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/catalan_utf-8.php
--- a/language/catalan_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/catalan_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2114,8 +2114,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/chinese_simplified_utf-8.php
--- a/language/chinese_simplified_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/chinese_simplified_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2119,8 +2119,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/chinese_traditional_utf-8.php
--- a/language/chinese_traditional_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/chinese_traditional_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2119,8 +2119,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/croatian.php
--- a/language/croatian.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/croatian.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2116,8 +2116,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/croatian_utf-8.php
--- a/language/croatian_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/croatian_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2118,8 +2118,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/czech.php
--- a/language/czech.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/czech.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2115,8 +2115,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/czech_utf-8.php
--- a/language/czech_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/czech_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2115,8 +2115,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/danish.php
--- a/language/danish.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/danish.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2115,8 +2115,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/danish_utf-8.php
--- a/language/danish_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/danish_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2115,8 +2115,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/dutch.php
--- a/language/dutch.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/dutch.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2122,8 +2122,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/dutch_utf-8.php
--- a/language/dutch_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/dutch_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2122,8 +2122,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/english.php
--- a/language/english.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/english.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2127,7 +2127,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    'between', 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/english_utf-8.php
--- a/language/english_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/english_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2127,7 +2127,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    'between', 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/estonian.php
--- a/language/estonian.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/estonian.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2117,8 +2117,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/estonian_utf-8.php
--- a/language/estonian_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/estonian_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2117,8 +2117,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/farsi_utf-8.php
--- a/language/farsi_utf-8.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/farsi_utf-8.php	Thu Apr 28 18:43:24 2011 +0100
@@ -2104,8 +2104,7 @@
     'default' => 'This field contains an invalid value',
     'notEmpty' => 'This field cannot be empty',
     'alphaNumeric' => 'This field must be in alpha numeric',
-    0 => 'between',
-    1 => 'This field must be in specified range',
+    'between' => 'This field must be in specified range',
     'blank' => 'This field must be blank',
     'comparison' => 'This field does not match the comparison operation',
     'date' => 'This field must be in date format',
diff -r cedcb0ec389d -r 52da138843fb language/finnish.php
--- a/language/finnish.php	Thu Apr 28 12:18:32 2011 -0400
+++ b/language/finnish.php	Thu Apr 28 18:43:24 2011 +0100



More information about the geeklog-cvs mailing list