libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libidn branch, master, updated. libidn-1-16-7-g089ad81


From: Simon Josefsson
Subject: [SCM] GNU libidn branch, master, updated. libidn-1-16-7-g089ad81
Date: Tue, 12 Jan 2010 13:41:50 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU libidn".

http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=089ad817c9f61e39d8e8c0be098ab34edfc4e6f2

The branch, master has been updated
       via  089ad817c9f61e39d8e8c0be098ab34edfc4e6f2 (commit)
       via  2c47c824ef3e8bdaed9a3da17a82d3a17f2406ca (commit)
      from  47e64c4a7126b28e4e8c0c37dee2024a71e7e40c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 089ad817c9f61e39d8e8c0be098ab34edfc4e6f2
Author: Simon Josefsson <address@hidden>
Date:   Tue Jan 12 14:41:46 2010 +0100

    Update copyright.

commit 2c47c824ef3e8bdaed9a3da17a82d3a17f2406ca
Author: Simon Josefsson <address@hidden>
Date:   Tue Jan 12 14:41:05 2010 +0100

    Sync with TP.

-----------------------------------------------------------------------

Summary of changes:
 csharp/IDNA.cs                                  |    3 +-
 csharp/IDNAException.cs                         |    3 +-
 csharp/NFKC.cs                                  |    3 +-
 csharp/Punycode.cs                              |    3 +-
 csharp/PunycodeException.cs                     |    3 +-
 csharp/Stringprep.cs                            |    3 +-
 csharp/StringprepException.cs                   |    3 +-
 csharp/generate/AssemblyInfo.cs                 |    3 +-
 csharp/generate/GenerateNFKC.cs                 |    3 +-
 csharp/generate/GenerateRFC3454.cs              |    3 +-
 csharp/generate/HashSet.cs                      |    3 +-
 csharp/generate/Program.cs                      |    3 +-
 csharp/generate/Tokenizer.cs                    |    3 +-
 doc/fdl-1.3.texi                                |    3 +-
 doc/gendocs_template                            |    2 +-
 doc/gpl-3.0.texi                                |    2 +-
 doc/lgpl-2.1.texi                               |    2 +-
 doc/tld/no.tld                                  |    2 +-
 java/gnu/inet/encoding/IDNA.java                |    3 +-
 java/gnu/inet/encoding/IDNAException.java       |    3 +-
 java/gnu/inet/encoding/Punycode.java            |    3 +-
 java/gnu/inet/encoding/PunycodeException.java   |    3 +-
 java/gnu/inet/encoding/Stringprep.java          |    3 +-
 java/gnu/inet/encoding/StringprepException.java |    3 +-
 java/misc/GenerateRFC3454.java                  |    3 +-
 java/misc/TestIDNA.java                         |    3 +-
 java/misc/TestNFKC.java                         |    3 +-
 lib/Makefile.am                                 |    2 +-
 lib/gen-tld-tables.pl                           |    2 +-
 lib/tld.c                                       |    2 +-
 lib/tld.h                                       |    2 +-
 m4/update-header-version.m4                     |    2 +-
 m4/valgrind.m4                                  |    2 +-
 po/cs.po.in                                     |    2 +-
 po/da.po.in                                     |    2 +-
 po/de.po.in                                     |  390 +++++++++++++++++++----
 po/eo.po.in                                     |    2 +-
 po/fi.po.in                                     |  116 ++++++--
 po/id.po.in                                     |    2 +-
 po/it.po.in                                     |    2 +-
 po/ja.po.in                                     |    2 +-
 po/nl.po.in                                     |    2 +-
 po/pl.po.in                                     |    2 +-
 po/ro.po.in                                     |    2 +-
 po/rw.po.in                                     |    2 +-
 po/sr.po.in                                     |    2 +-
 po/zh_CN.po.in                                  |    4 +-
 win32/include/ac-stdint.h                       |    2 +-
 win32/include/idn-int.h                         |    2 +-
 win32/include/stdbool.h                         |    2 +-
 50 files changed, 489 insertions(+), 138 deletions(-)

diff --git a/csharp/IDNA.cs b/csharp/IDNA.cs
index b527efb..d7ec3c3 100644
--- a/csharp/IDNA.cs
+++ b/csharp/IDNA.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software, mailto:address@hidden
 /// *
diff --git a/csharp/IDNAException.cs b/csharp/IDNAException.cs
index a8d9373..22d1976 100644
--- a/csharp/IDNAException.cs
+++ b/csharp/IDNAException.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software, mailto:address@hidden
 /// *
diff --git a/csharp/NFKC.cs b/csharp/NFKC.cs
index 26831b4..f28086a 100644
--- a/csharp/NFKC.cs
+++ b/csharp/NFKC.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software, mailto:address@hidden
 /// *
diff --git a/csharp/Punycode.cs b/csharp/Punycode.cs
index 4a9463a..479e3db 100644
--- a/csharp/Punycode.cs
+++ b/csharp/Punycode.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software, mailto:address@hidden
 /// *
diff --git a/csharp/PunycodeException.cs b/csharp/PunycodeException.cs
index d1ec0f6..195246c 100644
--- a/csharp/PunycodeException.cs
+++ b/csharp/PunycodeException.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software, mailto:address@hidden
 /// *
diff --git a/csharp/Stringprep.cs b/csharp/Stringprep.cs
index db79545..40dfab3 100644
--- a/csharp/Stringprep.cs
+++ b/csharp/Stringprep.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software, mailto:address@hidden
 /// *
diff --git a/csharp/StringprepException.cs b/csharp/StringprepException.cs
index cd9dcb6..0fdf0ad 100644
--- a/csharp/StringprepException.cs
+++ b/csharp/StringprepException.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software, mailto:address@hidden
 /// *
diff --git a/csharp/generate/AssemblyInfo.cs b/csharp/generate/AssemblyInfo.cs
index 128672b..cb8e7d4 100644
--- a/csharp/generate/AssemblyInfo.cs
+++ b/csharp/generate/AssemblyInfo.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
diff --git a/csharp/generate/GenerateNFKC.cs b/csharp/generate/GenerateNFKC.cs
index 16744c4..522daf9 100644
--- a/csharp/generate/GenerateNFKC.cs
+++ b/csharp/generate/GenerateNFKC.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
diff --git a/csharp/generate/GenerateRFC3454.cs 
b/csharp/generate/GenerateRFC3454.cs
index 0682e4b..346f21d 100644
--- a/csharp/generate/GenerateRFC3454.cs
+++ b/csharp/generate/GenerateRFC3454.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
diff --git a/csharp/generate/HashSet.cs b/csharp/generate/HashSet.cs
index 056b689..ec6ef66 100644
--- a/csharp/generate/HashSet.cs
+++ b/csharp/generate/HashSet.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
diff --git a/csharp/generate/Program.cs b/csharp/generate/Program.cs
index 82800d3..6587508 100644
--- a/csharp/generate/Program.cs
+++ b/csharp/generate/Program.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
diff --git a/csharp/generate/Tokenizer.cs b/csharp/generate/Tokenizer.cs
index 450077e..1517c9b 100644
--- a/csharp/generate/Tokenizer.cs
+++ b/csharp/generate/Tokenizer.cs
@@ -1,5 +1,6 @@
 /// <summary>
-/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software 
Foundation, Inc.
+/// Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+/// Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
diff --git a/doc/fdl-1.3.texi b/doc/fdl-1.3.texi
index 8805f1a..10a302b 100644
--- a/doc/fdl-1.3.texi
+++ b/doc/fdl-1.3.texi
@@ -5,7 +5,8 @@
 @c hence no sectioning command or @node.
 
 @display
-Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, 
Inc.
+Copyright @copyright{} 2000, 2001, 2002, 2007, 2008, 2010 Free Software
+Foundation, Inc.
 @uref{http://fsf.org/}
 
 Everyone is permitted to copy and distribute verbatim copies
diff --git a/doc/gendocs_template b/doc/gendocs_template
index beebcdd..467041f 100644
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -106,7 +106,7 @@ Please send broken links and other corrections or 
suggestions to
 <a href="mailto:%%EMAIL%%";>&lt;%%EMAIL%%&gt;</a>.
 </p>
 
-<p>Copyright &copy; 2009 Free Software Foundation, Inc.</p>
+<p>Copyright &copy; 2009, 2010 Free Software Foundation, Inc.</p>
 
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
diff --git a/doc/gpl-3.0.texi b/doc/gpl-3.0.texi
index 97a17e1..3b2eb2d 100644
--- a/doc/gpl-3.0.texi
+++ b/doc/gpl-3.0.texi
@@ -5,7 +5,7 @@
 @c hence no sectioning command or @node.
 
 @display
-Copyright @copyright{} 2007 Free Software Foundation, Inc. 
@url{http://fsf.org/}
+Copyright @copyright{} 2007, 2010 Free Software Foundation, Inc. 
@url{http://fsf.org/}
 
 Everyone is permitted to copy and distribute verbatim copies of this
 license document, but changing it is not allowed.
diff --git a/doc/lgpl-2.1.texi b/doc/lgpl-2.1.texi
index a2ba64b..d8be35b 100644
--- a/doc/lgpl-2.1.texi
+++ b/doc/lgpl-2.1.texi
@@ -5,7 +5,7 @@
 @c hence no sectioning command or @node.
 
 @display
-Copyright @copyright{} 1991, 1999 Free Software Foundation, Inc.
+Copyright @copyright{} 1991, 1999, 2010 Free Software Foundation, Inc.
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 
 Everyone is permitted to copy and distribute verbatim copies
diff --git a/doc/tld/no.tld b/doc/tld/no.tld
index ff6ae27..de7a224 100644
--- a/doc/tld/no.tld
+++ b/doc/tld/no.tld
@@ -1,4 +1,4 @@
-# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2010 Free Software Foundation, Inc.
 # Author: Thomas Jacob, Internet24.de.
 
 # Copying and distribution of this file, with or without modification,
diff --git a/java/gnu/inet/encoding/IDNA.java b/java/gnu/inet/encoding/IDNA.java
index 0bd26ec..ead4663 100644
--- a/java/gnu/inet/encoding/IDNA.java
+++ b/java/gnu/inet/encoding/IDNA.java
@@ -1,5 +1,6 @@
 /**
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, 
Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  *
  * Author: Oliver Hitz
  *
diff --git a/java/gnu/inet/encoding/IDNAException.java 
b/java/gnu/inet/encoding/IDNAException.java
index 6af9060..71dfafb 100644
--- a/java/gnu/inet/encoding/IDNAException.java
+++ b/java/gnu/inet/encoding/IDNAException.java
@@ -1,5 +1,6 @@
 /**
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, 
Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  *
  * Author: Oliver Hitz
  *
diff --git a/java/gnu/inet/encoding/Punycode.java 
b/java/gnu/inet/encoding/Punycode.java
index dd6d2f9..59b2f30 100644
--- a/java/gnu/inet/encoding/Punycode.java
+++ b/java/gnu/inet/encoding/Punycode.java
@@ -1,5 +1,6 @@
 /**
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, 
Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  *
  * Author: Oliver Hitz
  *
diff --git a/java/gnu/inet/encoding/PunycodeException.java 
b/java/gnu/inet/encoding/PunycodeException.java
index 2b1527e..078d9c9 100644
--- a/java/gnu/inet/encoding/PunycodeException.java
+++ b/java/gnu/inet/encoding/PunycodeException.java
@@ -1,5 +1,6 @@
 /**
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, 
Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  *
  * Author: Oliver Hitz
  *
diff --git a/java/gnu/inet/encoding/Stringprep.java 
b/java/gnu/inet/encoding/Stringprep.java
index 3c34b5c..38fe80a 100644
--- a/java/gnu/inet/encoding/Stringprep.java
+++ b/java/gnu/inet/encoding/Stringprep.java
@@ -1,5 +1,6 @@
 /**
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, 
Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  *
  * Author: Oliver Hitz
  *
diff --git a/java/gnu/inet/encoding/StringprepException.java 
b/java/gnu/inet/encoding/StringprepException.java
index ed15efe..52c74de 100644
--- a/java/gnu/inet/encoding/StringprepException.java
+++ b/java/gnu/inet/encoding/StringprepException.java
@@ -1,5 +1,6 @@
 /**
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, 
Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  *
  * Author: Oliver Hitz
  *
diff --git a/java/misc/GenerateRFC3454.java b/java/misc/GenerateRFC3454.java
index 7b23de9..6051cb4 100644
--- a/java/misc/GenerateRFC3454.java
+++ b/java/misc/GenerateRFC3454.java
@@ -1,5 +1,6 @@
 /**
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, 
Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  *
  * Author: Oliver Hitz
  *
diff --git a/java/misc/TestIDNA.java b/java/misc/TestIDNA.java
index 6b7c3a8..3c2b72d 100644
--- a/java/misc/TestIDNA.java
+++ b/java/misc/TestIDNA.java
@@ -1,5 +1,6 @@
 /**
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, 
Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  *
  * Author: Oliver Hitz
  *
diff --git a/java/misc/TestNFKC.java b/java/misc/TestNFKC.java
index 06e1b94..729eef5 100644
--- a/java/misc/TestNFKC.java
+++ b/java/misc/TestNFKC.java
@@ -1,5 +1,6 @@
 /**
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, 
Inc.
+ * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
  *
  * Author: Oliver Hitz
  *
diff --git a/lib/Makefile.am b/lib/Makefile.am
index c54d750..e57c45e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson.
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010 Free Software Foundation, Inc.
 #
 # This file is part of GNU Libidn.
 #
diff --git a/lib/gen-tld-tables.pl b/lib/gen-tld-tables.pl
index 73f4af6..335b2c0 100755
--- a/lib/gen-tld-tables.pl
+++ b/lib/gen-tld-tables.pl
@@ -3,7 +3,7 @@
 # Author: Thomas Jacob, Internet24.de
 
 # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Simon Josefsson.
-# Copyright (C) 2004  Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/lib/tld.c b/lib/tld.c
index d10a28e..4082af2 100644
--- a/lib/tld.c
+++ b/lib/tld.c
@@ -1,6 +1,6 @@
 /* tld.c --- Handle TLD restriction checking.
  * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Simon Josefsson.
- * Copyright (C) 2003, 2004  Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2010 Free Software Foundation, Inc.
  *
  * Author: Thomas Jacob, Internet24.de
  *
diff --git a/lib/tld.h b/lib/tld.h
index beaad8f..81959b8 100644
--- a/lib/tld.h
+++ b/lib/tld.h
@@ -1,6 +1,6 @@
 /* tld.h --- Declarations for TLD restriction checking.
  * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009  Simon Josefsson.
- * Copyright (C) 2003, 2004  Free Software Foundation, Inc.
+ * Copyright (C) 2003, 2004, 2010 Free Software Foundation, Inc.
  *
  * Author: Thomas Jacob, Internet24.de
  *
diff --git a/m4/update-header-version.m4 b/m4/update-header-version.m4
index 5a370dd..a128d18 100644
--- a/m4/update-header-version.m4
+++ b/m4/update-header-version.m4
@@ -1,5 +1,5 @@
 # update-header-version.m4 serial 1
-dnl Copyright (C) 2008 Free Software Foundation, Inc.
+dnl Copyright (C) 2008, 2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/m4/valgrind.m4 b/m4/valgrind.m4
index 5a8006a..7d687af 100644
--- a/m4/valgrind.m4
+++ b/m4/valgrind.m4
@@ -1,5 +1,5 @@
 # valgrind.m4 serial 1
-dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/po/cs.po.in b/po/cs.po.in
index dce0ce1..d8f222e 100644
--- a/po/cs.po.in
+++ b/po/cs.po.in
@@ -1,5 +1,5 @@
 # Czech translation for libidn.
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010 Free Software Foundation, Inc.
 # This file is distributed under the same license as the libidn package.
 # Petr Pisar <address@hidden>, 2007, 2008
 #
diff --git a/po/da.po.in b/po/da.po.in
index 5204bd3..2f001a9 100644
--- a/po/da.po.in
+++ b/po/da.po.in
@@ -1,5 +1,5 @@
 # Danish translation of the libidn gettext message catalogue
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2010 Free Software Foundation, Inc.
 # Morten Bo Johansen <address@hidden>, 2004, 2005
 msgid ""
 msgstr ""
diff --git a/po/de.po.in b/po/de.po.in
index 79576b8..6c87e96 100644
--- a/po/de.po.in
+++ b/po/de.po.in
@@ -1,116 +1,378 @@
 # German translation of libidn.
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010 Free Software Foundation, Inc.
 # This file is distributed under the same license as the libidn package.
 # Roland Illig <address@hidden>, 2004.
+# Roland Illig <address@hidden>, 2009.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: libidn 0.4.1\n"
+"Project-Id-Version: libidn 1.9\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2004-03-08 23:54+0100\n"
-"PO-Revision-Date: 2004-03-28 20:30+0100\n"
+"POT-Creation-Date: 2008-07-01 18:15+0200\n"
+"PO-Revision-Date: 2009-11-08 23:34+0100\n"
 "Last-Translator: Roland Illig <address@hidden>\n"
-"Language-Team: German <address@hidden>\n"
+"Language-Team: German <address@hidden>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/idn.c:83
+#: lib/strerror-idna.c:74 lib/strerror-pr29.c:58 lib/strerror-punycode.c:58
+#: lib/strerror-stringprep.c:78 lib/strerror-tld.c:60
+msgid "Success"
+msgstr "Erfolg"
+
+#: lib/strerror-idna.c:78 lib/strerror-pr29.c:66
+msgid "String preparation failed"
+msgstr "String-Vorbereitung fehlgeschlagen"
+
+#: lib/strerror-idna.c:82
+msgid "Punycode failed"
+msgstr "Punycode fehlgeschlagen"
+
+#: lib/strerror-idna.c:86
+msgid "Non-digit/letter/hyphen in input"
+msgstr "Unerlaubtes Zeichen in der Eingabe"
+
+#: lib/strerror-idna.c:90
+msgid "Forbidden leading or trailing minus sign (`-')"
+msgstr "Verbotenes Minuszeichen am Anfang oder am Ende"
+
+#: lib/strerror-idna.c:94
+msgid "Output would be too large or too small"
+msgstr "Ergebnis wäre zu groß oder zu klein"
+
+#: lib/strerror-idna.c:98
+msgid "Input does not start with ACE prefix (`xn--')"
+msgstr "Eingabe beginnt nicht mit dem ACE-Präfix (»xn--«)"
+
+#: lib/strerror-idna.c:102
+msgid "String not idempotent under ToASCII"
+msgstr "String verändert sich durch ToASCII"
+
+#: lib/strerror-idna.c:106
+msgid "Input already contain ACE prefix (`xn--')"
+msgstr "Eingabe enthält bereits das ACE-Präfix (»xn--«)"
+
+#: lib/strerror-idna.c:110 lib/strerror-tld.c:76
+msgid "System iconv failed"
+msgstr "System-iconv fehlgeschlagen"
+
+#: lib/strerror-idna.c:114 lib/strerror-stringprep.c:122 lib/strerror-tld.c:72
+msgid "Cannot allocate memory"
+msgstr "Nicht genug Speicher"
+
+#: lib/strerror-idna.c:118
+msgid "System dlopen failed"
+msgstr "System-dlopen fehlgeschlagen"
+
+#: lib/strerror-idna.c:122 lib/strerror-pr29.c:70 lib/strerror-punycode.c:74
+#: lib/strerror-stringprep.c:126 lib/strerror-tld.c:84
+msgid "Unknown error"
+msgstr "Unbekannter Fehler"
+
+#: lib/strerror-pr29.c:62
+msgid "String not idempotent under Unicode NFKC normalization"
+msgstr "String verändert sich durch Unicode-NFKC-Normalisierung"
+
+#: lib/strerror-punycode.c:62
+msgid "Invalid input"
+msgstr "Ungültige Eingabe"
+
+#: lib/strerror-punycode.c:66 lib/strerror-stringprep.c:102
+msgid "Output would exceed the buffer space provided"
+msgstr "Ausgabe würde den vorhandenen Pufferspeicher überfluten"
+
+#: lib/strerror-punycode.c:70
+msgid "String size limit exceeded"
+msgstr "String-Größenbegrenzung überschritten"
+
+#: lib/strerror-stringprep.c:82
+msgid "Forbidden unassigned code points in input"
+msgstr "Verbotene unzugeordnete Codepunkte in der Eingabe"
+
+#: lib/strerror-stringprep.c:86
+msgid "Prohibited code points in input"
+msgstr "Verbotene Codepunkte in der Eingabe"
+
+#: lib/strerror-stringprep.c:90
+msgid "Conflicting bidirectional properties in input"
+msgstr "Widersprüchliche bidirektional-Eigenschaften in der Eingabe"
+
+#: lib/strerror-stringprep.c:94
+msgid "Malformed bidirectional string"
+msgstr "Ungültiger Bidirektional-String"
+
+#: lib/strerror-stringprep.c:98
+msgid "Prohibited bidirectional code points in input"
+msgstr "Verbotene bidirektionale Codepunkte in der Eingabe"
+
+#: lib/strerror-stringprep.c:106
+msgid "Error in stringprep profile definition"
+msgstr "Fehler in der Stringprep-Profildefinition"
+
+#: lib/strerror-stringprep.c:110
+msgid "Flag conflict with profile"
+msgstr "Flag-Konflikt mit dem Profil"
+
+#: lib/strerror-stringprep.c:114
+msgid "Unknown profile"
+msgstr "Unbekanntes Profil"
+
+#: lib/strerror-stringprep.c:118
+msgid "Unicode normalization failed (internal error)"
+msgstr "Unicode-Normalisierung fehlgeschlagen (Interner Fehler)"
+
+#: lib/strerror-tld.c:64
+msgid "Code points prohibited by top-level domain"
+msgstr "Codepunkte sind von der Top-Level-Domain verboten"
+
+#: lib/strerror-tld.c:68
+msgid "Missing input"
+msgstr "Fehlende Eingabe"
+
+#: lib/strerror-tld.c:80
+msgid "No top-level domain found in input"
+msgstr "Keine Top-Level-Domain in der Eingabe gefunden"
+
+#. TRANSLATORS: The placeholder indicates the bug-reporting address
+#. for this package.  Please add _another line_ saying
+#. "Report translation bugs to <...>\n" with the address for translation
+#. bugs (typically your translation team's web or email address).
+#: src/idn.c:68
+#, c-format
+msgid ""
+"\n"
+"Report bugs to <%s>.\n"
+msgstr ""
+"\n"
+"Melden Sie Fehler an <%s>.\n"
+"Melden Sie Übersetzungsfehler an <address@hidden>.\n"
+
+#: src/idn.c:75
+#, c-format
+msgid "Try `%s --help' for more information.\n"
+msgstr "Versuchen Sie »%s --help« für mehr Informationen.\n"
+
+#: src/idn.c:79
+#, c-format
+msgid "Usage: %s [OPTION]... [STRINGS]...\n"
+msgstr "Aufruf: %s [OPTION]... [STRINGS]...\n"
+
+#: src/idn.c:82
+msgid ""
+"Internationalized Domain Name (IDN) convert STRINGS, or standard input.\n"
+"\n"
+msgstr ""
+"Internationalized Domain Name (IDN) konvertiert STRINGS oder die 
Standardeingabe.\n"
+"\n"
+
+#: src/idn.c:86
+msgid ""
+"Command line interface to the internationalized domain name library.\n"
+"\n"
+"All strings are expected to be encoded in the preferred charset used\n"
+"by your locale.  Use `--debug' to find out what this charset is.  You\n"
+"can override the charset used by setting environment variable CHARSET.\n"
+"\n"
+"To process a string that starts with `-', for example `-foo', use `--'\n"
+"to signal the end of parameters, as in `idn --quiet -a -- -foo'.\n"
+"\n"
+"Mandatory arguments to long options are mandatory for short options too.\n"
+msgstr ""
+"Kommandozeilenprogramm für die Bibliothek für internationalisierte 
Domainnamen.\n"
+"\n"
+"Alle Strings werden so codiert erwartet, wie es der Zeichensatz der Locale\n"
+"angibt. Benutzen Sie »--debug« um den aktuellen Zeichensatz 
herauszufinden.\n"
+"Sie können einen Zeichensatz explizit mit der Umgebungsvariable CHARSET\n"
+"festlegen.\n"
+"\n"
+"Um einen String zu verarbeiten, der mit »-« beginnt (zum Beispiel 
»-foo«),\n"
+"können Sie das Ende der Optionen mit »--« kennzeichnen.\n"
+"Zum Beispiel: »idn --quiet -a -- -foo«.\n"
+"\n"
+"Notwendige Argumente für die langen Optionen gelten genau so für die\n"
+"kurzen Optionen.\n"
+
+#: src/idn.c:98
+msgid ""
+"  -h, --help               Print help and exit\n"
+"  -V, --version            Print version and exit\n"
+msgstr ""
+"  -h, --help               Hilfe ausgeben und beenden\n"
+"  -V, --version            Version ausgeben und beenden\n"
+
+#: src/idn.c:102
+msgid ""
+"  -s, --stringprep         Prepare string according to nameprep profile\n"
+"  -d, --punycode-decode    Decode Punycode\n"
+"  -e, --punycode-encode    Encode Punycode\n"
+"  -a, --idna-to-ascii      Convert to ACE according to IDNA (default mode)\n"
+"  -u, --idna-to-unicode    Convert from ACE according to IDNA\n"
+msgstr ""
+"  -s, --stringprep         String gemäß nameprep-Profil vorbereiten\n"
+"  -d, --punycode-decode    Punycode decodieren\n"
+"  -e, --punycode-encode    Punycode codieren\n"
+"  -a, --idna-to-ascii      Gemäß IDNA in ACE konvertieren (Standardmodus)\n"
+"  -u, --idna-to-unicode    Gemäß IDNA aus ACE heraus konvertieren\n"
+
+#: src/idn.c:109
+msgid ""
+"      --allow-unassigned   Toggle IDNA AllowUnassigned flag\n"
+"      --usestd3asciirules  Toggle IDNA UseSTD3ASCIIRules flag\n"
+msgstr ""
+"      --allow-unassigned   Option \"IDNA AllowUnassigned\" umschalten\n"
+"      --usestd3asciirules  Option \"IDNA UseSTD3ASCIIRules\" umschalten\n"
+
+#: src/idn.c:113
+msgid ""
+"  -t, --tld                Check string for TLD specific rules\n"
+"                             Only for --idna-to-ascii and --idna-to-unicode\n"
+msgstr ""
+"  -t, --tld                String auf TLD-spezifische Regeln überprüfen\n"
+"                             Nur für --idna-to-ascii und --idna-to-unicode\n"
+
+#: src/idn.c:117
+msgid "  -n, --nfkc               Normalize string according to Unicode v3.2 
NFKC\n"
+msgstr "  -n, --nfkc               String gemäß Unicode v3.2 NFKC 
normalisieren\n"
+
+#: src/idn.c:120
+msgid ""
+"  -p, --profile=STRING     Use specified stringprep profile instead\n"
+"                             Valid stringprep profiles: `Nameprep',\n"
+"                             `iSCSI', `Nodeprep', `Resourceprep', \n"
+"                             `trace', `SASLprep'\n"
+msgstr ""
+"  -p, --profile=STRING     Angegebenes stringprep-Profil benutzen\n"
+"                             Gültige stringprep-Profile: `Nameprep',\n"
+"                             `iSCSI', `Nodeprep', `Resourceprep', \n"
+"                             `trace', `SASLprep'\n"
+
+#: src/idn.c:126
+msgid ""
+"      --debug              Print debugging information\n"
+"      --quiet              Silent operation\n"
+msgstr ""
+"      --debug              Debugging-Informationen ausgeben\n"
+"      --quiet              Ruhig arbeiten\n"
+
+#: src/idn.c:176
 #, c-format
-msgid "%s: Only one of -s, -e, -d, -a or -u can be specified.\n"
-msgstr "%s: Nur eins von »-s«, »-e«, »-d«, »-a« oder »-u« kann 
angegeben werden.\n"
+msgid "Only one of -s, -e, -d, -a, -u or -n can be specified."
+msgstr "Nur eins von »-s«, »-e«, »-d«, »-a«, »-u« oder »-n« kann 
angegeben werden."
 
-#: src/idn.c:93
+#: src/idn.c:184
 #, c-format
 msgid "Charset `%s'.\n"
 msgstr "Zeichensatz »%s«.\n"
 
-#: src/idn.c:96
+#: src/idn.c:187
 #, c-format
 msgid "Type each input string on a line by itself, terminated by a newline 
character.\n"
 msgstr "Geben Sie jede Eingabezeichenkette in einer eigenen Zeile ein, durch 
einen Zeilenumbruch abgeschlossen.\n"
 
-#: src/idn.c:108
+#: src/idn.c:202
 #, c-format
-msgid "%s: fgets() failed: "
-msgstr "%s: fgets() fehlgeschlagen: "
+msgid "Input error"
+msgstr "Eingabefehler"
 
-#: src/idn.c:122 src/idn.c:196 src/idn.c:305 src/idn.c:402
+#: src/idn.c:212 src/idn.c:274 src/idn.c:357 src/idn.c:434 src/idn.c:515
 #, c-format
-msgid "%s: could not convert from %s to UTF-8.\n"
-msgstr "%s: Konnte nicht von %s nach UTF-8 konvertieren.\n"
+msgid "Could not convert from %s to UTF-8."
+msgstr "Konnte nicht von %s nach UTF-8 konvertieren."
 
-#: src/idn.c:132 src/idn.c:162 src/idn.c:206 src/idn.c:475
+#: src/idn.c:220 src/idn.c:245 src/idn.c:281 src/idn.c:498 src/idn.c:527
+#: src/idn.c:551
 #, c-format
-msgid "%s: could not convert from UTF-8 to UCS-4.\n"
-msgstr "%s: Konnte nicht von UTF-8 nach UCS-4 konvertieren.\n"
+msgid "Could not convert from UTF-8 to UCS-4."
+msgstr "Konnte nicht von UTF-8 nach UCS-4 konvertieren."
 
-#: src/idn.c:141 src/idn.c:215 src/idn.c:323 src/idn.c:421
+#: src/idn.c:237
 #, c-format
-msgid "input[%d] = U+%04x\n"
-msgstr "input[%d] = U+%04x\n"
+msgid "stringprep_profile: %s"
+msgstr "stringprep_profile: %s"
 
-#: src/idn.c:152
+#: src/idn.c:260 src/idn.c:302 src/idn.c:345 src/idn.c:503 src/idn.c:564
 #, c-format
-msgid "%s: stringprep_profile() failed with error %d.\n"
-msgstr "%s: stringprep_profile() mit Fehler %d fehlgeschlagen.\n"
+msgid "Could not convert from UTF-8 to %s."
+msgstr "Konnte nicht von UTF-8 nach %s konvertieren."
 
-#: src/idn.c:171 src/idn.c:272 src/idn.c:389 src/idn.c:442
+#: src/idn.c:295
 #, c-format
-msgid "output[%d] = U+%04x\n"
-msgstr "output[%d] = U+%04x\n"
+msgid "punycode_encode: %s"
+msgstr "punycode_encode: %s"
 
-#: src/idn.c:179 src/idn.c:234 src/idn.c:290 src/idn.c:484
+#: src/idn.c:323
 #, c-format
-msgid "%s: could not convert from UTF-8 to %s.\n"
-msgstr "%s: Konnte nicht von UTF-8 nach %s konvertieren.\n"
+msgid "punycode_decode: %s"
+msgstr "punycode_decode: %s"
 
-#: src/idn.c:224
+#: src/idn.c:340 src/idn.c:364 src/idn.c:442
 #, c-format
-msgid "%s: punycode_encode() failed with error %d.\n"
-msgstr "%s: punycode_encode() mit Fehler %d fehlgeschlagen.\n"
+msgid "Could not convert from UCS-4 to UTF-8."
+msgstr "Konnte nicht von UCS-4 nach UTF-8 konvertieren."
 
-#: src/idn.c:252
+#: src/idn.c:381
 #, c-format
-msgid "%s: malloc() failed: "
-msgstr "%s: malloc() fehlgeschlagen: "
+msgid "idna_to_ascii_4z: %s"
+msgstr "idna_to_ascii_4z: %s"
 
-#: src/idn.c:263
+#: src/idn.c:395
 #, c-format
-msgid "%s: punycode_decode() failed with error %d.\n"
-msgstr "%s: punycode_decode() mit Fehler %d fehlgeschlagen.\n"
+msgid "idna_to_unicode_8z4z (TLD): %s"
+msgstr "idna_to_unicode_8z4z (TLD): %s"
 
-#: src/idn.c:281 src/idn.c:314 src/idn.c:412
+#: src/idn.c:409 src/idn.c:482
 #, c-format
-msgid "%s: could not convert from UCS-4 to UTF-8.\n"
-msgstr "%s: Konnte nicht von UCS-4 nach UTF-8 konvertieren.\n"
+msgid "tld_check_4z (position %lu): %s"
+msgstr "tld_check_4z (position %lu): %s"
 
-#: src/idn.c:334
+#: src/idn.c:412 src/idn.c:488
 #, c-format
-msgid "%s: idna_to_ascii_4z() failed with error %d.\n"
-msgstr "%s: idna_to_ascii_4z() mit Fehler %d fehlgeschlagen.\n"
+msgid "tld_check_4z: %s"
+msgstr "tld_check_4z: %s"
 
-#: src/idn.c:351
+#: src/idn.c:461
 #, c-format
-msgid "%s: TLD idna_to_unicode_8z8z() failed with error %d.\n"
-msgstr "%s: TLD idna_to_unicode_8z8z() mit Fehler %d fehlgeschlagen.\n"
+msgid "idna_to_unicode_8z4z: %s"
+msgstr "idna_to_unicode_8z4z: %s"
 
-#: src/idn.c:360
+#: src/idn.c:540
 #, c-format
-msgid "tld[%d] = U+%04x\n"
-msgstr "tld[%d] = U+%04x\n"
+msgid "Could not do NFKC normalization."
+msgstr "Konnte die NFKC-Normalisierung nicht ausführen."
 
-#: src/idn.c:366 src/idn.c:453
-#, c-format
-msgid "%s: string rejected by TLD test (Unicode position %d)\n"
-msgstr "%s: Zeichenkette beim TLD-Test zurückgewiesen (Unicode position %d)\n"
+#~ msgid "%s: fgets() failed: "
+#~ msgstr "%s: fgets() fehlgeschlagen: "
 
-#: src/idn.c:375 src/idn.c:462
-#, c-format
-msgid "%s: tld_check_4z failed with error %d.\n"
-msgstr "%s: tld_check_4z mit Fehler %d fehlgeschlagen.\n"
+#~ msgid "input[%d] = U+%04x\n"
+#~ msgstr "input[%d] = U+%04x\n"
 
-#: src/idn.c:433
-#, c-format
-msgid "%s: idna_to_unicode_8z4z() failed with error %d.\n"
-msgstr "%s: idna_to_unicode_8z4z() mit Fehler %d fehlgeschlagen.\n"
+#~ msgid "%s: stringprep_profile() failed with error %d.\n"
+#~ msgstr "%s: stringprep_profile() mit Fehler %d fehlgeschlagen.\n"
+
+#~ msgid "output[%d] = U+%04x\n"
+#~ msgstr "output[%d] = U+%04x\n"
+
+#~ msgid "%s: punycode_encode() failed with error %d.\n"
+#~ msgstr "%s: punycode_encode() mit Fehler %d fehlgeschlagen.\n"
+
+#~ msgid "%s: malloc() failed: "
+#~ msgstr "%s: malloc() fehlgeschlagen: "
+
+#~ msgid "%s: punycode_decode() failed with error %d.\n"
+#~ msgstr "%s: punycode_decode() mit Fehler %d fehlgeschlagen.\n"
+
+#~ msgid "%s: idna_to_ascii_4z() failed with error %d.\n"
+#~ msgstr "%s: idna_to_ascii_4z() mit Fehler %d fehlgeschlagen.\n"
+
+#~ msgid "%s: TLD idna_to_unicode_8z8z() failed with error %d.\n"
+#~ msgstr "%s: TLD idna_to_unicode_8z8z() mit Fehler %d fehlgeschlagen.\n"
+
+#~ msgid "tld[%d] = U+%04x\n"
+#~ msgstr "tld[%d] = U+%04x\n"
+
+#~ msgid "%s: string rejected by TLD test (Unicode position %d)\n"
+#~ msgstr "%s: Zeichenkette beim TLD-Test zurückgewiesen (Unicode position 
%d)\n"
+
+#~ msgid "%s: tld_check_4z failed with error %d.\n"
+#~ msgstr "%s: tld_check_4z mit Fehler %d fehlgeschlagen.\n"
diff --git a/po/eo.po.in b/po/eo.po.in
index a596539..c6f3447 100644
--- a/po/eo.po.in
+++ b/po/eo.po.in
@@ -1,6 +1,6 @@
 # Translation of 'libidn' messages to Esperanto.
 # Esperantaj mesaĝoj por libidn.
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010 Free Software Foundation, Inc.
 # This file is distributed under the same license as the libidn package.
 # Edmund GRIMLEY EVANS <address@hidden>, 2004-2005, 2007-2008.
 #
diff --git a/po/fi.po.in b/po/fi.po.in
index d89d7ae..7725124 100644
--- a/po/fi.po.in
+++ b/po/fi.po.in
@@ -1,109 +1,142 @@
-# translation of libidn-1.4.pot to Finnish
-# Copyright © 2008 Free Software Foundation, Inc.
+# translation of libidn-1.9.pot to Finnish
+# Copyright © 2008, 2009 Free Software Foundation, Inc.
 # Copyright © 2007 Simon Josefsson
 # This file is distributed under the same license as the libidn package.
-#
 # Jorma Karvonen <address@hidden>, 2008.
+# Jorma Karvonen <address@hidden>, 2009
+#
 msgid ""
 msgstr ""
-"Project-Id-Version: libidn 1.4\n"
+"Project-Id-Version: libidn 1.9\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2008-01-09 15:27+0100\n"
-"PO-Revision-Date: 2008-01-15 18:22+0200\n"
-"Last-Translator: Jorma Karvonen <address@hidden>\n"
+"POT-Creation-Date: 2008-07-01 18:15+0200\n"
+"PO-Revision-Date: 2009-09-30 00:44+0200\n"
+"Last-Translator: Jorma Karvonen <address@hidden>\n"
 "Language-Team: Finnish <address@hidden>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: KBabel 1.11.4\n"
 
+#: lib/strerror-idna.c:74 lib/strerror-pr29.c:58 lib/strerror-punycode.c:58
+#: lib/strerror-stringprep.c:78 lib/strerror-tld.c:60
 msgid "Success"
 msgstr "Onnistui"
 
+#: lib/strerror-idna.c:78 lib/strerror-pr29.c:66
 msgid "String preparation failed"
 msgstr "Merkkijonon valmistelu ei onnistunut"
 
 #  Wikipedia: Punycode is a computer programming encoding syntax by which a 
Unicode string of characters can be translated into the more-limited character 
set permitted in network host names.
+#: lib/strerror-idna.c:82
 msgid "Punycode failed"
 msgstr "Punycode-koodaus ei onnistunut"
 
+#: lib/strerror-idna.c:86
 msgid "Non-digit/letter/hyphen in input"
 msgstr "Syötteessä on merkki, joka ei ole numero/kirjain/tavuviiva"
 
+#: lib/strerror-idna.c:90
 msgid "Forbidden leading or trailing minus sign (`-')"
 msgstr "Ei saa alkaa tai loppua miinusmerkillä (”-”)"
 
+#: lib/strerror-idna.c:94
 msgid "Output would be too large or too small"
 msgstr "Tuloste olisi liian suuri tai liian pieni"
 
+#: lib/strerror-idna.c:98
 msgid "Input does not start with ACE prefix (`xn--')"
 msgstr "Syöte ei ala ACE-prefiksillä (”xn--”)"
 
 #  Yksinkertaisesti selitettynä idempotentti on matemaattinen termi, joka 
tarkoittaa, että jonkun toiminnon tulos on aina sama kun toiminto toistetaan 
kahdesti (tai useammin).
+#: lib/strerror-idna.c:102
 msgid "String not idempotent under ToASCII"
 msgstr "Merkkijono ei ole idempotentti ToASCII-toiminnon aikana"
 
+#: lib/strerror-idna.c:106
 msgid "Input already contain ACE prefix (`xn--')"
 msgstr "Syöte jo sisältää ACE-prefiksin (”xn--”)"
 
+#: lib/strerror-idna.c:110 lib/strerror-tld.c:76
 msgid "System iconv failed"
 msgstr "Järjestelmän iconv-käsky ei onnistunut"
 
+#: lib/strerror-idna.c:114 lib/strerror-stringprep.c:122 lib/strerror-tld.c:72
 msgid "Cannot allocate memory"
 msgstr "Ei voida varata muistia"
 
+#: lib/strerror-idna.c:118
 msgid "System dlopen failed"
 msgstr "Järjestelmän dlopen-käsky ei onnistunut"
 
+#: lib/strerror-idna.c:122 lib/strerror-pr29.c:70 lib/strerror-punycode.c:74
+#: lib/strerror-stringprep.c:126 lib/strerror-tld.c:84
 msgid "Unknown error"
 msgstr "Tuntematon virhe"
 
+#: lib/strerror-pr29.c:62
 msgid "String not idempotent under Unicode NFKC normalization"
 msgstr "Merkkijono ei ole idempotentti Unicode NFKC-normeerauksen aikana"
 
+#: lib/strerror-punycode.c:62
 msgid "Invalid input"
 msgstr "Virheellinen syöte"
 
+#: lib/strerror-punycode.c:66 lib/strerror-stringprep.c:102
 msgid "Output would exceed the buffer space provided"
 msgstr "Tuloste ylittäisi varatun puskurin tilan"
 
+#: lib/strerror-punycode.c:70
 msgid "String size limit exceeded"
 msgstr "Merkkijonon koko ylitettiin"
 
 #  Code point is any value in the Unicode codespace; that is, the range of 
integers from 0 to hexadecimal 10FFFF.
+#: lib/strerror-stringprep.c:82
 msgid "Forbidden unassigned code points in input"
 msgstr "Kiellettyjä määräämättömiä code points-skalaariarvoja 
syötteessä"
 
+#: lib/strerror-stringprep.c:86
 msgid "Prohibited code points in input"
 msgstr "Kiellettyjä code points-skalaariarvoja syötteessä"
 
+#: lib/strerror-stringprep.c:90
 msgid "Conflicting bidirectional properties in input"
 msgstr "Ristiriitaisia kaksisuuntaisia ominaisuuksia syötteessä"
 
+#: lib/strerror-stringprep.c:94
 msgid "Malformed bidirectional string"
 msgstr "Väärän muotoinen kaksisuuntainen merkkijono"
 
+#: lib/strerror-stringprep.c:98
 msgid "Prohibited bidirectional code points in input"
 msgstr "Kiellettyjä kaksisuuntaisia code points-skalaariarvoja syötteessä"
 
+#: lib/strerror-stringprep.c:106
 msgid "Error in stringprep profile definition"
 msgstr "Virhe strngprep-profiilimäärittelyssä"
 
+#: lib/strerror-stringprep.c:110
 msgid "Flag conflict with profile"
 msgstr "Lippu ristiriidassa profiilin kanssa"
 
+#: lib/strerror-stringprep.c:114
 msgid "Unknown profile"
 msgstr "Tuntematon profiili"
 
+#: lib/strerror-stringprep.c:118
 msgid "Unicode normalization failed (internal error)"
 msgstr "Unicode-normeeraus ei onnistunut (sisäinen virhe)"
 
+#: lib/strerror-tld.c:64
 msgid "Code points prohibited by top-level domain"
 msgstr "Code points-skalaariarvot kiellettyjä ylätason toimialueessa"
 
+#: lib/strerror-tld.c:68
 msgid "Missing input"
 msgstr "Syöte puuttuu"
 
+#: lib/strerror-tld.c:80
 msgid "No top-level domain found in input"
 msgstr "Syötteestä ei löytynyt ylätason toimialuetta"
 
@@ -111,6 +144,7 @@ msgstr "Syötteestä ei löytynyt ylätason toimialuetta"
 #. for this package.  Please add _another line_ saying
 #. "Report translation bugs to <...>\n" with the address for translation
 #. bugs (typically your translation team's web or email address).
+#: src/idn.c:68
 #, c-format
 msgid ""
 "\n"
@@ -120,15 +154,18 @@ msgstr ""
 "Ilmoita virheistä osoitteeseen <%s>.\n"
 "Ilmoita käännösvirheistä osoitteeseen <address@hidden>.\n"
 
+#: src/idn.c:75
 #, c-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Lisätietoja käskyllä ”%s --help”.\n"
 
+#: src/idn.c:79
 #, c-format
 msgid "Usage: %s [OPTION]... [STRINGS]...\n"
 msgstr "Käyttö: %s [VALITSIN]... [MERKKIJONOT]...\n"
 
 #  convert -> converts ?
+#: src/idn.c:82
 msgid ""
 "Internationalized Domain Name (IDN) convert STRINGS, or standard input.\n"
 "\n"
@@ -136,6 +173,7 @@ msgstr ""
 "Kansainvälistetty verkkotunnus (IDN) muuntaa MERKKIJONOT tai 
vakiosyötteen.\n"
 "\n"
 
+#: src/idn.c:86
 msgid ""
 "Command line interface to the internationalized domain name library.\n"
 "\n"
@@ -162,6 +200,7 @@ msgstr ""
 "Pakolliset argumentit pitkille valitsimille ovat pakollisia myös lyhyille\n"
 "valitsimille.\n"
 
+#: src/idn.c:98
 msgid ""
 "  -h, --help               Print help and exit\n"
 "  -V, --version            Print version and exit\n"
@@ -169,6 +208,7 @@ msgstr ""
 "  -h, --help               Tulosta ohje ja poistu\n"
 "  -V, --version            Tulosta versio ja poistu\n"
 
+#: src/idn.c:102
 msgid ""
 "  -s, --stringprep         Prepare string according to nameprep profile\n"
 "  -d, --punycode-decode    Decode Punycode\n"
@@ -182,6 +222,7 @@ msgstr ""
 "  -a, --idna-to-ascii      Muunna ACE-koodiksi IDNA-koodista (oletustila)\n"
 "  -u, --idna-to-unicode    Muunna ACE-koodista IDNA-koodiksi\n"
 
+#: src/idn.c:109
 msgid ""
 "      --allow-unassigned   Toggle IDNA AllowUnassigned flag\n"
 "      --usestd3asciirules  Toggle IDNA UseSTD3ASCIIRules flag\n"
@@ -189,6 +230,7 @@ msgstr ""
 "      --allow-unassigned   Vaihda ”IDNA AllowUnassigned”-lipun tilaa\n"
 "      --usestd3asciirules  Vaihda ”IDNA UseSTD3ASCIIRules”-lipun tilaa\n"
 
+#: src/idn.c:113
 msgid ""
 "  -t, --tld                Check string for TLD specific rules\n"
 "                             Only for --idna-to-ascii and --idna-to-unicode\n"
@@ -196,6 +238,11 @@ msgstr ""
 "  -t, --tld                Etsi merkkijonosta TLD-kohtaisia sääntöjä\n"
 "                             Vain valitsimille ”--idna-to-ascii” ja 
”--idna-to-unicode”\n"
 
+#: src/idn.c:117
+msgid "  -n, --nfkc               Normalize string according to Unicode v3.2 
NFKC\n"
+msgstr "  -n, --nfkc               Normeeraa merkkijono ”Unicode v3.2 
NFKC”-koodauksen mukaisesti\n"
+
+#: src/idn.c:120
 msgid ""
 "  -p, --profile=STRING     Use specified stringprep profile instead\n"
 "                             Valid stringprep profiles: `Nameprep',\n"
@@ -207,6 +254,7 @@ msgstr ""
 "                             ”iSCSI”, ”Nodeprep”, ”Resourceprep”, 
\n"
 "                             ”trace”, ”SASLprep”\n"
 
+#: src/idn.c:126
 msgid ""
 "      --debug              Print debugging information\n"
 "      --quiet              Silent operation\n"
@@ -214,82 +262,100 @@ msgstr ""
 "      --debug              Tulosta virheenjäljitystiedot\n"
 "      --quiet              Hiljainen toiminta\n"
 
+#: src/idn.c:176
 #, c-format
-msgid "Only one of -s, -e, -d, -a or -u can be specified."
-msgstr "Vain yksi valitsimista -s, -e, -d, -a or -u voidaan määritellä"
+msgid "Only one of -s, -e, -d, -a, -u or -n can be specified."
+msgstr "Vain yksi valitsimista -s, -e, -d, -a, -u tai -n voidaan määritellä"
 
+#: src/idn.c:184
 #, c-format
 msgid "Charset `%s'.\n"
 msgstr "Merkistö ”%s”\n"
 
+#: src/idn.c:187
 #, c-format
 msgid "Type each input string on a line by itself, terminated by a newline 
character.\n"
 msgstr "Kirjoita jokainen merkkijono omalle rivilleen ja lopeta rivi 
rivinvaihdolla.\n"
 
+#: src/idn.c:202
 #, c-format
 msgid "Input error"
 msgstr "Syötevirhe"
 
+#: src/idn.c:212 src/idn.c:274 src/idn.c:357 src/idn.c:434 src/idn.c:515
 #, c-format
 msgid "Could not convert from %s to UTF-8."
 msgstr "Ei voitu muuntaa %s-merkistöstä UTF-8-merkistöön"
 
+#: src/idn.c:220 src/idn.c:245 src/idn.c:281 src/idn.c:498 src/idn.c:527
+#: src/idn.c:551
 #, c-format
 msgid "Could not convert from UTF-8 to UCS-4."
 msgstr "Ei voitu muuntaa UTF-8-merkistöstä UCS-4-merkistöön"
 
-#, c-format
-msgid "input[%lu] = U+%04x\n"
-msgstr "syöte[%lu] = U+%04x\n"
-
+#: src/idn.c:237
 #, c-format
 msgid "stringprep_profile: %s"
 msgstr "stringprep_profile: %s"
 
-#, c-format
-msgid "output[%lu] = U+%04x\n"
-msgstr "tuloste[%lu] = U+%04x\n"
-
+#: src/idn.c:260 src/idn.c:302 src/idn.c:345 src/idn.c:503 src/idn.c:564
 #, c-format
 msgid "Could not convert from UTF-8 to %s."
 msgstr "Ei voitu muuntaa UTF-8-merkistöstä %s-merkistöön."
 
+#: src/idn.c:295
 #, c-format
 msgid "punycode_encode: %s"
 msgstr "punycode_encode: %s"
 
-#, c-format
-msgid "malloc"
-msgstr "malloc-käsky"
-
+#: src/idn.c:323
 #, c-format
 msgid "punycode_decode: %s"
 msgstr "punycode_decode: %s"
 
+#: src/idn.c:340 src/idn.c:364 src/idn.c:442
 #, c-format
 msgid "Could not convert from UCS-4 to UTF-8."
 msgstr "Ei voitu muuntaa UCS-4-merkistöstä UTF-8-merkistöön."
 
+#: src/idn.c:381
 #, c-format
 msgid "idna_to_ascii_4z: %s"
 msgstr "idna_to_ascii_4z: %s"
 
+#: src/idn.c:395
 #, c-format
 msgid "idna_to_unicode_8z4z (TLD): %s"
 msgstr "idna_to_unicode_8z4z (TLD): %s"
 
-#, c-format
-msgid "tld[%lu] = U+%04x\n"
-msgstr "tld[%lu] = U+%04x\n"
-
+#: src/idn.c:409 src/idn.c:482
 #, c-format
 msgid "tld_check_4z (position %lu): %s"
 msgstr "tld_check_4z (sijainti %lu): %s"
 
+#: src/idn.c:412 src/idn.c:488
 #, c-format
 msgid "tld_check_4z: %s"
 msgstr "tld_check_4z: %s"
 
+#: src/idn.c:461
 #, c-format
 msgid "idna_to_unicode_8z4z: %s"
 msgstr "idna_to_unicode_8z4z: %s"
+
+#: src/idn.c:540
+#, c-format
+msgid "Could not do NFKC normalization."
+msgstr "Ei voitu tehdä NFKC-normeerausta."
+
+#~ msgid "input[%lu] = U+%04x\n"
+#~ msgstr "syöte[%lu] = U+%04x\n"
+
+#~ msgid "output[%lu] = U+%04x\n"
+#~ msgstr "tuloste[%lu] = U+%04x\n"
+
+#~ msgid "malloc"
+#~ msgstr "malloc-käsky"
+
+#~ msgid "tld[%lu] = U+%04x\n"
+#~ msgstr "tld[%lu] = U+%04x\n"
diff --git a/po/id.po.in b/po/id.po.in
index 7a5e5f1..9bbb371 100644
--- a/po/id.po.in
+++ b/po/id.po.in
@@ -1,5 +1,5 @@
 # Indonesian translations for libidn package.
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2010 Free Software Foundation, Inc.
 # This file is distributed under the same license as the libidn package.
 # Andhika Padmawan <address@hidden>, 2008.
 #
diff --git a/po/it.po.in b/po/it.po.in
index ba3f717..ef8094d 100644
--- a/po/it.po.in
+++ b/po/it.po.in
@@ -1,5 +1,5 @@
 # Italian messages for libidn.
-# Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2007, 2008, 2010 Free Software Foundation, Inc.
 # This file is distributed under the same license as the libidn package.
 # Marco Colombo <address@hidden>, 2004, 2007, 2008.
 msgid ""
diff --git a/po/ja.po.in b/po/ja.po.in
index c22067c..bd2954e 100644
--- a/po/ja.po.in
+++ b/po/ja.po.in
@@ -1,5 +1,5 @@
 # Japanese messages for libidn.
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2010 Free Software Foundation, Inc.
 # This file is distributed under the same license as the libidn package.
 # GOTO Masanori <address@hidden>, 2006.
 #
diff --git a/po/nl.po.in b/po/nl.po.in
index 77bb0d7..8930033 100644
--- a/po/nl.po.in
+++ b/po/nl.po.in
@@ -1,5 +1,5 @@
 # Dutch translations for libidn.
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2010 Free Software Foundation, Inc.
 # This file is distributed under the same license as the libidn package.
 #
 # Elros Cyriatan <address@hidden>, 2004.
diff --git a/po/pl.po.in b/po/pl.po.in
index d1a3ac7..18d4d3d 100644
--- a/po/pl.po.in
+++ b/po/pl.po.in
@@ -1,5 +1,5 @@
 # Polish translation for libidn.
-# Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2007, 2008, 2010 Free Software Foundation, Inc.
 # This file is distributed under the same license as the libidn package.
 # Jakub Bogusz <address@hidden>, 2004-2008.
 #
diff --git a/po/ro.po.in b/po/ro.po.in
index 9f9d7b4..52801f0 100644
--- a/po/ro.po.in
+++ b/po/ro.po.in
@@ -1,5 +1,5 @@
 # Mesajele în limba românã pentru libidn.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2010 Free Software Foundation, Inc.
 # Acest fiºier este distribuit sub aceeaºi licenþã ca ºi pachetul libidn.
 # Laurentiu Buzdugan <address@hidden>, 2003.
 #
diff --git a/po/rw.po.in b/po/rw.po.in
index 15fdc80..861b41b 100644
--- a/po/rw.po.in
+++ b/po/rw.po.in
@@ -1,5 +1,5 @@
 # Kinyarwanda translations for libidn package.
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2010 Free Software Foundation, Inc.
 # This file is distributed under the same license as the libidn package.
 # Steve Murphy <address@hidden>, 2005.
 # Steve performed initial rough translation from compendium built from 
translations provided by the following translators:
diff --git a/po/sr.po.in b/po/sr.po.in
index ae7ce2d..31f8ece 100644
--- a/po/sr.po.in
+++ b/po/sr.po.in
@@ -1,5 +1,5 @@
 # Serbian translation of `libidn'.
-# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2010 Free Software Foundation, Inc.
 # This file is distributed under the same license as the `libidn' package.
 # Aleksandar Jelenak <address@hidden>, 2004, 2005.
 msgid ""
diff --git a/po/zh_CN.po.in b/po/zh_CN.po.in
index 110b6b6..17164d7 100644
--- a/po/zh_CN.po.in
+++ b/po/zh_CN.po.in
@@ -1,5 +1,5 @@
 # Simplified Chinese translation for libidn
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2010 Free Software Foundation, Inc.
 # This file is distributed under the same license as the libidn package.
 # Meng Jie <address@hidden>, 2005.
 # Ji ZhengYu <address@hidden>, 2008.
@@ -11,7 +11,7 @@ msgstr ""
 "POT-Creation-Date: 2008-07-01 18:15+0200\n"
 "PO-Revision-Date: 2008-07-06 09:28中国标准时间\n"
 "Last-Translator: Ji ZhengYu <address@hidden>\n"
-"Language-Team: Chinese (simplified) <address@hidden>\n"
+"Language-Team: Chinese (simplified) <address@hidden>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/win32/include/ac-stdint.h b/win32/include/ac-stdint.h
index 6a57ff9..8d80381 100644
--- a/win32/include/ac-stdint.h
+++ b/win32/include/ac-stdint.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2010 Free Software Foundation, Inc.
    Written by Adam Strzelecki <address@hidden>
 
    This program is free software; you can redistribute it and/or
diff --git a/win32/include/idn-int.h b/win32/include/idn-int.h
index 3339e2d..2fbfd4a 100644
--- a/win32/include/idn-int.h
+++ b/win32/include/idn-int.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2010 Free Software Foundation, Inc.
    Written by Adam Strzelecki <address@hidden>
 
    This program is free software; you can redistribute it and/or
diff --git a/win32/include/stdbool.h b/win32/include/stdbool.h
index a4302b9..48cc584 100644
--- a/win32/include/stdbool.h
+++ b/win32/include/stdbool.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2010 Free Software Foundation, Inc.
    Written by Adam Strzelecki <address@hidden>
 
    This program is free software; you can redistribute it and/or


hooks/post-receive
-- 
GNU libidn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]