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
659 B
PHP
17 lines
659 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_manufacturers_title' => 'Mo nga kaihanga',
|
|
'about_manufacturers_text' => 'Ko nga kaihanga ko nga kamupene kei te waihanga i o taonga. Ka taea e koe te rokiroki i nga korero whakapiri tautoko nui e pa ana ki a ratou i konei, e whakaatuhia ana ki o raatau tuhinga taipitopito.',
|
|
'asset_manufacturers' => 'Kaihanga Ahua',
|
|
'create' => 'Waihanga Kaihanga',
|
|
'id' => 'ID',
|
|
'name' => 'Ingoa',
|
|
'support_email' => 'Tautoko Īmēra',
|
|
'support_phone' => 'Tautoko Waea',
|
|
'support_url' => 'Tautoko URL',
|
|
'update' => 'Whakahōu Kaihanga',
|
|
'url' => 'URL',
|
|
|
|
);
|