[geeklog-hg] geeklog: Updated rescue script language array. Noted that you ca...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Jul 11 11:27:06 EDT 2012


changeset 8774:f7ed86427aaf
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/f7ed86427aaf
user: Tom <websitemaster at cogeco.net>
date: Wed Jul 11 11:26:24 2012 -0400
description:
Updated rescue script language array. Noted that you cannot enable/disable dynamic blocks

diffstat:

 public_html/admin/install/language/chinese_simplified_utf-8.php  |  2 +-
 public_html/admin/install/language/chinese_traditional_utf-8.php |  2 +-
 public_html/admin/install/language/english.php                   |  2 +-
 public_html/admin/install/language/german.php                    |  2 +-
 public_html/admin/install/language/hebrew_utf-8.php              |  2 +-
 public_html/admin/install/language/polish.php                    |  2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diffs (72 lines):

diff -r 86140b7eab5e -r f7ed86427aaf public_html/admin/install/language/chinese_simplified_utf-8.php
--- a/public_html/admin/install/language/chinese_simplified_utf-8.php	Sun Jul 08 22:00:41 2012 +0900
+++ b/public_html/admin/install/language/chinese_simplified_utf-8.php	Wed Jul 11 11:26:24 2012 -0400
@@ -408,7 +408,7 @@
     36 => 'Select a plugin',
     37 => 'Enable',
     38 => 'Disable',
-    39 => 'Here you can enable/disable any block that is currently installed on your geeklog website.',
+    39 => 'Here you can enable/disable any block (except dynamic) that is currently installed on your geeklog website.',
     40 => 'Select a block',
     41 => 'Go',
     42 => 'You can edit some key $_CONF options.',
diff -r 86140b7eab5e -r f7ed86427aaf public_html/admin/install/language/chinese_traditional_utf-8.php
--- a/public_html/admin/install/language/chinese_traditional_utf-8.php	Sun Jul 08 22:00:41 2012 +0900
+++ b/public_html/admin/install/language/chinese_traditional_utf-8.php	Wed Jul 11 11:26:24 2012 -0400
@@ -408,7 +408,7 @@
     36 => 'Select a plugin',
     37 => 'Enable',
     38 => 'Disable',
-    39 => 'Here you can enable/disable any block that is currently installed on your geeklog website.',
+    39 => 'Here you can enable/disable any block (except dynamic) that is currently installed on your geeklog website.',
     40 => 'Select a block',
     41 => 'Go',
     42 => 'You can edit some key $_CONF options.',
diff -r 86140b7eab5e -r f7ed86427aaf public_html/admin/install/language/english.php
--- a/public_html/admin/install/language/english.php	Sun Jul 08 22:00:41 2012 +0900
+++ b/public_html/admin/install/language/english.php	Wed Jul 11 11:26:24 2012 -0400
@@ -407,7 +407,7 @@
     36 => 'Select a plugin',
     37 => 'Enable',
     38 => 'Disable',
-    39 => 'Here you can enable/disable any block that is currently installed on your geeklog website.',
+    39 => 'Here you can enable/disable any block (except dynamic) that is currently installed on your geeklog website.',
     40 => 'Select a block',
     41 => 'Go',
     42 => 'You can edit some key $_CONF options.',
diff -r 86140b7eab5e -r f7ed86427aaf public_html/admin/install/language/german.php
--- a/public_html/admin/install/language/german.php	Sun Jul 08 22:00:41 2012 +0900
+++ b/public_html/admin/install/language/german.php	Wed Jul 11 11:26:24 2012 -0400
@@ -407,7 +407,7 @@
     36 => 'Select a plugin',
     37 => 'Enable',
     38 => 'Disable',
-    39 => 'Here you can enable/disable any block that is currently installed on your geeklog website.',
+    39 => 'Here you can enable/disable any block (except dynamic) that is currently installed on your geeklog website.',
     40 => 'Select a block',
     41 => 'Go',
     42 => 'You can edit some key $_CONF options.',
diff -r 86140b7eab5e -r f7ed86427aaf public_html/admin/install/language/hebrew_utf-8.php
--- a/public_html/admin/install/language/hebrew_utf-8.php	Sun Jul 08 22:00:41 2012 +0900
+++ b/public_html/admin/install/language/hebrew_utf-8.php	Wed Jul 11 11:26:24 2012 -0400
@@ -403,7 +403,7 @@
     36 => 'Select a plugin',
     37 => 'Enable',
     38 => 'Disable',
-    39 => 'Here you can enable/disable any block that is currently installed on your geeklog website.',
+    39 => 'Here you can enable/disable any block (except dynamic) that is currently installed on your geeklog website.',
     40 => 'Select a block',
     41 => 'Go',
     42 => 'You can edit some key $_CONF options.',
diff -r 86140b7eab5e -r f7ed86427aaf public_html/admin/install/language/polish.php
--- a/public_html/admin/install/language/polish.php	Sun Jul 08 22:00:41 2012 +0900
+++ b/public_html/admin/install/language/polish.php	Wed Jul 11 11:26:24 2012 -0400
@@ -407,7 +407,7 @@
     36 => 'Select a plugin',
     37 => 'Enable',
     38 => 'Disable',
-    39 => 'Here you can enable/disable any block that is currently installed on your geeklog website.',
+    39 => 'Here you can enable/disable any block (except dynamic) that is currently installed on your geeklog website.',
     40 => 'Select a block',
     41 => 'Go',
     42 => 'You can edit some key $_CONF options.',



More information about the geeklog-cvs mailing list