Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 66e56cbe

Von Jan Büren vor mehr als 5 Jahren hinzugefügt

  • ID 66e56cbefec339d0d239c66adf8a42daea01c912
  • Vorgänger 405928eb
  • Nachfolger 51b0e217

Dialogbuchung: Mehrfach-Stornos oder Löschen von Stornos verbieten

Unterschiede anzeigen:

bin/mozilla/gl.pl
994 994
        action => [ t8('Storno'),
995 995
          submit   => [ '#form', { action => 'storno' } ],
996 996
          confirm  => t8('Do you really want to cancel this general ledger transaction?'),
997
          disabled => !$form->{id} ? t8('This general ledger transaction has not been posted yet.') : undef,
997
          disabled => !$form->{id}    ? t8('This general ledger transaction has not been posted yet.')
998
                    : $form->{storno} ? t8('A canceled general ledger transaction cannot be canceled again.')
999
                    : undef,
998 1000
        ],
999 1001
        action => [ t8('Delete'),
1000 1002
          submit   => [ '#form', { action => 'delete' } ],
......
1004 1006
                    : $change_never            ? t8('Changing invoices has been disabled in the configuration.')
1005 1007
                    : $change_on_same_day_only ? t8('Invoices can only be changed on the day they are posted.')
1006 1008
                    : $is_linked_bank_transaction ? t8('This transaction is linked with a bank transaction. Please undo and redo the bank transaction booking if needed.')
1009
                    : $form->{storno}             ? t8('A canceled general ledger transaction cannot be deleted.')
1007 1010
                    :                            undef,
1008 1011
        ],
1009 1012
      ], # end of combobox "Storno"
locale/de/all
52 52
  '<b>Automatically create new bins</b> in the following warehouse if not selected in the list above' => '<b>Automatisches Zuweisen der Lagerplätze</b> im folgenden Lager, falls keine andere Zuweisung oben ausgewählt ist. ',
53 53
  '<b>Default Bins Migration !READ CAREFULLY!</b>' => 'Standardlagerplatz Migration !AUFMERKSAM LESEN!',
54 54
  '<b>What</b> do you want to look for?' => '<b>Wonach</b> wollen Sie suchen?',
55
  'A canceled general ledger transaction cannot be canceled again.' => 'Eine stornierte Dialogbuchung kann nicht erneut storniert werden.',
56
  'A canceled general ledger transaction cannot be deleted.' => 'Eine stornierte Dialogbuchung kann nicht gelöscht werden.',
55 57
  'A canceled general ledger transaction cannot be posted.' => 'Eine stornierte Dialogbuchung kann nicht mehr gebucht werden.',
56 58
  'A canceled invoice cannot be posted.' => 'Eine stornierte Rechnung kann nicht mehr gebucht werden.',
57 59
  'A digit is required.'        => 'Eine Ziffer ist vorgeschrieben.',

Auch abrufbar als: Unified diff