snipe / snipe-it

A free open source IT asset/license management system
https://snipeitapp.com
GNU Affero General Public License v3.0
10.8k stars 3.12k forks source link

Upgrade to 4.9.2 failed, unable to run website #8108

Closed nerddeluxe closed 4 years ago

nerddeluxe commented 4 years ago

Please confirm you have done the following before posting your bug report:

Describe the bug I recently was put in-charge of a snipe-it server. I tried to update patch the server OS and upgrade snipe-it to version 4.9.2. I ran the upgrade.php script and while if completed I noticed some errors and now the site will not load.

To Reproduce Ran the script with sudo -u snipeitapp php upgrade.php from the /var/www/snipeit directory

Expected behavior I expected that there would be no errors and the site would load again.

Screenshots If applicable, add screenshots to help explain your problem.

Server (please complete the following information):

Desktop (please complete the following information):

Error Messages

vlsadmin@snipeit:/var/www/snipeit$ sudo -u snipeitapp php ./upgrade.php 
[sudo] password for vlsadmin: 
Welcome to the Snipe-IT upgrader.

Please note that this script will not download the latest Snipe-IT 
files for you unless you have git installed. 
It simply runs the standard composer and artisan 
commands needed to finalize the upgrade after. 

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! If you have any encrypted custom fields, BE SURE TO run the recrypter if upgrading from v3 to v4. 
!! See the Snipe-IT documentation for help: 
!! https://snipe-it.readme.io/docs/upgrading-to-v4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--------------------------------------------------------
STEP 1: Backing up database: 
--------------------------------------------------------

-- Starting backup...
Dumping database snipeit...
Determining files to backup...
Zipping 450 files...
Created zip containing 450 files. Size is 304.47 KB
Copying zip to disk named local...
Successfully copied zip to disk named local.
Backup completed!

--------------------------------------------------------
STEP 2: Putting application into maintenance mode: 
--------------------------------------------------------

-- Application is now in maintenance mode.

--------------------------------------------------------
STEP 3: Pulling latest from Git (master branch): 
--------------------------------------------------------

