leszek          Tue Oct 23 07:18:56 2001 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  Added options for Polish language
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.78 phpdoc/configure.in:1.79
--- phpdoc/configure.in:1.78    Sun Oct 21 02:52:24 2001
+++ phpdoc/configure.in Tue Oct 23 07:18:55 2001
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.78 2001/10/21 06:52:24 jimw Exp $
+dnl $Id: configure.in,v 1.79 2001/10/23 11:18:55 leszek Exp $
 
 AC_INIT(global.ent)
 
@@ -197,7 +197,7 @@
 dnl localize paper size by language
 dnl (instead of using system-dependant default)
 case "$LANG" in
-  cs|de|hu|it|ja|ko|tr|zh_hk)
+  cs|de|hu|it|ja|ko|pl|tr|zh_hk)
     PAPER_TYPE="A4"
     PDF_PAPER_TYPE="a4"
     ;;
@@ -265,7 +265,7 @@
 case "$LANG" in
   ja|tw|ko) ENCODING="UTF-8";;
   zh_hk) ENCODING="big5";;
-  cs|hu) ENCODING="ISO-8859-2";;
+  cs|hu|pl) ENCODING="ISO-8859-2";;
   tr) ENCODING="ISO-8859-9";;
   *) ENCODING="ISO-8859-1";;
 esac
@@ -279,6 +279,7 @@
   hu) PALMDOCTITLE="'PHP Kézikönyv'";;
   it) PALMDOCTITLE="'Manuale PHP'";;
   nl) PALMDOCTITLE="'PHP Handleiding'";;
+  pl) PALMDOCTITLE="'Podręcznik PHP'";;
   pt_BR) PALMDOCTITLE="'Manual do PHP'";;
 # tr) PALMDOCTITLE="";;
   zh_hk) PALMDOCTITLE="PHP ¤âĽU";;


Reply via email to