[geeklog-cvs] geeklog: Removed '(hard-coded in theme)' option - doesn't make s...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 22 05:53:30 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/fa9ae71649c2
changeset: 6849:fa9ae71649c2
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Mar 22 09:05:08 2009 +0100
description:
Removed '(hard-coded in theme)' option - doesn't make sense

diffstat:

6 files changed, 6 insertions(+), 6 deletions(-)
language/english.php             |    2 +-
language/english_utf-8.php       |    2 +-
language/german.php              |    2 +-
language/german_formal.php       |    2 +-
language/german_formal_utf-8.php |    2 +-
language/german_utf-8.php        |    2 +-

diffs (72 lines):

diff -r b68c7068c056 -r fa9ae71649c2 language/english.php
--- a/language/english.php	Sat Mar 21 23:32:53 2009 +0100
+++ b/language/english.php	Sun Mar 22 09:05:08 2009 +0100
@@ -1891,7 +1891,7 @@
     18 => array('Disabled' => 0, 'Enabled (Exact Match)' => 1, 'Enabled (Word Beginning)' => 2, 'Enabled (Word Fragment)' => 3),
     19 => array('Google' => 'google', 'Table' => 'table'),
     20 => array('Exact Phrase' => 'phrase', 'All of The Words' => 'all', 'Any of The Words' => 'any'),
-    21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict', '(hard-coded in theme)' => '')
+    21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict')
 );
 
 ?>
diff -r b68c7068c056 -r fa9ae71649c2 language/english_utf-8.php
--- a/language/english_utf-8.php	Sat Mar 21 23:32:53 2009 +0100
+++ b/language/english_utf-8.php	Sun Mar 22 09:05:08 2009 +0100
@@ -1891,7 +1891,7 @@
     18 => array('Disabled' => 0, 'Enabled (Exact Match)' => 1, 'Enabled (Word Beginning)' => 2, 'Enabled (Word Fragment)' => 3),
     19 => array('Google' => 'google', 'Table' => 'table'),
     20 => array('Exact Phrase' => 'phrase', 'All of The Words' => 'all', 'Any of The Words' => 'any'),
-    21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict', '(hard-coded in theme)' => '')
+    21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict')
 );
 
 ?>
diff -r b68c7068c056 -r fa9ae71649c2 language/german.php
--- a/language/german.php	Sat Mar 21 23:32:53 2009 +0100
+++ b/language/german.php	Sun Mar 22 09:05:08 2009 +0100
@@ -1886,7 +1886,7 @@
     18 => array('Aus' => 0, 'Ein (Exakte Übereinstimmung)' => 1, 'Ein (Wortanfang)' => 2, 'Ein (Teilwort)' => 3),
     19 => array('Google' => 'google', 'Table' => 'table'),
     20 => array('Exact Phrase' => 'phrase', 'All of The Words' => 'all', 'Any of The Words' => 'any'),
-    21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict', '(hard-coded in theme)' => '')
+    21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict')
 );
 
 ?>
diff -r b68c7068c056 -r fa9ae71649c2 language/german_formal.php
--- a/language/german_formal.php	Sat Mar 21 23:32:53 2009 +0100
+++ b/language/german_formal.php	Sun Mar 22 09:05:08 2009 +0100
@@ -1887,7 +1887,7 @@
     18 => array('Aus' => 0, 'Ein (Exakte Übereinstimmung)' => 1, 'Ein (Wortanfang)' => 2, 'Ein (Teilwort)' => 3),
     19 => array('Google' => 'google', 'Table' => 'table'),
     20 => array('Exact Phrase' => 'phrase', 'All of The Words' => 'all', 'Any of The Words' => 'any'),
-    21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict', '(hard-coded in theme)' => '')
+    21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict')
 );
 
 ?>
diff -r b68c7068c056 -r fa9ae71649c2 language/german_formal_utf-8.php
--- a/language/german_formal_utf-8.php	Sat Mar 21 23:32:53 2009 +0100
+++ b/language/german_formal_utf-8.php	Sun Mar 22 09:05:08 2009 +0100
@@ -1887,7 +1887,7 @@
     18 => array('Aus' => 0, 'Ein (Exakte Ãœbereinstimmung)' => 1, 'Ein (Wortanfang)' => 2, 'Ein (Teilwort)' => 3),
     19 => array('Google' => 'google', 'Table' => 'table'),
     20 => array('Exact Phrase' => 'phrase', 'All of The Words' => 'all', 'Any of The Words' => 'any'),
-    21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict', '(hard-coded in theme)' => '')
+    21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict')
 );
 
 ?>
diff -r b68c7068c056 -r fa9ae71649c2 language/german_utf-8.php
--- a/language/german_utf-8.php	Sat Mar 21 23:32:53 2009 +0100
+++ b/language/german_utf-8.php	Sun Mar 22 09:05:08 2009 +0100
@@ -1886,7 +1886,7 @@
     18 => array('Aus' => 0, 'Ein (Exakte Ãœbereinstimmung)' => 1, 'Ein (Wortanfang)' => 2, 'Ein (Teilwort)' => 3),
     19 => array('Google' => 'google', 'Table' => 'table'),
     20 => array('Exact Phrase' => 'phrase', 'All of The Words' => 'all', 'Any of The Words' => 'any'),
-    21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict', '(hard-coded in theme)' => '')
+    21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict')
 );
 
 ?>



More information about the geeklog-cvs mailing list