mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
17 lines
624 B
PHP
17 lines
624 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_manufacturers_title' => 'Über Hersteller',
|
|
'about_manufacturers_text' => 'Hersteller sind Firmen, die ihre Assets herstellen. Hier können Sie wichtige Supportkontakte eintragen, welche in den Assetdetails angezeigt werden.',
|
|
'asset_manufacturers' => 'Asset Hersteller',
|
|
'create' => 'Hersteller anlegen',
|
|
'id' => 'ID',
|
|
'name' => 'Name',
|
|
'support_email' => 'Support per E-Mail',
|
|
'support_phone' => 'Support Telefon',
|
|
'support_url' => 'Support-URL',
|
|
'update' => 'Hersteller aktualisieren',
|
|
'url' => 'URL',
|
|
|
|
);
|