[pybliographer/wip/gtk3: 28/42] Revert "Updated FSF's address"



commit edc5583c4ab700bbaf8223dab4001a1c754bb4a1
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Fri Jan 31 17:09:42 2014 +0100

    Revert "Updated FSF's address"
    
    This reverts commit 5a455a2d0eb9f5fda57f5aa28156b75bec80d0b9.

 Makefile.am                     |    3 +-
 Pyblio/Autoload.py              |    3 +-
 Pyblio/Base.py                  |    3 +-
 Pyblio/ConfDir/Makefile.am      |    3 +-
 Pyblio/Config.py                |    3 +-
 Pyblio/Exceptions.py            |    3 +-
 Pyblio/Fields.py                |    3 +-
 Pyblio/Format/BibTeX.py         |    3 +-
 Pyblio/Format/Makefile.am       |    3 +-
 Pyblio/Format/Medline.py        |    3 +-
 Pyblio/Format/Ovid.py           |    3 +-
 Pyblio/Format/OvidLike.py       |    3 +-
 Pyblio/Format/Refer.py          |    3 +-
 Pyblio/Format/isifile.py        |    3 +-
 Pyblio/Formatter.py             |    3 +-
 Pyblio/GnomeUI/Common.py        |    3 +-
 Pyblio/GnomeUI/Compat.py        |    3 +-
 Pyblio/GnomeUI/Config.py        |    3 +-
 Pyblio/GnomeUI/Document.py      |    3 +-
 Pyblio/GnomeUI/Editor.py        |    3 +-
 Pyblio/GnomeUI/Entry.py         |    3 +-
 Pyblio/GnomeUI/Fields.py        |    3 +-
 Pyblio/GnomeUI/FieldsInfo.py    |    3 +-
 Pyblio/GnomeUI/FileSelector.py  |    3 +-
 Pyblio/GnomeUI/Format.py        |    3 +-
 Pyblio/GnomeUI/Index.py         |    3 +-
 Pyblio/GnomeUI/Makefile.am      |    3 +-
 Pyblio/GnomeUI/Medline.py       |    3 +-
 Pyblio/GnomeUI/Mime.py          |    3 +-
 Pyblio/GnomeUI/OpenURL.py       |    3 +-
 Pyblio/GnomeUI/Pybliographic.py |    3 +-
 Pyblio/GnomeUI/Search.py        |    3 +-
 Pyblio/GnomeUI/Sort.py          |    3 +-
 Pyblio/GnomeUI/Utils.py         |    3 +-
 Pyblio/GnomeUI/__init__.py      |    3 +-
 Pyblio/Help.py                  |    3 +-
 Pyblio/Iterator.py              |    3 +-
 Pyblio/Key.py                   |    3 +-
 Pyblio/LyX.py                   |    3 +-
 Pyblio/Makefile.am              |    3 +-
 Pyblio/Open.py                  |    3 +-
 Pyblio/Output/LaTeX.py          |    3 +-
 Pyblio/Output/Makefile.am       |    3 +-
 Pyblio/Output/html.py           |    3 +-
 Pyblio/Output/latexutils.py     |    3 +-
 Pyblio/Output/raw.py            |    3 +-
 Pyblio/Output/text.py           |    3 +-
 Pyblio/Output/textau.py         |    3 +-
 Pyblio/Output/textnum.py        |    3 +-
 Pyblio/Query.py                 |    3 +-
 Pyblio/Resource.py              |    3 +-
 Pyblio/Search.py                |    3 +-
 Pyblio/Selection.py             |    3 +-
 Pyblio/Sort.py                  |    3 +-
 Pyblio/Style/Generic.py         |    3 +-
 Pyblio/Style/Makefile.am        |    3 +-
 Pyblio/Style/Parser.py          |    3 +-
 Pyblio/Style/Utils.py           |    3 +-
 Pyblio/Style/abbrv.py           |    3 +-
 Pyblio/Style/apa4e.py           |    3 +-
 Pyblio/TextUI.py                |    3 +-
 Pyblio/Types.py                 |    3 +-
 Pyblio/Utils.py                 |    3 +-
 Pyblio/pybtextvar.py            |    3 +-
 Pyblio/recode.py                |    3 +-
 Pyblio/userformat.py            |    3 +-
 Styles/Makefile.am              |    3 +-
 configure.ac                    |    3 +-
 etc/installer.in                |    3 +-
 help/Makefile.am                |    3 +-
 po/Makefile.am                  |    3 +-
 po/el.po                        |    3 +-
 po/it.po                        | 2100 ++++++++++++++++++++++++++++++++++++++-
 pybliographer.py                |   52 +-
 scripts/Makefile.am             |    3 +-
 scripts/pybliocheck.py          |    3 +-
 scripts/pybliocompact.py        |    3 +-
 scripts/pyblioconvert.py        |    3 +-
 scripts/pyblioformat.py         |    3 +-
 scripts/pybliographic.py        |    3 +-
 scripts/pybliotex.py            |    3 +-
 scripts/pybliotext.py           |    3 +-
 tests/Makefile.am               |    3 +-
 83 files changed, 2312 insertions(+), 83 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f504d2e..31a0399 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Autoload.py b/Pyblio/Autoload.py
index 9686a8f..9485c66 100644
--- a/Pyblio/Autoload.py
+++ b/Pyblio/Autoload.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Base.py b/Pyblio/Base.py
index 958811e..e421e00 100644
--- a/Pyblio/Base.py
+++ b/Pyblio/Base.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/ConfDir/Makefile.am b/Pyblio/ConfDir/Makefile.am
index 2d07f02..6f45d6c 100644
--- a/Pyblio/ConfDir/Makefile.am
+++ b/Pyblio/ConfDir/Makefile.am
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Config.py b/Pyblio/Config.py
index c53b386..fab8d94 100644
--- a/Pyblio/Config.py
+++ b/Pyblio/Config.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Exceptions.py b/Pyblio/Exceptions.py
index 1043a15..bae1fd7 100644
--- a/Pyblio/Exceptions.py
+++ b/Pyblio/Exceptions.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Fields.py b/Pyblio/Fields.py
index 9783226..1e59e8d 100644
--- a/Pyblio/Fields.py
+++ b/Pyblio/Fields.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Format/BibTeX.py b/Pyblio/Format/BibTeX.py
index 1aacd34..35005ce 100644
--- a/Pyblio/Format/BibTeX.py
+++ b/Pyblio/Format/BibTeX.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Format/Makefile.am b/Pyblio/Format/Makefile.am
index 8c19acd..67eb5ff 100644
--- a/Pyblio/Format/Makefile.am
+++ b/Pyblio/Format/Makefile.am
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Format/Medline.py b/Pyblio/Format/Medline.py
index 87913d1..198f82f 100644
--- a/Pyblio/Format/Medline.py
+++ b/Pyblio/Format/Medline.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Format/Ovid.py b/Pyblio/Format/Ovid.py
index 01e0ade..8315fa6 100644
--- a/Pyblio/Format/Ovid.py
+++ b/Pyblio/Format/Ovid.py
@@ -16,7 +16,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Format/OvidLike.py b/Pyblio/Format/OvidLike.py
index 8f70e07..98375b4 100644
--- a/Pyblio/Format/OvidLike.py
+++ b/Pyblio/Format/OvidLike.py
@@ -16,7 +16,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Format/Refer.py b/Pyblio/Format/Refer.py
index 218ec14..6913700 100644
--- a/Pyblio/Format/Refer.py
+++ b/Pyblio/Format/Refer.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Format/isifile.py b/Pyblio/Format/isifile.py
index efda9e2..4bbf463 100644
--- a/Pyblio/Format/isifile.py
+++ b/Pyblio/Format/isifile.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Formatter.py b/Pyblio/Formatter.py
index d5d56a3..91e5046 100644
--- a/Pyblio/Formatter.py
+++ b/Pyblio/Formatter.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Common.py b/Pyblio/GnomeUI/Common.py
index 80a927f..ff8f14e 100644
--- a/Pyblio/GnomeUI/Common.py
+++ b/Pyblio/GnomeUI/Common.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 
 """
diff --git a/Pyblio/GnomeUI/Compat.py b/Pyblio/GnomeUI/Compat.py
index 0639c41..7838255 100644
--- a/Pyblio/GnomeUI/Compat.py
+++ b/Pyblio/GnomeUI/Compat.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 
 """
