mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 01:54:09 -08:00
bd0863d9c7
Signed-off-by: snipe <snipe@snipe.net>
31 lines
1.3 KiB
PHP
31 lines
1.3 KiB
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://support.apple.com/{LOCALE}/{SERIAL}.',
|
|
'does_not_exist' => 'Níl an monaróir ann.',
|
|
'assoc_users' => 'Tá baint ag an monaróir seo faoi láthair le múnla amháin ar a laghad agus ní féidir é a scriosadh. Nuashonraigh do chuid samhlacha le do thoil gan tagairt a dhéanamh don monaróir seo agus déan iarracht arís.',
|
|
|
|
'create' => array(
|
|
'error' => 'Níor cruthaíodh an monaróir, déan iarracht arís.',
|
|
'success' => 'Cruthaigh an monaróir go rathúil.'
|
|
),
|
|
|
|
'update' => array(
|
|
'error' => 'Níor nuashonraíodh an monaróir, déan iarracht arís',
|
|
'success' => 'Déantar an monaróir chun cinn go rathúil.'
|
|
),
|
|
|
|
'restore' => array(
|
|
'error' => 'Manufacturer was not restored, please try again',
|
|
'success' => 'Manufacturer restored successfully.'
|
|
),
|
|
|
|
'delete' => array(
|
|
'confirm' => 'An bhfuil tú cinnte gur mian leat an monaróir seo a scriosadh?',
|
|
'error' => 'Bhí ceist ann a scriosadh an monaróir. Arís, le d\'thoil.',
|
|
'success' => 'Scriosadh an Monaróir go rathúil.'
|
|
)
|
|
|
|
);
|