[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/wiki/lib/ -> messages.php (source)

   1  <?php
   2  // $Id: messages.php 14872 2004-04-12 13:02:09Z ralfbecker $
   3  
   4  // Error messages.
   5  $ErrorSuffix          = '<br /><br />'.lang('Please contact the %1Administrator%2 for assistance.',
   6      $Admin ? '<a href="mailto:' . $Admin . '">' : '',$Admin ? '</a>' : '');
   7  /* not used in eGW
   8  $ErrorDatabaseConnect = 'Error connecting to database.' . $ErrorSuffix;
   9  $ErrorDatabaseSelect  = 'Error selecting database.' . $ErrorSuffix;
  10  $ErrorDatabaseQuery   = 'Error executing database query.' . $ErrorSuffix;
  11  */
  12  $ErrorCreatingTemp    = lang('Error creating temporary file.') . $ErrorSuffix;
  13  $ErrorWritingTemp     = lang('Error writing to temporary file.') . $ErrorSuffix;
  14  $ErrorDeniedAccess    = lang('You have been denied access to this site.') . $ErrorSuffix;
  15  $ErrorRateExceeded    = lang('You have exeeded the number of pages you are allowed to visit in a given period of time. Please return later.') . $ErrorSuffix;
  16  $ErrorNameMatch       = lang('You have entered an invalid user name.') . $ErrorSuffix;
  17  $ErrorInvalidPage     = lang('Invalid page name.') . $ErrorSuffix;
  18  $ErrorAdminDisabled   = lang('Administration features are disabled for this wiki.') . $ErrorSuffix;
  19  $ErrorPageLocked      = lang('This page can not be edited.') . $ErrorSuffix;
  20  ?>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7