]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x addition of chinese message catalog...
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sat, 26 Jan 2002 21:46:10 +0000 (21:46 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sat, 26 Jan 2002 21:46:10 +0000 (21:46 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@2080 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-1.1.txt
cups.list.in
locale/Makefile

index 3254ef8ec634b9353932aa78b646b5c0c6988694..45b845de780d70c1dd7215980ee625c92c98c932 100644 (file)
@@ -3,6 +3,7 @@ CHANGES-1.1.txt
 
 CHANGES IN CUPS V1.1.13
 
+       - Added Simplified Chinese message catalog.
        - Added PAM support for IRIX.
        - The cupsGetPPD() function didn't remove the @server
          portion of the printer name, and since it would
index cf0bea149970c24260bd26a3f7c4454f151a0852..3d535762c20239619c5808534003f25961b3df90 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: cups.list.in,v 1.13.2.6 2002/01/26 21:36:35 mike Exp $"
+# "$Id: cups.list.in,v 1.13.2.7 2002/01/26 21:46:09 mike Exp $"
 #
 #   ESP Package Manager (EPM) file list for the Common UNIX Printing
 #   System (CUPS).
@@ -200,6 +200,7 @@ f 0444 root sys $LOCALEDIR/en/cups_en locale/en/cups_en
 f 0444 root sys $LOCALEDIR/es/cups_es locale/es/cups_es
 f 0444 root sys $LOCALEDIR/fr/cups_fr locale/fr/cups_fr
 f 0444 root sys $LOCALEDIR/it/cups_it locale/it/cups_it
+f 0444 root sys $LOCALEDIR/zh_CN/cups_zh_CN locale/zh_CN/cups_zh_CN
 
 d 0555 root sys $DATADIR -
 
@@ -377,5 +378,5 @@ f 0444 root sys $AMANDIR/man$MAN8DIR/lpmove.$MAN8EXT man/lpmove.man
 i 0555 root sys cups cups.sh
 
 #
-# End of "$Id: cups.list.in,v 1.13.2.6 2002/01/26 21:36:35 mike Exp $".
+# End of "$Id: cups.list.in,v 1.13.2.7 2002/01/26 21:46:09 mike Exp $".
 #
index e3edc2d6420eeb9e38c066b3eae62e881b4cbc26..8ccd69f5787410ec0a4031598e49c6973c68c52f 100644 (file)
@@ -1,9 +1,9 @@
 #
-# "$Id: Makefile,v 1.8.2.1 2001/12/26 16:52:40 mike Exp $"
+# "$Id: Makefile,v 1.8.2.2 2002/01/26 21:46:10 mike Exp $"
 #
 #   Locale file makefile for the Common UNIX Printing System (CUPS).
 #
-#   Copyright 1993-1999 by Easy Software Products.
+#   Copyright 1993-2002 by Easy Software Products.
 #
 #   These coded instructions, statements, and computer programs are the
 #   property of Easy Software Products and are protected by Federal
@@ -28,7 +28,7 @@ include ../Makedefs
 # Locales...
 #
 
-LOCALES        =       C cs de en es fr it
+LOCALES        =       C cs de en es fr it zh_CN
 
 
 #
@@ -72,5 +72,5 @@ translate.o:  ../cups/http.h
 
 
 #
-# End of "$Id: Makefile,v 1.8.2.1 2001/12/26 16:52:40 mike Exp $".
+# End of "$Id: Makefile,v 1.8.2.2 2002/01/26 21:46:10 mike Exp $".
 #