This repository has been archived on 2025-05-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Astral-nook/resources/lang/de/admin/pack.php
Michael R.|SchlaumeierTV df9d746b4b German Translation (#719)
2017-11-04 17:00:30 -04:00

9 lines
241 B
PHP

<?php
return [
'notices' => [
'pack_updated' => 'Pack erfolgreich aktualisiert',
'pack_deleted' => 'Pack ":name" erfolgreich gelöscht.',
'pack_created' => 'Ein neues Pack wurde erfolgreich erstellt.',
],
];