[geeklog-cvs] Geeklog-1.x/public_html/admin/install/language english.php, 1.9, 1.10 german.php, 1.5, 1.6

Dirk Haun dhaun at qs1489.pair.com
Thu May 1 05:52:58 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/language
In directory qs1489.pair.com:/tmp/cvs-serv85242/language

Modified Files:
	english.php german.php 
Log Message:
Added missing help links; moved InnoDB note to the help screen; cosmetics


Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/language/english.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** english.php	1 May 2008 08:46:22 -0000	1.9
--- english.php	1 May 2008 09:52:56 -0000	1.10
***************
*** 89,93 ****
      36 => 'MySQL with InnoDB Table support',
      37 => 'Microsoft SQL',
!     38 => 'InnoDB Tables may improve performance on (very) large sites, but they also make database backups more complicated.',
      39 => 'Database Hostname',
      40 => 'Database Name',
--- 89,93 ----
      36 => 'MySQL with InnoDB Table support',
      37 => 'Microsoft SQL',
!     38 => '',
      39 => 'Database Hostname',
      40 => 'Database Name',
***************
*** 181,185 ****
      1 => 'The name of your website.',
      2 => 'A simple description of your website.',
!     3 => 'Geeklog can be installed using either a MySQL or Microsoft SQL database. If you are not sure which option to select contact your hosting provider.',
      4 => 'The network name (or IP address) of your database server. This is typically "localhost". If you are not sure contact your hosting provider.',
      5 => 'The name of your database. If you are not sure what this is contact your hosting provider.',
--- 181,185 ----
      1 => 'The name of your website.',
      2 => 'A simple description of your website.',
!     3 => 'Geeklog can be installed using either a MySQL or Microsoft SQL database. If you are not sure which option to select contact your hosting provider.<br><br><strong>Note:</strong> InnoDB Tables may improve performance on (very) large sites, but they also make database backups more complicated.',
      4 => 'The network name (or IP address) of your database server. This is typically "localhost". If you are not sure contact your hosting provider.',
      5 => 'The name of your database. If you are not sure what this is contact your hosting provider.',
***************
*** 190,194 ****
      10 => 'Some hosting services have a preconfigured admin directory. In that case, you need to rename Geeklog\'s admin directory to something like "myadmin" and change the following URL as well. Leave as is until you experience any problems accessing Geeklog\'s admin menu.',
      11 => 'This is the return address for all email sent by Geeklog and contact info displayed in syndication feeds.',
!     12 => 'This is the sender\'s address of emails sent by the system when users register, etc. This should be either the same as Site Email or a bouncing address to prevent spammers from getting your email address by registering on the site. If this is NOT the same as above, there will be a message in sent messages that replying to those emails is recommended.'
  );
  
--- 190,195 ----
      10 => 'Some hosting services have a preconfigured admin directory. In that case, you need to rename Geeklog\'s admin directory to something like "myadmin" and change the following URL as well. Leave as is until you experience any problems accessing Geeklog\'s admin menu.',
      11 => 'This is the return address for all email sent by Geeklog and contact info displayed in syndication feeds.',
!     12 => 'This is the sender\'s address of emails sent by the system when users register, etc. This should be either the same as Site Email or a bouncing address to prevent spammers from getting your email address by registering on the site. If this is NOT the same as above, there will be a message in sent messages that replying to those emails is recommended.',
!     13 => 'Indicate whether to use UTF-8 as the default character set for your site. Recommended especially for multi-lingual setups.'
  );
  

Index: german.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/language/german.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** german.php	1 May 2008 08:46:22 -0000	1.5
--- german.php	1 May 2008 09:52:56 -0000	1.6
***************
*** 89,93 ****
      36 => 'MySQL mit Support für InnoDB-Tabellen',
      37 => 'Microsoft SQL',
!     38 => 'InnoDB-Tabellen können zu besserer Performance auf (sehr) großen Websites führen, machen den Backup-Prozess aber komplizierter.',
      39 => 'Datenbank-Server',
      40 => 'Name der Datenbank',
--- 89,93 ----
      36 => 'MySQL mit Support für InnoDB-Tabellen',
      37 => 'Microsoft SQL',
!     38 => '',
      39 => 'Datenbank-Server',
      40 => 'Name der Datenbank',
***************
*** 179,194 ****
  $LANG_HELP = array(
      0 => 'Geeklog Installation Support',
!     1 => 'Site name',
!     2 => 'Slogan',
!     3 => 'Database type',
!     4 => 'Hostname',
!     5 => 'Name',
!     6 => 'Username',
!     7 => 'Password',
!     8 => 'Prefix',
!     9 => 'Site URL',
!     10 => 'Admin Directory Url',
!     11 => 'Site Email',
!     12 => 'Site No-Reply'
  );
  
--- 179,195 ----
  $LANG_HELP = array(
      0 => 'Geeklog Installation Support',
!     1 => 'The name of your website.',
!     2 => 'A simple description of your website.',
!     3 => 'Geeklog can be installed using either a MySQL or Microsoft SQL database. If you are not sure which option to select contact your hosting provider.<br><br><strong>Hinweis:</strong> InnoDB-Tabellen können zu besserer Performance auf (sehr) großen Websites führen, machen den Backup-Prozess aber komplizierter.',
!     4 => 'The network name (or IP address) of your database server. This is typically "localhost". If you are not sure contact your hosting provider.',
!     5 => 'The name of your database. If you are not sure what this is contact your hosting provider.',
!     6 => 'Your database user account. If you are not sure what this is contact your hosting provider.',
!     7 => 'Your database account password. If you are not sure what this is contact your hosting provider.',
!     8 => 'Some users want to install multiple copies of Geeklog on the same database. In order for each copy of Geeklog to function correctly it must have its own unique table prefix (i.e. gl1_, gl2_, etc).',
!     9 => 'Make sure this is the correct URL to your site, i.e. to where Geeklog\'s <code>index.php</code> file resides (no trailing slash).',
!     10 => 'Some hosting services have a preconfigured admin directory. In that case, you need to rename Geeklog\'s admin directory to something like "myadmin" and change the following URL as well. Leave as is until you experience any problems accessing Geeklog\'s admin menu.',
!     11 => 'This is the return address for all email sent by Geeklog and contact info displayed in syndication feeds.',
!     12 => 'This is the sender\'s address of emails sent by the system when users register, etc. This should be either the same as Site Email or a bouncing address to prevent spammers from getting your email address by registering on the site. If this is NOT the same as above, there will be a message in sent messages that replying to those emails is recommended.',
!     13 => 'Indicate whether to use UTF-8 as the default character set for your site. Recommended especially for multi-lingual setups.'
  );
  




More information about the geeklog-cvs mailing list