Neue Übersetzung für "Übernehmen"
authorG. Richardson <information@kivitendo-premium.de>
Wed, 7 Jun 2017 07:58:47 +0000 (09:58 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Tue, 18 Jul 2017 13:14:01 +0000 (15:14 +0200)
Bisher basierte das auf "Close", was aber für "Schließen" verwendet
werden sollte und nun frei wird.

Jetzt kann man für "Übernehmen" "Assign" nehmen, "Apply" ist schon durch
"Anwenden" vergeben.

locale/de/all
locale/en/all
templates/webpages/generic/set_longdescription.html
templates/webpages/oe/edit_periodic_invoices_config.html

index e6ca1e4..dfc123c 100755 (executable)
@@ -319,6 +319,7 @@ $self->{texts} = {
   'Assembly items'              => 'Erzeugnisbestandteile',
   'Asset'                       => 'Aktiva/Mittelverwendung',
   'Assets'                      => 'Aktiva',
+  'Assign'                      => 'Übernehmen',
   'Assign article'              => 'Artikel zuweisen',
   'Assign invoice'              => 'Rechnung zuweisen',
   'Assign the following article to all sections' => 'Den folgenden Artikel allen Abschnitten zuweisen',
@@ -599,7 +600,6 @@ $self->{texts} = {
   'Client to configure the printers for' => 'Mandant, für den Drucker konfiguriert werden',
   'Clients this Group is valid for' => 'Mandanten, für die diese Gruppe gültig ist',
   'Clients this user has access to' => 'Mandanten, auf die Benutzer Zugriff hat',
-  'Close'                       => 'Übernehmen',
   'Close Books up to'           => 'Die Bücher abschließen bis zum',
   'Close Details'               => 'Details schließen',
   'Close Flash'                 => 'Schließen',
index 8cb0fbe..affa286 100644 (file)
@@ -319,6 +319,7 @@ $self->{texts} = {
   'Assembly items'              => '',
   'Asset'                       => '',
   'Assets'                      => '',
+  'Assign'                      => '',
   'Assign article'              => '',
   'Assign invoice'              => '',
   'Assign the following article to all sections' => '',
@@ -599,7 +600,6 @@ $self->{texts} = {
   'Client to configure the printers for' => '',
   'Clients this Group is valid for' => '',
   'Clients this user has access to' => '',
-  'Close'                       => '',
   'Close Books up to'           => '',
   'Close Details'               => '',
   'Close Flash'                 => '',
index e7a357b..113a04d 100644 (file)
@@ -23,7 +23,7 @@
  <p id="popup_edit_longdescription_input_container"></p>
 
  <p>
-  [% L.button_tag("kivi.SalesPurchase.set_longdescription()", LxERP.t8("Close")) %]
+  [% L.button_tag("kivi.SalesPurchase.set_longdescription()", LxERP.t8("Assign")) %]
   <a onclick="$('#edit_longdescription_dialog').dialog('close');" href="#">[% LxERP.t8("Abort") %]</a>
  </p>
 </div>
index ebe5985..5c7ac8b 100644 (file)
   [% L.hidden_tag('action', 'save_periodic_invoices_config') %]
 
   <p>
-   [% L.submit_tag('', LxERP.t8('Close')) %]
+   [% L.submit_tag('', LxERP.t8('Assign')) %]
    [% L.submit_tag('', LxERP.t8('Cancel'), onclick => "self.close(); return false;") %]
   </p>
  </form>