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
1.3 KiB
PHP
17 lines
1.3 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_manufacturers_title' => 'உற்பத்தியாளர்கள் பற்றி',
|
|
'about_manufacturers_text' => 'உற்பத்தியாளர்கள் உங்கள் சொத்துக்களை உருவாக்கும் நிறுவனங்கள். நீங்கள் இங்குள்ள முக்கியமான ஆதரவு தொடர்பு தகவலை இங்கே சேமித்து வைக்கலாம், இது உங்கள் சொத்து விவரம் பக்கங்களில் காண்பிக்கப்படும்.',
|
|
'asset_manufacturers' => 'சொத்து உற்பத்தியாளர்கள்',
|
|
'create' => 'உற்பத்தியாளர் உருவாக்கவும்',
|
|
'id' => 'ஐடி',
|
|
'name' => 'பெயர்',
|
|
'support_email' => 'ஆதரவு மின்னஞ்சல்',
|
|
'support_phone' => 'ஆதரவு தொலைபேசி',
|
|
'support_url' => 'ஆதரவு URL',
|
|
'update' => 'உற்பத்தியாளர் புதுப்பிக்கவும்',
|
|
'url' => 'URL ஐ',
|
|
|
|
);
|