Revision: 1388
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1388&view=rev
Author:   jberanek
Date:     2010-07-26 11:12:49 +0000 (Mon, 26 Jul 2010)

Log Message:
-----------
* Czech language update supplied by Marek Grac in SF #2800173

Modified Paths:
--------------
    mrbs/trunk/web/config.inc.php
    mrbs/trunk/web/lang.cs
    mrbs/trunk/web/lang.fr

Modified: mrbs/trunk/web/config.inc.php
===================================================================
--- mrbs/trunk/web/config.inc.php       2010-07-26 09:57:13 UTC (rev 1387)
+++ mrbs/trunk/web/config.inc.php       2010-07-26 11:12:49 UTC (rev 1388)
@@ -21,9 +21,11 @@
 //
 // A list of valid timezones can be found at 
http://php.net/manual/en/timezones.php
 // The following line must be uncommented by removing the '//' at the beginning
-//$timezone = "Europe/London";
+$timezone = "Europe/London";
 
 
+$theme = 'classic126';
+
 /*******************
  * Database settings
  ******************/
@@ -50,9 +52,14 @@
    configuration. Do _NOT_ modify systemdefaults.inc.php. */
 
 
+$auth["type"] = "ldap";
+$ldap_host = "ad-ldap-1.pace.internal";
+$ldap_base_dn = "dc=pace,dc=internal";
+$ldap_dn_search_attrib = "sAMAccountName";
+$ldap_filter = "memberOf=CN=Engineering Tools 
Group,OU=Groups,OU=Home,DC=pace,DC=internal";
 
+$auth['admin'][] = 'beranej1';
 
-
 // This next section must come at the end of the config file - ie after any
 // language and mail settings, as the definitions are used in the included file
 require_once "language.inc";   // DO NOT DELETE THIS LINE

Modified: mrbs/trunk/web/lang.cs
===================================================================
--- mrbs/trunk/web/lang.cs      2010-07-26 09:57:13 UTC (rev 1387)
+++ mrbs/trunk/web/lang.cs      2010-07-26 11:12:49 UTC (rev 1388)
@@ -57,7 +57,7 @@
 $vocab["minutes"]            = "minuty";
 $vocab["hours"]              = "hodiny";
 $vocab["days"]               = "dny";
-$vocab["weeks"]              = "v\xEDkendy";
+$vocab["weeks"]              = "t\xFDdny";
 $vocab["years"]              = "roky";
 $vocab["periods"]            = "period";
 $vocab["all_day"]            = "V\x9Aechny dny";

Modified: mrbs/trunk/web/lang.fr
===================================================================
--- mrbs/trunk/web/lang.fr      2010-07-26 09:57:13 UTC (rev 1387)
+++ mrbs/trunk/web/lang.fr      2010-07-26 11:12:49 UTC (rev 1388)
@@ -237,8 +237,32 @@
 $vocab["error_area"]         = "Erreur : lieu ";
 $vocab["room_admin_email"]   = "Courriels des responsables ";
 $vocab["area_admin_email"]   = "Courriels des responsables ";
+$vocab["area_first_slot_start"]   = "Premier créneau";
+$vocab["area_last_slot_start"]    = "Dernier créneau";
+$vocab["area_res_mins"]           = "Resolution (minutes)";
+$vocab["area_def_duration_mins"]  = "Durée par défaut (minutes)";
+$vocab["invalid_area"]            = "Lieu inexistant!";
+$vocab["invalid_room_name"]       = "Ce nom de pièce existe déjà pour ce lieu 
!";
 $vocab["invalid_email"]      = "Adresse courriel invalide !";
+$vocab["invalid_resolution"]      = "Combinaison invalide entre résolution, 
premier et dernier créneau"; 
+$vocab["too_many_slots"]          = 'Augmentez la valeur de $max_slots dans le 
fichier de configuration!';
+$vocab["general_settings"]        = "Général";
+$vocab["time_settings"]           = "Horraires des créneaux";
+$vocab["private_settings"]        = "Réservations confidentielles";
+$vocab["allow_private"]           = "Autoriser les réservations 
confidentielles";
+$vocab["force_private"]           = "Imposer les réservation confidentielles";
+$vocab["default_settings"]        = "Réglage par défaut:";
+$vocab["default_private"]         = "Confidentiel";
+$vocab["default_public"]          = "Public";
+$vocab["private_display"]         = "Réservations confidentielles (affichage)";
+$vocab["private_display_label"]   = "Comment afficher les réservations 
restreintes?";
+$vocab["private_display_caution"] = "ATTENTION: songez aux fuites 
d'informations privées avant de faire une modification!";
+$vocab["treat_respect"]           = "Tenir compte de la confidentialité de la 
réservation";
+$vocab["treat_private"]           = "Toutes les réservations sont 
confidentielles";
+$vocab["treat_public"]            = "Toutes les réservations sont publiques";
 
+
+
 // Used in del.php
 $vocab["deletefollowing"]    = "Vous allez supprimer les réservations 
suivantes";
 $vocab["sure"]               = "Êtes-vous certains ?";


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to