[pLog-svn] r5236 - plog/branches/lifetype-1.2/locale/admin

reto at devel.lifetype.net reto at devel.lifetype.net
Fri Mar 30 17:16:16 EDT 2007


Author: reto
Date: 2007-03-30 17:16:15 -0400 (Fri, 30 Mar 2007)
New Revision: 5236

Modified:
   plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php
   plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
Log:
small correction to reflect the behaviour of baserequestgenerator


Modified: plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php	2007-03-30 20:26:12 UTC (rev 5235)
+++ plog/branches/lifetype-1.2/locale/admin/locale_de_DE.php	2007-03-30 21:16:15 UTC (rev 5236)
@@ -674,7 +674,7 @@
 $messages['throw_away_spam_comments'] = 'löschen (nicht speichern)';
 // resources
 $messages['help_resources_enabled'] = 'Ressourcenveraltung ermöglichen [Standard = Ja]';
-$messages['help_resources_folder'] = 'Absoluter oder relativer Pfad zum Verzeichnis, in das Ressource-Dateien (Bilder, Videos etc.) gespeichert werden. [Standard = ./gallery]';
+$messages['help_resources_folder'] = 'Relativer Pfad zum Verzeichnis, in das Ressource-Dateien (Bilder, Videos etc.) gespeichert werden. [Standard = ./gallery]';
 $messages['help_thumbnail_method'] = 'Methode, um Vorschaubilder (Thumbnails) zu erstellen. Falls Sie PHP verwenden, ist GD-Support erforderlich [Standard = PHP]';
 $messages['help_path_to_convert'] = 'Pfad zum "convert"-Tool von ImageMagick. Erforderlich, falls die Vorschaubilder mit ImageMagick erstellt werden sollen [Standard = /usr/bin/convert]';
 $messages['help_thumbnail_format'] = 'Format, in dem Thumbnails gespeichert werden sollen. [Standard = wie Original]';
@@ -1169,4 +1169,4 @@
 $messages['quick_permission_selection'] = 'Quick permission selection';
 $messages['basic_blog_permission'] = 'Allow blog user add, update and delete posts, links and resources';
 $messages['full_blog_permission'] = 'Allow blog user access all blog functions as blog owner';
-?>
\ No newline at end of file
+?>

Modified: plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php	2007-03-30 20:26:12 UTC (rev 5235)
+++ plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php	2007-03-30 21:16:15 UTC (rev 5236)
@@ -675,7 +675,7 @@
 $messages['throw_away_spam_comments'] = 'Throw them away (do not save them)';
 // resources
 $messages['help_resources_enabled'] = 'Enable or disable resources. [Default = Yes]';
-$messages['help_resources_folder'] = 'Absolute or relative path to the folder where resource files (pictures, videos etc.) will be kept. [Default = ./gallery]';
+$messages['help_resources_folder'] = 'Relative path to the folder where resource files (pictures, videos etc.) will be kept. [Default = ./gallery]';
 $messages['help_thumbnail_method'] = 'Method used to generate thumbnails. If using PHP, support for GD is required. [Default = PHP]';
 $messages['help_path_to_convert'] = 'Path to the "convert" tool from the ImageMagick package. Mandatory if the thumbnail method is "ImageMagick". [Default = /usr/bin/convert]';
 $messages['help_thumbnail_format'] = 'Format in which thumbnails are saved. [Default = Same as image]';
@@ -1166,4 +1166,4 @@
 $messages['quick_permission_selection'] = 'Quick permission selection';
 $messages['basic_blog_permission'] = 'Allow blog user add, update and delete posts, links and resources';
 $messages['full_blog_permission'] = 'Allow blog user access all blog functions as blog owner';
-?>
\ No newline at end of file
+?>



More information about the pLog-svn mailing list