summaryrefslogtreecommitdiff
path: root/locale/translate.c
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 20:57:13 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 20:57:13 +0200
commit49a2853988b074d087e82c51aec4f9fc052a057d (patch)
treec38ece96005bc33bd4e133fd0037f3428fdc039d /locale/translate.c
parenta312f7e1ac68fb22275719f6208b670d9edd45b5 (diff)
downloadcups-49a2853988b074d087e82c51aec4f9fc052a057d.tar.gz
Imported Upstream version 1.5.0upstream/1.5.0
Diffstat (limited to 'locale/translate.c')
-rw-r--r--locale/translate.c14
1 files changed, 5 insertions, 9 deletions
diff --git a/locale/translate.c b/locale/translate.c
index bff568a2..2352ebe7 100644
--- a/locale/translate.c
+++ b/locale/translate.c
@@ -1,13 +1,13 @@
/*
- * "$Id: translate.c 8431 2009-03-12 22:59:58Z mike $"
+ * "$Id: translate.c 9048 2010-03-24 08:07:15Z mike $"
*
- * 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-2009 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
@@ -28,11 +28,7 @@
* 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>
@@ -439,5 +435,5 @@ write_string(cups_file_t *fp, /* I - File to write to */
/*
- * End of "$Id: translate.c 8431 2009-03-12 22:59:58Z mike $".
+ * End of "$Id: translate.c 9048 2010-03-24 08:07:15Z mike $".
*/