Git is installed. 
warning: unable to access '/home/vlsadmin/.config/git/attributes': Permission denied
warning: unable to access '/home/vlsadmin/.config/git/ignore': Permission denied
Already on 'master'

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'snipeitapp@snipeit.(none)')
Cannot save the current index state
-- -- -- M  .all-contributorsrc
M   .dockerignore
M   .env.example
M   .env.testing
M   .env.testing-ci
M   .env.tests
M   .env.unit-tests
M   .github/CODEOWNERS
M   .github/FUNDING.yml
M   .github/ISSUE_TEMPLATE.md
M   .github/ISSUE_TEMPLATE/Bug_report.md
M   .github/ISSUE_TEMPLATE/Feature_request.md
M   .github/stale.yml
M   .github/travis-memory.ini
M   .htaccess
M   .travis.yml
M   CODE_OF_CONDUCT.md
M   CONTRIBUTING.md
M   Dockerfile
M   README.md
M   Vagrantfile
M   _config.yml
M   app/Console/Commands/CreateAdmin.php
M   app/Console/Commands/DisableLDAP.php
M   app/Console/Commands/FixDoubleEscape.php
M   app/Console/Commands/ImportLocations.php
M   app/Console/Commands/ObjectImportCommand.php
M   app/Console/Commands/PaveIt.php
M   app/Console/Commands/Purge.php
M   app/Console/Commands/ReEncodeCustomFieldNames.php
M   app/Console/Commands/RecryptFromMcrypt.php
M   app/Console/Commands/RegenerateAssetTags.php
M   app/Console/Commands/ResetDemoSettings.php
M   app/Console/Commands/RestoreDeletedUsers.php
M   app/Console/Commands/RotateAppKey.php
M   app/Console/Commands/SendExpectedCheckinAlerts.php
M   app/Console/Commands/SendExpirationAlerts.php
M   app/Console/Commands/SendInventoryAlerts.php
M   app/Console/Commands/SendUpcomingAuditReport.php
M   app/Console/Commands/SyncAssetCounters.php
M   app/Console/Commands/SyncAssetLocations.php
M   app/Console/Commands/SystemBackup.php
M   app/Console/Commands/Version.php
M   app/Console/Kernel.php
M   app/Events/Event.php
M   app/Exceptions/CheckoutNotAllowed.php
M   app/Exceptions/Handler.php
M   app/Helpers/Helper.php
M   app/Http/Controllers/ActionlogController.php
M   app/Http/Controllers/Api/AccessoriesController.php
M   app/Http/Controllers/Api/AssetMaintenancesController.php
M   app/Http/Controllers/Api/AssetModelsController.php
M   app/Http/Controllers/Api/AssetsController.php
M   app/Http/Controllers/Api/CategoriesController.php
M   app/Http/Controllers/Api/CompaniesController.php
M   app/Http/Controllers/Api/ComponentsController.php
M   app/Http/Controllers/Api/ConsumablesController.php
M   app/Http/Controllers/Api/CustomFieldsController.php
M   app/Http/Controllers/Api/CustomFieldsetsController.php
M   app/Http/Controllers/Api/DepartmentsController.php
M   app/Http/Controllers/Api/DepreciationsController.php
M   app/Http/Controllers/Api/GroupsController.php
M   app/Http/Controllers/Api/ImportController.php
M   app/Http/Controllers/Api/LicensesController.php
M   app/Http/Controllers/Api/LocationsController.php
M   app/Http/Controllers/Api/ManufacturersController.php
M   app/Http/Controllers/Api/ProfileController.php
M   app/Http/Controllers/Api/ReportsController.php
M   app/Http/Controllers/Api/SettingsController.php
M   app/Http/Controllers/Api/StatuslabelsController.php
M   app/Http/Controllers/Api/SuppliersController.php
M   app/Http/Controllers/Api/UsersController.php
M   app/Http/Controllers/AssetCheckinController.php
M   app/Http/Controllers/AssetCheckoutController.php
M   app/Http/Controllers/AssetFilesController.php
M   app/Http/Controllers/AssetMaintenancesController.php
M   app/Http/Controllers/Auth/ForgotPasswordController.php
M   app/Http/Controllers/Auth/LoginController.php
M   app/Http/Controllers/Auth/RegisterController.php
M   app/Http/Controllers/Auth/ResetPasswordController.php
M   app/Http/Controllers/BulkAssetsController.php
M   app/Http/Controllers/CheckInOutRequest.php
M   app/Http/Controllers/CompaniesController.php
M   app/Http/Controllers/ComponentsController.php
M   app/Http/Controllers/ConsumablesController.php
M   app/Http/Controllers/Controller.php
M   app/Http/Controllers/CustomFieldsController.php
M   app/Http/Controllers/CustomFieldsetsController.php
M   app/Http/Controllers/DepartmentsController.php
M   app/Http/Controllers/ImportsController.php
M   app/Http/Controllers/ModalController.php
M   app/Http/Controllers/ReportsController.php
M   app/Http/Kernel.php
M   app/Http/Middleware/Authenticate.php
M   app/Http/Middleware/CheckForDebug.php
M   app/Http/Middleware/CheckForSetup.php
M   app/Http/Middleware/CheckForTwoFactor.php
M   app/Http/Middleware/CheckLocale.php
M   app/Http/Middleware/CheckPermissions.php
M   app/Http/Middleware/ContentSecurityPolicyHeader.php
M   app/Http/Middleware/EncryptCookies.php
M   app/Http/Middleware/FrameGuard.php
M   app/Http/Middleware/NosniffGuard.php
M   app/Http/Middleware/RedirectIfAuthenticated.php
M   app/Http/Middleware/ReferrerPolicyHeader.php
M   app/Http/Middleware/VerifyCsrfToken.php
M   app/Http/Middleware/XssProtectHeader.php
M   app/Http/Requests/AssetCheckinRequest.php
M   app/Http/Requests/AssetCheckoutRequest.php
M   app/Http/Requests/AssetFileRequest.php
M   app/Http/Requests/AssetRequest.php
M   app/Http/Requests/CustomFieldRequest.php
M   app/Http/Requests/ImageUploadRequest.php
M   app/Http/Requests/ItemImportRequest.php
M   app/Http/Requests/Request.php
M   app/Http/Requests/SaveUserRequest.php
M   app/Http/Requests/SettingsLdapRequest.php
M   app/Http/Requests/SetupUserRequest.php
M   app/Http/Traits/UniqueSerialTrait.php
M   app/Http/Traits/UniqueUndeletedTrait.php
M   app/Http/Transformers/AccessoriesTransformer.php
M   app/Http/Transformers/ActionlogsTransformer.php
M   app/Http/Transformers/AssetMaintenancesTransformer.php
M   app/Http/Transformers/AssetModelsTransformer.php
M   app/Http/Transformers/AssetsTransformer.php
M   app/Http/Transformers/CategoriesTransformer.php
M   app/Http/Transformers/CompaniesTransformer.php
M   app/Http/Transformers/ComponentsAssetsTransformer.php
M   app/Http/Transformers/ComponentsTransformer.php
M   app/Http/Transformers/ConsumablesTransformer.php
M   app/Http/Transformers/CustomFieldsTransformer.php
M   app/Http/Transformers/CustomFieldsetsTransformer.php
M   app/Http/Transformers/DatatablesTransformer.php
M   app/Http/Transformers/DepartmentsTranformer.php
M   app/Http/Transformers/DepreciationsTransformer.php
M   app/Http/Transformers/GroupsTransformer.php
M   app/Http/Transformers/ImportsTransformer.php
M   app/Http/Transformers/LicenseSeatsTransformer.php
M   app/Http/Transformers/LicensesTransformer.php
M   app/Http/Transformers/LocationsTransformer.php
M   app/Http/Transformers/ManufacturersTransformer.php
M   app/Http/Transformers/SelectlistTransformer.php
M   app/Http/Transformers/StatuslabelsTransformer.php
M   app/Http/Transformers/SuppliersTransformer.php
M   app/Http/Transformers/UsersTransformer.php
M   app/Importer/AccessoryImporter.php
M   app/Importer/AssetImporter.php
M   app/Importer/ComponentImporter.php
M   app/Importer/ConsumableImporter.php
M   app/Importer/Importer.php
M   app/Importer/ItemImporter.php
M   app/Importer/LicenseImporter.php
M   app/Importer/UserImporter.php
M   app/Importer/import_mappings.md
M   app/Jobs/Job.php
M   app/LegacyEncrypter/BaseEncrypter.php
M   app/LegacyEncrypter/McryptEncrypter.php
M   app/Listeners/.gitkeep
M   app/Listeners/LogFailedLogin.php
M   app/Listeners/LogSuccessfulLogin.php
M   app/Models/Asset.php
M   app/Models/AssetMaintenance.php
M   app/Models/CheckoutRequest.php
M   app/Models/Company.php
M   app/Models/CompanyableChildScope.php
M   app/Models/CompanyableChildTrait.php
M   app/Models/CompanyableScope.php
M   app/Models/CompanyableTrait.php
M   app/Models/Component.php
M   app/Models/Consumable.php
M   app/Models/ConsumableAssignment.php
M   app/Models/CustomField.php
M   app/Models/CustomFieldset.php
M   app/Models/Department.php
M   app/Models/Depreciable.php
M   app/Models/ICompanyableChild.php
M   app/Models/Import.php
M   app/Models/Ldap.php
M   app/Models/Loggable.php
M   app/Models/Recipients/AdminRecipient.php
M   app/Models/Recipients/AlertRecipient.php
M   app/Models/Recipients/Recipient.php
M   app/Models/Requestable.php
M   app/Models/SnipeModel.php
M   app/Models/Throttle.php
M   app/Models/Traits/Searchable.php
M   app/Notifications/AuditNotification.php
M   app/Notifications/CheckinAccessoryNotification.php
M   app/Notifications/CheckinAssetNotification.php
M   app/Notifications/CheckinLicenseNotification.php
M   app/Notifications/CheckoutAccessoryNotification.php
M   app/Notifications/CheckoutAssetNotification.php
M   app/Notifications/CheckoutConsumableNotification.php
M   app/Notifications/CheckoutLicenseNotification.php
M   app/Notifications/ExpectedCheckinAdminNotification.php
M   app/Notifications/ExpectedCheckinNotification.php
M   app/Notifications/ExpiringAssetsNotification.php
M   app/Notifications/ExpiringLicenseNotification.php
M   app/Notifications/FirstAdminNotification.php
M   app/Notifications/InventoryAlert.php
M   app/Notifications/MailTest.php
M   app/Notifications/RequestAssetCancelation.php
M   app/Notifications/RequestAssetNotification.php
M   app/Notifications/SendUpcomingAuditNotification.php
M   app/Notifications/SlackTest.php
M   app/Notifications/WelcomeNotification.php
M   app/Observers/AccessoryObserver.php
M   app/Observers/AssetObserver.php
M   app/Observers/ComponentObserver.php
M   app/Observers/ConsumableObserver.php
M   app/Observers/LicenseObserver.php
M   app/Policies/.gitkeep
M   app/Policies/AccessoryPolicy.php
M   app/Policies/AssetModelPolicy.php
M   app/Policies/AssetPolicy.php
M   app/Policies/CategoryPolicy.php
M   app/Policies/CheckoutablePermissionsPolicy.php
M   app/Policies/CompanyPolicy.php
M   app/Policies/ComponentPolicy.php
M   app/Policies/ConsumablePolicy.php
M   app/Policies/CustomFieldPolicy.php
M   app/Policies/CustomFieldsetPolicy.php
M   app/Policies/DepartmentPolicy.php
M   app/Policies/DepreciationPolicy.php
M   app/Policies/LicensePolicy.php
M   app/Policies/LocationPolicy.php
M   app/Policies/ManufacturerPolicy.php
M   app/Policies/SnipePermissionsPolicy.php
M   app/Policies/StatuslabelPolicy.php
M   app/Policies/SupplierPolicy.php
M   app/Policies/UserPolicy.php
M   app/Presenters/AccessoryPresenter.php
M   app/Presenters/ActionlogPresenter.php
M   app/Presenters/AssetAuditPresenter.php
M   app/Presenters/AssetMaintenancesPresenter.php
M   app/Presenters/AssetModelPresenter.php
M   app/Presenters/AssetPresenter.php
M   app/Presenters/CategoryPresenter.php
M   app/Presenters/CompanyPresenter.php
M   app/Presenters/ComponentPresenter.php
M   app/Presenters/ConsumablePresenter.php
M   app/Presenters/DepreciationPresenter.php
M   app/Presenters/LicensePresenter.php
M   app/Presenters/LocationPresenter.php
M   app/Presenters/ManufacturerPresenter.php
M   app/Presenters/Presentable.php
M   app/Presenters/Presenter.php
M   app/Presenters/UserPresenter.php
M   app/Providers/AppServiceProvider.php
M   app/Providers/AuthServiceProvider.php
M   app/Providers/EventServiceProvider.php
M   app/Providers/MacroServiceProvider.php
M   app/Providers/RouteServiceProvider.php
M   app/Providers/SettingsServiceProvider.php
M   app/Providers/ValidationServiceProvider.php
M   artisan
M   bootstrap/app.php
M   bootstrap/autoload.php
M   bootstrap/cache/.gitignore
M   bower.json
M   c3.php
M   codeception.yml
M   composer.json
M   composer.lock
M   config/auth.php
M   config/backup.php
M   config/broadcasting.php
M   config/cache.php
M   config/compile.php
M   config/cors.php
M   config/debugbar.php
M   config/filesystems.php
M   config/image.php
M   config/permissions.php
M   config/queue.php
M   config/services.php
M   config/session.php
M   config/trustedproxy.php
M   config/version.php
M   config/view.php
M   crowdin.yml
M   database/.gitignore
M   database/factories/AccessoryFactory.php
M   database/factories/ActionLogFactory.php
M   database/factories/AssetFactory.php
M   database/factories/AssetModelFactory.php
M   database/factories/CategoryFactory.php
M   database/factories/ComponentsFactory.php
M   database/factories/ConsumableFactory.php
M   database/factories/CustomFieldsFactory.php
M   database/factories/DepartmentsFactory.php
M   database/factories/DepreciationFactory.php
M   database/factories/LicenseFactory.php
M   database/factories/ManufacturerFactory.php
M   database/factories/ModelFactory.php
M   database/factories/StatusLabelFactory.php
M   database/factories/UserFactory.php
M   database/migrations/.gitkeep
M   database/migrations/2012_12_06_225921_migration_cartalyst_sentry_install_users.php
M   database/migrations/2012_12_06_225929_migration_cartalyst_sentry_install_groups.php
M   database/migrations/2012_12_06_225945_migration_cartalyst_sentry_install_users_groups_pivot.php
M   database/migrations/2012_12_06_225988_migration_cartalyst_sentry_install_throttle.php
M   database/migrations/2014_08_17_083523_make_location_id_nullable.php
M   database/migrations/2014_10_16_200626_add_rtd_location_to_assets.php
M   database/migrations/2014_10_24_000417_alter_supplier_state_to_32.php
M   database/migrations/2014_10_24_015641_add_display_checkout_date.php
M   database/migrations/2014_10_28_222654_add_avatar_field_to_users_table.php
M   database/migrations/2014_10_29_045924_add_image_field_to_models_table.php
M   database/migrations/2014_11_01_214955_add_eol_display_to_settings.php
M   database/migrations/2014_11_04_231416_update_group_field_for_reporting.php
M   database/migrations/2014_11_05_212408_add_fields_to_licenses.php
M   database/migrations/2014_11_07_021042_add_image_to_supplier.php
M   database/migrations/2014_11_20_203007_add_username_to_user.php
M   database/migrations/2014_11_20_223947_add_auto_to_settings.php
M   database/migrations/2014_11_20_224421_add_prefix_to_settings.php
M   database/migrations/2014_11_21_104401_change_licence_type.php
M   database/migrations/2014_12_09_082500_add_fields_maintained_term_to_licenses.php
M   database/migrations/2015_02_04_155757_increase_user_field_lengths.php
M   database/migrations/2015_02_07_013537_add_soft_deleted_to_log.php
M   database/migrations/2015_02_10_040958_fix_bad_assigned_to_ids.php
M   database/migrations/2015_02_10_053310_migrate_data_to_new_statuses.php
M   database/migrations/2015_02_11_044104_migrate_make_license_assigned_null.php
M   database/migrations/2015_02_11_104406_migrate_create_requests_table.php
M   database/migrations/2015_02_12_001312_add_mac_address_to_asset.php
M   database/migrations/2015_02_12_024100_change_license_notes_type.php
M   database/migrations/2015_02_17_231020_add_localonly_to_settings.php
M   database/migrations/2015_02_19_222322_add_logo_and_colors_to_settings.php
M   database/migrations/2015_02_24_072043_add_alerts_to_settings.php
M   database/migrations/2015_02_25_022931_add_eula_fields.php
M   database/migrations/2015_02_25_204513_add_accessories_table.php
M   database/migrations/2015_02_26_091228_add_accessories_user_table.php
M   database/migrations/2015_02_26_115128_add_deleted_at_models.php
M   database/migrations/2015_02_26_233005_add_category_type.php
M   database/migrations/2015_03_01_231912_update_accepted_at_to_acceptance_id.php
M   database/migrations/2015_03_05_011929_add_qr_type_to_settings.php
M   database/migrations/2015_03_18_055327_add_note_to_user.php
M   database/migrations/2015_04_29_234704_add_slack_to_settings.php
M   database/migrations/2015_05_04_085151_add_parent_id_to_locations_table.php
M   database/migrations/2015_05_22_124421_add_reassignable_to_licenses.php
M   database/migrations/2015_06_10_003314_fix_default_for_user_notes.php
M   database/migrations/2015_06_10_003554_create_consumables.php
M   database/migrations/2015_06_15_183253_move_email_to_username.php
M   database/migrations/2015_06_23_070346_make_email_nullable.php
M   database/migrations/2015_06_26_213716_create_asset_maintenances_table.php
M   database/migrations/2015_07_04_212443_create_custom_fields_table.php
M   database/migrations/2015_07_09_014359_add_currency_to_settings_and_locations.php
M   database/migrations/2015_07_21_122022_add_expected_checkin_date_to_asset_logs.php
M   database/migrations/2015_07_24_093845_add_checkin_email_to_category_table.php
M   database/migrations/2015_07_25_055415_remove_email_unique_constraint.php
M   database/migrations/2015_07_29_230054_add_thread_id_to_asset_logs_table.php
M   database/migrations/2015_07_31_015430_add_accepted_to_assets.php
M   database/migrations/2015_09_09_195301_add_custom_css_to_settings.php
M   database/migrations/2015_09_21_235926_create_custom_field_custom_fieldset.php
M   database/migrations/2015_09_22_000104_create_custom_fieldsets.php
M   database/migrations/2015_09_22_003321_add_fieldset_id_to_assets.php
M   database/migrations/2015_09_22_003413_migrate_mac_address.php
M   database/migrations/2015_09_28_003314_fix_default_purchase_order.php
M   database/migrations/2015_10_01_024551_add_accessory_consumable_price_info.php
M   database/migrations/2015_10_12_192706_add_brand_to_settings.php
M   database/migrations/2015_10_22_003314_fix_defaults_accessories.php
M   database/migrations/2015_10_23_182625_add_checkout_time_and_expected_checkout_date_to_assets.php
M   database/migrations/2015_11_05_061015_create_companies_table.php
M   database/migrations/2015_11_05_061115_add_company_id_to_consumables_table.php
M   database/migrations/2015_11_05_183749_image.php
M   database/migrations/2015_11_06_092038_add_company_id_to_accessories_table.php
M   database/migrations/2015_11_06_100045_add_company_id_to_users_table.php
M   database/migrations/2015_11_06_134742_add_company_id_to_licenses_table.php
M   database/migrations/2015_11_08_035832_add_company_id_to_assets_table.php
M   database/migrations/2015_11_08_222305_add_ldap_fields_to_settings.php
M   database/migrations/2015_11_15_151803_add_full_multiple_companies_support_to_settings_table.php
M   database/migrations/2015_11_26_195528_import_ldap_settings.php
M   database/migrations/2015_11_30_191504_remove_fk_company_id.php
M   database/migrations/2015_12_21_193006_add_ldap_server_cert_ignore_to_settings_table.php
M   database/migrations/2015_12_30_233509_add_timestamp_and_userId_to_custom_fields.php
M   database/migrations/2015_12_30_233658_add_timestamp_and_userId_to_custom_fieldsets.php
M   database/migrations/2016_01_28_041048_add_notes_to_models.php
M   database/migrations/2016_02_19_070119_add_remember_token_to_users_table.php
M   database/migrations/2016_02_19_073625_create_password_resets_table.php
M   database/migrations/2016_03_02_193043_add_ldap_flag_to_users.php
M   database/migrations/2016_03_02_220517_update_ldap_filter_to_longer_field.php
M   database/migrations/2016_03_08_225351_create_components_table.php
M   database/migrations/2016_03_09_024038_add_min_stock_to_tables.php
M   database/migrations/2016_03_10_133849_add_locale_to_users.php
M   database/migrations/2016_03_10_135519_add_locale_to_settings.php
M   database/migrations/2016_03_11_185621_add_label_settings_to_settings.php
M   database/migrations/2016_03_22_125911_fix_custom_fields_regexes.php
M   database/migrations/2016_04_28_141554_add_show_to_users.php
M   database/migrations/2016_05_16_164733_add_model_mfg_to_consumable.php
M   database/migrations/2016_05_19_180351_add_alt_barcode_settings.php
M   database/migrations/2016_05_19_191146_add_alter_interval.php
M   database/migrations/2016_05_19_192226_add_inventory_threshold.php
M   database/migrations/2016_05_20_024859_remove_option_keys_from_settings_table.php
M   database/migrations/2016_05_20_143758_remove_option_value_from_settings_table.php
M   database/migrations/2016_06_01_140218_add_email_domain_and_format_to_settings.php
M   database/migrations/2016_06_22_160725_add_user_id_to_maintenances.php
M   database/migrations/2016_07_13_150015_add_is_ad_to_settings.php
M   database/migrations/2016_07_14_153609_add_ad_domain_to_settings.php
M   database/migrations/2016_07_22_003348_fix_custom_fields_regex_stuff.php
M   database/migrations/2016_07_22_054850_one_more_mac_addr_fix.php
M   database/migrations/2016_07_22_143045_add_port_to_ldap_settings.php
M   database/migrations/2016_07_22_153432_add_tls_to_ldap_settings.php
M   database/migrations/2016_07_27_211034_add_zerofill_to_settings.php
M   database/migrations/2016_08_02_124944_add_color_to_statuslabel.php
M   database/migrations/2016_08_04_134500_add_disallow_ldap_pw_sync_to_settings.php
M   database/migrations/2016_08_09_002225_add_manufacturer_to_licenses.php
M   database/migrations/2016_08_12_121613_add_manufacturer_to_accessories_table.php
M   database/migrations/2016_08_23_143353_add_new_fields_to_custom_fields.php
M   database/migrations/2016_08_23_145619_add_show_in_nav_to_status_labels.php
M   database/migrations/2016_08_30_084634_make_purchase_cost_nullable.php
M   database/migrations/2016_09_01_141051_add_requestable_to_asset_model.php
M   database/migrations/2016_09_02_001448_create_checkout_requests_table.php
M   database/migrations/2016_09_04_180400_create_actionlog_table.php
M   database/migrations/2016_09_04_182149_migrate_asset_log_to_action_log.php
M   database/migrations/2016_09_19_235935_fix_fieldtype_for_target_type.php
M   database/migrations/2016_09_23_140722_fix_modelno_in_consumables_to_string.php
M   database/migrations/2016_09_28_231359_add_company_to_logs.php
M   database/migrations/2016_10_14_130709_fix_order_number_to_varchar.php
M   database/migrations/2016_10_16_015024_rename_modelno_to_model_number.php
M   database/migrations/2016_10_16_015211_rename_consumable_modelno_to_model_number.php
M   database/migrations/2016_10_16_143235_rename_model_note_to_notes.php
M   database/migrations/2016_10_16_165052_rename_component_total_qty_to_qty.php
M   database/migrations/2016_10_19_145520_fix_order_number_in_components_to_string.php
M   database/migrations/2016_10_27_151715_add_serial_to_components.php
M   database/migrations/2016_10_27_213251_increase_serial_field_capacity.php
M   database/migrations/2016_10_29_002724_enable_2fa_fields.php
M   database/migrations/2016_10_29_082408_add_signature_to_acceptance.php
M   database/migrations/2016_11_01_030818_fix_forgotten_filename_in_action_logs.php
M   database/migrations/2016_11_13_020954_rename_component_serial_number_to_serial.php
M   database/migrations/2016_11_16_172119_increase_purchase_cost_size.php
M   database/migrations/2016_11_17_161317_longer_state_field_in_location.php
M   database/migrations/2016_11_17_193706_add_model_number_to_accessories.php
M   database/migrations/2016_11_24_160405_add_missing_target_type_to_logs_table.php
M   database/migrations/2016_12_07_173720_increase_size_of_state_in_suppliers.php
M   database/migrations/2016_12_19_004212_adjust_locale_length_to_10.php
M   database/migrations/2016_12_19_133936_extend_phone_lengths_in_supplier_and_elsewhere.php
M   database/migrations/2016_12_27_212631_make_asset_assigned_to_polymorphic.php
M   database/migrations/2017_01_09_040429_create_locations_ldap_query_field.php
M   database/migrations/2017_01_14_002418_create_imports_table.php
M   database/migrations/2017_01_25_063357_fix_utf8_custom_field_column_names.php
M   database/migrations/2017_03_03_154632_add_time_date_display_to_settings.php
M   database/migrations/2017_03_10_210807_add_fields_to_manufacturer.php
M   database/migrations/2017_05_08_195520_increase_size_of_field_values_in_custom_fields.php
M   database/migrations/2017_05_22_204422_create_departments.php
M   database/migrations/2017_05_22_233509_add_manager_to_locations_table.php
M   database/migrations/2017_06_14_122059_add_next_autoincrement_to_settings.php
M   database/migrations/2017_06_18_151753_add_header_and_first_row_to_importer_table.php
M   database/migrations/2017_07_07_191533_add_login_text.php
M   database/migrations/2017_07_25_130710_add_thumbsize_to_settings.php
M   database/migrations/2017_08_03_160105_set_asset_archived_to_zero_default.php
M   database/migrations/2017_08_22_180636_add_secure_password_options.php
M   database/migrations/2017_08_25_074822_add_auditing_tables.php
M   database/migrations/2017_08_25_101435_add_auditing_to_settings.php
M   database/migrations/2017_09_18_225619_fix_assigned_type_not_being_nulled.php
M   database/migrations/2017_10_03_015503_drop_foreign_keys.php
M   database/migrations/2017_10_10_123504_allow_nullable_depreciation_id_in_models.php
M   database/migrations/2017_10_17_133709_add_display_url_to_settings.php
M   database/migrations/2017_10_19_120002_add_custom_forgot_password_url.php
M   database/migrations/2017_10_19_130406_add_image_and_supplier_to_accessories.php
M   database/migrations/2017_10_20_234129_add_location_indices_to_assets.php
M   database/migrations/2017_10_25_202930_add_images_uploads_to_locations_manufacturers_etc.php
M   database/migrations/2017_10_27_180947_denorm_asset_locations.php
M   database/migrations/2017_10_27_192423_migrate_denormed_asset_locations.php
M   database/migrations/2017_10_30_182938_add_address_to_user.php
M   database/migrations/2017_11_08_025918_add_alert_menu_setting.php
M   database/migrations/2017_11_08_123942_labels_display_company_name.php
M   database/migrations/2017_12_12_010457_normalize_asset_last_audit_date.php
M   database/migrations/2017_12_12_033618_add_actionlog_meta.php
M   database/migrations/2017_12_26_170856_re_normalize_last_audit.php
M   database/migrations/2018_01_17_184354_add_archived_in_list_setting.php
M   database/migrations/2018_01_19_203121_add_dashboard_message_to_settings.php
M   database/migrations/2018_01_24_062633_add_footer_settings_to_settings.php
M   database/migrations/2018_01_24_093426_add_modellist_preferenc.php
M   database/migrations/2018_02_22_160436_add_remote_user_settings.php
M   database/migrations/2018_03_03_011032_add_theme_to_settings.php
M   database/migrations/2018_03_06_054937_add_default_flag_on_statuslabels.php
M   database/migrations/2018_03_23_212048_add_display_in_email_to_custom_fields.php
M   database/migrations/2018_03_24_030738_add_show_images_in_email_setting.php
M   database/migrations/2018_03_24_050108_add_cc_alerts.php
M   database/migrations/2018_03_29_053618_add_canceled_at_and_fulfilled_at_in_requests.php
M   database/migrations/2018_03_29_070121_add_drop_unique_requests.php
M   database/migrations/2018_03_29_070511_add_new_index_requestable.php
M   database/migrations/2018_04_02_150700_labels_display_model_name.php
M   database/migrations/2018_04_16_133902_create_custom_field_default_values_table.php
M   database/migrations/2018_05_04_073223_add_category_to_licenses.php
M   database/migrations/2018_05_04_075235_add_update_license_category.php
M   database/migrations/2018_05_08_031515_add_gdpr_privacy_footer.php
M   database/migrations/2018_05_14_215229_add_indexes.php
M   database/migrations/2018_05_14_223646_add_indexes_to_assets.php
M   database/migrations/2018_05_14_233638_denorm_counters_on_assets.php
M   database/migrations/2018_05_16_153409_add_first_counter_totals_to_assets.php
M   database/migrations/2018_07_05_215440_add_unique_serial_option_to_settings.php
M   database/migrations/2018_07_17_005911_create_login_attempts_table.php
M   database/migrations/2018_07_24_154348_add_logo_to_print_assets.php
M   database/migrations/2019_02_14_154310_change_auto_increment_prefix_to_nullable.php
M   database/migrations/2019_02_16_143518_auto_increment_back_to_string.php
M   database/migrations/2019_02_20_234421_make_serial_nullable.php
M   database/migrations/2019_02_21_224703_make_fields_nullable_for_integrity.php
M   database/migrations/2019_06_12_184327_rename_groups_table.php
M   database/seeds/.gitkeep
M   database/seeds/AccessorySeeder.php
M   database/seeds/ActionlogSeeder.php
M   database/seeds/AssetSeeder.php
M   database/seeds/CompanySeeder.php
M   database/seeds/ComponentSeeder.php
M   database/seeds/ConsumableSeeder.php
M   database/seeds/CustomFieldSeeder.php
M   database/seeds/DatabaseSeeder.php
M   database/seeds/DepartmentSeeder.php
M   database/seeds/DepreciationSeeder.php
M   database/seeds/LicenseSeeder.php
M   database/seeds/LocationSeeder.php
M   database/seeds/ManufacturerSeeder.php
M   database/seeds/SupplierSeeder.php
M   database/seeds/UserSeeder.php
M   docker/000-default.conf
M   docker/001-default-ssl.conf
M   docker/README.md
M   docker/develop.sh
M   docker/docker.env
M   docker/startup.sh
M   docker/supervisor-exit-event-listener
M   docker/supervisord.conf
M   gh-changelog.php
M   index.html
M   npm-shrinkwrap.json
M   package.json
M   phpunit.xml
M   public/.htaccess
M   public/_debugbar/assets/jquery.min.map
M   public/assets/css/themes/dark-green.css
M   public/css/AdminLTE.css.map
M   public/css/all.47a3626f2a026645fe48f025aacc900f.css
M   public/css/all.62471b1dabf4426689e067404cda00a2.css
M   public/css/all.c320a5e511c1340ea16bc7facdbdb57b.css
M   public/css/all.css
M   public/css/app.47a3626f2a026645fe48f025aacc900f.css
M   public/css/app.62471b1dabf4426689e067404cda00a2.css
M   public/css/app.css
M   public/css/app.css.map
M   public/css/bootstrap-tables-sticky-header.css
M   public/css/build/all.css
M   public/css/dist/all.css
M   public/css/font-awesome/font-awesome.css
M   public/css/font-awesome/font-awesome.min.css
M   public/css/fonts/FontAwesome.otf
M   public/css/fonts/fontawesome-webfont.eot
M   public/css/fonts/fontawesome-webfont.svg
M   public/css/fonts/fontawesome-webfont.ttf
M   public/css/fonts/fontawesome-webfont.woff
M   public/css/fonts/fontawesome-webfont.woff2
M   public/css/lib/dragtable.css
M   public/css/lib/font-awesome.css
M   public/css/lib/font-awesome.min.css
M   public/css/overrides.css
M   public/css/overrides.css.map
M   public/css/skins/skin-black-dark.css
M   public/css/skins/skin-black-dark.css.map
M   public/css/skins/skin-black-light.css
M   public/css/skins/skin-black-light.css.map
M   public/css/skins/skin-black.css
M   public/css/skins/skin-black.css.map
M   public/css/skins/skin-blue-dark.css
M   public/css/skins/skin-blue-dark.css.map
M   public/css/skins/skin-blue-light.css.map
M   public/css/skins/skin-blue.css.map
M   public/css/skins/skin-contrast.css
M   public/css/skins/skin-contrast.css.map
M   public/css/skins/skin-green-dark.css
M   public/css/skins/skin-green-dark.css.map
M   public/css/skins/skin-green-light.css
M   public/css/skins/skin-green-light.css.map
M   public/css/skins/skin-green.css
M   public/css/skins/skin-green.css.map
M   public/css/skins/skin-orange-dark.css
M   public/css/skins/skin-orange-dark.css.map
M   public/css/skins/skin-orange-light.css
M   public/css/skins/skin-orange-light.css.map
M   public/css/skins/skin-orange.css
M   public/css/skins/skin-orange.css.map
M   public/css/skins/skin-purple-dark.css
M   public/css/skins/skin-purple-dark.css.map
M   public/css/skins/skin-purple-light.css
M   public/css/skins/skin-purple-light.css.map
M   public/css/skins/skin-purple.css
M   public/css/skins/skin-purple.css.map
M   public/css/skins/skin-red-dark.css
M   public/css/skins/skin-red-dark.css.map
M   public/css/skins/skin-red-light.css
M   public/css/skins/skin-red-light.css.map
M   public/css/skins/skin-red.css
M   public/css/skins/skin-red.css.map
M   public/css/skins/skin-yellow-dark.css
M   public/css/skins/skin-yellow-dark.css.map
M   public/css/skins/skin-yellow-light.css
M   public/css/skins/skin-yellow-light.css.map
M   public/css/skins/skin-yellow.css
M   public/css/skins/skin-yellow.css.map
M   public/favicon.ico
M   public/img/default-sm.png
M   public/img/default.png
M   public/img/demo/locations/1.jpg
M   public/img/demo/locations/2.jpg
M   public/img/demo/locations/3.jpg
M   public/img/demo/locations/4.jpg
M   public/img/demo/locations/5.jpg
M   public/img/demo/locations/6.jpg
M   public/img/demo/locations/7.jpg
M   public/img/demo/locations/8.jpg
M   public/img/demo/locations/9.jpg
M   public/img/demo/manufacturers/adobe.jpg
M   public/img/demo/manufacturers/apple.jpg
M   public/img/demo/manufacturers/asus.png
M   public/img/demo/manufacturers/avery.png
M   public/img/demo/manufacturers/crucial.jpg
M   public/img/demo/manufacturers/dell.png
M   public/img/demo/manufacturers/hp.png
M   public/img/demo/manufacturers/lenovo.jpg
M   public/img/demo/manufacturers/lg.jpg
M   public/img/demo/manufacturers/microsoft.png
M   public/img/demo/manufacturers/polycom.png
M   public/img/demo/models/cx3000.png
M   public/img/demo/models/imacpro.jpg
M   public/img/demo/models/ipad.jpg
M   public/img/demo/models/iphone6.jpg
M   public/img/demo/models/iphone7.jpg
M   public/img/demo/models/lenovoi5.png
M   public/img/demo/models/macbookair.jpg
M   public/img/demo/models/mbp.jpg
M   public/img/demo/models/optiplex.jpg
M   public/img/demo/models/soundstation.jpg
M   public/img/demo/models/spectre.jpg
M   public/img/demo/models/surface.jpg
M   public/img/demo/models/tab3.png
M   public/img/demo/models/ultrafine.jpg
M   public/img/demo/models/ultrasharp.jpg
M   public/img/demo/models/xps.jpg
M   public/img/demo/models/yoga.png
M   public/img/demo/models/zenbook.jpg
M   public/img/sad-panda.png
M   public/index.php
M   public/js/FileSaver.min.js
M   public/js/build/all.js
M   public/js/build/vue.js
M   public/js/build/vue.js.map
M   public/js/dist/all.js
M   public/js/extensions/export/jquery.base64.js
M   public/js/extensions/export/tableExport.js
M   public/js/extensions/export/tableExport.min.js
M   public/js/html5.js
M   public/js/html5shiv.js
M   public/js/jquery.dragtable.js
M   public/js/jquery.js
M   public/js/jspdf.min.js
M   public/js/jspdf.plugin.autotable.js
M   public/js/respond.js
M   public/js/vue.js
M   public/js/xlsx.core.min.js
M   public/mix-manifest.json
M   public/robots.txt
M   public/uploads/barcodes/invalid_barcode.gif
M   public/web.config
M   resources/assets/css/app.css
M   resources/assets/css/font-awesome/font-awesome.css
M   resources/assets/css/font-awesome/font-awesome.min.css
M   resources/assets/js/bootstrap-js.js
M   resources/assets/js/components/alert.vue
M   resources/assets/js/components/forms/asset-models/fieldset-default-values.vue
M   resources/assets/js/components/importer/importer-errors.vue
M   resources/assets/js/components/importer/importer-file.vue
M   resources/assets/js/components/importer/importer.vue
M   resources/assets/js/components/passport/AuthorizedClients.vue
M   resources/assets/js/components/passport/Clients.vue
M   resources/assets/js/components/passport/PersonalAccessTokens.vue
M   resources/assets/js/components/select2.vue
M   resources/assets/js/html5.js
M   resources/assets/js/snipeit_modals.js
M   resources/assets/js/vue.js
M   resources/assets/less/app.less
M   resources/assets/less/fontawesome-animated.css
M   resources/assets/less/overrides.less
M   resources/assets/less/skins/skin-black-dark.less
M   resources/assets/less/skins/skin-blue-dark.less
M   resources/assets/less/skins/skin-contrast.less
M   resources/assets/less/skins/skin-green-dark.less
M   resources/assets/less/skins/skin-orange-dark.less
M   resources/assets/less/skins/skin-orange.less
M   resources/assets/less/skins/skin-purple-dark.less
M   resources/assets/less/skins/skin-red-dark.less
M   resources/assets/less/skins/skin-yellow-dark.less
M   resources/assets/less/spacing.less
M   resources/lang/af/admin/accessories/general.php
M   resources/lang/af/admin/accessories/message.php
M   resources/lang/af/admin/accessories/table.php
M   resources/lang/af/admin/asset_maintenances/form.php
M   resources/lang/af/admin/asset_maintenances/general.php
M   resources/lang/af/admin/asset_maintenances/message.php
M   resources/lang/af/admin/asset_maintenances/table.php
M   resources/lang/af/admin/categories/general.php
M   resources/lang/af/admin/categories/message.php
M   resources/lang/af/admin/categories/table.php
M   resources/lang/af/admin/companies/general.php
M   resources/lang/af/admin/companies/message.php
M   resources/lang/af/admin/companies/table.php
M   resources/lang/af/admin/components/general.php
M   resources/lang/af/admin/components/message.php
M   resources/lang/af/admin/components/table.php
M   resources/lang/af/admin/consumables/general.php
M   resources/lang/af/admin/consumables/message.php
M   resources/lang/af/admin/consumables/table.php
M   resources/lang/af/admin/custom_fields/general.php
M   resources/lang/af/admin/custom_fields/message.php
M   resources/lang/af/admin/departments/message.php
M   resources/lang/af/admin/departments/table.php
M   resources/lang/af/admin/depreciations/general.php
M   resources/lang/af/admin/depreciations/message.php
M   resources/lang/af/admin/depreciations/table.php
M   resources/lang/af/admin/groups/message.php
M   resources/lang/af/admin/groups/table.php
M   resources/lang/af/admin/groups/titles.php
M   resources/lang/af/admin/hardware/form.php
M   resources/lang/af/admin/hardware/general.php
M   resources/lang/af/admin/hardware/message.php
M   resources/lang/af/admin/hardware/table.php
M   resources/lang/af/admin/licenses/form.php
M   resources/lang/af/admin/licenses/general.php
M   resources/lang/af/admin/licenses/message.php
M   resources/lang/af/admin/licenses/table.php
M   resources/lang/af/admin/locations/message.php
M   resources/lang/af/admin/locations/table.php
M   resources/lang/af/admin/manufacturers/message.php
M   resources/lang/af/admin/manufacturers/table.php
M   resources/lang/af/admin/models/general.php
M   resources/lang/af/admin/models/message.php
M   resources/lang/af/admin/models/table.php
M   resources/lang/af/admin/reports/general.php
M   resources/lang/af/admin/reports/message.php
M   resources/lang/af/admin/settings/general.php
M   resources/lang/af/admin/settings/message.php
M   resources/lang/af/admin/statuslabels/message.php
M   resources/lang/af/admin/statuslabels/table.php
M   resources/lang/af/admin/suppliers/message.php
M   resources/lang/af/admin/suppliers/table.php
M   resources/lang/af/admin/users/general.php
M   resources/lang/af/admin/users/message.php
M   resources/lang/af/admin/users/table.php
M   resources/lang/af/auth/general.php
M   resources/lang/af/auth/message.php
M   resources/lang/af/button.php
M   resources/lang/af/general.php
M   resources/lang/af/mail.php
M   resources/lang/af/pagination.php
M   resources/lang/af/passwords.php
M   resources/lang/af/reminders.php
M   resources/lang/af/table.php
M   resources/lang/af/validation.php
M   resources/lang/ar/admin/accessories/general.php
M   resources/lang/ar/admin/accessories/message.php
M   resources/lang/ar/admin/accessories/table.php
M   resources/lang/ar/admin/asset_maintenances/form.php
M   resources/lang/ar/admin/asset_maintenances/general.php
M   resources/lang/ar/admin/asset_maintenances/message.php
M   resources/lang/ar/admin/asset_maintenances/table.php
M   resources/lang/ar/admin/categories/general.php
M   resources/lang/ar/admin/categories/message.php
M   resources/lang/ar/admin/categories/table.php
M   resources/lang/ar/admin/companies/general.php
M   resources/lang/ar/admin/companies/message.php
M   resources/lang/ar/admin/companies/table.php
M   resources/lang/ar/admin/components/general.php
M   resources/lang/ar/admin/components/message.php
M   resources/lang/ar/admin/components/table.php
M   resources/lang/ar/admin/consumables/general.php
M   resources/lang/ar/admin/consumables/message.php
M   resources/lang/ar/admin/consumables/table.php
M   resources/lang/ar/admin/custom_fields/general.php
M   resources/lang/ar/admin/custom_fields/message.php
M   resources/lang/ar/admin/departments/message.php
M   resources/lang/ar/admin/departments/table.php
M   resources/lang/ar/admin/depreciations/general.php
M   resources/lang/ar/admin/depreciations/message.php
M   resources/lang/ar/admin/depreciations/table.php
M   resources/lang/ar/admin/groups/message.php
M   resources/lang/ar/admin/groups/table.php
M   resources/lang/ar/admin/groups/titles.php
M   resources/lang/ar/admin/hardware/form.php
M   resources/lang/ar/admin/hardware/general.php
M   resources/lang/ar/admin/hardware/message.php
M   resources/lang/ar/admin/hardware/table.php
M   resources/lang/ar/admin/licenses/form.php
M   resources/lang/ar/admin/licenses/general.php
M   resources/lang/ar/admin/licenses/message.php
M   resources/lang/ar/admin/licenses/table.php
M   resources/lang/ar/admin/locations/message.php
M   resources/lang/ar/admin/locations/table.php
M   resources/lang/ar/admin/manufacturers/message.php
M   resources/lang/ar/admin/manufacturers/table.php
M   resources/lang/ar/admin/models/general.php
M   resources/lang/ar/admin/models/message.php
M   resources/lang/ar/admin/models/table.php
M   resources/lang/ar/admin/reports/general.php
M   resources/lang/ar/admin/reports/message.php
M   resources/lang/ar/admin/settings/general.php
M   resources/lang/ar/admin/settings/message.php
M   resources/lang/ar/admin/statuslabels/message.php
M   resources/lang/ar/admin/statuslabels/table.php
M   resources/lang/ar/admin/suppliers/message.php
M   resources/lang/ar/admin/suppliers/table.php
M   resources/lang/ar/admin/users/general.php
M   resources/lang/ar/admin/users/message.php
M   resources/lang/ar/admin/users/table.php
M   resources/lang/ar/auth/general.php
M   resources/lang/ar/auth/message.php
M   resources/lang/ar/button.php
M   resources/lang/ar/general.php
M   resources/lang/ar/mail.php
M   resources/lang/ar/pagination.php
M   resources/lang/ar/passwords.php
M   resources/lang/ar/reminders.php
M   resources/lang/ar/table.php
M   resources/lang/ar/validation.php
M   resources/lang/bg/admin/accessories/general.php
M   resources/lang/bg/admin/accessories/message.php
M   resources/lang/bg/admin/accessories/table.php
M   resources/lang/bg/admin/asset_maintenances/form.php
M   resources/lang/bg/admin/asset_maintenances/general.php
M   resources/lang/bg/admin/asset_maintenances/message.php
M   resources/lang/bg/admin/asset_maintenances/table.php
M   resources/lang/bg/admin/categories/general.php
M   resources/lang/bg/admin/categories/message.php
M   resources/lang/bg/admin/categories/table.php
M   resources/lang/bg/admin/companies/general.php
M   resources/lang/bg/admin/companies/message.php
M   resources/lang/bg/admin/companies/table.php
M   resources/lang/bg/admin/components/general.php
M   resources/lang/bg/admin/components/message.php
M   resources/lang/bg/admin/components/table.php
M   resources/lang/bg/admin/consumables/general.php
M   resources/lang/bg/admin/consumables/message.php
M   resources/lang/bg/admin/consumables/table.php
M   resources/lang/bg/admin/custom_fields/general.php
M   resources/lang/bg/admin/custom_fields/message.php
M   resources/lang/bg/admin/departments/message.php
M   resources/lang/bg/admin/departments/table.php
M   resources/lang/bg/admin/depreciations/general.php
M   resources/lang/bg/admin/depreciations/message.php
M   resources/lang/bg/admin/depreciations/table.php
M   resources/lang/bg/admin/groups/message.php
M   resources/lang/bg/admin/groups/table.php
M   resources/lang/bg/admin/groups/titles.php
M   resources/lang/bg/admin/hardware/form.php
M   resources/lang/bg/admin/hardware/general.php
M   resources/lang/bg/admin/hardware/message.php
M   resources/lang/bg/admin/hardware/table.php
M   resources/lang/bg/admin/licenses/form.php
M   resources/lang/bg/admin/licenses/general.php
M   resources/lang/bg/admin/licenses/message.php
M   resources/lang/bg/admin/licenses/table.php
M   resources/lang/bg/admin/locations/message.php
M   resources/lang/bg/admin/locations/table.php
M   resources/lang/bg/admin/manufacturers/message.php
M   resources/lang/bg/admin/manufacturers/table.php
M   resources/lang/bg/admin/models/general.php
M   resources/lang/bg/admin/models/message.php
M   resources/lang/bg/admin/models/table.php
M   resources/lang/bg/admin/reports/general.php
M   resources/lang/bg/admin/reports/message.php
M   resources/lang/bg/admin/settings/general.php
M   resources/lang/bg/admin/settings/message.php
M   resources/lang/bg/admin/statuslabels/message.php
M   resources/lang/bg/admin/statuslabels/table.php
M   resources/lang/bg/admin/suppliers/message.php
M   resources/lang/bg/admin/suppliers/table.php
M   resources/lang/bg/admin/users/general.php
M   resources/lang/bg/admin/users/message.php
M   resources/lang/bg/admin/users/table.php
M   resources/lang/bg/auth/general.php
M   resources/lang/bg/auth/message.php
M   resources/lang/bg/button.php
M   resources/lang/bg/general.php
M   resources/lang/bg/mail.php
M   resources/lang/bg/pagination.php
M   resources/lang/bg/passwords.php
M   resources/lang/bg/reminders.php
M   resources/lang/bg/table.php
M   resources/lang/bg/validation.php
M   resources/lang/cs/admin/accessories/general.php
M   resources/lang/cs/admin/accessories/message.php
M   resources/lang/cs/admin/accessories/table.php
M   resources/lang/cs/admin/asset_maintenances/form.php
M   resources/lang/cs/admin/asset_maintenances/general.php
M   resources/lang/cs/admin/asset_maintenances/message.php
M   resources/lang/cs/admin/asset_maintenances/table.php
M   resources/lang/cs/admin/categories/general.php
M   resources/lang/cs/admin/categories/message.php
M   resources/lang/cs/admin/categories/table.php
M   resources/lang/cs/admin/companies/general.php
M   resources/lang/cs/admin/companies/message.php
M   resources/lang/cs/admin/companies/table.php
M   resources/lang/cs/admin/components/general.php
M   resources/lang/cs/admin/components/message.php
M   resources/lang/cs/admin/components/table.php
M   resources/lang/cs/admin/consumables/general.php
M   resources/lang/cs/admin/consumables/message.php
M   resources/lang/cs/admin/consumables/table.php
M   resources/lang/cs/admin/custom_fields/general.php
M   resources/lang/cs/admin/custom_fields/message.php
M   resources/lang/cs/admin/departments/message.php
M   resources/lang/cs/admin/departments/table.php
M   resources/lang/cs/admin/depreciations/general.php
M   resources/lang/cs/admin/depreciations/message.php
M   resources/lang/cs/admin/depreciations/table.php
M   resources/lang/cs/admin/groups/message.php
M   resources/lang/cs/admin/groups/table.php
M   resources/lang/cs/admin/groups/titles.php
M   resources/lang/cs/admin/hardware/form.php
M   resources/lang/cs/admin/hardware/general.php
M   resources/lang/cs/admin/hardware/message.php
M   resources/lang/cs/admin/hardware/table.php
M   resources/lang/cs/admin/licenses/form.php
M   resources/lang/cs/admin/licenses/general.php
M   resources/lang/cs/admin/licenses/message.php
M   resources/lang/cs/admin/licenses/table.php
M   resources/lang/cs/admin/locations/message.php
M   resources/lang/cs/admin/locations/table.php
M   resources/lang/cs/admin/manufacturers/message.php
M   resources/lang/cs/admin/manufacturers/table.php
M   resources/lang/cs/admin/models/general.php
M   resources/lang/cs/admin/models/message.php
M   resources/lang/cs/admin/models/table.php
M   resources/lang/cs/admin/reports/general.php
M   resources/lang/cs/admin/reports/message.php
M   resources/lang/cs/admin/settings/general.php
M   resources/lang/cs/admin/settings/message.php
M   resources/lang/cs/admin/statuslabels/message.php
M   resources/lang/cs/admin/statuslabels/table.php
M   resources/lang/cs/admin/suppliers/message.php
M   resources/lang/cs/admin/suppliers/table.php
M   resources/lang/cs/admin/users/general.php
M   resources/lang/cs/admin/users/message.php
M   resources/lang/cs/admin/users/table.php
M   resources/lang/cs/auth/general.php
M   resources/lang/cs/auth/message.php
M   resources/lang/cs/button.php
M   resources/lang/cs/general.php
M   resources/lang/cs/mail.php
M   resources/lang/cs/pagination.php
M   resources/lang/cs/passwords.php
M   resources/lang/cs/reminders.php
M   resources/lang/cs/table.php
M   resources/lang/cs/validation.php
M   resources/lang/cy/admin/accessories/general.php
M   resources/lang/cy/admin/accessories/message.php
M   resources/lang/cy/admin/accessories/table.php
M   resources/lang/cy/admin/asset_maintenances/form.php
M   resources/lang/cy/admin/asset_maintenances/general.php
M   resources/lang/cy/admin/asset_maintenances/message.php
M   resources/lang/cy/admin/asset_maintenances/table.php
M   resources/lang/cy/admin/categories/general.php
M   resources/lang/cy/admin/categories/message.php
M   resources/lang/cy/admin/categories/table.php
M   resources/lang/cy/admin/companies/general.php
M   resources/lang/cy/admin/companies/message.php
M   resources/lang/cy/admin/companies/table.php
M   resources/lang/cy/admin/components/general.php
M   resources/lang/cy/admin/components/message.php
M   resources/lang/cy/admin/components/table.php
M   resources/lang/cy/admin/consumables/general.php
M   resources/lang/cy/admin/consumables/message.php
M   resources/lang/cy/admin/consumables/table.php
M   resources/lang/cy/admin/custom_fields/general.php
M   resources/lang/cy/admin/custom_fields/message.php
M   resources/lang/cy/admin/departments/message.php
M   resources/lang/cy/admin/departments/table.php
M   resources/lang/cy/admin/depreciations/general.php
M   resources/lang/cy/admin/depreciations/message.php
M   resources/lang/cy/admin/depreciations/table.php
M   resources/lang/cy/admin/groups/message.php
M   resources/lang/cy/admin/groups/table.php
M   resources/lang/cy/admin/groups/titles.php
M   resources/lang/cy/admin/hardware/form.php
M   resources/lang/cy/admin/hardware/general.php
M   resources/lang/cy/admin/hardware/message.php
M   resources/lang/cy/admin/hardware/table.php
M   resources/lang/cy/admin/licenses/form.php
M   resources/lang/cy/admin/licenses/general.php
M   resources/lang/cy/admin/licenses/message.php
M   resources/lang/cy/admin/licenses/table.php
M   resources/lang/cy/admin/locations/message.php
M   resources/lang/cy/admin/locations/table.php
M   resources/lang/cy/admin/manufacturers/message.php
M   resources/lang/cy/admin/manufacturers/table.php
M   resources/lang/cy/admin/models/general.php
M   resources/lang/cy/admin/models/message.php
M   resources/lang/cy/admin/models/table.php
M   resources/lang/cy/admin/reports/general.php
M   resources/lang/cy/admin/reports/message.php
M   resources/lang/cy/admin/settings/general.php
M   resources/lang/cy/admin/settings/message.php
M   resources/lang/cy/admin/statuslabels/message.php
M   resources/lang/cy/admin/statuslabels/table.php
M   resources/lang/cy/admin/suppliers/message.php
M   resources/lang/cy/admin/suppliers/table.php
M   resources/lang/cy/admin/users/general.php
M   resources/lang/cy/admin/users/message.php
M   resources/lang/cy/admin/users/table.php
M   resources/lang/cy/auth/general.php
M   resources/lang/cy/auth/message.php
M   resources/lang/cy/button.php
M   resources/lang/cy/general.php
M   resources/lang/cy/mail.php
M   resources/lang/cy/pagination.php
M   resources/lang/cy/passwords.php
M   resources/lang/cy/reminders.php
M   resources/lang/cy/table.php
M   resources/lang/cy/validation.php
M   resources/lang/da/admin/accessories/general.php
M   resources/lang/da/admin/accessories/message.php
M   resources/lang/da/admin/accessories/table.php
M   resources/lang/da/admin/asset_maintenances/form.php
M   resources/lang/da/admin/asset_maintenances/general.php
M   resources/lang/da/admin/asset_maintenances/message.php
M   resources/lang/da/admin/asset_maintenances/table.php
M   resources/lang/da/admin/categories/general.php
M   resources/lang/da/admin/categories/message.php
M   resources/lang/da/admin/categories/table.php
M   resources/lang/da/admin/companies/general.php
M   resources/lang/da/admin/companies/message.php
M   resources/lang/da/admin/companies/table.php
M   resources/lang/da/admin/components/general.php
M   resources/lang/da/admin/components/message.php
M   resources/lang/da/admin/components/table.php
M   resources/lang/da/admin/consumables/general.php
M   resources/lang/da/admin/consumables/message.php
M   resources/lang/da/admin/consumables/table.php
M   resources/lang/da/admin/custom_fields/general.php
M   resources/lang/da/admin/custom_fields/message.php
M   resources/lang/da/admin/departments/message.php
M   resources/lang/da/admin/departments/table.php
M   resources/lang/da/admin/depreciations/general.php
M   resources/lang/da/admin/depreciations/message.php
M   resources/lang/da/admin/depreciations/table.php
M   resources/lang/da/admin/groups/message.php
M   resources/lang/da/admin/groups/table.php
M   resources/lang/da/admin/groups/titles.php
M   resources/lang/da/admin/hardware/form.php
M   resources/lang/da/admin/hardware/general.php
M   resources/lang/da/admin/hardware/message.php
M   resources/lang/da/admin/hardware/table.php
M   resources/lang/da/admin/licenses/form.php
M   resources/lang/da/admin/licenses/general.php
M   resources/lang/da/admin/licenses/message.php
M   resources/lang/da/admin/licenses/table.php
M   resources/lang/da/admin/locations/message.php
M   resources/lang/da/admin/locations/table.php
M   resources/lang/da/admin/manufacturers/message.php
M   resources/lang/da/admin/manufacturers/table.php
M   resources/lang/da/admin/models/general.php
M   resources/lang/da/admin/models/message.php
M   resources/lang/da/admin/models/table.php
M   resources/lang/da/admin/reports/general.php
M   resources/lang/da/admin/reports/message.php
M   resources/lang/da/admin/settings/general.php
M   resources/lang/da/admin/settings/message.php
M   resources/lang/da/admin/statuslabels/message.php
M   resources/lang/da/admin/statuslabels/table.php
M   resources/lang/da/admin/suppliers/message.php
M   resources/lang/da/admin/suppliers/table.php
M   resources/lang/da/admin/users/general.php
M   resources/lang/da/admin/users/message.php
M   resources/lang/da/admin/users/table.php
M   resources/lang/da/auth/general.php
M   resources/lang/da/auth/message.php
M   resources/lang/da/button.php
M   resources/lang/da/general.php
M   resources/lang/da/mail.php
M   resources/lang/da/pagination.php
M   resources/lang/da/passwords.php
M   resources/lang/da/reminders.php
M   resources/lang/da/table.php
M   resources/lang/da/validation.php
M   resources/lang/de/admin/accessories/general.php
M   resources/lang/de/admin/accessories/message.php
M   resources/lang/de/admin/accessories/table.php
M   resources/lang/de/admin/asset_maintenances/form.php
M   resources/lang/de/admin/asset_maintenances/general.php
M   resources/lang/de/admin/asset_maintenances/message.php
M   resources/lang/de/admin/asset_maintenances/table.php
M   resources/lang/de/admin/categories/general.php
M   resources/lang/de/admin/categories/message.php
M   resources/lang/de/admin/categories/table.php
M   resources/lang/de/admin/companies/general.php
M   resources/lang/de/admin/companies/message.php
M   resources/lang/de/admin/companies/table.php
M   resources/lang/de/admin/components/general.php
M   resources/lang/de/admin/components/message.php
M   resources/lang/de/admin/components/table.php
M   resources/lang/de/admin/consumables/general.php
M   resources/lang/de/admin/consumables/message.php
M   resources/lang/de/admin/consumables/table.php
M   resources/lang/de/admin/custom_fields/general.php
M   resources/lang/de/admin/custom_fields/message.php
M   resources/lang/de/admin/departments/message.php
M   resources/lang/de/admin/departments/table.php
M   resources/lang/de/admin/depreciations/general.php
M   resources/lang/de/admin/depreciations/message.php
M   resources/lang/de/admin/depreciations/table.php
M   resources/lang/de/admin/groups/message.php
M   resources/lang/de/admin/groups/table.php
M   resources/lang/de/admin/groups/titles.php
M   resources/lang/de/admin/hardware/form.php
M   resources/lang/de/admin/hardware/general.php
M   resources/lang/de/admin/hardware/message.php
M   resources/lang/de/admin/hardware/table.php
M   resources/lang/de/admin/licenses/form.php
M   resources/lang/de/admin/licenses/general.php
M   resources/lang/de/admin/licenses/message.php
M   resources/lang/de/admin/licenses/table.php
M   resources/lang/de/admin/locations/message.php
M   resources/lang/de/admin/locations/table.php
M   resources/lang/de/admin/manufacturers/message.php
M   resources/lang/de/admin/manufacturers/table.php
M   resources/lang/de/admin/models/general.php
M   resources/lang/de/admin/models/message.php
M   resources/lang/de/admin/models/table.php
M   resources/lang/de/admin/reports/general.php
M   resources/lang/de/admin/reports/message.php
M   resources/lang/de/admin/settings/general.php
M   resources/lang/de/admin/settings/message.php
M   resources/lang/de/admin/statuslabels/message.php
M   resources/lang/de/admin/statuslabels/table.php
M   resources/lang/de/admin/suppliers/message.php
M   resources/lang/de/admin/suppliers/table.php
M   resources/lang/de/admin/users/general.php
M   resources/lang/de/admin/users/message.php
M   resources/lang/de/admin/users/table.php
M   resources/lang/de/auth/general.php
M   resources/lang/de/auth/message.php
M   resources/lang/de/button.php
M   resources/lang/de/general.php
M   resources/lang/de/mail.php
M   resources/lang/de/pagination.php
M   resources/lang/de/passwords.php
M   resources/lang/de/reminders.php
M   resources/lang/de/table.php
M   resources/lang/de/validation.php
M   resources/lang/el/admin/accessories/general.php
M   resources/lang/el/admin/accessories/message.php
M   resources/lang/el/admin/accessories/table.php
M   resources/lang/el/admin/asset_maintenances/form.php
M   resources/lang/el/admin/asset_maintenances/general.php
M   resources/lang/el/admin/asset_maintenances/message.php
M   resources/lang/el/admin/asset_maintenances/table.php
M   resources/lang/el/admin/categories/general.php
M   resources/lang/el/admin/categories/message.php
M   resources/lang/el/admin/categories/table.php
M   resources/lang/el/admin/companies/general.php
M   resources/lang/el/admin/companies/message.php
M   resources/lang/el/admin/companies/table.php
M   resources/lang/el/admin/components/general.php
M   resources/lang/el/admin/components/message.php
M   resources/lang/el/admin/components/table.php
M   resources/lang/el/admin/consumables/general.php
M   resources/lang/el/admin/consumables/message.php
M   resources/lang/el/admin/consumables/table.php
M   resources/lang/el/admin/custom_fields/general.php
M   resources/lang/el/admin/custom_fields/message.php
M   resources/lang/el/admin/departments/message.php
M   resources/lang/el/admin/departments/table.php
M   resources/lang/el/admin/depreciations/general.php
M   resources/lang/el/admin/depreciations/message.php
M   resources/lang/el/admin/depreciations/table.php
M   resources/lang/el/admin/groups/message.php
M   resources/lang/el/admin/groups/table.php
M   resources/lang/el/admin/groups/titles.php
M   resources/lang/el/admin/hardware/form.php
M   resources/lang/el/admin/hardware/general.php
M   resources/lang/el/admin/hardware/message.php
M   resources/lang/el/admin/hardware/table.php
M   resources/lang/el/admin/licenses/form.php
M   resources/lang/el/admin/licenses/general.php
M   resources/lang/el/admin/licenses/message.php
M   resources/lang/el/admin/licenses/table.php
M   resources/lang/el/admin/locations/message.php
M   resources/lang/el/admin/locations/table.php
M   resources/lang/el/admin/manufacturers/message.php
M   resources/lang/el/admin/manufacturers/table.php
M   resources/lang/el/admin/models/general.php
M   resources/lang/el/admin/models/message.php
M   resources/lang/el/admin/models/table.php
M   resources/lang/el/admin/reports/general.php
M   resources/lang/el/admin/reports/message.php
M   resources/lang/el/admin/settings/general.php
M   resources/lang/el/admin/settings/message.php
M   resources/lang/el/admin/statuslabels/message.php
M   resources/lang/el/admin/statuslabels/table.php
M   resources/lang/el/admin/suppliers/message.php
M   resources/lang/el/admin/suppliers/table.php
M   resources/lang/el/admin/users/general.php
M   resources/lang/el/admin/users/message.php
M   resources/lang/el/admin/users/table.php
M   resources/lang/el/auth/general.php
M   resources/lang/el/auth/message.php
M   resources/lang/el/button.php
M   resources/lang/el/general.php
M   resources/lang/el/mail.php
M   resources/lang/el/pagination.php
M   resources/lang/el/passwords.php
M   resources/lang/el/reminders.php
M   resources/lang/el/table.php
M   resources/lang/el/validation.php
M   resources/lang/en-GB/admin/accessories/general.php
M   resources/lang/en-GB/admin/accessories/message.php
M   resources/lang/en-GB/admin/accessories/table.php
M   resources/lang/en-GB/admin/asset_maintenances/form.php
M   resources/lang/en-GB/admin/asset_maintenances/general.php
M   resources/lang/en-GB/admin/asset_maintenances/message.php
M   resources/lang/en-GB/admin/asset_maintenances/table.php
M   resources/lang/en-GB/admin/categories/general.php
M   resources/lang/en-GB/admin/categories/message.php
M   resources/lang/en-GB/admin/categories/table.php
M   resources/lang/en-GB/admin/companies/general.php
M   resources/lang/en-GB/admin/companies/message.php
M   resources/lang/en-GB/admin/companies/table.php
M   resources/lang/en-GB/admin/components/general.php
M   resources/lang/en-GB/admin/components/message.php
M   resources/lang/en-GB/admin/components/table.php
M   resources/lang/en-GB/admin/consumables/general.php
M   resources/lang/en-GB/admin/consumables/message.php
M   resources/lang/en-GB/admin/consumables/table.php
M   resources/lang/en-GB/admin/custom_fields/general.php
M   resources/lang/en-GB/admin/custom_fields/message.php
M   resources/lang/en-GB/admin/departments/message.php
M   resources/lang/en-GB/admin/departments/table.php
M   resources/lang/en-GB/admin/depreciations/general.php
M   resources/lang/en-GB/admin/depreciations/message.php
M   resources/lang/en-GB/admin/depreciations/table.php
M   resources/lang/en-GB/admin/groups/message.php
M   resources/lang/en-GB/admin/groups/table.php
M   resources/lang/en-GB/admin/groups/titles.php
M   resources/lang/en-GB/admin/hardware/form.php
M   resources/lang/en-GB/admin/hardware/general.php
M   resources/lang/en-GB/admin/hardware/message.php
M   resources/lang/en-GB/admin/hardware/table.php
M   resources/lang/en-GB/admin/licenses/form.php
M   resources/lang/en-GB/admin/licenses/general.php
M   resources/lang/en-GB/admin/licenses/message.php
M   resources/lang/en-GB/admin/licenses/table.php
M   resources/lang/en-GB/admin/locations/message.php
M   resources/lang/en-GB/admin/locations/table.php
M   resources/lang/en-GB/admin/manufacturers/message.php
M   resources/lang/en-GB/admin/manufacturers/table.php
M   resources/lang/en-GB/admin/models/general.php
M   resources/lang/en-GB/admin/models/message.php
M   resources/lang/en-GB/admin/models/table.php
M   resources/lang/en-GB/admin/reports/general.php
M   resources/lang/en-GB/admin/reports/message.php
M   resources/lang/en-GB/admin/settings/general.php
M   resources/lang/en-GB/admin/settings/message.php
M   resources/lang/en-GB/admin/statuslabels/message.php
M   resources/lang/en-GB/admin/statuslabels/table.php
M   resources/lang/en-GB/admin/suppliers/message.php
M   resources/lang/en-GB/admin/suppliers/table.php
M   resources/lang/en-GB/admin/users/general.php
M   resources/lang/en-GB/admin/users/message.php
M   resources/lang/en-GB/admin/users/table.php
M   resources/lang/en-GB/auth/general.php
M   resources/lang/en-GB/auth/message.php
M   resources/lang/en-GB/button.php
M   resources/lang/en-GB/general.php
M   resources/lang/en-GB/mail.php
M   resources/lang/en-GB/pagination.php
M   resources/lang/en-GB/passwords.php
M   resources/lang/en-GB/reminders.php
M   resources/lang/en-GB/table.php
M   resources/lang/en-GB/validation.php
M   resources/lang/en-ID/admin/accessories/general.php
M   resources/lang/en-ID/admin/accessories/message.php
M   resources/lang/en-ID/admin/accessories/table.php
M   resources/lang/en-ID/admin/asset_maintenances/form.php
M   resources/lang/en-ID/admin/asset_maintenances/general.php
M   resources/lang/en-ID/admin/asset_maintenances/message.php
M   resources/lang/en-ID/admin/asset_maintenances/table.php
M   resources/lang/en-ID/admin/categories/general.php
M   resources/lang/en-ID/admin/categories/message.php
M   resources/lang/en-ID/admin/categories/table.php
M   resources/lang/en-ID/admin/companies/general.php
M   resources/lang/en-ID/admin/companies/message.php
M   resources/lang/en-ID/admin/companies/table.php
M   resources/lang/en-ID/admin/components/general.php
M   resources/lang/en-ID/admin/components/message.php
M   resources/lang/en-ID/admin/components/table.php
M   resources/lang/en-ID/admin/consumables/general.php
M   resources/lang/en-ID/admin/consumables/message.php
M   resources/lang/en-ID/admin/consumables/table.php
M   resources/lang/en-ID/admin/custom_fields/general.php
M   resources/lang/en-ID/admin/custom_fields/message.php
M   resources/lang/en-ID/admin/departments/message.php
M   resources/lang/en-ID/admin/departments/table.php
M   resources/lang/en-ID/admin/depreciations/general.php
M   resources/lang/en-ID/admin/depreciations/message.php
M   resources/lang/en-ID/admin/depreciations/table.php
M   resources/lang/en-ID/admin/groups/message.php
M   resources/lang/en-ID/admin/groups/table.php
M   resources/lang/en-ID/admin/groups/titles.php
M   resources/lang/en-ID/admin/hardware/form.php
M   resources/lang/en-ID/admin/hardware/general.php
M   resources/lang/en-ID/admin/hardware/message.php
M   resources/lang/en-ID/admin/hardware/table.php
M   resources/lang/en-ID/admin/licenses/form.php
M   resources/lang/en-ID/admin/licenses/general.php
M   resources/lang/en-ID/admin/licenses/message.php
M   resources/lang/en-ID/admin/licenses/table.php
M   resources/lang/en-ID/admin/locations/message.php
M   resources/lang/en-ID/admin/locations/table.php
M   resources/lang/en-ID/admin/manufacturers/message.php
M   resources/lang/en-ID/admin/manufacturers/table.php
M   resources/lang/en-ID/admin/models/general.php
M   resources/lang/en-ID/admin/models/message.php
M   resources/lang/en-ID/admin/models/table.php
M   resources/lang/en-ID/admin/reports/general.php
M   resources/lang/en-ID/admin/reports/message.php
M   resources/lang/en-ID/admin/settings/general.php
M   resources/lang/en-ID/admin/settings/message.php
M   resources/lang/en-ID/admin/statuslabels/message.php
M   resources/lang/en-ID/admin/statuslabels/table.php
M   resources/lang/en-ID/admin/suppliers/message.php
M   resources/lang/en-ID/admin/suppliers/table.php
M   resources/lang/en-ID/admin/users/general.php
M   resources/lang/en-ID/admin/users/message.php
M   resources/lang/en-ID/admin/users/table.php
M   resources/lang/en-ID/auth/general.php
M   resources/lang/en-ID/auth/message.php
M   resources/lang/en-ID/button.php
M   resources/lang/en-ID/general.php
M   resources/lang/en-ID/mail.php
M   resources/lang/en-ID/pagination.php
M   resources/lang/en-ID/passwords.php
M   resources/lang/en-ID/reminders.php
M   resources/lang/en-ID/table.php
M   resources/lang/en-ID/validation.php
M   resources/lang/en/admin/accessories/general.php
M   resources/lang/en/admin/accessories/message.php
M   resources/lang/en/admin/accessories/table.php
M   resources/lang/en/admin/asset_maintenances/form.php
M   resources/lang/en/admin/asset_maintenances/general.php
M   resources/lang/en/admin/asset_maintenances/message.php
M   resources/lang/en/admin/asset_maintenances/table.php
M   resources/lang/en/admin/categories/general.php
M   resources/lang/en/admin/categories/message.php
M   resources/lang/en/admin/categories/table.php
M   resources/lang/en/admin/companies/general.php
M   resources/lang/en/admin/companies/message.php
M   resources/lang/en/admin/companies/table.php
M   resources/lang/en/admin/components/general.php
M   resources/lang/en/admin/components/message.php
M   resources/lang/en/admin/components/table.php
M   resources/lang/en/admin/consumables/general.php
M   resources/lang/en/admin/consumables/message.php
M   resources/lang/en/admin/consumables/table.php
M   resources/lang/en/admin/custom_fields/general.php
M   resources/lang/en/admin/custom_fields/message.php
M   resources/lang/en/admin/departments/message.php
M   resources/lang/en/admin/departments/table.php
M   resources/lang/en/admin/depreciations/general.php
M   resources/lang/en/admin/depreciations/message.php
M   resources/lang/en/admin/depreciations/table.php
M   resources/lang/en/admin/groups/message.php
M   resources/lang/en/admin/groups/table.php
M   resources/lang/en/admin/groups/titles.php
M   resources/lang/en/admin/hardware/form.php
M   resources/lang/en/admin/hardware/general.php
M   resources/lang/en/admin/hardware/message.php
M   resources/lang/en/admin/hardware/table.php
M   resources/lang/en/admin/licenses/form.php
M   resources/lang/en/admin/licenses/general.php
M   resources/lang/en/admin/licenses/message.php
M   resources/lang/en/admin/licenses/table.php
M   resources/lang/en/admin/locations/message.php
M   resources/lang/en/admin/locations/table.php
M   resources/lang/en/admin/manufacturers/message.php
M   resources/lang/en/admin/manufacturers/table.php
M   resources/lang/en/admin/models/general.php
M   resources/lang/en/admin/models/message.php
M   resources/lang/en/admin/models/table.php
M   resources/lang/en/admin/reports/general.php
M   resources/lang/en/admin/reports/message.php
M   resources/lang/en/admin/settings/general.php
M   resources/lang/en/admin/settings/message.php
M   resources/lang/en/admin/statuslabels/message.php
M   resources/lang/en/admin/statuslabels/table.php
M   resources/lang/en/admin/suppliers/message.php
M   resources/lang/en/admin/suppliers/table.php
M   resources/lang/en/admin/users/general.php
M   resources/lang/en/admin/users/message.php
M   resources/lang/en/admin/users/table.php
M   resources/lang/en/auth/general.php
M   resources/lang/en/auth/message.php
M   resources/lang/en/button.php
M   resources/lang/en/general.php
M   resources/lang/en/mail.php
M   resources/lang/en/pagination.php
M   resources/lang/en/passwords.php
M   resources/lang/en/reminders.php
M   resources/lang/en/table.php
M   resources/lang/en/validation.php
M   resources/lang/es-CO/admin/accessories/general.php
M   resources/lang/es-CO/admin/accessories/message.php
M   resources/lang/es-CO/admin/accessories/table.php
M   resources/lang/es-CO/admin/asset_maintenances/form.php
M   resources/lang/es-CO/admin/asset_maintenances/general.php
M   resources/lang/es-CO/admin/asset_maintenances/message.php
M   resources/lang/es-CO/admin/asset_maintenances/table.php
M   resources/lang/es-CO/admin/categories/general.php
M   resources/lang/es-CO/admin/categories/message.php
M   resources/lang/es-CO/admin/categories/table.php
M   resources/lang/es-CO/admin/companies/general.php
M   resources/lang/es-CO/admin/companies/message.php
M   resources/lang/es-CO/admin/companies/table.php
M   resources/lang/es-CO/admin/components/general.php
M   resources/lang/es-CO/admin/components/message.php
M   resources/lang/es-CO/admin/components/table.php
M   resources/lang/es-CO/admin/consumables/general.php
M   resources/lang/es-CO/admin/consumables/message.php
M   resources/lang/es-CO/admin/consumables/table.php
M   resources/lang/es-CO/admin/custom_fields/general.php
M   resources/lang/es-CO/admin/custom_fields/message.php
M   resources/lang/es-CO/admin/departments/message.php
M   resources/lang/es-CO/admin/departments/table.php
M   resources/lang/es-CO/admin/depreciations/general.php
M   resources/lang/es-CO/admin/depreciations/message.php
M   resources/lang/es-CO/admin/depreciations/table.php
M   resources/lang/es-CO/admin/groups/message.php
M   resources/lang/es-CO/admin/groups/table.php
M   resources/lang/es-CO/admin/groups/titles.php
M   resources/lang/es-CO/admin/hardware/form.php
M   resources/lang/es-CO/admin/hardware/general.php
M   resources/lang/es-CO/admin/hardware/message.php
M   resources/lang/es-CO/admin/hardware/table.php
M   resources/lang/es-CO/admin/licenses/form.php
M   resources/lang/es-CO/admin/licenses/general.php
M   resources/lang/es-CO/admin/licenses/message.php
M   resources/lang/es-CO/admin/licenses/table.php
M   resources/lang/es-CO/admin/locations/message.php
M   resources/lang/es-CO/admin/locations/table.php
M   resources/lang/es-CO/admin/manufacturers/message.php
M   resources/lang/es-CO/admin/manufacturers/table.php
M   resources/lang/es-CO/admin/models/general.php
M   resources/lang/es-CO/admin/models/message.php
M   resources/lang/es-CO/admin/models/table.php
M   resources/lang/es-CO/admin/reports/general.php
M   resources/lang/es-CO/admin/reports/message.php
M   resources/lang/es-CO/admin/settings/general.php
M   resources/lang/es-CO/admin/settings/message.php
M   resources/lang/es-CO/admin/statuslabels/message.php
M   resources/lang/es-CO/admin/statuslabels/table.php
M   resources/lang/es-CO/admin/suppliers/message.php
M   resources/lang/es-CO/admin/suppliers/table.php
M   resources/lang/es-CO/admin/users/general.php
M   resources/lang/es-CO/admin/users/message.php
M   resources/lang/es-CO/admin/users/table.php
M   resources/lang/es-CO/auth/general.php
M   resources/lang/es-CO/auth/message.php
M   resources/lang/es-CO/button.php
M   resources/lang/es-CO/general.php
M   resources/lang/es-CO/mail.php
M   resources/lang/es-CO/pagination.php
M   resources/lang/es-CO/passwords.php
M   resources/lang/es-CO/reminders.php
M   resources/lang/es-CO/table.php
M   resources/lang/es-CO/validation.php
M   resources/lang/es-ES/admin/accessories/general.php
M   resources/lang/es-ES/admin/accessories/message.php
M   resources/lang/es-ES/admin/accessories/table.php
M   resources/lang/es-ES/admin/asset_maintenances/form.php
M   resources/lang/es-ES/admin/asset_maintenances/general.php
M   resources/lang/es-ES/admin/asset_maintenances/message.php
M   resources/lang/es-ES/admin/asset_maintenances/table.php
M   resources/lang/es-ES/admin/categories/general.php
M   resources/lang/es-ES/admin/categories/message.php
M   resources/lang/es-ES/admin/categories/table.php
M   resources/lang/es-ES/admin/companies/general.php
M   resources/lang/es-ES/admin/companies/message.php
M   resources/lang/es-ES/admin/companies/table.php
M   resources/lang/es-ES/admin/components/general.php
M   resources/lang/es-ES/admin/components/message.php
M   resources/lang/es-ES/admin/components/table.php
M   resources/lang/es-ES/admin/consumables/general.php
M   resources/lang/es-ES/admin/consumables/message.php
M   resources/lang/es-ES/admin/consumables/table.php
M   resources/lang/es-ES/admin/custom_fields/general.php
M   resources/lang/es-ES/admin/custom_fields/message.php
M   resources/lang/es-ES/admin/departments/message.php
M   resources/lang/es-ES/admin/departments/table.php
M   resources/lang/es-ES/admin/depreciations/general.php
M   resources/lang/es-ES/admin/depreciations/message.php
M   resources/lang/es-ES/admin/depreciations/table.php
M   resources/lang/es-ES/admin/groups/message.php
M   resources/lang/es-ES/admin/groups/table.php
M   resources/lang/es-ES/admin/groups/titles.php
M   resources/lang/es-ES/admin/hardware/form.php
M   resources/lang/es-ES/admin/hardware/general.php
M   resources/lang/es-ES/admin/hardware/message.php
M   resources/lang/es-ES/admin/hardware/table.php
M   resources/lang/es-ES/admin/licenses/form.php
M   resources/lang/es-ES/admin/licenses/general.php
M   resources/lang/es-ES/admin/licenses/message.php
M   resources/lang/es-ES/admin/licenses/table.php
M   resources/lang/es-ES/admin/locations/message.php
M   resources/lang/es-ES/admin/locations/table.php
M   resources/lang/es-ES/admin/manufacturers/message.php
M   resources/lang/es-ES/admin/manufacturers/table.php
M   resources/lang/es-ES/admin/models/general.php
M   resources/lang/es-ES/admin/models/message.php
M   resources/lang/es-ES/admin/models/table.php
M   resources/lang/es-ES/admin/reports/general.php
M   resources/lang/es-ES/admin/reports/message.php
M   resources/lang/es-ES/admin/settings/general.php
M   resources/lang/es-ES/admin/settings/message.php
M   resources/lang/es-ES/admin/statuslabels/message.php
M   resources/lang/es-ES/admin/statuslabels/table.php
M   resources/lang/es-ES/admin/suppliers/message.php
M   resources/lang/es-ES/admin/suppliers/table.php
M   resources/lang/es-ES/admin/users/general.php
M   resources/lang/es-ES/admin/users/message.php
M   resources/lang/es-ES/admin/users/table.php
M   resources/lang/es-ES/auth/general.php
M   resources/lang/es-ES/auth/message.php
M   resources/lang/es-ES/button.php
M   resources/lang/es-ES/general.php
M   resources/lang/es-ES/mail.php
M   resources/lang/es-ES/pagination.php
M   resources/lang/es-ES/passwords.php
M   resources/lang/es-ES/reminders.php
M   resources/lang/es-ES/table.php
M   resources/lang/es-ES/validation.php
M   resources/lang/es-MX/admin/accessories/general.php
M   resources/lang/es-MX/admin/accessories/message.php
M   resources/lang/es-MX/admin/accessories/table.php
M   resources/lang/es-MX/admin/asset_maintenances/form.php
M   resources/lang/es-MX/admin/asset_maintenances/general.php
M   resources/lang/es-MX/admin/asset_maintenances/message.php
M   resources/lang/es-MX/admin/asset_maintenances/table.php
M   resources/lang/es-MX/admin/categories/general.php
M   resources/lang/es-MX/admin/categories/message.php
M   resources/lang/es-MX/admin/categories/table.php
M   resources/lang/es-MX/admin/companies/general.php
M   resources/lang/es-MX/admin/companies/message.php
M   resources/lang/es-MX/admin/companies/table.php
M   resources/lang/es-MX/admin/components/general.php
M   resources/lang/es-MX/admin/components/message.php
M   resources/lang/es-MX/admin/components/table.php
M   resources/lang/es-MX/admin/consumables/general.php
M   resources/lang/es-MX/admin/consumables/message.php
M   resources/lang/es-MX/admin/consumables/table.php
M   resources/lang/es-MX/admin/custom_fields/general.php
M   resources/lang/es-MX/admin/custom_fields/message.php
M   resources/lang/es-MX/admin/departments/message.php
M   resources/lang/es-MX/admin/departments/table.php
M   resources/lang/es-MX/admin/depreciations/general.php
M   resources/lang/es-MX/admin/depreciations/message.php
M   resources/lang/es-MX/admin/depreciations/table.php
M   resources/lang/es-MX/admin/groups/message.php
M   resources/lang/es-MX/admin/groups/table.php
M   resources/lang/es-MX/admin/groups/titles.php
M   resources/lang/es-MX/admin/hardware/form.php
M   resources/lang/es-MX/admin/hardware/general.php
M   resources/lang/es-MX/admin/hardware/message.php
M   resources/lang/es-MX/admin/hardware/table.php
M   resources/lang/es-MX/admin/licenses/form.php
M   resources/lang/es-MX/admin/licenses/general.php
M   resources/lang/es-MX/admin/licenses/message.php
M   resources/lang/es-MX/admin/licenses/table.php
M   resources/lang/es-MX/admin/locations/message.php
M   resources/lang/es-MX/admin/locations/table.php
M   resources/lang/es-MX/admin/manufacturers/message.php
M   resources/lang/es-MX/admin/manufacturers/table.php
M   resources/lang/es-MX/admin/models/general.php
M   resources/lang/es-MX/admin/models/message.php
M   resources/lang/es-MX/admin/models/table.php
M   resources/lang/es-MX/admin/reports/general.php
M   resources/lang/es-MX/admin/reports/message.php
M   resources/lang/es-MX/admin/settings/general.php
M   resources/lang/es-MX/admin/settings/message.php
M   resources/lang/es-MX/admin/statuslabels/message.php
M   resources/lang/es-MX/admin/statuslabels/table.php
M   resources/lang/es-MX/admin/suppliers/message.php
M   resources/lang/es-MX/admin/suppliers/table.php
M   resources/lang/es-MX/admin/users/general.php
M   resources/lang/es-MX/admin/users/message.php
M   resources/lang/es-MX/admin/users/table.php
M   resources/lang/es-MX/auth/general.php
M   resources/lang/es-MX/auth/message.php
M   resources/lang/es-MX/button.php
M   resources/lang/es-MX/general.php
M   resources/lang/es-MX/mail.php
M   resources/lang/es-MX/pagination.php
M   resources/lang/es-MX/passwords.php
M   resources/lang/es-MX/reminders.php
M   resources/lang/es-MX/table.php
M   resources/lang/es-MX/validation.php
M   resources/lang/es-VE/admin/accessories/general.php
M   resources/lang/es-VE/admin/accessories/message.php
M   resources/lang/es-VE/admin/accessories/table.php
M   resources/lang/es-VE/admin/asset_maintenances/form.php
M   resources/lang/es-VE/admin/asset_maintenances/general.php
M   resources/lang/es-VE/admin/asset_maintenances/message.php
M   resources/lang/es-VE/admin/asset_maintenances/table.php
M   resources/lang/es-VE/admin/categories/general.php
M   resources/lang/es-VE/admin/categories/message.php
M   resources/lang/es-VE/admin/categories/table.php
M   resources/lang/es-VE/admin/companies/general.php
M   resources/lang/es-VE/admin/companies/message.php
M   resources/lang/es-VE/admin/companies/table.php
M   resources/lang/es-VE/admin/components/general.php
M   resources/lang/es-VE/admin/components/message.php
M   resources/lang/es-VE/admin/components/table.php
M   resources/lang/es-VE/admin/consumables/general.php
M   resources/lang/es-VE/admin/consumables/message.php
M   resources/lang/es-VE/admin/consumables/table.php
M   resources/lang/es-VE/admin/custom_fields/general.php
M   resources/lang/es-VE/admin/custom_fields/message.php
M   resources/lang/es-VE/admin/departments/message.php
M   resources/lang/es-VE/admin/departments/table.php
M   resources/lang/es-VE/admin/depreciations/general.php
M   resources/lang/es-VE/admin/depreciations/message.php
M   resources/lang/es-VE/admin/depreciations/table.php
M   resources/lang/es-VE/admin/groups/message.php
M   resources/lang/es-VE/admin/groups/table.php
M   resources/lang/es-VE/admin/groups/titles.php
M   resources/lang/es-VE/admin/hardware/form.php
M   resources/lang/es-VE/admin/hardware/general.php
M   resources/lang/es-VE/admin/hardware/message.php
M   resources/lang/es-VE/admin/hardware/table.php
M   resources/lang/es-VE/admin/licenses/form.php
M   resources/lang/es-VE/admin/licenses/general.php
M   resources/lang/es-VE/admin/licenses/message.php
M   resources/lang/es-VE/admin/licenses/table.php
M   resources/lang/es-VE/admin/locations/message.php
M   resources/lang/es-VE/admin/locations/table.php
M   resources/lang/es-VE/admin/manufacturers/message.php
M   resources/lang/es-VE/admin/manufacturers/table.php
M   resources/lang/es-VE/admin/models/general.php
M   resources/lang/es-VE/admin/models/message.php
M   resources/lang/es-VE/admin/models/table.php
M   resources/lang/es-VE/admin/reports/general.php
M   resources/lang/es-VE/admin/reports/message.php
M   resources/lang/es-VE/admin/settings/general.php
M   resources/lang/es-VE/admin/settings/message.php
M   resources/lang/es-VE/admin/statuslabels/message.php
M   resources/lang/es-VE/admin/statuslabels/table.php
M   resources/lang/es-VE/admin/suppliers/message.php
M   resources/lang/es-VE/admin/suppliers/table.php
M   resources/lang/es-VE/admin/users/general.php
M   resources/lang/es-VE/admin/users/message.php
M   resources/lang/es-VE/admin/users/table.php
M   resources/lang/es-VE/auth/general.php
M   resources/lang/es-VE/auth/message.php
M   resources/lang/es-VE/button.php
M   resources/lang/es-VE/general.php
M   resources/lang/es-VE/mail.php
M   resources/lang/es-VE/pagination.php
M   resources/lang/es-VE/passwords.php
M   resources/lang/es-VE/reminders.php
M   resources/lang/es-VE/table.php
M   resources/lang/es-VE/validation.php
M   resources/lang/et/admin/accessories/general.php
M   resources/lang/et/admin/accessories/message.php
M   resources/lang/et/admin/accessories/table.php
M   resources/lang/et/admin/asset_maintenances/form.php
M   resources/lang/et/admin/asset_maintenances/general.php
M   resources/lang/et/admin/asset_maintenances/message.php
M   resources/lang/et/admin/asset_maintenances/table.php
M   resources/lang/et/admin/categories/general.php
M   resources/lang/et/admin/categories/message.php
M   resources/lang/et/admin/categories/table.php
M   resources/lang/et/admin/companies/general.php
M   resources/lang/et/admin/companies/message.php
M   resources/lang/et/admin/companies/table.php
M   resources/lang/et/admin/components/general.php
M   resources/lang/et/admin/components/message.php
M   resources/lang/et/admin/components/table.php
M   resources/lang/et/admin/consumables/general.php
M   resources/lang/et/admin/consumables/message.php
M   resources/lang/et/admin/consumables/table.php
M   resources/lang/et/admin/custom_fields/general.php
M   resources/lang/et/admin/custom_fields/message.php
M   resources/lang/et/admin/departments/message.php
M   resources/lang/et/admin/departments/table.php
M   resources/lang/et/admin/depreciations/general.php
M   resources/lang/et/admin/depreciations/message.php
M   resources/lang/et/admin/depreciations/table.php
M   resources/lang/et/admin/groups/message.php
M   resources/lang/et/admin/groups/table.php
M   resources/lang/et/admin/groups/titles.php
M   resources/lang/et/admin/hardware/form.php
M   resources/lang/et/admin/hardware/general.php
M   resources/lang/et/admin/hardware/message.php
M   resources/lang/et/admin/hardware/table.php
M   resources/lang/et/admin/licenses/form.php
M   resources/lang/et/admin/licenses/general.php
M   resources/lang/et/admin/licenses/message.php
M   resources/lang/et/admin/licenses/table.php
M   resources/lang/et/admin/locations/message.php
M   resources/lang/et/admin/locations/table.php
M   resources/lang/et/admin/manufacturers/message.php
M   resources/lang/et/admin/manufacturers/table.php
M   resources/lang/et/admin/models/general.php
M   resources/lang/et/admin/models/message.php
M   resources/lang/et/admin/models/table.php
M   resources/lang/et/admin/reports/general.php
M   resources/lang/et/admin/reports/message.php
M   resources/lang/et/admin/settings/general.php
M   resources/lang/et/admin/settings/message.php
M   resources/lang/et/admin/statuslabels/message.php
M   resources/lang/et/admin/statuslabels/table.php
M   resources/lang/et/admin/suppliers/message.php
M   resources/lang/et/admin/suppliers/table.php
M   resources/lang/et/admin/users/general.php
M   resources/lang/et/admin/users/message.php
M   resources/lang/et/admin/users/table.php
M   resources/lang/et/auth/general.php
M   resources/lang/et/auth/message.php
M   resources/lang/et/button.php
M   resources/lang/et/general.php
M   resources/lang/et/mail.php
M   resources/lang/et/pagination.php
M   resources/lang/et/passwords.php
M   resources/lang/et/reminders.php
M   resources/lang/et/table.php
M   resources/lang/et/validation.php
M   resources/lang/fa/admin/accessories/general.php
M   resources/lang/fa/admin/accessories/message.php
M   resources/lang/fa/admin/accessories/table.php
M   resources/lang/fa/admin/asset_maintenances/form.php
M   resources/lang/fa/admin/asset_maintenances/general.php
M   resources/lang/fa/admin/asset_maintenances/message.php
M   resources/lang/fa/admin/asset_maintenances/table.php
M   resources/lang/fa/admin/categories/general.php
M   resources/lang/fa/admin/categories/message.php
M   resources/lang/fa/admin/categories/table.php
M   resources/lang/fa/admin/companies/general.php
M   resources/lang/fa/admin/companies/message.php
M   resources/lang/fa/admin/companies/table.php
M   resources/lang/fa/admin/components/general.php
M   resources/lang/fa/admin/components/message.php
M   resources/lang/fa/admin/components/table.php
M   resources/lang/fa/admin/consumables/general.php
M   resources/lang/fa/admin/consumables/message.php
M   resources/lang/fa/admin/consumables/table.php
M   resources/lang/fa/admin/custom_fields/general.php
M   resources/lang/fa/admin/custom_fields/message.php
M   resources/lang/fa/admin/departments/message.php
M   resources/lang/fa/admin/departments/table.php
M   resources/lang/fa/admin/depreciations/general.php
M   resources/lang/fa/admin/depreciations/message.php
M   resources/lang/fa/admin/depreciations/table.php
M   resources/lang/fa/admin/groups/message.php
M   resources/lang/fa/admin/groups/table.php
M   resources/lang/fa/admin/groups/titles.php
M   resources/lang/fa/admin/hardware/form.php
M   resources/lang/fa/admin/hardware/general.php
M   resources/lang/fa/admin/hardware/message.php
M   resources/lang/fa/admin/hardware/table.php
M   resources/lang/fa/admin/licenses/form.php
M   resources/lang/fa/admin/licenses/general.php
M   resources/lang/fa/admin/licenses/message.php
M   resources/lang/fa/admin/licenses/table.php
M   resources/lang/fa/admin/locations/message.php
M   resources/lang/fa/admin/locations/table.php
M   resources/lang/fa/admin/manufacturers/message.php
M   resources/lang/fa/admin/manufacturers/table.php
M   resources/lang/fa/admin/models/general.php
M   resources/lang/fa/admin/models/message.php
M   resources/lang/fa/admin/models/table.php
M   resources/lang/fa/admin/reports/general.php
M   resources/lang/fa/admin/reports/message.php
M   resources/lang/fa/admin/settings/general.php
M   resources/lang/fa/admin/settings/message.php
M   resources/lang/fa/admin/statuslabels/message.php
M   resources/lang/fa/admin/statuslabels/table.php
M   resources/lang/fa/admin/suppliers/message.php
M   resources/lang/fa/admin/suppliers/table.php
M   resources/lang/fa/admin/users/general.php
M   resources/lang/fa/admin/users/message.php
M   resources/lang/fa/admin/users/table.php
M   resources/lang/fa/auth/general.php
M   resources/lang/fa/auth/message.php
M   resources/lang/fa/button.php
M   resources/lang/fa/general.php
M   resources/lang/fa/mail.php
M   resources/lang/fa/pagination.php
M   resources/lang/fa/passwords.php
M   resources/lang/fa/reminders.php
M   resources/lang/fa/table.php
M   resources/lang/fa/validation.php
M   resources/lang/fi/admin/accessories/general.php
M   resources/lang/fi/admin/accessories/message.php
M   resources/lang/fi/admin/accessories/table.php
M   resources/lang/fi/admin/asset_maintenances/form.php
M   resources/lang/fi/admin/asset_maintenances/general.php
M   resources/lang/fi/admin/asset_maintenances/message.php
M   resources/lang/fi/admin/asset_maintenances/table.php
M   resources/lang/fi/admin/categories/general.php
M   resources/lang/fi/admin/categories/message.php
M   resources/lang/fi/admin/categories/table.php
M   resources/lang/fi/admin/companies/general.php
M   resources/lang/fi/admin/companies/message.php
M   resources/lang/fi/admin/companies/table.php
M   resources/lang/fi/admin/components/general.php
M   resources/lang/fi/admin/components/message.php
M   resources/lang/fi/admin/components/table.php
M   resources/lang/fi/admin/consumables/general.php
M   resources/lang/fi/admin/consumables/message.php
M   resources/lang/fi/admin/consumables/table.php
M   resources/lang/fi/admin/custom_fields/general.php
M   resources/lang/fi/admin/custom_fields/message.php
M   resources/lang/fi/admin/departments/message.php
M   resources/lang/fi/admin/departments/table.php
M   resources/lang/fi/admin/depreciations/general.php
M   resources/lang/fi/admin/depreciations/message.php
M   resources/lang/fi/admin/depreciations/table.php
M   resources/lang/fi/admin/groups/message.php
M   resources/lang/fi/admin/groups/table.php
M   resources/lang/fi/admin/groups/titles.php
M   resources/lang/fi/admin/hardware/form.php
M   resources/lang/fi/admin/hardware/general.php
M   resources/lang/fi/admin/hardware/message.php
M   resources/lang/fi/admin/hardware/table.php
M   resources/lang/fi/admin/licenses/form.php
M   resources/lang/fi/admin/licenses/general.php
M   resources/lang/fi/admin/licenses/message.php
M   resources/lang/fi/admin/licenses/table.php
M   resources/lang/fi/admin/locations/message.php
M   resources/lang/fi/admin/locations/table.php
M   resources/lang/fi/admin/manufacturers/message.php
M   resources/lang/fi/admin/manufacturers/table.php
M   resources/lang/fi/admin/models/general.php
M   resources/lang/fi/admin/models/message.php
M   resources/lang/fi/admin/models/table.php
M   resources/lang/fi/admin/reports/general.php
M   resources/lang/fi/admin/reports/message.php
M   resources/lang/fi/admin/settings/general.php
M   resources/lang/fi/admin/settings/message.php
M   resources/lang/fi/admin/statuslabels/message.php
M   resources/lang/fi/admin/statuslabels/table.php
M   resources/lang/fi/admin/suppliers/message.php
M   resources/lang/fi/admin/suppliers/table.php
M   resources/lang/fi/admin/users/general.php
M   resources/lang/fi/admin/users/message.php
M   resources/lang/fi/admin/users/table.php
M   resources/lang/fi/auth/general.php
M   resources/lang/fi/auth/message.php
M   resources/lang/fi/button.php
M   resources/lang/fi/general.php
M   resources/lang/fi/mail.php
M   resources/lang/fi/pagination.php
M   resources/lang/fi/passwords.php
M   resources/lang/fi/reminders.php
M   resources/lang/fi/table.php
M   resources/lang/fi/validation.php
M   resources/lang/fil/admin/accessories/general.php
M   resources/lang/fil/admin/accessories/message.php
M   resources/lang/fil/admin/accessories/table.php
M   resources/lang/fil/admin/asset_maintenances/form.php
M   resources/lang/fil/admin/asset_maintenances/general.php
M   resources/lang/fil/admin/asset_maintenances/message.php
M   resources/lang/fil/admin/asset_maintenances/table.php
M   resources/lang/fil/admin/categories/general.php
M   resources/lang/fil/admin/categories/message.php
M   resources/lang/fil/admin/categories/table.php
M   resources/lang/fil/admin/companies/general.php
M   resources/lang/fil/admin/companies/message.php
M   resources/lang/fil/admin/companies/table.php
M   resources/lang/fil/admin/components/general.php
M   resources/lang/fil/admin/components/message.php
M   resources/lang/fil/admin/components/table.php
M   resources/lang/fil/admin/consumables/general.php
M   resources/lang/fil/admin/consumables/message.php
M   resources/lang/fil/admin/consumables/table.php
M   resources/lang/fil/admin/custom_fields/general.php
M   resources/lang/fil/admin/custom_fields/message.php
M   resources/lang/fil/admin/departments/message.php
M   resources/lang/fil/admin/departments/table.php
M   resources/lang/fil/admin/depreciations/general.php
M   resources/lang/fil/admin/depreciations/message.php
M   resources/lang/fil/admin/depreciations/table.php
M   resources/lang/fil/admin/groups/message.php
M   resources/lang/fil/admin/groups/table.php
M   resources/lang/fil/admin/groups/titles.php
M   resources/lang/fil/admin/hardware/form.php
M   resources/lang/fil/admin/hardware/general.php
M   resources/lang/fil/admin/hardware/message.php
M   resources/lang/fil/admin/hardware/table.php
M   resources/lang/fil/admin/licenses/form.php
M   resources/lang/fil/admin/licenses/general.php
M   resources/lang/fil/admin/licenses/message.php
M   resources/lang/fil/admin/licenses/table.php
M   resources/lang/fil/admin/locations/message.php
M   resources/lang/fil/admin/locations/table.php
M   resources/lang/fil/admin/manufacturers/message.php
M   resources/lang/fil/admin/manufacturers/table.php
M   resources/lang/fil/admin/models/general.php
M   resources/lang/fil/admin/models/message.php
M   resources/lang/fil/admin/models/table.php
M   resources/lang/fil/admin/reports/general.php
M   resources/lang/fil/admin/reports/message.php
M   resources/lang/fil/admin/settings/general.php
M   resources/lang/fil/admin/settings/message.php
M   resources/lang/fil/admin/statuslabels/message.php
M   resources/lang/fil/admin/statuslabels/table.php
M   resources/lang/fil/admin/suppliers/message.php
M   resources/lang/fil/admin/suppliers/table.php
M   resources/lang/fil/admin/users/general.php
M   resources/lang/fil/admin/users/message.php
M   resources/lang/fil/admin/users/table.php
M   resources/lang/fil/auth/general.php
M   resources/lang/fil/auth/message.php
M   resources/lang/fil/button.php
M   resources/lang/fil/general.php
M   resources/lang/fil/mail.php
M   resources/lang/fil/pagination.php
M   resources/lang/fil/passwords.php
M   resources/lang/fil/reminders.php
M   resources/lang/fil/table.php
M   resources/lang/fil/validation.php
M   resources/lang/fr/admin/accessories/general.php
M   resources/lang/fr/admin/accessories/message.php
M   resources/lang/fr/admin/accessories/table.php
M   resources/lang/fr/admin/asset_maintenances/form.php
M   resources/lang/fr/admin/asset_maintenances/general.php
M   resources/lang/fr/admin/asset_maintenances/message.php
M   resources/lang/fr/admin/asset_maintenances/table.php
M   resources/lang/fr/admin/categories/general.php
M   resources/lang/fr/admin/categories/message.php
M   resources/lang/fr/admin/categories/table.php
M   resources/lang/fr/admin/companies/general.php
M   resources/lang/fr/admin/companies/message.php
M   resources/lang/fr/admin/companies/table.php
M   resources/lang/fr/admin/components/general.php
M   resources/lang/fr/admin/components/message.php
M   resources/lang/fr/admin/components/table.php
M   resources/lang/fr/admin/consumables/general.php
M   resources/lang/fr/admin/consumables/message.php
M   resources/lang/fr/admin/consumables/table.php
M   resources/lang/fr/admin/custom_fields/general.php
M   resources/lang/fr/admin/custom_fields/message.php
M   resources/lang/fr/admin/departments/message.php
M   resources/lang/fr/admin/departments/table.php
M   resources/lang/fr/admin/depreciations/general.php
M   resources/lang/fr/admin/depreciations/message.php
M   resources/lang/fr/admin/depreciations/table.php
M   resources/lang/fr/admin/groups/message.php
M   resources/lang/fr/admin/groups/table.php
M   resources/lang/fr/admin/groups/titles.php
M   resources/lang/fr/admin/hardware/form.php
M   resources/lang/fr/admin/hardware/general.php
M   resources/lang/fr/admin/hardware/message.php
M   resources/lang/fr/admin/hardware/table.php
M   resources/lang/fr/admin/licenses/form.php
M   resources/lang/fr/admin/licenses/general.php
M   resources/lang/fr/admin/licenses/message.php
M   resources/lang/fr/admin/licenses/table.php
M   resources/lang/fr/admin/locations/message.php
M   resources/lang/fr/admin/locations/table.php
M   resources/lang/fr/admin/manufacturers/message.php
M   resources/lang/fr/admin/manufacturers/table.php
M   resources/lang/fr/admin/models/general.php
M   resources/lang/fr/admin/models/message.php
M   resources/lang/fr/admin/models/table.php
M   resources/lang/fr/admin/reports/general.php
M   resources/lang/fr/admin/reports/message.php
M   resources/lang/fr/admin/settings/general.php
M   resources/lang/fr/admin/settings/message.php
M   resources/lang/fr/admin/statuslabels/message.php
M   resources/lang/fr/admin/statuslabels/table.php
M   resources/lang/fr/admin/suppliers/message.php
M   resources/lang/fr/admin/suppliers/table.php
M   resources/lang/fr/admin/users/general.php
M   resources/lang/fr/admin/users/message.php
M   resources/lang/fr/admin/users/table.php
M   resources/lang/fr/auth/general.php
M   resources/lang/fr/auth/message.php
M   resources/lang/fr/button.php
M   resources/lang/fr/general.php
M   resources/lang/fr/mail.php
M   resources/lang/fr/pagination.php
M   resources/lang/fr/passwords.php
M   resources/lang/fr/reminders.php
M   resources/lang/fr/table.php
M   resources/lang/fr/validation.php
M   resources/lang/ga-IE/admin/accessories/general.php
M   resources/lang/ga-IE/admin/accessories/message.php
M   resources/lang/ga-IE/admin/accessories/table.php
M   resources/lang/ga-IE/admin/asset_maintenances/form.php
M   resources/lang/ga-IE/admin/asset_maintenances/general.php
M   resources/lang/ga-IE/admin/asset_maintenances/message.php
M   resources/lang/ga-IE/admin/asset_maintenances/table.php
M   resources/lang/ga-IE/admin/categories/general.php
M   resources/lang/ga-IE/admin/categories/message.php
M   resources/lang/ga-IE/admin/categories/table.php
M   resources/lang/ga-IE/admin/companies/general.php
M   resources/lang/ga-IE/admin/companies/message.php
M   resources/lang/ga-IE/admin/companies/table.php
M   resources/lang/ga-IE/admin/components/general.php
M   resources/lang/ga-IE/admin/components/message.php
M   resources/lang/ga-IE/admin/components/table.php
M   resources/lang/ga-IE/admin/consumables/general.php
M   resources/lang/ga-IE/admin/consumables/message.php
M   resources/lang/ga-IE/admin/consumables/table.php
M   resources/lang/ga-IE/admin/custom_fields/general.php
M   resources/lang/ga-IE/admin/custom_fields/message.php
M   resources/lang/ga-IE/admin/departments/message.php
M   resources/lang/ga-IE/admin/departments/table.php
M   resources/lang/ga-IE/admin/depreciations/general.php
M   resources/lang/ga-IE/admin/depreciations/message.php
M   resources/lang/ga-IE/admin/depreciations/table.php
M   resources/lang/ga-IE/admin/groups/message.php
M   resources/lang/ga-IE/admin/groups/table.php
M   resources/lang/ga-IE/admin/groups/titles.php
M   resources/lang/ga-IE/admin/hardware/form.php
M   resources/lang/ga-IE/admin/hardware/general.php
M   resources/lang/ga-IE/admin/hardware/message.php
M   resources/lang/ga-IE/admin/hardware/table.php
M   resources/lang/ga-IE/admin/licenses/form.php
M   resources/lang/ga-IE/admin/licenses/general.php
M   resources/lang/ga-IE/admin/licenses/message.php
M   resources/lang/ga-IE/admin/licenses/table.php
M   resources/lang/ga-IE/admin/locations/message.php
M   resources/lang/ga-IE/admin/locations/table.php
M   resources/lang/ga-IE/admin/manufacturers/message.php
M   resources/lang/ga-IE/admin/manufacturers/table.php
M   resources/lang/ga-IE/admin/models/general.php
M   resources/lang/ga-IE/admin/models/message.php
M   resources/lang/ga-IE/admin/models/table.php
M   resources/lang/ga-IE/admin/reports/general.php
M   resources/lang/ga-IE/admin/reports/message.php
M   resources/lang/ga-IE/admin/settings/general.php
M   resources/lang/ga-IE/admin/settings/message.php
M   resources/lang/ga-IE/admin/statuslabels/message.php
M   resources/lang/ga-IE/admin/statuslabels/table.php
M   resources/lang/ga-IE/admin/suppliers/message.php
M   resources/lang/ga-IE/admin/suppliers/table.php
M   resources/lang/ga-IE/admin/users/general.php
M   resources/lang/ga-IE/admin/users/message.php
M   resources/lang/ga-IE/admin/users/table.php
M   resources/lang/ga-IE/auth/general.php
M   resources/lang/ga-IE/auth/message.php
M   resources/lang/ga-IE/button.php
M   resources/lang/ga-IE/general.php
M   resources/lang/ga-IE/mail.php
M   resources/lang/ga-IE/pagination.php
M   resources/lang/ga-IE/passwords.php
M   resources/lang/ga-IE/reminders.php
M   resources/lang/ga-IE/table.php
M   resources/lang/ga-IE/validation.php
M   resources/lang/he/admin/accessories/general.php
M   resources/lang/he/admin/accessories/message.php
M   resources/lang/he/admin/accessories/table.php
M   resources/lang/he/admin/asset_maintenances/form.php
M   resources/lang/he/admin/asset_maintenances/general.php
M   resources/lang/he/admin/asset_maintenances/message.php
M   resources/lang/he/admin/asset_maintenances/table.php
M   resources/lang/he/admin/categories/general.php
M   resources/lang/he/admin/categories/message.php
M   resources/lang/he/admin/categories/table.php
M   resources/lang/he/admin/companies/general.php
M   resources/lang/he/admin/companies/message.php
M   resources/lang/he/admin/companies/table.php
M   resources/lang/he/admin/components/general.php
M   resources/lang/he/admin/components/message.php
M   resources/lang/he/admin/components/table.php
M   resources/lang/he/admin/consumables/general.php
M   resources/lang/he/admin/consumables/message.php
M   resources/lang/he/admin/consumables/table.php
M   resources/lang/he/admin/custom_fields/general.php
M   resources/lang/he/admin/custom_fields/message.php
M   resources/lang/he/admin/departments/message.php
M   resources/lang/he/admin/departments/table.php
M   resources/lang/he/admin/depreciations/general.php
M   resources/lang/he/admin/depreciations/message.php
M   resources/lang/he/admin/depreciations/table.php
M   resources/lang/he/admin/groups/message.php
M   resources/lang/he/admin/groups/table.php
M   resources/lang/he/admin/groups/titles.php
M   resources/lang/he/admin/hardware/form.php
M   resources/lang/he/admin/hardware/general.php
M   resources/lang/he/admin/hardware/message.php
M   resources/lang/he/admin/hardware/table.php
M   resources/lang/he/admin/licenses/form.php
M   resources/lang/he/admin/licenses/general.php
M   resources/lang/he/admin/licenses/message.php
M   resources/lang/he/admin/licenses/table.php
M   resources/lang/he/admin/locations/message.php
M   resources/lang/he/admin/locations/table.php
M   resources/lang/he/admin/manufacturers/message.php
M   resources/lang/he/admin/manufacturers/table.php
M   resources/lang/he/admin/models/general.php
M   resources/lang/he/admin/models/message.php
M   resources/lang/he/admin/models/table.php
M   resources/lang/he/admin/reports/general.php
M   resources/lang/he/admin/reports/message.php
M   resources/lang/he/admin/settings/general.php
M   resources/lang/he/admin/settings/message.php
M   resources/lang/he/admin/statuslabels/message.php
M   resources/lang/he/admin/statuslabels/table.php
M   resources/lang/he/admin/suppliers/message.php
M   resources/lang/he/admin/suppliers/table.php
M   resources/lang/he/admin/users/general.php
M   resources/lang/he/admin/users/message.php
M   resources/lang/he/admin/users/table.php
M   resources/lang/he/auth/general.php
M   resources/lang/he/auth/message.php
M   resources/lang/he/button.php
M   resources/lang/he/general.php
M   resources/lang/he/mail.php
M   resources/lang/he/pagination.php
M   resources/lang/he/passwords.php
M   resources/lang/he/reminders.php
M   resources/lang/he/table.php
M   resources/lang/he/validation.php
M   resources/lang/hr/admin/accessories/general.php
M   resources/lang/hr/admin/accessories/message.php
M   resources/lang/hr/admin/accessories/table.php
M   resources/lang/hr/admin/asset_maintenances/form.php
M   resources/lang/hr/admin/asset_maintenances/general.php
M   resources/lang/hr/admin/asset_maintenances/message.php
M   resources/lang/hr/admin/asset_maintenances/table.php
M   resources/lang/hr/admin/categories/general.php
M   resources/lang/hr/admin/categories/message.php
M   resources/lang/hr/admin/categories/table.php
M   resources/lang/hr/admin/companies/general.php
M   resources/lang/hr/admin/companies/message.php
M   resources/lang/hr/admin/companies/table.php
M   resources/lang/hr/admin/components/general.php
M   resources/lang/hr/admin/components/message.php
M   resources/lang/hr/admin/components/table.php
M   resources/lang/hr/admin/consumables/general.php
M   resources/lang/hr/admin/consumables/message.php
M   resources/lang/hr/admin/consumables/table.php
M   resources/lang/hr/admin/custom_fields/general.php
M   resources/lang/hr/admin/custom_fields/message.php
M   resources/lang/hr/admin/departments/message.php
M   resources/lang/hr/admin/departments/table.php
M   resources/lang/hr/admin/depreciations/general.php
M   resources/lang/hr/admin/depreciations/message.php
M   resources/lang/hr/admin/depreciations/table.php
M   resources/lang/hr/admin/groups/message.php
M   resources/lang/hr/admin/groups/table.php
M   resources/lang/hr/admin/groups/titles.php
M   resources/lang/hr/admin/hardware/form.php
M   resources/lang/hr/admin/hardware/general.php
M   resources/lang/hr/admin/hardware/message.php
M   resources/lang/hr/admin/hardware/table.php
M   resources/lang/hr/admin/licenses/form.php
M   resources/lang/hr/admin/licenses/general.php
M   resources/lang/hr/admin/licenses/message.php
M   resources/lang/hr/admin/licenses/table.php
M   resources/lang/hr/admin/locations/message.php
M   resources/lang/hr/admin/locations/table.php
M   resources/lang/hr/admin/manufacturers/message.php
M   resources/lang/hr/admin/manufacturers/table.php
M   resources/lang/hr/admin/models/general.php
M   resources/lang/hr/admin/models/message.php
M   resources/lang/hr/admin/models/table.php
M   resources/lang/hr/admin/reports/general.php
M   resources/lang/hr/admin/reports/message.php
M   resources/lang/hr/admin/settings/general.php
M   resources/lang/hr/admin/settings/message.php
M   resources/lang/hr/admin/statuslabels/message.php
M   resources/lang/hr/admin/statuslabels/table.php
M   resources/lang/hr/admin/suppliers/message.php
M   resources/lang/hr/admin/suppliers/table.php
M   resources/lang/hr/admin/users/general.php
M   resources/lang/hr/admin/users/message.php
M   resources/lang/hr/admin/users/table.php
M   resources/lang/hr/auth/general.php
M   resources/lang/hr/auth/message.php
M   resources/lang/hr/button.php
M   resources/lang/hr/general.php
M   resources/lang/hr/mail.php
M   resources/lang/hr/pagination.php
M   resources/lang/hr/passwords.php
M   resources/lang/hr/reminders.php
M   resources/lang/hr/table.php
M   resources/lang/hr/validation.php
M   resources/lang/hu/admin/accessories/general.php
M   resources/lang/hu/admin/accessories/message.php
M   resources/lang/hu/admin/accessories/table.php
M   resources/lang/hu/admin/asset_maintenances/form.php
M   resources/lang/hu/admin/asset_maintenances/general.php
M   resources/lang/hu/admin/asset_maintenances/message.php
M   resources/lang/hu/admin/asset_maintenances/table.php
M   resources/lang/hu/admin/categories/general.php
M   resources/lang/hu/admin/categories/message.php
M   resources/lang/hu/admin/categories/table.php
M   resources/lang/hu/admin/companies/general.php
M   resources/lang/hu/admin/companies/message.php
M   resources/lang/hu/admin/companies/table.php
M   resources/lang/hu/admin/components/general.php
M   resources/lang/hu/admin/components/message.php
M   resources/lang/hu/admin/components/table.php
M   resources/lang/hu/admin/consumables/general.php
M   resources/lang/hu/admin/consumables/message.php
M   resources/lang/hu/admin/consumables/table.php
M   resources/lang/hu/admin/custom_fields/general.php
M   resources/lang/hu/admin/custom_fields/message.php
M   resources/lang/hu/admin/departments/message.php
M   resources/lang/hu/admin/departments/table.php
M   resources/lang/hu/admin/depreciations/general.php
M   resources/lang/hu/admin/depreciations/message.php
M   resources/lang/hu/admin/depreciations/table.php
M   resources/lang/hu/admin/groups/message.php
M   resources/lang/hu/admin/groups/table.php
M   resources/lang/hu/admin/groups/titles.php
M   resources/lang/hu/admin/hardware/form.php
M   resources/lang/hu/admin/hardware/general.php
M   resources/lang/hu/admin/hardware/message.php
M   resources/lang/hu/admin/hardware/table.php
M   resources/lang/hu/admin/licenses/form.php
M   resources/lang/hu/admin/licenses/general.php
M   resources/lang/hu/admin/licenses/message.php
M   resources/lang/hu/admin/licenses/table.php
M   resources/lang/hu/admin/locations/message.php
M   resources/lang/hu/admin/locations/table.php
M   resources/lang/hu/admin/manufacturers/message.php
M   resources/lang/hu/admin/manufacturers/table.php
M   resources/lang/hu/admin/models/general.php
M   resources/lang/hu/admin/models/message.php
M   resources/lang/hu/admin/models/table.php
M   resources/lang/hu/admin/reports/general.php
M   resources/lang/hu/admin/reports/message.php
M   resources/lang/hu/admin/settings/general.php
M   resources/lang/hu/admin/settings/message.php
M   resources/lang/hu/admin/statuslabels/message.php
M   resources/lang/hu/admin/statuslabels/table.php
M   resources/lang/hu/admin/suppliers/message.php
M   resources/lang/hu/admin/suppliers/table.php
M   resources/lang/hu/admin/users/general.php
M   resources/lang/hu/admin/users/message.php
M   resources/lang/hu/admin/users/table.php
M   resources/lang/hu/auth/general.php
M   resources/lang/hu/auth/message.php
M   resources/lang/hu/button.php
M   resources/lang/hu/general.php
M   resources/lang/hu/mail.php
M   resources/lang/hu/pagination.php
M   resources/lang/hu/passwords.php
M   resources/lang/hu/reminders.php
M   resources/lang/hu/table.php
M   resources/lang/hu/validation.php
M   resources/lang/id/admin/accessories/general.php
M   resources/lang/id/admin/accessories/message.php
M   resources/lang/id/admin/accessories/table.php
M   resources/lang/id/admin/asset_maintenances/form.php
M   resources/lang/id/admin/asset_maintenances/general.php
M   resources/lang/id/admin/asset_maintenances/message.php
M   resources/lang/id/admin/asset_maintenances/table.php
M   resources/lang/id/admin/categories/general.php
M   resources/lang/id/admin/categories/message.php
M   resources/lang/id/admin/categories/table.php
M   resources/lang/id/admin/companies/general.php
M   resources/lang/id/admin/companies/message.php
M   resources/lang/id/admin/companies/table.php
M   resources/lang/id/admin/components/general.php
M   resources/lang/id/admin/components/message.php
M   resources/lang/id/admin/components/table.php
M   resources/lang/id/admin/consumables/general.php
M   resources/lang/id/admin/consumables/message.php
M   resources/lang/id/admin/consumables/table.php
M   resources/lang/id/admin/custom_fields/general.php
M   resources/lang/id/admin/custom_fields/message.php
M   resources/lang/id/admin/departments/message.php
M   resources/lang/id/admin/departments/table.php
M   resources/lang/id/admin/depreciations/general.php
M   resources/lang/id/admin/depreciations/message.php
M   resources/lang/id/admin/depreciations/table.php
M   resources/lang/id/admin/groups/message.php
M   resources/lang/id/admin/groups/table.php
M   resources/lang/id/admin/groups/titles.php
M   resources/lang/id/admin/hardware/form.php
M   resources/lang/id/admin/hardware/general.php
M   resources/lang/id/admin/hardware/message.php
M   resources/lang/id/admin/hardware/table.php
M   resources/lang/id/admin/licenses/form.php
M   resources/lang/id/admin/licenses/general.php
M   resources/lang/id/admin/licenses/message.php
M   resources/lang/id/admin/licenses/table.php
M   resources/lang/id/admin/locations/message.php
M   resources/lang/id/admin/locations/table.php
M   resources/lang/id/admin/manufacturers/message.php
M   resources/lang/id/admin/manufacturers/table.php
M   resources/lang/id/admin/models/general.php
M   resources/lang/id/admin/models/message.php
M   resources/lang/id/admin/models/table.php
M   resources/lang/id/admin/reports/general.php
M   resources/lang/id/admin/reports/message.php
M   resources/lang/id/admin/settings/general.php
M   resources/lang/id/admin/settings/message.php
M   resources/lang/id/admin/statuslabels/message.php
M   resources/lang/id/admin/statuslabels/table.php
M   resources/lang/id/admin/suppliers/message.php
M   resources/lang/id/admin/suppliers/table.php
M   resources/lang/id/admin/users/general.php
M   resources/lang/id/admin/users/message.php
M   resources/lang/id/admin/users/table.php
M   resources/lang/id/auth/general.php
M   resources/lang/id/auth/message.php
M   resources/lang/id/button.php
M   resources/lang/id/general.php
M   resources/lang/id/mail.php
M   resources/lang/id/pagination.php
M   resources/lang/id/passwords.php
M   resources/lang/id/reminders.php
M   resources/lang/id/table.php
M   resources/lang/id/validation.php
M   resources/lang/is 2/admin/accessories/general.php
M   resources/lang/is 2/admin/accessories/message.php
M   resources/lang/is 2/admin/accessories/table.php
M   resources/lang/is 2/admin/asset_maintenances/form.php
M   resources/lang/is 2/admin/asset_maintenances/general.php
M   resources/lang/is 2/admin/asset_maintenances/message.php
M   resources/lang/is 2/admin/asset_maintenances/table.php
M   resources/lang/is 2/admin/categories/general.php
M   resources/lang/is 2/admin/categories/message.php
M   resources/lang/is 2/admin/categories/table.php
M   resources/lang/is 2/admin/companies/general.php
M   resources/lang/is 2/admin/companies/message.php
M   resources/lang/is 2/admin/companies/table.php
M   resources/lang/is 2/admin/components/general.php
M   resources/lang/is 2/admin/components/message.php
M   resources/lang/is 2/admin/components/table.php
M   resources/lang/is 2/admin/consumables/general.php
M   resources/lang/is 2/admin/consumables/message.php
M   resources/lang/is 2/admin/consumables/table.php
M   resources/lang/is 2/admin/custom_fields/general.php
M   resources/lang/is 2/admin/custom_fields/message.php
M   resources/lang/is 2/admin/departments/message.php
M   resources/lang/is 2/admin/departments/table.php
M   resources/lang/is 2/admin/depreciations/general.php
M   resources/lang/is 2/admin/depreciations/message.php
M   resources/lang/is 2/admin/depreciations/table.php
M   resources/lang/is 2/admin/groups/message.php
M   resources/lang/is 2/admin/groups/table.php
M   resources/lang/is 2/admin/groups/titles.php
M   resources/lang/is 2/admin/hardware/form.php
M   resources/lang/is 2/admin/hardware/general.php
M   resources/lang/is 2/admin/hardware/message.php
M   resources/lang/is 2/admin/hardware/table.php
M   resources/lang/is 2/admin/licenses/form.php
M   resources/lang/is 2/admin/licenses/general.php
M   resources/lang/is 2/admin/licenses/message.php
M   resources/lang/is 2/admin/licenses/table.php
M   resources/lang/is 2/admin/locations/message.php
M   resources/lang/is 2/admin/locations/table.php
M   resources/lang/is 2/admin/manufacturers/message.php
M   resources/lang/is 2/admin/manufacturers/table.php
M   resources/lang/is 2/admin/models/general.php
M   resources/lang/is 2/admin/models/message.php
M   resources/lang/is 2/admin/models/table.php
M   resources/lang/is 2/admin/reports/general.php
M   resources/lang/is 2/admin/reports/message.php
M   resources/lang/is 2/admin/settings/general.php
M   resources/lang/is 2/admin/settings/message.php
M   resources/lang/is 2/admin/statuslabels/message.php
M   resources/lang/is 2/admin/statuslabels/table.php
M   resources/lang/is 2/admin/suppliers/message.php
M   resources/lang/is 2/admin/suppliers/table.php
M   resources/lang/is 2/admin/users/general.php
M   resources/lang/is 2/admin/users/message.php
M   resources/lang/is 2/admin/users/table.php
M   resources/lang/is 2/auth/general.php
M   resources/lang/is 2/auth/message.php
M   resources/lang/is 2/button.php
M   resources/lang/is 2/general.php
M   resources/lang/is 2/mail.php
M   resources/lang/is 2/pagination.php
M   resources/lang/is 2/passwords.php
M   resources/lang/is 2/reminders.php
M   resources/lang/is 2/table.php
M   resources/lang/is 2/validation.php
M   resources/lang/is/admin/accessories/general.php
M   resources/lang/is/admin/accessories/message.php
M   resources/lang/is/admin/accessories/table.php
M   resources/lang/is/admin/asset_maintenances/form.php
M   resources/lang/is/admin/asset_maintenances/general.php
M   resources/lang/is/admin/asset_maintenances/message.php
M   resources/lang/is/admin/asset_maintenances/table.php
M   resources/lang/is/admin/categories/general.php
M   resources/lang/is/admin/categories/message.php
M   resources/lang/is/admin/categories/table.php
M   resources/lang/is/admin/companies/general.php
M   resources/lang/is/admin/companies/message.php
M   resources/lang/is/admin/companies/table.php
M   resources/lang/is/admin/components/general.php
M   resources/lang/is/admin/components/message.php
M   resources/lang/is/admin/components/table.php
M   resources/lang/is/admin/consumables/general.php
M   resources/lang/is/admin/consumables/message.php
M   resources/lang/is/admin/consumables/table.php
M   resources/lang/is/admin/custom_fields/general.php
M   resources/lang/is/admin/custom_fields/message.php
M   resources/lang/is/admin/departments/message.php
M   resources/lang/is/admin/departments/table.php
M   resources/lang/is/admin/depreciations/general.php
M   resources/lang/is/admin/depreciations/message.php
M   resources/lang/is/admin/depreciations/table.php
M   resources/lang/is/admin/groups/message.php
M   resources/lang/is/admin/groups/table.php
M   resources/lang/is/admin/groups/titles.php
M   resources/lang/is/admin/hardware/form.php
M   resources/lang/is/admin/hardware/general.php
M   resources/lang/is/admin/hardware/message.php
M   resources/lang/is/admin/hardware/table.php
M   resources/lang/is/admin/licenses/form.php
M   resources/lang/is/admin/licenses/general.php
M   resources/lang/is/admin/licenses/message.php
M   resources/lang/is/admin/licenses/table.php
M   resources/lang/is/admin/locations/message.php
M   resources/lang/is/admin/locations/table.php
M   resources/lang/is/admin/manufacturers/message.php
M   resources/lang/is/admin/manufacturers/table.php
M   resources/lang/is/admin/models/general.php
M   resources/lang/is/admin/models/message.php
M   resources/lang/is/admin/models/table.php
M   resources/lang/is/admin/reports/general.php
M   resources/lang/is/admin/reports/message.php
M   resources/lang/is/admin/settings/general.php
M   resources/lang/is/admin/settings/message.php
M   resources/lang/is/admin/statuslabels/message.php
M   resources/lang/is/admin/statuslabels/table.php
M   resources/lang/is/admin/suppliers/message.php
M   resources/lang/is/admin/suppliers/table.php
M   resources/lang/is/admin/users/general.php
M   resources/lang/is/admin/users/message.php
M   resources/lang/is/admin/users/table.php
M   resources/lang/is/auth/general.php
M   resources/lang/is/auth/message.php
M   resources/lang/is/button.php
M   resources/lang/is/general.php
M   resources/lang/is/mail.php
M   resources/lang/is/pagination.php
M   resources/lang/is/passwords.php
M   resources/lang/is/reminders.php
M   resources/lang/is/table.php
M   resources/lang/is/validation.php
M   resources/lang/it/admin/accessories/general.php
M   resources/lang/it/admin/accessories/message.php
M   resources/lang/it/admin/accessories/table.php
M   resources/lang/it/admin/asset_maintenances/form.php
M   resources/lang/it/admin/asset_maintenances/general.php
M   resources/lang/it/admin/asset_maintenances/message.php
M   resources/lang/it/admin/asset_maintenances/table.php
M   resources/lang/it/admin/categories/general.php
M   resources/lang/it/admin/categories/message.php
M   resources/lang/it/admin/categories/table.php
M   resources/lang/it/admin/companies/general.php
M   resources/lang/it/admin/companies/message.php
M   resources/lang/it/admin/companies/table.php
M   resources/lang/it/admin/components/general.php
M   resources/lang/it/admin/components/message.php
M   resources/lang/it/admin/components/table.php
M   resources/lang/it/admin/consumables/general.php
M   resources/lang/it/admin/consumables/message.php
M   resources/lang/it/admin/consumables/table.php
M   resources/lang/it/admin/custom_fields/general.php
M   resources/lang/it/admin/custom_fields/message.php
M   resources/lang/it/admin/departments/message.php
M   resources/lang/it/admin/departments/table.php
M   resources/lang/it/admin/depreciations/general.php
M   resources/lang/it/admin/depreciations/message.php
M   resources/lang/it/admin/depreciations/table.php
M   resources/lang/it/admin/groups/message.php
M   resources/lang/it/admin/groups/table.php
M   resources/lang/it/admin/groups/titles.php
M   resources/lang/it/admin/hardware/form.php
M   resources/lang/it/admin/hardware/general.php
M   resources/lang/it/admin/hardware/message.php
M   resources/lang/it/admin/hardware/table.php
M   resources/lang/it/admin/licenses/form.php
M   resources/lang/it/admin/licenses/general.php
M   resources/lang/it/admin/licenses/message.php
M   resources/lang/it/admin/licenses/table.php
M   resources/lang/it/admin/locations/message.php
M   resources/lang/it/admin/locations/table.php
M   resources/lang/it/admin/manufacturers/message.php
M   resources/lang/it/admin/manufacturers/table.php
M   resources/lang/it/admin/models/general.php
M   resources/lang/it/admin/models/message.php
M   resources/lang/it/admin/models/table.php
M   resources/lang/it/admin/reports/general.php
M   resources/lang/it/admin/reports/message.php
M   resources/lang/it/admin/settings/general.php
M   resources/lang/it/admin/settings/message.php
M   resources/lang/it/admin/statuslabels/message.php
M   resources/lang/it/admin/statuslabels/table.php
M   resources/lang/it/admin/suppliers/message.php
M   resources/lang/it/admin/suppliers/table.php
M   resources/lang/it/admin/users/general.php
M   resources/lang/it/admin/users/message.php
M   resources/lang/it/admin/users/table.php
M   resources/lang/it/auth/general.php
M   resources/lang/it/auth/message.php
M   resources/lang/it/button.php
M   resources/lang/it/general.php
M   resources/lang/it/mail.php
M   resources/lang/it/pagination.php
M   resources/lang/it/passwords.php
M   resources/lang/it/reminders.php
M   resources/lang/it/table.php
M   resources/lang/it/validation.php
M   resources/lang/iu/admin/accessories/general.php
M   resources/lang/iu/admin/accessories/message.php
M   resources/lang/iu/admin/accessories/table.php
M   resources/lang/iu/admin/asset_maintenances/form.php
M   resources/lang/iu/admin/asset_maintenances/general.php
M   resources/lang/iu/admin/asset_maintenances/message.php
M   resources/lang/iu/admin/asset_maintenances/table.php
M   resources/lang/iu/admin/categories/general.php
M   resources/lang/iu/admin/categories/message.php
M   resources/lang/iu/admin/categories/table.php
M   resources/lang/iu/admin/companies/general.php
M   resources/lang/iu/admin/companies/message.php
M   resources/lang/iu/admin/companies/table.php
M   resources/lang/iu/admin/components/general.php
M   resources/lang/iu/admin/components/message.php
M   resources/lang/iu/admin/components/table.php
M   resources/lang/iu/admin/consumables/general.php
M   resources/lang/iu/admin/consumables/message.php
M   resources/lang/iu/admin/consumables/table.php
M   resources/lang/iu/admin/custom_fields/general.php
M   resources/lang/iu/admin/custom_fields/message.php
M   resources/lang/iu/admin/departments/message.php
M   resources/lang/iu/admin/departments/table.php
M   resources/lang/iu/admin/depreciations/general.php
M   resources/lang/iu/admin/depreciations/message.php
M   resources/lang/iu/admin/depreciations/table.php
M   resources/lang/iu/admin/groups/message.php
M   resources/lang/iu/admin/groups/table.php
M   resources/lang/iu/admin/groups/titles.php
M   resources/lang/iu/admin/hardware/form.php
M   resources/lang/iu/admin/hardware/general.php
M   resources/lang/iu/admin/hardware/message.php
M   resources/lang/iu/admin/hardware/table.php
M   resources/lang/iu/admin/licenses/form.php
M   resources/lang/iu/admin/licenses/general.php
M   resources/lang/iu/admin/licenses/message.php
M   resources/lang/iu/admin/licenses/table.php
M   resources/lang/iu/admin/locations/message.php
M   resources/lang/iu/admin/locations/table.php
M   resources/lang/iu/admin/manufacturers/message.php
M   resources/lang/iu/admin/manufacturers/table.php
M   resources/lang/iu/admin/models/general.php
M   resources/lang/iu/admin/models/message.php
M   resources/lang/iu/admin/models/table.php
M   resources/lang/iu/admin/reports/general.php
M   resources/lang/iu/admin/reports/message.php
M   resources/lang/iu/admin/settings/general.php
M   resources/lang/iu/admin/settings/message.php
M   resources/lang/iu/admin/statuslabels/message.php
M   resources/lang/iu/admin/statuslabels/table.php
M   resources/lang/iu/admin/suppliers/message.php
M   resources/lang/iu/admin/suppliers/table.php
M   resources/lang/iu/admin/users/general.php
M   resources/lang/iu/admin/users/message.php
M   resources/lang/iu/admin/users/table.php
M   resources/lang/iu/auth/general.php
M   resources/lang/iu/auth/message.php
M   resources/lang/iu/button.php
M   resources/lang/iu/general.php
M   resources/lang/iu/mail.php
M   resources/lang/iu/pagination.php
M   resources/lang/iu/passwords.php
M   resources/lang/iu/reminders.php
M   resources/lang/iu/table.php
M   resources/lang/iu/validation.php
M   resources/lang/ja/admin/accessories/general.php
M   resources/lang/ja/admin/accessories/message.php
M   resources/lang/ja/admin/accessories/table.php
M   resources/lang/ja/admin/asset_maintenances/form.php
M   resources/lang/ja/admin/asset_maintenances/general.php
M   resources/lang/ja/admin/asset_maintenances/message.php
M   resources/lang/ja/admin/asset_maintenances/table.php
M   resources/lang/ja/admin/categories/general.php
M   resources/lang/ja/admin/categories/message.php
M   resources/lang/ja/admin/categories/table.php
M   resources/lang/ja/admin/companies/general.php
M   resources/lang/ja/admin/companies/message.php
M   resources/lang/ja/admin/companies/table.php
M   resources/lang/ja/admin/components/general.php
M   resources/lang/ja/admin/components/message.php
M   resources/lang/ja/admin/components/table.php
M   resources/lang/ja/admin/consumables/general.php
M   resources/lang/ja/admin/consumables/message.php
M   resources/lang/ja/admin/consumables/table.php
M   resources/lang/ja/admin/custom_fields/general.php
M   resources/lang/ja/admin/custom_fields/message.php
M   resources/lang/ja/admin/departments/message.php
M   resources/lang/ja/admin/departments/table.php
M   resources/lang/ja/admin/depreciations/general.php
M   resources/lang/ja/admin/depreciations/message.php
M   resources/lang/ja/admin/depreciations/table.php
M   resources/lang/ja/admin/groups/message.php
M   resources/lang/ja/admin/groups/table.php
M   resources/lang/ja/admin/groups/titles.php
M   resources/lang/ja/admin/hardware/form.php
M   resources/lang/ja/admin/hardware/general.php
M   resources/lang/ja/admin/hardware/message.php
M   resources/lang/ja/admin/hardware/table.php
M   resources/lang/ja/admin/licenses/form.php
M   resources/lang/ja/admin/licenses/general.php
M   resources/lang/ja/admin/licenses/message.php
M   resources/lang/ja/admin/licenses/table.php
M   resources/lang/ja/admin/locations/message.php
M   resources/lang/ja/admin/locations/table.php
M   resources/lang/ja/admin/manufacturers/message.php
M   resources/lang/ja/admin/manufacturers/table.php
M   resources/lang/ja/admin/models/general.php
M   resources/lang/ja/admin/models/message.php
M   resources/lang/ja/admin/models/table.php
M   resources/lang/ja/admin/reports/general.php
M   resources/lang/ja/admin/reports/message.php
M   resources/lang/ja/admin/settings/general.php
M   resources/lang/ja/admin/settings/message.php
M   resources/lang/ja/admin/statuslabels/message.php
M   resources/lang/ja/admin/statuslabels/table.php
M   resources/lang/ja/admin/suppliers/message.php
M   resources/lang/ja/admin/suppliers/table.php
M   resources/lang/ja/admin/users/general.php
M   resources/lang/ja/admin/users/message.php
M   resources/lang/ja/admin/users/table.php
M   resources/lang/ja/auth/general.php
M   resources/lang/ja/auth/message.php
M   resources/lang/ja/button.php
M   resources/lang/ja/general.php
M   resources/lang/ja/mail.php
M   resources/lang/ja/pagination.php
M   resources/lang/ja/passwords.php
M   resources/lang/ja/reminders.php
M   resources/lang/ja/table.php
M   resources/lang/ja/validation.php
M   resources/lang/ko/admin/accessories/general.php
M   resources/lang/ko/admin/accessories/message.php
M   resources/lang/ko/admin/accessories/table.php
M   resources/lang/ko/admin/asset_maintenances/form.php
M   resources/lang/ko/admin/asset_maintenances/general.php
M   resources/lang/ko/admin/asset_maintenances/message.php
M   resources/lang/ko/admin/asset_maintenances/table.php
M   resources/lang/ko/admin/categories/general.php
M   resources/lang/ko/admin/categories/message.php
M   resources/lang/ko/admin/categories/table.php
M   resources/lang/ko/admin/companies/general.php
M   resources/lang/ko/admin/companies/message.php
M   resources/lang/ko/admin/companies/table.php
M   resources/lang/ko/admin/components/general.php
M   resources/lang/ko/admin/components/message.php
M   resources/lang/ko/admin/components/table.php
M   resources/lang/ko/admin/consumables/general.php
M   resources/lang/ko/admin/consumables/message.php
M   resources/lang/ko/admin/consumables/table.php
M   resources/lang/ko/admin/custom_fields/general.php
M   resources/lang/ko/admin/custom_fields/message.php
M   resources/lang/ko/admin/departments/message.php
M   resources/lang/ko/admin/departments/table.php
M   resources/lang/ko/admin/depreciations/general.php
M   resources/lang/ko/admin/depreciations/message.php
M   resources/lang/ko/admin/depreciations/table.php
M   resources/lang/ko/admin/groups/message.php
M   resources/lang/ko/admin/groups/table.php
M   resources/lang/ko/admin/groups/titles.php
M   resources/lang/ko/admin/hardware/form.php
M   resources/lang/ko/admin/hardware/general.php
M   resources/lang/ko/admin/hardware/message.php
M   resources/lang/ko/admin/hardware/table.php
M   resources/lang/ko/admin/licenses/form.php
M   resources/lang/ko/admin/licenses/general.php
M   resources/lang/ko/admin/licenses/message.php
M   resources/lang/ko/admin/licenses/table.php
M   resources/lang/ko/admin/locations/message.php
M   resources/lang/ko/admin/locations/table.php
M   resources/lang/ko/admin/manufacturers/message.php
M   resources/lang/ko/admin/manufacturers/table.php
M   resources/lang/ko/admin/models/general.php
M   resources/lang/ko/admin/models/message.php
M   resources/lang/ko/admin/models/table.php
M   resources/lang/ko/admin/reports/general.php
M   resources/lang/ko/admin/reports/message.php
M   resources/lang/ko/admin/settings/general.php
M   resources/lang/ko/admin/settings/message.php
M   resources/lang/ko/admin/statuslabels/message.php
M   resources/lang/ko/admin/statuslabels/table.php
M   resources/lang/ko/admin/suppliers/message.php
M   resources/lang/ko/admin/suppliers/table.php
M   resources/lang/ko/admin/users/general.php
M   resources/lang/ko/admin/users/message.php
M   resources/lang/ko/admin/users/table.php
M   resources/lang/ko/auth/general.php
M   resources/lang/ko/auth/message.php
M   resources/lang/ko/button.php
M   resources/lang/ko/general.php
M   resources/lang/ko/mail.php
M   resources/lang/ko/pagination.php
M   resources/lang/ko/passwords.php
M   resources/lang/ko/reminders.php
M   resources/lang/ko/table.php
M   resources/lang/ko/validation.php
M   resources/lang/lt/admin/accessories/general.php
M   resources/lang/lt/admin/accessories/message.php
M   resources/lang/lt/admin/accessories/table.php
M   resources/lang/lt/admin/asset_maintenances/form.php
M   resources/lang/lt/admin/asset_maintenances/general.php
M   resources/lang/lt/admin/asset_maintenances/message.php
M   resources/lang/lt/admin/asset_maintenances/table.php
M   resources/lang/lt/admin/categories/general.php
M   resources/lang/lt/admin/categories/message.php
M   resources/lang/lt/admin/categories/table.php
M   resources/lang/lt/admin/companies/general.php
M   resources/lang/lt/admin/companies/message.php
M   resources/lang/lt/admin/companies/table.php
M   resources/lang/lt/admin/components/general.php
M   resources/lang/lt/admin/components/message.php
M   resources/lang/lt/admin/components/table.php
M   resources/lang/lt/admin/consumables/general.php
M   resources/lang/lt/admin/consumables/message.php
M   resources/lang/lt/admin/consumables/table.php
M   resources/lang/lt/admin/custom_fields/general.php
M   resources/lang/lt/admin/custom_fields/message.php
M   resources/lang/lt/admin/departments/message.php
M   resources/lang/lt/admin/departments/table.php
M   resources/lang/lt/admin/depreciations/general.php
M   resources/lang/lt/admin/depreciations/message.php
M   resources/lang/lt/admin/depreciations/table.php
M   resources/lang/lt/admin/groups/message.php
M   resources/lang/lt/admin/groups/table.php
M   resources/lang/lt/admin/groups/titles.php
M   resources/lang/lt/admin/hardware/form.php
M   resources/lang/lt/admin/hardware/general.php
M   resources/lang/lt/admin/hardware/message.php
M   resources/lang/lt/admin/hardware/table.php
M   resources/lang/lt/admin/licenses/form.php
M   resources/lang/lt/admin/licenses/general.php
M   resources/lang/lt/admin/licenses/message.php
M   resources/lang/lt/admin/licenses/table.php
M   resources/lang/lt/admin/locations/message.php
M   resources/lang/lt/admin/locations/table.php
M   resources/lang/lt/admin/manufacturers/message.php
M   resources/lang/lt/admin/manufacturers/table.php
M   resources/lang/lt/admin/models/general.php
M   resources/lang/lt/admin/models/message.php
M   resources/lang/lt/admin/models/table.php
M   resources/lang/lt/admin/reports/general.php
M   resources/lang/lt/admin/reports/message.php
M   resources/lang/lt/admin/settings/general.php
M   resources/lang/lt/admin/settings/message.php
M   resources/lang/lt/admin/statuslabels/message.php
M   resources/lang/lt/admin/statuslabels/table.php
M   resources/lang/lt/admin/suppliers/message.php
M   resources/lang/lt/admin/suppliers/table.php
M   resources/lang/lt/admin/users/general.php
M   resources/lang/lt/admin/users/message.php
M   resources/lang/lt/admin/users/table.php
M   resources/lang/lt/auth/general.php
M   resources/lang/lt/auth/message.php
M   resources/lang/lt/button.php
M   resources/lang/lt/general.php
M   resources/lang/lt/mail.php
M   resources/lang/lt/pagination.php
M   resources/lang/lt/passwords.php
M   resources/lang/lt/reminders.php
M   resources/lang/lt/table.php
M   resources/lang/lt/validation.php
M   resources/lang/lv/admin/accessories/general.php
M   resources/lang/lv/admin/accessories/message.php
M   resources/lang/lv/admin/accessories/table.php
M   resources/lang/lv/admin/asset_maintenances/form.php
M   resources/lang/lv/admin/asset_maintenances/general.php
M   resources/lang/lv/admin/asset_maintenances/message.php
M   resources/lang/lv/admin/asset_maintenances/table.php
M   resources/lang/lv/admin/categories/general.php
M   resources/lang/lv/admin/categories/message.php
M   resources/lang/lv/admin/categories/table.php
M   resources/lang/lv/admin/companies/general.php
M   resources/lang/lv/admin/companies/message.php
M   resources/lang/lv/admin/companies/table.php
M   resources/lang/lv/admin/components/general.php
M   resources/lang/lv/admin/components/message.php
M   resources/lang/lv/admin/components/table.php
M   resources/lang/lv/admin/consumables/general.php
M   resources/lang/lv/admin/consumables/message.php
M   resources/lang/lv/admin/consumables/table.php
M   resources/lang/lv/admin/custom_fields/general.php
M   resources/lang/lv/admin/custom_fields/message.php
M   resources/lang/lv/admin/departments/message.php
M   resources/lang/lv/admin/departments/table.php
M   resources/lang/lv/admin/depreciations/general.php
M   resources/lang/lv/admin/depreciations/message.php
M   resources/lang/lv/admin/depreciations/table.php
M   resources/lang/lv/admin/groups/message.php
M   resources/lang/lv/admin/groups/table.php
M   resources/lang/lv/admin/groups/titles.php
M   resources/lang/lv/admin/hardware/form.php
M   resources/lang/lv/admin/hardware/general.php
M   resources/lang/lv/admin/hardware/message.php
M   resources/lang/lv/admin/hardware/table.php
M   resources/lang/lv/admin/licenses/form.php
M   resources/lang/lv/admin/licenses/general.php
M   resources/lang/lv/admin/licenses/message.php
M   resources/lang/lv/admin/licenses/table.php
M   resources/lang/lv/admin/locations/message.php
M   resources/lang/lv/admin/locations/table.php
M   resources/lang/lv/admin/manufacturers/message.php
M   resources/lang/lv/admin/manufacturers/table.php
M   resources/lang/lv/admin/models/general.php
M   resources/lang/lv/admin/models/message.php
M   resources/lang/lv/admin/models/table.php
M   resources/lang/lv/admin/reports/general.php
M   resources/lang/lv/admin/reports/message.php
M   resources/lang/lv/admin/settings/general.php
M   resources/lang/lv/admin/settings/message.php
M   resources/lang/lv/admin/statuslabels/message.php
M   resources/lang/lv/admin/statuslabels/table.php
M   resources/lang/lv/admin/suppliers/message.php
M   resources/lang/lv/admin/suppliers/table.php
M   resources/lang/lv/admin/users/general.php
M   resources/lang/lv/admin/users/message.php
M   resources/lang/lv/admin/users/table.php
M   resources/lang/lv/auth/general.php
M   resources/lang/lv/auth/message.php
M   resources/lang/lv/button.php
M   resources/lang/lv/general.php
M   resources/lang/lv/mail.php
M   resources/lang/lv/pagination.php
M   resources/lang/lv/passwords.php
M   resources/lang/lv/reminders.php
M   resources/lang/lv/table.php
M   resources/lang/lv/validation.php
M   resources/lang/mi/admin/accessories/general.php
M   resources/lang/mi/admin/accessories/message.php
M   resources/lang/mi/admin/accessories/table.php
M   resources/lang/mi/admin/asset_maintenances/form.php
M   resources/lang/mi/admin/asset_maintenances/general.php
M   resources/lang/mi/admin/asset_maintenances/message.php
M   resources/lang/mi/admin/asset_maintenances/table.php
M   resources/lang/mi/admin/categories/general.php
M   resources/lang/mi/admin/categories/message.php
M   resources/lang/mi/admin/categories/table.php
M   resources/lang/mi/admin/companies/general.php
M   resources/lang/mi/admin/companies/message.php
M   resources/lang/mi/admin/companies/table.php
M   resources/lang/mi/admin/components/general.php
M   resources/lang/mi/admin/components/message.php
M   resources/lang/mi/admin/components/table.php
M   resources/lang/mi/admin/consumables/general.php
M   resources/lang/mi/admin/consumables/message.php
M   resources/lang/mi/admin/consumables/table.php
M   resources/lang/mi/admin/custom_fields/general.php
M   resources/lang/mi/admin/custom_fields/message.php
M   resources/lang/mi/admin/departments/message.php
M   resources/lang/mi/admin/departments/table.php
M   resources/lang/mi/admin/depreciations/general.php
M   resources/lang/mi/admin/depreciations/message.php
M   resources/lang/mi/admin/depreciations/table.php
M   resources/lang/mi/admin/groups/message.php
M   resources/lang/mi/admin/groups/table.php
M   resources/lang/mi/admin/groups/titles.php
M   resources/lang/mi/admin/hardware/form.php
M   resources/lang/mi/admin/hardware/general.php
M   resources/lang/mi/admin/hardware/message.php
M   resources/lang/mi/admin/hardware/table.php
M   resources/lang/mi/admin/licenses/form.php
M   resources/lang/mi/admin/licenses/general.php
M   resources/lang/mi/admin/licenses/message.php
M   resources/lang/mi/admin/licenses/table.php
M   resources/lang/mi/admin/locations/message.php
M   resources/lang/mi/admin/locations/table.php
M   resources/lang/mi/admin/manufacturers/message.php
M   resources/lang/mi/admin/manufacturers/table.php
M   resources/lang/mi/admin/models/general.php
M   resources/lang/mi/admin/models/message.php
M   resources/lang/mi/admin/models/table.php
M   resources/lang/mi/admin/reports/general.php
M   resources/lang/mi/admin/reports/message.php
M   resources/lang/mi/admin/settings/general.php
M   resources/lang/mi/admin/settings/message.php
M   resources/lang/mi/admin/statuslabels/message.php
M   resources/lang/mi/admin/statuslabels/table.php
M   resources/lang/mi/admin/suppliers/message.php
M   resources/lang/mi/admin/suppliers/table.php
M   resources/lang/mi/admin/users/general.php
M   resources/lang/mi/admin/users/message.php
M   resources/lang/mi/admin/users/table.php
M   resources/lang/mi/auth/general.php
M   resources/lang/mi/auth/message.php
M   resources/lang/mi/button.php
M   resources/lang/mi/general.php
M   resources/lang/mi/mail.php
M   resources/lang/mi/pagination.php
M   resources/lang/mi/passwords.php
M   resources/lang/mi/reminders.php
M   resources/lang/mi/table.php
M   resources/lang/mi/validation.php
M   resources/lang/mk/admin/accessories/general.php
M   resources/lang/mk/admin/accessories/message.php
M   resources/lang/mk/admin/accessories/table.php
M   resources/lang/mk/admin/asset_maintenances/form.php
M   resources/lang/mk/admin/asset_maintenances/general.php
M   resources/lang/mk/admin/asset_maintenances/message.php
M   resources/lang/mk/admin/asset_maintenances/table.php
M   resources/lang/mk/admin/categories/general.php
M   resources/lang/mk/admin/categories/message.php
M   resources/lang/mk/admin/categories/table.php
M   resources/lang/mk/admin/companies/general.php
M   resources/lang/mk/admin/companies/message.php
M   resources/lang/mk/admin/companies/table.php
M   resources/lang/mk/admin/components/general.php
M   resources/lang/mk/admin/components/message.php
M   resources/lang/mk/admin/components/table.php
M   resources/lang/mk/admin/consumables/general.php
M   resources/lang/mk/admin/consumables/message.php
M   resources/lang/mk/admin/consumables/table.php
M   resources/lang/mk/admin/custom_fields/general.php
M   resources/lang/mk/admin/custom_fields/message.php
M   resources/lang/mk/admin/departments/message.php
M   resources/lang/mk/admin/departments/table.php
M   resources/lang/mk/admin/depreciations/general.php
M   resources/lang/mk/admin/depreciations/message.php
M   resources/lang/mk/admin/depreciations/table.php
M   resources/lang/mk/admin/groups/message.php
M   resources/lang/mk/admin/groups/table.php
M   resources/lang/mk/admin/groups/titles.php
M   resources/lang/mk/admin/hardware/form.php
M   resources/lang/mk/admin/hardware/general.php
M   resources/lang/mk/admin/hardware/message.php
M   resources/lang/mk/admin/hardware/table.php
M   resources/lang/mk/admin/licenses/form.php
M   resources/lang/mk/admin/licenses/general.php
M   resources/lang/mk/admin/licenses/message.php
M   resources/lang/mk/admin/licenses/table.php
M   resources/lang/mk/admin/locations/message.php
M   resources/lang/mk/admin/locations/table.php
M   resources/lang/mk/admin/manufacturers/message.php
M   resources/lang/mk/admin/manufacturers/table.php
M   resources/lang/mk/admin/models/general.php
M   resources/lang/mk/admin/models/message.php
M   resources/lang/mk/admin/models/table.php
M   resources/lang/mk/admin/reports/general.php
M   resources/lang/mk/admin/reports/message.php
M   resources/lang/mk/admin/settings/general.php
M   resources/lang/mk/admin/settings/message.php
M   resources/lang/mk/admin/statuslabels/message.php
M   resources/lang/mk/admin/statuslabels/table.php
M   resources/lang/mk/admin/suppliers/message.php
M   resources/lang/mk/admin/suppliers/table.php
M   resources/lang/mk/admin/users/general.php
M   resources/lang/mk/admin/users/message.php
M   resources/lang/mk/admin/users/table.php
M   resources/lang/mk/auth/general.php
M   resources/lang/mk/auth/message.php
M   resources/lang/mk/button.php
M   resources/lang/mk/general.php
M   resources/lang/mk/mail.php
M   resources/lang/mk/pagination.php
M   resources/lang/mk/passwords.php
M   resources/lang/mk/reminders.php
M   resources/lang/mk/table.php
M   resources/lang/mk/validation.php
M   resources/lang/mn/admin/accessories/general.php
M   resources/lang/mn/admin/accessories/message.php
M   resources/lang/mn/admin/accessories/table.php
M   resources/lang/mn/admin/asset_maintenances/form.php
M   resources/lang/mn/admin/asset_maintenances/general.php
M   resources/lang/mn/admin/asset_maintenances/message.php
M   resources/lang/mn/admin/asset_maintenances/table.php
M   resources/lang/mn/admin/categories/general.php
M   resources/lang/mn/admin/categories/message.php
M   resources/lang/mn/admin/categories/table.php
M   resources/lang/mn/admin/companies/general.php
M   resources/lang/mn/admin/companies/message.php
M   resources/lang/mn/admin/companies/table.php
M   resources/lang/mn/admin/components/general.php
M   resources/lang/mn/admin/components/message.php
M   resources/lang/mn/admin/components/table.php
M   resources/lang/mn/admin/consumables/general.php
M   resources/lang/mn/admin/consumables/message.php
M   resources/lang/mn/admin/consumables/table.php
M   resources/lang/mn/admin/custom_fields/general.php
M   resources/lang/mn/admin/custom_fields/message.php
M   resources/lang/mn/admin/departments/message.php
M   resources/lang/mn/admin/departments/table.php
M   resources/lang/mn/admin/depreciations/general.php
M   resources/lang/mn/admin/depreciations/message.php
M   resources/lang/mn/admin/depreciations/table.php
M   resources/lang/mn/admin/groups/message.php
M   resources/lang/mn/admin/groups/table.php
M   resources/lang/mn/admin/groups/titles.php
M   resources/lang/mn/admin/hardware/form.php
M   resources/lang/mn/admin/hardware/general.php
M   resources/lang/mn/admin/hardware/message.php
M   resources/lang/mn/admin/hardware/table.php
M   resources/lang/mn/admin/licenses/form.php
M   resources/lang/mn/admin/licenses/general.php
M   resources/lang/mn/admin/licenses/message.php
M   resources/lang/mn/admin/licenses/table.php
M   resources/lang/mn/admin/locations/message.php
M   resources/lang/mn/admin/locations/table.php
M   resources/lang/mn/admin/manufacturers/message.php
M   resources/lang/mn/admin/manufacturers/table.php
M   resources/lang/mn/admin/models/general.php
M   resources/lang/mn/admin/models/message.php
M   resources/lang/mn/admin/models/table.php
M   resources/lang/mn/admin/reports/general.php
M   resources/lang/mn/admin/reports/message.php
M   resources/lang/mn/admin/settings/general.php
M   resources/lang/mn/admin/settings/message.php
M   resources/lang/mn/admin/statuslabels/message.php
M   resources/lang/mn/admin/statuslabels/table.php
M   resources/lang/mn/admin/suppliers/message.php
M   resources/lang/mn/admin/suppliers/table.php
M   resources/lang/mn/admin/users/general.php
M   resources/lang/mn/admin/users/message.php
M   resources/lang/mn/admin/users/table.php
M   resources/lang/mn/auth/general.php
M   resources/lang/mn/auth/message.php
M   resources/lang/mn/button.php
M   resources/lang/mn/general.php
M   resources/lang/mn/mail.php
M   resources/lang/mn/pagination.php
M   resources/lang/mn/passwords.php
M   resources/lang/mn/reminders.php
M   resources/lang/mn/table.php
M   resources/lang/mn/validation.php
M   resources/lang/ms/admin/accessories/general.php
M   resources/lang/ms/admin/accessories/message.php
M   resources/lang/ms/admin/accessories/table.php
M   resources/lang/ms/admin/asset_maintenances/form.php
M   resources/lang/ms/admin/asset_maintenances/general.php
M   resources/lang/ms/admin/asset_maintenances/message.php
M   resources/lang/ms/admin/asset_maintenances/table.php
M   resources/lang/ms/admin/categories/general.php
M   resources/lang/ms/admin/categories/message.php
M   resources/lang/ms/admin/categories/table.php
M   resources/lang/ms/admin/companies/general.php
M   resources/lang/ms/admin/companies/message.php
M   resources/lang/ms/admin/companies/table.php
M   resources/lang/ms/admin/components/general.php
M   resources/lang/ms/admin/components/message.php
M   resources/lang/ms/admin/components/table.php
M   resources/lang/ms/admin/consumables/general.php
M   resources/lang/ms/admin/consumables/message.php
M   resources/lang/ms/admin/consumables/table.php
M   resources/lang/ms/admin/custom_fields/general.php
M   resources/lang/ms/admin/custom_fields/message.php
M   resources/lang/ms/admin/departments/message.php
M   resources/lang/ms/admin/departments/table.php
M   resources/lang/ms/admin/depreciations/general.php
M   resources/lang/ms/admin/depreciations/message.php
M   resources/lang/ms/admin/depreciations/table.php
M   resources/lang/ms/admin/groups/message.php
M   resources/lang/ms/admin/groups/table.php
M   resources/lang/ms/admin/groups/titles.php
M   resources/lang/ms/admin/hardware/form.php
M   resources/lang/ms/admin/hardware/general.php
M   resources/lang/ms/admin/hardware/message.php
M   resources/lang/ms/admin/hardware/table.php
M   resources/lang/ms/admin/licenses/form.php
M   resources/lang/ms/admin/licenses/general.php
M   resources/lang/ms/admin/licenses/message.php
M   resources/lang/ms/admin/licenses/table.php
M   resources/lang/ms/admin/locations/message.php
M   resources/lang/ms/admin/locations/table.php
M   resources/lang/ms/admin/manufacturers/message.php
M   resources/lang/ms/admin/manufacturers/table.php
M   resources/lang/ms/admin/models/general.php
M   resources/lang/ms/admin/models/message.php
M   resources/lang/ms/admin/models/table.php
M   resources/lang/ms/admin/reports/general.php
M   resources/lang/ms/admin/reports/message.php
M   resources/lang/ms/admin/settings/general.php
M   resources/lang/ms/admin/settings/message.php
M   resources/lang/ms/admin/statuslabels/message.php
M   resources/lang/ms/admin/statuslabels/table.php
M   resources/lang/ms/admin/suppliers/message.php
M   resources/lang/ms/admin/suppliers/table.php
M   resources/lang/ms/admin/users/general.php
M   resources/lang/ms/admin/users/message.php
M   resources/lang/ms/admin/users/table.php
M   resources/lang/ms/auth/general.php
M   resources/lang/ms/auth/message.php
M   resources/lang/ms/button.php
M   resources/lang/ms/general.php
M   resources/lang/ms/mail.php
M   resources/lang/ms/pagination.php
M   resources/lang/ms/passwords.php
M   resources/lang/ms/reminders.php
M   resources/lang/ms/table.php
M   resources/lang/ms/validation.php
M   resources/lang/nl/admin/accessories/general.php
M   resources/lang/nl/admin/accessories/message.php
M   resources/lang/nl/admin/accessories/table.php
M   resources/lang/nl/admin/asset_maintenances/form.php
M   resources/lang/nl/admin/asset_maintenances/general.php
M   resources/lang/nl/admin/asset_maintenances/message.php
M   resources/lang/nl/admin/asset_maintenances/table.php
M   resources/lang/nl/admin/categories/general.php
M   resources/lang/nl/admin/categories/message.php
M   resources/lang/nl/admin/categories/table.php
M   resources/lang/nl/admin/companies/general.php
M   resources/lang/nl/admin/companies/message.php
M   resources/lang/nl/admin/companies/table.php
M   resources/lang/nl/admin/components/general.php
M   resources/lang/nl/admin/components/message.php
M   resources/lang/nl/admin/components/table.php
M   resources/lang/nl/admin/consumables/general.php
M   resources/lang/nl/admin/consumables/message.php
M   resources/lang/nl/admin/consumables/table.php
M   resources/lang/nl/admin/custom_fields/general.php
M   resources/lang/nl/admin/custom_fields/message.php
M   resources/lang/nl/admin/departments/message.php
M   resources/lang/nl/admin/departments/table.php
M   resources/lang/nl/admin/depreciations/general.php
M   resources/lang/nl/admin/depreciations/message.php
M   resources/lang/nl/admin/depreciations/table.php
M   resources/lang/nl/admin/groups/message.php
M   resources/lang/nl/admin/groups/table.php
M   resources/lang/nl/admin/groups/titles.php
M   resources/lang/nl/admin/hardware/form.php
M   resources/lang/nl/admin/hardware/general.php
M   resources/lang/nl/admin/hardware/message.php
M   resources/lang/nl/admin/hardware/table.php
M   resources/lang/nl/admin/licenses/form.php
M   resources/lang/nl/admin/licenses/general.php
M   resources/lang/nl/admin/licenses/message.php
M   resources/lang/nl/admin/licenses/table.php
M   resources/lang/nl/admin/locations/message.php
M   resources/lang/nl/admin/locations/table.php
M   resources/lang/nl/admin/manufacturers/message.php
M   resources/lang/nl/admin/manufacturers/table.php
M   resources/lang/nl/admin/models/general.php
M   resources/lang/nl/admin/models/message.php
M   resources/lang/nl/admin/models/table.php
M   resources/lang/nl/admin/reports/general.php
M   resources/lang/nl/admin/reports/message.php
M   resources/lang/nl/admin/settings/general.php
M   resources/lang/nl/admin/settings/message.php
M   resources/lang/nl/admin/statuslabels/message.php
M   resources/lang/nl/admin/statuslabels/table.php
M   resources/lang/nl/admin/suppliers/message.php
M   resources/lang/nl/admin/suppliers/table.php
M   resources/lang/nl/admin/users/general.php
M   resources/lang/nl/admin/users/message.php
M   resources/lang/nl/admin/users/table.php
M   resources/lang/nl/auth/general.php
M   resources/lang/nl/auth/message.php
M   resources/lang/nl/button.php
M   resources/lang/nl/general.php
M   resources/lang/nl/mail.php
M   resources/lang/nl/pagination.php
M   resources/lang/nl/passwords.php
M   resources/lang/nl/reminders.php
M   resources/lang/nl/table.php
M   resources/lang/nl/validation.php
M   resources/lang/no/admin/accessories/general.php
M   resources/lang/no/admin/accessories/message.php
M   resources/lang/no/admin/accessories/table.php
M   resources/lang/no/admin/asset_maintenances/form.php
M   resources/lang/no/admin/asset_maintenances/general.php
M   resources/lang/no/admin/asset_maintenances/message.php
M   resources/lang/no/admin/asset_maintenances/table.php
M   resources/lang/no/admin/categories/general.php
M   resources/lang/no/admin/categories/message.php
M   resources/lang/no/admin/categories/table.php
M   resources/lang/no/admin/companies/general.php
M   resources/lang/no/admin/companies/message.php
M   resources/lang/no/admin/companies/table.php
M   resources/lang/no/admin/components/general.php
M   resources/lang/no/admin/components/message.php
M   resources/lang/no/admin/components/table.php
M   resources/lang/no/admin/consumables/general.php
M   resources/lang/no/admin/consumables/message.php
M   resources/lang/no/admin/consumables/table.php
M   resources/lang/no/admin/custom_fields/general.php
M   resources/lang/no/admin/custom_fields/message.php
M   resources/lang/no/admin/departments/message.php
M   resources/lang/no/admin/departments/table.php
M   resources/lang/no/admin/depreciations/general.php
M   resources/lang/no/admin/depreciations/message.php
M   resources/lang/no/admin/depreciations/table.php
M   resources/lang/no/admin/groups/message.php
M   resources/lang/no/admin/groups/table.php
M   resources/lang/no/admin/groups/titles.php
M   resources/lang/no/admin/hardware/form.php
M   resources/lang/no/admin/hardware/general.php
M   resources/lang/no/admin/hardware/message.php
M   resources/lang/no/admin/hardware/table.php
M   resources/lang/no/admin/licenses/form.php
M   resources/lang/no/admin/licenses/general.php
M   resources/lang/no/admin/licenses/message.php
M   resources/lang/no/admin/licenses/table.php
M   resources/lang/no/admin/locations/message.php
M   resources/lang/no/admin/locations/table.php
M   resources/lang/no/admin/manufacturers/message.php
M   resources/lang/no/admin/manufacturers/table.php
M   resources/lang/no/admin/models/general.php
M   resources/lang/no/admin/models/message.php
M   resources/lang/no/admin/models/table.php
M   resources/lang/no/admin/reports/general.php
M   resources/lang/no/admin/reports/message.php
M   resources/lang/no/admin/settings/general.php
M   resources/lang/no/admin/settings/message.php
M   resources/lang/no/admin/statuslabels/message.php
M   resources/lang/no/admin/statuslabels/table.php
M   resources/lang/no/admin/suppliers/message.php
M   resources/lang/no/admin/suppliers/table.php
M   resources/lang/no/admin/users/general.php
M   resources/lang/no/admin/users/message.php
M   resources/lang/no/admin/users/table.php
M   resources/lang/no/auth/general.php
M   resources/lang/no/auth/message.php
M   resources/lang/no/button.php
M   resources/lang/no/general.php
M   resources/lang/no/mail.php
M   resources/lang/no/pagination.php
M   resources/lang/no/passwords.php
M   resources/lang/no/reminders.php
M   resources/lang/no/table.php
M   resources/lang/no/validation.php
M   resources/lang/pl/admin/accessories/general.php
M   resources/lang/pl/admin/accessories/message.php
M   resources/lang/pl/admin/accessories/table.php
M   resources/lang/pl/admin/asset_maintenances/form.php
M   resources/lang/pl/admin/asset_maintenances/general.php
M   resources/lang/pl/admin/asset_maintenances/message.php
M   resources/lang/pl/admin/asset_maintenances/table.php
M   resources/lang/pl/admin/categories/general.php
M   resources/lang/pl/admin/categories/message.php
M   resources/lang/pl/admin/categories/table.php
M   resources/lang/pl/admin/companies/general.php
M   resources/lang/pl/admin/companies/message.php
M   resources/lang/pl/admin/companies/table.php
M   resources/lang/pl/admin/components/general.php
M   resources/lang/pl/admin/components/message.php
M   resources/lang/pl/admin/components/table.php
M   resources/lang/pl/admin/consumables/general.php
M   resources/lang/pl/admin/consumables/message.php
M   resources/lang/pl/admin/consumables/table.php
M   resources/lang/pl/admin/custom_fields/general.php
M   resources/lang/pl/admin/custom_fields/message.php
M   resources/lang/pl/admin/departments/message.php
M   resources/lang/pl/admin/departments/table.php
M   resources/lang/pl/admin/depreciations/general.php
M   resources/lang/pl/admin/depreciations/message.php
M   resources/lang/pl/admin/depreciations/table.php
M   resources/lang/pl/admin/groups/message.php
M   resources/lang/pl/admin/groups/table.php
M   resources/lang/pl/admin/groups/titles.php
M   resources/lang/pl/admin/hardware/form.php
M   resources/lang/pl/admin/hardware/general.php
M   resources/lang/pl/admin/hardware/message.php
M   resources/lang/pl/admin/hardware/table.php
M   resources/lang/pl/admin/licenses/form.php
M   resources/lang/pl/admin/licenses/general.php
M   resources/lang/pl/admin/licenses/message.php
M   resources/lang/pl/admin/licenses/table.php
M   resources/lang/pl/admin/locations/message.php
M   resources/lang/pl/admin/locations/table.php
M   resources/lang/pl/admin/manufacturers/message.php
M   resources/lang/pl/admin/manufacturers/table.php
M   resources/lang/pl/admin/models/general.php
M   resources/lang/pl/admin/models/message.php
M   resources/lang/pl/admin/models/table.php
M   resources/lang/pl/admin/reports/general.php
M   resources/lang/pl/admin/reports/message.php
M   resources/lang/pl/admin/settings/general.php
M   resources/lang/pl/admin/settings/message.php
M   resources/lang/pl/admin/statuslabels/message.php
M   resources/lang/pl/admin/statuslabels/table.php
M   resources/lang/pl/admin/suppliers/message.php
M   resources/lang/pl/admin/suppliers/table.php
M   resources/lang/pl/admin/users/general.php
M   resources/lang/pl/admin/users/message.php
M   resources/lang/pl/admin/users/table.php
M   resources/lang/pl/auth/general.php
M   resources/lang/pl/auth/message.php
M   resources/lang/pl/button.php
M   resources/lang/pl/general.php
M   resources/lang/pl/mail.php
M   resources/lang/pl/pagination.php
M   resources/lang/pl/passwords.php
M   resources/lang/pl/reminders.php
M   resources/lang/pl/table.php
M   resources/lang/pl/validation.php
M   resources/lang/pt-BR/admin/accessories/general.php
M   resources/lang/pt-BR/admin/accessories/message.php
M   resources/lang/pt-BR/admin/accessories/table.php
M   resources/lang/pt-BR/admin/asset_maintenances/form.php
M   resources/lang/pt-BR/admin/asset_maintenances/general.php
M   resources/lang/pt-BR/admin/asset_maintenances/message.php
M   resources/lang/pt-BR/admin/asset_maintenances/table.php
M   resources/lang/pt-BR/admin/categories/general.php
M   resources/lang/pt-BR/admin/categories/message.php
M   resources/lang/pt-BR/admin/categories/table.php
M   resources/lang/pt-BR/admin/companies/general.php
M   resources/lang/pt-BR/admin/companies/message.php
M   resources/lang/pt-BR/admin/companies/table.php
M   resources/lang/pt-BR/admin/components/general.php
M   resources/lang/pt-BR/admin/components/message.php
M   resources/lang/pt-BR/admin/components/table.php
M   resources/lang/pt-BR/admin/consumables/general.php
M   resources/lang/pt-BR/admin/consumables/message.php
M   resources/lang/pt-BR/admin/consumables/table.php
M   resources/lang/pt-BR/admin/custom_fields/general.php
M   resources/lang/pt-BR/admin/custom_fields/message.php
M   resources/lang/pt-BR/admin/departments/message.php
M   resources/lang/pt-BR/admin/departments/table.php
M   resources/lang/pt-BR/admin/depreciations/general.php
M   resources/lang/pt-BR/admin/depreciations/message.php
M   resources/lang/pt-BR/admin/depreciations/table.php
M   resources/lang/pt-BR/admin/groups/message.php
M   resources/lang/pt-BR/admin/groups/table.php
M   resources/lang/pt-BR/admin/groups/titles.php
M   resources/lang/pt-BR/admin/hardware/form.php
M   resources/lang/pt-BR/admin/hardware/general.php
M   resources/lang/pt-BR/admin/hardware/message.php
M   resources/lang/pt-BR/admin/hardware/table.php
M   resources/lang/pt-BR/admin/licenses/form.php
M   resources/lang/pt-BR/admin/licenses/general.php
M   resources/lang/pt-BR/admin/licenses/message.php
M   resources/lang/pt-BR/admin/licenses/table.php
M   resources/lang/pt-BR/admin/locations/message.php
M   resources/lang/pt-BR/admin/locations/table.php
M   resources/lang/pt-BR/admin/manufacturers/message.php
M   resources/lang/pt-BR/admin/manufacturers/table.php
M   resources/lang/pt-BR/admin/models/general.php
M   resources/lang/pt-BR/admin/models/message.php
M   resources/lang/pt-BR/admin/models/table.php
M   resources/lang/pt-BR/admin/reports/general.php
M   resources/lang/pt-BR/admin/reports/message.php
M   resources/lang/pt-BR/admin/settings/general.php
M   resources/lang/pt-BR/admin/settings/message.php
M   resources/lang/pt-BR/admin/statuslabels/message.php
M   resources/lang/pt-BR/admin/statuslabels/table.php
M   resources/lang/pt-BR/admin/suppliers/message.php
M   resources/lang/pt-BR/admin/suppliers/table.php
M   resources/lang/pt-BR/admin/users/general.php
M   resources/lang/pt-BR/admin/users/message.php
M   resources/lang/pt-BR/admin/users/table.php
M   resources/lang/pt-BR/auth/general.php
M   resources/lang/pt-BR/auth/message.php
M   resources/lang/pt-BR/button.php
M   resources/lang/pt-BR/general.php
M   resources/lang/pt-BR/mail.php
M   resources/lang/pt-BR/pagination.php
M   resources/lang/pt-BR/passwords.php
M   resources/lang/pt-BR/reminders.php
M   resources/lang/pt-BR/table.php
M   resources/lang/pt-BR/validation.php
M   resources/lang/pt-PT/admin/accessories/general.php
M   resources/lang/pt-PT/admin/accessories/message.php
M   resources/lang/pt-PT/admin/accessories/table.php
M   resources/lang/pt-PT/admin/asset_maintenances/form.php
M   resources/lang/pt-PT/admin/asset_maintenances/general.php
M   resources/lang/pt-PT/admin/asset_maintenances/message.php
M   resources/lang/pt-PT/admin/asset_maintenances/table.php
M   resources/lang/pt-PT/admin/categories/general.php
M   resources/lang/pt-PT/admin/categories/message.php
M   resources/lang/pt-PT/admin/categories/table.php
M   resources/lang/pt-PT/admin/companies/general.php
M   resources/lang/pt-PT/admin/companies/message.php
M   resources/lang/pt-PT/admin/companies/table.php
M   resources/lang/pt-PT/admin/components/general.php
M   resources/lang/pt-PT/admin/components/message.php
M   resources/lang/pt-PT/admin/components/table.php
M   resources/lang/pt-PT/admin/consumables/general.php
M   resources/lang/pt-PT/admin/consumables/message.php
M   resources/lang/pt-PT/admin/consumables/table.php
M   resources/lang/pt-PT/admin/custom_fields/general.php
M   resources/lang/pt-PT/admin/custom_fields/message.php
M   resources/lang/pt-PT/admin/departments/message.php
M   resources/lang/pt-PT/admin/departments/table.php
M   resources/lang/pt-PT/admin/depreciations/general.php
M   resources/lang/pt-PT/admin/depreciations/message.php
M   resources/lang/pt-PT/admin/depreciations/table.php
M   resources/lang/pt-PT/admin/groups/message.php
M   resources/lang/pt-PT/admin/groups/table.php
M   resources/lang/pt-PT/admin/groups/titles.php
M   resources/lang/pt-PT/admin/hardware/form.php
M   resources/lang/pt-PT/admin/hardware/general.php
M   resources/lang/pt-PT/admin/hardware/message.php
M   resources/lang/pt-PT/admin/hardware/table.php
M   resources/lang/pt-PT/admin/licenses/form.php
M   resources/lang/pt-PT/admin/licenses/general.php
M   resources/lang/pt-PT/admin/licenses/message.php
M   resources/lang/pt-PT/admin/licenses/table.php
M   resources/lang/pt-PT/admin/locations/message.php
M   resources/lang/pt-PT/admin/locations/table.php
M   resources/lang/pt-PT/admin/manufacturers/message.php
M   resources/lang/pt-PT/admin/manufacturers/table.php
M   resources/lang/pt-PT/admin/models/general.php
M   resources/lang/pt-PT/admin/models/message.php
M   resources/lang/pt-PT/admin/models/table.php
M   resources/lang/pt-PT/admin/reports/general.php
M   resources/lang/pt-PT/admin/reports/message.php
M   resources/lang/pt-PT/admin/settings/general.php
M   resources/lang/pt-PT/admin/settings/message.php
M   resources/lang/pt-PT/admin/statuslabels/message.php
M   resources/lang/pt-PT/admin/statuslabels/table.php
M   resources/lang/pt-PT/admin/suppliers/message.php
M   resources/lang/pt-PT/admin/suppliers/table.php
M   resources/lang/pt-PT/admin/users/general.php
M   resources/lang/pt-PT/admin/users/message.php
M   resources/lang/pt-PT/admin/users/table.php
M   resources/lang/pt-PT/auth/general.php
M   resources/lang/pt-PT/auth/message.php
M   resources/lang/pt-PT/button.php
M   resources/lang/pt-PT/general.php
M   resources/lang/pt-PT/mail.php
M   resources/lang/pt-PT/pagination.php
M   resources/lang/pt-PT/passwords.php
M   resources/lang/pt-PT/reminders.php
M   resources/lang/pt-PT/table.php
M   resources/lang/pt-PT/validation.php
M   resources/lang/ro/admin/accessories/general.php
M   resources/lang/ro/admin/accessories/message.php
M   resources/lang/ro/admin/accessories/table.php
M   resources/lang/ro/admin/asset_maintenances/form.php
M   resources/lang/ro/admin/asset_maintenances/general.php
M   resources/lang/ro/admin/asset_maintenances/message.php
M   resources/lang/ro/admin/asset_maintenances/table.php
M   resources/lang/ro/admin/categories/general.php
M   resources/lang/ro/admin/categories/message.php
M   resources/lang/ro/admin/categories/table.php
M   resources/lang/ro/admin/companies/general.php
M   resources/lang/ro/admin/companies/message.php
M   resources/lang/ro/admin/companies/table.php
M   resources/lang/ro/admin/components/general.php
M   resources/lang/ro/admin/components/message.php
M   resources/lang/ro/admin/components/table.php
M   resources/lang/ro/admin/consumables/general.php
M   resources/lang/ro/admin/consumables/message.php
M   resources/lang/ro/admin/consumables/table.php
M   resources/lang/ro/admin/custom_fields/general.php
M   resources/lang/ro/admin/custom_fields/message.php
M   resources/lang/ro/admin/departments/message.php
M   resources/lang/ro/admin/departments/table.php
M   resources/lang/ro/admin/depreciations/general.php
M   resources/lang/ro/admin/depreciations/message.php
M   resources/lang/ro/admin/depreciations/table.php
M   resources/lang/ro/admin/groups/message.php
M   resources/lang/ro/admin/groups/table.php
M   resources/lang/ro/admin/groups/titles.php
M   resources/lang/ro/admin/hardware/form.php
M   resources/lang/ro/admin/hardware/general.php
M   resources/lang/ro/admin/hardware/message.php
M   resources/lang/ro/admin/hardware/table.php
M   resources/lang/ro/admin/licenses/form.php
M   resources/lang/ro/admin/licenses/general.php
M   resources/lang/ro/admin/licenses/message.php
M   resources/lang/ro/admin/licenses/table.php
M   resources/lang/ro/admin/locations/message.php
M   resources/lang/ro/admin/locations/table.php
M   resources/lang/ro/admin/manufacturers/message.php
M   resources/lang/ro/admin/manufacturers/table.php
M   resources/lang/ro/admin/models/general.php
M   resources/lang/ro/admin/models/message.php
M   resources/lang/ro/admin/models/table.php
M   resources/lang/ro/admin/reports/general.php
M   resources/lang/ro/admin/reports/message.php
M   resources/lang/ro/admin/settings/general.php
M   resources/lang/ro/admin/settings/message.php
M   resources/lang/ro/admin/statuslabels/message.php
M   resources/lang/ro/admin/statuslabels/table.php
M   resources/lang/ro/admin/suppliers/message.php
M   resources/lang/ro/admin/suppliers/table.php
M   resources/lang/ro/admin/users/general.php
M   resources/lang/ro/admin/users/message.php
M   resources/lang/ro/admin/users/table.php
M   resources/lang/ro/auth/general.php
M   resources/lang/ro/auth/message.php
M   resources/lang/ro/button.php
M   resources/lang/ro/general.php
M   resources/lang/ro/mail.php
M   resources/lang/ro/pagination.php
M   resources/lang/ro/passwords.php
M   resources/lang/ro/reminders.php
M   resources/lang/ro/table.php
M   resources/lang/ro/validation.php
M   resources/lang/ru/admin/accessories/general.php
M   resources/lang/ru/admin/accessories/message.php
M   resources/lang/ru/admin/accessories/table.php
M   resources/lang/ru/admin/asset_maintenances/form.php
M   resources/lang/ru/admin/asset_maintenances/general.php
M   resources/lang/ru/admin/asset_maintenances/message.php
M   resources/lang/ru/admin/asset_maintenances/table.php
M   resources/lang/ru/admin/categories/general.php
M   resources/lang/ru/admin/categories/message.php
M   resources/lang/ru/admin/categories/table.php
M   resources/lang/ru/admin/companies/general.php
M   resources/lang/ru/admin/companies/message.php
M   resources/lang/ru/admin/companies/table.php
M   resources/lang/ru/admin/components/general.php
M   resources/lang/ru/admin/components/message.php
M   resources/lang/ru/admin/components/table.php
M   resources/lang/ru/admin/consumables/general.php
M   resources/lang/ru/admin/consumables/message.php
M   resources/lang/ru/admin/consumables/table.php
M   resources/lang/ru/admin/custom_fields/general.php
M   resources/lang/ru/admin/custom_fields/message.php
M   resources/lang/ru/admin/departments/message.php
M   resources/lang/ru/admin/departments/table.php
M   resources/lang/ru/admin/depreciations/general.php
M   resources/lang/ru/admin/depreciations/message.php
M   resources/lang/ru/admin/depreciations/table.php
M   resources/lang/ru/admin/groups/message.php
M   resources/lang/ru/admin/groups/table.php
M   resources/lang/ru/admin/groups/titles.php
M   resources/lang/ru/admin/hardware/form.php
M   resources/lang/ru/admin/hardware/general.php
M   resources/lang/ru/admin/hardware/message.php
M   resources/lang/ru/admin/hardware/table.php
M   resources/lang/ru/admin/licenses/form.php
M   resources/lang/ru/admin/licenses/general.php
M   resources/lang/ru/admin/licenses/message.php
M   resources/lang/ru/admin/licenses/table.php
M   resources/lang/ru/admin/locations/message.php
M   resources/lang/ru/admin/locations/table.php
M   resources/lang/ru/admin/manufacturers/message.php
M   resources/lang/ru/admin/manufacturers/table.php
M   resources/lang/ru/admin/models/general.php
M   resources/lang/ru/admin/models/message.php
M   resources/lang/ru/admin/models/table.php
M   resources/lang/ru/admin/reports/general.php
M   resources/lang/ru/admin/reports/message.php
M   resources/lang/ru/admin/settings/general.php
M   resources/lang/ru/admin/settings/message.php
M   resources/lang/ru/admin/statuslabels/message.php
M   resources/lang/ru/admin/statuslabels/table.php
M   resources/lang/ru/admin/suppliers/message.php
M   resources/lang/ru/admin/suppliers/table.php
M   resources/lang/ru/admin/users/general.php
M   resources/lang/ru/admin/users/message.php
M   resources/lang/ru/admin/users/table.php
M   resources/lang/ru/auth/general.php
M   resources/lang/ru/auth/message.php
M   resources/lang/ru/button.php
M   resources/lang/ru/general.php
M   resources/lang/ru/mail.php
M   resources/lang/ru/pagination.php
M   resources/lang/ru/passwords.php
M   resources/lang/ru/reminders.php
M   resources/lang/ru/table.php
M   resources/lang/ru/validation.php
M   resources/lang/sl/admin/accessories/general.php
M   resources/lang/sl/admin/accessories/message.php
M   resources/lang/sl/admin/accessories/table.php
M   resources/lang/sl/admin/asset_maintenances/form.php
M   resources/lang/sl/admin/asset_maintenances/general.php
M   resources/lang/sl/admin/asset_maintenances/message.php
M   resources/lang/sl/admin/asset_maintenances/table.php
M   resources/lang/sl/admin/categories/general.php
M   resources/lang/sl/admin/categories/message.php
M   resources/lang/sl/admin/categories/table.php
M   resources/lang/sl/admin/companies/general.php
M   resources/lang/sl/admin/companies/message.php
M   resources/lang/sl/admin/companies/table.php
M   resources/lang/sl/admin/components/general.php
M   resources/lang/sl/admin/components/message.php
M   resources/lang/sl/admin/components/table.php
M   resources/lang/sl/admin/consumables/general.php
M   resources/lang/sl/admin/consumables/message.php
M   resources/lang/sl/admin/consumables/table.php
M   resources/lang/sl/admin/custom_fields/general.php
M   resources/lang/sl/admin/custom_fields/message.php
M   resources/lang/sl/admin/departments/message.php
M   resources/lang/sl/admin/departments/table.php
M   resources/lang/sl/admin/depreciations/general.php
M   resources/lang/sl/admin/depreciations/message.php
M   resources/lang/sl/admin/depreciations/table.php
M   resources/lang/sl/admin/groups/message.php
M   resources/lang/sl/admin/groups/table.php
M   resources/lang/sl/admin/groups/titles.php
M   resources/lang/sl/admin/hardware/form.php
M   resources/lang/sl/admin/hardware/general.php
M   resources/lang/sl/admin/hardware/message.php
M   resources/lang/sl/admin/hardware/table.php
M   resources/lang/sl/admin/licenses/form.php
M   resources/lang/sl/admin/licenses/general.php
M   resources/lang/sl/admin/licenses/message.php
M   resources/lang/sl/admin/licenses/table.php
M   resources/lang/sl/admin/locations/message.php
M   resources/lang/sl/admin/locations/table.php
M   resources/lang/sl/admin/manufacturers/message.php
M   resources/lang/sl/admin/manufacturers/table.php
M   resources/lang/sl/admin/models/general.php
M   resources/lang/sl/admin/models/message.php
M   resources/lang/sl/admin/models/table.php
M   resources/lang/sl/admin/reports/general.php
M   resources/lang/sl/admin/reports/message.php
M   resources/lang/sl/admin/settings/general.php
M   resources/lang/sl/admin/settings/message.php
M   resources/lang/sl/admin/statuslabels/message.php
M   resources/lang/sl/admin/statuslabels/table.php
M   resources/lang/sl/admin/suppliers/message.php
M   resources/lang/sl/admin/suppliers/table.php
M   resources/lang/sl/admin/users/general.php
M   resources/lang/sl/admin/users/message.php
M   resources/lang/sl/admin/users/table.php
M   resources/lang/sl/auth/general.php
M   resources/lang/sl/auth/message.php
M   resources/lang/sl/button.php
M   resources/lang/sl/general.php
M   resources/lang/sl/mail.php
M   resources/lang/sl/pagination.php
M   resources/lang/sl/passwords.php
M   resources/lang/sl/reminders.php
M   resources/lang/sl/table.php
M   resources/lang/sl/validation.php
M   resources/lang/sr-CS/admin/accessories/general.php
M   resources/lang/sr-CS/admin/accessories/message.php
M   resources/lang/sr-CS/admin/accessories/table.php
M   resources/lang/sr-CS/admin/asset_maintenances/form.php
M   resources/lang/sr-CS/admin/asset_maintenances/general.php
M   resources/lang/sr-CS/admin/asset_maintenances/message.php
M   resources/lang/sr-CS/admin/asset_maintenances/table.php
M   resources/lang/sr-CS/admin/categories/general.php
M   resources/lang/sr-CS/admin/categories/message.php
M   resources/lang/sr-CS/admin/categories/table.php
M   resources/lang/sr-CS/admin/companies/general.php
M   resources/lang/sr-CS/admin/companies/message.php
M   resources/lang/sr-CS/admin/companies/table.php
M   resources/lang/sr-CS/admin/components/general.php
M   resources/lang/sr-CS/admin/components/message.php
M   resources/lang/sr-CS/admin/components/table.php
M   resources/lang/sr-CS/admin/consumables/general.php
M   resources/lang/sr-CS/admin/consumables/message.php
M   resources/lang/sr-CS/admin/consumables/table.php
M   resources/lang/sr-CS/admin/custom_fields/general.php
M   resources/lang/sr-CS/admin/custom_fields/message.php
M   resources/lang/sr-CS/admin/departments/message.php
M   resources/lang/sr-CS/admin/departments/table.php
M   resources/lang/sr-CS/admin/depreciations/general.php
M   resources/lang/sr-CS/admin/depreciations/message.php
M   resources/lang/sr-CS/admin/depreciations/table.php
M   resources/lang/sr-CS/admin/groups/message.php
M   resources/lang/sr-CS/admin/groups/table.php
M   resources/lang/sr-CS/admin/groups/titles.php
M   resources/lang/sr-CS/admin/hardware/form.php
M   resources/lang/sr-CS/admin/hardware/general.php
M   resources/lang/sr-CS/admin/hardware/message.php
M   resources/lang/sr-CS/admin/hardware/table.php
M   resources/lang/sr-CS/admin/licenses/form.php
M   resources/lang/sr-CS/admin/licenses/general.php
M   resources/lang/sr-CS/admin/licenses/message.php
M   resources/lang/sr-CS/admin/licenses/table.php
M   resources/lang/sr-CS/admin/locations/message.php
M   resources/lang/sr-CS/admin/locations/table.php
M   resources/lang/sr-CS/admin/manufacturers/message.php
M   resources/lang/sr-CS/admin/manufacturers/table.php
M   resources/lang/sr-CS/admin/models/general.php
M   resources/lang/sr-CS/admin/models/message.php
M   resources/lang/sr-CS/admin/models/table.php
M   resources/lang/sr-CS/admin/reports/general.php
M   resources/lang/sr-CS/admin/reports/message.php
M   resources/lang/sr-CS/admin/settings/general.php
M   resources/lang/sr-CS/admin/settings/message.php
M   resources/lang/sr-CS/admin/statuslabels/message.php
M   resources/lang/sr-CS/admin/statuslabels/table.php
M   resources/lang/sr-CS/admin/suppliers/message.php
M   resources/lang/sr-CS/admin/suppliers/table.php
M   resources/lang/sr-CS/admin/users/general.php
M   resources/lang/sr-CS/admin/users/message.php
M   resources/lang/sr-CS/admin/users/table.php
M   resources/lang/sr-CS/auth/general.php
M   resources/lang/sr-CS/auth/message.php
M   resources/lang/sr-CS/button.php
M   resources/lang/sr-CS/general.php
M   resources/lang/sr-CS/mail.php
M   resources/lang/sr-CS/pagination.php
M   resources/lang/sr-CS/passwords.php
M   resources/lang/sr-CS/reminders.php
M   resources/lang/sr-CS/table.php
M   resources/lang/sr-CS/validation.php
M   resources/lang/sv-SE/admin/accessories/general.php
M   resources/lang/sv-SE/admin/accessories/message.php
M   resources/lang/sv-SE/admin/accessories/table.php
M   resources/lang/sv-SE/admin/asset_maintenances/form.php
M   resources/lang/sv-SE/admin/asset_maintenances/general.php
M   resources/lang/sv-SE/admin/asset_maintenances/message.php
M   resources/lang/sv-SE/admin/asset_maintenances/table.php
M   resources/lang/sv-SE/admin/categories/general.php
M   resources/lang/sv-SE/admin/categories/message.php
M   resources/lang/sv-SE/admin/categories/table.php
M   resources/lang/sv-SE/admin/companies/general.php
M   resources/lang/sv-SE/admin/companies/message.php
M   resources/lang/sv-SE/admin/companies/table.php
M   resources/lang/sv-SE/admin/components/general.php
M   resources/lang/sv-SE/admin/components/message.php
M   resources/lang/sv-SE/admin/components/table.php
M   resources/lang/sv-SE/admin/consumables/general.php
M   resources/lang/sv-SE/admin/consumables/message.php
M   resources/lang/sv-SE/admin/consumables/table.php
M   resources/lang/sv-SE/admin/custom_fields/general.php
M   resources/lang/sv-SE/admin/custom_fields/message.php
M   resources/lang/sv-SE/admin/departments/message.php
M   resources/lang/sv-SE/admin/departments/table.php
M   resources/lang/sv-SE/admin/depreciations/general.php
M   resources/lang/sv-SE/admin/depreciations/message.php
M   resources/lang/sv-SE/admin/depreciations/table.php
M   resources/lang/sv-SE/admin/groups/message.php
M   resources/lang/sv-SE/admin/groups/table.php
M   resources/lang/sv-SE/admin/groups/titles.php
M   resources/lang/sv-SE/admin/hardware/form.php
M   resources/lang/sv-SE/admin/hardware/general.php
M   resources/lang/sv-SE/admin/hardware/message.php
M   resources/lang/sv-SE/admin/hardware/table.php
M   resources/lang/sv-SE/admin/licenses/form.php
M   resources/lang/sv-SE/admin/licenses/general.php
M   resources/lang/sv-SE/admin/licenses/message.php
M   resources/lang/sv-SE/admin/licenses/table.php
M   resources/lang/sv-SE/admin/locations/message.php
M   resources/lang/sv-SE/admin/locations/table.php
M   resources/lang/sv-SE/admin/manufacturers/message.php
M   resources/lang/sv-SE/admin/manufacturers/table.php
M   resources/lang/sv-SE/admin/models/general.php
M   resources/lang/sv-SE/admin/models/message.php
M   resources/lang/sv-SE/admin/models/table.php
M   resources/lang/sv-SE/admin/reports/general.php
M   resources/lang/sv-SE/admin/reports/message.php
M   resources/lang/sv-SE/admin/settings/general.php
M   resources/lang/sv-SE/admin/settings/message.php
M   resources/lang/sv-SE/admin/statuslabels/message.php
M   resources/lang/sv-SE/admin/statuslabels/table.php
M   resources/lang/sv-SE/admin/suppliers/message.php
M   resources/lang/sv-SE/admin/suppliers/table.php
M   resources/lang/sv-SE/admin/users/general.php
M   resources/lang/sv-SE/admin/users/message.php
M   resources/lang/sv-SE/admin/users/table.php
M   resources/lang/sv-SE/auth/general.php
M   resources/lang/sv-SE/auth/message.php
M   resources/lang/sv-SE/button.php
M   resources/lang/sv-SE/general.php
M   resources/lang/sv-SE/mail.php
M   resources/lang/sv-SE/pagination.php
M   resources/lang/sv-SE/passwords.php
M   resources/lang/sv-SE/reminders.php
M   resources/lang/sv-SE/table.php
M   resources/lang/sv-SE/validation.php
M   resources/lang/ta/admin/accessories/general.php
M   resources/lang/ta/admin/accessories/message.php
M   resources/lang/ta/admin/accessories/table.php
M   resources/lang/ta/admin/asset_maintenances/form.php
M   resources/lang/ta/admin/asset_maintenances/general.php
M   resources/lang/ta/admin/asset_maintenances/message.php
M   resources/lang/ta/admin/asset_maintenances/table.php
M   resources/lang/ta/admin/categories/general.php
M   resources/lang/ta/admin/categories/message.php
M   resources/lang/ta/admin/categories/table.php
M   resources/lang/ta/admin/companies/general.php
M   resources/lang/ta/admin/companies/message.php
M   resources/lang/ta/admin/companies/table.php
M   resources/lang/ta/admin/components/general.php
M   resources/lang/ta/admin/components/message.php
M   resources/lang/ta/admin/components/table.php
M   resources/lang/ta/admin/consumables/general.php
M   resources/lang/ta/admin/consumables/message.php
M   resources/lang/ta/admin/consumables/table.php
M   resources/lang/ta/admin/custom_fields/general.php
M   resources/lang/ta/admin/custom_fields/message.php
M   resources/lang/ta/admin/departments/message.php
M   resources/lang/ta/admin/departments/table.php
M   resources/lang/ta/admin/depreciations/general.php
M   resources/lang/ta/admin/depreciations/message.php
M   resources/lang/ta/admin/depreciations/table.php
M   resources/lang/ta/admin/groups/message.php
M   resources/lang/ta/admin/groups/table.php
M   resources/lang/ta/admin/groups/titles.php
M   resources/lang/ta/admin/hardware/form.php
M   resources/lang/ta/admin/hardware/general.php
M   resources/lang/ta/admin/hardware/message.php
M   resources/lang/ta/admin/hardware/table.php
M   resources/lang/ta/admin/licenses/form.php
M   resources/lang/ta/admin/licenses/general.php
M   resources/lang/ta/admin/licenses/message.php
M   resources/lang/ta/admin/licenses/table.php
M   resources/lang/ta/admin/locations/message.php
M   resources/lang/ta/admin/locations/table.php
M   resources/lang/ta/admin/manufacturers/message.php
M   resources/lang/ta/admin/manufacturers/table.php
M   resources/lang/ta/admin/models/general.php
M   resources/lang/ta/admin/models/message.php
M   resources/lang/ta/admin/models/table.php
M   resources/lang/ta/admin/reports/general.php
M   resources/lang/ta/admin/reports/message.php
M   resources/lang/ta/admin/settings/general.php
M   resources/lang/ta/admin/settings/message.php
M   resources/lang/ta/admin/statuslabels/message.php
M   resources/lang/ta/admin/statuslabels/table.php
M   resources/lang/ta/admin/suppliers/message.php
M   resources/lang/ta/admin/suppliers/table.php
M   resources/lang/ta/admin/users/general.php
M   resources/lang/ta/admin/users/message.php
M   resources/lang/ta/admin/users/table.php
M   resources/lang/ta/auth/general.php
M   resources/lang/ta/auth/message.php
M   resources/lang/ta/button.php
M   resources/lang/ta/general.php
M   resources/lang/ta/mail.php
M   resources/lang/ta/pagination.php
M   resources/lang/ta/passwords.php
M   resources/lang/ta/reminders.php
M   resources/lang/ta/table.php
M   resources/lang/ta/validation.php
M   resources/lang/th/admin/accessories/general.php
M   resources/lang/th/admin/accessories/message.php
M   resources/lang/th/admin/accessories/table.php
M   resources/lang/th/admin/asset_maintenances/form.php
M   resources/lang/th/admin/asset_maintenances/general.php
M   resources/lang/th/admin/asset_maintenances/message.php
M   resources/lang/th/admin/asset_maintenances/table.php
M   resources/lang/th/admin/categories/general.php
M   resources/lang/th/admin/categories/message.php
M   resources/lang/th/admin/categories/table.php
M   resources/lang/th/admin/companies/general.php
M   resources/lang/th/admin/companies/message.php
M   resources/lang/th/admin/companies/table.php
M   resources/lang/th/admin/components/general.php
M   resources/lang/th/admin/components/message.php
M   resources/lang/th/admin/components/table.php
M   resources/lang/th/admin/consumables/general.php
M   resources/lang/th/admin/consumables/message.php
M   resources/lang/th/admin/consumables/table.php
M   resources/lang/th/admin/custom_fields/general.php
M   resources/lang/th/admin/custom_fields/message.php
M   resources/lang/th/admin/departments/message.php
M   resources/lang/th/admin/departments/table.php
M   resources/lang/th/admin/depreciations/general.php
M   resources/lang/th/admin/depreciations/message.php
M   resources/lang/th/admin/depreciations/table.php
M   resources/lang/th/admin/groups/message.php
M   resources/lang/th/admin/groups/table.php
M   resources/lang/th/admin/groups/titles.php
M   resources/lang/th/admin/hardware/form.php
M   resources/lang/th/admin/hardware/general.php
M   resources/lang/th/admin/hardware/message.php
M   resources/lang/th/admin/hardware/table.php
M   resources/lang/th/admin/licenses/form.php
M   resources/lang/th/admin/licenses/general.php
M   resources/lang/th/admin/licenses/message.php
M   resources/lang/th/admin/licenses/table.php
M   resources/lang/th/admin/locations/message.php
M   resources/lang/th/admin/locations/table.php
M   resources/lang/th/admin/manufacturers/message.php
M   resources/lang/th/admin/manufacturers/table.php
M   resources/lang/th/admin/models/general.php
M   resources/lang/th/admin/models/message.php
M   resources/lang/th/admin/models/table.php
M   resources/lang/th/admin/reports/general.php
M   resources/lang/th/admin/reports/message.php
M   resources/lang/th/admin/settings/general.php
M   resources/lang/th/admin/settings/message.php
M   resources/lang/th/admin/statuslabels/message.php
M   resources/lang/th/admin/statuslabels/table.php
M   resources/lang/th/admin/suppliers/message.php
M   resources/lang/th/admin/suppliers/table.php
M   resources/lang/th/admin/users/general.php
M   resources/lang/th/admin/users/message.php
M   resources/lang/th/admin/users/table.php
M   resources/lang/th/auth/general.php
M   resources/lang/th/auth/message.php
M   resources/lang/th/button.php
M   resources/lang/th/general.php
M   resources/lang/th/mail.php
M   resources/lang/th/pagination.php
M   resources/lang/th/passwords.php
M   resources/lang/th/reminders.php
M   resources/lang/th/table.php
M   resources/lang/th/validation.php
M   resources/lang/tl/admin/accessories/general.php
M   resources/lang/tl/admin/accessories/message.php
M   resources/lang/tl/admin/accessories/table.php
M   resources/lang/tl/admin/asset_maintenances/form.php
M   resources/lang/tl/admin/asset_maintenances/general.php
M   resources/lang/tl/admin/asset_maintenances/message.php
M   resources/lang/tl/admin/asset_maintenances/table.php
M   resources/lang/tl/admin/categories/general.php
M   resources/lang/tl/admin/categories/message.php
M   resources/lang/tl/admin/categories/table.php
M   resources/lang/tl/admin/companies/general.php
M   resources/lang/tl/admin/companies/message.php
M   resources/lang/tl/admin/companies/table.php
M   resources/lang/tl/admin/components/general.php
M   resources/lang/tl/admin/components/message.php
M   resources/lang/tl/admin/components/table.php
M   resources/lang/tl/admin/consumables/general.php
M   resources/lang/tl/admin/consumables/message.php
M   resources/lang/tl/admin/consumables/table.php
M   resources/lang/tl/admin/custom_fields/general.php
M   resources/lang/tl/admin/custom_fields/message.php
M   resources/lang/tl/admin/departments/message.php
M   resources/lang/tl/admin/departments/table.php
M   resources/lang/tl/admin/depreciations/general.php
M   resources/lang/tl/admin/depreciations/message.php
M   resources/lang/tl/admin/depreciations/table.php
M   resources/lang/tl/admin/groups/message.php
M   resources/lang/tl/admin/groups/table.php
M   resources/lang/tl/admin/groups/titles.php
M   resources/lang/tl/admin/hardware/form.php
M   resources/lang/tl/admin/hardware/general.php
M   resources/lang/tl/admin/hardware/message.php
M   resources/lang/tl/admin/hardware/table.php
M   resources/lang/tl/admin/licenses/form.php
M   resources/lang/tl/admin/licenses/general.php
M   resources/lang/tl/admin/licenses/message.php
M   resources/lang/tl/admin/licenses/table.php
M   resources/lang/tl/admin/locations/message.php
M   resources/lang/tl/admin/locations/table.php
M   resources/lang/tl/admin/manufacturers/message.php
M   resources/lang/tl/admin/manufacturers/table.php
M   resources/lang/tl/admin/models/general.php
M   resources/lang/tl/admin/models/message.php
M   resources/lang/tl/admin/models/table.php
M   resources/lang/tl/admin/reports/general.php
M   resources/lang/tl/admin/reports/message.php
M   resources/lang/tl/admin/settings/general.php
M   resources/lang/tl/admin/settings/message.php
M   resources/lang/tl/admin/statuslabels/message.php
M   resources/lang/tl/admin/statuslabels/table.php
M   resources/lang/tl/admin/suppliers/message.php
M   resources/lang/tl/admin/suppliers/table.php
M   resources/lang/tl/admin/users/general.php
M   resources/lang/tl/admin/users/message.php
M   resources/lang/tl/admin/users/table.php
M   resources/lang/tl/auth/general.php
M   resources/lang/tl/auth/message.php
M   resources/lang/tl/button.php
M   resources/lang/tl/general.php
M   resources/lang/tl/mail.php
M   resources/lang/tl/pagination.php
M   resources/lang/tl/passwords.php
M   resources/lang/tl/reminders.php
M   resources/lang/tl/table.php
M   resources/lang/tl/validation.php
M   resources/lang/tr/admin/accessories/general.php
M   resources/lang/tr/admin/accessories/message.php
M   resources/lang/tr/admin/accessories/table.php
M   resources/lang/tr/admin/asset_maintenances/form.php
M   resources/lang/tr/admin/asset_maintenances/general.php
M   resources/lang/tr/admin/asset_maintenances/message.php
M   resources/lang/tr/admin/asset_maintenances/table.php
M   resources/lang/tr/admin/categories/general.php
M   resources/lang/tr/admin/categories/message.php
M   resources/lang/tr/admin/categories/table.php
M   resources/lang/tr/admin/companies/general.php
M   resources/lang/tr/admin/companies/message.php
M   resources/lang/tr/admin/companies/table.php
M   resources/lang/tr/admin/components/general.php
M   resources/lang/tr/admin/components/message.php
M   resources/lang/tr/admin/components/table.php
M   resources/lang/tr/admin/consumables/general.php
M   resources/lang/tr/admin/consumables/message.php
M   resources/lang/tr/admin/consumables/table.php
M   resources/lang/tr/admin/custom_fields/general.php
M   resources/lang/tr/admin/custom_fields/message.php
M   resources/lang/tr/admin/departments/message.php
M   resources/lang/tr/admin/departments/table.php
M   resources/lang/tr/admin/depreciations/general.php
M   resources/lang/tr/admin/depreciations/message.php
M   resources/lang/tr/admin/depreciations/table.php
M   resources/lang/tr/admin/groups/message.php
M   resources/lang/tr/admin/groups/table.php
M   resources/lang/tr/admin/groups/titles.php
M   resources/lang/tr/admin/hardware/form.php
M   resources/lang/tr/admin/hardware/general.php
M   resources/lang/tr/admin/hardware/message.php
M   resources/lang/tr/admin/hardware/table.php
M   resources/lang/tr/admin/licenses/form.php
M   resources/lang/tr/admin/licenses/general.php
M   resources/lang/tr/admin/licenses/message.php
M   resources/lang/tr/admin/licenses/table.php
M   resources/lang/tr/admin/locations/message.php
M   resources/lang/tr/admin/locations/table.php
M   resources/lang/tr/admin/manufacturers/message.php
M   resources/lang/tr/admin/manufacturers/table.php
M   resources/lang/tr/admin/models/general.php
M   resources/lang/tr/admin/models/message.php
M   resources/lang/tr/admin/models/table.php
M   resources/lang/tr/admin/reports/general.php
M   resources/lang/tr/admin/reports/message.php
M   resources/lang/tr/admin/settings/general.php
M   resources/lang/tr/admin/settings/message.php
M   resources/lang/tr/admin/statuslabels/message.php
M   resources/lang/tr/admin/statuslabels/table.php
M   resources/lang/tr/admin/suppliers/message.php
M   resources/lang/tr/admin/suppliers/table.php
M   resources/lang/tr/admin/users/general.php
M   resources/lang/tr/admin/users/message.php
M   resources/lang/tr/admin/users/table.php
M   resources/lang/tr/auth/general.php
M   resources/lang/tr/auth/message.php
M   resources/lang/tr/button.php
M   resources/lang/tr/general.php
M   resources/lang/tr/mail.php
M   resources/lang/tr/pagination.php
M   resources/lang/tr/passwords.php
M   resources/lang/tr/reminders.php
M   resources/lang/tr/table.php
M   resources/lang/tr/validation.php
M   resources/lang/uk/admin/accessories/general.php
M   resources/lang/uk/admin/accessories/message.php
M   resources/lang/uk/admin/accessories/table.php
M   resources/lang/uk/admin/asset_maintenances/form.php
M   resources/lang/uk/admin/asset_maintenances/general.php
M   resources/lang/uk/admin/asset_maintenances/message.php
M   resources/lang/uk/admin/asset_maintenances/table.php
M   resources/lang/uk/admin/categories/general.php
M   resources/lang/uk/admin/categories/message.php
M   resources/lang/uk/admin/categories/table.php
M   resources/lang/uk/admin/companies/general.php
M   resources/lang/uk/admin/companies/message.php
M   resources/lang/uk/admin/companies/table.php
M   resources/lang/uk/admin/components/general.php
M   resources/lang/uk/admin/components/message.php
M   resources/lang/uk/admin/components/table.php
M   resources/lang/uk/admin/consumables/general.php
M   resources/lang/uk/admin/consumables/message.php
M   resources/lang/uk/admin/consumables/table.php
M   resources/lang/uk/admin/custom_fields/general.php
M   resources/lang/uk/admin/custom_fields/message.php
M   resources/lang/uk/admin/departments/message.php
M   resources/lang/uk/admin/departments/table.php
M   resources/lang/uk/admin/depreciations/general.php
M   resources/lang/uk/admin/depreciations/message.php
M   resources/lang/uk/admin/depreciations/table.php
M   resources/lang/uk/admin/groups/message.php
M   resources/lang/uk/admin/groups/table.php
M   resources/lang/uk/admin/groups/titles.php
M   resources/lang/uk/admin/hardware/form.php
M   resources/lang/uk/admin/hardware/general.php
M   resources/lang/uk/admin/hardware/message.php
M   resources/lang/uk/admin/hardware/table.php
M   resources/lang/uk/admin/licenses/form.php
M   resources/lang/uk/admin/licenses/general.php
M   resources/lang/uk/admin/licenses/message.php
M   resources/lang/uk/admin/licenses/table.php
M   resources/lang/uk/admin/locations/message.php
M   resources/lang/uk/admin/locations/table.php
M   resources/lang/uk/admin/manufacturers/message.php
M   resources/lang/uk/admin/manufacturers/table.php
M   resources/lang/uk/admin/models/general.php
M   resources/lang/uk/admin/models/message.php
M   resources/lang/uk/admin/models/table.php
M   resources/lang/uk/admin/reports/general.php
M   resources/lang/uk/admin/reports/message.php
M   resources/lang/uk/admin/settings/general.php
M   resources/lang/uk/admin/settings/message.php
M   resources/lang/uk/admin/statuslabels/message.php
M   resources/lang/uk/admin/statuslabels/table.php
M   resources/lang/uk/admin/suppliers/message.php
M   resources/lang/uk/admin/suppliers/table.php
M   resources/lang/uk/admin/users/general.php
M   resources/lang/uk/admin/users/message.php
M   resources/lang/uk/admin/users/table.php
M   resources/lang/uk/auth/general.php
M   resources/lang/uk/auth/message.php
M   resources/lang/uk/button.php
M   resources/lang/uk/general.php
M   resources/lang/uk/mail.php
M   resources/lang/uk/pagination.php
M   resources/lang/uk/passwords.php
M   resources/lang/uk/reminders.php
M   resources/lang/uk/table.php
M   resources/lang/uk/validation.php
M   resources/lang/ur-PK/admin/accessories/general.php
M   resources/lang/ur-PK/admin/accessories/message.php
M   resources/lang/ur-PK/admin/accessories/table.php
M   resources/lang/ur-PK/admin/asset_maintenances/form.php
M   resources/lang/ur-PK/admin/asset_maintenances/general.php
M   resources/lang/ur-PK/admin/asset_maintenances/message.php
M   resources/lang/ur-PK/admin/asset_maintenances/table.php
M   resources/lang/ur-PK/admin/categories/general.php
M   resources/lang/ur-PK/admin/categories/message.php
M   resources/lang/ur-PK/admin/categories/table.php
M   resources/lang/ur-PK/admin/companies/general.php
M   resources/lang/ur-PK/admin/companies/message.php
M   resources/lang/ur-PK/admin/companies/table.php
M   resources/lang/ur-PK/admin/components/general.php
M   resources/lang/ur-PK/admin/components/message.php
M   resources/lang/ur-PK/admin/components/table.php
M   resources/lang/ur-PK/admin/consumables/general.php
M   resources/lang/ur-PK/admin/consumables/message.php
M   resources/lang/ur-PK/admin/consumables/table.php
M   resources/lang/ur-PK/admin/custom_fields/general.php
M   resources/lang/ur-PK/admin/custom_fields/message.php
M   resources/lang/ur-PK/admin/departments/message.php
M   resources/lang/ur-PK/admin/departments/table.php
M   resources/lang/ur-PK/admin/depreciations/general.php
M   resources/lang/ur-PK/admin/depreciations/message.php
M   resources/lang/ur-PK/admin/depreciations/table.php
M   resources/lang/ur-PK/admin/groups/message.php
M   resources/lang/ur-PK/admin/groups/table.php
M   resources/lang/ur-PK/admin/groups/titles.php
M   resources/lang/ur-PK/admin/hardware/form.php
M   resources/lang/ur-PK/admin/hardware/general.php
M   resources/lang/ur-PK/admin/hardware/message.php
M   resources/lang/ur-PK/admin/hardware/table.php
M   resources/lang/ur-PK/admin/licenses/form.php
M   resources/lang/ur-PK/admin/licenses/general.php
M   resources/lang/ur-PK/admin/licenses/message.php
M   resources/lang/ur-PK/admin/licenses/table.php
M   resources/lang/ur-PK/admin/locations/message.php
M   resources/lang/ur-PK/admin/locations/table.php
M   resources/lang/ur-PK/admin/manufacturers/message.php
M   resources/lang/ur-PK/admin/manufacturers/table.php
M   resources/lang/ur-PK/admin/models/general.php
M   resources/lang/ur-PK/admin/models/message.php
M   resources/lang/ur-PK/admin/models/table.php
M   resources/lang/ur-PK/admin/reports/general.php
M   resources/lang/ur-PK/admin/reports/message.php
M   resources/lang/ur-PK/admin/settings/general.php
M   resources/lang/ur-PK/admin/settings/message.php
M   resources/lang/ur-PK/admin/statuslabels/message.php
M   resources/lang/ur-PK/admin/statuslabels/table.php
M   resources/lang/ur-PK/admin/suppliers/message.php
M   resources/lang/ur-PK/admin/suppliers/table.php
M   resources/lang/ur-PK/admin/users/general.php
M   resources/lang/ur-PK/admin/users/message.php
M   resources/lang/ur-PK/admin/users/table.php
M   resources/lang/ur-PK/auth/general.php
M   resources/lang/ur-PK/auth/message.php
M   resources/lang/ur-PK/button.php
M   resources/lang/ur-PK/general.php
M   resources/lang/ur-PK/mail.php
M   resources/lang/ur-PK/pagination.php
M   resources/lang/ur-PK/passwords.php
M   resources/lang/ur-PK/reminders.php
M   resources/lang/ur-PK/table.php
M   resources/lang/ur-PK/validation.php
M   resources/lang/vendor/backup/ar/notifications.php
M   resources/lang/vendor/backup/da/notifications.php
M   resources/lang/vendor/backup/de/notifications.php
M   resources/lang/vendor/backup/en/notifications.php
M   resources/lang/vendor/backup/es/notifications.php
M   resources/lang/vendor/backup/fa/notifications.php
M   resources/lang/vendor/backup/fr/notifications.php
M   resources/lang/vendor/backup/hi/notifications.php
M   resources/lang/vendor/backup/id/notifications.php
M   resources/lang/vendor/backup/it/notifications.php
M   resources/lang/vendor/backup/pl/notifications.php
M   resources/lang/vendor/backup/pt-BR/notifications.php
M   resources/lang/vendor/backup/ro/notifications.php
M   resources/lang/vendor/backup/ru/notifications.php
M   resources/lang/vendor/backup/tr/notifications.php
M   resources/lang/vendor/backup/uk/notifications.php
M   resources/lang/vi/admin/accessories/general.php
M   resources/lang/vi/admin/accessories/message.php
M   resources/lang/vi/admin/accessories/table.php
M   resources/lang/vi/admin/asset_maintenances/form.php
M   resources/lang/vi/admin/asset_maintenances/general.php
M   resources/lang/vi/admin/asset_maintenances/message.php
M   resources/lang/vi/admin/asset_maintenances/table.php
M   resources/lang/vi/admin/categories/general.php
M   resources/lang/vi/admin/categories/message.php
M   resources/lang/vi/admin/categories/table.php
M   resources/lang/vi/admin/companies/general.php
M   resources/lang/vi/admin/companies/message.php
M   resources/lang/vi/admin/companies/table.php
M   resources/lang/vi/admin/components/general.php
M   resources/lang/vi/admin/components/message.php
M   resources/lang/vi/admin/components/table.php
M   resources/lang/vi/admin/consumables/general.php
M   resources/lang/vi/admin/consumables/message.php
M   resources/lang/vi/admin/consumables/table.php
M   resources/lang/vi/admin/custom_fields/general.php
M   resources/lang/vi/admin/custom_fields/message.php
M   resources/lang/vi/admin/departments/message.php
M   resources/lang/vi/admin/departments/table.php
M   resources/lang/vi/admin/depreciations/general.php
M   resources/lang/vi/admin/depreciations/message.php
M   resources/lang/vi/admin/depreciations/table.php
M   resources/lang/vi/admin/groups/message.php
M   resources/lang/vi/admin/groups/table.php
M   resources/lang/vi/admin/groups/titles.php
M   resources/lang/vi/admin/hardware/form.php
M   resources/lang/vi/admin/hardware/general.php
M   resources/lang/vi/admin/hardware/message.php
M   resources/lang/vi/admin/hardware/table.php
M   resources/lang/vi/admin/licenses/form.php
M   resources/lang/vi/admin/licenses/general.php
M   resources/lang/vi/admin/licenses/message.php
M   resources/lang/vi/admin/licenses/table.php
M   resources/lang/vi/admin/locations/message.php
M   resources/lang/vi/admin/locations/table.php
M   resources/lang/vi/admin/manufacturers/message.php
M   resources/lang/vi/admin/manufacturers/table.php
M   resources/lang/vi/admin/models/general.php
M   resources/lang/vi/admin/models/message.php
M   resources/lang/vi/admin/models/table.php
M   resources/lang/vi/admin/reports/general.php
M   resources/lang/vi/admin/reports/message.php
M   resources/lang/vi/admin/settings/general.php
M   resources/lang/vi/admin/settings/message.php
M   resources/lang/vi/admin/statuslabels/message.php
M   resources/lang/vi/admin/statuslabels/table.php
M   resources/lang/vi/admin/suppliers/message.php
M   resources/lang/vi/admin/suppliers/table.php
M   resources/lang/vi/admin/users/general.php
M   resources/lang/vi/admin/users/message.php
M   resources/lang/vi/admin/users/table.php
M   resources/lang/vi/auth/general.php
M   resources/lang/vi/auth/message.php
M   resources/lang/vi/button.php
M   resources/lang/vi/general.php
M   resources/lang/vi/mail.php
M   resources/lang/vi/pagination.php
M   resources/lang/vi/passwords.php
M   resources/lang/vi/reminders.php
M   resources/lang/vi/table.php
M   resources/lang/vi/validation.php
M   resources/lang/zh-CN/admin/accessories/general.php
M   resources/lang/zh-CN/admin/accessories/message.php
M   resources/lang/zh-CN/admin/accessories/table.php
M   resources/lang/zh-CN/admin/asset_maintenances/form.php
M   resources/lang/zh-CN/admin/asset_maintenances/general.php
M   resources/lang/zh-CN/admin/asset_maintenances/message.php
M   resources/lang/zh-CN/admin/asset_maintenances/table.php
M   resources/lang/zh-CN/admin/categories/general.php
M   resources/lang/zh-CN/admin/categories/message.php
M   resources/lang/zh-CN/admin/categories/table.php
M   resources/lang/zh-CN/admin/companies/general.php
M   resources/lang/zh-CN/admin/companies/message.php
M   resources/lang/zh-CN/admin/companies/table.php
M   resources/lang/zh-CN/admin/components/general.php
M   resources/lang/zh-CN/admin/components/message.php
M   resources/lang/zh-CN/admin/components/table.php
M   resources/lang/zh-CN/admin/consumables/general.php
M   resources/lang/zh-CN/admin/consumables/message.php
M   resources/lang/zh-CN/admin/consumables/table.php
M   resources/lang/zh-CN/admin/custom_fields/general.php
M   resources/lang/zh-CN/admin/custom_fields/message.php
M   resources/lang/zh-CN/admin/departments/message.php
M   resources/lang/zh-CN/admin/departments/table.php
M   resources/lang/zh-CN/admin/depreciations/general.php
M   resources/lang/zh-CN/admin/depreciations/message.php
M   resources/lang/zh-CN/admin/depreciations/table.php
M   resources/lang/zh-CN/admin/groups/message.php
M   resources/lang/zh-CN/admin/groups/table.php
M   resources/lang/zh-CN/admin/groups/titles.php
M   resources/lang/zh-CN/admin/hardware/form.php
M   resources/lang/zh-CN/admin/hardware/general.php
M   resources/lang/zh-CN/admin/hardware/message.php
M   resources/lang/zh-CN/admin/hardware/table.php
M   resources/lang/zh-CN/admin/licenses/form.php
M   resources/lang/zh-CN/admin/licenses/general.php
M   resources/lang/zh-CN/admin/licenses/message.php
M   resources/lang/zh-CN/admin/licenses/table.php
M   resources/lang/zh-CN/admin/locations/message.php
M   resources/lang/zh-CN/admin/locations/table.php
M   resources/lang/zh-CN/admin/manufacturers/message.php
M   resources/lang/zh-CN/admin/manufacturers/table.php
M   resources/lang/zh-CN/admin/models/general.php
M   resources/lang/zh-CN/admin/models/message.php
M   resources/lang/zh-CN/admin/models/table.php
M   resources/lang/zh-CN/admin/reports/general.php
M   resources/lang/zh-CN/admin/reports/message.php
M   resources/lang/zh-CN/admin/settings/general.php
M   resources/lang/zh-CN/admin/settings/message.php
M   resources/lang/zh-CN/admin/statuslabels/message.php
M   resources/lang/zh-CN/admin/statuslabels/table.php
M   resources/lang/zh-CN/admin/suppliers/message.php
M   resources/lang/zh-CN/admin/suppliers/table.php
M   resources/lang/zh-CN/admin/users/general.php
M   resources/lang/zh-CN/admin/users/message.php
M   resources/lang/zh-CN/admin/users/table.php
M   resources/lang/zh-CN/auth/general.php
M   resources/lang/zh-CN/auth/message.php
M   resources/lang/zh-CN/button.php
M   resources/lang/zh-CN/general.php
M   resources/lang/zh-CN/mail.php
M   resources/lang/zh-CN/pagination.php
M   resources/lang/zh-CN/passwords.php
M   resources/lang/zh-CN/reminders.php
M   resources/lang/zh-CN/table.php
M   resources/lang/zh-CN/validation.php
M   resources/lang/zh-HK/admin/accessories/general.php
M   resources/lang/zh-HK/admin/accessories/message.php
M   resources/lang/zh-HK/admin/accessories/table.php
M   resources/lang/zh-HK/admin/asset_maintenances/form.php
M   resources/lang/zh-HK/admin/asset_maintenances/general.php
M   resources/lang/zh-HK/admin/asset_maintenances/message.php
M   resources/lang/zh-HK/admin/asset_maintenances/table.php
M   resources/lang/zh-HK/admin/categories/general.php
M   resources/lang/zh-HK/admin/categories/message.php
M   resources/lang/zh-HK/admin/categories/table.php
M   resources/lang/zh-HK/admin/companies/general.php
M   resources/lang/zh-HK/admin/companies/message.php
M   resources/lang/zh-HK/admin/companies/table.php
M   resources/lang/zh-HK/admin/components/general.php
M   resources/lang/zh-HK/admin/components/message.php
M   resources/lang/zh-HK/admin/components/table.php
M   resources/lang/zh-HK/admin/consumables/general.php
M   resources/lang/zh-HK/admin/consumables/message.php
M   resources/lang/zh-HK/admin/consumables/table.php
M   resources/lang/zh-HK/admin/custom_fields/general.php
M   resources/lang/zh-HK/admin/custom_fields/message.php
M   resources/lang/zh-HK/admin/departments/message.php
M   resources/lang/zh-HK/admin/departments/table.php
M   resources/lang/zh-HK/admin/depreciations/general.php
M   resources/lang/zh-HK/admin/depreciations/message.php
M   resources/lang/zh-HK/admin/depreciations/table.php
M   resources/lang/zh-HK/admin/groups/message.php
M   resources/lang/zh-HK/admin/groups/table.php
M   resources/lang/zh-HK/admin/groups/titles.php
M   resources/lang/zh-HK/admin/hardware/form.php
M   resources/lang/zh-HK/admin/hardware/general.php
M   resources/lang/zh-HK/admin/hardware/message.php
M   resources/lang/zh-HK/admin/hardware/table.php
M   resources/lang/zh-HK/admin/licenses/form.php
M   resources/lang/zh-HK/admin/licenses/general.php
M   resources/lang/zh-HK/admin/licenses/message.php
M   resources/lang/zh-HK/admin/licenses/table.php
M   resources/lang/zh-HK/admin/locations/message.php
M   resources/lang/zh-HK/admin/locations/table.php
M   resources/lang/zh-HK/admin/manufacturers/message.php
M   resources/lang/zh-HK/admin/manufacturers/table.php
M   resources/lang/zh-HK/admin/models/general.php
M   resources/lang/zh-HK/admin/models/message.php
M   resources/lang/zh-HK/admin/models/table.php
M   resources/lang/zh-HK/admin/reports/general.php
M   resources/lang/zh-HK/admin/reports/message.php
M   resources/lang/zh-HK/admin/settings/general.php
M   resources/lang/zh-HK/admin/settings/message.php
M   resources/lang/zh-HK/admin/statuslabels/message.php
M   resources/lang/zh-HK/admin/statuslabels/table.php
M   resources/lang/zh-HK/admin/suppliers/message.php
M   resources/lang/zh-HK/admin/suppliers/table.php
M   resources/lang/zh-HK/admin/users/general.php
M   resources/lang/zh-HK/admin/users/message.php
M   resources/lang/zh-HK/admin/users/table.php
M   resources/lang/zh-HK/auth/general.php
M   resources/lang/zh-HK/auth/message.php
M   resources/lang/zh-HK/button.php
M   resources/lang/zh-HK/general.php
M   resources/lang/zh-HK/mail.php
M   resources/lang/zh-HK/pagination.php
M   resources/lang/zh-HK/passwords.php
M   resources/lang/zh-HK/reminders.php
M   resources/lang/zh-HK/table.php
M   resources/lang/zh-HK/validation.php
M   resources/lang/zh-TW/admin/accessories/general.php
M   resources/lang/zh-TW/admin/accessories/message.php
M   resources/lang/zh-TW/admin/accessories/table.php
M   resources/lang/zh-TW/admin/asset_maintenances/form.php
M   resources/lang/zh-TW/admin/asset_maintenances/general.php
M   resources/lang/zh-TW/admin/asset_maintenances/message.php
M   resources/lang/zh-TW/admin/asset_maintenances/table.php
M   resources/lang/zh-TW/admin/categories/general.php
M   resources/lang/zh-TW/admin/categories/message.php
M   resources/lang/zh-TW/admin/categories/table.php
M   resources/lang/zh-TW/admin/companies/general.php
M   resources/lang/zh-TW/admin/companies/message.php
M   resources/lang/zh-TW/admin/companies/table.php
M   resources/lang/zh-TW/admin/components/general.php
M   resources/lang/zh-TW/admin/components/message.php
M   resources/lang/zh-TW/admin/components/table.php
M   resources/lang/zh-TW/admin/consumables/general.php
M   resources/lang/zh-TW/admin/consumables/message.php
M   resources/lang/zh-TW/admin/consumables/table.php
M   resources/lang/zh-TW/admin/custom_fields/general.php
M   resources/lang/zh-TW/admin/custom_fields/message.php
M   resources/lang/zh-TW/admin/departments/message.php
M   resources/lang/zh-TW/admin/departments/table.php
M   resources/lang/zh-TW/admin/depreciations/general.php
M   resources/lang/zh-TW/admin/depreciations/message.php
M   resources/lang/zh-TW/admin/depreciations/table.php
M   resources/lang/zh-TW/admin/groups/message.php
M   resources/lang/zh-TW/admin/groups/table.php
M   resources/lang/zh-TW/admin/groups/titles.php
M   resources/lang/zh-TW/admin/hardware/form.php
M   resources/lang/zh-TW/admin/hardware/general.php
M   resources/lang/zh-TW/admin/hardware/message.php
M   resources/lang/zh-TW/admin/hardware/table.php
M   resources/lang/zh-TW/admin/licenses/form.php
M   resources/lang/zh-TW/admin/licenses/general.php
M   resources/lang/zh-TW/admin/licenses/message.php
M   resources/lang/zh-TW/admin/licenses/table.php
M   resources/lang/zh-TW/admin/locations/message.php
M   resources/lang/zh-TW/admin/locations/table.php
M   resources/lang/zh-TW/admin/manufacturers/message.php
M   resources/lang/zh-TW/admin/manufacturers/table.php
M   resources/lang/zh-TW/admin/models/general.php
M   resources/lang/zh-TW/admin/models/message.php
M   resources/lang/zh-TW/admin/models/table.php
M   resources/lang/zh-TW/admin/reports/general.php
M   resources/lang/zh-TW/admin/reports/message.php
M   resources/lang/zh-TW/admin/settings/general.php
M   resources/lang/zh-TW/admin/settings/message.php
M   resources/lang/zh-TW/admin/statuslabels/message.php
M   resources/lang/zh-TW/admin/statuslabels/table.php
M   resources/lang/zh-TW/admin/suppliers/message.php
M   resources/lang/zh-TW/admin/suppliers/table.php
M   resources/lang/zh-TW/admin/users/general.php
M   resources/lang/zh-TW/admin/users/message.php
M   resources/lang/zh-TW/admin/users/table.php
M   resources/lang/zh-TW/auth/general.php
M   resources/lang/zh-TW/auth/message.php
M   resources/lang/zh-TW/button.php
M   resources/lang/zh-TW/general.php
M   resources/lang/zh-TW/mail.php
M   resources/lang/zh-TW/pagination.php
M   resources/lang/zh-TW/passwords.php
M   resources/lang/zh-TW/reminders.php
M   resources/lang/zh-TW/table.php
M   resources/lang/zh-TW/validation.php
M   resources/lang/zu/admin/accessories/general.php
M   resources/lang/zu/admin/accessories/message.php
M   resources/lang/zu/admin/accessories/table.php
M   resources/lang/zu/admin/asset_maintenances/form.php
M   resources/lang/zu/admin/asset_maintenances/general.php
M   resources/lang/zu/admin/asset_maintenances/message.php
M   resources/lang/zu/admin/asset_maintenances/table.php
M   resources/lang/zu/admin/categories/general.php
M   resources/lang/zu/admin/categories/message.php
M   resources/lang/zu/admin/categories/table.php
M   resources/lang/zu/admin/companies/general.php
M   resources/lang/zu/admin/companies/message.php
M   resources/lang/zu/admin/companies/table.php
M   resources/lang/zu/admin/components/general.php
M   resources/lang/zu/admin/components/message.php
M   resources/lang/zu/admin/components/table.php
M   resources/lang/zu/admin/consumables/general.php
M   resources/lang/zu/admin/consumables/message.php
M   resources/lang/zu/admin/consumables/table.php
M   resources/lang/zu/admin/custom_fields/general.php
M   resources/lang/zu/admin/custom_fields/message.php
M   resources/lang/zu/admin/departments/message.php
M   resources/lang/zu/admin/departments/table.php
M   resources/lang/zu/admin/depreciations/general.php
M   resources/lang/zu/admin/depreciations/message.php
M   resources/lang/zu/admin/depreciations/table.php
M   resources/lang/zu/admin/groups/message.php
M   resources/lang/zu/admin/groups/table.php
M   resources/lang/zu/admin/groups/titles.php
M   resources/lang/zu/admin/hardware/form.php
M   resources/lang/zu/admin/hardware/general.php
M   resources/lang/zu/admin/hardware/message.php
M   resources/lang/zu/admin/hardware/table.php
M   resources/lang/zu/admin/licenses/form.php
M   resources/lang/zu/admin/licenses/general.php
M   resources/lang/zu/admin/licenses/message.php
M   resources/lang/zu/admin/licenses/table.php
M   resources/lang/zu/admin/locations/message.php
M   resources/lang/zu/admin/locations/table.php
M   resources/lang/zu/admin/manufacturers/message.php
M   resources/lang/zu/admin/manufacturers/table.php
M   resources/lang/zu/admin/models/general.php
M   resources/lang/zu/admin/models/message.php
M   resources/lang/zu/admin/models/table.php
M   resources/lang/zu/admin/reports/general.php
M   resources/lang/zu/admin/reports/message.php
M   resources/lang/zu/admin/settings/general.php
M   resources/lang/zu/admin/settings/message.php
M   resources/lang/zu/admin/statuslabels/message.php
M   resources/lang/zu/admin/statuslabels/table.php
M   resources/lang/zu/admin/suppliers/message.php
M   resources/lang/zu/admin/suppliers/table.php
M   resources/lang/zu/admin/users/general.php
M   resources/lang/zu/admin/users/message.php
M   resources/lang/zu/admin/users/table.php
M   resources/lang/zu/auth/general.php
M   resources/lang/zu/auth/message.php
M   resources/lang/zu/button.php
M   resources/lang/zu/general.php
M   resources/lang/zu/mail.php
M   resources/lang/zu/pagination.php
M   resources/lang/zu/passwords.php
M   resources/lang/zu/reminders.php
M   resources/lang/zu/table.php
M   resources/lang/zu/validation.php
M   resources/macros/macros.php
M   resources/views/accessories/view.blade.php
M   resources/views/account/accept-asset.blade.php
M   resources/views/account/api.blade.php
M   resources/views/account/requestable-assets.blade.php
M   resources/views/account/requested.blade.php
M   resources/views/asset_maintenances/edit.blade.php
M   resources/views/asset_maintenances/index.blade.php
M   resources/views/asset_maintenances/view.blade.php
M   resources/views/auth/emails/password.blade.php
M   resources/views/auth/passwords/email.blade.php
M   resources/views/auth/passwords/reset.blade.php
M   resources/views/auth/two_factor.blade.php
M   resources/views/auth/two_factor_enroll.blade.php
M   resources/views/categories/view.blade.php
M   resources/views/companies/edit.blade.php
M   resources/views/companies/index.blade.php
M   resources/views/companies/view.blade.php
M   resources/views/components/checkin.blade.php
M   resources/views/components/checkout.blade.php
M   resources/views/components/edit.blade.php
M   resources/views/components/index.blade.php
M   resources/views/components/view.blade.php
M   resources/views/consumables/checkout.blade.php
M   resources/views/consumables/edit.blade.php
M   resources/views/consumables/index.blade.php
M   resources/views/consumables/view.blade.php
M   resources/views/custom_fields/fields/edit.blade.php
M   resources/views/custom_fields/fieldsets/edit.blade.php
M   resources/views/custom_fields/fieldsets/view.blade.php
M   resources/views/custom_fields/index.blade.php
M   resources/views/departments/edit.blade.php
M   resources/views/departments/index.blade.php
M   resources/views/departments/view.blade.php
M   resources/views/depreciations/view.blade.php
M   resources/views/emails/accept-accessory.blade.php
M   resources/views/emails/checkin-asset.blade.php
M   resources/views/emails/firstadmin.blade.php
M   resources/views/emails/send-login.blade.php
M   resources/views/emails/test.blade.php
M   resources/views/errors/403.blade.php
M   resources/views/errors/404.blade.php
M   resources/views/errors/503.blade.php
M   resources/views/groups/view.blade.php
M   resources/views/hardware/audit-due.blade.php
M   resources/views/hardware/audit-overdue.blade.php
M   resources/views/hardware/audit.blade.php
M   resources/views/hardware/bulk-checkout.blade.php
M   resources/views/hardware/bulk-delete.blade.php
M   resources/views/hardware/history.blade.php
M   resources/views/hardware/labels.blade.php
M   resources/views/hardware/qr-view.blade.php
M   resources/views/hardware/quickscan.blade.php
M   resources/views/hardware/requested.blade.php
M   resources/views/importer/import.blade.php
M   resources/views/layouts/basic.blade.php
M   resources/views/layouts/debug.blade.php
M   resources/views/layouts/default.blade.php
M   resources/views/layouts/edit-form.blade.php
M   resources/views/layouts/setup.blade.php
M   resources/views/locations/view.blade.php
M   resources/views/manufacturers/view.blade.php
M   resources/views/modals/category.blade.php
M   resources/views/modals/location.blade.php
M   resources/views/modals/manufacturer.blade.php
M   resources/views/modals/model.blade.php
M   resources/views/modals/statuslabel.blade.php
M   resources/views/modals/supplier.blade.php
M   resources/views/modals/upload-file.blade.php
M   resources/views/modals/user.blade.php
M   resources/views/models/bulk-delete.blade.php
M   resources/views/models/bulk-edit.blade.php
M   resources/views/models/custom_fields_form.blade.php
M   resources/views/notifications/FirstAdmin.blade.php
M   resources/views/notifications/Test.blade.php
M   resources/views/notifications/Welcome.blade.php
M   resources/views/notifications/markdown/asset-requested.blade.php
M   resources/views/notifications/markdown/checkin-accessory.blade.php
M   resources/views/notifications/markdown/checkin-asset.blade.php
M   resources/views/notifications/markdown/checkin-license.blade.php
M   resources/views/notifications/markdown/checkout-accessory.blade.php
M   resources/views/notifications/markdown/checkout-asset.blade.php
M   resources/views/notifications/markdown/checkout-consumable.blade.php
M   resources/views/notifications/markdown/checkout-license.blade.php
M   resources/views/notifications/markdown/report-expected-checkins.blade.php
M   resources/views/notifications/markdown/report-expiring-assets.blade.php
M   resources/views/notifications/markdown/report-expiring-licenses.blade.php
M   resources/views/notifications/markdown/report-low-inventory.blade.php
M   resources/views/notifications/markdown/upcoming-audits.blade.php
M   resources/views/partials/assets-assigned.blade.php
M   resources/views/partials/bootstrap-table.blade.php
M   resources/views/partials/forms/checkout-selector.blade.php
M   resources/views/partials/forms/edit/address.blade.php
M   resources/views/partials/forms/edit/asset-select.blade.php
M   resources/views/partials/forms/edit/category-select.blade.php
M   resources/views/partials/forms/edit/category.blade.php
M   resources/views/partials/forms/edit/company-select.blade.php
M   resources/views/partials/forms/edit/company.blade.php
M   resources/views/partials/forms/edit/department-select.blade.php
M   resources/views/partials/forms/edit/depreciation.blade.php
M   resources/views/partials/forms/edit/email.blade.php
M   resources/views/partials/forms/edit/image-upload.blade.php
M   resources/views/partials/forms/edit/item_number.blade.php
M   resources/views/partials/forms/edit/location-profile-select.blade.php
M   resources/views/partials/forms/edit/location-select.blade.php
M   resources/views/partials/forms/edit/location.blade.php
M   resources/views/partials/forms/edit/maintenance_type.blade.php
M   resources/views/partials/forms/edit/manufacturer-select.blade.php
M   resources/views/partials/forms/edit/manufacturer.blade.php
M   resources/views/partials/forms/edit/minimum_quantity.blade.php
M   resources/views/partials/forms/edit/model-select.blade.php
M   resources/views/partials/forms/edit/model_number.blade.php
M   resources/views/partials/forms/edit/name.blade.php
M   resources/views/partials/forms/edit/notes.blade.php
M   resources/views/partials/forms/edit/order_number.blade.php
M   resources/views/partials/forms/edit/phone.blade.php
M   resources/views/partials/forms/edit/purchase_cost.blade.php
M   resources/views/partials/forms/edit/purchase_date.blade.php
M   resources/views/partials/forms/edit/quantity.blade.php
M   resources/views/partials/forms/edit/requestable.blade.php
M   resources/views/partials/forms/edit/serial.blade.php
M   resources/views/partials/forms/edit/status.blade.php
M   resources/views/partials/forms/edit/submit.blade.php
M   resources/views/partials/forms/edit/supplier-select.blade.php
M   resources/views/partials/forms/edit/supplier.blade.php
M   resources/views/partials/forms/edit/user-select.blade.php
M   resources/views/partials/forms/edit/warranty.blade.php
M   resources/views/reports/accessories.blade.php
M   resources/views/reports/activity.blade.php
M   resources/views/reports/asset.blade.php
M   resources/views/reports/asset_maintenances.blade.php
M   resources/views/reports/audit.blade.php
M   resources/views/reports/custom.blade.php
M   resources/views/reports/depreciation.blade.php
M   resources/views/reports/licenses.blade.php
M   resources/views/reports/unaccepted_assets.blade.php
M   resources/views/settings/alerts.blade.php
M   resources/views/settings/api.blade.php
M   resources/views/settings/asset_tags.blade.php
M   resources/views/settings/backups.blade.php
M   resources/views/settings/barcodes.blade.php
M   resources/views/settings/branding.blade.php
M   resources/views/settings/general.blade.php
M   resources/views/settings/labels.blade.php
M   resources/views/settings/ldap.blade.php
M   resources/views/settings/localization.blade.php
M   resources/views/settings/phpinfo.blade.php
M   resources/views/settings/purge-form.blade.php
M   resources/views/settings/purge.blade.php
M   resources/views/settings/security.blade.php
M   resources/views/settings/slack.blade.php
M   resources/views/setup/done.blade.php
M   resources/views/setup/index.blade.php
M   resources/views/setup/migrate.blade.php
M   resources/views/setup/user.blade.php
M   resources/views/statuslabels/view.blade.php
M   resources/views/users/bulk-edit.blade.php
M   resources/views/users/confirm-bulk-delete.blade.php
M   resources/views/users/ldap.blade.php
M   resources/views/users/print.blade.php
M   resources/views/vendor/.gitkeep
M   resources/views/vendor/mail/html/button.blade.php
M   resources/views/vendor/mail/html/footer.blade.php
M   resources/views/vendor/mail/html/header.blade.php
M   resources/views/vendor/mail/html/layout.blade.php
M   resources/views/vendor/mail/html/message.blade.php
M   resources/views/vendor/mail/html/panel.blade.php
M   resources/views/vendor/mail/html/promotion.blade.php
M   resources/views/vendor/mail/html/promotion/button.blade.php
M   resources/views/vendor/mail/html/subcopy.blade.php
M   resources/views/vendor/mail/html/table.blade.php
M   resources/views/vendor/mail/html/themes/default.css
M   resources/views/vendor/mail/markdown/button.blade.php
M   resources/views/vendor/mail/markdown/footer.blade.php
M   resources/views/vendor/mail/markdown/header.blade.php
M   resources/views/vendor/mail/markdown/layout.blade.php
M   resources/views/vendor/mail/markdown/message.blade.php
M   resources/views/vendor/mail/markdown/panel.blade.php
M   resources/views/vendor/mail/markdown/promotion.blade.php
M   resources/views/vendor/mail/markdown/promotion/button.blade.php
M   resources/views/vendor/mail/markdown/subcopy.blade.php
M   resources/views/vendor/mail/markdown/table.blade.php
M   resources/views/vendor/maintenancemode/app-down.blade.php
M   resources/views/vendor/maintenancemode/notification.blade.php
M   resources/views/vendor/notifications/email-plain.blade.php
M   resources/views/vendor/notifications/email.blade.php
M   resources/views/vendor/pagination/bootstrap-4.blade.php
M   resources/views/vendor/pagination/default.blade.php
M   resources/views/vendor/pagination/simple-bootstrap-4.blade.php
M   resources/views/vendor/pagination/simple-default.blade.php
M   resources/views/vendor/passport/authorize.blade.php
M   routes/api.php
M   routes/console.php
M   routes/web.php
M   routes/web/accessories.php
M   routes/web/components.php
M   routes/web/consumables.php
M   routes/web/fields.php
M   routes/web/hardware.php
M   routes/web/licenses.php
M   routes/web/models.php
M   routes/web/users.php
M   sample_csvs/MOCK_ACCESSORIES.csv
M   sample_csvs/MOCK_ASSETS.csv
M   sample_csvs/MOCK_ASSETS_BAD.csv
M   sample_csvs/MOCK_ASSETS_BLANKS.csv
M   sample_csvs/MOCK_CONSUMABLES.csv
M   sample_csvs/MOCK_LICENSES.csv
M   sample_csvs/MOCK_USERS.csv
M   server.php
M   storage/private_uploads/signatures/.gitkeep
M   tests/TODO.testing
M   tests/TestCase.php
M   tests/_bootstrap.php
M   tests/_data/IMPORT_ACCESSORIES.csv
M   tests/_data/IMPORT_ASSETS.csv
M   tests/_data/IMPORT_CONSUMABLES.csv
M   tests/_envs/functional-travis.yml
M   tests/_envs/testing-ci.yml
M   tests/_envs/testing.yml
M   tests/_output/.gitignore
M   tests/_support/AcceptanceTester.php
M   tests/_support/ApiTester.php
M   tests/_support/FunctionalTester.php
M   tests/_support/Helper/Acceptance.php
M   tests/_support/Helper/Api.php
M   tests/_support/Helper/Functional.php
M   tests/_support/Helper/HTMLValidator.php
M   tests/_support/Helper/Unit.php
M   tests/_support/UnitTester.php
M   tests/acceptance.suite.yml
M   tests/acceptance/AccessoriesCept.php
M   tests/acceptance/AssetsCept.php
M   tests/acceptance/CategoriesCept.php
M   tests/acceptance/CompaniesCept.php
M   tests/acceptance/ConsumablesCept.php
M   tests/acceptance/CustomfieldsCept.php
M   tests/acceptance/DepartmentsCept.php
M   tests/acceptance/DepreciationsCept.php
M   tests/acceptance/HomeCept.php
M   tests/acceptance/LocationsCept.php
M   tests/acceptance/ManufacturersCept.php
M   tests/acceptance/StatuslabelsCept.php
M   tests/acceptance/SuppliersCept.php
M   tests/acceptance/UsersCept.php
M   tests/acceptance/_bootstrap.php
M   tests/api.suite.yml
M   tests/api/ApiAccessoriesCest.php
M   tests/api/ApiAssetsCest.php
M   tests/api/ApiCategoriesCest.php
M   tests/api/ApiCheckoutAssetsCest.php
M   tests/api/ApiCompaniesCest.php
M   tests/api/ApiComponentsAssetsCest.php
M   tests/api/ApiComponentsCest.php
M   tests/api/ApiConsumablesCest.php
M   tests/api/ApiLicensesCest.php
M   tests/api/ApiLocationsCest.php
M   tests/api/ApiManufacturersCest.php
M   tests/api/ApiModelsCest.php
M   tests/api/ApiStatusLabelsCest.php
M   tests/api/ApiUsersCest.php
M   tests/api/_bootstrap.php
M   tests/functional.suite.yml
M   tests/functional/AccessoriesCest.php
M   tests/functional/AssetModelsCest.php
M   tests/functional/AssetsCest.php
M   tests/functional/CategoriesCest.php
M   tests/functional/CompaniesCest.php
M   tests/functional/ComponentsCest.php
M   tests/functional/ConsumablesCest.php
M   tests/functional/DepreciationsCest.php
M   tests/functional/GroupsCest.php
M   tests/functional/LicensesCest.php
M   tests/functional/LocationsCest.php
M   tests/functional/ManufacturersCest.php
M   tests/functional/StatusLabelsCest.php
M   tests/functional/SuppliersCest.php
M   tests/functional/UsersCest.php
M   tests/functional/_bootstrap.php
M   tests/functional/func-part-1.txt
M   tests/functional/func-part-2.txt
M   tests/unit.suite.yml
M   tests/unit/AccessoryTest.php
M   tests/unit/AssetMaintenanceTest.php
M   tests/unit/AssetModelTest.php
M   tests/unit/AssetTest.php
M   tests/unit/BaseTest.php
M   tests/unit/CategoryTest.php
M   tests/unit/CompanyTest.php
M   tests/unit/ConsumableTest.php
M   tests/unit/CustomFieldTest.php
M   tests/unit/DepartmentTest.php
M   tests/unit/DepreciationTest.php
M   tests/unit/ImporterTest.php
M   tests/unit/LocationTest.php
M   tests/unit/ManufacturerTest.php
M   tests/unit/NotificationTest.php
M   tests/unit/PermissionsTest.php
M   tests/unit/SnipeModelTest.php
M   tests/unit/StatuslabelTest.php
M   tests/unit/SupplierTest.php
M   tests/unit/UserTest.php
M   tests/unit/_bootstrap.php
M   upgrade.php
M   webpack.mix.js
Your branch is up to date with 'origin/master'.
-- Already up to date.
--------------------------------------------------------
Step 4: Cleaning up old cached files:
--------------------------------------------------------