diff --git a/Pyblio/GnomeUI/Config.py b/Pyblio/GnomeUI/Config.py
index 3c53e66..4926395 100644
--- a/Pyblio/GnomeUI/Config.py
+++ b/Pyblio/GnomeUI/Config.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Document.py b/Pyblio/GnomeUI/Document.py
index 6910c39..0417dec 100644
--- a/Pyblio/GnomeUI/Document.py
+++ b/Pyblio/GnomeUI/Document.py
@@ -16,7 +16,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Editor.py b/Pyblio/GnomeUI/Editor.py
index 4ad4395..a070274 100644
--- a/Pyblio/GnomeUI/Editor.py
+++ b/Pyblio/GnomeUI/Editor.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Entry.py b/Pyblio/GnomeUI/Entry.py
index 8c4221d..967c6c6 100644
--- a/Pyblio/GnomeUI/Entry.py
+++ b/Pyblio/GnomeUI/Entry.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Fields.py b/Pyblio/GnomeUI/Fields.py
index e2285e3..a51c2df 100644
--- a/Pyblio/GnomeUI/Fields.py
+++ b/Pyblio/GnomeUI/Fields.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/FieldsInfo.py b/Pyblio/GnomeUI/FieldsInfo.py
index 00b7532..184dd7d 100644
--- a/Pyblio/GnomeUI/FieldsInfo.py
+++ b/Pyblio/GnomeUI/FieldsInfo.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/FileSelector.py b/Pyblio/GnomeUI/FileSelector.py
index 921786e..c4f096d 100644
--- a/Pyblio/GnomeUI/FileSelector.py
+++ b/Pyblio/GnomeUI/FileSelector.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Format.py b/Pyblio/GnomeUI/Format.py
index 4d319a0..f45bdbc 100644
--- a/Pyblio/GnomeUI/Format.py
+++ b/Pyblio/GnomeUI/Format.py
@@ -17,7 +17,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Index.py b/Pyblio/GnomeUI/Index.py
index 203719e..73a6900 100644
--- a/Pyblio/GnomeUI/Index.py
+++ b/Pyblio/GnomeUI/Index.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 #
 
