From ce1e79d374f6c16fa83e395dc0cfd8e7d8d898f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 23 Nov 2015 13:38:29 +0100 Subject: [PATCH] GoBD: IDs von Kunden/Lieferanten auch so nennen. --- SL/GoBD.pm | 2 +- locale/de/all | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SL/GoBD.pm b/SL/GoBD.pm index f0d0d0ca1..950bfb6da 100644 --- a/SL/GoBD.pm +++ b/SL/GoBD.pm @@ -44,7 +44,7 @@ my %column_titles = ( description => t8('Description'), }, customer_vendor => { - id => t8('ID'), + id => t8('ID (lit)'), name => t8('Name'), department_1 => t8('Department 1'), department_2 => t8('Department 2'), diff --git a/locale/de/all b/locale/de/all index 6511d8678..cde50c7f8 100755 --- a/locale/de/all +++ b/locale/de/all @@ -1417,6 +1417,7 @@ $self->{texts} = { 'I' => 'I', 'IBAN' => 'IBAN', 'ID' => 'Buchungsnummer', + 'ID (lit)' => 'ID', 'ID of own bank account' => 'Datenbank-ID des Bankkontos', 'ID-Nummer' => 'ID-Nummer (intern)', 'ID/Acc_ID' => 'ID/Acc_ID', -- 2.20.1