-- No bootstrap/cache/compiled.php, so nothing to delete.
-- Deleting bootstrap/cache/services.php. It it no longer used.
-- Deleting bootstrap/cache/config.php. It it no longer used.
-- Configuration cache cleared!
-- Cache cleared successfully.
-- Route cache cleared!
-- Compiled views cleared!

--------------------------------------------------------
Step 5: Updating composer dependencies:
(This may take an moment.)
--------------------------------------------------------

-- We couldn't find a local composer.phar - trying globally.

Cannot create cache directory /home/vlsadmin/.composer/cache/repo/https---repo.packagist.org/, or directory is not writable. Proceeding without cache
Cannot create cache directory /home/vlsadmin/.composer/cache/files/, or directory is not writable. Proceeding without cache
Generating optimized autoload files> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
Generated optimized autoload files containing 4406 classes
Cannot create cache directory /home/vlsadmin/.composer/cache/repo/https---repo.packagist.org/, or directory is not writable. Proceeding without cache
Cannot create cache directory /home/vlsadmin/.composer/cache/files/, or directory is not writable. Proceeding without cache
Loading composer repositories with package information
Installing dependencies from lock file
Nothing to install or update
Package mtdowling/cron-expression is abandoned, you should avoid using it. Use dragonmantank/cron-expression instead.
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
    You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-cors
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: eduardokum/laravel-mail-auto-embed
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/passport
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: pragmarx/google2fa-laravel
Discovered Package: rollbar/rollbar-laravel
Discovered Package: schuppo/password-strength
Discovered Package: spatie/laravel-backup
Discovered Package: tightenco/ziggy
Discovered Package: unicodeveloper/laravel-password
Package manifest generated successfully.

Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
    You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-cors
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: eduardokum/laravel-mail-auto-embed
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/passport
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: pragmarx/google2fa-laravel
Discovered Package: rollbar/rollbar-laravel
Discovered Package: schuppo/password-strength
Discovered Package: spatie/laravel-backup
Discovered Package: tightenco/ziggy
Discovered Package: unicodeveloper/laravel-password
Package manifest generated successfully.

--------------------------------------------------------
Step 6: Migrating database:
--------------------------------------------------------

-- Nothing to migrate.

--------------------------------------------------------
Step 7: Checking for OAuth keys:
--------------------------------------------------------

- OAuth keys detected. Skipping passport install.

--------------------------------------------------------
Step 8: Caching routes and config:
--------------------------------------------------------

-- Configuration cache cleared!
Configuration cached successfully!
-- Route cache cleared!
Routes cached successfully!

--------------------------------------------------------
Step 9: Taking application out of maintenance mode:
--------------------------------------------------------

-- Application is now live.

--------------------------------------------------------
FINISHED! Clear your browser cookies and re-login to use :
your upgraded Snipe-IT.
--------------------------------------------------------

Additional context

Add any other context about the problem here. Is it possible the the OS patches have caused the error? I did not get any errors during the OS updates. Linux is not exactly my strongest area.

Please do not post an issue without answering the related questions above. If you have opened a different issue and already answered these questions, answer them again, once for every ticket. It will be next to impossible for us to help you.

nerddeluxe commented 4 years ago

I ended up rebuilding the server from a backup.