diff --git a/Pyblio/GnomeUI/Makefile.am b/Pyblio/GnomeUI/Makefile.am
index f9e41dd..0f904f6 100644
--- a/Pyblio/GnomeUI/Makefile.am
+++ b/Pyblio/GnomeUI/Makefile.am
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Medline.py b/Pyblio/GnomeUI/Medline.py
index 6ac4b9c..f517f92 100644
--- a/Pyblio/GnomeUI/Medline.py
+++ b/Pyblio/GnomeUI/Medline.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Mime.py b/Pyblio/GnomeUI/Mime.py
index 46cf71c..88bc19b 100644
--- a/Pyblio/GnomeUI/Mime.py
+++ b/Pyblio/GnomeUI/Mime.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/OpenURL.py b/Pyblio/GnomeUI/OpenURL.py
index 88544b9..ebe75fc 100644
--- a/Pyblio/GnomeUI/OpenURL.py
+++ b/Pyblio/GnomeUI/OpenURL.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Pybliographic.py b/Pyblio/GnomeUI/Pybliographic.py
index 5865bfc..4113627 100644
--- a/Pyblio/GnomeUI/Pybliographic.py
+++ b/Pyblio/GnomeUI/Pybliographic.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Search.py b/Pyblio/GnomeUI/Search.py
index 27f4306..0ddd15d 100644
--- a/Pyblio/GnomeUI/Search.py
+++ b/Pyblio/GnomeUI/Search.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Sort.py b/Pyblio/GnomeUI/Sort.py
index 95d4952..a83e7dd 100644
--- a/Pyblio/GnomeUI/Sort.py
+++ b/Pyblio/GnomeUI/Sort.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/Utils.py b/Pyblio/GnomeUI/Utils.py
index 691b5bf..5193d7c 100644
--- a/Pyblio/GnomeUI/Utils.py
+++ b/Pyblio/GnomeUI/Utils.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/GnomeUI/__init__.py b/Pyblio/GnomeUI/__init__.py
index 710c932..f842135 100644
--- a/Pyblio/GnomeUI/__init__.py
+++ b/Pyblio/GnomeUI/__init__.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Help.py b/Pyblio/Help.py
index 58f1e83..b11f7df 100644
--- a/Pyblio/Help.py
+++ b/Pyblio/Help.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Iterator.py b/Pyblio/Iterator.py
index 4a06bed..182b66b 100644
--- a/Pyblio/Iterator.py
+++ b/Pyblio/Iterator.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Key.py b/Pyblio/Key.py
index ccb917e..9323877 100644
--- a/Pyblio/Key.py
+++ b/Pyblio/Key.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/LyX.py b/Pyblio/LyX.py
index f8f5814..2de54b6 100644
--- a/Pyblio/LyX.py
+++ b/Pyblio/LyX.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Makefile.am b/Pyblio/Makefile.am
index 45f1e05..f2faddc 100644
--- a/Pyblio/Makefile.am
+++ b/Pyblio/Makefile.am
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Open.py b/Pyblio/Open.py
index c4aa542..4995005 100644
--- a/Pyblio/Open.py
+++ b/Pyblio/Open.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Output/LaTeX.py b/Pyblio/Output/LaTeX.py
index 1bcf7e6..8ac58fb 100644
--- a/Pyblio/Output/LaTeX.py
+++ b/Pyblio/Output/LaTeX.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Output/Makefile.am b/Pyblio/Output/Makefile.am
index 651bf87..cb83e7b 100644
--- a/Pyblio/Output/Makefile.am
+++ b/Pyblio/Output/Makefile.am
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Output/html.py b/Pyblio/Output/html.py
index 828ba33..cf0d107 100644
--- a/Pyblio/Output/html.py
+++ b/Pyblio/Output/html.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Output/latexutils.py b/Pyblio/Output/latexutils.py
index 0dd4cc0..ca5bccf 100644
--- a/Pyblio/Output/latexutils.py
+++ b/Pyblio/Output/latexutils.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Output/raw.py b/Pyblio/Output/raw.py
index 298abbd..45f195f 100644
--- a/Pyblio/Output/raw.py
+++ b/Pyblio/Output/raw.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Output/text.py b/Pyblio/Output/text.py
index 7f8f4ff..5a4f9e2 100644
--- a/Pyblio/Output/text.py
+++ b/Pyblio/Output/text.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Output/textau.py b/Pyblio/Output/textau.py
index 8561fe2..2456dc4 100644
--- a/Pyblio/Output/textau.py
+++ b/Pyblio/Output/textau.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 # Modified version of text.py. It is used for abbrvau.xml style.
diff --git a/Pyblio/Output/textnum.py b/Pyblio/Output/textnum.py
index 837e7ee..b610d0f 100644
--- a/Pyblio/Output/textnum.py
+++ b/Pyblio/Output/textnum.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 # Modified version of text.py. It is used for abbrvnum.xml style.
diff --git a/Pyblio/Query.py b/Pyblio/Query.py
index 75c5ea7..964f68c 100644
--- a/Pyblio/Query.py
+++ b/Pyblio/Query.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Resource.py b/Pyblio/Resource.py
index f2f09ca..918307b 100644
--- a/Pyblio/Resource.py
+++ b/Pyblio/Resource.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 
 """
diff --git a/Pyblio/Search.py b/Pyblio/Search.py
index 4f3bb08..74c09c7 100644
--- a/Pyblio/Search.py
+++ b/Pyblio/Search.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Selection.py b/Pyblio/Selection.py
index b7ac7dc..9bf5cf0 100644
--- a/Pyblio/Selection.py
+++ b/Pyblio/Selection.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Sort.py b/Pyblio/Sort.py
index 5419f63..ee6ace6 100644
--- a/Pyblio/Sort.py
+++ b/Pyblio/Sort.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Style/Generic.py b/Pyblio/Style/Generic.py
index 1063a49..445c1ef 100644
--- a/Pyblio/Style/Generic.py
+++ b/Pyblio/Style/Generic.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Style/Makefile.am b/Pyblio/Style/Makefile.am
index e5838ec..55f5704 100644
--- a/Pyblio/Style/Makefile.am
+++ b/Pyblio/Style/Makefile.am
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Style/Parser.py b/Pyblio/Style/Parser.py
index 559f6e7..03244c2 100644
--- a/Pyblio/Style/Parser.py
+++ b/Pyblio/Style/Parser.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Style/Utils.py b/Pyblio/Style/Utils.py
index 45f8e58..ef59b42 100644
--- a/Pyblio/Style/Utils.py
+++ b/Pyblio/Style/Utils.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Style/abbrv.py b/Pyblio/Style/abbrv.py
index 8f02e3f..fecc055 100644
--- a/Pyblio/Style/abbrv.py
+++ b/Pyblio/Style/abbrv.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Style/apa4e.py b/Pyblio/Style/apa4e.py
index feeae8b..4cf54a0 100644
--- a/Pyblio/Style/apa4e.py
+++ b/Pyblio/Style/apa4e.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # apa4e.py based on:
 # 
diff --git a/Pyblio/TextUI.py b/Pyblio/TextUI.py
index 850d08d..01bb81a 100644
--- a/Pyblio/TextUI.py
+++ b/Pyblio/TextUI.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Types.py b/Pyblio/Types.py
index 67ed3bd..845ea78 100644
--- a/Pyblio/Types.py
+++ b/Pyblio/Types.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/Utils.py b/Pyblio/Utils.py
index e81387b..caa4023 100644
--- a/Pyblio/Utils.py
+++ b/Pyblio/Utils.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 import re
diff --git a/Pyblio/pybtextvar.py b/Pyblio/pybtextvar.py
index a217047..2190ab4 100644
--- a/Pyblio/pybtextvar.py
+++ b/Pyblio/pybtextvar.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/recode.py b/Pyblio/recode.py
index f8458c0..b823573 100644
--- a/Pyblio/recode.py
+++ b/Pyblio/recode.py
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Pyblio/userformat.py b/Pyblio/userformat.py
index 296011b..3d47059 100644
--- a/Pyblio/userformat.py
+++ b/Pyblio/userformat.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/Styles/Makefile.am b/Styles/Makefile.am
index bf72503..7a562e4 100644
--- a/Styles/Makefile.am
+++ b/Styles/Makefile.am
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 
 styledir  = $(datadir)/$(PACKAGE)/Styles
diff --git a/configure.ac b/configure.ac
index b80d23b..786b726 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,8 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 dnl GNU General Public License for more details. 
 dnl
 dnl You should have received a copy of the GNU General Public License
-dnl along with this program; if not, see <http://www.gnu.org/licenses/>.
+dnl along with this program; if not, write to the Free Software 
+dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 dnl
 dnl
 dnl Process this file with autoconf to produce a configure script.
diff --git a/etc/installer.in b/etc/installer.in
index 97b8067..b34e22b 100644
--- a/etc/installer.in
+++ b/etc/installer.in
@@ -16,7 +16,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # $Id: installer.in,v 1.1.1.1.2.2 2004/01/06 15:20:38 fredgo Exp $
 
diff --git a/help/Makefile.am b/help/Makefile.am
index dd8d652..5ad9722 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 
 AUTOMAKE_OPTIONS = -Wno-portability
diff --git a/po/Makefile.am b/po/Makefile.am
index 412687a..4cf27dc 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 
 LANGUAGES = $(shell grep -v '^\#' LINGUAS | tr '\n' ' ')
diff --git a/po/el.po b/po/el.po
index 6ba4b7b..8dcebea 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1027,7 +1027,8 @@ msgstr "χωρίς διοχέτευση εξόδου `%s'"
 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 #  GNU General Public License for more details.
 #  You should have received a copy of the GNU General Public License
-#  along with this program; if not, see <http://www.gnu.org/licenses/>.
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #: ../Pyblio/Open.py:96
 #, python-format
 msgid "method `%s' provides no opener"
diff --git a/po/it.po b/po/it.po
index 6ed1a98..8764bc2 100644
--- a/po/it.po
+++ b/po/it.po
@@ -36,7 +36,2105 @@ msgstr ""
 #. GNU General Public License for more details.
 #.
 #. You should have received a copy of the GNU General Public License
-#. along with this program; if not, see <http://www.gnu.org/licenses/>.
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. ok, load the module
+#: Pyblio/Autoload.py:76
+#, python-format
+msgid "warning: can't import %s: %s"
+msgstr "attenzione! impossibile importare %s: %s"
+
+#. get info from the given group
+#. are we preregistering an existing key ?
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. Prendre ses propres entrees
+#. et ajouter celles qu'on n'a pas
+#. call a key generator
+#. create a temporary file for the new version
+#. if we succeeded, backup file
+#. ...and bring new version online
+#. --------------------------------------------------
+#. Available fields
+#. --------------------------------------------------
+#. create the hash table
+#. Special fields
+#. Entry types
+#. ==================================================
+#. ==================================================
+#. --------------------------------------------------
+#. --------------------------------------------------
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. type definition
+#. callback definition
+#: Pyblio/Config.py:53
+#, python-format
+msgid "value of `%s' should be of type %s"
+msgstr "il valore di «%s» dovrebbe essere di tipo %s"
+
+#. eventually call the hook
+#. get all domains from the keys
+#. simplify the list
+#. simplify the list
+#. print 'SET AND SAVE:', key, value
+#: Pyblio/Config.py:207
+msgid "String"
+msgstr "Stringa"
+
+#: Pyblio/Config.py:216
+msgid "Boolean"
+msgstr "Booleano"
+
+#: Pyblio/Config.py:235
+msgid "Integer"
+msgstr "Intero"
+
+#: Pyblio/Config.py:237
+#, python-format
+msgid "Integer under %d"
+msgstr "Intero minore di %d"
+
+#: Pyblio/Config.py:239
+#, python-format
+msgid "Integer over %d"
+msgstr "Intero maggiore di %d"
+
+#: Pyblio/Config.py:241
+#, python-format
+msgid "Integer between %d and %d"
+msgstr "Intero compreso tra %d e %d"
+
+#: Pyblio/Config.py:253
+#, python-format
+msgid "Element in `%s'"
+msgstr "Elemento in «%s»"
+
+#: Pyblio/Config.py:273
+#, python-format
+msgid "Tuple (%s)"
+msgstr "Tupla (%s)"
+
+#: Pyblio/Config.py:294
+#, python-format
+msgid "List (%s)"
+msgstr "Lista (%s)"
+
+#: Pyblio/Config.py:319
+#, python-format
+msgid "Dictionary (%s, %s)"
+msgstr "Dizionario (%s, %s)"
+
+#. load the saved items
+#. read what has to be saved again
+#. TERMINATION ROUTINE
+#. This file has been borrowed from :
+#.
+#. Sketch - A Python-based interactive drawing program
+#. Copyright (C) 1997, 1998 by Bernhard Herzog
+#.
+#. This library is free software; you can redistribute it and/or
+#. modify it under the terms of the GNU Library General Public
+#. License as published by the Free Software Foundation; either
+#. version 2 of the License, or (at your option) any later version.
+#.
+#. This library is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.        See the GNU
+#. Library General Public License for more details.
+#.
+#. You should have received a copy of the GNU Library General Public
+#. License along with this library; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307        USA
+#.
+#. The Connector
+#.
+#. the list of receivers is empty now, remove the channel
+#. the object has no more channels
+#. print object, channel, args
+#. don't use try: del ... ; except KeyError here. That would create a
+#. new reference of object in a traceback object and this method should
+#. be callable from a __del__ method (at least for versions prior
+#. Python 1.5)
+#. for debugging
+#. the new finalization code in 1.5.1 might bind RemovePublisher
+#. to None before all objects derived from Publisher are deleted...
+#. Put message in the queue. If it is already queued put it at
+#. the end. This is done to make certain that no channel gets
+#. called twice between two calls to flush_message_queue. If the
+#. order of channel invocation is important two or more queues
+#. should be used.
+#. Issue all queued messages and make the queue empty
+#.
+#. Issueing messages might result in new messages being queued.
+#. This does not happen in sketch yet (Jul 1997) but let's hope
+#. that we don't get infinite loops here...
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. manually split the author into subfields.
+#. strict parsing, the whole block is the last name
+#. lazy parsing, last name is after lowercase or is last word
+#. cleanup
+#: Pyblio/Fields.py:265
+msgid "Illegal year value"
+msgstr "Anno non valido"
+
+#: Pyblio/Fields.py:269
+msgid "Illegal month value"
+msgstr "Mese non valido"
+
+#: Pyblio/Fields.py:273
+msgid "Illegal day value"
+msgstr "Giorno non valido"
+
+#. Consider we handle a local file
+#. get the list of databases
+#: Pyblio/Fields.py:443
+#, python-format
+msgid "in %s"
+msgstr "in %s"
+
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. Extension module for BibTeX files
+#. this database is shared between all the unpickled entries
+#. Check for date fields
+#. check if this entry provides a date field
+#. First, eventually remove from cache
+#. First, set the cache for free
+#. then, convert as bibtex.
+#. copy the native fields
+#. add the cached fields
+#. transform the entry in a non-bibtex entry (as we don't keep
+#. the specific information anyway, like @String,...)
+#. look in the cache first
+#. search its declared type
+#. Author
+#. Date
+#. Any other text
+#. a reference on the same database
+#. specific fields, like URL
+#. Ouvrir le fichier associe
+#. Incorporer les definitions de l'utilisateur
+#: Pyblio/Format/BibTeX.py:346 Pyblio/Format/BibTeX.py:404
+#, python-format
+msgid "key `%s' is malformed"
+msgstr "la chiave «%s» è malformata"
+
+#. Creer la base de cles
+#: Pyblio/Format/BibTeX.py:367 Pyblio/Format/BibTeX.py:388
+#, python-format
+msgid "%s:%d: key `%s' already defined"
+msgstr "%s:%d: la chiave «%s» esiste già"
+
+#. set the entry parser to the current one, so
+#. that we keep the current string definitions
+#. ==================================================
+#. write the type and key
+#. create a hash containing all the keys, to keep track
+#. of those who have been already written
+#. we have to handle the special case of the dates
+#. create the list of months
+#. loop over all the fields
+#. we are processing a date...
+#. we are processing a normal entry
+#. convert the field in a bibtex form
+#. we are processing a date...
+#. we are processing a normal entry
+#. eventually convert the crossref
+#. write according to the type order
+#. dico contains all the available fields
+#. write header
+#. locate the entries that belong to a BibTeX database
+#. and those who contain crossreferences
+#. write the string definitions corresponding to these entries
+#. write the list of strings
+#. write the crossreferenced ones
+#. write the entries with no cross references
+#. Ouvrir le fichier associe
+#. create a database to generate correct keys
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. Extension module for Medline files
+#. rewind the file
+#. Skip whitespace
+#. don't forget the last item
+#. create the entry with the actual fields
+#. analyze the author by ourself.
+#. in upper-case, this is a first name
+#. if there is no last name, there can't be a first name
+#. there was a first name, this must be a lineage
+#. The simple fields...
+#. UI identifiant unique
+#. AU auteurs *
+#. TI titre
+#. LA langue *
+#. MH mots clés *
+#. PT *  type : JOURNAL ARTICLE, REVIEW, REVIEW, TUTORIAL,CLINICAL TRIAL,
+#. RANDOMIZED CONTROLLED TRIAL, LETTER, EDITORIAL, MULTICENTER STUDY,
+#. NEWS, HISTORICAL ARTICLE
+#. DA date de ?? en yyyymmdd
+#. DP date de ?? en yyyy mois +/-j
+#. IS
+#. TA titre de la revue
+#. PG
+#. SB
+#. CY pays d'édition ?
+#. IP
+#. VI
+#. JC
+#. AA semble être toujours Author ou AUTHOR
+#. EM date de?? en yyyymm
+#. AB
+#. AD
+#. PMID
+#. SO  référence complète
+#. RN semble indexer des substances chimiques
+#. TT titre dans la langue d'origine
+#. 4099 URL vers l'article
+#. 4100 URL vers abstract de l'article ??
+#. write the remaining know fields
+#. write the unknown fields
+#. This file is part of pybliographer
+#.
+#. Original author of Ovid reader: Travis Oliphant <Oliphant Travis mayo edu>
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. This file is part of pybliographer
+#.
+#. Original author of Ovid reader: Travis Oliphant <Oliphant Travis mayo edu>
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. create list from month dict
+#. rewind the file
+#. skip blank and <\d+> line
+#. read entry till next blank line
+#. starting with a blank ?
+#. ...then we continue the current text
+#. new entry ?
+#. else, this is a new field
+#. save the previous one if needed
+#. store the name of this new field
+#. don't waste the last field content
+#. did we parse a field ?
+#. create the entry content
+#. parse a simple text field
+#. parse an author field
+#. authors may be separated by just a single space if more
+#. than one line of authors appears in ovid file
+#. parse a source field
+#. separate fields by ,
+#. extract volume, number, pages, ...
+#. the date field precedes pages
+#. we have to work from the end since there may be
+#. characters unrelated to the date at the start of the
+#. field
+#. additional information we do not want to loose
+#. the journal name and additional information
+#. do we have one of those fields ?
+#. put the title
+#. final dot.
+#. correct the number of dots...
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. Extension module for Refer files
+#. Martin Wilck <martin tropos de> added support for citation label field.
+#. rewind the file
+#. store the current field
+#. determine the real type
+#. we matched a new field start
+#. store the current field
+#. in the general case, append the new text
+#. some fields are not to be used in output, as we
+#. lost their content
+#. one field per author
+#. general case
+#. This file is part of Pybliographer
+#.
+#. Copyright (C) 1998-2003 Peter Schulte-Stracke
+#. Email : Peter Schulte-Stracke t-online de
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. set by
+#. A text is either a string or a list:
+#. what does that mean ??
+#. error situation
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. completer le texte
+#. completer les champs
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. TO DO:
+#. Parent for dialogue
+#. List view troubles
+#. self.dialog.set_parent (parent) ####
+#: Pyblio/GnomeUI/Config.py:61
+msgid "Choose your preferences"
+msgstr "Scegliere le preferenze"
+
+#. Create the edition widget...
+#. #                     tooltips.set_tip (button, desc)
+#. items should not be spread vertically, however
+#: Pyblio/GnomeUI/Config.py:142 Pyblio/GnomeUI/Fields.py:412
+msgid ""
+"Some changes require to restart Pybliographic\n"
+"to be correctly taken into account"
+msgstr ""
+"Alcuni cambiamenti richiedono il riavvio di Pybliographic\n"
+"per essere presi correttamente in considerazione"
+
+#. print 'CHANGED:', self.key
+#. print 'UPDATE:', self.key, self.get(), force
+#. default?
+#. Python 2.2 considers True as an Int, and 2.3 as a
+#. Boolean... So we cast it to an int for compatibility
+#. print 'SET TUPLE:', value, item
+#. col.set_sizing(gtk.TREE_VIEW_COLUMN_AUTOSIZE)
+#: Pyblio/GnomeUI/Config.py:424
+msgid "Add"
+msgstr "Aggiungi"
+
+#: Pyblio/GnomeUI/Config.py:427
+msgid "Update"
+msgstr "Aggiorna"
+
+#: Pyblio/GnomeUI/Config.py:430 Pyblio/GnomeUI/Config.py:534
+msgid "Remove"
+msgstr "Rimuovi"
+
+#. Bottom
+#. m.row.changed(row)
+#. col.set_sizing(gtk.TREE_VIEW_COLUMN_AUTOSIZE)
+#: Pyblio/GnomeUI/Config.py:531
+msgid "Set"
+msgstr "Imposta"
+
+#. Bottom
+#: Pyblio/GnomeUI/Config.py:546
+msgid "Key:"
+msgstr "Chiave:"
+
+#: Pyblio/GnomeUI/Config.py:548
+msgid "Value:"
+msgstr "Valore:"
+
+#. print 'REMOVE:', m, iter, dict
+#. print 'UPDATE:', self.valuew.get()
+#. m.row_inserted (i.path, i.iter)
+#. print 'SELECT:', m, row
+#. Local Variables:
+#. py-master-file: "tConfig.py"
+#. End:
+#. -*- coding: utf-8 -*-
+#.
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. The Index list
+#. The text area
+#. Status bar
+#. set window size
+#. set paned size
+#. application variables
+#. set the default sort method
+#. remove !
+#. This list contains the info needed to create the "Previous Documents" menu.
+#. This list contains the names of the menu entries that can be
+#. fetched back by factory.get_widget calls. The two lists
+#. differ as the factory.create_items () function interprets
+#. underscores to mark shortcuts, whereas the get_widget call
+#. does not escape the underscores...
+#. Display name in the menu
+#. Bind the actual file info to each menu entry
+#: Pyblio/GnomeUI/Document.py:203
+#, python-format
+msgid ""
+"can't open file `%s' for writing:\n"
+"%s"
+msgstr ""
+"Impossibile aprire il file «%s» per la scrittura:\n"
+"%s"
+
+#: Pyblio/GnomeUI/Document.py:224
+#, python-format
+msgid ""
+"Error while parsing `%s':\n"
+"%s"
+msgstr ""
+"Errore durante l'analisi di «%s»:\n"
+"%s"
+
+#: Pyblio/GnomeUI/Document.py:240
+msgid "New database"
+msgstr "Nuovo database"
+
+#: Pyblio/GnomeUI/Document.py:248 Pyblio/GnomeUI/Document.py:252
+msgid "[no entry]"
+msgstr "[nessuna voce]"
+
+#: Pyblio/GnomeUI/Document.py:249
+msgid "[1 entry]"
+msgstr "[1 voce]"
+
+#: Pyblio/GnomeUI/Document.py:250
+#, python-format
+msgid "[%d entries]"
+msgstr "[%d voci]"
+
+#: Pyblio/GnomeUI/Document.py:253
+#, python-format
+msgid "[%d/1 entry]"
+msgstr "[%d/1 voce]"
+
+#: Pyblio/GnomeUI/Document.py:254
+#, python-format
+msgid "[%d/%d entries]"
+msgstr "[%d/%d voci]"
+
+#: Pyblio/GnomeUI/Document.py:259
+msgid "[modified]"
+msgstr "[modificato]"
+
+#: Pyblio/GnomeUI/Document.py:269
+msgid ""
+"The database has been modified.\n"
+"Discard changes ?"
+msgstr ""
+"Il database è stato modificato.\n"
+"Scartare i cambiamenti?"
+
+#. no result.
+#: Pyblio/GnomeUI/Document.py:294
+msgid "Your query returned no result"
+msgstr "La query non ha prodotto risultati"
+
+#. get a new file name
+#: Pyblio/GnomeUI/Document.py:304
+msgid "Merge file"
+msgstr "Incorpora file"
+
+#: Pyblio/GnomeUI/Document.py:316 Pyblio/GnomeUI/Document.py:370
+msgid "Open error"
+msgstr "Errore di apertura"
+
+#. loop over the entries
+#: Pyblio/GnomeUI/Document.py:340
+msgid "Merge status"
+msgstr "Stato di incorporamento"
+
+#. get a new file name
+#: Pyblio/GnomeUI/Document.py:351
+msgid "Open file"
+msgstr "Apri file"
+
+#. eventually warn interested objects
+#: Pyblio/GnomeUI/Document.py:397
+msgid ""
+"The database has been externally modified.\n"
+"Overwrite changes ?"
+msgstr ""
+"Il database è stato modificato dall'esterno.\n"
+"Sovrascrivere i cambiamenti?"
+
+#: Pyblio/GnomeUI/Document.py:407
+#, python-format
+msgid ""
+"Unable to save `%s':\n"
+"%s"
+msgstr ""
+"Impossibile salvare «%s»:\n"
+"%s"
+
+#: Pyblio/GnomeUI/Document.py:415
+msgid ""
+"An internal error occured during saving\n"
+"Try to Save As..."
+msgstr ""
+"È avvenuto un errore interno durante il salvataggio.\n"
+"Provare «Salva come...»"
+
+#. get the current modification date
+#. get a new file name
+#: Pyblio/GnomeUI/Document.py:429
+msgid "Save As..."
+msgstr "Salva come..."
+
+#: Pyblio/GnomeUI/Document.py:435
+#, python-format
+msgid ""
+"The file `%s' already exists.\n"
+"Overwrite it ?"
+msgstr ""
+"Il file «%s» esiste già.\n"
+"Sovrascriverlo?"
+
+#: Pyblio/GnomeUI/Document.py:442
+#, python-format
+msgid ""
+"During opening:\n"
+"%s"
+msgstr ""
+"Durante l'apertura:\n"
+"%s"
+
+#: Pyblio/GnomeUI/Document.py:460
+msgid "Reopen error"
+msgstr "Errore di riapertura"
+
+#: Pyblio/GnomeUI/Document.py:501
+#, python-format
+msgid ""
+"An entry called `%s' already exists.\n"
+"Rename and add it anyway ?"
+msgstr ""
+"Una voce chiamata «%s» esiste già.\n"
+"Rinominarla e aggiungerla comunque?"
+
+#: Pyblio/GnomeUI/Document.py:538
+msgid "Really remove all the entries ?"
+msgstr "Rimuovere veramente tutte le voci?"
+
+#: Pyblio/GnomeUI/Document.py:558
+msgid "Create new entry"
+msgstr "Crea una nuova voce"
+
+#: Pyblio/GnomeUI/Document.py:572
+#, python-format
+msgid "Really edit %d entries ?"
+msgstr "Modificare veramente le %d voci?"
+
+#: Pyblio/GnomeUI/Document.py:610
+#, python-format
+msgid "Remove all the %d entries ?"
+msgstr "Rimuovere tutte le %d voci?"
+
+#: Pyblio/GnomeUI/Document.py:612
+#, python-format
+msgid "Remove entry `%s' ?"
+msgstr "Rimuovere la voce «%s»?"
+
+#: Pyblio/GnomeUI/Document.py:676 Pyblio/GnomeUI/Document.py:683
+#, python-format
+msgid ""
+"Can't connect to LyX:\n"
+"%s"
+msgstr ""
+"Impossibile connettersi a LyX:\n"
+"%s"
+
+#. filter out special keys
+#. the user searches the first entry in its ordering that starts with this letter
+#. two keys in a same shot: we search for the composition of the words
+#. search first occurence
+#. Save the graphical aspect of the interface
+#. 1.- Window size
+#. 2.- Proportion betzeen list and text
+#. updates the index's config
+#: Pyblio/GnomeUI/Document.py:753
+msgid "This program is copyrighted under the GNU GPL"
+msgstr "Questo programma è coperto dalla licenza GNU GPL"
+
+#: Pyblio/GnomeUI/Document.py:754
+msgid "Gnome interface to the Pybliographer system."
+msgstr "Interfaccia Gnome a Pybliographer."
+
+#: Pyblio/GnomeUI/Document.py:763
+msgid "Gnome Translation Team"
+msgstr "Yuri Bongiorno"
+
+#: Pyblio/GnomeUI/Document.py:768
+msgid "Pybliographer Home Page"
+msgstr "Sito web di Pybliographer"
+
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. TO FIX
+#. entry editor for more than 50 chars
+#: Pyblio/GnomeUI/Editor.py:38
+msgid "Last Name, First Name"
+msgstr "Cognome, Nome"
+
+#: Pyblio/GnomeUI/Editor.py:39 Pyblio/GnomeUI/Fields.py:41
+#: glade/config1.glade.h:14 glade/fields1.glade.h:19
+msgid "Text"
+msgstr "Testo"
+
+#: Pyblio/GnomeUI/Editor.py:322
+msgid "Day"
+msgstr "Giorno"
+
+#: Pyblio/GnomeUI/Editor.py:331
+msgid "Month"
+msgstr "Mese"
+
+#: Pyblio/GnomeUI/Editor.py:340
+msgid "Year"
+msgstr "Anno"
+
+#: Pyblio/GnomeUI/Editor.py:365
+msgid "Invalid day field in date"
+msgstr "Campo del giorno non valido nella data"
+
+#: Pyblio/GnomeUI/Editor.py:373
+msgid "Invalid month field in date"
+msgstr "Campo del mese non valido nella data"
+
+#: Pyblio/GnomeUI/Editor.py:381
+msgid "Invalid year field in date"
+msgstr "Campo dell'anno non valido nella data"
+
+#. self.edit.set_editable (True)
+#. A delete button
+#: Pyblio/GnomeUI/Editor.py:431 Pyblio/GnomeUI/Search.py:86
+msgid "Delete"
+msgstr "Elimina"
+
+#: Pyblio/GnomeUI/Editor.py:442 Pyblio/GnomeUI/Editor.py:454
+#: Pyblio/GnomeUI/Editor.py:457
+msgid "[ Drop an Entry here ]"
+msgstr "[Trascinare qui una voce]"
+
+#. Config save?
+#. print 'SELF:FM[P][2]:', self.fm[p] [2]
+#. print 'TYP!', args, x, sel, m, iter
+#. ------------------------------------------------------------
+#. Page 2
+#. PAGE 2
+#: Pyblio/GnomeUI/Editor.py:527 Pyblio/GnomeUI/Fields.py:231
+#: glade/config1.glade.h:8 glade/fields1.glade.h:6
+msgid "Entry type"
+msgstr "Tipo di voce"
+
+#: Pyblio/GnomeUI/Editor.py:529
+msgid "Key"
+msgstr "Chiave"
+
+#: Pyblio/GnomeUI/Editor.py:570
+msgid "Create Field"
+msgstr "Crea il campo"
+
+#. Notebook
+#. scroll = gtk.ScrolledWindow ()
+#. scroll.set_policy (GTK.POLICY_AUTOMATIC, GTK.POLICY_AUTOMATIC)
+#. scroll.add_with_viewport (self.notebook)
+#. update the current entry
+#: Pyblio/GnomeUI/Editor.py:625 Pyblio/GnomeUI/Fields.py:446
+msgid "Mandatory"
+msgstr "Obbligatorio"
+
+#: Pyblio/GnomeUI/Editor.py:625 Pyblio/GnomeUI/Fields.py:447
+msgid "Optional"
+msgstr "Facoltativo"
+
+#: Pyblio/GnomeUI/Editor.py:625
+msgid "Extra"
+msgstr "Supplementare"
+
+#. update the current entry
+#: Pyblio/GnomeUI/Editor.py:694
+msgid "Invalid key format"
+msgstr "Formato della chiave non valido"
+
+#: Pyblio/GnomeUI/Editor.py:702
+#, python-format
+msgid "Key `%s' already exists"
+msgstr "La chiave «%s» esiste già"
+
+#: Pyblio/GnomeUI/Editor.py:763
+msgid "Error in native string parsing"
+msgstr "Errore durante l'analisi della stringa nativa"
+
+#: Pyblio/GnomeUI/Editor.py:776
+msgid "Edit entry"
+msgstr "Modifica la voce"
+
+#. check if the database supports native editing
+#: Pyblio/GnomeUI/Editor.py:790 Pyblio/GnomeUI/Editor.py:846
+msgid "Native Editing"
+msgstr "Editing nativo"
+
+#. Reject the switch if the data is invalid
+#. native edition
+#: Pyblio/GnomeUI/Editor.py:868
+msgid "Standard Editing"
+msgstr "Editing standard"
+
+#. set window size
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. currently, nothing to display
+#. Display this entry
+#. Add a button to open the URL
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. TO DO:
+#. adapt menu item for this dialog
+#. cleaning up
+#: Pyblio/GnomeUI/Fields.py:40
+msgid "Authors"
+msgstr "Autori"
+
+#: Pyblio/GnomeUI/Fields.py:42 glade/config1.glade.h:16
+#: glade/fields1.glade.h:21
+msgid "URL"
+msgstr "URL"
+
+#: Pyblio/GnomeUI/Fields.py:43
+msgid "Reference"
+msgstr "Riferimento"
+
+#: Pyblio/GnomeUI/Fields.py:44
+msgid "Date"
+msgstr "Data"
+
+#. ------------------------------------------------------------
+#. Page 1
+#: Pyblio/GnomeUI/Fields.py:119 glade/config1.glade.h:11
+#: glade/fields1.glade.h:10
+msgid "Name"
+msgstr "Nome"
+
+#: Pyblio/GnomeUI/Fields.py:122 glade/config1.glade.h:15
+#: glade/fields1.glade.h:20
+msgid "Type"
+msgstr "Tipo"
+
+#. print self.entries.keys()
+#. ------------------------------------------------------------
+#. Page 3
+#: Pyblio/GnomeUI/Fields.py:295
+msgid "Available"
+msgstr "Disponibile"
+
+#: Pyblio/GnomeUI/Fields.py:305
+msgid "Associated"
+msgstr "Associato"
+
+#: Pyblio/GnomeUI/Fields.py:316
+msgid "Please, select an entry type from previous page."
+msgstr "Selezionare un tipo di voce dalla pagina precedente."
+
+#: Pyblio/GnomeUI/Fields.py:327
+#, python-format
+msgid "Fields associated with <b>%s</b> entry type"
+msgstr "Campi associati col tipo di voce <b>%s</b>"
+
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#: Pyblio/GnomeUI/FileSelector.py:44
+msgid "File"
+msgstr "File"
+
+#. url handler
+#. type selector
+#: Pyblio/GnomeUI/FileSelector.py:79
+msgid "Bibliography type:"
+msgstr "Tipo di bibliografia:"
+
+#. menu content
+#. If we select a directory, this means the user did not select
+#. a file, so we consider the URL. Otherwise, consider the user
+#. input as a plain file.
+#. If it is an URL, we still need to track the last directory selected.
+#. construct a nice URL
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. Fill the output format drop-down menu
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. TO FIX
+#.
+#. - DnD with the world
+#. - Copy/Paste with the world
+#. contextual popup menu
+#: Pyblio/GnomeUI/Index.py:95
+msgid "Add..."
+msgstr "Aggiungi..."
+
+#: Pyblio/GnomeUI/Index.py:97
+msgid "Edit..."
+msgstr "Modifica..."
+
+#: Pyblio/GnomeUI/Index.py:99
+msgid "Delete..."
+msgstr "Elimina..."
+
+#. some events we want to react to...
+#. DnD configuration
+#. Copy/Paste configuration
+#. We handle three selections: one specific to the application,
+#. the clipboard, and the primary. Therefore, we should be able
+#. to paste into every kind of editor/application.
+#. if we want the keys, return the keys !
+#. else, return the full entries
+#. Advertise the fact that we hold the selection
+#. Request the selection as a full entry
+#. if we want the keys, return the keys !
+#. else, return the full entries
+#. must return a set of keys
+#. --------------------------------------------------
+#. clear the access table
+#. matching !
+#. we must be after the entry...
+#. well, show the user its entry must be after the bounds
+#. what menu items are accessible ?
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. Fill in the combo boxes
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. Manipulate data as strings
+#. Manipulate pickled keys
+#. Manipulate pickled entries
+#. Related string definitions
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. register several callbacks
+#. FIXME.
+#. history.recently_used (file, 'application/x-bibtex',
+#. 'pybliographic', 'Bibliography')
+#. warn all the documents
+#. get the modification date...
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. the tree model contains a string that explains the query,
+#. and a python object representing the actual query.
+#. the view does not display the python column, of course.
+#. The root of the search tree is the full database
+#: Pyblio/GnomeUI/Search.py:71
+msgid "Full database"
+msgstr "Database completo"
+
+#. We are set up.
+#. Expert search
+#: Pyblio/GnomeUI/Search.py:141
+msgid "internal error during evaluation"
+msgstr "errore interno durante la valutazione"
+
+#. Simple Search
+#. get the type description
+#: Pyblio/GnomeUI/Search.py:195
+#, python-format
+msgid ""
+"while compiling %s\n"
+"error: %s"
+msgstr ""
+"Durante la compilazione di «%s»\n"
+"errore: %s"
+
+#. No search
+#. Get the path to the query being refined
+#. If we are refining a previous query, build the new query as
+#. a logical and of the previous and new query.
+#. Add the new query in the tree and ensure it is visible and selected.
+#. Only allow removal when a valid query is selected
+#. Do not allow removal of the root.
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. This dialog is described as a glade XML file
+#. Only the first two rows are visibles, the others are for
+#. internal bookkeeping.
+#. Gather the current sort info for all the available
+#. fields. We create a tuple containing:
+#. (display name, sort criterion instance, sort direction)
+#.
+#. The sort direction can be:
+#. 0: not sorting according to this
+#. 1: ascending sort
+#. -1: descending sort
+#. These are additional search fields
+#: Pyblio/GnomeUI/Sort.py:97
+msgid "[Entry Type]"
+msgstr "[Tipo di voce]"
+
+#: Pyblio/GnomeUI/Sort.py:98
+msgid "[Key Value]"
+msgstr "[Valore della chiave]"
+
+#. Update the list with the current user settings
+#. In the list, display the fields that are used in the current
+#. sort procedure first.
+#. Only consider fields on which we sort
+#. Store the direction of sorting in each item
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. This is a class variable that contains the file name to load for
+#. each instance of a subclass.
+#. Set the parent window. The root widget is not necessarily
+#. exported as an instance attribute.
+#: Pyblio/GnomeUI/Utils.py:196
+msgid "The following errors occured:\n"
+msgstr "Sono avvenuti i seguenti errori:\n"
+
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. Perform the first initialisation of Gnome, so that the options passed to the script
+#. are not passed to Gnome
+#. correctly identify the program
+#. clean up our garbage
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. --------------------------------------------------
+#. --------------------------------------------------
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#: Pyblio/LyX.py:39
+#, python-format
+msgid "no input pipe `%s'"
+msgstr "manca pipe «%s» di input"
+
+#: Pyblio/LyX.py:45
+#, python-format
+msgid "no output pipe `%s'"
+msgstr "manca pipe «%s» di output"
+
+#. Say hello !
+#. print self.pout.read ()
+#. ans = string.strip (ans)
+#. if ans [0:4] != 'INFO':
+#. raise IOError, ("LyX server error: " + ans,)
+#. print self.pout.read ()
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#: Pyblio/Open.py:97
+#, python-format
+msgid "method `%s' provides no opener"
+msgstr "il metodo «%s» non fornisce un opener"
+
+#. Consider the reference as an URL
+#: Pyblio/Open.py:105 Pyblio/Open.py:151
+#, python-format
+msgid "File `%s' does not exist"
+msgstr "Il file «%s» non esiste"
+
+#. eventually load a new module
+#: Pyblio/Open.py:116 Pyblio/Open.py:162
+#, python-format
+msgid "don't know how to open `%s'"
+msgstr "non so come aprire «%s»"
+
+#: Pyblio/Open.py:143
+#, python-format
+msgid "method `%s' provides no iterator"
+msgstr "il metodo «%s» non fornisce un iteratore"
+
+#: glade/config1.glade.h:1 glade/fields1.glade.h:1 glade/format.glade.h:1
+#: glade/medline.glade.h:1 glade/search.glade.h:1
+msgid "*"
+msgstr "*"
+
+#: glade/config1.glade.h:2
+msgid "<b>Entry type</b>"
+msgstr "<b>Tipo di voce</b>"
+
+#: glade/config1.glade.h:3
+msgid "A"
+msgstr "A"
+
+#: glade/config1.glade.h:4 glade/fields1.glade.h:2
+msgid "Association"
+msgstr "Associazione"
+
+#: glade/config1.glade.h:5 glade/fields1.glade.h:3
+msgid "Datum"
+msgstr "Dato"
+
+#: glade/config1.glade.h:6 glade/fields1.glade.h:4
+msgid "Editor"
+msgstr "Editor"
+
+#: glade/config1.glade.h:7 glade/fields1.glade.h:5
+msgid "Entries"
+msgstr "Voci"
+
+#: glade/config1.glade.h:9
+msgid "FIELDS DEFINITION"
+msgstr "Definizione campi"
+
+#: glade/config1.glade.h:10 glade/fields1.glade.h:8
+msgid "Fields "
+msgstr "Campo "
+
+#: glade/config1.glade.h:12 glade/fields1.glade.h:11
+msgid "Name "
+msgstr "Nome "
+
+#: glade/config1.glade.h:13
+msgid "Pybliographer Configuration"
+msgstr "Configurazione di Pybliographer"
+
+#: glade/config1.glade.h:17
+msgid "standard fields"
+msgstr "Campi standard"
+
+#: glade/fields1.glade.h:7
+msgid "Entry types and field names configuration"
+msgstr "Configurazione dei nomi dei campi e dei tipi di voce"
+
+#: glade/fields1.glade.h:9
+msgid "Information for <b>Article</b> entry type"
+msgstr "Informazione per il tipo di voce <b>Article</b>"
+
+#: glade/fields1.glade.h:12
+msgid ""
+"Select an entry type and specify \n"
+"its associated (mandatory and\n"
+"optional) fields on the next page.\n"
+"\n"
+"\n"
+"\n"
+msgstr ""
+"Selezionare un tipo di voce e specificare\n"
+"nella pagina seguente i suoi campi \n"
+"associati (obbligatorio e opzionale).\n"
+"\n"
+"\n"
+"\n"
+
+#: glade/format.glade.h:2
+msgid "Bibliography style:"
+msgstr "Stile di bibliografia:"
+
+#: glade/format.glade.h:3
+msgid "Format entries"
+msgstr "Formato delle voci"
+
+#: glade/format.glade.h:4
+msgid "Output file:\n"
+msgstr "File di output:\n"
+
+#: glade/format.glade.h:6
+msgid "Output format:"
+msgstr "Formato di output:"
+
+#: glade/format.glade.h:7
+msgid "Save Formatted as"
+msgstr "Salva formattato come"
+
+#: glade/format.glade.h:8
+msgid "Style Selection"
+msgstr "Selezione dello stile"
+
+#: glade/medline.glade.h:2
+msgid "Enter your Medline Query"
+msgstr "Inserire la query di Medline"
+
+#: glade/medline.glade.h:3
+msgid "From:"
+msgstr "Da:"
+
+#: glade/medline.glade.h:4
+msgid "Limited to:"
+msgstr "Limitato a:"
+
+#: glade/medline.glade.h:5
+msgid ""
+"Maximum number\n"
+"of results:"
+msgstr ""
+"Numero massimo\n"
+"di risultati:"
+
+#: glade/medline.glade.h:7
+msgid "Medline Query"
+msgstr "Interroga Medline"
+
+#: glade/medline.glade.h:8
+msgid ""
+"Only items \n"
+"ahead of print"
+msgstr ""
+"Solo quelli con\n"
+"l'intestazione di stampa"
+
+#: glade/medline.glade.h:10
+msgid ""
+"Only items \n"
+"with abstracts"
+msgstr ""
+"Solo quelli che\n"
+"hanno l'abstract"
+
+#: glade/medline.glade.h:12
+msgid ""
+"Search \n"
+"PubMed for:"
+msgstr ""
+"Cerca su\n"
+"PubMed:"
+
+#: glade/medline.glade.h:14
+msgid ""
+"Starting listing at\n"
+"result number:"
+msgstr ""
+"Inizia a elencare dal\n"
+"risultato numero:"
+
+#: glade/medline.glade.h:16
+msgid "To:"
+msgstr "A:"
+
+#: glade/medline.glade.h:17
+msgid ""
+"Use the format YYYY/MM/DD\n"
+"Month and day are optional."
+msgstr ""
+"Usare il formato AAAA/MM/GG\n"
+"Mese e giorno sono facoltativi."
+
+#: glade/pyblio.glade.h:1
+msgid "Cite"
+msgstr "Cita"
+
+#: glade/pyblio.glade.h:2
+msgid "Cite..."
+msgstr "Cita..."
+
+#: glade/pyblio.glade.h:3
+msgid "Fields..."
+msgstr "Campi..."
+
+#: glade/pyblio.glade.h:4
+msgid "Forget all changes"
+msgstr "Annulla tutte le modifiche"
+
+#: glade/pyblio.glade.h:5
+msgid "Format..."
+msgstr "Formato..."
+
+#: glade/pyblio.glade.h:6
+msgid "Medline Query..."
+msgstr "Interroga Medline..."
+
+#: glade/pyblio.glade.h:7
+msgid "Merge With..."
+msgstr "Incorpora con..."
+
+#: glade/pyblio.glade.h:8
+msgid "Open File"
+msgstr "Apri file"
+
+#: glade/pyblio.glade.h:9
+msgid "Previous Documents"
+msgstr "Documenti precedenti"
+
+#: glade/pyblio.glade.h:10
+msgid "Pybliographer"
+msgstr "Pybliographer"
+
+#: glade/pyblio.glade.h:11
+msgid "S_ort..."
+msgstr "_Ordina..."
+
+#: glade/pyblio.glade.h:12
+msgid "Save File"
+msgstr "Salva file"
+
+#: glade/pyblio.glade.h:13
+msgid "Settings"
+msgstr "Impostazioni"
+
+#: glade/pyblio.glade.h:14
+msgid "_Add..."
+msgstr "_Aggiungi..."
+
+#: glade/pyblio.glade.h:15
+msgid "_Delete..."
+msgstr "_Elimina..."
+
+#: glade/pyblio.glade.h:16
+msgid "_Edit..."
+msgstr "_Modifica..."
+
+#: glade/pyblio.glade.h:17
+msgid "_New"
+msgstr "_Nuovo"
+
+#: glade/search.glade.h:2
+msgid "Close"
+msgstr "Chiudi"
+
+#: glade/search.glade.h:3
+msgid "Expert Search"
+msgstr "Ricerca avanzata"
+
+#: glade/search.glade.h:4
+msgid "Field"
+msgstr "Campo"
+
+#: glade/search.glade.h:5
+msgid "Pattern"
+msgstr "Modello"
+
+#: glade/search.glade.h:6
+msgid "Query"
+msgstr "Query"
+
+#: glade/search.glade.h:7
+msgid "Search"
+msgstr "Cerca"
+
+#: glade/search.glade.h:8
+msgid "Simple Search"
+msgstr "Ricerca semplice"
+
+#: glade/sort.glade.h:1
+msgid "Select sort criterions"
+msgstr "Seleziona i criteri di ordinamento"
+
+#: glade/sort.glade.h:2
+msgid "Set as default"
+msgstr "Imposta come predefinito"
+
+#. ! @python_path@
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#: pybliographer.py:40
+#, python-format
+msgid "This is %s, version %s"
+msgstr "Questo è %s, versione %s"
+
+#: pybliographer.py:44 pybliographer.py:51
+msgid "This is free software with ABSOLUTELY NO WARRANTY."
+msgstr "Questo è software libero SENZA NESSUNA GARANZIA."
+
+#: pybliographer.py:45
+msgid "For details, type `warranty'."
+msgstr "Per i dettagli, digitare «warranty»."
+
+#. ---------- Lire les fichiers de conf
+#. Fichiers standards
+#. Fichiers passes en argument au programme
+#: pybliographer.py:108 pybliographer.py:160
+#, python-format
+msgid "%s: error: can't open file `%s'"
+msgstr "%s: errore: impossibile aprire il file «%s»"
+
+#: pybliographer.py:121
+#, python-format
+msgid "For help, run %s and type `help' at the prompt"
+msgstr "Per l'aiuto, eseguire «%s» e digitare «help» al prompt"
+
+#. ---------- Initialisation
+#: pybliographer.py:130
+msgid ""
+"Useful commands:\n"
+"\thelp     to get some help\n"
+"\tquit     to quit\n"
+msgstr ""
+"Comandi utili:\n"
+"\thelp     per ottenere aiuto\n"
+"\tquit     per uscire\n"
+
+#. Quand on a tout lu, le programme est fini !
+#. ---------- Initialisations du parser
+#. save history
+#. -*- python -*-
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. check the arguments
+#. list containing the broken entries
+#. set the strictness for bibtex files
+#. we go over all the specified files
+#. eventually expand directories to their content
+#. in the case of a directory, use only .bib extension...
+#. loop over the files
+#. try to open the database
+#. write the error messages (expected to be well formated)
+#. -*- python -*-
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#: scripts/pybliocompact.py:29
+msgid "usage: pybliocompact <latexfile> <bibtexfiles...>"
+msgstr "uso: pybliocompact <latexfile> <bibtexfiles...>"
+
+#: scripts/pybliocompact.py:33
+#, python-format
+msgid "pybliocompact: error: %s\n"
+msgstr "pybliocompact: errore: %s\n"
+
+#. test input arguments
+#. regular expression to match in the .aux file
+#. this function extracts the citation keys from the .aux files
+#. parse the whole file
+#. we match a new citation
+#. we have to enter an additional .aux file
+#. ensure citation keys unicity
+#. is there something to do ?
+#: scripts/pybliocompact.py:96
+msgid "no entry"
+msgstr "nessuna voce"
+
+#. use the bibliographic databases in order of declaration
+#. to solve the references
+#. open the database
+#. as we are modifying the list of entries in this loop, we make a copy
+#. of it in order to avoir strange behaviors
+#. we have to create a new database to hold the entries contained in the
+#. current database.
+#. loop over the expected entries
+#. create a key in the current database
+#. does the database provide the key ?
+#. yes, add it to the reference
+#. and remove it from the list
+#. if we found some entries in the current database...
+#. is it finished ?
+#. check if we were able to solve all the citations
+#: scripts/pybliocompact.py:141
+#, python-format
+msgid "can't find the following entries: %s"
+msgstr "impossibile trovare le seguenti voci: %s"
+
+#. -*- python -*-
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#: scripts/pyblioconvert.py:28
+msgid "usage: pyblioconvert <source>..<target> <input> [output]"
+msgstr "uso: pyblioconvert <source>..<target> <input> [output]"
+
+#: scripts/pyblioconvert.py:37
+msgid "pyblioconvert: bad conversion format"
+msgstr "pyblioconvert: formato di conversione non valido"
+
+#. -*- python -*-
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#: scripts/pyblioformat.py:33
+msgid "usage: pyblioformat [bibtexfiles...]\n"
+msgstr "uso: pyblioformat [bibtexfile...]\n"
+
+#: scripts/pyblioformat.py:37
+#, python-format
+msgid "pyblioformat: error: %s\n"
+msgstr "pyblioformat: errore: %s\n"
+
+#: scripts/pyblioformat.py:43
+#, python-format
+msgid "pyblioformat: warning: %s\n"
+msgstr "pyblioformat: attenzione: %s\n"
+
+#. test input arguments
+#. user gave wrong arguments...
+#. get the specified style and the output
+#: scripts/pyblioformat.py:140 scripts/pybliotex.py:85
+#, python-format
+msgid "can't find style `%s'"
+msgstr "impossibile trovare lo stile «%s»"
+
+#. first, write the header
+#. write the data
+#. last, write the footer
+#. -*- python -*-
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#.
+#.
+#. -*- python -*-
+#. This file is part of pybliographer
+#.
+#. Copyright (C) 1998-2003 Frederic GOBRY
+#. Email : gobry pybliographer org
+#.
+#. 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 the Free Software Foundation; either version 2
+#. of the License, or (at your option) any later version.
+#.
+#. This program is distributed in the hope that it will be useful,
+#. but WITHOUT ANY WARRANTY; without even the implied warranty of
+#. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#. GNU General Public License for more details.
+#.
+#. You should have received a copy of the GNU General Public License
+#. along with this program; if not, write to the Free Software
+#. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #.
 #.
 #: scripts/pybliotex.py:33
diff --git a/pybliographer.py b/pybliographer.py
index f837c1a..c37ca50 100644
--- a/pybliographer.py
+++ b/pybliographer.py
@@ -15,7 +15,57 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+# 
+# 
+
+version  = "@version@"
+progname = "@package@"
+
+data_pybdir = "@datapyb@"
+localedir   = "@locale_dir@"
+
+import sys
+
+sys.path.insert (0, data_pybdir)
+sys.path.insert (0, '.')
+
+import locale
+locale.setlocale (locale.LC_ALL, '')
+
+import gettext
+gettext.install (progname, localedir, unicode = True)
+
+charset = locale.getlocale () [1] or 'ascii'
+
+def print_version ():
+       print (_("This is %s, version %s") % (progname, version)).encode (charset)
+
+def copyright ():
+       print 'Copyright (C) 1998-2004 Frederic GOBRY'
+       print _("This is free software with ABSOLUTELY NO WARRANTY.").encode (charset)
+       print _("For details, type `warranty'.").encode (charset)
+
+def warranty ():
+       print_version ()
+       print 'Copyright (C) 1998-2004 Frederic GOBRY'
+       
+       print _("This is free software with ABSOLUTELY NO WARRANTY.").encode (charset)
+       print """
+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
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, write to the Free Software
+Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 """
        
 import os
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 92b1609..a7095a3 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/scripts/pybliocheck.py b/scripts/pybliocheck.py
index aac4577..06e889b 100644
--- a/scripts/pybliocheck.py
+++ b/scripts/pybliocheck.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/scripts/pybliocompact.py b/scripts/pybliocompact.py
index 445a0fb..904cf1e 100644
--- a/scripts/pybliocompact.py
+++ b/scripts/pybliocompact.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/scripts/pyblioconvert.py b/scripts/pyblioconvert.py
index 8e06b5a..5ecf7ed 100644
--- a/scripts/pyblioconvert.py
+++ b/scripts/pyblioconvert.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/scripts/pyblioformat.py b/scripts/pyblioformat.py
index 048bb00..fa7ab8d 100644
--- a/scripts/pyblioformat.py
+++ b/scripts/pyblioformat.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/scripts/pybliographic.py b/scripts/pybliographic.py
index 3dbbb17..c269681 100644
--- a/scripts/pybliographic.py
+++ b/scripts/pybliographic.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/scripts/pybliotex.py b/scripts/pybliotex.py
index a137dda..e889519 100644
--- a/scripts/pybliotex.py
+++ b/scripts/pybliotex.py
@@ -15,7 +15,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 
diff --git a/scripts/pybliotext.py b/scripts/pybliotext.py
index 53d785c..c20eed9 100644
--- a/scripts/pybliotext.py
+++ b/scripts/pybliotext.py
@@ -16,7 +16,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 #
 
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 986ac21..98a7751 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,7 +14,8 @@
 # GNU General Public License for more details. 
 # 
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 # 
 # 
 


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