|
2 | 2 |
|
3 | 3 | return array( |
4 | 4 |
|
5 | | - 'yes' => 'Yes', |
6 | | - 'no' => 'No', |
7 | | - 'currency' => '$', |
8 | | - 'save' => 'Save', |
9 | | - 'checkout' => 'Checkout', |
10 | | - 'checkin' => 'Checkin', |
11 | | - 'cancel' => 'Cancel', |
12 | | - 'back' => 'Back', |
13 | | - |
14 | | - 'total_assets' => 'total assets', |
15 | | - 'assets_available'=> 'assets available', |
16 | | - 'total_licenses'=> 'total licenses', |
17 | | - 'licenses_available'=> 'licenses available', |
18 | | - 'all_assets' => 'All Assets', |
19 | | - 'assets' => 'Assets', |
20 | | - 'asset' => 'Asset', |
21 | | - 'license' => 'License', |
22 | | - 'licenses' => 'Licenses', |
23 | | - 'user' => 'User', |
24 | | - 'people' => 'People', |
25 | | - 'reports' => 'Reports', |
26 | | - 'all' => 'All', |
27 | | - |
28 | | - 'create' => 'Create New', |
29 | | - 'welcome' => 'Welcome, :name', |
30 | | - 'settings' => 'Settings', |
31 | | - 'profile' => 'Your profile', |
32 | | - 'logout' => 'Logout', |
33 | | - 'admin' => 'Admin', |
34 | | - 'groups' => 'Groups', |
35 | | - 'status' => 'Status', |
36 | | - 'status_labels' => 'Status Labels', |
37 | | - 'manufacturers' => 'Manufacturers', |
38 | | - 'categories' => 'Categories', |
39 | | - 'locations' => 'Locations', |
40 | | - 'depreciation' => 'Depreciation', |
41 | | - |
42 | | - 'sign_in' => 'Sign in', |
43 | | - 'deployed' => 'Deployed', |
44 | | - 'ready_to_deploy'=> 'Ready to Deploy', |
45 | | - 'pending' => 'Pending', |
46 | | - 'undeployable' => 'Un-deployable', |
47 | | - 'list_all' => 'List All', |
48 | | - 'asset_models' => 'Asset Models', |
49 | | -) |
50 | | -; |
| 5 | + 'yes' => 'Yes', |
| 6 | + 'no' => 'No', |
| 7 | + 'currency' => '$', |
| 8 | + 'save' => 'Save', |
| 9 | + 'checkout' => 'Checkout', |
| 10 | + 'checkin' => 'Checkin', |
| 11 | + 'cancel' => 'Cancel', |
| 12 | + 'back' => 'Back', |
| 13 | + 'total_assets' => 'total assets', |
| 14 | + 'assets_available' => 'assets available', |
| 15 | + 'total_licenses' => 'total licenses', |
| 16 | + 'licenses_available' => 'licenses available', |
| 17 | + 'all_assets' => 'All Assets', |
| 18 | + 'assets' => 'Assets', |
| 19 | + 'asset' => 'Asset', |
| 20 | + 'license' => 'License', |
| 21 | + 'licenses' => 'Licenses', |
| 22 | + 'user' => 'User', |
| 23 | + 'people' => 'People', |
| 24 | + 'reports' => 'Reports', |
| 25 | + 'all' => 'All', |
| 26 | + 'create' => 'Create New', |
| 27 | + 'welcome' => 'Welcome, :name', |
| 28 | + 'settings' => 'Settings', |
| 29 | + 'profile' => 'Your profile', |
| 30 | + 'logout' => 'Logout', |
| 31 | + 'admin' => 'Admin', |
| 32 | + 'groups' => 'Groups', |
| 33 | + 'status' => 'Status', |
| 34 | + 'status_labels' => 'Status Labels', |
| 35 | + 'manufacturers' => 'Manufacturers', |
| 36 | + 'categories' => 'Categories', |
| 37 | + 'locations' => 'Locations', |
| 38 | + 'depreciation' => 'Depreciation', |
| 39 | + 'sign_in' => 'Sign in', |
| 40 | + 'deployed' => 'Deployed', |
| 41 | + 'ready_to_deploy' => 'Ready to Deploy', |
| 42 | + 'pending' => 'Pending', |
| 43 | + 'undeployable' => 'Un-deployable', |
| 44 | + 'list_all' => 'List All', |
| 45 | + 'asset_models' => 'Asset Models', |
| 46 | + 'currency_symbol' => '$', |
| 47 | +); |
0 commit comments