mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 01:24:06 -08:00
0bb8cc63c5
Signed-off-by: snipe <snipe@snipe.net>
31 lines
1.2 KiB
PHP
31 lines
1.2 KiB
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'support_url_help' => 'Use <code>{LOCALE}</code> and <code>{SERIAL}</code> in your URL as variables to have those values auto-populate when viewing assets.',
|
|
'does_not_exist' => 'Producatorul nu exista.',
|
|
'assoc_users' => 'Acest producator este momentan asociat cu cel putin inca un model si nu poate fi sters. Va rugam actualizati modelele care nu mai au legatura cu acest producator si incercati iar. ',
|
|
|
|
'create' => array(
|
|
'error' => 'Producatorul nu a fost creat, incercati iar.',
|
|
'success' => 'Producatorul a fost creat.'
|
|
),
|
|
|
|
'update' => array(
|
|
'error' => 'Producatorul nu a fost actualizat, incercati iar',
|
|
'success' => 'Producatorul a fost actualizat.'
|
|
),
|
|
|
|
'restore' => array(
|
|
'error' => 'Producătorul nu a fost restabilit, încercați din nou',
|
|
'success' => 'Producătorul a fost restabilit cu succes.'
|
|
),
|
|
|
|
'delete' => array(
|
|
'confirm' => 'Sunteti sigur ca vreti sa stergeti producatorul?',
|
|
'error' => 'A aparut o problema la stergerea producatorului. Va rugam incercati iar.',
|
|
'success' => 'Producatorul a fost sters.'
|
|
)
|
|
|
|
);
|