mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
23 lines
867 B
PHP
23 lines
867 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
|
|
'update' => array(
|
|
'error' => 'Atnaujinant iškilo nenumatyta problema. ',
|
|
'success' => 'Nustatymai sėkmingai atnaujinti.'
|
|
),
|
|
'backup' => array(
|
|
'delete_confirm' => 'Ar tikrai norite ištrinti atsarginę kopiją? Šis veiksmas negalimas. ',
|
|
'file_deleted' => 'Atsarginė kopija sėkmingai ištrinta. ',
|
|
'generated' => 'Atsarginė kopija sėkmingai sukurta.',
|
|
'file_not_found' => 'Atsarginė kopija nerasta.',
|
|
),
|
|
'purge' => array(
|
|
'error' => 'An error has occurred while purging. ',
|
|
'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
|
|
'success' => 'Deleted records successfully purged.'
|
|
),
|
|
|
|
);
|