mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -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>
25 lines
1,023 B
PHP
25 lines
1,023 B
PHP
<?php
|
|
|
|
return [
|
|
'actions' => 'Toiminnot',
|
|
'add' => 'Lisää uusi',
|
|
'cancel' => 'Peruuta',
|
|
'checkin_and_delete' => 'Palauta & poista käyttäjä',
|
|
'delete' => 'Poista',
|
|
'edit' => 'Muokkaa',
|
|
'restore' => 'Palauta',
|
|
'remove' => 'Remove',
|
|
'request' => 'Pyydä',
|
|
'submit' => 'Lähetä',
|
|
'upload' => 'Lähetä',
|
|
'select_file' => 'Valitse tiedosto...',
|
|
'select_files' => 'Valitse tiedostot...',
|
|
'generate_labels' => '{1} Luo tunniste |[2, *] Luo tunnisteet',
|
|
'send_password_link' => 'Lähetä salasanan palautuslinkki',
|
|
'go' => 'Go',
|
|
'bulk_actions' => 'Bulk Actions',
|
|
'add_maintenance' => 'Add Maintenance',
|
|
'append' => 'Append',
|
|
'new' => 'New',
|
|
];
|