diff --git a/app/lang/ar/admin/manufacturers/message.php b/app/lang/ar/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/ar/admin/manufacturers/message.php +++ b/app/lang/ar/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/ar/admin/users/general.php b/app/lang/ar/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/ar/admin/users/general.php +++ b/app/lang/ar/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/ar/admin/users/message.php b/app/lang/ar/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/ar/admin/users/message.php +++ b/app/lang/ar/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/ar/general.php b/app/lang/ar/general.php index 6d4f1a2661..0c66a53513 100755 --- a/app/lang/ar/general.php +++ b/app/lang/ar/general.php @@ -71,7 +71,7 @@ return array( 'settings' => 'الإعدادات', 'sign_in' => 'تسجيل الدخول', 'site_name' => 'إسم الموقع', - 'state' => 'State', + 'state' => 'المنطقة / الولاية', 'status_labels' => 'بطاقات الحالة', 'status' => 'الحالة', 'suppliers' => 'الموردون', diff --git a/app/lang/ar/table.php b/app/lang/ar/table.php index 45f4450358..5105de7073 100755 --- a/app/lang/ar/table.php +++ b/app/lang/ar/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'الإجراءات' + 'actions' => 'الإجراءات', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/cs/admin/manufacturers/message.php b/app/lang/cs/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/cs/admin/manufacturers/message.php +++ b/app/lang/cs/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/cs/admin/users/general.php b/app/lang/cs/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/cs/admin/users/general.php +++ b/app/lang/cs/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/cs/admin/users/message.php b/app/lang/cs/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/cs/admin/users/message.php +++ b/app/lang/cs/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/cs/table.php b/app/lang/cs/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/cs/table.php +++ b/app/lang/cs/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/da/admin/manufacturers/message.php b/app/lang/da/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/da/admin/manufacturers/message.php +++ b/app/lang/da/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/da/admin/users/general.php b/app/lang/da/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/da/admin/users/general.php +++ b/app/lang/da/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/da/admin/users/message.php b/app/lang/da/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/da/admin/users/message.php +++ b/app/lang/da/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/da/table.php b/app/lang/da/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/da/table.php +++ b/app/lang/da/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/de/admin/groups/table.php b/app/lang/de/admin/groups/table.php index 61f060a116..f856be365b 100755 --- a/app/lang/de/admin/groups/table.php +++ b/app/lang/de/admin/groups/table.php @@ -4,6 +4,6 @@ return array( 'id' => 'Id', 'name' => 'Name', - 'users' => '# of Users', + 'users' => '# von Benutzern', ); diff --git a/app/lang/de/admin/groups/titles.php b/app/lang/de/admin/groups/titles.php index 12c333a66f..a89243c10c 100755 --- a/app/lang/de/admin/groups/titles.php +++ b/app/lang/de/admin/groups/titles.php @@ -2,12 +2,12 @@ return array( - 'group_management' => 'Group Management', - 'create_group' => 'Create New Group', - 'edit_group' => 'Edit Group', - 'group_name' => 'Group Name', - 'group_admin' => 'Group Admin', - 'allow' => 'Allow', - 'deny' => 'Deny', + 'group_management' => 'Gruppenverwaltung', + 'create_group' => 'Neue Gruppe erstellen', + 'edit_group' => 'Gruppe editieren', + 'group_name' => 'Gruppenname', + 'group_admin' => 'Gruppenadministrator', + 'allow' => 'Zulassen', + 'deny' => 'Ablehnen', ); diff --git a/app/lang/de/admin/hardware/form.php b/app/lang/de/admin/hardware/form.php index fced863bf8..e9c96d54b0 100755 --- a/app/lang/de/admin/hardware/form.php +++ b/app/lang/de/admin/hardware/form.php @@ -2,9 +2,9 @@ return array( - 'checkedout_to' => 'Checked Out To', - 'checkout_to' => 'Checkout to', - 'cost' => 'Purchase Cost', + 'checkedout_to' => 'Herausgegeben an', + 'checkout_to' => 'Herausgeben an', + 'cost' => 'Einkaufspreis', 'create' => 'Asset erstellen', 'date' => 'Kaufdatum', 'depreciates_on' => 'Depreciates On', @@ -19,11 +19,11 @@ return array( 'model' => 'Modell', 'months' => 'Monate', 'name' => 'Asset Name', - 'notes' => 'Notes', + 'notes' => 'Notizen', 'order' => 'Bestellnummer', 'qr' => 'QR-Code', - 'requestable' => 'Users may request this asset', - 'serial' => 'Serial', + 'requestable' => 'Benutzer dürfen dieses Asset anfordern', + 'serial' => 'Seriennummer', 'status' => 'Status', 'supplier' => 'Lieferant', 'tag' => 'Asset Tag', diff --git a/app/lang/de/admin/hardware/general.php b/app/lang/de/admin/hardware/general.php index 9e7915462f..5b9f361133 100755 --- a/app/lang/de/admin/hardware/general.php +++ b/app/lang/de/admin/hardware/general.php @@ -3,9 +3,9 @@ return array( 'asset' => 'Asset', 'checkin' => 'Checkin Asset', - 'checkout' => 'Checkout Asset to User', - 'clone' => 'Clone Asset', - 'edit' => 'Edit Asset', + 'checkout' => 'Asset an Benutzer herausgeben', + 'clone' => 'Asset duplizieren', + 'edit' => 'Asset editieren', 'pending' => 'Pending Asset', - 'view' => 'View Asset', + 'view' => 'Asset ansehen', ); diff --git a/app/lang/de/admin/hardware/message.php b/app/lang/de/admin/hardware/message.php index 1fa48c329b..52b85c81e2 100755 --- a/app/lang/de/admin/hardware/message.php +++ b/app/lang/de/admin/hardware/message.php @@ -2,37 +2,36 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', - 'does_not_exist' => 'Asset does not exist.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'undeployable' => 'Warnung: Dieses Asset wurde als nicht zur Herausgabe bereit markiert. Falls sich dieser Status geändert hat, aktualisieren Sie bitte den Asset Status.', + 'does_not_exist' => 'Asset existiert nicht.', + 'assoc_users' => 'Dieses Asset ist im Moment an einen Benutzer herausgegeben und kann nicht entfernt werden. Bitte buchen sie das Asset wieder ein und versuchen Sie dann erneut es zu entfernen. ', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'Asset wurde nicht erstellt. Bitte versuchen Sie es erneut. :(', + 'success' => 'Asset wurde erfolgreich erstellt. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.' + 'error' => 'Asset wurde nicht aktualisiert. Bitte versuchen Sie es erneut', + 'success' => 'Asset wurde erfolgreich aktualisiert.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'Sind Sie sicher, dass Sie dieses Asset entfernen möchten?', + 'error' => 'Beim Entfernen dieses Assets ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.', + 'success' => 'Dieses Asset wurde erfolgreich entfernt.' ), 'checkout' => array( - 'error' => 'Asset was not checked out, please try again', - 'success' => 'Asset checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Asset konnte nicht herausgegeben werden. Bitte versuchen Sie es erneut', + 'success' => 'Asset wurde erfolgreich herausgegeben.', + 'user_does_not_exist' => 'Dieser Benutzer existiert nicht. Bitte versuchen Sie es erneut.' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Asset konnte nicht eingebucht werden. Bitte versuchen Sie es erneut', + 'success' => 'Asset wurde erfolgreich eingebucht.', + 'user_does_not_exist' => 'Dieser Benutzer existiert nicht. Bitte versuchen Sie es erneut.' ) ); diff --git a/app/lang/de/admin/manufacturers/message.php b/app/lang/de/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/de/admin/manufacturers/message.php +++ b/app/lang/de/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/de/admin/users/general.php b/app/lang/de/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/de/admin/users/general.php +++ b/app/lang/de/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/de/admin/users/message.php b/app/lang/de/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/de/admin/users/message.php +++ b/app/lang/de/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/de/table.php b/app/lang/de/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/de/table.php +++ b/app/lang/de/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/en-PT/admin/categories/general.php b/app/lang/en-PT/admin/categories/general.php index 4c0658a018..b575d46de9 100755 --- a/app/lang/en-PT/admin/categories/general.php +++ b/app/lang/en-PT/admin/categories/general.php @@ -2,7 +2,7 @@ return array( 'about_asset_categories' => 'About Asset Categories', - 'about_categories' => 'Asset categories help you organize your assets. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use asset categories any way that makes sense for you. ', + 'about_categories' => 'Asset categories help ye organize yer assets. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", \'n so on, but ye can use asset categories any way that makes sense fer ye. ', 'asset_categories' => 'Asset Categories', 'category_name' => 'Category Name', 'create' => 'Create Category', diff --git a/app/lang/en-PT/admin/categories/message.php b/app/lang/en-PT/admin/categories/message.php index c4f947bd3f..7de8dbcb91 100755 --- a/app/lang/en-PT/admin/categories/message.php +++ b/app/lang/en-PT/admin/categories/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Category does not exist.', - 'assoc_users' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', + 'assoc_users' => '‘tis category be currently associated wit\' at least one model \'n cannot be scuttled. update yer models t\' no longer reference ‘tis category \'n try give a go\' again. ', 'create' => array( 'error' => 'Category was not created, please try again.', diff --git a/app/lang/en-PT/admin/licenses/table.php b/app/lang/en-PT/admin/licenses/table.php index dfce4136cb..65c87f5897 100755 --- a/app/lang/en-PT/admin/licenses/table.php +++ b/app/lang/en-PT/admin/licenses/table.php @@ -8,7 +8,7 @@ return array( 'license_email' => 'License Email', 'license_name' => 'Licensed To', 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', + 'purchased' => 'Plundered', 'seats' => 'Seats', 'hardware' => 'Hardware', 'serial' => 'Serial', diff --git a/app/lang/en-PT/admin/manufacturers/message.php b/app/lang/en-PT/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/en-PT/admin/manufacturers/message.php +++ b/app/lang/en-PT/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/en-PT/admin/users/general.php b/app/lang/en-PT/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/en-PT/admin/users/general.php +++ b/app/lang/en-PT/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/en-PT/admin/users/message.php b/app/lang/en-PT/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/en-PT/admin/users/message.php +++ b/app/lang/en-PT/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/en-PT/table.php b/app/lang/en-PT/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/en-PT/table.php +++ b/app/lang/en-PT/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/en/admin/licenses/form.php b/app/lang/en/admin/licenses/form.php index 2cbe183f08..e8f999b77f 100755 --- a/app/lang/en/admin/licenses/form.php +++ b/app/lang/en/admin/licenses/form.php @@ -7,6 +7,7 @@ return array( 'cost' => 'Purchase Cost', 'create' => 'Create License', 'date' => 'Purchase Date', + 'date' => 'Purchase Date', 'depreciation' => 'Depreciation', 'expiration' => 'Expiration Date', 'name' => 'Software Name', @@ -14,7 +15,6 @@ return array( 'notes' => 'Notes', 'order' => 'Order No.', 'purchase_order' => 'Purchase Order Number', - 'remaining_seats' => 'Remaining Seats', 'seats' => 'Seats', 'serial' => 'Serial', 'supplier' => 'Supplier', diff --git a/app/lang/en/general.php b/app/lang/en/general.php index f5afe8dcf2..d954ec382b 100755 --- a/app/lang/en/general.php +++ b/app/lang/en/general.php @@ -8,7 +8,6 @@ return array( 'all' => 'All', 'asset_models' => 'Asset Models', 'asset' => 'Asset', - 'asset_report' => 'Asset Report', 'asset_tag' => 'Asset Tag', 'assets_available' => 'assets available', 'assets' => 'Assets', @@ -29,7 +28,6 @@ return array( 'created_at' => 'Created at', 'currency' => '$', 'current' => 'Current', - 'custom_report' => 'Custom Asset Report', 'date' => 'Date', 'delete' => 'Delete', 'deleted' => 'Deleted', @@ -47,7 +45,6 @@ return array( 'image_upload' => 'Upload Image', 'last_name' => 'Last Name', 'license' => 'License', - 'license_report' => 'License Report', 'licenses_available' => 'licenses available', 'licenses' => 'Licenses', 'list_all' => 'List All', diff --git a/app/lang/es-ES/admin/categories/general.php b/app/lang/es-ES/admin/categories/general.php new file mode 100755 index 0000000000..c4af5748ab --- /dev/null +++ b/app/lang/es-ES/admin/categories/general.php @@ -0,0 +1,11 @@ + 'Información Categorías', + 'about_categories' => 'Las categorías te ayudan a organizar los equipos. Ejemplos de categorías: "PCs", "Portátiles", "Móviles", "Tabletas", etc.', + 'asset_categories' => 'Categorias', + 'category_name' => 'Categoría', + 'create' => 'Crear Categoría', + 'update' => 'Actualizar Categoría', + +); diff --git a/app/lang/es-ES/admin/categories/message.php b/app/lang/es-ES/admin/categories/message.php new file mode 100755 index 0000000000..2976d5d2f2 --- /dev/null +++ b/app/lang/es-ES/admin/categories/message.php @@ -0,0 +1,24 @@ + 'Categoría inexistente.', + 'assoc_users' => 'Esta categoría está asignada al menos a un modelo y no puede ser eliminada.', + + 'create' => array( + 'error' => 'La categoría no se ha creado, intentalo de nuevo.', + 'success' => 'Categoría creada correctamente.' + ), + + 'update' => array( + 'error' => 'La categoría no se ha actualizado, intentalo de nuevo.', + 'success' => 'Categoría actualizada correctamente.' + ), + + 'delete' => array( + 'confirm' => 'Estás seguro de eliminar esta categoría?', + 'error' => 'Ha habido un problema eliminando la categoría. Intentalo de nuevo.', + 'success' => 'Categoría eliminada.' + ) + +); diff --git a/app/lang/es-ES/admin/categories/table.php b/app/lang/es-ES/admin/categories/table.php new file mode 100755 index 0000000000..bcfc6f109a --- /dev/null +++ b/app/lang/es-ES/admin/categories/table.php @@ -0,0 +1,9 @@ + 'ID', + 'parent' => 'Padre', + 'title' => 'Categoría de equipo', + +); diff --git a/app/lang/es-ES/admin/depreciations/general.php b/app/lang/es-ES/admin/depreciations/general.php new file mode 100755 index 0000000000..a907495cd1 --- /dev/null +++ b/app/lang/es-ES/admin/depreciations/general.php @@ -0,0 +1,12 @@ + 'Info Amortización Equipos', + 'about_depreciations' => 'Puedes configurar clases de amortización para amortizar equipos de forma lineal.', + 'asset_depreciations' => 'Amortizaciones', + 'create_depreciation' => 'Crear Amortización', + 'depreciation_name' => 'Nombre Amortización', + 'number_of_months' => 'Meses', + 'update_depreciation' => 'Actualizar Amortización', + +); diff --git a/app/lang/es-ES/admin/depreciations/message.php b/app/lang/es-ES/admin/depreciations/message.php new file mode 100755 index 0000000000..a5dd1791b6 --- /dev/null +++ b/app/lang/es-ES/admin/depreciations/message.php @@ -0,0 +1,25 @@ + 'Clase de amortización inexistente.', + 'assoc_users' => 'Esta amortización está asociada a uno o más modelos y no puede ser eliminada.', + + + 'create' => array( + 'error' => 'Amortización no creada, intentalo de nuevo. :(', + 'success' => 'Amortización creada correctamente. :)' + ), + + 'update' => array( + 'error' => 'Amortización no actualizada, intentalo de nuevo.', + 'success' => 'Amortización actualizada correctamente.' + ), + + 'delete' => array( + 'confirm' => 'Estas seguro que quieres eliminar la Amortización?', + 'error' => 'Amortización no eliminada, intentalo de nuevo.', + 'success' => 'Amortización eliminada correctamente.' + ) + +); diff --git a/app/lang/es-ES/admin/depreciations/table.php b/app/lang/es-ES/admin/depreciations/table.php new file mode 100755 index 0000000000..d0e2f193cc --- /dev/null +++ b/app/lang/es-ES/admin/depreciations/table.php @@ -0,0 +1,10 @@ + 'ID', + 'months' => 'Meses', + 'term' => 'Termina', + 'title' => 'Nombre ', + +); diff --git a/app/lang/es-ES/admin/groups/message.php b/app/lang/es-ES/admin/groups/message.php new file mode 100755 index 0000000000..4b7f99ca54 --- /dev/null +++ b/app/lang/es-ES/admin/groups/message.php @@ -0,0 +1,22 @@ + 'El grupo ya existe!', + 'group_not_found' => 'El grupo [:id] no existe.', + 'group_name_required' => 'El campo nombre es obligatorio', + + 'success' => array( + 'create' => 'Grupo creado.', + 'update' => 'Grupo actualizado.', + 'delete' => 'Grupo eliminado.', + ), + + 'delete' => array( + 'confirm' => 'Seguroq que quieres Eliminar grupo?', + 'create' => 'Ha habido un problema creando el grupo. Vuelve a intentarlo.', + 'update' => 'Ha habido un problema actualizando el grupo. Vuelve a intentarlo.', + 'delete' => 'Ha habido un problema eliminando el grupo. Vuelve a intentarlo.', + ), + +); diff --git a/app/lang/es-ES/admin/groups/table.php b/app/lang/es-ES/admin/groups/table.php new file mode 100755 index 0000000000..c002d06ba8 --- /dev/null +++ b/app/lang/es-ES/admin/groups/table.php @@ -0,0 +1,9 @@ + 'ID', + 'name' => 'Nombre', + 'users' => '# de Usuarios', + +); diff --git a/app/lang/es-ES/admin/groups/titles.php b/app/lang/es-ES/admin/groups/titles.php new file mode 100755 index 0000000000..14baf58853 --- /dev/null +++ b/app/lang/es-ES/admin/groups/titles.php @@ -0,0 +1,13 @@ + 'Gestión de Grupos', + 'create_group' => 'Crear Grupo', + 'edit_group' => 'Editar Grupo', + 'group_name' => 'Nombre de Grupo', + 'group_admin' => 'Admin Grupo', + 'allow' => 'Permitir', + 'deny' => 'Denegar', + +); diff --git a/app/lang/es-ES/admin/hardware/form.php b/app/lang/es-ES/admin/hardware/form.php new file mode 100755 index 0000000000..304b40c41b --- /dev/null +++ b/app/lang/es-ES/admin/hardware/form.php @@ -0,0 +1,34 @@ + 'Asignado a', + 'checkout_to' => 'Asignar a', + 'cost' => 'Precio Compra', + 'create' => 'Crear Equipo', + 'date' => 'Fecha Compra', + 'depreciates_on' => 'Se deprecia en', + 'depreciation' => 'Depreciación', + 'default_location' => 'Ubicación Predeterminada', + 'eol_date' => 'Fecha EOL', + 'eol_rate' => 'Tasa de EOL', + 'expires' => 'Expira', + 'fully_depreciated' => 'Totalmente amortizado', + 'help_checkout' => 'Si desea asignar a este activo inmediatamente, deberá seleccionar "Listo para desplegar" de la lista de estado anterior, o pueden ocurrir cosas inesperadas. ', + 'manufacturer' => 'Fabricante', + 'model' => 'Modelo', + 'months' => 'meses', + 'name' => 'Equipo', + 'notes' => 'Notas', + 'order' => 'Nº Pedido', + 'qr' => 'Código QR', + 'requestable' => 'Los usuarios pueden solicitarlo', + 'serial' => 'N. Serie', + 'status' => 'Estado', + 'supplier' => 'Proveedor', + 'tag' => 'Etiqueta', + 'update' => 'Actualizar Equipo', + 'warranty' => 'Garantía', + 'years' => 'años', +) +; diff --git a/app/lang/es-ES/admin/hardware/general.php b/app/lang/es-ES/admin/hardware/general.php new file mode 100755 index 0000000000..ce4f6018be --- /dev/null +++ b/app/lang/es-ES/admin/hardware/general.php @@ -0,0 +1,11 @@ + 'Equipo', + 'checkin' => 'Quitar Equipo', + 'checkout' => 'Asignar a un usuario', + 'clone' => 'Clonar Equipo', + 'edit' => 'Editar Equipo', + 'pending' => 'Equipo Pendiente', + 'view' => 'Ver Equipo', +); diff --git a/app/lang/es-ES/admin/hardware/message.php b/app/lang/es-ES/admin/hardware/message.php new file mode 100755 index 0000000000..01f96adf52 --- /dev/null +++ b/app/lang/es-ES/admin/hardware/message.php @@ -0,0 +1,37 @@ + 'Atención: Este equipo está marcado como no isntalabre. Si no es correcto, actualiza su estado.', + 'does_not_exist' => 'Equipo inexistente.', + 'assoc_users' => 'Equipo asignado a un usuario, no se puede eliminar.', + + 'create' => array( + 'error' => 'Equipo no creado, intentalo de nuevo. :(', + 'success' => 'Equipo creado. :)' + ), + + 'update' => array( + 'error' => 'Equipo no actualizado, intentalo de nuevo', + 'success' => 'Equipo actualizado.' + ), + + 'delete' => array( + 'confirm' => 'Estás seguro que quieres eliminar el equipo?', + 'error' => 'Equipo no eliminado, intentalo de nuevo.', + 'success' => 'Equipo eliminado.' + ), + + 'checkout' => array( + 'error' => 'Equipo no asignado, intentalo de nuevo', + 'success' => 'Equipo asignado.', + 'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.' + ), + + 'checkin' => array( + 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.', + 'success' => 'Equipo quitado correctamente.', + 'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.' + ) + +); diff --git a/app/lang/es-ES/admin/hardware/table.php b/app/lang/es-ES/admin/hardware/table.php new file mode 100755 index 0000000000..3c1b8100a5 --- /dev/null +++ b/app/lang/es-ES/admin/hardware/table.php @@ -0,0 +1,22 @@ + 'Etiqueta', + 'asset_model' => 'Modelo', + 'book_value' => 'Valor', + 'change' => 'Operación', + 'checkout_date' => 'Fecha de asignación', + 'checkoutto' => 'Asignado', + 'diff' => 'Diferencia', + 'dl_csv' => 'Descargar CSV', + 'eol' => 'EOL', + 'id' => 'ID', + 'location' => 'Localización', + 'purchase_cost' => 'Costo', + 'purchase_date' => 'Comprado', + 'serial' => 'N. Serie', + 'status' => 'Estado', + 'title' => 'Equipo ', + +); diff --git a/app/lang/es-ES/admin/licenses/form.php b/app/lang/es-ES/admin/licenses/form.php new file mode 100755 index 0000000000..f712fb2c2b --- /dev/null +++ b/app/lang/es-ES/admin/licenses/form.php @@ -0,0 +1,25 @@ + 'Equipo', + 'checkin' => 'Quita', + 'cost' => 'Precio Compra', + 'create' => 'Nueva Licencia', + 'date' => 'Fecha Compra', + 'date' => 'Fecha Compra', + 'depreciation' => 'Amortización', + 'expiration' => 'Fecha de vencimiento', + 'name' => 'Aplicación', + 'no_depreciation' => 'No Amortizar', + 'notes' => 'Notas', + 'order' => 'N. Factura', + 'purchase_order' => 'Número de orden de compra', + 'seats' => 'Instalaciones', + 'serial' => 'N. Serie', + 'supplier' => 'Proveedor', + 'to_email' => 'Registrado a Email', + 'to_name' => 'Registrado a Nombre', + 'update' => 'Actualizar Licencia', + 'checkout_help' => 'Puedes asignar la licencia a un equipo a a un usuario. Puedes seleccionarlos a ambos, pero el dueño de la licencia debe ser el mismo usuario al que asignes el equipo.' +); diff --git a/app/lang/es-ES/admin/licenses/general.php b/app/lang/es-ES/admin/licenses/general.php new file mode 100755 index 0000000000..193e928415 --- /dev/null +++ b/app/lang/es-ES/admin/licenses/general.php @@ -0,0 +1,19 @@ + 'Quitar Instalación', + 'checkout_history' => 'Historial Asignaciones', + 'checkout' => 'Asignar Instalación', + 'edit' => 'Editar Usuario', + 'clone' => 'Clonar Usuario', + 'history_for' => 'Historial para ', + 'in_out' => 'Quita/Asigna', + 'info' => 'Info Licencia', + 'license_seats' => 'Num. Instalaciones', + 'seat' => 'Instalación', + 'seats' => 'Instalaciones', + 'software_licenses' => 'Licencias Software', + 'user' => 'Usuario', + 'view' => 'Ver Licencias', +); diff --git a/app/lang/es-ES/admin/licenses/message.php b/app/lang/es-ES/admin/licenses/message.php new file mode 100755 index 0000000000..e7c46e39b1 --- /dev/null +++ b/app/lang/es-ES/admin/licenses/message.php @@ -0,0 +1,38 @@ + 'Categoría inexistente.', + 'user_does_not_exist' => 'Usuario inexistente.', + 'asset_does_not_exist' => 'El equipo que intentas asignar a esta licencia no existe.', + 'owner_doesnt_match_asset' => 'El equipo al que estas intentando asignar esta licenciam, está asignado a un usuario diferente que el de la licencia.', + 'assoc_users' => 'Esta categoría está asignada al menos a un modelo y no puede ser eliminada.', + + + 'create' => array( + 'error' => 'La categoría no se ha creado, intentalo de nuevo.', + 'success' => 'Categoría creada correctamente.' + ), + + 'update' => array( + 'error' => 'La categoría no se ha actualizado, intentalo de nuevo.', + 'success' => 'Categoría actualizada correctamente.' + ), + + 'delete' => array( + 'confirm' => 'Estás seguro de eliminar esta categoría?', + 'error' => 'Ha habido un problema eliminando la categoría. Intentalo de nuevo.', + 'success' => 'Categoría eliminada.' + ), + + 'checkout' => array( + 'error' => 'Equipo no asignado, intentalo de nuevo', + 'success' => 'Equipo asignado.' + ), + + 'checkin' => array( + 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.', + 'success' => 'Equipo quitado correctamente.' + ), + +); diff --git a/app/lang/es-ES/admin/licenses/table.php b/app/lang/es-ES/admin/licenses/table.php new file mode 100755 index 0000000000..c5b82e4147 --- /dev/null +++ b/app/lang/es-ES/admin/licenses/table.php @@ -0,0 +1,17 @@ + 'Asignada a', + 'checkout' => 'Quita/Asigna', + 'id' => 'ID', + 'license_email' => 'Email', + 'license_name' => 'Licenciado a', + 'purchase_date' => 'Fecha Compra', + 'purchased' => 'Comprada', + 'seats' => 'Instalaciones', + 'hardware' => 'Equipo', + 'serial' => 'N. Serie', + 'title' => 'Categoría de equipo', + +); diff --git a/app/lang/es-ES/admin/locations/message.php b/app/lang/es-ES/admin/locations/message.php new file mode 100755 index 0000000000..23e117dfb2 --- /dev/null +++ b/app/lang/es-ES/admin/locations/message.php @@ -0,0 +1,25 @@ + 'Localización no existente.', + 'assoc_users' => 'Esta localización está asignada al menos a un usuario y no puede ser eliminada. ', + + + 'create' => array( + 'error' => 'Localización no creada, Intentalo de nuevo.', + 'success' => 'Localización creada.' + ), + + 'update' => array( + 'error' => 'Localización no actualizada, Intentalo de nuevo', + 'success' => 'Localización actualizada.' + ), + + 'delete' => array( + 'confirm' => '¿Está seguro que desea eliminar esta ubicación?', + 'error' => 'Localización no eliminada por un problema. Intentalo de nuevo.', + 'success' => 'Localización eliminada.' + ) + +); diff --git a/app/lang/es-ES/admin/locations/table.php b/app/lang/es-ES/admin/locations/table.php new file mode 100755 index 0000000000..fa1ea28473 --- /dev/null +++ b/app/lang/es-ES/admin/locations/table.php @@ -0,0 +1,15 @@ + 'ID', + 'city' => 'Ciudad', + 'state' => 'Provincia', + 'country' => 'Pais', + 'create' => 'Crear Localización', + 'update' => 'Actualizar Localización', + 'name' => 'Nombre Localización', + 'address' => 'Dirección', + 'zip' => 'Códio Postal', + 'locations' => 'Localizaciones', +); diff --git a/app/lang/es-ES/admin/manufacturers/message.php b/app/lang/es-ES/admin/manufacturers/message.php new file mode 100755 index 0000000000..767b223d47 --- /dev/null +++ b/app/lang/es-ES/admin/manufacturers/message.php @@ -0,0 +1,24 @@ + 'Fabricante inexistente.', + 'assoc_users' => 'Este Fabricante está asociado al menos a un modelo y no puede ser eliminado', + + 'create' => array( + 'error' => 'Fabricante no creado, Intentalo de nuevo.', + 'success' => 'Fabricante creado.' + ), + + 'update' => array( + 'error' => 'Fabricante no actualizado, Intentalo de nuevo', + 'success' => 'Fabricante actualizado.' + ), + + 'delete' => array( + 'confirm' => 'Estás seguro que quieres eliminar Fabricante?', + 'error' => 'Hubo un problema eliminando el fabricante. Por favor, inténtalo de nuevo.', + 'success' => 'Fabricante Eliminado.' + ) + +); diff --git a/app/lang/es-ES/admin/manufacturers/table.php b/app/lang/es-ES/admin/manufacturers/table.php new file mode 100755 index 0000000000..d314b0d02b --- /dev/null +++ b/app/lang/es-ES/admin/manufacturers/table.php @@ -0,0 +1,11 @@ + 'Fabricantes', + 'create' => 'Crear Fabricante', + 'id' => 'ID', + 'name' => 'Nombre Fabricante', + 'update' => 'Actualizar Fabricante', + +); diff --git a/app/lang/es-ES/admin/models/message.php b/app/lang/es-ES/admin/models/message.php new file mode 100755 index 0000000000..751ec1e5fb --- /dev/null +++ b/app/lang/es-ES/admin/models/message.php @@ -0,0 +1,25 @@ + 'Modelo inexistente.', + 'assoc_users' => 'Este modelo está asignado a uno o más equipos y no puede ser eliminado', + + + 'create' => array( + 'error' => 'Modelo no creado, Intentalo de nuevo.', + 'success' => 'Modelo creado.' + ), + + 'update' => array( + 'error' => 'Modelo no actualizado, Intentalo de nuevo', + 'success' => 'Modelo actualizado.' + ), + + 'delete' => array( + 'confirm' => 'Estás seguro de querer eliminar el Modelo?', + 'error' => 'Ha habido un problema al eliminar el Modelo. Intentalo de nuevo.', + 'success' => 'Modelo eliminado.' + ) + +); diff --git a/app/lang/es-ES/admin/models/table.php b/app/lang/es-ES/admin/models/table.php new file mode 100755 index 0000000000..23298d575a --- /dev/null +++ b/app/lang/es-ES/admin/models/table.php @@ -0,0 +1,17 @@ + 'Crear Modelo Equipo', + 'created_at' => 'Creado el', + 'eol' => 'EOL', + 'modelnumber' => 'Modelo No.', + 'name' => 'Nombre Modelo', + 'numassets' => 'Equipos', + 'title' => 'Modelos Equipos', + 'update' => 'Actualizar Modelo', + 'view' => 'Ver Modelo', + 'update' => 'Actualizar Modelo', + 'clone' => 'Clonar Modelo', + 'edit' => 'Editar Modelo', +); diff --git a/app/lang/es-ES/admin/settings/general.php b/app/lang/es-ES/admin/settings/general.php new file mode 100755 index 0000000000..f78f3a3af5 --- /dev/null +++ b/app/lang/es-ES/admin/settings/general.php @@ -0,0 +1,22 @@ + 'Mostrar Nombre Equipo', + 'display_checkout_date' => 'Mostrar Fecha de Salida', + 'display_eol' => 'Mostrar EOL', + 'display_qr' => 'Mostrar Códigos QR', + 'info' => 'Estos parámetros permirten personalizar ciertos aspectos de la aplicación.', + 'laravel' => 'Versión de Laravel', + 'per_page' => 'Resultados por página', + 'php' => 'Versión de PHP', + 'php_gd_info' => 'Debes instalar php-gd para mostrar Códigos QR, ver instrucciones de instalación en .', + 'php_gd_warning' => 'PHP Image Processing y GD plugin NO instalados.', + 'qr_help' => 'Activa Códigos QR antes para poder ver esto', + 'qr_text' => 'Texto Código QR', + 'setting' => 'Parámetro', + 'settings' => 'Configuración', + 'site_name' => 'Nombre del sitio', + 'system' => 'Información del Sistema', + 'update' => 'Actualizar Parámetros', + 'value' => 'Valor', +); diff --git a/app/lang/es-ES/admin/settings/message.php b/app/lang/es-ES/admin/settings/message.php new file mode 100755 index 0000000000..c7d3269e83 --- /dev/null +++ b/app/lang/es-ES/admin/settings/message.php @@ -0,0 +1,11 @@ + array( + 'error' => 'Ha ocurrido un error al actualizar. ', + 'success' => 'Parámetros actualizados correctamente.' + ), + +); diff --git a/app/lang/es-ES/admin/statuslabels/message.php b/app/lang/es-ES/admin/statuslabels/message.php new file mode 100755 index 0000000000..4c445e36ac --- /dev/null +++ b/app/lang/es-ES/admin/statuslabels/message.php @@ -0,0 +1,25 @@ + 'Localización no existente.', + 'assoc_users' => 'Localización asociada con al menos un usuario, no puede eliminarse. Actualize los usuarios para que no la usen e intente de nuevo. ', + + + 'create' => array( + 'error' => 'Localización no creada, por favor intete de nuevo.', + 'success' => 'Localización creada correctamente.' + ), + + 'update' => array( + 'error' => 'Localización no actualizada, por favor intete de nuevo', + 'success' => 'Localización actualizada correctamente.' + ), + + 'delete' => array( + 'confirm' => 'Confirma el borrado de la etiqueta de estado?', + 'error' => 'Ha sucedido un error eliminando la localización, inetente de nuevo.', + 'success' => 'Localización eliminada correctamente.' + ) + +); diff --git a/app/lang/es-ES/admin/statuslabels/table.php b/app/lang/es-ES/admin/statuslabels/table.php new file mode 100755 index 0000000000..265c53d976 --- /dev/null +++ b/app/lang/es-ES/admin/statuslabels/table.php @@ -0,0 +1,10 @@ + 'Estado', + 'title' => 'Etiquetas Estado', + 'update' => 'Actualizar Etiqueta Estado', + 'create' => 'Crear Etiqueta Estado', + 'about' => 'Info Etiquetas Estado', + 'info' => 'Las etiquetas de estado son usadas para describir las razobes por las que un equipo no puede ser instalado. Puede estar estropeado, en proceso de diagnóstico, en reparación, perdido o robado,etc.', +); diff --git a/app/lang/es-ES/admin/suppliers/message.php b/app/lang/es-ES/admin/suppliers/message.php new file mode 100755 index 0000000000..ec02db501a --- /dev/null +++ b/app/lang/es-ES/admin/suppliers/message.php @@ -0,0 +1,24 @@ + 'Proveedor does not exist.', + 'assoc_users' => 'Este proveedor esta asociado a uno o más modelos y no puede ser eliminado. ', + + 'create' => array( + 'error' => 'Proveedor no creado, Intentalo de nuevo.', + 'success' => 'Proveedor creado.' + ), + + 'update' => array( + 'error' => 'Proveedor no actualizado, Intentalo de nuevo', + 'success' => 'Proveedor actualizado.' + ), + + 'delete' => array( + 'confirm' => 'Estás seguro de querer eliminar este Proveedor?', + 'error' => 'Ha habido un problema eliminando el Proveedor. Intentalo de nuevo.', + 'success' => 'Proveedor eliminado.' + ) + +); diff --git a/app/lang/es-ES/admin/suppliers/table.php b/app/lang/es-ES/admin/suppliers/table.php new file mode 100755 index 0000000000..01605ed3e6 --- /dev/null +++ b/app/lang/es-ES/admin/suppliers/table.php @@ -0,0 +1,25 @@ + 'Dirección del Proveedor', + 'assets' => 'Equipos', + 'city' => 'Ciudad', + 'contact' => 'Nombre Contacto', + 'country' => 'Pais', + 'create' => 'Crear Proveedor', + 'email' => 'Email', + 'fax' => 'Fax', + 'id' => 'ID', + 'licenses' => 'Licencias', + 'name' => 'Nombre', + 'notes' => 'Notas', + 'phone' => 'Teléfono', + 'state' => 'Provincia', + 'suppliers' => 'Proveedores', + 'update' => 'Actualizar Proveedor', + 'url' => 'URL', + 'view' => 'Ver Proveedor', + 'view_assets_for' => 'Ver Equipos para', + 'zip' => 'Código Postal', + +); diff --git a/app/lang/es-ES/admin/users/general.php b/app/lang/es-ES/admin/users/general.php new file mode 100755 index 0000000000..b328f84c6b --- /dev/null +++ b/app/lang/es-ES/admin/users/general.php @@ -0,0 +1,14 @@ + 'Assets asigned to :name', + 'clone' => 'Clonar Usuario', + 'contact_user' => 'Contact :name', + 'edit' => 'Editar Usuario', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', + ); diff --git a/app/lang/es-ES/admin/users/message.php b/app/lang/es-ES/admin/users/message.php new file mode 100755 index 0000000000..17f7f3760b --- /dev/null +++ b/app/lang/es-ES/admin/users/message.php @@ -0,0 +1,31 @@ + 'El Usuario ya existe!', + 'user_not_found' => 'Usuario [:id] no existe.', + 'user_login_required' => 'El campo Usuario es obligatorio', + 'user_password_required' => 'El password es obligatorio.', + 'insufficient_permissions' => 'No tiene permiso.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + + + 'success' => array( + 'create' => 'Usuario correctamente creado.', + 'update' => 'Usuario correctamente actualizado.', + 'delete' => 'Usuario correctamente eliminado.', + 'ban' => 'Usuario correctamente bloqueado.', + 'unban' => 'Usuario correctamente desbloqueado.', + 'suspend' => 'Usuario correctamente suspendido.', + 'unsuspend' => 'Usuario correctamente no suspendido.', + 'restored' => 'Usuario correctamente restaurado.' + ), + + 'error' => array( + 'create' => 'Ha habido un problema creando el Usuario. Intentalo de nuevo.', + 'update' => 'Ha habido un problema actualizando el Usuario. Intentalo de nuevo.', + 'delete' => 'Ha habido un problema eliminando el Usuario. Intentalo de nuevo.', + 'unsuspend' => 'Ha habido un problema marcando como no suspendido el Usuario. Intentalo de nuevo.' + ), + +); diff --git a/app/lang/es-ES/admin/users/table.php b/app/lang/es-ES/admin/users/table.php new file mode 100755 index 0000000000..80633bfcde --- /dev/null +++ b/app/lang/es-ES/admin/users/table.php @@ -0,0 +1,30 @@ + 'Activo', + 'allow' => 'Permitir', + 'checkedout' => 'Equipos', + 'created_at' => 'Creado', + 'createuser' => 'Crear Usuario', + 'deny' => 'Denegar', + 'email' => 'Email', + 'employee_num' => 'No. Empleado', + 'first_name' => 'Nombre', + 'groupnotes' => 'Selecciona grupo que se asigna al usuario, recuerda que el usuario tiene los permisos del grupo al que se asigna.', + 'id' => 'ID', + 'inherit' => 'Hereda de', + 'job' => 'Departamento', + 'last_login' => 'Ultimo Login', + 'last_name' => 'Apellidos', + 'location' => 'Localización', + 'manager' => 'Responsable', + 'name' => 'Usuario', + 'password_confirm' => 'Confirmar Password', + 'password' => 'Contraseña', + 'phone' => 'Teléfono', + 'title' => 'Puesto', + 'updateuser' => 'Actualizar Usuario', + 'cloneuser' => 'Clonar Usuario', + 'viewusers' => 'Ver Usuarios', +); diff --git a/app/lang/es-ES/auth/message.php b/app/lang/es-ES/auth/message.php new file mode 100755 index 0000000000..a72d716b43 --- /dev/null +++ b/app/lang/es-ES/auth/message.php @@ -0,0 +1,36 @@ + 'Ya existe un usuario con este e-mail.', + 'account_not_found' => 'E-Mail o password incorrectos.', + 'account_not_activated' => 'Este usuario no está activado.', + 'account_suspended' => 'Este usuario está desactivado.', + 'account_banned' => 'Este usuario ha sido expulsado.', + + 'signin' => array( + 'error' => 'Ha habido un problema al iniciar sesión. Por favor, vuelve a intentarlo.', + 'success' => 'has iniciado sesión correctamente.', + ), + + 'signup' => array( + 'error' => 'Ha habido un problema al crear la cuenta. Por favor, vuelve a intentarlo.', + 'success' => 'Cuenta creada correctamente.', + ), + + 'forgot-password' => array( + 'error' => 'Ha habido un problema al intentar resetear el password. Por favor, vuelve a intentarlo.', + 'success' => 'Email de recuperación de password enviado.', + ), + + 'forgot-password-confirm' => array( + 'error' => 'Ha habido un problema al intentar resetear el password. Por favor, vuelve a intentarlo.', + 'success' => 'El password ha sido reseteado correctamente.', + ), + + 'activate' => array( + 'error' => 'Ha habido un problema al intentar activar la cuenta. Por favor, vuelve a intentarlo..', + 'success' => 'Cuenta correctamente activada.', + ), + +); diff --git a/app/lang/es-ES/button.php b/app/lang/es-ES/button.php new file mode 100755 index 0000000000..d60e0f9c8c --- /dev/null +++ b/app/lang/es-ES/button.php @@ -0,0 +1,11 @@ + 'Editar', + 'delete' => 'Borrar', + 'restore' => 'Restaurar', + 'actions' => 'Acciones', + 'submit' => 'Enviar', + +); diff --git a/app/lang/es-ES/general.php b/app/lang/es-ES/general.php new file mode 100755 index 0000000000..445283445c --- /dev/null +++ b/app/lang/es-ES/general.php @@ -0,0 +1,90 @@ + 'Dirección', + 'admin' => 'Admin', + 'all_assets' => 'Todos los Equipos', + 'all' => 'Todos los', + 'asset_models' => 'Modelos', + 'asset' => 'Equipo', + 'asset_tag' => 'Etiqueta', + 'assets_available' => 'equipos disponibles', + 'assets' => 'Equipos', + 'avatar_delete' => 'Eliminar Avatar', + 'avatar_upload' => 'Subir Avatar', + 'back' => 'Atras', + 'cancel' => 'Cancelar', + 'categories' => 'Categorias', + 'category' => 'Categoria', + 'changeemail' => 'Cambiar Email', + 'changepassword' => 'Cambiar Password', + 'checkin' => 'Quitar Equipo', + 'checkout' => 'Asignar a un usuario', + 'city' => 'Ciudad', + 'country' => 'Pais', + 'create' => 'Crear Localización', + 'created_asset' => 'equipo creado', + 'created_at' => 'Creado el', + 'currency' => '€', + 'current' => 'Actual', + 'date' => 'Fecha Compra', + 'delete' => 'Borrar', + 'deleted' => 'Borrado', + 'deployed' => 'Instalados - ', + 'depreciation_report' => 'Informe de amortización', + 'depreciation' => 'Amortización', + 'editprofile' => 'Editar Perfil', + 'eol' => 'EOL', + 'first_name' => 'Nombre', + 'groups' => 'Grupos', + 'gravatar_email' => 'Gravatar Email', + 'history_for' => 'Historial de', + 'id' => 'Id', + 'image_delete' => 'Borrar imagen', + 'image_upload' => 'Enviar imagen', + 'last_name' => 'Apellidos', + 'license' => 'Licencia', + 'licenses_available' => 'licencias libres', + 'licenses' => 'Licencias', + 'list_all' => 'Listar Todo', + 'location' => 'Localización', + 'locations' => 'Localizaciones', + 'logout' => 'Desconexión', + 'manufacturer' => 'Fabricante', + 'manufacturers' => 'Fabricantes', + 'model_no' => 'Modelo No.', + 'months' => 'Meses', + 'moreinfo' => 'Más Info', + 'name' => 'Nombre Localización', + 'no_depreciation' => 'No Amortizar', + 'no_results' => 'Sin Resultados.', + 'no' => 'No', + 'notes' => 'Notas', + 'pending' => 'Equipo Pendiente', + 'people' => 'Usuarios', + 'per_page' => 'Resultados Por Pag', + 'profile' => 'Perfil', + 'ready_to_deploy' => 'Disponibles', + 'reports' => 'Informes', + 'save' => 'Guardar', + 'settings' => 'Opciones', + 'sign_in' => 'Entrar', + 'site_name' => 'Sitio', + 'state' => 'Provincia', + 'status_labels' => 'Etiquetas Estados', + 'status' => 'Estados', + 'suppliers' => 'Proveedores', + 'total_assets' => 'Equipos', + 'total_licenses' => 'licencias totales', + 'undeployable' => 'No Instalable', + 'unknown_admin' => 'Admin Desconocido', + 'user' => 'Usuario', + 'viewassets' => 'Ver Equipos Asignados', + 'website' => 'Sitio web', + 'welcome' => 'Bienvenido, :name', + 'years' => 'años', + 'yes' => 'Si', + 'zip' => 'Códio Postal', + +); diff --git a/app/lang/es-ES/pagination.php b/app/lang/es-ES/pagination.php new file mode 100755 index 0000000000..9cbe91da30 --- /dev/null +++ b/app/lang/es-ES/pagination.php @@ -0,0 +1,20 @@ + '« Anterior', + + 'next' => 'Siguiente »', + +); diff --git a/app/lang/es-ES/reminders.php b/app/lang/es-ES/reminders.php new file mode 100755 index 0000000000..0f168fec4b --- /dev/null +++ b/app/lang/es-ES/reminders.php @@ -0,0 +1,24 @@ + "Los passwords deben tener mínimo 6 caracteres y coincidir.", + + "user" => "Usuario o E-Mail incorrectos", + + "token" => "El token para resetear el password no es válido.", + + "sent" => "Si existe cuenta con el e-mail introducido, se enviará mensaje para resetear el password!", + +); diff --git a/app/lang/es-ES/table.php b/app/lang/es-ES/table.php new file mode 100755 index 0000000000..9c76f36f54 --- /dev/null +++ b/app/lang/es-ES/table.php @@ -0,0 +1,9 @@ + 'Acciones', + 'action' => 'Action', + 'by' => 'By', + +); diff --git a/app/lang/es-ES/validation.php b/app/lang/es-ES/validation.php new file mode 100755 index 0000000000..6ddce650d6 --- /dev/null +++ b/app/lang/es-ES/validation.php @@ -0,0 +1,95 @@ + ":attribute debe ser aceptado.", + "active_url" => ":attribute no es una URL correcta.", + "after" => ":attribute debe ser posterior a :date.", + "alpha" => ":attribute solo acepta letras.", + "alpha_dash" => ":attribute solo acepta letras, números y guiones.", + "alpha_num" => ":attribute solo acepta letras y números.", + "before" => ":attribute debe ser anterior a :date.", + "between" => array( + "numeric" => ":attribute debe estar entre :min - :max.", + "file" => ":attribute debe estar entre :min - :max kilobytes.", + "string" => ":attribute debe estar entre :min - :max caracteres.", + ), + "confirmed" => ":attribute la confirmación no coincide.", + "date" => ":attribute no es una fecha correcta.", + "date_format" => ":attribute no cumple el formato :format.", + "different" => ":attribute y :other deben ser diferentes.", + "digits" => ":attribute debe tener :digits dígitos.", + "digits_between" => ":attribute debe tener entre :min y :max dígitos.", + "email" => ":attribute formato incorrecto.", + "exists" => "El :attribute seleccionado no es correcto.", + "image" => ":attribute debe ser una imagen.", + "in" => "El :attribute seleccionado no es correcto.", + "integer" => ":attribute debe ser un número entero.", + "ip" => ":attribute debe ser una dirección IP correcta.", + "max" => array( + "numeric" => ":attribute no debe ser mayor que :max.", + "file" => ":attribute no debe ser mayor que :max kilobytes.", + "string" => ":attribute no debe tener como máximo :max caracteres.", + ), + "mimes" => ":attribute debe ser un archivo del tipo: :values.", + "min" => array( + "numeric" => ":attribute debe ser como mínimo :min.", + "file" => ":attribute debe ser como mínimo de :min kilobytes.", + "string" => ":attribute debe contener como mínimo :min caracteres.", + ), + "not_in" => "El :attribute seleccionado no es correcto.", + "numeric" => ":attribute debe ser un número.", + "regex" => ":attribute formato incorrecto.", + "required" => ":attribute es obligatorio.", + "required_if" => ":attribute es obligatrio cuando :other es :value.", + "required_with" => ":attribute es obligatrio cuando :values es present.", + "required_without" => ":attribute es obligatrio cuando :values es not present.", + "same" => ":attribute y :other deben coincidir.", + "size" => array( + "numeric" => ":attribute debe tener :size.", + "file" => ":attribute debe tener :size kilobytes.", + "string" => ":attribute debe tener :size caracteres.", + ), + "unique" => ":attribute ya ha sido introducido.", + "url" => ":attribute formato incorrecto.", + + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => array(), + 'alpha_space' => ":attribute solo acepta letras, comas, espacios, números y guiones.", + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => array(), + +); diff --git a/app/lang/fi/admin/manufacturers/message.php b/app/lang/fi/admin/manufacturers/message.php index 1aa08fee5d..9b42ab2641 100755 --- a/app/lang/fi/admin/manufacturers/message.php +++ b/app/lang/fi/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Oletko varma että haluat poistaa tämän valmistajan?', - 'error' => 'Blogiviestin poistossa tapahtui virhe. Yritä uudelleen.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'Valmistaja poistettiin onnistuneesti.' ) diff --git a/app/lang/fi/admin/users/general.php b/app/lang/fi/admin/users/general.php index 360f2212af..7f6fdef24a 100755 --- a/app/lang/fi/admin/users/general.php +++ b/app/lang/fi/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Muokkaa käyttäjää', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Monista Käyttäjä', + 'contact_user' => 'Contact :name', + 'edit' => 'Muokkaa käyttäjää', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/fi/admin/users/message.php b/app/lang/fi/admin/users/message.php index 0f65ce6996..59d0d1ad19 100755 --- a/app/lang/fi/admin/users/message.php +++ b/app/lang/fi/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'Käyttäjää on jo luotu!', - 'user_not_found' => 'Käyttäjää [:id] ei löydy.', - 'user_login_required' => 'Käyttäjätunnus vaaditaan', - 'user_password_required' => 'Salasana vaaditaan.', - 'insufficient_permissions' => 'Riittämättömät Oikeudet.', + 'user_exists' => 'Käyttäjää on jo luotu!', + 'user_not_found' => 'Käyttäjää [:id] ei löydy.', + 'user_login_required' => 'Käyttäjätunnus vaaditaan', + 'user_password_required' => 'Salasana vaaditaan.', + 'insufficient_permissions' => 'Riittämättömät Oikeudet.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'Käyttäjä luotiin onnistuneesti.', diff --git a/app/lang/fi/table.php b/app/lang/fi/table.php index a9412a17e9..e90db40439 100755 --- a/app/lang/fi/table.php +++ b/app/lang/fi/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Toiminnot' + 'actions' => 'Toiminnot', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/fr/admin/categories/message.php b/app/lang/fr/admin/categories/message.php index 725b87342e..01edc754eb 100755 --- a/app/lang/fr/admin/categories/message.php +++ b/app/lang/fr/admin/categories/message.php @@ -6,12 +6,12 @@ return array( 'assoc_users' => 'Cette catégorie est associée au moins à un modèle et ne peut être supprimée. Veuillez actualiser vos modèles pour ne plus référencer cette catégorie et réessayer. ', 'create' => array( - 'error' => 'Cette catégorie n\'a pas été actualisée, veuillez réessayer.', + 'error' => 'Cette catégorie n\'a pas été créée, veuillez réessayer.', 'success' => 'Catégorie créée correctement.' ), 'update' => array( - 'error' => 'Catégorie n\'était pas mis à jour, veuillez réessayer', + 'error' => 'Catégorie n\'a pas été actualisée, veuillez réessayer', 'success' => 'Catégorie actualisée correctement.' ), diff --git a/app/lang/fr/admin/hardware/general.php b/app/lang/fr/admin/hardware/general.php index 2f88686564..5e3ef41299 100755 --- a/app/lang/fr/admin/hardware/general.php +++ b/app/lang/fr/admin/hardware/general.php @@ -1,11 +1,11 @@ 'Atout', - 'checkin' => 'Checkin Asset', - 'checkout' => 'Checkout Asset to User', - 'clone' => 'Clone Asset', - 'edit' => 'Edit Asset', - 'pending' => 'Pending Asset', - 'view' => 'View Asset', + 'asset' => 'Biens', + 'checkin' => 'Retour des Biens', + 'checkout' => 'Sortie des Biens', + 'clone' => 'Cloner le Bien', + 'edit' => 'Editer le Bien', + 'pending' => 'Bien en Attente', + 'view' => 'Voir le Bien', ); diff --git a/app/lang/fr/admin/hardware/message.php b/app/lang/fr/admin/hardware/message.php index 1fa48c329b..918b2ca4f5 100755 --- a/app/lang/fr/admin/hardware/message.php +++ b/app/lang/fr/admin/hardware/message.php @@ -2,37 +2,37 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', - 'does_not_exist' => 'Asset does not exist.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'undeployable' => 'Attention: Ce bien a été marqué indisponible. + Si ce statut a changé, veuillez l\'actualiser.', + 'does_not_exist' => 'Ce bien n\'existe pas.', + 'assoc_users' => 'Ce bien est marqué sorti par un utilisateur et ne peut être supprimé. Veuillez d\'abord cliquer sur Retour de Biens, et réessayer.', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'Ce bien n\'a pas été créé, veuillez réessayer. :(', + 'success' => 'Bien créé correctement. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.' + 'error' => 'Ce bien n\'a pas été actualisé, veuillez réessayer', + 'success' => 'Bien actualisé correctement.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'Etes-vous sûr de vouloir supprimer ce bien?', + 'error' => 'Il y a eu un problème en supprimant ce bien. Veuillez réessayer.', + 'success' => 'Ce bien a été supprimé correctement.' ), 'checkout' => array( - 'error' => 'Asset was not checked out, please try again', - 'success' => 'Asset checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Ce bien n\'a pas été sorti, veuillez réessayer', + 'success' => 'Ce bien a été sorti correctement.', + 'user_does_not_exist' => 'Cet utilisateur est invalide. Veuillez réessayer.' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Ce bien n\'a pas été retourné, veuillez réessayer', + 'success' => 'Ce bien a été retourné correctement.', + 'user_does_not_exist' => 'Cet utilisateur est invalide. Veuillez réessayer.' ) ); diff --git a/app/lang/fr/admin/locations/message.php b/app/lang/fr/admin/locations/message.php index b2277f9a9d..0f78a9c39e 100755 --- a/app/lang/fr/admin/locations/message.php +++ b/app/lang/fr/admin/locations/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Location does not exist.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', + 'does_not_exist' => 'Le lieu n\'existe pas.', + 'assoc_users' => 'Ce lieu est actuellement associé avec au moins un utilisateur et ne peut pas être supprimé. Veuillez mettre à jour vos utilisateurs pour ne plus faire référence à ce lieu et essayez à nouveau. ', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'Le lieu n\'a pas été créé, veuillez essayer à nouveau.', + 'success' => 'Le lieu a été créé avec succès.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'Le lieu n\'a pas été mis à jour, veuillez essayer à nouveau', + 'success' => 'Le lieu a été mis à jour avec succès.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this location?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => 'Êtes-vous sûr de vouloir supprimer ce lieu ?', + 'error' => 'Un problème a eu lieu pendant la suppression du lieu. Veuillez essayer à nouveau.', + 'success' => 'Le lieu a été supprimé avec succès.' ) ); diff --git a/app/lang/fr/admin/locations/table.php b/app/lang/fr/admin/locations/table.php index 4c2c86d330..1fbffd150a 100755 --- a/app/lang/fr/admin/locations/table.php +++ b/app/lang/fr/admin/locations/table.php @@ -3,13 +3,13 @@ return array( 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', + 'city' => 'Ville', + 'state' => 'État', + 'country' => 'Pays', + 'create' => 'Créer un lieu', + 'update' => 'Mettre à jour le lieu', + 'name' => 'Nom du lieu', + 'address' => 'Adresse', + 'zip' => 'Code postal', + 'locations' => 'Lieux', ); diff --git a/app/lang/fr/admin/manufacturers/message.php b/app/lang/fr/admin/manufacturers/message.php index 3f6fa770b0..27c5f51a54 100755 --- a/app/lang/fr/admin/manufacturers/message.php +++ b/app/lang/fr/admin/manufacturers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Manufacturer does not exist.', - 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + 'does_not_exist' => 'Le fabricant n\'existe pas.', + 'assoc_users' => 'Ce fabricant est actuellement associé avec au moins un modèle et ne peut pas être supprimé. Veuillez mettre à jour les modèles pour ne plus référencer un fabricant et essayer à nouveau. ', 'create' => array( - 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.' + 'error' => 'Le fabricant n\'a pas été créé, veuillez essayer à nouveau.', + 'success' => 'Le fabricant a été créé avec succès.' ), 'update' => array( - 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.' + 'error' => 'Le fabricant n\'a pas été mis à jour, veuillez essayer à nouveau', + 'success' => 'Le fabricant a été mis à jour avec succès.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.' + 'confirm' => 'Êtes-vous sûr de vouloir supprimer ce fabricant ?', + 'error' => 'Un problème a eu lieu pendant la suppression du fabricant. Veuillez essayer à nouveau.', + 'success' => 'Le fabricant a été supprimé avec succès.' ) ); diff --git a/app/lang/fr/admin/manufacturers/table.php b/app/lang/fr/admin/manufacturers/table.php index 1861ee7c56..bdd94c3315 100755 --- a/app/lang/fr/admin/manufacturers/table.php +++ b/app/lang/fr/admin/manufacturers/table.php @@ -2,10 +2,10 @@ return array( - 'asset_manufacturers' => 'Asset Manufacturers', - 'create' => 'Create Manufacturer', + 'asset_manufacturers' => 'Fabricants d\'actif', + 'create' => 'Créer un fabricant', 'id' => 'ID', - 'name' => 'Manufacturer Name', - 'update' => 'Update Manufacturer', + 'name' => 'Nom du fabricant', + 'update' => 'Mettre à jour le fabricant', ); diff --git a/app/lang/fr/admin/models/message.php b/app/lang/fr/admin/models/message.php index 725399ee02..8b3410579f 100755 --- a/app/lang/fr/admin/models/message.php +++ b/app/lang/fr/admin/models/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Model does not exist.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'does_not_exist' => 'Le modèle n\'existe pas.', + 'assoc_users' => 'Ce modèle est actuellement associé à au moins un actif et ne peut pas être supprimé. Veuillez supprimer les actifs associés et essayer à nouveau. ', 'create' => array( - 'error' => 'Model was not created, please try again.', - 'success' => 'Model created successfully.' + 'error' => 'Le modèle n\'a pas été créé, veuillez essayer à nouveau.', + 'success' => 'Le modèle a été créé avec succès.' ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'Le modèle n\'a pas été mis à jour, veuillez essayer à nouveau', + 'success' => 'Le modèle a été mis à jour avec succès.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'Êtes-vous sûr de vouloir supprimer ce modèle d\'actif ?', + 'error' => 'Un problème a eu lieu pendant la suppression du modèle. Veuillez essayer à nouveau.', + 'success' => 'Le modèle a été supprimé avec succès.' ) ); diff --git a/app/lang/fr/admin/models/table.php b/app/lang/fr/admin/models/table.php index 11a512b3d3..727ba77e1b 100755 --- a/app/lang/fr/admin/models/table.php +++ b/app/lang/fr/admin/models/table.php @@ -2,16 +2,16 @@ return array( - 'create' => 'Create Asset Model', - 'created_at' => 'Created at', - 'eol' => 'EOL', - 'modelnumber' => 'Model No.', - 'name' => 'Asset Model Name', - 'numassets' => 'Assets', - 'title' => 'Asset Models', - 'update' => 'Update Asset Model', - 'view' => 'View Asset Model', - 'update' => 'Update Asset Model', - 'clone' => 'Clone Model', - 'edit' => 'Edit Model', + 'create' => 'Créer un modèle d\'actif', + 'created_at' => 'Créé le', + 'eol' => 'Fin de vie', + 'modelnumber' => 'Modèle n°.', + 'name' => 'Nom du modèle d\'actif', + 'numassets' => 'Actifs', + 'title' => 'Modèles d\'actif', + 'update' => 'Mettre à jour le modèle d\'actif', + 'view' => 'Voir le modèle d\'actif', + 'update' => 'Mettre à jour le modèle d\'actif', + 'clone' => 'Cloner le modèle', + 'edit' => 'Éditer le modèle', ); diff --git a/app/lang/fr/admin/settings/general.php b/app/lang/fr/admin/settings/general.php index 2434669cb8..5c1075ba98 100755 --- a/app/lang/fr/admin/settings/general.php +++ b/app/lang/fr/admin/settings/general.php @@ -1,20 +1,20 @@ 'Display Asset Name', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display QR Codes', - 'info' => 'These settings let you customize certain aspects of your installation.', - 'laravel' => 'Laravel Version', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', + 'display_asset_name' => 'Afficher le nom des actifs', + 'display_checkout_date' => 'Afficher la date d\'association', + 'display_eol' => 'Afficher la fin de vie dans les tables', + 'display_qr' => 'Afficher les QR codes', + 'info' => 'Ces paramètres vous permettent de personnaliser certains aspects de votre installation.', + 'laravel' => 'Version de Laravel', + 'per_page' => 'Résultats par page', + 'php' => 'Version de PHP', + 'php_gd_info' => 'Vous devez installer php-gd afin d\'afficher les QR codes (voir les instructions d\'installation).', + 'php_gd_warning' => 'Le PHP Image Processing et GD plugin n\'est PAS installé.', + 'qr_help' => 'Activer les QR Codes avant de définir ceci', + 'qr_text' => 'Texte du QR Code', + 'setting' => 'Paramètre', + 'settings' => 'Paramètres', 'site_name' => 'Site Name', 'system' => 'System Information', 'update' => 'Update Settings', diff --git a/app/lang/fr/admin/settings/message.php b/app/lang/fr/admin/settings/message.php index 693813ca0d..27543337b3 100755 --- a/app/lang/fr/admin/settings/message.php +++ b/app/lang/fr/admin/settings/message.php @@ -4,8 +4,8 @@ return array( 'update' => array( - 'error' => 'An error has occurred while updating. ', - 'success' => 'Settings updated successfully.' + 'error' => 'Une erreur a eu lieu pendant la mise à jour. ', + 'success' => 'Les paramètres ont été mis à jour avec succès.' ), ); diff --git a/app/lang/fr/admin/statuslabels/message.php b/app/lang/fr/admin/statuslabels/message.php index 98280082ef..fddc749d9a 100755 --- a/app/lang/fr/admin/statuslabels/message.php +++ b/app/lang/fr/admin/statuslabels/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Location does not exist.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', + 'does_not_exist' => 'Le lieu n\'existe pas.', + 'assoc_users' => 'Ce lieu est actuellement associé avec au moins un utilisateur et ne peut pas être supprimé. Veuillez mettre à jour vos utilisateurs pour ne plus faire référence à ce lieu et essayez à nouveau. ', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'Le lieu n\'a pas été créé, veuillez essayer à nouveau.', + 'success' => 'Le lieu a été créé avec succès.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'Le lieu n\'a pas été mis à jour, veuillez essayer à nouveau', + 'success' => 'Le lieu a été mis à jour avec succès.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this status label?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => 'Êtes-vous sûr de vouloir supprimer cette étiquette de statut ?', + 'error' => 'Un problème a eu lieu pendant la suppression du lieu. Veuillez essayer à nouveau.', + 'success' => 'Le lieu a été supprimé avec succès.' ) ); diff --git a/app/lang/fr/admin/statuslabels/table.php b/app/lang/fr/admin/statuslabels/table.php index 54094c5491..ffdfeb7a91 100755 --- a/app/lang/fr/admin/statuslabels/table.php +++ b/app/lang/fr/admin/statuslabels/table.php @@ -1,10 +1,10 @@ 'Status Name', - 'title' => 'Status Labels', - 'update' => 'Update Status Label', - 'create' => 'Create Status Label', - 'about' => 'About Status Labels', - 'info' => 'Status labels are used to describe the various reasons why an asset cannot be deployed. It could be broken, out for diagnostics, out for repair, lost or stolen, etc. Status labels allow your team to show the progression.', + 'name' => 'Nom du statut', + 'title' => 'Étiquette de statut', + 'update' => 'Mettre à jour l\'étiquette de statut', + 'create' => 'Créé une étiquette de statut', + 'about' => 'À propos des étiquettes de statut', + 'info' => 'Les étiquettes de statut sont utilisées pour décrire les différentes raisons qui peuvent empêcher le déploiement d\'un actif. Il peut être cassé, en examen, en réparation, perdu ou volé, etc. Les étiquettes de statut permettent à votre équipe de suivre la progression de l’état de l\'actif.', ); diff --git a/app/lang/fr/admin/suppliers/message.php b/app/lang/fr/admin/suppliers/message.php index df4bc41af3..5365252b6f 100755 --- a/app/lang/fr/admin/suppliers/message.php +++ b/app/lang/fr/admin/suppliers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Supplier does not exist.', - 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ', + 'does_not_exist' => 'Le fournisseur n\'existe pas.', + 'assoc_users' => 'Ce fournisseur est actuellement associé à au moins un modèle et ne peut être supprimé. Veuillez actualiser vos modèles pour ne plus référencer cette catégorie et réessayer. ', 'create' => array( - 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.' + 'error' => 'Le fournisseur n\'a pas été créé, veuillez essayer à nouveau.', + 'success' => 'Le fournisseur a été créé avec succès.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'Le fournisseur n\'a pas été mis à jour, veuillez essayer à nouveau', + 'success' => 'Le fournisseur a été mis à jour avec succès.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.' + 'confirm' => 'Êtes-vous sûr de vouloir supprimer ce fournisseur ?', + 'error' => 'Un problème a eu lieu pendant la suppression du fournisseur. Veuillez essayer à nouveau.', + 'success' => 'Le fournisseur a été supprimé avec succès.' ) ); diff --git a/app/lang/fr/admin/suppliers/table.php b/app/lang/fr/admin/suppliers/table.php index 88adfc692b..69401585a8 100755 --- a/app/lang/fr/admin/suppliers/table.php +++ b/app/lang/fr/admin/suppliers/table.php @@ -1,25 +1,25 @@ 'Supplier Address', - 'assets' => 'Assets', - 'city' => 'City', - 'contact' => 'Contact Name', - 'country' => 'Country', - 'create' => 'Create Supplier', - 'email' => 'Email', + 'address' => 'Adresse du fournisseur', + 'assets' => 'Actifs', + 'city' => 'Ville', + 'contact' => 'Nom du contact', + 'country' => 'Pays', + 'create' => 'Créer un fournisseur', + 'email' => 'E-mail', 'fax' => 'Fax', 'id' => 'ID', - 'licenses' => 'Licenses', - 'name' => 'Supplier Name', + 'licenses' => 'Licences', + 'name' => 'Nom du fournisseur', 'notes' => 'Notes', - 'phone' => 'Phone', - 'state' => 'State', - 'suppliers' => 'Suppliers', - 'update' => 'Update Supplier', + 'phone' => 'Téléphone', + 'state' => 'État', + 'suppliers' => 'Fournisseurs', + 'update' => 'Mettre à jour le fournisseur', 'url' => 'URL', - 'view' => 'View Supplier', - 'view_assets_for' => 'View Assets for', - 'zip' => 'Postal Code', + 'view' => 'Voir le fournisseur', + 'view_assets_for' => 'Voir les actifs pour', + 'zip' => 'Code postal', ); diff --git a/app/lang/fr/admin/users/general.php b/app/lang/fr/admin/users/general.php index 50f1da1bca..bc27e5fcac 100755 --- a/app/lang/fr/admin/users/general.php +++ b/app/lang/fr/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', - 'clone' => 'Clone User', + 'assets_user' => 'Assets asigned to :name', + 'clone' => 'Cloner l\'utilisateur', + 'contact_user' => 'Contact :name', + 'edit' => 'Modifier l\'utilisateur', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/fr/admin/users/message.php b/app/lang/fr/admin/users/message.php index 41d51e5dc6..ea3aec2fe8 100755 --- a/app/lang/fr/admin/users/message.php +++ b/app/lang/fr/admin/users/message.php @@ -2,28 +2,30 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'L\'utilisateur existe déjà !', + 'user_not_found' => 'L\'utilisateur [:id] n\'existe pas.', + 'user_login_required' => 'Le champ identifiant est obligatoire', + 'user_password_required' => 'Le mot de passe est obligatoire.', + 'insufficient_permissions' => 'Droits insuffisants.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( - 'create' => 'User was successfully created.', - 'update' => 'User was successfully updated.', - 'delete' => 'User was successfully deleted.', - 'ban' => 'User was successfully banned.', - 'unban' => 'User was successfully unbanned.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', - 'restored' => 'User was successfully restored.' + 'create' => 'L’utilisateur a été créé avec succès.', + 'update' => 'L’utilisateur a été mis à jour avec succès.', + 'delete' => 'L’utilisateur a été supprimé avec succès.', + 'ban' => 'L’utilisateur a été banni avec succès.', + 'unban' => 'L’utilisateur a été réhabilité avec succès.', + 'suspend' => 'L’utilisateur a été suspendu avec succès.', + 'unsuspend' => 'L’utilisateur a été activé avec succès.', + 'restored' => 'L’utilisateur a été restauré avec succès.' ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.' + 'create' => 'Un problème a eu lieu pendant la création de l\'utilisateur. Veuillez essayer à nouveau.', + 'update' => 'Un problème a eu lieu pendant la mise à jour de l\'utilisateur. Veuillez essayer à nouveau.', + 'delete' => 'Un problème a eu lieu pendant la suppression de l\'utilisateur. Veuillez essayer à nouveau.', + 'unsuspend' => 'Un problème a eu lieu pendant la réhabilitation de l\'utilisateur. Veuillez essayer à nouveau.' ), ); diff --git a/app/lang/fr/admin/users/table.php b/app/lang/fr/admin/users/table.php index e7bec8245a..eba1f0657a 100755 --- a/app/lang/fr/admin/users/table.php +++ b/app/lang/fr/admin/users/table.php @@ -2,29 +2,29 @@ return array( - 'activated' => 'Active', - 'allow' => 'Allow', - 'checkedout' => 'Assets', - 'created_at' => 'Created', - 'createuser' => 'Create User', - 'deny' => 'Deny', - 'email' => 'Email', - 'employee_num' => 'Employee No.', - 'first_name' => 'First Name', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', + 'activated' => 'Actif', + 'allow' => 'Autoriser', + 'checkedout' => 'Actifs', + 'created_at' => 'Créé', + 'createuser' => 'Créer un utilisateur', + 'deny' => 'Refuser', + 'email' => 'E-mail', + 'employee_num' => 'Employé n°.', + 'first_name' => 'Prénom', + 'groupnotes' => 'Sélectionner un groupe à assigner à l\'utilisateur, qui prendra les droits de ce groupe.', 'id' => 'Id', - 'inherit' => 'Inherit', - 'job' => 'Job Title', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'location' => 'Location', - 'manager' => 'Manager', - 'name' => 'Name', - 'password_confirm' => 'Confirm Password', - 'password' => 'Password', - 'phone' => 'Phone', - 'title' => 'Title', - 'updateuser' => 'Update User', - 'cloneuser' => 'Clone User', - 'viewusers' => 'View Users', + 'inherit' => 'Hériter', + 'job' => 'intitulé du poste', + 'last_login' => 'Dernière connexion', + 'last_name' => 'Nom', + 'location' => 'Lieu', + 'manager' => 'Responsable', + 'name' => 'Nom', + 'password_confirm' => 'Confirmer le mot de passe', + 'password' => 'Mot de passe', + 'phone' => 'Téléphone', + 'title' => 'Titre', + 'updateuser' => 'Mettre à jour l\'utilisateur', + 'cloneuser' => 'Cloner l\'utilisateur', + 'viewusers' => 'Voir les utilisateurs', ); diff --git a/app/lang/fr/auth/message.php b/app/lang/fr/auth/message.php index 8148b126e9..81260f0d33 100755 --- a/app/lang/fr/auth/message.php +++ b/app/lang/fr/auth/message.php @@ -2,35 +2,35 @@ return array( - 'account_already_exists' => 'An account with the this email already exists.', - 'account_not_found' => 'The email account or password is incorrect.', - 'account_not_activated' => 'This user account is not activated.', - 'account_suspended' => 'This user account is suspended.', - 'account_banned' => 'This user account is banned.', + 'account_already_exists' => 'Un compte avec cet e-mail existe déjà.', + 'account_not_found' => 'L\'e-mail ou le mot de passe est incorrect.', + 'account_not_activated' => 'Ce compte n\'est pas activé.', + 'account_suspended' => 'Ce compte est suspendu.', + 'account_banned' => 'Ce compte est banni.', 'signin' => array( - 'error' => 'There was a problem while trying to log you in, please try again.', - 'success' => 'You have successfully logged in.', + 'error' => 'Un problème a eu lieu pendant votre connexion, veuillez essayer à nouveau.', + 'success' => 'Vous avez été connecté avec succès.', ), 'signup' => array( - 'error' => 'There was a problem while trying to create your account, please try again.', - 'success' => 'Account sucessfully created.', + 'error' => 'Un problème a eu lieu pendant la création de votre compte, veuillez essayer à nouveau.', + 'success' => 'Le compte a été créé avec succès.', ), 'forgot-password' => array( - 'error' => 'There was a problem while trying to get a reset password code, please try again.', - 'success' => 'Password recovery email successfully sent.', + 'error' => 'Un problème a eu lieu pendant la récupération du code de réinitialisation de mot de passe, veuillez essayer à nouveau.', + 'success' => 'L\'e-mail de réinitialisation de mot de passe a été envoyé avec succès.', ), 'forgot-password-confirm' => array( - 'error' => 'There was a problem while trying to reset your password, please try again.', - 'success' => 'Your password has been successfully reset.', + 'error' => 'Un problème a eu lieu pendant la réinitialisation de votre mot de passe, veuillez essayer à nouveau.', + 'success' => 'Votre mot de passe a été réinitialisé avec succès.', ), 'activate' => array( - 'error' => 'There was a problem while trying to activate your account, please try again.', - 'success' => 'Your account has been successfully activated.', + 'error' => 'Un problème a eu lieu pendant l\'activation de votre compte, veuillez essayer à nouveau.', + 'success' => 'Votre compte a été activé avec succès.', ), ); diff --git a/app/lang/fr/button.php b/app/lang/fr/button.php index ce405414c3..0a8bbc7488 100755 --- a/app/lang/fr/button.php +++ b/app/lang/fr/button.php @@ -2,10 +2,10 @@ return array( - 'edit' => 'Edit', - 'delete' => 'Delete', - 'restore' => 'Restore', + 'edit' => 'Éditer', + 'delete' => 'Supprimer', + 'restore' => 'Restaurer', 'actions' => 'Actions', - 'submit' => 'Submit', + 'submit' => 'Soumettre', ); diff --git a/app/lang/fr/general.php b/app/lang/fr/general.php index d954ec382b..47b305988a 100755 --- a/app/lang/fr/general.php +++ b/app/lang/fr/general.php @@ -2,89 +2,89 @@ return array( - 'address' => 'Address', + 'address' => 'Adresse', 'admin' => 'Admin', - 'all_assets' => 'All Assets', - 'all' => 'All', - 'asset_models' => 'Asset Models', - 'asset' => 'Asset', - 'asset_tag' => 'Asset Tag', - 'assets_available' => 'assets available', - 'assets' => 'Assets', - 'avatar_delete' => 'Delete Avatar', - 'avatar_upload' => 'Upload Avatar', - 'back' => 'Back', - 'cancel' => 'Cancel', - 'categories' => 'Asset Categories', - 'category' => 'Asset Category', - 'changeemail' => 'Change Email Address', - 'changepassword' => 'Change Password', - 'checkin' => 'Checkin', - 'checkout' => 'Checkout', - 'city' => 'City', - 'country' => 'Country', - 'create' => 'Create New', - 'created_asset' => 'created asset', - 'created_at' => 'Created at', - 'currency' => '$', - 'current' => 'Current', + 'all_assets' => 'Tous les actifs', + 'all' => 'Tous', + 'asset_models' => 'Modèles d\'actif', + 'asset' => 'Actif', + 'asset_tag' => 'Étiquette de l\'actif', + 'assets_available' => 'Actifs disponibles', + 'assets' => 'Actifs', + 'avatar_delete' => 'Supprimer l\'Avatar', + 'avatar_upload' => 'Charger un Avatar', + 'back' => 'Retour', + 'cancel' => 'Annuler', + 'categories' => 'Catégories d\'actif', + 'category' => 'Catégorie de l\'actif', + 'changeemail' => 'Changer l\'adresse e-mail', + 'changepassword' => 'Changer le mot de passe', + 'checkin' => 'Dissocier', + 'checkout' => 'Associer', + 'city' => 'Ville', + 'country' => 'Pays', + 'create' => 'Créer', + 'created_asset' => 'Actif créé', + 'created_at' => 'Créé le', + 'currency' => '€', + 'current' => 'Actuels', 'date' => 'Date', - 'delete' => 'Delete', - 'deleted' => 'Deleted', - 'deployed' => 'Deployed', - 'depreciation_report' => 'Depreciation Report', - 'depreciation' => 'Depreciation', - 'editprofile' => 'Edit Your Profile', - 'eol' => 'EOL', - 'first_name' => 'First Name', - 'groups' => 'Groups', - 'gravatar_email' => 'Gravatar Email Address', - 'history_for' => 'History for', + 'delete' => 'Supprimer', + 'deleted' => 'Supprimé', + 'deployed' => 'Déployé', + 'depreciation_report' => 'Rapport d’amortissement', + 'depreciation' => 'Amortissement', + 'editprofile' => 'Éditer votre profile', + 'eol' => 'Fin de vie', + 'first_name' => 'Prénom', + 'groups' => 'Groupes', + 'gravatar_email' => 'E-mail adresse Gravatar', + 'history_for' => 'Historique pour', 'id' => 'ID', - 'image_delete' => 'Delete Image', - 'image_upload' => 'Upload Image', - 'last_name' => 'Last Name', - 'license' => 'License', - 'licenses_available' => 'licenses available', - 'licenses' => 'Licenses', - 'list_all' => 'List All', - 'location' => 'Location', - 'locations' => 'Locations', - 'logout' => 'Logout', - 'manufacturer' => 'Manufacturer', - 'manufacturers' => 'Manufacturers', - 'model_no' => 'Model No.', - 'months' => 'months', - 'moreinfo' => 'More Info', - 'name' => 'Name', - 'no_depreciation' => 'No Depreciation', - 'no_results' => 'No Results.', - 'no' => 'No', + 'image_delete' => 'Supprimer l\'image', + 'image_upload' => 'Charger une image', + 'last_name' => 'Nom', + 'license' => 'Licence', + 'licenses_available' => 'Licences disponibles', + 'licenses' => 'Licences', + 'list_all' => 'Lister tout', + 'location' => 'Lieu', + 'locations' => 'Lieux', + 'logout' => 'Se déconnecter', + 'manufacturer' => 'Fabricant', + 'manufacturers' => 'Fabricants', + 'model_no' => 'Model n°.', + 'months' => 'mois', + 'moreinfo' => 'Plus d\'info', + 'name' => 'Nom', + 'no_depreciation' => 'Pas d\'amortissement', + 'no_results' => 'Pas de résultat.', + 'no' => 'Non', 'notes' => 'Notes', - 'pending' => 'Pending', - 'people' => 'People', - 'per_page' => 'Results Per Page', - 'profile' => 'Your profile', - 'ready_to_deploy' => 'Ready to Deploy', - 'reports' => 'Reports', - 'save' => 'Save', - 'settings' => 'Settings', - 'sign_in' => 'Sign in', - 'site_name' => 'Site Name', + 'pending' => 'En Attente', + 'people' => 'Personnes', + 'per_page' => 'Résultats par page', + 'profile' => 'Votre profil', + 'ready_to_deploy' => 'Prêt à être déployé', + 'reports' => 'Rapports', + 'save' => 'Sauvegarder', + 'settings' => 'Préférences', + 'sign_in' => 'Connexion', + 'site_name' => 'Nom du Site', 'state' => 'State', 'status_labels' => 'Status Labels', 'status' => 'Status', - 'suppliers' => 'Suppliers', - 'total_assets' => 'total assets', - 'total_licenses' => 'total licenses', - 'undeployable' => 'Un-deployable', - 'unknown_admin' => 'Unknown Admin', - 'user' => 'User', - 'viewassets' => 'View Assigned Assets', - 'website' => 'Website', - 'welcome' => 'Welcome, :name', - 'years' => 'years', - 'yes' => 'Yes', - 'zip' => 'Zip', + 'suppliers' => 'Fournisseurs', + 'total_assets' => 'actifs au total', + 'total_licenses' => 'licences au total', + 'undeployable' => 'Non déployable', + 'unknown_admin' => 'Admin inconnu', + 'user' => 'Utilisateur', + 'viewassets' => 'Voir les actifs associés', + 'website' => 'Site web', + 'welcome' => 'Bienvenue, :name', + 'years' => 'années', + 'yes' => 'Oui', + 'zip' => 'Code postal', ); diff --git a/app/lang/fr/pagination.php b/app/lang/fr/pagination.php index b573b51e91..76976c0ef4 100755 --- a/app/lang/fr/pagination.php +++ b/app/lang/fr/pagination.php @@ -13,8 +13,8 @@ return array( | */ - 'previous' => '« Previous', + 'previous' => '« Précédent', - 'next' => 'Next »', + 'next' => 'Suivant »', ); diff --git a/app/lang/fr/reminders.php b/app/lang/fr/reminders.php index e7a476e3a2..5ed7858d6c 100755 --- a/app/lang/fr/reminders.php +++ b/app/lang/fr/reminders.php @@ -13,12 +13,12 @@ return array( | */ - "password" => "Passwords must be six characters and match the confirmation.", + "password" => "Les mots de passe doivent contenir six caractères et correspondre à la confirmation.", - "user" => "Username or email address is incorrect", + "user" => "Le nom d'utilisateur ou l'e-mail est incorrect", - "token" => "This password reset token is invalid.", + "token" => "Ce jeton de réinitialisation est invalide.", - "sent" => "If a matching email address was found, a password reminder has been sent!", + "sent" => "Si votre adresse e-mail est trouvée, un rappel de mot de passe a été envoyé !", ); diff --git a/app/lang/fr/table.php b/app/lang/fr/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/fr/table.php +++ b/app/lang/fr/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/hu/admin/manufacturers/message.php b/app/lang/hu/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/hu/admin/manufacturers/message.php +++ b/app/lang/hu/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/hu/admin/users/general.php b/app/lang/hu/admin/users/general.php index 74f2d63700..fb3b0ac75d 100755 --- a/app/lang/hu/admin/users/general.php +++ b/app/lang/hu/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Felhasználó szerkesztése', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Felhasználó szerkesztése', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/hu/admin/users/message.php b/app/lang/hu/admin/users/message.php index febe5d6913..6ea043a848 100755 --- a/app/lang/hu/admin/users/message.php +++ b/app/lang/hu/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/hu/table.php b/app/lang/hu/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/hu/table.php +++ b/app/lang/hu/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/it/admin/manufacturers/message.php b/app/lang/it/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/it/admin/manufacturers/message.php +++ b/app/lang/it/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/it/admin/users/general.php b/app/lang/it/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/it/admin/users/general.php +++ b/app/lang/it/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/it/admin/users/message.php b/app/lang/it/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/it/admin/users/message.php +++ b/app/lang/it/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/it/table.php b/app/lang/it/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/it/table.php +++ b/app/lang/it/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/ja/admin/manufacturers/message.php b/app/lang/ja/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/ja/admin/manufacturers/message.php +++ b/app/lang/ja/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/ja/admin/users/general.php b/app/lang/ja/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/ja/admin/users/general.php +++ b/app/lang/ja/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/ja/admin/users/message.php b/app/lang/ja/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/ja/admin/users/message.php +++ b/app/lang/ja/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/ja/table.php b/app/lang/ja/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/ja/table.php +++ b/app/lang/ja/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/ko/admin/manufacturers/message.php b/app/lang/ko/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/ko/admin/manufacturers/message.php +++ b/app/lang/ko/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/ko/admin/users/general.php b/app/lang/ko/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/ko/admin/users/general.php +++ b/app/lang/ko/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/ko/admin/users/message.php b/app/lang/ko/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/ko/admin/users/message.php +++ b/app/lang/ko/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/ko/table.php b/app/lang/ko/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/ko/table.php +++ b/app/lang/ko/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/lol/admin/manufacturers/message.php b/app/lang/lol/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/lol/admin/manufacturers/message.php +++ b/app/lang/lol/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/lol/admin/users/general.php b/app/lang/lol/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/lol/admin/users/general.php +++ b/app/lang/lol/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/lol/admin/users/message.php b/app/lang/lol/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/lol/admin/users/message.php +++ b/app/lang/lol/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/lol/table.php b/app/lang/lol/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/lol/table.php +++ b/app/lang/lol/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/nl/admin/categories/general.php b/app/lang/nl/admin/categories/general.php index 4c0658a018..dd52e8c10d 100755 --- a/app/lang/nl/admin/categories/general.php +++ b/app/lang/nl/admin/categories/general.php @@ -1,11 +1,11 @@ 'About Asset Categories', - 'about_categories' => 'Asset categories help you organize your assets. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use asset categories any way that makes sense for you. ', - 'asset_categories' => 'Asset Categories', - 'category_name' => 'Category Name', - 'create' => 'Create Category', - 'update' => 'Update Category', + 'about_asset_categories' => 'Over Bezit Categorieën', + 'about_categories' => 'Bezit categorieën helpen je om jouw bezit te organiseren. Een aantal voorbeelden zijn bijvoorbeeld "Desktops", "Laptops", "Mobiele Telefoons", "Tablets" etcetera, maar je kan bezit categorieën echter inzetten op een manier die begrijpelijk is voor jou. ', + 'asset_categories' => 'Bezit Categorieën', + 'category_name' => 'Categorie Naam', + 'create' => 'Categorie Aanmaken', + 'update' => 'Categorie Bijwerken', ); diff --git a/app/lang/nl/admin/manufacturers/message.php b/app/lang/nl/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/nl/admin/manufacturers/message.php +++ b/app/lang/nl/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/nl/admin/users/general.php b/app/lang/nl/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/nl/admin/users/general.php +++ b/app/lang/nl/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/nl/admin/users/message.php b/app/lang/nl/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/nl/admin/users/message.php +++ b/app/lang/nl/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/nl/table.php b/app/lang/nl/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/nl/table.php +++ b/app/lang/nl/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/no/admin/locations/table.php b/app/lang/no/admin/locations/table.php index 4c2c86d330..ccb009009a 100755 --- a/app/lang/no/admin/locations/table.php +++ b/app/lang/no/admin/locations/table.php @@ -3,13 +3,13 @@ return array( 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', + 'city' => 'By', + 'state' => 'Stat', + 'country' => 'Land', 'create' => 'Create Location', 'update' => 'Update Location', 'name' => 'Location Name', - 'address' => 'Address', + 'address' => 'Adresse', 'zip' => 'Postal Code', 'locations' => 'Locations', ); diff --git a/app/lang/no/admin/manufacturers/message.php b/app/lang/no/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/no/admin/manufacturers/message.php +++ b/app/lang/no/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/no/admin/users/general.php b/app/lang/no/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/no/admin/users/general.php +++ b/app/lang/no/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/no/admin/users/message.php b/app/lang/no/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/no/admin/users/message.php +++ b/app/lang/no/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/no/table.php b/app/lang/no/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/no/table.php +++ b/app/lang/no/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/pl/admin/categories/general.php b/app/lang/pl/admin/categories/general.php index 4c0658a018..aef7970243 100755 --- a/app/lang/pl/admin/categories/general.php +++ b/app/lang/pl/admin/categories/general.php @@ -1,11 +1,11 @@ 'About Asset Categories', - 'about_categories' => 'Asset categories help you organize your assets. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use asset categories any way that makes sense for you. ', - 'asset_categories' => 'Asset Categories', - 'category_name' => 'Category Name', - 'create' => 'Create Category', - 'update' => 'Update Category', + 'about_asset_categories' => 'Kategorie aktywów opis', + 'about_categories' => 'Kategorie pozwolą lepiej zorganizować twoje aktywa. Przykłady grup " Desktop", "Laptopy", "Telefony", "Tablety", i inne dowolnie przez Ciebie wymyślone. ', + 'asset_categories' => 'Kategorie aktywów', + 'category_name' => 'Nazwa kategorii', + 'create' => 'Stwórz Kategorię', + 'update' => 'Aktualizuj kategorię', ); diff --git a/app/lang/pl/admin/categories/message.php b/app/lang/pl/admin/categories/message.php index c4f947bd3f..7e16783a60 100755 --- a/app/lang/pl/admin/categories/message.php +++ b/app/lang/pl/admin/categories/message.php @@ -2,8 +2,8 @@ return array( - 'does_not_exist' => 'Category does not exist.', - 'assoc_users' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', + 'does_not_exist' => 'Nie ma takiej kategorii.', + 'assoc_users' => 'Wybrana kategoria jest powiązana z przynajmniej jednym urządzeniem. Proszę przepiać powiązane urządzenia do innej Kategorii i spróbować ponownie. ', 'create' => array( 'error' => 'Category was not created, please try again.', diff --git a/app/lang/pl/admin/manufacturers/message.php b/app/lang/pl/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/pl/admin/manufacturers/message.php +++ b/app/lang/pl/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/pl/admin/users/general.php b/app/lang/pl/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/pl/admin/users/general.php +++ b/app/lang/pl/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/pl/admin/users/message.php b/app/lang/pl/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/pl/admin/users/message.php +++ b/app/lang/pl/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/pl/table.php b/app/lang/pl/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/pl/table.php +++ b/app/lang/pl/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/pt-BR/admin/manufacturers/message.php b/app/lang/pt-BR/admin/manufacturers/message.php index acdaea8c18..0961d88517 100755 --- a/app/lang/pt-BR/admin/manufacturers/message.php +++ b/app/lang/pt-BR/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Tem certeza que deseja deletar este fabricante?', - 'error' => 'Houve um problema ao apagar a postagem do blog. Por favor, tente novamente.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'O Fabricante foi deletado com sucesso.' ) diff --git a/app/lang/pt-BR/admin/users/general.php b/app/lang/pt-BR/admin/users/general.php index f2b076f05c..ebf7e7da92 100755 --- a/app/lang/pt-BR/admin/users/general.php +++ b/app/lang/pt-BR/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Editar Usuário', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clonar Usuário', + 'contact_user' => 'Contact :name', + 'edit' => 'Editar Usuário', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/pt-BR/admin/users/message.php b/app/lang/pt-BR/admin/users/message.php index fcd8225e32..1320805f60 100755 --- a/app/lang/pt-BR/admin/users/message.php +++ b/app/lang/pt-BR/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'O usuário já existe!', - 'user_not_found' => 'O usuário [:id] não existe.', - 'user_login_required' => 'O campo entrar é requerido', - 'user_password_required' => 'A senha é requerida.', - 'insufficient_permissions' => 'Permissões Insuficientes.', + 'user_exists' => 'O usuário já existe!', + 'user_not_found' => 'O usuário [:id] não existe.', + 'user_login_required' => 'O campo entrar é requerido', + 'user_password_required' => 'A senha é requerida.', + 'insufficient_permissions' => 'Permissões Insuficientes.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'O usuário foi criado com sucesso.', diff --git a/app/lang/pt-BR/general.php b/app/lang/pt-BR/general.php index a04e9fdec6..f8031bda1a 100755 --- a/app/lang/pt-BR/general.php +++ b/app/lang/pt-BR/general.php @@ -81,10 +81,10 @@ return array( 'unknown_admin' => 'Administrador Desconhecido', 'user' => 'Usuário', 'viewassets' => 'Ver Bens Atribuídos', - 'website' => 'Website', - 'welcome' => 'Welcome, :name', - 'years' => 'years', - 'yes' => 'Yes', + 'website' => 'Site', + 'welcome' => 'Bem-vindo, :name', + 'years' => 'anos', + 'yes' => 'Sim', 'zip' => 'Zip', ); diff --git a/app/lang/pt-BR/table.php b/app/lang/pt-BR/table.php index 7cf1b7f589..c08bfd5065 100755 --- a/app/lang/pt-BR/table.php +++ b/app/lang/pt-BR/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Ações' + 'actions' => 'Ações', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/pt-PT/admin/manufacturers/message.php b/app/lang/pt-PT/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/pt-PT/admin/manufacturers/message.php +++ b/app/lang/pt-PT/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/pt-PT/admin/users/general.php b/app/lang/pt-PT/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/pt-PT/admin/users/general.php +++ b/app/lang/pt-PT/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/pt-PT/admin/users/message.php b/app/lang/pt-PT/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/pt-PT/admin/users/message.php +++ b/app/lang/pt-PT/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/pt-PT/table.php b/app/lang/pt-PT/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/pt-PT/table.php +++ b/app/lang/pt-PT/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/ro/admin/licenses/message.php b/app/lang/ro/admin/licenses/message.php index 1f56e16c1f..35d0777db9 100755 --- a/app/lang/ro/admin/licenses/message.php +++ b/app/lang/ro/admin/licenses/message.php @@ -2,37 +2,37 @@ return array( - 'does_not_exist' => 'License does not exist.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'does_not_exist' => 'Licenta nu exista.', + 'user_does_not_exist' => 'Utilizatorul nu exista.', + 'asset_does_not_exist' => 'Activul pe care incercati sa-l asociati cu aceasta licenta nu exista.', + 'owner_doesnt_match_asset' => 'Activul pe care incercati sa-l asociati cu aceasta licenta apartine unei alte persoane decat cea selectata.', + 'assoc_users' => 'Aceasta licenta este momentan predata catre un utilizator si nu poate fi stearsa. Va rugam verificati licenta mai intai si dupa incercati s-o stergeti iar. ', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'Licenta nu a fost creata, va rugam incercati iar.', + 'success' => 'Licenta a fost creata.' ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'Licenta nu a fost actualizata, va rugam incercati iar', + 'success' => 'Licenta a fost actualizata.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'Sunteti sigur ca doriti sa stergeti aceasta licenta?', + 'error' => 'A aparut o problema la stergerea licentei. Va rugam sa incercati iar.', + 'success' => 'Licenta a fost stearsa.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'A aparut o problema la predarea licentei. Va rugam incercati iar.', + 'success' => 'Licenta a fost predata' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'A aparut o problema la primirea licentei. Va rugam incercati iar.', + 'success' => 'Licenta a fost primita' ), ); diff --git a/app/lang/ro/admin/licenses/table.php b/app/lang/ro/admin/licenses/table.php index dfce4136cb..8293bddd81 100755 --- a/app/lang/ro/admin/licenses/table.php +++ b/app/lang/ro/admin/licenses/table.php @@ -2,16 +2,16 @@ return array( - 'assigned_to' => 'Assigned To', - 'checkout' => 'In/Out', + 'assigned_to' => 'Desemnata catre', + 'checkout' => 'Predat/Primit', 'id' => 'ID', - 'license_email' => 'License Email', - 'license_name' => 'Licensed To', - 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', - 'seats' => 'Seats', + 'license_email' => 'E-mail licenta', + 'license_name' => 'Licentiat catre', + 'purchase_date' => 'Data achizitie', + 'purchased' => 'Achizitionat', + 'seats' => 'Locuri', 'hardware' => 'Hardware', 'serial' => 'Serial', - 'title' => 'License', + 'title' => 'Licenta', ); diff --git a/app/lang/ro/admin/locations/message.php b/app/lang/ro/admin/locations/message.php index b2277f9a9d..c9e6c091e5 100755 --- a/app/lang/ro/admin/locations/message.php +++ b/app/lang/ro/admin/locations/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Location does not exist.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', + 'does_not_exist' => 'Locatia nu exista.', + 'assoc_users' => 'Aceasta locatie este momentan asociata cu cel putin inca un alt utilizator si nu poate fi stearsa. Va rugam actualizati utilizatorii care nu mai apartin de aceasta locatie si incercati iar. ', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'Locatia nu a fost creata, va rugam incercati iar.', + 'success' => 'Locatia a fost creata.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'Locatia nu a fost actualizata, va rugam incercati iar', + 'success' => 'Locatia a fost actualizata.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this location?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => 'Sunteti sigur ca vreti sa stergeti aceasta locatie?', + 'error' => 'A aparut o problema la stergerea locatiei. Va rugam incercati iar.', + 'success' => 'Locatia a fost stearsa.' ) ); diff --git a/app/lang/ro/admin/locations/table.php b/app/lang/ro/admin/locations/table.php index 4c2c86d330..950953c074 100755 --- a/app/lang/ro/admin/locations/table.php +++ b/app/lang/ro/admin/locations/table.php @@ -3,13 +3,13 @@ return array( 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', + 'city' => 'Oras', + 'state' => 'Judet', + 'country' => 'Tara', + 'create' => 'Creeaza locatie', + 'update' => 'Actualizeaza locatie', + 'name' => 'Nume locatie', + 'address' => 'Adresa', + 'zip' => 'Cod postal', + 'locations' => 'Locatii', ); diff --git a/app/lang/ro/admin/manufacturers/message.php b/app/lang/ro/admin/manufacturers/message.php index 3f6fa770b0..c8ce352bca 100755 --- a/app/lang/ro/admin/manufacturers/message.php +++ b/app/lang/ro/admin/manufacturers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Manufacturer does not exist.', - 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + 'does_not_exist' => 'Producatorul nu exista.', + 'assoc_users' => 'Acest producator este momentan asociat cu cel putin inca un model si nu poate fi sters. Va rugam actualizati modelele care nu mai au legatura cu acest producator si incercati iar. ', 'create' => array( - 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.' + 'error' => 'Producatorul nu a fost creat, incercati iar.', + 'success' => 'Producatorul a fost creat.' ), 'update' => array( - 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.' + 'error' => 'Producatorul nu a fost actualizat, incercati iar', + 'success' => 'Producatorul a fost actualizat.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.' + 'confirm' => 'Sunteti sigur ca vreti sa stergeti producatorul?', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', + 'success' => 'Producatorul a fost sters.' ) ); diff --git a/app/lang/ro/admin/manufacturers/table.php b/app/lang/ro/admin/manufacturers/table.php index 1861ee7c56..77eefe5e93 100755 --- a/app/lang/ro/admin/manufacturers/table.php +++ b/app/lang/ro/admin/manufacturers/table.php @@ -2,10 +2,10 @@ return array( - 'asset_manufacturers' => 'Asset Manufacturers', - 'create' => 'Create Manufacturer', + 'asset_manufacturers' => 'Producatori de active', + 'create' => 'Creeaza producator', 'id' => 'ID', - 'name' => 'Manufacturer Name', - 'update' => 'Update Manufacturer', + 'name' => 'Nume producator', + 'update' => 'Actualizeaza producator', ); diff --git a/app/lang/ro/admin/models/message.php b/app/lang/ro/admin/models/message.php index 725399ee02..f40a266628 100755 --- a/app/lang/ro/admin/models/message.php +++ b/app/lang/ro/admin/models/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Model does not exist.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'does_not_exist' => 'Modelul nu exista.', + 'assoc_users' => 'Acest model este momentan asociat cu cel putin unul sau mai multe active si nu poate fi sters. Va rugam sa stergeti activul si dupa incercati iar. ', 'create' => array( - 'error' => 'Model was not created, please try again.', - 'success' => 'Model created successfully.' + 'error' => 'Modelul nu a fost creat, incercati iar.', + 'success' => 'Modelul a fost creat.' ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'Modelul nu a fost actualizat, va rugam incercati iar', + 'success' => 'Modelul a fost actualizat.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'Sunteti sigur ca doriti sa stergeti acest model de activ?', + 'error' => 'A aparut o problema la stergerea modelului. Incercati iar.', + 'success' => 'Modelul a fost sters.' ) ); diff --git a/app/lang/ro/admin/models/table.php b/app/lang/ro/admin/models/table.php index 11a512b3d3..66c0f405f9 100755 --- a/app/lang/ro/admin/models/table.php +++ b/app/lang/ro/admin/models/table.php @@ -2,16 +2,16 @@ return array( - 'create' => 'Create Asset Model', - 'created_at' => 'Created at', + 'create' => 'Creeaza model de activ', + 'created_at' => 'Creat la', 'eol' => 'EOL', - 'modelnumber' => 'Model No.', - 'name' => 'Asset Model Name', - 'numassets' => 'Assets', - 'title' => 'Asset Models', - 'update' => 'Update Asset Model', - 'view' => 'View Asset Model', - 'update' => 'Update Asset Model', - 'clone' => 'Clone Model', - 'edit' => 'Edit Model', + 'modelnumber' => 'Nr. model.', + 'name' => 'Nume model activ', + 'numassets' => 'Active', + 'title' => 'Model activ', + 'update' => 'Actualizeaza model activ', + 'view' => 'Vezi modelul de activ', + 'update' => 'Actualizeaza model activ', + 'clone' => 'Cloneaza model', + 'edit' => 'Editeaza model', ); diff --git a/app/lang/ro/admin/settings/general.php b/app/lang/ro/admin/settings/general.php index 2434669cb8..6c1625f614 100755 --- a/app/lang/ro/admin/settings/general.php +++ b/app/lang/ro/admin/settings/general.php @@ -1,22 +1,22 @@ 'Display Asset Name', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display QR Codes', - 'info' => 'These settings let you customize certain aspects of your installation.', - 'laravel' => 'Laravel Version', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', + 'display_asset_name' => 'Afiseaza nume activ', + 'display_checkout_date' => 'Arata data predare', + 'display_eol' => 'Arata EOL in tabel', + 'display_qr' => 'Arata cod QR', + 'info' => 'Aceste setari va lasa sa modificati anumite aspecte ale instalarii.', + 'laravel' => 'Versiune Laravel', + 'per_page' => 'Rezultate pe pagina', + 'php' => 'Versiune PHP', + 'php_gd_info' => 'Trebuie sa instalati php-gd ca sa afisati coduri QR, verificati instructiunile de instalare.', + 'php_gd_warning' => 'PHP Image Processing si GD plugin NU sunt instalate.', + 'qr_help' => 'Activeaza codurile QR inainte sa setati asta', + 'qr_text' => 'Text cod QR', + 'setting' => 'Setare', + 'settings' => 'Setari', + 'site_name' => 'Nume site', + 'system' => 'Informatii sistem', + 'update' => 'Actualizeaza setari', + 'value' => 'Valoare', ); diff --git a/app/lang/ro/admin/settings/message.php b/app/lang/ro/admin/settings/message.php index 693813ca0d..35d245c5cf 100755 --- a/app/lang/ro/admin/settings/message.php +++ b/app/lang/ro/admin/settings/message.php @@ -4,8 +4,8 @@ return array( 'update' => array( - 'error' => 'An error has occurred while updating. ', - 'success' => 'Settings updated successfully.' + 'error' => 'A aparut o eroare la actualizare. ', + 'success' => 'Setari au fost actualizate.' ), ); diff --git a/app/lang/ro/admin/statuslabels/message.php b/app/lang/ro/admin/statuslabels/message.php index 98280082ef..671c9d74a4 100755 --- a/app/lang/ro/admin/statuslabels/message.php +++ b/app/lang/ro/admin/statuslabels/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Location does not exist.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', + 'does_not_exist' => 'Locatia nu exista.', + 'assoc_users' => 'Aceasta locatie este momentan asociata cu cel putin inca un utilizator si nu poate fi stearsa. Va rugam actualizati utilizatorii care nu mai au legatura cu locatia respectiva. ', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'Locatia nu a fost creata, va rugam incercati iar.', + 'success' => 'Locatia a fost creata.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'Locatia nu a fost actualizata, va rugam incercati iar', + 'success' => 'Locatia a fost actualizata.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this status label?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => 'Sunteti sigur ca doriti sa stergeti eticheta de status?', + 'error' => 'A aparut o problema la stergerea locatiei. Va rugam incercati iar.', + 'success' => 'Locatia a fost stearsa.' ) ); diff --git a/app/lang/ro/admin/statuslabels/table.php b/app/lang/ro/admin/statuslabels/table.php index 54094c5491..b9d4a38864 100755 --- a/app/lang/ro/admin/statuslabels/table.php +++ b/app/lang/ro/admin/statuslabels/table.php @@ -1,10 +1,10 @@ 'Status Name', - 'title' => 'Status Labels', - 'update' => 'Update Status Label', - 'create' => 'Create Status Label', - 'about' => 'About Status Labels', - 'info' => 'Status labels are used to describe the various reasons why an asset cannot be deployed. It could be broken, out for diagnostics, out for repair, lost or stolen, etc. Status labels allow your team to show the progression.', + 'name' => 'Nume status', + 'title' => 'Etichete status', + 'update' => 'Actualizeaza eticheta status', + 'create' => 'Creeaza eticheta status', + 'about' => 'Despre etichete status', + 'info' => 'Etichetele de status sunt folosite pentru a descrie de ce un activ nu poate fi pus in folosinta. Poate fi defect, trimis la service, pierdut sau furat etc. Etichetele de status ajuta echipa dvs. sa arate progresul rezolvarii.', ); diff --git a/app/lang/ro/admin/suppliers/message.php b/app/lang/ro/admin/suppliers/message.php index df4bc41af3..1e3f478e8a 100755 --- a/app/lang/ro/admin/suppliers/message.php +++ b/app/lang/ro/admin/suppliers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Supplier does not exist.', - 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ', + 'does_not_exist' => 'Furnizorul nu exista.', + 'assoc_users' => 'Acest furnizor este momentan asociat cu cel putin un model si nu poate fi sters. Va rugam actualizati modelele asociate acestui furnizor si incercati iar. ', 'create' => array( - 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.' + 'error' => 'Furnizorul nu a fost creat, va rugam incercati iar.', + 'success' => 'Furnizorul a fost creat.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'Furnizorul nu a fost actualizat, va rugam incercati iar', + 'success' => 'Furnizorul a fost actualizat.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.' + 'confirm' => 'Sunteti sigur ca vreti sa stergeti acest furnizor?', + 'error' => 'A aparut o problema la stergerea furnizorului. Va rugam incercati iar.', + 'success' => 'Furnizorul a fost sters.' ) ); diff --git a/app/lang/ro/admin/suppliers/table.php b/app/lang/ro/admin/suppliers/table.php index 88adfc692b..e38946c86f 100755 --- a/app/lang/ro/admin/suppliers/table.php +++ b/app/lang/ro/admin/suppliers/table.php @@ -1,25 +1,25 @@ 'Supplier Address', - 'assets' => 'Assets', - 'city' => 'City', - 'contact' => 'Contact Name', - 'country' => 'Country', - 'create' => 'Create Supplier', - 'email' => 'Email', + 'address' => 'Adresa furnizor', + 'assets' => 'Active', + 'city' => 'Oras', + 'contact' => 'Nume contact', + 'country' => 'Tara', + 'create' => 'Creeaza furnizor', + 'email' => 'E-mail', 'fax' => 'Fax', 'id' => 'ID', - 'licenses' => 'Licenses', - 'name' => 'Supplier Name', - 'notes' => 'Notes', - 'phone' => 'Phone', - 'state' => 'State', - 'suppliers' => 'Suppliers', - 'update' => 'Update Supplier', + 'licenses' => 'Licente', + 'name' => 'Nume furnizor', + 'notes' => 'Note', + 'phone' => 'Telefon', + 'state' => 'Judet', + 'suppliers' => 'Furnizori', + 'update' => 'Actualizeaza furnizor', 'url' => 'URL', - 'view' => 'View Supplier', - 'view_assets_for' => 'View Assets for', - 'zip' => 'Postal Code', + 'view' => 'Vezi furnizor', + 'view_assets_for' => 'Vezi active pentru', + 'zip' => 'Cod postal', ); diff --git a/app/lang/ro/admin/users/general.php b/app/lang/ro/admin/users/general.php index 50f1da1bca..079c03c50d 100755 --- a/app/lang/ro/admin/users/general.php +++ b/app/lang/ro/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', - 'clone' => 'Clone User', + 'assets_user' => 'Assets asigned to :name', + 'clone' => 'Cloneaza utilizator', + 'contact_user' => 'Contact :name', + 'edit' => 'Editeaza utilizator', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/ro/admin/users/message.php b/app/lang/ro/admin/users/message.php index 41d51e5dc6..dc2bc245e3 100755 --- a/app/lang/ro/admin/users/message.php +++ b/app/lang/ro/admin/users/message.php @@ -2,28 +2,30 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'Utilizatorul exista deja!', + 'user_not_found' => 'Utilizatorul [:id] nu exista.', + 'user_login_required' => 'Campul de login este necesar', + 'user_password_required' => 'Este necesara parola.', + 'insufficient_permissions' => 'Nu aveti permisiuni suficiente.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( - 'create' => 'User was successfully created.', - 'update' => 'User was successfully updated.', - 'delete' => 'User was successfully deleted.', - 'ban' => 'User was successfully banned.', - 'unban' => 'User was successfully unbanned.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', - 'restored' => 'User was successfully restored.' + 'create' => 'Utilizatorul a fost creat.', + 'update' => 'Utilizatorul a fost actualizat.', + 'delete' => 'Utilizatorul a fost sters.', + 'ban' => 'Utilizatorul a fost banat.', + 'unban' => 'Utilizatorul a fost debanat.', + 'suspend' => 'Utilizatorul a fost suspendat.', + 'unsuspend' => 'Utilizatorul a fost activat.', + 'restored' => 'Utilizatorul a fost restaurat.' ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.' + 'create' => 'A aparut o problema la crearea utilizatorului. Incercati iar.', + 'update' => 'A aparut o problema la actualizarea utilizatorului. Incercati iar.', + 'delete' => 'A aparut o problema la stergerea utilizatorului. Incercati iar.', + 'unsuspend' => 'A aparut o problema la reactivarea utilizatorului. Incercati iar.' ), ); diff --git a/app/lang/ro/admin/users/table.php b/app/lang/ro/admin/users/table.php index e7bec8245a..a8330599eb 100755 --- a/app/lang/ro/admin/users/table.php +++ b/app/lang/ro/admin/users/table.php @@ -2,29 +2,29 @@ return array( - 'activated' => 'Active', - 'allow' => 'Allow', - 'checkedout' => 'Assets', - 'created_at' => 'Created', - 'createuser' => 'Create User', - 'deny' => 'Deny', - 'email' => 'Email', - 'employee_num' => 'Employee No.', - 'first_name' => 'First Name', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', - 'id' => 'Id', - 'inherit' => 'Inherit', - 'job' => 'Job Title', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'location' => 'Location', + 'activated' => 'Activ', + 'allow' => 'Permite', + 'checkedout' => 'Active', + 'created_at' => 'Creat la', + 'createuser' => 'Creeaza utilizator', + 'deny' => 'Refuza', + 'email' => 'E-mail', + 'employee_num' => 'Nr. angajat', + 'first_name' => 'Prenume', + 'groupnotes' => 'Desemneaza un grup pentru utilizator. Va rugam sa luati in calcul ca utilizatorul preia permisiile grupului la care este desemnat.', + 'id' => 'ID', + 'inherit' => 'Preia', + 'job' => 'Titlu job', + 'last_login' => 'Ultima logare', + 'last_name' => 'Nume', + 'location' => 'Locatie', 'manager' => 'Manager', - 'name' => 'Name', - 'password_confirm' => 'Confirm Password', - 'password' => 'Password', - 'phone' => 'Phone', - 'title' => 'Title', - 'updateuser' => 'Update User', - 'cloneuser' => 'Clone User', - 'viewusers' => 'View Users', + 'name' => 'Nume', + 'password_confirm' => 'Confirma parola', + 'password' => 'Parola', + 'phone' => 'Telefon', + 'title' => 'Titlu', + 'updateuser' => 'Actualizeaza utilizator', + 'cloneuser' => 'Cloneaza utilizator', + 'viewusers' => 'Vezi utilizatori', ); diff --git a/app/lang/ro/button.php b/app/lang/ro/button.php index ce405414c3..c6c743b7f4 100755 --- a/app/lang/ro/button.php +++ b/app/lang/ro/button.php @@ -2,10 +2,10 @@ return array( - 'edit' => 'Edit', - 'delete' => 'Delete', - 'restore' => 'Restore', - 'actions' => 'Actions', - 'submit' => 'Submit', + 'edit' => 'Editeaza', + 'delete' => 'Sterge', + 'restore' => 'Restaureaza', + 'actions' => 'Actiuni', + 'submit' => 'Trimiteti', ); diff --git a/app/lang/ro/general.php b/app/lang/ro/general.php index d954ec382b..e0dcfd7b90 100755 --- a/app/lang/ro/general.php +++ b/app/lang/ro/general.php @@ -2,56 +2,56 @@ return array( - 'address' => 'Address', + 'address' => 'Adresa', 'admin' => 'Admin', - 'all_assets' => 'All Assets', - 'all' => 'All', - 'asset_models' => 'Asset Models', - 'asset' => 'Asset', - 'asset_tag' => 'Asset Tag', - 'assets_available' => 'assets available', - 'assets' => 'Assets', - 'avatar_delete' => 'Delete Avatar', + 'all_assets' => 'Toate activele', + 'all' => 'Toate', + 'asset_models' => 'Modele active', + 'asset' => 'Activ', + 'asset_tag' => 'Eticheta activ', + 'assets_available' => 'Active disponibile', + 'assets' => 'Active', + 'avatar_delete' => 'Sterge avatar', 'avatar_upload' => 'Upload Avatar', - 'back' => 'Back', - 'cancel' => 'Cancel', - 'categories' => 'Asset Categories', - 'category' => 'Asset Category', - 'changeemail' => 'Change Email Address', - 'changepassword' => 'Change Password', - 'checkin' => 'Checkin', - 'checkout' => 'Checkout', - 'city' => 'City', - 'country' => 'Country', - 'create' => 'Create New', - 'created_asset' => 'created asset', - 'created_at' => 'Created at', - 'currency' => '$', - 'current' => 'Current', - 'date' => 'Date', - 'delete' => 'Delete', - 'deleted' => 'Deleted', - 'deployed' => 'Deployed', - 'depreciation_report' => 'Depreciation Report', - 'depreciation' => 'Depreciation', - 'editprofile' => 'Edit Your Profile', + 'back' => 'Inapoi', + 'cancel' => 'Anuleaza', + 'categories' => 'Categoriile de active', + 'category' => 'Categorie activ', + 'changeemail' => 'Schimba adresa de E-mail', + 'changepassword' => 'Schimba parola', + 'checkin' => 'Primeste', + 'checkout' => 'Preda', + 'city' => 'Oras', + 'country' => 'Tara', + 'create' => 'Creeaza', + 'created_asset' => 'Activ creat', + 'created_at' => 'Creat la', + 'currency' => 'LEI', + 'current' => 'Curent', + 'date' => 'Data', + 'delete' => 'Sterge', + 'deleted' => 'Sters', + 'deployed' => 'Pus in folosinta', + 'depreciation_report' => 'Raport depreciere', + 'depreciation' => 'Depreciere', + 'editprofile' => 'Editeaza propriul profil', 'eol' => 'EOL', - 'first_name' => 'First Name', - 'groups' => 'Groups', - 'gravatar_email' => 'Gravatar Email Address', - 'history_for' => 'History for', + 'first_name' => 'Prenume', + 'groups' => 'Grupuri', + 'gravatar_email' => 'Adresa E-mail Gravatar', + 'history_for' => 'Istoric pentru', 'id' => 'ID', - 'image_delete' => 'Delete Image', - 'image_upload' => 'Upload Image', - 'last_name' => 'Last Name', - 'license' => 'License', - 'licenses_available' => 'licenses available', - 'licenses' => 'Licenses', - 'list_all' => 'List All', - 'location' => 'Location', - 'locations' => 'Locations', - 'logout' => 'Logout', - 'manufacturer' => 'Manufacturer', + 'image_delete' => 'Sterge poza', + 'image_upload' => 'Incarca poza', + 'last_name' => 'Nume', + 'license' => 'Licenta', + 'licenses_available' => 'Licente disponibile', + 'licenses' => 'Licente', + 'list_all' => 'Arata tot', + 'location' => 'Locatie', + 'locations' => 'Locatii', + 'logout' => 'Log out', + 'manufacturer' => 'Producator', 'manufacturers' => 'Manufacturers', 'model_no' => 'Model No.', 'months' => 'months', diff --git a/app/lang/ro/table.php b/app/lang/ro/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/ro/table.php +++ b/app/lang/ro/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/ru/admin/categories/general.php b/app/lang/ru/admin/categories/general.php index 4c0658a018..2239d01ff6 100755 --- a/app/lang/ru/admin/categories/general.php +++ b/app/lang/ru/admin/categories/general.php @@ -1,11 +1,11 @@ 'About Asset Categories', + 'about_asset_categories' => 'О категориях активов', 'about_categories' => 'Asset categories help you organize your assets. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use asset categories any way that makes sense for you. ', - 'asset_categories' => 'Asset Categories', - 'category_name' => 'Category Name', - 'create' => 'Create Category', - 'update' => 'Update Category', + 'asset_categories' => 'Категории активов', + 'category_name' => 'Имя категории', + 'create' => 'Создать категорию', + 'update' => 'Изменить категорию', ); diff --git a/app/lang/ru/admin/categories/message.php b/app/lang/ru/admin/categories/message.php index c4f947bd3f..cea5981d98 100755 --- a/app/lang/ru/admin/categories/message.php +++ b/app/lang/ru/admin/categories/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Category does not exist.', - 'assoc_users' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', + 'does_not_exist' => 'Категория не существует.', + 'assoc_users' => 'Эта категория на данный момент связанна по крайней мере с одной моделью и не может быть удалена. Пожалуйста измените информацию о ваших моделях не ссылаясь на данную категорию и попробуйте снова. ', 'create' => array( - 'error' => 'Category was not created, please try again.', - 'success' => 'Category created successfully.' + 'error' => 'Категория не создана, пожалуйста попробуйте снова.', + 'success' => 'Категория успешно создана.' ), 'update' => array( - 'error' => 'Category was not updated, please try again', - 'success' => 'Category updated successfully.' + 'error' => 'Категория не изменена, пожалуйста попробуйте снова', + 'success' => 'Категория успешно изменена.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this category?', - 'error' => 'There was an issue deleting the category. Please try again.', - 'success' => 'The category was deleted successfully.' + 'confirm' => 'Вы уверены что хотите удалить категорию?', + 'error' => 'При удалении категории возникла проблема. Пожалуйста попробуйте снова.', + 'success' => 'Категория успешно удалена.' ) ); diff --git a/app/lang/ru/admin/categories/table.php b/app/lang/ru/admin/categories/table.php index 6fdcd1149a..1c7422e893 100755 --- a/app/lang/ru/admin/categories/table.php +++ b/app/lang/ru/admin/categories/table.php @@ -4,6 +4,6 @@ return array( 'id' => 'ID', 'parent' => 'Parent', - 'title' => 'Asset Category Name', + 'title' => 'Имя категории актива', ); diff --git a/app/lang/ru/admin/groups/message.php b/app/lang/ru/admin/groups/message.php index f14b6339e8..577238b092 100755 --- a/app/lang/ru/admin/groups/message.php +++ b/app/lang/ru/admin/groups/message.php @@ -2,21 +2,21 @@ return array( - 'group_exists' => 'Group already exists!', - 'group_not_found' => 'Group [:id] does not exist.', - 'group_name_required' => 'The name field is required', + 'group_exists' => 'Группа уже существует!', + 'group_not_found' => 'Группа [:id] не существует.', + 'group_name_required' => 'Поле "Имя" является обязательным', 'success' => array( - 'create' => 'Group was successfully created.', - 'update' => 'Group was successfully updated.', - 'delete' => 'Group was successfully deleted.', + 'create' => 'Группа успешно создана.', + 'update' => 'Группа успешно изменена.', + 'delete' => 'Группа успешно удалена.', ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this group?', - 'create' => 'There was an issue creating the group. Please try again.', - 'update' => 'There was an issue updating the group. Please try again.', - 'delete' => 'There was an issue deleting the group. Please try again.', + 'confirm' => 'Вы уверены что хотите удалить эту группу?', + 'create' => 'При созданий группы возникла проблема. Пожалуйста попробуйте снова.', + 'update' => 'При изменении группы возникла проблема. Пожалуйста попробуйте снова.', + 'delete' => 'При удалении группы возникла проблема. Пожалуйста попробуйте снова.', ), ); diff --git a/app/lang/ru/admin/groups/table.php b/app/lang/ru/admin/groups/table.php index 61f060a116..5cf4ea2eb2 100755 --- a/app/lang/ru/admin/groups/table.php +++ b/app/lang/ru/admin/groups/table.php @@ -2,8 +2,8 @@ return array( - 'id' => 'Id', - 'name' => 'Name', - 'users' => '# of Users', + 'id' => 'ID', + 'name' => 'Название', + 'users' => 'Кол-во пользователей', ); diff --git a/app/lang/ru/admin/groups/titles.php b/app/lang/ru/admin/groups/titles.php index 12c333a66f..112576da5b 100755 --- a/app/lang/ru/admin/groups/titles.php +++ b/app/lang/ru/admin/groups/titles.php @@ -2,12 +2,12 @@ return array( - 'group_management' => 'Group Management', - 'create_group' => 'Create New Group', - 'edit_group' => 'Edit Group', - 'group_name' => 'Group Name', - 'group_admin' => 'Group Admin', - 'allow' => 'Allow', - 'deny' => 'Deny', + 'group_management' => 'Управление группой', + 'create_group' => 'Создать новую группу', + 'edit_group' => 'Редактировать группу', + 'group_name' => 'Название группы', + 'group_admin' => 'Администратор группы', + 'allow' => 'Разрешить', + 'deny' => 'Запретить', ); diff --git a/app/lang/ru/admin/licenses/form.php b/app/lang/ru/admin/licenses/form.php index 9b9af191ff..1b897da3a0 100755 --- a/app/lang/ru/admin/licenses/form.php +++ b/app/lang/ru/admin/licenses/form.php @@ -2,24 +2,24 @@ return array( - 'asset' => 'Asset', - 'checkin' => 'Checkin', - 'cost' => 'Purchase Cost', - 'create' => 'Create License', - 'date' => 'Purchase Date', - 'date' => 'Purchase Date', - 'depreciation' => 'Depreciation', - 'expiration' => 'Expiration Date', - 'name' => 'Software Name', - 'no_depreciation' => 'Do Not Depreciate', - 'notes' => 'Notes', - 'order' => 'Order Number', - 'purchase_order' => 'Purchase Order Number', - 'seats' => 'Seats', - 'serial' => 'Serial', - 'supplier' => 'Supplier', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', - 'update' => 'Update License', + 'asset' => 'Актив', + 'checkin' => 'Привязать', + 'cost' => 'Стоимость покупки', + 'create' => 'Создать лицензию', + 'date' => 'Дата покупки', + 'date' => 'Дата покупки', + 'depreciation' => 'Амортизация', + 'expiration' => 'Истекает', + 'name' => 'Название ПО', + 'no_depreciation' => 'Не амортизируется', + 'notes' => 'Примечания', + 'order' => 'Номер заказа', + 'purchase_order' => 'Номер заказа на поставку', + 'seats' => 'Количество рабочих мест', + 'serial' => 'Серийный номер', + 'supplier' => 'Поставщик', + 'to_email' => 'Лицензирован на E-mail', + 'to_name' => 'Лицензировано на имя', + 'update' => 'Обновить лицензию', 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' ); diff --git a/app/lang/ru/admin/manufacturers/message.php b/app/lang/ru/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/ru/admin/manufacturers/message.php +++ b/app/lang/ru/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/ru/admin/users/general.php b/app/lang/ru/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/ru/admin/users/general.php +++ b/app/lang/ru/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/ru/admin/users/message.php b/app/lang/ru/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/ru/admin/users/message.php +++ b/app/lang/ru/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/ru/auth/message.php b/app/lang/ru/auth/message.php index 8148b126e9..30026a8291 100755 --- a/app/lang/ru/auth/message.php +++ b/app/lang/ru/auth/message.php @@ -2,35 +2,35 @@ return array( - 'account_already_exists' => 'An account with the this email already exists.', - 'account_not_found' => 'The email account or password is incorrect.', - 'account_not_activated' => 'This user account is not activated.', - 'account_suspended' => 'This user account is suspended.', - 'account_banned' => 'This user account is banned.', + 'account_already_exists' => 'Учетная запись с таким адресом электронной почты уже существует.', + 'account_not_found' => 'Электронная почта или пароль неверен.', + 'account_not_activated' => 'Эта учетная запись не активирована.', + 'account_suspended' => 'Эта учетная запись приостановлена.', + 'account_banned' => 'Эта учетная запись заблокирована.', 'signin' => array( - 'error' => 'There was a problem while trying to log you in, please try again.', - 'success' => 'You have successfully logged in.', + 'error' => 'При попытке входа возникла проблема, пожалуйста попробуйте позже.', + 'success' => 'Вы успешно авторизованы.', ), 'signup' => array( - 'error' => 'There was a problem while trying to create your account, please try again.', - 'success' => 'Account sucessfully created.', + 'error' => 'При попытке создания вашей учетной записи возникла проблема, пожалуйста попробуйте позже.', + 'success' => 'Учетная запись успешно создана.', ), 'forgot-password' => array( - 'error' => 'There was a problem while trying to get a reset password code, please try again.', - 'success' => 'Password recovery email successfully sent.', + 'error' => 'При попытке сброса возникла проблема, пожалуйста попробуйте позже.', + 'success' => 'Пароль для восстановления учетной записи отправлен.', ), 'forgot-password-confirm' => array( - 'error' => 'There was a problem while trying to reset your password, please try again.', - 'success' => 'Your password has been successfully reset.', + 'error' => 'При попытке сбросить ваш пароль возникла проблема, пожалуйста попробуйте позже.', + 'success' => 'Ваш пароль успешно изменен.', ), 'activate' => array( - 'error' => 'There was a problem while trying to activate your account, please try again.', - 'success' => 'Your account has been successfully activated.', + 'error' => 'При попытке активировать вашу учетную запись возникла проблема, пожалуйста попробуйте позже.', + 'success' => 'Ваша учетная запись успешно активирована.', ), ); diff --git a/app/lang/ru/button.php b/app/lang/ru/button.php index ce405414c3..0b5ae3de47 100755 --- a/app/lang/ru/button.php +++ b/app/lang/ru/button.php @@ -2,10 +2,10 @@ return array( - 'edit' => 'Edit', - 'delete' => 'Delete', - 'restore' => 'Restore', - 'actions' => 'Actions', - 'submit' => 'Submit', + 'edit' => 'Редактировать', + 'delete' => 'Удалить', + 'restore' => 'Восстановить', + 'actions' => 'Действия', + 'submit' => 'Принять', ); diff --git a/app/lang/ru/general.php b/app/lang/ru/general.php index d954ec382b..348f08494a 100755 --- a/app/lang/ru/general.php +++ b/app/lang/ru/general.php @@ -2,89 +2,89 @@ return array( - 'address' => 'Address', - 'admin' => 'Admin', - 'all_assets' => 'All Assets', - 'all' => 'All', - 'asset_models' => 'Asset Models', - 'asset' => 'Asset', - 'asset_tag' => 'Asset Tag', - 'assets_available' => 'assets available', - 'assets' => 'Assets', - 'avatar_delete' => 'Delete Avatar', - 'avatar_upload' => 'Upload Avatar', - 'back' => 'Back', - 'cancel' => 'Cancel', - 'categories' => 'Asset Categories', - 'category' => 'Asset Category', - 'changeemail' => 'Change Email Address', - 'changepassword' => 'Change Password', - 'checkin' => 'Checkin', - 'checkout' => 'Checkout', - 'city' => 'City', - 'country' => 'Country', - 'create' => 'Create New', - 'created_asset' => 'created asset', - 'created_at' => 'Created at', - 'currency' => '$', - 'current' => 'Current', - 'date' => 'Date', - 'delete' => 'Delete', - 'deleted' => 'Deleted', + 'address' => 'Адрес', + 'admin' => 'Администратор', + 'all_assets' => 'Все активы', + 'all' => 'Все', + 'asset_models' => 'Модели активов', + 'asset' => 'Актив', + 'asset_tag' => 'Тег актива', + 'assets_available' => 'Доступные активы', + 'assets' => 'Активы', + 'avatar_delete' => 'Удалить аватар', + 'avatar_upload' => 'Загрузить аватар', + 'back' => 'Назад', + 'cancel' => 'Отмена', + 'categories' => 'Категории активов', + 'category' => 'Категория актива', + 'changeemail' => 'Изменить адрес почты', + 'changepassword' => 'Изменить пароль', + 'checkin' => 'Привязать', + 'checkout' => 'Отвязать', + 'city' => 'Город', + 'country' => 'Страна', + 'create' => 'Создать нового', + 'created_asset' => 'Создать актив', + 'created_at' => 'Создано', + 'currency' => 'Руб.', + 'current' => 'Текущий', + 'date' => 'Дата', + 'delete' => 'Удалить', + 'deleted' => 'Удалено', 'deployed' => 'Deployed', - 'depreciation_report' => 'Depreciation Report', - 'depreciation' => 'Depreciation', - 'editprofile' => 'Edit Your Profile', + 'depreciation_report' => 'Отчет по амортизации', + 'depreciation' => 'Амортизация', + 'editprofile' => 'Редактировать свой профиль', 'eol' => 'EOL', - 'first_name' => 'First Name', - 'groups' => 'Groups', + 'first_name' => 'Имя', + 'groups' => 'Группы', 'gravatar_email' => 'Gravatar Email Address', - 'history_for' => 'History for', + 'history_for' => 'История для', 'id' => 'ID', - 'image_delete' => 'Delete Image', - 'image_upload' => 'Upload Image', - 'last_name' => 'Last Name', - 'license' => 'License', - 'licenses_available' => 'licenses available', - 'licenses' => 'Licenses', + 'image_delete' => 'Удалить изображение', + 'image_upload' => 'Загрузить изображение', + 'last_name' => 'Фамилия', + 'license' => 'Лицензия', + 'licenses_available' => 'Доступные лицензии', + 'licenses' => 'Лицензии', 'list_all' => 'List All', - 'location' => 'Location', + 'location' => 'Расположение', 'locations' => 'Locations', - 'logout' => 'Logout', - 'manufacturer' => 'Manufacturer', - 'manufacturers' => 'Manufacturers', - 'model_no' => 'Model No.', - 'months' => 'months', - 'moreinfo' => 'More Info', - 'name' => 'Name', + 'logout' => 'Выйти', + 'manufacturer' => 'Производитель', + 'manufacturers' => 'Производители', + 'model_no' => 'Модель', + 'months' => 'Месяцев', + 'moreinfo' => 'Подробнее', + 'name' => 'Имя', 'no_depreciation' => 'No Depreciation', - 'no_results' => 'No Results.', - 'no' => 'No', + 'no_results' => 'Нет результатов.', + 'no' => 'Нет', 'notes' => 'Notes', - 'pending' => 'Pending', - 'people' => 'People', - 'per_page' => 'Results Per Page', - 'profile' => 'Your profile', - 'ready_to_deploy' => 'Ready to Deploy', - 'reports' => 'Reports', - 'save' => 'Save', - 'settings' => 'Settings', - 'sign_in' => 'Sign in', - 'site_name' => 'Site Name', - 'state' => 'State', + 'pending' => 'Ожидание', + 'people' => 'Пользователи', + 'per_page' => 'Результатов на страницу', + 'profile' => 'Ваш профиль', + 'ready_to_deploy' => 'Готов к установке', + 'reports' => 'Отчеты', + 'save' => 'Сохранить', + 'settings' => 'Настройки', + 'sign_in' => 'Вход', + 'site_name' => 'Название сайта', + 'state' => 'Область/Регион', 'status_labels' => 'Status Labels', - 'status' => 'Status', - 'suppliers' => 'Suppliers', - 'total_assets' => 'total assets', - 'total_licenses' => 'total licenses', + 'status' => 'Статус', + 'suppliers' => 'Поставщики', + 'total_assets' => 'Всего активов', + 'total_licenses' => 'Всего лицензий', 'undeployable' => 'Un-deployable', 'unknown_admin' => 'Unknown Admin', - 'user' => 'User', - 'viewassets' => 'View Assigned Assets', - 'website' => 'Website', - 'welcome' => 'Welcome, :name', - 'years' => 'years', - 'yes' => 'Yes', - 'zip' => 'Zip', + 'user' => 'Пользователь', + 'viewassets' => 'Показать присвоенные активы', + 'website' => 'Сайт', + 'welcome' => 'Добро пожаловать, :name', + 'years' => 'Лет', + 'yes' => 'Да', + 'zip' => 'Почтовый индекс', ); diff --git a/app/lang/ru/table.php b/app/lang/ru/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/ru/table.php +++ b/app/lang/ru/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/sr/admin/manufacturers/message.php b/app/lang/sr/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/sr/admin/manufacturers/message.php +++ b/app/lang/sr/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/sr/admin/users/general.php b/app/lang/sr/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/sr/admin/users/general.php +++ b/app/lang/sr/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/sr/admin/users/message.php b/app/lang/sr/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/sr/admin/users/message.php +++ b/app/lang/sr/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/sr/table.php b/app/lang/sr/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/sr/table.php +++ b/app/lang/sr/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/sv-SE/admin/manufacturers/message.php b/app/lang/sv-SE/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/sv-SE/admin/manufacturers/message.php +++ b/app/lang/sv-SE/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/sv-SE/admin/users/general.php b/app/lang/sv-SE/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/sv-SE/admin/users/general.php +++ b/app/lang/sv-SE/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/sv-SE/admin/users/message.php b/app/lang/sv-SE/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/sv-SE/admin/users/message.php +++ b/app/lang/sv-SE/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/sv-SE/table.php b/app/lang/sv-SE/table.php index 60ed39542f..140803f49a 100755 --- a/app/lang/sv-SE/table.php +++ b/app/lang/sv-SE/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Handlingar' + 'actions' => 'Handlingar', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/tlh-AA/admin/manufacturers/message.php b/app/lang/tlh-AA/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/tlh-AA/admin/manufacturers/message.php +++ b/app/lang/tlh-AA/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/tlh-AA/admin/users/general.php b/app/lang/tlh-AA/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/tlh-AA/admin/users/general.php +++ b/app/lang/tlh-AA/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/tlh-AA/admin/users/message.php b/app/lang/tlh-AA/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/tlh-AA/admin/users/message.php +++ b/app/lang/tlh-AA/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/tlh-AA/table.php b/app/lang/tlh-AA/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/tlh-AA/table.php +++ b/app/lang/tlh-AA/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/tr/admin/manufacturers/message.php b/app/lang/tr/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/tr/admin/manufacturers/message.php +++ b/app/lang/tr/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/tr/admin/users/general.php b/app/lang/tr/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/tr/admin/users/general.php +++ b/app/lang/tr/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/tr/admin/users/message.php b/app/lang/tr/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/tr/admin/users/message.php +++ b/app/lang/tr/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/tr/table.php b/app/lang/tr/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/tr/table.php +++ b/app/lang/tr/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/uk/admin/manufacturers/message.php b/app/lang/uk/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/uk/admin/manufacturers/message.php +++ b/app/lang/uk/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/uk/admin/users/general.php b/app/lang/uk/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/uk/admin/users/general.php +++ b/app/lang/uk/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/uk/admin/users/message.php b/app/lang/uk/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/uk/admin/users/message.php +++ b/app/lang/uk/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/uk/table.php b/app/lang/uk/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/uk/table.php +++ b/app/lang/uk/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/vi/admin/manufacturers/message.php b/app/lang/vi/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/vi/admin/manufacturers/message.php +++ b/app/lang/vi/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/vi/admin/users/general.php b/app/lang/vi/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/vi/admin/users/general.php +++ b/app/lang/vi/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/vi/admin/users/message.php b/app/lang/vi/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/vi/admin/users/message.php +++ b/app/lang/vi/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/vi/table.php b/app/lang/vi/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/vi/table.php +++ b/app/lang/vi/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/zh-CN/admin/manufacturers/message.php b/app/lang/zh-CN/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/zh-CN/admin/manufacturers/message.php +++ b/app/lang/zh-CN/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/zh-CN/admin/users/general.php b/app/lang/zh-CN/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/zh-CN/admin/users/general.php +++ b/app/lang/zh-CN/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/zh-CN/admin/users/message.php b/app/lang/zh-CN/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/zh-CN/admin/users/message.php +++ b/app/lang/zh-CN/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/zh-CN/table.php b/app/lang/zh-CN/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/zh-CN/table.php +++ b/app/lang/zh-CN/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', ); diff --git a/app/lang/zh-TW/admin/manufacturers/message.php b/app/lang/zh-TW/admin/manufacturers/message.php index 3f6fa770b0..6586d2af44 100755 --- a/app/lang/zh-TW/admin/manufacturers/message.php +++ b/app/lang/zh-TW/admin/manufacturers/message.php @@ -17,7 +17,7 @@ return array( 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the blog post. Please try again.', + 'error' => 'There was an issue deleting the manufacturer. Please try again.', 'success' => 'The Manufacturer was deleted successfully.' ) diff --git a/app/lang/zh-TW/admin/users/general.php b/app/lang/zh-TW/admin/users/general.php index 50f1da1bca..ce53953e0e 100755 --- a/app/lang/zh-TW/admin/users/general.php +++ b/app/lang/zh-TW/admin/users/general.php @@ -3,6 +3,12 @@ return array( - 'edit' => 'Edit User', + 'assets_user' => 'Assets asigned to :name', 'clone' => 'Clone User', + 'contact_user' => 'Contact :name', + 'edit' => 'Edit User', + 'history_user' => 'History for :name', + 'last_login' => 'Last Login', + 'software_user' => 'Software Checked out to :name', + 'view_user' => 'View User :name', ); diff --git a/app/lang/zh-TW/admin/users/message.php b/app/lang/zh-TW/admin/users/message.php index 41d51e5dc6..53f2777981 100755 --- a/app/lang/zh-TW/admin/users/message.php +++ b/app/lang/zh-TW/admin/users/message.php @@ -2,11 +2,13 @@ return array( - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_exists' => 'User already exists!', + 'user_not_found' => 'User [:id] does not exist.', + 'user_login_required' => 'The login field is required', + 'user_password_required' => 'The password is required.', + 'insufficient_permissions' => 'Insufficient Permissions.', + 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', + 'success' => array( 'create' => 'User was successfully created.', diff --git a/app/lang/zh-TW/table.php b/app/lang/zh-TW/table.php index 0622f57c13..5326fb4af9 100755 --- a/app/lang/zh-TW/table.php +++ b/app/lang/zh-TW/table.php @@ -2,6 +2,8 @@ return array( - 'actions' => 'Actions' + 'actions' => 'Actions', + 'action' => 'Action', + 'by' => 'By', );