Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8154c3b1

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID 8154c3b1ab2ab34c8879eb80dc59494a8338de62
  • Vorgänger 54a4321b
  • Nachfolger 7394e875

Hilfstext für die Zahlungskonditionen.

Unterschiede anzeigen:

bin/mozilla/am.pl
2572 2572
  <td colspan=2><hr size=3 noshade></td>
2573 2573
  </tr>
2574 2574
</table>
2575
|;
2575

  
2576
<p>| . $locale->text("You can use the following strings in the long " .
2577
                     "description and all translations. They will be " .
2578
                     "replaced by their actual values by Lx-Office " .
2579
                     "before they're output.")
2580
. qq|</p>
2581

  
2582
<ul>
2583
  <li>| . $locale->text("&lt;%netto_date%&gt; -- Date the payment is due in " .
2584
                        "full")
2585
. qq|</li>
2586
  <li>| . $locale->text("&lt;%skonto_date%&gt; -- Date the payment is due " .
2587
                        "with discount")
2588
. qq|</li>
2589
  <li>| . $locale->text("&lt;%skonto_amount%&gt; -- The deductible amount")
2590
. qq|</li>
2591
  <li>| . $locale->text("&lt;%total%&gt; -- Amount payable")
2592
. qq|</li>
2593
  <li>| . $locale->text("&lt;%invtotal%&gt; -- Invoice total")
2594
. qq|</li>
2595
  <li>| . $locale->text("&lt;%currency%&gt; -- The selected currency")
2596
. qq|</li>
2597
  <li>| . $locale->text("&lt;%terms_netto%&gt; -- The number of days for " .
2598
                        "full payment")
2599
. qq|</li>
2600
  <li>| . $locale->text("&lt;%account_number%&gt; -- Your account number")
2601
. qq|</li>
2602
  <li>| . $locale->text("&lt;%bank%&gt; -- Your bank")
2603
. qq|</li>
2604
  <li>| . $locale->text("&lt;%bank_code%&gt; -- Your bank code")
2605
. qq|</li>
2606
</ul>|;
2576 2607

  
2577 2608
  $lxdebug->leave_sub();
2578 2609
}

Auch abrufbar als: Unified diff