snipe-it/resources/lang/hu/admin/suppliers/message.php

28 lines
1.3 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-05-16 21:54:13 -07:00
'does_not_exist' => 'Beszállító nem létezik.',
2017-11-04 00:45:50 -07:00
2016-03-25 01:18:05 -07:00
'create' => array(
2016-05-16 21:54:13 -07:00
'error' => 'Beszállító nem lett létrehozva, próbálja meg újra.',
2017-10-17 18:52:20 -07:00
'success' => 'A szállító sikeresen létrejött.'
2016-03-25 01:18:05 -07:00
),
'update' => array(
2017-10-17 18:52:20 -07:00
'error' => 'Szállító nem frissült, próbálkozzon újra',
'success' => 'Szállító sikeresen frissült.'
2016-03-25 01:18:05 -07:00
),
'delete' => array(
2017-10-17 18:52:20 -07:00
'confirm' => 'Biztosan törölni szeretné ezt a szállítót?',
'error' => 'A szállító törlését okozta. Kérlek próbáld újra.',
2017-11-04 00:45:50 -07:00
'success' => 'A szállító sikeresen törölve lett.',
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ',
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ',
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
2016-03-25 01:18:05 -07:00
)
);