mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 06:59:41 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
21 lines
1.2 KiB
PHP
21 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'accessory_category' => 'Categoria Accessorio',
|
|
'accessory_name' => 'Nome Accessorio',
|
|
'checkout' => 'Checkout accessorio',
|
|
'checkin' => 'Checkin accessorio',
|
|
'create' => 'Crea Accessorio',
|
|
'edit' => 'Modifica accessorio',
|
|
'eula_text' => 'Categoria EULA',
|
|
'eula_text_help' => 'Questo campo consente di personalizzare le EULA per specifici tipi di attività. Se avete solo un EULA per tutti i vostri beni, è possibile controllare la casella di seguito per utilizzare il valore predefinito.',
|
|
'require_acceptance' => 'Richiedere agli utenti di confermare l\'accettazione di attività in questa categoria.',
|
|
'no_default_eula' => 'Non è stata trovata EULA predefinita. Aggiungine un altra nei settaggi.',
|
|
'total' => 'Totale',
|
|
'remaining' => 'Utilità',
|
|
'update' => 'Aggiorna Accessorio',
|
|
'use_default_eula' => 'Usa <a href="#" data-toggle="modal" data-target="#eulaModal">L\'EULA predefinita</a> invece.',
|
|
'use_default_eula_disabled' => '<del>Usa L\'EULA predefinita.</del> Nessuna EULA predefinita è in uso. Per favore aggiungine una nei Settaggi.',
|
|
|
|
];
|