From 39fe2ed0c13be3d06d621209a93a873d0a121e87 Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Tue, 6 Sep 2005 17:20:44 +0000 Subject: [PATCH] Michael Schmitt => Michael Gerz git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10414 a592a061-630c-0410-9148-cb99ea01b6c8 --- po/ChangeLog | 6 ++++++ po/de.po | 8 ++++---- po/pocheck.pl | 2 +- po/postats.sh | 6 +++--- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/po/ChangeLog b/po/ChangeLog index eabffa17fa..eea802cc02 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +2005-09-06 Michael Gerz + + * de.po: + * postats.sh: + * pocheck.pl: change name & address (Schmitt => Gerz) + 2005-08-21 Lars Gullik Bjønnes * remerge po files diff --git a/po/de.po b/po/de.po index 6b6d001b05..293e62c17c 100644 --- a/po/de.po +++ b/po/de.po @@ -2,11 +2,11 @@ # Copyright (C) 2005, The LyX team. # Hartmut Haase # Peter Sütterlin -# Michael Schmitt +# Michael Gerz # -# !!! M. Schmitt: Check translations of "quote" and "reference"!!! +# !!! M. Gerz: Check translations of "quote" and "reference"!!! # -# Ein paar generelle Richtlinien für eine einheitliche Übersetzung (Vorschlag von M. Schmitt): +# Ein paar generelle Richtlinien für eine einheitliche Übersetzung (Vorschlag von M. Gerz): # # 1. In Tooltips die "Sie"-Form verwenden. Beispiel: # "Bearbeiten Sie den Vorspann in einem externen Editor" @@ -84,7 +84,7 @@ msgstr "" "Report-Msgid-Bugs-To: lyx-devel@lists.lyx.org\n" "POT-Creation-Date: 2005-08-21 15:19+0200\n" "PO-Revision-Date: 2005-07-21 20:56+0200\n" -"Last-Translator: Michael Schmitt \n" +"Last-Translator: Michael Gerz \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" diff --git a/po/pocheck.pl b/po/pocheck.pl index d33101f084..491935962e 100755 --- a/po/pocheck.pl +++ b/po/pocheck.pl @@ -5,7 +5,7 @@ # This file is part of LyX, the document processor. # Licence details can be found in the file COPYING. # -# author: Michael Schmitt, michael.schmitt@teststep.org +# author: Michael Gerz, michael.gerz@teststep.org # # This script performs some consistency checks on po files: # diff --git a/po/postats.sh b/po/postats.sh index d803374c02..4b2dc91915 100755 --- a/po/postats.sh +++ b/po/postats.sh @@ -5,7 +5,7 @@ # This file is part of LyX, the document processor. # Licence details can be found in the file COPYING. # -# author: Michael Schmitt, michael.schmitt@teststep.org +# author: Michael Gerz, michael.gerz@teststep.org # # This script extracts some information from the po file headers (last # translator, revision date), generates the corresponding gmo files @@ -99,7 +99,7 @@ run_msgfmt () { date=`grep 'Revision-Date' $pofile | sed 's/ */ /g' | cut -d ' ' -f 2` # Searching for a string of the form - # '"Last-Translator: Michael Schmitt \n"' + # '"Last-Translator: Michael Gerz \n"' translator= email= input=`grep "Last-Translator" $pofile` && { @@ -161,7 +161,7 @@ cat <