added maintainer and charset
authorchriskl <chriskl>
Tue, 24 Dec 2002 02:07:55 +0000 (02:07 +0000)
committerchriskl <chriskl>
Tue, 24 Dec 2002 02:07:55 +0000 (02:07 +0000)
lang/dutch.php
lang/german.php
lang/italian.php

index 7cb1c3c9bca6dcc7cc98320c69c4ed3d6a7e25d0..ee705382ed90290969c19cc73ecaffad51449b82 100644 (file)
@@ -2,11 +2,13 @@
 \r
        /**\r
         * Dutch Language file for WebDB.\r
+        * @maintainer Hugo Jonker [hugo@gewis.win.tue.nl]\r
         *\r
-        * $Id: dutch.php,v 1.1 2002/12/24 01:19:00 chriskl Exp $\r
+        * $Id: dutch.php,v 1.2 2002/12/24 02:09:52 chriskl Exp $\r
         */\r
 \r
        $appLang = 'nederlands';\r
+       $appCharset = 'utf-8';\r
 \r
        $strNoFrames = 'Deze applicatie maakt gebruik van frames. U heeft een browser nodig, die frames ondersteund, om deze applicatie te gebruiken. ';\r
        $strLogin = 'Login';\r
index 8c6199dae1fb880a5590cf398239157db4ce7ad2..fefbf05691f52836190c264ce7803bafe0d0025a 100644 (file)
@@ -2,14 +2,16 @@
 
        /**
         * German Language file for WebDB.
+        * @maintainer Albin Blaschka [blaschka@unix.sbg.ac.at]
         *
-        * $Id: german.php,v 1.1 2002/11/09 15:59:40 xzilla Exp $
+        * $Id: german.php,v 1.2 2002/12/24 02:11:37 chriskl Exp $
         */
 
        $appLang = 'deutsch';
+       $appCharset = 'utf-8';
 
        $strNoFrames = 'F&uuml;r dieses Programm wird ein ein Frame-fähiger Browser ben&ouml;tigt';
-    $strLogin = 'Login';
+        $strLogin = 'Login';
        $strNoTables = 'Keine Tabellen vorhanden';
        $strNoTable = 'Keine Tabelle vorhanden';
        $strNoViews = 'Keine Views vorhanden';
index face1e8f3848ea3b08198a33c448ccd0eae7a099..154ae54ed707afee85ced24891fe47aa4b6ace08 100644 (file)
@@ -1,15 +1,15 @@
 <?php
        /**
         * Italian language template, based on the english language template file for WebDB.
-        * Calogero Cal&igrave;
-     * 
-        * $Id: italian.php,v 1.1 2002/10/23 22:09:09 xzilla Exp $
-        * 
+        * @maintainer Calogero Calì [<kalef@libero.it>]
+        *      
+        * $Id: italian.php,v 1.2 2002/12/24 02:07:55 chriskl Exp $
         */
 
        $appLang = 'italiano';
+       $appCharset = 'utf-8';
 
-       $strNoFrames = '&Egrave; necessario abilitare il browser all'uso dei file per usare questa applicazione.';
+       $strNoFrames = '&Egrave; necessario abilitare il browser all\'uso dei file per usare questa applicazione.';
        $strLogin = 'Login';
        $strNoTables = 'Tabelle non trovate.';
        $strNoTable = 'Tabella non trovata.';