Files
snipe-it/app/lang/de/admin/models/message.php
T
2014-12-23 14:48:43 -05:00

26 lines
877 B
PHP
Executable File

<?php
return array(
'does_not_exist' => 'Modell existiert nicht.',
'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
'create' => array(
'error' => 'Modell wurde nicht erstellt. Bitte versuch es noch einmal.',
'success' => 'Modell wurde erfolgreich erstellt.'
),
'update' => array(
'error' => 'Modell wurde nicht aktualisiert. Bitte versuch es noch einmal',
'success' => 'Modell wurde erfolgreich aktualisiert.'
),
'delete' => array(
'confirm' => 'Sind sie sicher, dass sie das Asset löschen wollen?',
'error' => 'Beim Löschen des Modell ist ein Fehler aufgetreten. Bitte probieren Sie es noch einmal.',
'success' => 'Das Modell wurde erfolgreich gelöscht.'
)
);