]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/translate.c
Update svn:keyword properties.
[thirdparty/cups.git] / locale / translate.c
index c3e87394ed60406ba69d1559a4eba0068460241c..13228d27a2552f593d14b08235d7c939e998751a 100644 (file)
@@ -1,13 +1,13 @@
 /*
- * "$Id: translate.c 7922 2008-09-10 15:56:47Z mike $"
+ * "$Id$"
  *
- *   HTTP-based translation program for the Common UNIX Printing System (CUPS).
+ *   HTTP-based translation program for CUPS.
  *
  *   This program uses Google to translate the CUPS template (cups.pot) to
  *   several different languages.  The translation isn't perfect, but it's
  *   a start (better than working from scratch.)
  *
- *   Copyright 2007 by Apple Inc.
+ *   Copyright 2007-2010 by Apple Inc.
  *   Copyright 1997-2006 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
  * Include necessary headers...
  */
 
-#include <cups/string.h>
-#include <cups/file.h>
-#include <cups/http.h>
-#include <cups/i18n.h>
-#include <stdlib.h>
+#include <cups/cups-private.h>
 #include <unistd.h>
 
 
@@ -63,9 +59,9 @@ main(int  argc,                               /* I - Number of command-line arguments */
   }
 
   if (access(argv[1], 0))
-    cat = _cupsMessageLoad("cups.pot");
+    cat = _cupsMessageLoad("cups.pot", 1);
   else
-    cat = _cupsMessageLoad(argv[1]);
+    cat = _cupsMessageLoad(argv[1], 1);
 
   if (!cat)
   {
@@ -439,5 +435,5 @@ write_string(cups_file_t *fp,               /* I - File to write to */
 
 
 /*
- * End of "$Id: translate.c 7922 2008-09-10 15:56:47Z mike $".
+ * End of "$Id$".
  */