mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
25 lines
1.5 KiB
PHP
25 lines
1.5 KiB
PHP
<?php
|
|
|
|
|
|
return array(
|
|
|
|
'assets_user' => 'Assets zugewiesen an :name',
|
|
'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.',
|
|
'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.',
|
|
'current_assets' => 'Asset wurde an nachfolgenden Benutzer ausgegeben',
|
|
'clone' => 'Benutzer kopieren',
|
|
'contact_user' => 'Kontakt :name',
|
|
'edit' => 'Benutzer bearbeiten',
|
|
'filetype_info' => 'Erlaubte Dateitypen sind png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, und rar.',
|
|
'history_user' => 'Historie von :name',
|
|
'info' => 'Info',
|
|
'last_login' => 'Letzte Anmeldung',
|
|
'ldap_config_text' => 'Die LDAP Konfigurations Einstellungen finden Sie hier Admin -> Einstellungen. Der (optional) wählbare Standort wird für alle importierten Benutzer gesetzt.',
|
|
'software_user' => 'Software herausgegeben an :name',
|
|
'view_user' => 'Benutze :name ansehen',
|
|
'usercsv' => 'CSV Datei',
|
|
'two_factor_admin_optin_help' => 'Ihre aktuellen Administrator-Einstellungen erlauben die selektive Durchführung der zwei-Faktor-Authentifizierung. ',
|
|
'two_factor_enrolled' => '2FA Gerät eingeschrieben ',
|
|
'two_factor_active' => '2FA aktiv ',
|
|
);
|