From 6c3f16ab4bb21ab5618937eec59460e19731bbe1 Mon Sep 17 00:00:00 2001 From: Udo Spallek Date: Fri, 19 Jan 2007 08:54:14 +0000 Subject: [PATCH 1/1] - Anpassung der Uebersetzungen: Die Programmtexte sind nun (fast) alle in englischer Sprache. - Hilfe Funktion zur USTVA ist veraltet, Link vorerst entfernt Bitte ./locales.pl ausfuehren --- bin/mozilla/ustva.pl | 163 ++++++++++++++++++++++--------------------- locale/de/ustva | 97 ++++++++++++------------- 2 files changed, 126 insertions(+), 134 deletions(-) diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index a4b4feff1..e0ff7a68b 100644 --- a/bin/mozilla/ustva.pl +++ b/bin/mozilla/ustva.pl @@ -124,7 +124,7 @@ sub report {
- | . $locale->text('Firma') . qq| + | . $locale->text('Company') . qq| |; if ($form->{company} ne '') { @@ -132,7 +132,7 @@ sub report { } else { print qq| {path}&action=config&level=Programm--Preferences&login=$form->{login}&password=$form->{password}> - | . $locale->text('Kein Firmenname hinterlegt!') . qq|
+ | . $locale->text('No Company Name given') . qq|!
|; } @@ -158,7 +158,7 @@ sub report { } else { print qq| {path}&action=config&level=Programm--Preferences&login=$form->{login}&password=$form->{password}> - | . $locale->text('Keine Firmenadresse hinterlegt!') . qq|\n|; + | . $locale->text('No Company Address given') . qq|!\n|; } $form->{co_email} = $form->{email} unless $form->{co_email}; $form->{co_tel} = $form->{tel} unless $form->{co_tel}; @@ -168,17 +168,17 @@ sub report { print qq|

- | . $locale->text('Tel.: ') . qq| + | . $locale->text('Tel') . qq|.:  $form->{co_tel}
- | . $locale->text('Fax.: ') . qq| + | . $locale->text('Fax') . qq|.:nbsp; $form->{co_fax}

$form->{co_email}

- | . $locale->text('Steuernummer: ') . qq| + | . $locale->text('Tax Number') . qq|:  |; if ($form->{steuernummer} ne '') { @@ -190,7 +190,7 @@ sub report { } print qq|
- | . $locale->text('ELSTER-Steuernummer: ') . qq| + | . $locale->text('ELSTER Tax Number') . qq|:  $form->{elstersteuernummer}

@@ -203,9 +203,9 @@ sub report {
  - | . $locale->text('Steuerberater/-in') . qq| + | . $locale->text('Tax Consultant') . qq| $form->{FA_steuerberater_name}
@@ -219,7 +219,7 @@ sub report { print qq|
- | . $locale->text('Voranmeldezeitraum') . qq| + | . $locale->text('Tax Period') . qq| |; &ustva_vorauswahl(); @@ -252,9 +252,9 @@ sub report { print qq| - | . $locale->text('Berichtigte Anmeldung') . qq| + | . $locale->text('Amended Advance Turnover Tax Return') . qq|
|; @@ -263,7 +263,7 @@ sub report {
| . $locale->text($voranmeld) . qq| |; - print qq| mit Dauerfristverlängerung| if ($form->{FA_dauerfrist} eq '1'); + print $locale->text('With Extension Of Time') if ($form->{FA_dauerfrist} eq '1'); print qq|
@@ -285,7 +285,7 @@ sub report {
- | . $locale->text('Finanzamt') . qq| + | . $locale->text('Tax Office') . qq|

$form->{FA_Name}

|; @@ -302,10 +302,10 @@ sub report { $form->{FA_PLZ}   $form->{FA_Ort}

- | . $locale->text('Tel. : ') . qq| + | . $locale->text('Tel') . qq|.:  $form->{FA_Telefon}
- | . $locale->text('Fax. : ') . qq| + | . $locale->text('Fax') . qq|.:$nbsp; $form->{FA_Fax}

@@ -323,7 +323,7 @@ sub report {

- | . $locale->text('Öffnungszeiten') . qq| + | . $locale->text('Openings') . qq|
$oeffnungszeiten
@@ -341,25 +341,25 @@ sub report { if ($FA_1 && $FA_2) { print qq|
- | . $locale->text('Bankverbindungen') . qq| + | . $locale->text('Bank Connection') . qq| @@ -368,29 +368,29 @@ sub report { } elsif ($FA_1) { print qq|
- | . $locale->text('Bankverbindung') . qq| + | . $locale->text('Bank Connection') . qq|

$form->{FA_Bankbezeichnung_1}
- | . $locale->text('Konto: ') . qq| + | . $locale->text('Account') . qq|:  $form->{FA_Kontonummer_1}
- | . $locale->text('BLZ: ') . qq| + | . $locale->text('Bank Code') . qq|:  $form->{FA_BLZ_1}

|; } elsif ($FA_2) { print qq|
- | . $locale->text('Bankverbindung') . qq| + | . $locale->text('Bank Connection') . qq|

$form->{FA_Bankbezeichnung_oertlich}
- | . $locale->text('Konto: ') . qq| + | . $locale->text('Account') . qq|:  $form->{FA_Kontonummer_2}
- | . $locale->text('BLZ: ') . qq| + | . $locale->text('Bank Code') . qq|:  $form->{FA_BLZ_2} |; } @@ -400,7 +400,7 @@ sub report {
- | . $locale->text('Ausgabeformat') . qq| + | . $locale->text('Outputformat') . qq| |; @@ -415,12 +415,12 @@ sub report {
$form->{FA_Bankbezeichnung_1}
- | . $locale->text('Konto: ') . qq| + | . $locale->text('Account') . qq|:  $form->{FA_Kontonummer_1}
- | . $locale->text('BLZ: ') . qq| + | . $locale->text('Bank Code') . qq|:  $form->{FA_BLZ_1}
$form->{FA_Bankbezeichnung_oertlich}
- | . $locale->text('Konto: ') . qq| + | . $locale->text('Account') . qq|:  $form->{FA_Kontonummer_2}
- | . $locale->text('BLZ: ') . qq| + | . $locale->text('Bank Code') . qq|:  $form->{FA_BLZ_2}
- | . $locale->text('Hinweise') . qq| + | . $locale->text('Hints') . qq|

| . $locale->text('Missing Preferences: Outputroutine disabled') . qq|

-

| . $locale->text('Help:') . qq|

+

| . $locale->text('Help') . qq|

  • | . $locale->text('Hint-Missing-Preferences') . qq|
@@ -463,12 +463,13 @@ sub report {
- + - + -->
@@ -752,12 +753,12 @@ sub show_options { my $media = qq| |; my $format = qq| |; if ($latex_templates) { $format .= qq| |; } @@ -766,10 +767,10 @@ sub show_options { if ($form->{elster} eq '1') { $format .= qq|| . qq||; } @@ -778,7 +779,7 @@ sub show_options { $type $media + . $locale->text('Choose Outputformat') . qq|">$format |; $lxdebug->leave_sub(); } @@ -950,7 +951,7 @@ sub generate_ustva { $form->{longperiod} = $locale->text('for Period') . qq|
\n$longfromdate | - . $locale->text('bis') + . $locale->text('to (date)') . qq| $longtodate|; } @@ -968,7 +969,7 @@ sub generate_ustva { $form->{last_period} = "$shortcomparefromdate
\n$shortcomparetodate"; $form->{longperiod} .= "
\n$longcomparefromdate " - . $locale->text('bis') + . $locale->text('to (date)') . qq| $longcomparetodate|; } @@ -1170,12 +1171,12 @@ sub generate_ustva { } elsif ( $form->{format} eq '' ){ # No format error. $form->header; - USTVA::error( $locale->text('Application Error. No Format given!' )); + USTVA::error( $locale->text('Application Error. No Format given' ) . "!"); exit(0); } else { # All other Formats are wrong $form->header; - USTVA::error( $locale->text('Application Error. Wrong Format: ') . $form->{format} ); + USTVA::error( $locale->text('Application Error. Wrong Format') . ": " . $form->{format} ); exit(0); } @@ -1213,21 +1214,21 @@ sub edit { "$form->{cbscript}?action=edit&login=$form->{cblogin}&path=$form->{cbpath}&root=$form->{cbroot}&rpw=$form->{cbrpw}" if ($form->{cbscript} ne '' and $form->{cblogin} ne ''); - $form->{title} = $locale->text('Finanzamt - Einstellungen'); + $form->{title} = $locale->text('Tax Office Preferences'); print qq|
+ . $locale->text('Tax Office Preferences') . qq| @@ -1334,7 +1335,7 @@ sub edit { |; print qq| text('User Config') . qq|" onClick="self.location.href='$callback'">| if ($callback ne ''); print qq|     @@ -1360,7 +1361,7 @@ sub edit { + . $locale->text('Check Details') . qq|"> {path}> {login}> {password}> @@ -1472,7 +1473,7 @@ sub edit_form {
| - . $locale->text('Finanzamt - Einstellungen') . qq|

| - . $locale->text('Angaben zum Finanzamt') . qq| + . $locale->text('Local Tax Office Preferences') . qq| |; #print qq|$form->{terminal}|; @@ -1241,7 +1242,7 @@ sub edit { $checked = "checked" if ($form->{method} eq 'accrual'); print qq|
- | . $locale->text('Verfahren') . qq| + | . $locale->text('Taxation') . qq| @@ -1255,7 +1256,7 @@ sub edit {

- | . $locale->text('Voranmeldungszeitraum') . qq| + | . $locale->text('Tax Period') . qq| |; $checked = ''; @@ -1277,12 +1278,12 @@ sub edit { print qq| + . $locale->text('Extension Of Time') . qq|

- | . $locale->text('Steuerberater/-in') . qq| + | . $locale->text('Tax Consultant') . qq| |; $checked = ''; @@ -1290,7 +1291,7 @@ sub edit { print qq| @@ -1300,13 +1301,13 @@ sub edit { | . $locale->text('Name') . qq|
- | . $locale->text('Straße') . qq| + | . $locale->text('Street') . qq| - | . $locale->text('PLZ, Ort') . qq| + | . $locale->text('Zip, City') . qq| - | . $locale->text('Telefon') . qq| + | . $locale->text('Telephone') . qq|
+ . $locale->text('Tax Office Preferences') . qq|
| - . $locale->text('Finanzamt - Einstellungen') . qq|
@@ -1487,7 +1488,7 @@ sub edit_form {
- | . $locale->text('Steuernummer') . qq| + | . $locale->text('Tax Number') . qq|
|; @@ -1513,7 +1514,7 @@ sub edit_form { print qq| text('User Config') . qq|" onClick="self.location.href='$form->{callback}'">| if ($form->{callback} ne ''); @@ -1523,7 +1524,7 @@ sub edit_form { + . $locale->text('Check Details') . qq|"> |; } else { print qq| @@ -1695,7 +1696,7 @@ sub save { } else { - $form->{saved} = $locale->text('Bitte eine Steuernummer angeben'); + $form->{saved} = $locale->text('Choose a Tax Number'); } &edit_form; @@ -1711,7 +1712,7 @@ sub show_fa_daten {
| - . $locale->text('Finanzamt') . qq| $form->{FA_Name} + . $locale->text('Tax Office') . qq| $form->{FA_Name} |; @@ -1730,7 +1731,7 @@ sub show_fa_daten { @@ -1756,9 +1757,9 @@ sub show_fa_daten {
- | . $locale->text('Kontakt') . qq| + | . $locale->text('Contact') . qq| - | . $locale->text('Telefon') . qq|
+ | . $locale->text('Telephone') . qq|


@@ -1778,7 +1779,7 @@ sub show_fa_daten {
- | . $locale->text('Öffnungszeiten') . qq| + | . $locale->text('Openings') . qq|
@@ -1798,37 +1799,37 @@ sub show_fa_daten {
| - . $locale->text('Bankverbindungen des Finanzamts') . qq| + . $locale->text('Bank Connection Tax Office') . qq|
- | . $locale->text('Finanzamt') . qq| + | . $locale->text('Tax Office') . qq|
@@ -1841,19 +1842,19 @@ sub show_fa_daten {
| - . $locale->text('Bankverbindung des Finanzamts') . qq| + . $locale->text('Bank Connection Tax Office') . qq| - | . $locale->text('Kontonummer') . qq| + | . $locale->text('Account Nummer') . qq|


- | . $locale->text('Bankleitzahl (BLZ)') . qq| + | . $locale->text('Bank Code (long)') . qq|


- | . $locale->text('Kreditinstitut') . qq| + | . $locale->text('Bank') . qq|

@@ -1864,19 +1865,19 @@ sub show_fa_daten {
| - . $locale->text('Bankverbindung des Finanzamts') . qq| + . $locale->text('Bank Connection Tax Office') . qq| - | . $locale->text('Kontonummer') . qq| + | . $locale->text('Account Nummer') . qq|


- | . $locale->text('Bankleitzahl (BLZ)') . qq| + | . $locale->text('Bank Code (long)') . qq|


- | . $locale->text('Kreditinstitut') . qq| + | . $locale->text('Bank') . qq|
diff --git a/locale/de/ustva b/locale/de/ustva index 4252558fb..fff25a03e 100644 --- a/locale/de/ustva +++ b/locale/de/ustva @@ -3,69 +3,56 @@ $self->{texts} = { '2. Quarter' => '2. Quartal', '3. Quarter' => '3. Quartal', '4. Quarter' => '4. Quartal', + 'Account' => 'Konto', + 'Account Nummer' => 'Kontonummer', 'Address' => 'Adresse', - 'Angaben zum Finanzamt' => 'Angaben zum Finanzamt', - 'Application Error. No Format given!' => 'Fehler in der Anwendung. Das Format fehlt.', - 'Application Error. Wrong Format: ' => 'Fehler in der Anwendung. Falsches Format: ', + 'Amended Advance Turnover Tax Return' => 'Berichtigte Anmeldung', + 'Amended Advance Turnover Tax Return (Nr. 10)' => 'Ist dies eine berichtigte Anmeldung? (Nr. 10/Zeile 15 Steuererklärung)', + 'Application Error. No Format given' => 'Fehler in der Anwendung. Das Ausgabeformat fehlt.', + 'Application Error. Wrong Format' => 'Fehler in der Anwendung. Falsches Format: ', 'Apr' => 'Apr', 'April' => 'April', + 'Assume Tax Consultant Data in Tax Computation?' => 'Beraterdaten in UStVA übernehmen?', 'Aug' => 'Aug', 'August' => 'August', - 'Ausgabeformat' => 'Ausgabeformat', - 'Ausgabeformat auswählen...' => 'Ausgabeformat auswählen...', - 'BLZ: ' => 'BLZ: ', - 'Back to user config...' => 'Benutzereinstellungen', - 'Bankleitzahl' => 'Bankleitzahl', - 'Bankleitzahl (BLZ)' => 'Bankleitzahl (BLZ)', - 'Bankverbindung' => 'Bankverbindung', - 'Bankverbindung des Finanzamts' => 'Bankverbindung des Finanzamts', - 'Bankverbindungen' => 'Bankverbindungen', - 'Bankverbindungen des Finanzamts' => 'Bankverbindungen des Finanzamts', - 'Beraterdaten in UStVA übernehmen?' => 'Beraterdaten in UStVA übernehmen?', - 'Berichtigte Anmeldung' => 'Berichtigte Anmeldung', - 'Bitte Angaben überprüfen' => 'Bitte Angaben überprüfen', - 'Bitte alle Angaben überprüfen' => 'Bitte alle Angaben überprüfen', - 'Bitte eine Steuernummer angeben' => 'Bitte eine Steuernummer angeben', + 'Bank' => 'Bank', + 'Bank Code' => 'BLZ: ', + 'Bank Code (long)' => 'Bankleitzahl (BLZ)', + 'Bank Connection' => 'Bankverbindung', + 'Bank Connection Tax Office' => 'Bankverbindung des Finanzamts', + 'Check Details' => 'Bitte Angaben überprüfen', + 'Choose Outputformat' => 'Ausgabeformat auswählen...', + 'Choose a Tax Number' => 'Bitte eine Steuernummer angeben', + 'Clearing Tax Received (No 71)' => 'Verrechnung des Erstattungsbetrages erwünscht (Zeile 71)', + 'Company' => 'Firma', + 'Contact' => 'Kontakt', 'Continue' => 'Weiter', 'Customer not on file!' => 'Kunde ist nicht in der Datenbank!', 'Dataset upgrade' => 'Datenbankaktualisierung', - 'Dauerfristverlängerung' => 'Dauerfristverlängerung', 'Dec' => 'Dez', 'December' => 'Dezember', 'Dependency loop detected:' => 'Schleife in den Abhängigkeiten entdeckt:', 'Description' => 'Beschreibung', - 'ELSTER Export nach Taxbird' => 'ELSTER-Export nach Taxbird', + 'ELSTER Export (Taxbird)' => 'ELSTER-Export nach Taxbird', + 'ELSTER Export (Winston)' => 'ELSTER Export nach Winston', 'ELSTER Export nach Winston' => 'ELSTER Export nach Winston', - 'ELSTER-Steuernummer: ' => 'ELSTER-Steuernummer: ', + 'ELSTER Tax Number' => 'ELSTER-Steuernummer: ', 'Error in database control file \'%s\': %s' => 'Fehler in Datenbankupgradekontrolldatei \'%s\': %s', + 'Extension Of Time' => 'Dauerfristverlängerung', 'Fax' => 'Fax', - 'Fax. : ' => 'Fax. : ', - 'Fax.: ' => 'Fax.: ', 'Feb' => 'Feb', 'February' => 'Februar', - 'Finanzamt' => 'Finanzamt', - 'Finanzamt - Einstellungen' => 'Finanzamt - Einstellungen', - 'Firma' => 'Firma', 'Help' => 'Hilfe', - 'Help:' => 'Hilfe:', 'Hint-Missing-Preferences' => 'Bitte fehlende USTVA Einstellungen ergänzen (Menüpunkt: Programm)', - 'Hinweise' => 'Hinweise', - 'Impossible to create yearly Tax Report as PDF or Postscript
Not yet implemented!' => 'Es ist noch nicht möglich, die Umsatzsteuervoranmeldung für das ganze Jahr als PDF oder Postscript auszugeben. Noch nicht implementiert.', - 'Impossible to create yearly Tax Report via Winston or Taxbird.
Not yet implemented!' => 'Es ist noch nicht möglich, die Umsatzsteuervoranmeldung für das ganze Jahr für Winston oder Taxbird auszugeben. Noch nicht implementiert.', + 'Hints' => 'Hinweise', 'Internet' => 'Internet', - 'Ist dies eine berichtigte Anmeldung? (Nr. 10/Zeile 15 Steuererklärung)' => 'Ist dies eine berichtigte Anmeldung? (Nr. 10/Zeile 15 Steuererklärung)', 'Jan' => 'Jan', 'January' => 'Januar', 'Jul' => 'Jul', 'July' => 'Juli', 'Jun' => 'Jun', 'June' => 'Juni', - 'Kein Firmenname hinterlegt!' => 'Kein Firmenname hinterlegt!', - 'Keine Firmenadresse hinterlegt!' => 'Keine Firmenadresse hinterlegt!', - 'Kontakt' => 'Kontakt', - 'Konto: ' => 'Konto: ', - 'Kontonummer' => 'Kontonummer', - 'Kreditinstitut' => 'Kreditinstitut', + 'Local Tax Office Preferences' => 'Angaben zum Finanzamt', 'Mar' => 'März', 'March' => 'März', 'May' => 'Mai', @@ -78,12 +65,16 @@ $self->{texts} = { 'Missing Tax Authoritys Preferences' => 'Fehlende Angaben zum Finanzamt!', 'More than one control file with the tag \'%s\' exist.' => 'Es gibt mehr als eine Kontrolldatei mit dem Tag \'%s\'.', 'Name' => 'Name', + 'No Company Address given' => 'Keine Firmenadresse hinterlegt!', + 'No Company Name given' => 'Kein Firmenname hinterlegt!', 'Nov' => 'Nov', 'November' => 'November', 'Number' => 'Nummer', 'Oct' => 'Okt', 'October' => 'Oktober', - 'PLZ, Ort' => 'PLZ, Ort', + 'Openings' => 'Öffnungszeiten', + 'Outputformat' => 'Ausgabeformat', + 'Preview' => 'Druckvorschau', 'Project not on file!' => 'Dieses Projekt ist nicht in der Datenbank!', 'Select a period' => 'Bitte Zeitraum auswählen', 'Select from one of the names below' => 'Wählen Sie einen der untenstehenden Namen', @@ -91,31 +82,31 @@ $self->{texts} = { 'Sep' => 'Sep', 'September' => 'September', 'Show' => 'Zeigen', - 'Steuerberater/-in' => 'Steuerberater/-in', - 'Steuernummer' => 'Steuernummer', - 'Steuernummer: ' => 'Steuernummer: ', - 'Straße' => 'Straße', - 'Tel. : ' => 'Tel. : ', - 'Tel.: ' => 'Tel.: ', - 'Telefon' => 'Telefon', + 'Street' => 'Straße', + 'Tax Consultant' => 'Steuerberater/-in', + 'Tax Number' => 'Steuernummer', + 'Tax Office' => 'Finanzamt', + 'Tax Office Preferences' => 'Finanzamt - Einstellungen', + 'Tax Period' => 'Voranmeldungszeitraum', + 'Taxation' => 'Versteuerungs Verfahren', + 'Tel' => 'Tel', + 'Telephone' => 'Telefon', 'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )' => 'Das Feld \'tag\' darf nur aus alphanumerischen Zeichen und den Zeichen - _ ( ) bestehen.', 'USTVA-Hint: Method' => 'Wenn Sie Ist-Versteuert sind, wählen Sie die Einnahmen-/Überschuß-Rechnung aus. Sind Sie Soll-Versteuert und bilanzverpflichtet, dann wählen Sie Bilanz aus.', 'USTVA-Hint: Tax Authoritys' => 'Bitte das Bundesland UND die Stadt bzw. den Einzugsbereich Ihres zuständigen Finanzamts auswählen.', 'UStVA' => 'UStVA', - 'UStVA als PDF-Dokument' => 'UStVa als PDF-Dokument', + 'UStVA (PDF-Dokument)' => 'UStVa als PDF-Dokument', 'Unknown dependency \'%s\'.' => 'Unbekannte Abhängigkeit \'%s\'.', + 'User Config' => 'Benutzereinstellungen', 'Vendor not on file!' => 'Lieferant ist nicht in der Datenbank!', - 'Verfahren' => 'Verfahren', - 'Verrechnung des Erstattungsbetrages erwünscht (Zeile 71)' => 'Verrechnung des Erstattungsbetrages erwünscht (Zeile 71)', - 'Voranmeldezeitraum' => 'Voranmeldezeitraum', - 'Voranmeldungszeitraum' => 'Voranmeldungszeitraum', - 'Vorschau' => 'Vorschau', + 'With Extension Of Time' => 'mit Dauerfristverlängerung', 'Wrong Period' => 'Falscher Zeitraum', 'Year' => 'Jahr', 'Yearly' => 'jährlich', + 'Yearly taxreport not yet implemented' => 'Jährlicher Steuerreport für dieses Ausgabeformat noch nicht implementiert', + 'Zip, City' => 'PLZ, Ort', 'accrual' => 'Bilanzierung (Soll-Versteuerung)', 'back' => 'zurück', - 'bis' => 'bis', 'cash' => 'E/Ü-Rechnung (Ist-Versteuerung)', 'continue' => 'weiter', 'debug' => 'Debug', @@ -124,7 +115,7 @@ $self->{texts} = { 'quarter' => 'vierteljährliche (quartalsweise) Abgabe', 'save' => 'speichern', 'saved' => 'gespeichert', - 'Öffnungszeiten' => 'Öffnungszeiten', + 'to (date)' => 'bis', }; $self->{subs} = { -- 2.20.1
- | . $locale->text('Kreditinstitut') . qq| + | . $locale->text('Bank') . qq|


- | . $locale->text('Kontonummer') . qq| + | . $locale->text('Account Nummer') . qq|


- | . $locale->text('Bankleitzahl') . qq| + | . $locale->text('Bank Code (long)') . qq|
- | . $locale->text('Kreditinstitut') . qq| + | . $locale->text('Bank') . qq|


- | . $locale->text('Kontonummer') . qq| + | . $locale->text('Account Nummer') . qq|


- | . $locale->text('Bankleitzahl') . qq| + | . $locale->text('Bank Code (long)') . qq|