[geeklog-cvs] geeklog-1.3/language english.php,1.109,1.110 german.php,1.94,1.95 german_formal.php,1.15,1.16

dhaun at geeklog.net dhaun at geeklog.net
Thu Feb 5 14:54:59 EST 2004


Update of /usr/cvs/geeklog/geeklog-1.3/language
In directory geeklog_prod:/tmp/cvs-serv12116

Modified Files:
	english.php german.php german_formal.php 
Log Message:
Fixed some typos and made a few minor wording changes.


Index: english.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/language/english.php,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** english.php	23 Jan 2004 20:49:14 -0000	1.109
--- english.php	5 Feb 2004 19:54:57 -0000	1.110
***************
*** 157,161 ****
  $LANG02 = array(
  	1 => "Calendar of Events",
! 	2 => "I'm Sorry, there are no events to display.",
  	3 => "When",
  	4 => "Where",
--- 157,161 ----
  $LANG02 = array(
  	1 => "Calendar of Events",
! 	2 => "I'm sorry, there are no events to display.",
  	3 => "When",
  	4 => "Where",
***************
*** 519,523 ****
  	23 => "Please fill in all the fields on the form.  All fields are required.",
  	24 => "Submission Saved",
! 	25 => "Yours $type submission has been saved successfully.",
  	26 => "Speed Limit",
  	27 => "Username",
--- 519,523 ----
  	23 => "Please fill in all the fields on the form.  All fields are required.",
  	24 => "Submission Saved",
! 	25 => "Your $type submission has been saved successfully.",
  	26 => "Speed Limit",
  	27 => "Username",
***************
*** 601,605 ****
      28 => "PHP Block Options",
      29 => "Block Function",
!     30 => "If you would like to have one of your blocks use PHP code, enter the name of the function above.  Your function name must start with the prefix \"phpblock_\" (e.g. phpblock_getweather).  If it does not have this prefix, your function will NOT be called.  We do this to keep people who may have hacked your Geeklog installation from putting arbitrary function calls that may be harmful to your system.  Be sure not to put empty parenthisis \"()\" after your function name.  Finally, it is recommended that you put all your PHP Block code in /path/to/geeklog/system/lib-custom.php.  That will allow the code to stay with you even when you upgrade to a newer version of Geeklog.",
      31 => 'Error in PHP Block.  Function, %s, does not exist.',
      32 => "Error Missing Field(s)",
--- 601,605 ----
      28 => "PHP Block Options",
      29 => "Block Function",
!     30 => "If you would like to have one of your blocks use PHP code, enter the name of the function above.  Your function name must start with the prefix \"phpblock_\" (e.g. phpblock_getweather).  If it does not have this prefix, your function will NOT be called.  We do this to keep people who may have hacked your Geeklog installation from putting arbitrary function calls that may be harmful to your system.  Be sure not to put empty parenthesis \"()\" after your function name.  Finally, it is recommended that you put all your PHP Block code in /path/to/geeklog/system/lib-custom.php.  That will allow the code to stay with you even when you upgrade to a newer version of Geeklog.",
      31 => 'Error in PHP Block.  Function, %s, does not exist.',
      32 => "Error Missing Field(s)",
***************
*** 973,977 ****
  	4 => "Thank-you for submitting an event to {$_CONF["site_name"]}.  It has been submitted to our staff for approval.  If approved, your event will be seen in our <a href={$_CONF["site_url"]}/calendar.php>calendar</a> section.",
  	5 => "Your account information has been successfully saved.",
! 	6 => "Your display preferences have been successfully saved.",
  	7 => "Your comment preferences have been successfully saved.",
  	8 => "You have been successfully logged out.",
--- 973,977 ----
  	4 => "Thank-you for submitting an event to {$_CONF["site_name"]}.  It has been submitted to our staff for approval.  If approved, your event will be seen in our <a href={$_CONF["site_url"]}/calendar.php>calendar</a> section.",
  	5 => "Your account information has been successfully saved.",
! 	6 => "Your preferences have been successfully saved.",
  	7 => "Your comment preferences have been successfully saved.",
  	8 => "You have been successfully logged out.",
***************
*** 1032,1036 ****
  
  $LANG32 = array (
! 	1 => "Installing plugins could possibly cause damage to your Geeklog installation and, possibly, to your system.  It is important that you only install plugins downloaded from the <a href=\"http://www.geeklog.net\" target=\"_blank\">Geeklog Homepage</a> as we thoroughly test all plugins submitted to our site on a variety of operating systems.  It is important that you understand that the plugin installation process will require the execution of a few filesystem commands which could lead to security problems particularly if you use plugins from third party sites.  Even with this warning you are getting, we do not gaurantee the success of any installation nor are we liable for damage caused by installing a Geeklog plugin.  In other words, install at your own risk.  For the wary, directions on how to manually install a plugin is included with each plugin package.",
  	2 => "Plug-in Installation Disclaimer",
  	3 => "Plug-in Installation Form",
--- 1032,1036 ----
  
  $LANG32 = array (
! 	1 => "Installing plugins could possibly cause damage to your Geeklog installation and, possibly, to your system.  It is important that you only install plugins downloaded from the <a href=\"http://www.geeklog.net\">Geeklog Homepage</a> as we thoroughly test all plugins submitted to our site on a variety of operating systems.  It is important that you understand that the plugin installation process will require the execution of a few filesystem commands which could lead to security problems particularly if you use plugins from third party sites.  Even with this warning you are getting, we do not gaurantee the success of any installation nor are we liable for damage caused by installing a Geeklog plugin.  In other words, install at your own risk.  For the wary, directions on how to manually install a plugin is included with each plugin package.",
  	2 => "Plug-in Installation Disclaimer",
  	3 => "Plug-in Installation Form",

Index: german.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/language/german.php,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** german.php	17 Jan 2004 16:51:19 -0000	1.94
--- german.php	5 Feb 2004 19:54:57 -0000	1.95
***************
*** 612,616 ****
          36 => 'Für Layout-Blöcke muss der Inhalt eingegeben werden.',
          37 => 'Ungültiger Funktionsname für einen PHP-Block',
!         38 => "Funktionen für PHP-Blöcke müssen mit 'phpblock_' beginnen (z.B.. phpblock_getweather). Der 'phpblock_'-Teil wird aus Sicherheitsgründen vorausgesetzt, um das Ausführen von beliebigem Code zu verhindern.",
  	39 => 'Seite',
  	40 => 'links',
--- 612,616 ----
          36 => 'Für Layout-Blöcke muss der Inhalt eingegeben werden.',
          37 => 'Ungültiger Funktionsname für einen PHP-Block',
!         38 => "Funktionen für PHP-Blöcke müssen mit 'phpblock_' beginnen (z.B. phpblock_getweather). Der 'phpblock_'-Teil wird aus Sicherheitsgründen vorausgesetzt, um das Ausführen von beliebigem Code zu verhindern.",
  	39 => 'Seite',
  	40 => 'links',
***************
*** 991,995 ****
  	19 => 'Deine Umfrage wurde gespeichert.',
  	20 => 'Die Umfrage wurde gelöscht.',
! 	21 => 'Der neue User wurde angelegt.',
  	22 => 'Der User wurde gelöscht.',
  	23 => 'Der Termin konnte nicht in Deinen persönlichen Kalender übernommen werden. Es wurde keine ID übergeben oder der Termin wurde nicht gefunden.',
--- 991,995 ----
  	19 => 'Deine Umfrage wurde gespeichert.',
  	20 => 'Die Umfrage wurde gelöscht.',
! 	21 => 'Der User wurde gespeichert.',
  	22 => 'Der User wurde gelöscht.',
  	23 => 'Der Termin konnte nicht in Deinen persönlichen Kalender übernommen werden. Es wurde keine ID übergeben oder der Termin wurde nicht gefunden.',

Index: german_formal.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/language/german_formal.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** german_formal.php	17 Jan 2004 16:51:19 -0000	1.15
--- german_formal.php	5 Feb 2004 19:54:57 -0000	1.16
***************
*** 613,617 ****
          36 => 'Für Layout-Blöcke muss der Inhalt eingegeben werden.',
          37 => "Ungültiger Funktionsname für einen PHP-Block",
!         38 => "Funktionen für PHP-Blöcke müssen mit 'phpblock_' beginnen (z.B.. phpblock_getweather). Der 'phpblock_'-Teil wird aus Sicherheitsgründen vorausgesetzt, um das Ausführen von beliebigem Code zu verhindern.",
  	39 => "Seite",
  	40 => "links",
--- 613,617 ----
          36 => 'Für Layout-Blöcke muss der Inhalt eingegeben werden.',
          37 => "Ungültiger Funktionsname für einen PHP-Block",
!         38 => "Funktionen für PHP-Blöcke müssen mit 'phpblock_' beginnen (z.B. phpblock_getweather). Der 'phpblock_'-Teil wird aus Sicherheitsgründen vorausgesetzt, um das Ausführen von beliebigem Code zu verhindern.",
  	39 => "Seite",
  	40 => "links",
***************
*** 992,996 ****
  	19 => "Ihre Umfrage wurde gespeichert.",
  	20 => "Die Umfrage wurde gelöscht.",
! 	21 => "Der neue User wurde angelegt.",
  	22 => "Der User wurde gelöscht.",
  	23 => 'Der Termin konnte nicht in Ihren persönlichen Kalender übernommen werden. Es wurde keine ID übergeben oder der Termin wurde nicht gefunden.',
--- 992,996 ----
  	19 => "Ihre Umfrage wurde gespeichert.",
  	20 => "Die Umfrage wurde gelöscht.",
! 	21 => 'Der User wurde gespeichert.',
  	22 => "Der User wurde gelöscht.",
  	23 => 'Der Termin konnte nicht in Ihren persönlichen Kalender übernommen werden. Es wurde keine ID übergeben oder der Termin wurde nicht gefunden.',





More information about the geeklog-cvs mailing list