diff --git a/resources/lang/ar/admin/accessories/general.php b/resources/lang/ar/admin/accessories/general.php
old mode 100755
new mode 100644
index a1c57933a1..d095983707
--- a/resources/lang/ar/admin/accessories/general.php
+++ b/resources/lang/ar/admin/accessories/general.php
@@ -5,22 +5,22 @@ return array(
'about_accessories_text' => 'الملحقات هي أي شيء تقوم بتسليمه للمستخدمين لكنه لا يحتوي على رقم تسلسلي (أو أنك لست بحاجة إلى تتبعه بشكل خاص). مثال: فأرة الحاسوب أو لوحة المفاتيح.',
'accessory_category' => 'فئة الملحق',
'accessory_name' => 'اسم الملحق',
- 'cost' => 'Purchase Cost',
- 'checkout' => 'Checkout Accessory',
- 'checkin' => 'Checkin Accessory',
- 'create' => 'Create Accessory',
- 'date' => 'Purchase Date',
- 'edit' => 'Edit Accessory',
+ 'cost' => 'تكلفة شراء',
+ 'checkout' => 'الملحقات المخرجة',
+ 'checkin' => 'إدخالات الملحقات',
+ 'create' => 'إنشاء ملحق',
+ 'date' => 'تاريخ الشراء',
+ 'edit' => 'تعديل الملحق',
'eula_text' => 'إنشاء اتفاقية جديدة',
'eula_text_help' => 'يسمح لك هذا الحقل بتخصيص الاتفاقيات لأنواع معينة من الأصول. اذا كنت تمتلك اتفاقية واحدة لجميع أصولك يمكنك أن تقوم بتأشير المربع في الأسفل لاستخدام الاتفاقية الافتراضية.',
'require_acceptance' => 'مطالبة المستخدمين بتأكيد قبولهم الأصول في هذه الفئة.',
'no_default_eula' => 'ليس هناك اتفاقيات. قم باضافة واحدة من "الاعدادات".',
- 'order' => 'Order Number',
+ 'order' => 'رقم طلب الشراء',
'qty' => 'الكمية',
'total' => 'المجموع',
'remaining' => 'المتاح',
- 'update' => 'Update Accessory',
+ 'update' => 'تحديث الملحق',
'use_default_eula' => 'قم باستعمال primary default EULA.',
- 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.',
+ 'use_default_eula_disabled' => 'استخدام (اتفاقية ترخيص المستخدم) الافتراضية الأساسية بدلا من ذلك. لم يتم تحديد (اتفاقية ترخيص المستخدم) الافتراضية الأساسية. الرجاء إضافتها في الإعدادات.',
);
diff --git a/resources/lang/ar/admin/accessories/message.php b/resources/lang/ar/admin/accessories/message.php
old mode 100755
new mode 100644
index 63d18e1400..64866e63b4
--- a/resources/lang/ar/admin/accessories/message.php
+++ b/resources/lang/ar/admin/accessories/message.php
@@ -2,23 +2,23 @@
return array(
- 'does_not_exist' => 'The accessory does not exist.',
+ 'does_not_exist' => 'الملحق غير موجود.',
'assoc_users' => 'تم إخراج :count عنصر من هذا الملحق للمستخدمين، الرجاء إيداع الملحقات ثم حاول مرة أخرى. ',
'create' => array(
- 'error' => 'The accessory was not created, please try again.',
- 'success' => 'The accessory was successfully created.'
+ 'error' => 'لم يتم انشاء الملحق، الرجاء المحاولة مرة اخرى.',
+ 'success' => 'تم انشاء الملحق بنجاح.'
),
'update' => array(
- 'error' => 'The accessory was not updated, please try again',
- 'success' => 'The accessory was updated successfully.'
+ 'error' => 'لم يتم تحديث الملحق، الرجاء المحاولة مرة أخرى',
+ 'success' => 'تم بنجاح تحديث الملحق.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this accessory?',
- 'error' => 'There was an issue deleting the accessory. Please try again.',
- 'success' => 'The accessory was deleted successfully.'
+ 'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا الملحق؟',
+ 'error' => 'حدث خطأ أثناء محاولة حذف الملحق. الرجاء حاول مرة أخرى.',
+ 'success' => 'تم حذف الملحق بنجاح.'
),
'checkout' => array(
@@ -30,7 +30,7 @@ return array(
'checkin' => array(
'error' => 'لم يتم إيداع الملحق، الرجاء المحاولة مرة أخرى',
'success' => 'تم إيداع الملحق بنجاح.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'user_does_not_exist' => 'هذا المستخدم خاطئ، الرجاء المحاولة مرة أخرى.'
)
diff --git a/resources/lang/ar/admin/accessories/table.php b/resources/lang/ar/admin/accessories/table.php
old mode 100755
new mode 100644
index 0a69a676e1..a52449969e
--- a/resources/lang/ar/admin/accessories/table.php
+++ b/resources/lang/ar/admin/accessories/table.php
@@ -1,7 +1,7 @@
'Download CSV',
+ 'dl_csv' => 'التنزيل كملف CSV',
'eula_text' => 'اتفاقية ترخيص المستخدم',
'id' => 'رقم المعرف',
'require_acceptance' => 'القبول',
diff --git a/resources/lang/ar/admin/asset_maintenances/form.php b/resources/lang/ar/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
index 2aa005c45f..94b5c2f5b7
--- a/resources/lang/ar/admin/asset_maintenances/form.php
+++ b/resources/lang/ar/admin/asset_maintenances/form.php
@@ -1,14 +1,14 @@
'Maintenance Type',
- 'title' => 'Title',
- 'start_date' => 'Started',
- 'completion_date' => 'Completed',
- 'cost' => 'Cost',
- 'is_warranty' => 'Warranty Improvement',
- 'asset_maintenance_time' => 'Days',
- 'notes' => 'Notes',
- 'update' => 'Update',
- 'create' => 'Create'
+ 'asset_maintenance_type' => 'تصنيف الصيانة',
+ 'title' => 'المسمى',
+ 'start_date' => 'بدأت',
+ 'completion_date' => 'أنجزت',
+ 'cost' => 'التكلفة',
+ 'is_warranty' => 'تحسين الضمان',
+ 'asset_maintenance_time' => 'أيام',
+ 'notes' => 'مُلاحظات',
+ 'update' => 'تعديل',
+ 'create' => 'إنشاء'
];
diff --git a/resources/lang/ar/admin/asset_maintenances/general.php b/resources/lang/ar/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
index c7ae42d41a..b0776cb3d9
--- a/resources/lang/ar/admin/asset_maintenances/general.php
+++ b/resources/lang/ar/admin/asset_maintenances/general.php
@@ -1,11 +1,11 @@
'Asset Maintenances',
- 'edit' => 'Edit Asset Maintenance',
- 'delete' => 'Delete Asset Maintenance',
- 'view' => 'View Asset Maintenance Details',
- 'repair' => 'Repair',
- 'maintenance' => 'Maintenance',
- 'upgrade' => 'Upgrade'
+ 'asset_maintenances' => 'صيانة الاُصول',
+ 'edit' => 'تعديل صيانة الأصل',
+ 'delete' => 'حذف صيانة الأصل',
+ 'view' => 'عرض تفاصيل صيانة الأصل',
+ 'repair' => 'إصلاح',
+ 'maintenance' => 'الصيانة',
+ 'upgrade' => 'الترقية'
];
diff --git a/resources/lang/ar/admin/asset_maintenances/message.php b/resources/lang/ar/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
index ca4256efbe..06db44a943
--- a/resources/lang/ar/admin/asset_maintenances/message.php
+++ b/resources/lang/ar/admin/asset_maintenances/message.php
@@ -1,17 +1,17 @@
'Asset Maintenance you were looking for was not found!',
+ 'not_found' => 'لم يتم العثور على صيانة الأصل!',
'delete' => [
- 'confirm' => 'Are you sure you wish to delete this asset maintenance?',
- 'error' => 'There was an issue deleting the asset maintenance. Please try again.',
- 'success' => 'The asset maintenance was deleted successfully.'
+ 'confirm' => 'هل أنت متأكد من رغبتك في حذف صيانة الأصل؟',
+ 'error' => 'حدثت مشكلة في عملية الحذف لصيانة الأصل. الرجاء المحاولة مرة اُخرى.',
+ 'success' => 'تم حذف صيانة الأصل بنجاح.'
],
'create' => [
- 'error' => 'Asset Maintenance was not created, please try again.',
- 'success' => 'Asset Maintenance created successfully.'
+ 'error' => 'لم يتم إنشاء صيانة الأصل، الرجاء المحاولة مرة أخرى.',
+ 'success' => 'تم إنشاء صيانة الأصل بنجاح.'
],
- 'asset_maintenance_incomplete' => 'Not Completed Yet',
- 'warranty' => 'Warranty',
- 'not_warranty' => 'Not Warranty',
+ 'asset_maintenance_incomplete' => 'لم يكتمل بعد',
+ 'warranty' => 'الضمان',
+ 'not_warranty' => 'لا يوجد ضمان',
];
\ No newline at end of file
diff --git a/resources/lang/ar/admin/asset_maintenances/table.php b/resources/lang/ar/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
index 5b83539914..7a2f21a37e
--- a/resources/lang/ar/admin/asset_maintenances/table.php
+++ b/resources/lang/ar/admin/asset_maintenances/table.php
@@ -1,9 +1,9 @@
'Asset Maintenance',
- 'asset_name' => 'Asset',
- 'supplier_name' => 'Supplier',
- 'is_warranty' => 'Warranty',
- 'dl_csv' => 'Download CSV'
+ 'title' => 'صيانة الاُصل',
+ 'asset_name' => 'الأصل',
+ 'supplier_name' => 'المزود',
+ 'is_warranty' => 'الضمان',
+ 'dl_csv' => 'التنزيل كملف CSV'
];
diff --git a/resources/lang/ar/admin/categories/general.php b/resources/lang/ar/admin/categories/general.php
old mode 100755
new mode 100644
index 0131e0e1b1..aa022dde37
--- a/resources/lang/ar/admin/categories/general.php
+++ b/resources/lang/ar/admin/categories/general.php
@@ -5,18 +5,18 @@ return array(
'about_categories' => 'تصنيفات الأصول تساعدك على ترتيب الأصول. من الأمثلة على التصنيفات " مكاتب "، "أجهزة الكمبيوتر المحمولة "، "الهواتف النقالة "، "أجهزة لوحية " وهكذا، كما يمكنك استخدام التصنيفات بأي طريقة تناسبك. ',
'asset_categories' => 'التصنيفات',
'category_name' => 'اسم التصنيف',
- 'checkin_email' => 'Send email to user on checkin.',
- 'clone' => 'Clone Category',
+ 'checkin_email' => 'إرسال إشعار للمستخدم عند الإدخال.',
+ 'clone' => 'نسخ التصنيف',
'create' => 'إنشاء تصنيف',
- 'edit' => 'Edit Category',
- 'eula_text' => 'Category EULA',
- 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
- 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
- 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.',
- 'required_eula' => 'This user will be emailed a copy of the EULA',
- 'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
+ 'edit' => 'تعديل التصنيف',
+ 'eula_text' => 'إتفاقية الإستخدام للتصنيف',
+ 'eula_text_help' => 'يسمح لك هذا الحقل بتخصيص الاتفاقيات لأنواع معينة من الأصول. اذا كنت تمتلك اتفاقية واحدة لجميع أصولك يمكنك أن تقوم بتأشير المربع في الأسفل لاستخدام الاتفاقية الافتراضية.',
+ 'require_acceptance' => 'مطالبة المستخدمين بتأكيد قبولهم للأصول في هذا التصنيف.',
+ 'required_acceptance' => 'سيتم اشعار المستخدم لتأكيد قبول الأصل.',
+ 'required_eula' => 'سيتم إشعار هذا المستخدم بإتفاقية الإستخدام',
+ 'no_default_eula' => 'ليس هناك اي اتفاقيات إستخدام. قم باضافة واحدة من "الاعدادات".',
'update' => 'تحديث التصنيف',
- 'use_default_eula' => 'Use the primary default EULA instead.',
- 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.',
+ 'use_default_eula' => 'قم باستعمال إتفاقية الإستخدام الإفتراضية.',
+ 'use_default_eula_disabled' => 'إستعمال إتفاقية الإستخدام الافتراضية بدلا من ذلك. لم يتم تحديد إتفاقية الإستخدام الافتراضية. الرجاء إضافتها في الإعدادات.',
);
diff --git a/resources/lang/ar/admin/categories/message.php b/resources/lang/ar/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/categories/table.php b/resources/lang/ar/admin/categories/table.php
old mode 100755
new mode 100644
index d9200b4647..752171adca
--- a/resources/lang/ar/admin/categories/table.php
+++ b/resources/lang/ar/admin/categories/table.php
@@ -1,10 +1,10 @@
'EULA',
+ 'eula_text' => 'اتفاقية ترخيص المستخدم',
'id' => 'الرقم',
'parent' => 'التصنيف الأب',
- 'require_acceptance' => 'Acceptance',
+ 'require_acceptance' => 'القبول',
'title' => 'اسم التصنيف',
);
diff --git a/resources/lang/ar/admin/companies/general.php b/resources/lang/ar/admin/companies/general.php
old mode 100755
new mode 100644
index 9d58ccb58e..1684893cab
--- a/resources/lang/ar/admin/companies/general.php
+++ b/resources/lang/ar/admin/companies/general.php
@@ -1,4 +1,4 @@
'Select Company',
+ 'select_company' => 'اختر الشركة',
];
diff --git a/resources/lang/ar/admin/companies/message.php b/resources/lang/ar/admin/companies/message.php
old mode 100755
new mode 100644
index a6db573519..8022116b47
--- a/resources/lang/ar/admin/companies/message.php
+++ b/resources/lang/ar/admin/companies/message.php
@@ -1,18 +1,18 @@
'Company does not exist.',
- 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ',
+ 'does_not_exist' => 'الشركة غير موجودة.',
+ 'assoc_users' => 'هذه الشركة مرتبطة حاليا مع نموذج ولا يمكن حذفها. رجاءً قم بتحديث النماذج بحيث لا تكون مرتبطة بهذه الشركة ثم حاول مرة اُخرى. ',
'create' => array(
- 'error' => 'Company was not created, please try again.',
- 'success' => 'Company created successfully.'
+ 'error' => 'لم يتم انشاء الشركة، رجاءً حاول مرة اُخرى.',
+ 'success' => 'تم إنشاء الشركة بنجاح.'
),
'update' => array(
- 'error' => 'Company was not updated, please try again',
- 'success' => 'Company updated successfully.'
+ 'error' => 'لم يتم تحديث الشركة، رجاءً حاول مرة اُخرى',
+ 'success' => 'تم تحديث الشركة بنجاح.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this company?',
- 'error' => 'There was an issue deleting the company. Please try again.',
- 'success' => 'The Company was deleted successfully.'
+ 'confirm' => 'هل أنت متأكد من رغبتك في حذف هذه الشركة؟',
+ 'error' => 'حدثت مشكلة اثناء عملية حذف الشركة. رجاءً المحاولة مرة اُخرى.',
+ 'success' => 'تم حذف الشركة بنجاح.'
)
);
diff --git a/resources/lang/ar/admin/companies/table.php b/resources/lang/ar/admin/companies/table.php
old mode 100755
new mode 100644
index 2f86126ff2..281b476d95
--- a/resources/lang/ar/admin/companies/table.php
+++ b/resources/lang/ar/admin/companies/table.php
@@ -1,9 +1,9 @@
'Companies',
- 'create' => 'Create Company',
- 'title' => 'Company',
- 'update' => 'Update Company',
- 'name' => 'Company Name',
- 'id' => 'ID',
+ 'companies' => 'الشركات',
+ 'create' => 'إنشاء شركة',
+ 'title' => 'شركة',
+ 'update' => 'تحديث الشركة',
+ 'name' => 'إسم الشركة',
+ 'id' => 'رقم التعريف',
);
diff --git a/resources/lang/ar/admin/components/general.php b/resources/lang/ar/admin/components/general.php
old mode 100755
new mode 100644
index 75c9d250ab..6c98df72cf
--- a/resources/lang/ar/admin/components/general.php
+++ b/resources/lang/ar/admin/components/general.php
@@ -1,7 +1,7 @@
'About Components',
+ 'about_components_title' => 'حول المكونات',
'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
'component_name' => 'Component Name',
'checkin' => 'Checkin Component',
diff --git a/resources/lang/ar/admin/components/message.php b/resources/lang/ar/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/components/table.php b/resources/lang/ar/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/consumables/general.php b/resources/lang/ar/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/consumables/message.php b/resources/lang/ar/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/consumables/table.php b/resources/lang/ar/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/custom_fields/general.php b/resources/lang/ar/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/custom_fields/message.php b/resources/lang/ar/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/depreciations/general.php b/resources/lang/ar/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/depreciations/message.php b/resources/lang/ar/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/depreciations/table.php b/resources/lang/ar/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/groups/message.php b/resources/lang/ar/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/groups/table.php b/resources/lang/ar/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/groups/titles.php b/resources/lang/ar/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/hardware/form.php b/resources/lang/ar/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/hardware/general.php b/resources/lang/ar/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/hardware/message.php b/resources/lang/ar/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/hardware/table.php b/resources/lang/ar/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/licenses/form.php b/resources/lang/ar/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/licenses/general.php b/resources/lang/ar/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/licenses/message.php b/resources/lang/ar/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/licenses/table.php b/resources/lang/ar/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/locations/message.php b/resources/lang/ar/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/locations/table.php b/resources/lang/ar/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/manufacturers/message.php b/resources/lang/ar/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/manufacturers/table.php b/resources/lang/ar/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/models/general.php b/resources/lang/ar/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/models/message.php b/resources/lang/ar/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/models/table.php b/resources/lang/ar/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/reports/general.php b/resources/lang/ar/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/reports/message.php b/resources/lang/ar/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/settings/general.php b/resources/lang/ar/admin/settings/general.php
old mode 100755
new mode 100644
index aacb7a46aa..8da79011cc
--- a/resources/lang/ar/admin/settings/general.php
+++ b/resources/lang/ar/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/ar/admin/settings/message.php b/resources/lang/ar/admin/settings/message.php
old mode 100755
new mode 100644
index a95761510d..736d5c3e9e
--- a/resources/lang/ar/admin/settings/message.php
+++ b/resources/lang/ar/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/ar/admin/statuslabels/message.php b/resources/lang/ar/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/statuslabels/table.php b/resources/lang/ar/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/suppliers/message.php b/resources/lang/ar/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/suppliers/table.php b/resources/lang/ar/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/users/general.php b/resources/lang/ar/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/users/message.php b/resources/lang/ar/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/admin/users/table.php b/resources/lang/ar/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/auth/message.php b/resources/lang/ar/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/button.php b/resources/lang/ar/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/general.php b/resources/lang/ar/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/pagination.php b/resources/lang/ar/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/reminders.php b/resources/lang/ar/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/table.php b/resources/lang/ar/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ar/validation.php b/resources/lang/ar/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/accessories/general.php b/resources/lang/bg/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/accessories/message.php b/resources/lang/bg/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/accessories/table.php b/resources/lang/bg/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/asset_maintenances/form.php b/resources/lang/bg/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/asset_maintenances/general.php b/resources/lang/bg/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/asset_maintenances/message.php b/resources/lang/bg/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/asset_maintenances/table.php b/resources/lang/bg/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/categories/general.php b/resources/lang/bg/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/categories/message.php b/resources/lang/bg/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/categories/table.php b/resources/lang/bg/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/companies/general.php b/resources/lang/bg/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/companies/message.php b/resources/lang/bg/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/companies/table.php b/resources/lang/bg/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/components/general.php b/resources/lang/bg/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/components/message.php b/resources/lang/bg/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/components/table.php b/resources/lang/bg/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/consumables/general.php b/resources/lang/bg/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/consumables/message.php b/resources/lang/bg/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/consumables/table.php b/resources/lang/bg/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/custom_fields/general.php b/resources/lang/bg/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/custom_fields/message.php b/resources/lang/bg/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/depreciations/general.php b/resources/lang/bg/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/depreciations/message.php b/resources/lang/bg/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/depreciations/table.php b/resources/lang/bg/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/groups/message.php b/resources/lang/bg/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/groups/table.php b/resources/lang/bg/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/groups/titles.php b/resources/lang/bg/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/hardware/form.php b/resources/lang/bg/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/hardware/general.php b/resources/lang/bg/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/hardware/message.php b/resources/lang/bg/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/hardware/table.php b/resources/lang/bg/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/licenses/form.php b/resources/lang/bg/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/licenses/general.php b/resources/lang/bg/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/licenses/message.php b/resources/lang/bg/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/licenses/table.php b/resources/lang/bg/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/locations/message.php b/resources/lang/bg/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/locations/table.php b/resources/lang/bg/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/manufacturers/message.php b/resources/lang/bg/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/manufacturers/table.php b/resources/lang/bg/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/models/general.php b/resources/lang/bg/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/models/message.php b/resources/lang/bg/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/models/table.php b/resources/lang/bg/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/reports/general.php b/resources/lang/bg/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/reports/message.php b/resources/lang/bg/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/settings/general.php b/resources/lang/bg/admin/settings/general.php
old mode 100755
new mode 100644
index ddb9f699d2..8d2df06973
--- a/resources/lang/bg/admin/settings/general.php
+++ b/resources/lang/bg/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Архивиране',
'barcode_type' => 'Тип на баркод',
'barcode_settings' => 'Настройки на баркод',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Потребителски CSS',
'custom_css_help' => 'Включете вашите CSS правила тук. Не използвайте <style></style> тагове.',
'default_currency' => 'Валута по подразбиране',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/bg/admin/settings/message.php b/resources/lang/bg/admin/settings/message.php
old mode 100755
new mode 100644
index 6fd6b83567..071c2e433d
--- a/resources/lang/bg/admin/settings/message.php
+++ b/resources/lang/bg/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'Нов архивен файл беше създаден успешно.',
'file_not_found' => 'Архивният файл не беше открит на сървъра.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/bg/admin/statuslabels/message.php b/resources/lang/bg/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/statuslabels/table.php b/resources/lang/bg/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/suppliers/message.php b/resources/lang/bg/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/suppliers/table.php b/resources/lang/bg/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/users/general.php b/resources/lang/bg/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/users/message.php b/resources/lang/bg/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/admin/users/table.php b/resources/lang/bg/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/auth/message.php b/resources/lang/bg/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/button.php b/resources/lang/bg/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/general.php b/resources/lang/bg/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/pagination.php b/resources/lang/bg/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/reminders.php b/resources/lang/bg/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/table.php b/resources/lang/bg/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/bg/validation.php b/resources/lang/bg/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/accessories/general.php b/resources/lang/cs/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/accessories/message.php b/resources/lang/cs/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/accessories/table.php b/resources/lang/cs/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/asset_maintenances/form.php b/resources/lang/cs/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/asset_maintenances/general.php b/resources/lang/cs/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/asset_maintenances/message.php b/resources/lang/cs/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/asset_maintenances/table.php b/resources/lang/cs/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/categories/general.php b/resources/lang/cs/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/categories/message.php b/resources/lang/cs/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/categories/table.php b/resources/lang/cs/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/companies/general.php b/resources/lang/cs/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/companies/message.php b/resources/lang/cs/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/companies/table.php b/resources/lang/cs/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/components/general.php b/resources/lang/cs/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/components/message.php b/resources/lang/cs/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/components/table.php b/resources/lang/cs/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/consumables/general.php b/resources/lang/cs/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/consumables/message.php b/resources/lang/cs/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/consumables/table.php b/resources/lang/cs/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/custom_fields/general.php b/resources/lang/cs/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/custom_fields/message.php b/resources/lang/cs/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/depreciations/general.php b/resources/lang/cs/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/depreciations/message.php b/resources/lang/cs/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/depreciations/table.php b/resources/lang/cs/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/groups/message.php b/resources/lang/cs/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/groups/table.php b/resources/lang/cs/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/groups/titles.php b/resources/lang/cs/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/hardware/form.php b/resources/lang/cs/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/hardware/general.php b/resources/lang/cs/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/hardware/message.php b/resources/lang/cs/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/hardware/table.php b/resources/lang/cs/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/licenses/form.php b/resources/lang/cs/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/licenses/general.php b/resources/lang/cs/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/licenses/message.php b/resources/lang/cs/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/licenses/table.php b/resources/lang/cs/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/locations/message.php b/resources/lang/cs/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/locations/table.php b/resources/lang/cs/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/manufacturers/message.php b/resources/lang/cs/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/manufacturers/table.php b/resources/lang/cs/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/models/general.php b/resources/lang/cs/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/models/message.php b/resources/lang/cs/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/models/table.php b/resources/lang/cs/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/reports/general.php b/resources/lang/cs/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/reports/message.php b/resources/lang/cs/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/settings/general.php b/resources/lang/cs/admin/settings/general.php
old mode 100755
new mode 100644
index e63f3be0e0..51d60fd68e
--- a/resources/lang/cs/admin/settings/general.php
+++ b/resources/lang/cs/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Zálohy',
'barcode_type' => 'Tyo čárového kódu',
'barcode_settings' => 'Nastavení čárového kódu',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/cs/admin/settings/message.php b/resources/lang/cs/admin/settings/message.php
old mode 100755
new mode 100644
index 311f6f2eaf..c2ffff155f
--- a/resources/lang/cs/admin/settings/message.php
+++ b/resources/lang/cs/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/cs/admin/statuslabels/message.php b/resources/lang/cs/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/statuslabels/table.php b/resources/lang/cs/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/suppliers/message.php b/resources/lang/cs/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/suppliers/table.php b/resources/lang/cs/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/users/general.php b/resources/lang/cs/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/users/message.php b/resources/lang/cs/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/admin/users/table.php b/resources/lang/cs/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/auth/message.php b/resources/lang/cs/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/button.php b/resources/lang/cs/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/general.php b/resources/lang/cs/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/pagination.php b/resources/lang/cs/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/reminders.php b/resources/lang/cs/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/table.php b/resources/lang/cs/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/cs/validation.php b/resources/lang/cs/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/accessories/general.php b/resources/lang/da/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/accessories/message.php b/resources/lang/da/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/accessories/table.php b/resources/lang/da/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/asset_maintenances/form.php b/resources/lang/da/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/asset_maintenances/general.php b/resources/lang/da/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/asset_maintenances/message.php b/resources/lang/da/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/asset_maintenances/table.php b/resources/lang/da/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/categories/general.php b/resources/lang/da/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/categories/message.php b/resources/lang/da/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/categories/table.php b/resources/lang/da/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/companies/general.php b/resources/lang/da/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/companies/message.php b/resources/lang/da/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/companies/table.php b/resources/lang/da/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/components/general.php b/resources/lang/da/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/components/message.php b/resources/lang/da/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/components/table.php b/resources/lang/da/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/consumables/general.php b/resources/lang/da/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/consumables/message.php b/resources/lang/da/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/consumables/table.php b/resources/lang/da/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/custom_fields/general.php b/resources/lang/da/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/custom_fields/message.php b/resources/lang/da/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/depreciations/general.php b/resources/lang/da/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/depreciations/message.php b/resources/lang/da/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/depreciations/table.php b/resources/lang/da/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/groups/message.php b/resources/lang/da/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/groups/table.php b/resources/lang/da/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/groups/titles.php b/resources/lang/da/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/hardware/form.php b/resources/lang/da/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/hardware/general.php b/resources/lang/da/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/hardware/message.php b/resources/lang/da/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/hardware/table.php b/resources/lang/da/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/licenses/form.php b/resources/lang/da/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/licenses/general.php b/resources/lang/da/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/licenses/message.php b/resources/lang/da/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/licenses/table.php b/resources/lang/da/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/locations/message.php b/resources/lang/da/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/locations/table.php b/resources/lang/da/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/manufacturers/message.php b/resources/lang/da/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/manufacturers/table.php b/resources/lang/da/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/models/general.php b/resources/lang/da/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/models/message.php b/resources/lang/da/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/models/table.php b/resources/lang/da/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/reports/general.php b/resources/lang/da/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/reports/message.php b/resources/lang/da/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/settings/general.php b/resources/lang/da/admin/settings/general.php
old mode 100755
new mode 100644
index aacb7a46aa..8da79011cc
--- a/resources/lang/da/admin/settings/general.php
+++ b/resources/lang/da/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/da/admin/settings/message.php b/resources/lang/da/admin/settings/message.php
old mode 100755
new mode 100644
index a95761510d..736d5c3e9e
--- a/resources/lang/da/admin/settings/message.php
+++ b/resources/lang/da/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/da/admin/statuslabels/message.php b/resources/lang/da/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/statuslabels/table.php b/resources/lang/da/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/suppliers/message.php b/resources/lang/da/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/suppliers/table.php b/resources/lang/da/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/users/general.php b/resources/lang/da/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/users/message.php b/resources/lang/da/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/admin/users/table.php b/resources/lang/da/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/auth/message.php b/resources/lang/da/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/button.php b/resources/lang/da/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/general.php b/resources/lang/da/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/pagination.php b/resources/lang/da/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/reminders.php b/resources/lang/da/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/table.php b/resources/lang/da/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/accessories/general.php b/resources/lang/de/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/accessories/message.php b/resources/lang/de/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/accessories/table.php b/resources/lang/de/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/asset_maintenances/form.php b/resources/lang/de/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/asset_maintenances/general.php b/resources/lang/de/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/asset_maintenances/message.php b/resources/lang/de/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/asset_maintenances/table.php b/resources/lang/de/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/categories/general.php b/resources/lang/de/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/categories/message.php b/resources/lang/de/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/categories/table.php b/resources/lang/de/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/companies/general.php b/resources/lang/de/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/companies/message.php b/resources/lang/de/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/companies/table.php b/resources/lang/de/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/components/general.php b/resources/lang/de/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/components/message.php b/resources/lang/de/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/components/table.php b/resources/lang/de/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/consumables/general.php b/resources/lang/de/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/consumables/message.php b/resources/lang/de/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/consumables/table.php b/resources/lang/de/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/custom_fields/general.php b/resources/lang/de/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/custom_fields/message.php b/resources/lang/de/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/depreciations/general.php b/resources/lang/de/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/depreciations/message.php b/resources/lang/de/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/depreciations/table.php b/resources/lang/de/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/groups/message.php b/resources/lang/de/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/groups/table.php b/resources/lang/de/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/groups/titles.php b/resources/lang/de/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/hardware/form.php b/resources/lang/de/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/hardware/general.php b/resources/lang/de/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/hardware/message.php b/resources/lang/de/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/hardware/table.php b/resources/lang/de/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/licenses/form.php b/resources/lang/de/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/licenses/general.php b/resources/lang/de/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/licenses/message.php b/resources/lang/de/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/licenses/table.php b/resources/lang/de/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/locations/message.php b/resources/lang/de/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/locations/table.php b/resources/lang/de/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/manufacturers/message.php b/resources/lang/de/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/manufacturers/table.php b/resources/lang/de/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/models/general.php b/resources/lang/de/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/models/message.php b/resources/lang/de/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/models/table.php b/resources/lang/de/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/reports/general.php b/resources/lang/de/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/reports/message.php b/resources/lang/de/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/settings/general.php b/resources/lang/de/admin/settings/general.php
old mode 100755
new mode 100644
index aef65bc1f8..ef77a1c342
--- a/resources/lang/de/admin/settings/general.php
+++ b/resources/lang/de/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Sicherungen',
'barcode_type' => 'Barcode Typ',
'barcode_settings' => 'Barcode Einstellungen',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Eigenes CSS',
'custom_css_help' => 'Füge eigenes CSS hinzu. Benutze keine <style></style> tags.',
'default_currency' => 'Standard Währung',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Etiketten pro Seite',
'label_dimensions' => 'Etikettengröße (Zoll)',
'page_padding' => 'Seiten Ränder (Zoll)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Ettiketten Spaltenzwischenraum unterhalb',
- 'labels_display_sgutter' => 'Ettiketten Spaltenzwischenraum seitlich',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Schriftgröße der Etiketten',
'labels_pagewidth' => 'Etiketten Blatt Breite',
'labels_pageheight' => 'Etiketten Blatt Höhe',
diff --git a/resources/lang/de/admin/settings/message.php b/resources/lang/de/admin/settings/message.php
old mode 100755
new mode 100644
index 3846851a0b..cba3b2c48f
--- a/resources/lang/de/admin/settings/message.php
+++ b/resources/lang/de/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'Backup Datei erfolgreich erstellt.',
'file_not_found' => 'Backup Datei konnte nicht gefunden werden.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/de/admin/statuslabels/message.php b/resources/lang/de/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/statuslabels/table.php b/resources/lang/de/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/suppliers/message.php b/resources/lang/de/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/suppliers/table.php b/resources/lang/de/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/users/general.php b/resources/lang/de/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/users/message.php b/resources/lang/de/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/admin/users/table.php b/resources/lang/de/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/auth/message.php b/resources/lang/de/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/button.php b/resources/lang/de/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/general.php b/resources/lang/de/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/pagination.php b/resources/lang/de/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/reminders.php b/resources/lang/de/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/table.php b/resources/lang/de/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/accessories/general.php b/resources/lang/el/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/accessories/message.php b/resources/lang/el/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/accessories/table.php b/resources/lang/el/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/asset_maintenances/form.php b/resources/lang/el/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/asset_maintenances/general.php b/resources/lang/el/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/asset_maintenances/message.php b/resources/lang/el/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/asset_maintenances/table.php b/resources/lang/el/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/categories/general.php b/resources/lang/el/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/categories/message.php b/resources/lang/el/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/categories/table.php b/resources/lang/el/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/companies/general.php b/resources/lang/el/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/companies/message.php b/resources/lang/el/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/companies/table.php b/resources/lang/el/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/components/general.php b/resources/lang/el/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/components/message.php b/resources/lang/el/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/components/table.php b/resources/lang/el/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/consumables/general.php b/resources/lang/el/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/consumables/message.php b/resources/lang/el/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/consumables/table.php b/resources/lang/el/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/custom_fields/general.php b/resources/lang/el/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/custom_fields/message.php b/resources/lang/el/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/depreciations/general.php b/resources/lang/el/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/depreciations/message.php b/resources/lang/el/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/depreciations/table.php b/resources/lang/el/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/groups/message.php b/resources/lang/el/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/groups/table.php b/resources/lang/el/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/groups/titles.php b/resources/lang/el/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/hardware/form.php b/resources/lang/el/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/hardware/general.php b/resources/lang/el/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/hardware/message.php b/resources/lang/el/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/hardware/table.php b/resources/lang/el/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/licenses/form.php b/resources/lang/el/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/licenses/general.php b/resources/lang/el/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/licenses/message.php b/resources/lang/el/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/licenses/table.php b/resources/lang/el/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/locations/message.php b/resources/lang/el/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/locations/table.php b/resources/lang/el/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/manufacturers/message.php b/resources/lang/el/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/manufacturers/table.php b/resources/lang/el/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/models/general.php b/resources/lang/el/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/models/message.php b/resources/lang/el/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/models/table.php b/resources/lang/el/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/reports/general.php b/resources/lang/el/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/reports/message.php b/resources/lang/el/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/settings/general.php b/resources/lang/el/admin/settings/general.php
old mode 100755
new mode 100644
index aacb7a46aa..8da79011cc
--- a/resources/lang/el/admin/settings/general.php
+++ b/resources/lang/el/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/el/admin/settings/message.php b/resources/lang/el/admin/settings/message.php
old mode 100755
new mode 100644
index a95761510d..736d5c3e9e
--- a/resources/lang/el/admin/settings/message.php
+++ b/resources/lang/el/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/el/admin/statuslabels/message.php b/resources/lang/el/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/statuslabels/table.php b/resources/lang/el/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/suppliers/message.php b/resources/lang/el/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/suppliers/table.php b/resources/lang/el/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/users/general.php b/resources/lang/el/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/users/message.php b/resources/lang/el/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/admin/users/table.php b/resources/lang/el/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/auth/message.php b/resources/lang/el/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/button.php b/resources/lang/el/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/general.php b/resources/lang/el/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/pagination.php b/resources/lang/el/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/reminders.php b/resources/lang/el/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/table.php b/resources/lang/el/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/el/validation.php b/resources/lang/el/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/accessories/general.php b/resources/lang/en-GB/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/accessories/message.php b/resources/lang/en-GB/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/accessories/table.php b/resources/lang/en-GB/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/asset_maintenances/form.php b/resources/lang/en-GB/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/asset_maintenances/general.php b/resources/lang/en-GB/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/asset_maintenances/message.php b/resources/lang/en-GB/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/asset_maintenances/table.php b/resources/lang/en-GB/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/categories/general.php b/resources/lang/en-GB/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/categories/message.php b/resources/lang/en-GB/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/categories/table.php b/resources/lang/en-GB/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/companies/general.php b/resources/lang/en-GB/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/companies/message.php b/resources/lang/en-GB/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/companies/table.php b/resources/lang/en-GB/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/components/general.php b/resources/lang/en-GB/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/components/message.php b/resources/lang/en-GB/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/components/table.php b/resources/lang/en-GB/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/consumables/general.php b/resources/lang/en-GB/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/consumables/message.php b/resources/lang/en-GB/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/consumables/table.php b/resources/lang/en-GB/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/custom_fields/general.php b/resources/lang/en-GB/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/custom_fields/message.php b/resources/lang/en-GB/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/depreciations/general.php b/resources/lang/en-GB/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/depreciations/message.php b/resources/lang/en-GB/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/depreciations/table.php b/resources/lang/en-GB/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/groups/message.php b/resources/lang/en-GB/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/groups/table.php b/resources/lang/en-GB/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/groups/titles.php b/resources/lang/en-GB/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/hardware/form.php b/resources/lang/en-GB/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/hardware/general.php b/resources/lang/en-GB/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/hardware/message.php b/resources/lang/en-GB/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/hardware/table.php b/resources/lang/en-GB/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/licenses/form.php b/resources/lang/en-GB/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/licenses/general.php b/resources/lang/en-GB/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/licenses/message.php b/resources/lang/en-GB/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/licenses/table.php b/resources/lang/en-GB/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/locations/message.php b/resources/lang/en-GB/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/locations/table.php b/resources/lang/en-GB/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/manufacturers/message.php b/resources/lang/en-GB/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/manufacturers/table.php b/resources/lang/en-GB/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/models/general.php b/resources/lang/en-GB/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/models/message.php b/resources/lang/en-GB/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/models/table.php b/resources/lang/en-GB/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/reports/general.php b/resources/lang/en-GB/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/reports/message.php b/resources/lang/en-GB/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php
old mode 100755
new mode 100644
index 030afbe082..8da79011cc
--- a/resources/lang/en-GB/admin/settings/general.php
+++ b/resources/lang/en-GB/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,6 +78,7 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
diff --git a/resources/lang/en-GB/admin/settings/message.php b/resources/lang/en-GB/admin/settings/message.php
old mode 100755
new mode 100644
index a95761510d..736d5c3e9e
--- a/resources/lang/en-GB/admin/settings/message.php
+++ b/resources/lang/en-GB/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/en-GB/admin/statuslabels/message.php b/resources/lang/en-GB/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/statuslabels/table.php b/resources/lang/en-GB/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/suppliers/message.php b/resources/lang/en-GB/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/suppliers/table.php b/resources/lang/en-GB/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/users/general.php b/resources/lang/en-GB/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/users/message.php b/resources/lang/en-GB/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/admin/users/table.php b/resources/lang/en-GB/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/auth/message.php b/resources/lang/en-GB/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/button.php b/resources/lang/en-GB/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/pagination.php b/resources/lang/en-GB/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/reminders.php b/resources/lang/en-GB/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/table.php b/resources/lang/en-GB/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-GB/validation.php b/resources/lang/en-GB/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/accessories/general.php b/resources/lang/en-ID/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/accessories/message.php b/resources/lang/en-ID/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/accessories/table.php b/resources/lang/en-ID/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/asset_maintenances/form.php b/resources/lang/en-ID/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/asset_maintenances/general.php b/resources/lang/en-ID/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/asset_maintenances/message.php b/resources/lang/en-ID/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/asset_maintenances/table.php b/resources/lang/en-ID/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/categories/general.php b/resources/lang/en-ID/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/categories/message.php b/resources/lang/en-ID/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/categories/table.php b/resources/lang/en-ID/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/companies/general.php b/resources/lang/en-ID/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/companies/message.php b/resources/lang/en-ID/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/companies/table.php b/resources/lang/en-ID/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/components/general.php b/resources/lang/en-ID/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/components/message.php b/resources/lang/en-ID/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/components/table.php b/resources/lang/en-ID/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/consumables/general.php b/resources/lang/en-ID/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/consumables/message.php b/resources/lang/en-ID/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/consumables/table.php b/resources/lang/en-ID/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/custom_fields/general.php b/resources/lang/en-ID/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/custom_fields/message.php b/resources/lang/en-ID/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/depreciations/general.php b/resources/lang/en-ID/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/depreciations/message.php b/resources/lang/en-ID/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/depreciations/table.php b/resources/lang/en-ID/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/groups/message.php b/resources/lang/en-ID/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/groups/table.php b/resources/lang/en-ID/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/groups/titles.php b/resources/lang/en-ID/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/hardware/form.php b/resources/lang/en-ID/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/hardware/general.php b/resources/lang/en-ID/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/hardware/message.php b/resources/lang/en-ID/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/hardware/table.php b/resources/lang/en-ID/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/licenses/form.php b/resources/lang/en-ID/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/licenses/general.php b/resources/lang/en-ID/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/licenses/message.php b/resources/lang/en-ID/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/licenses/table.php b/resources/lang/en-ID/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/locations/message.php b/resources/lang/en-ID/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/locations/table.php b/resources/lang/en-ID/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/manufacturers/message.php b/resources/lang/en-ID/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/manufacturers/table.php b/resources/lang/en-ID/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/models/general.php b/resources/lang/en-ID/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/models/message.php b/resources/lang/en-ID/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/models/table.php b/resources/lang/en-ID/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/reports/general.php b/resources/lang/en-ID/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/reports/message.php b/resources/lang/en-ID/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php
old mode 100755
new mode 100644
index aacb7a46aa..8da79011cc
--- a/resources/lang/en-ID/admin/settings/general.php
+++ b/resources/lang/en-ID/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/en-ID/admin/settings/message.php b/resources/lang/en-ID/admin/settings/message.php
old mode 100755
new mode 100644
index a95761510d..736d5c3e9e
--- a/resources/lang/en-ID/admin/settings/message.php
+++ b/resources/lang/en-ID/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/en-ID/admin/statuslabels/message.php b/resources/lang/en-ID/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/statuslabels/table.php b/resources/lang/en-ID/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/suppliers/message.php b/resources/lang/en-ID/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/suppliers/table.php b/resources/lang/en-ID/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/users/general.php b/resources/lang/en-ID/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/users/message.php b/resources/lang/en-ID/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/admin/users/table.php b/resources/lang/en-ID/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/auth/message.php b/resources/lang/en-ID/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/button.php b/resources/lang/en-ID/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/pagination.php b/resources/lang/en-ID/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/reminders.php b/resources/lang/en-ID/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/table.php b/resources/lang/en-ID/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en-ID/validation.php b/resources/lang/en-ID/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/accessories/general.php b/resources/lang/en/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/accessories/message.php b/resources/lang/en/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/accessories/table.php b/resources/lang/en/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/asset_maintenances/form.php b/resources/lang/en/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/asset_maintenances/general.php b/resources/lang/en/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/asset_maintenances/message.php b/resources/lang/en/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/asset_maintenances/table.php b/resources/lang/en/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/categories/general.php b/resources/lang/en/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/categories/message.php b/resources/lang/en/admin/categories/message.php
old mode 100755
new mode 100644
index 1fc4665cbe..c4f947bd3f
--- a/resources/lang/en/admin/categories/message.php
+++ b/resources/lang/en/admin/categories/message.php
@@ -4,11 +4,6 @@ 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_accessories' => 'This category is currently associated with at least one accessory and cannot be deleted. Please update your accessories to no longer reference this category and try again. ',
- 'assoc_consumables' => 'This category is currently associated with at least one consumable and cannot be deleted. Please update your consumables to no longer reference this category and try again. ',
- 'assoc_component' => 'This category is currently associated with at least one component and cannot be deleted. Please update your components to no longer reference this category and try again. ',
-
-
'create' => array(
'error' => 'Category was not created, please try again.',
diff --git a/resources/lang/en/admin/categories/table.php b/resources/lang/en/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/companies/general.php b/resources/lang/en/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/companies/message.php b/resources/lang/en/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/companies/table.php b/resources/lang/en/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/components/general.php b/resources/lang/en/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/components/message.php b/resources/lang/en/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/components/table.php b/resources/lang/en/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/consumables/general.php b/resources/lang/en/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/consumables/message.php b/resources/lang/en/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/consumables/table.php b/resources/lang/en/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/custom_fields/general.php b/resources/lang/en/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/custom_fields/message.php b/resources/lang/en/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/depreciations/general.php b/resources/lang/en/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/depreciations/message.php b/resources/lang/en/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/depreciations/table.php b/resources/lang/en/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/groups/message.php b/resources/lang/en/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/groups/table.php b/resources/lang/en/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/groups/titles.php b/resources/lang/en/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/hardware/form.php b/resources/lang/en/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/hardware/general.php b/resources/lang/en/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/hardware/message.php b/resources/lang/en/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/hardware/table.php b/resources/lang/en/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/licenses/form.php b/resources/lang/en/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/licenses/general.php b/resources/lang/en/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/licenses/message.php b/resources/lang/en/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/licenses/table.php b/resources/lang/en/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/locations/message.php b/resources/lang/en/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/locations/table.php b/resources/lang/en/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/manufacturers/message.php b/resources/lang/en/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/manufacturers/table.php b/resources/lang/en/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/models/general.php b/resources/lang/en/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/models/message.php b/resources/lang/en/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/models/table.php b/resources/lang/en/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/reports/general.php b/resources/lang/en/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/reports/message.php b/resources/lang/en/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/settings/general.php b/resources/lang/en/admin/settings/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/settings/message.php b/resources/lang/en/admin/settings/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/statuslabels/message.php b/resources/lang/en/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/statuslabels/table.php b/resources/lang/en/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/suppliers/message.php b/resources/lang/en/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/suppliers/table.php b/resources/lang/en/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/users/general.php b/resources/lang/en/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/users/message.php b/resources/lang/en/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/admin/users/table.php b/resources/lang/en/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/auth/message.php b/resources/lang/en/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/button.php b/resources/lang/en/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/pagination.php b/resources/lang/en/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/reminders.php b/resources/lang/en/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/table.php b/resources/lang/en/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/accessories/general.php b/resources/lang/es-CO/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/accessories/message.php b/resources/lang/es-CO/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/accessories/table.php b/resources/lang/es-CO/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/asset_maintenances/form.php b/resources/lang/es-CO/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/asset_maintenances/general.php b/resources/lang/es-CO/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/asset_maintenances/message.php b/resources/lang/es-CO/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/asset_maintenances/table.php b/resources/lang/es-CO/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/categories/general.php b/resources/lang/es-CO/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/categories/message.php b/resources/lang/es-CO/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/categories/table.php b/resources/lang/es-CO/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/companies/general.php b/resources/lang/es-CO/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/companies/message.php b/resources/lang/es-CO/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/companies/table.php b/resources/lang/es-CO/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/components/general.php b/resources/lang/es-CO/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/components/message.php b/resources/lang/es-CO/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/components/table.php b/resources/lang/es-CO/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/consumables/general.php b/resources/lang/es-CO/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/consumables/message.php b/resources/lang/es-CO/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/consumables/table.php b/resources/lang/es-CO/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/custom_fields/general.php b/resources/lang/es-CO/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/custom_fields/message.php b/resources/lang/es-CO/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/depreciations/general.php b/resources/lang/es-CO/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/depreciations/message.php b/resources/lang/es-CO/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/depreciations/table.php b/resources/lang/es-CO/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/groups/message.php b/resources/lang/es-CO/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/groups/table.php b/resources/lang/es-CO/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/groups/titles.php b/resources/lang/es-CO/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/hardware/form.php b/resources/lang/es-CO/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/hardware/general.php b/resources/lang/es-CO/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/hardware/message.php b/resources/lang/es-CO/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/hardware/table.php b/resources/lang/es-CO/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/licenses/form.php b/resources/lang/es-CO/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/licenses/general.php b/resources/lang/es-CO/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/licenses/message.php b/resources/lang/es-CO/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/licenses/table.php b/resources/lang/es-CO/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/locations/message.php b/resources/lang/es-CO/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/locations/table.php b/resources/lang/es-CO/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/manufacturers/message.php b/resources/lang/es-CO/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/manufacturers/table.php b/resources/lang/es-CO/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/models/general.php b/resources/lang/es-CO/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/models/message.php b/resources/lang/es-CO/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/models/table.php b/resources/lang/es-CO/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/reports/general.php b/resources/lang/es-CO/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/reports/message.php b/resources/lang/es-CO/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php
old mode 100755
new mode 100644
index aacb7a46aa..8da79011cc
--- a/resources/lang/es-CO/admin/settings/general.php
+++ b/resources/lang/es-CO/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/es-CO/admin/settings/message.php b/resources/lang/es-CO/admin/settings/message.php
old mode 100755
new mode 100644
index a95761510d..736d5c3e9e
--- a/resources/lang/es-CO/admin/settings/message.php
+++ b/resources/lang/es-CO/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/es-CO/admin/statuslabels/message.php b/resources/lang/es-CO/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/statuslabels/table.php b/resources/lang/es-CO/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/suppliers/message.php b/resources/lang/es-CO/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/suppliers/table.php b/resources/lang/es-CO/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/users/general.php b/resources/lang/es-CO/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/users/message.php b/resources/lang/es-CO/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/admin/users/table.php b/resources/lang/es-CO/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/auth/message.php b/resources/lang/es-CO/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/button.php b/resources/lang/es-CO/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/pagination.php b/resources/lang/es-CO/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/reminders.php b/resources/lang/es-CO/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/table.php b/resources/lang/es-CO/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-CO/validation.php b/resources/lang/es-CO/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/accessories/general.php b/resources/lang/es-ES/admin/accessories/general.php
old mode 100755
new mode 100644
index 41dd181f55..c2ad47ff4c
--- a/resources/lang/es-ES/admin/accessories/general.php
+++ b/resources/lang/es-ES/admin/accessories/general.php
@@ -6,11 +6,11 @@ return array(
'accessory_category' => 'Categoría de accesorio',
'accessory_name' => 'Nombre de accesorio',
'cost' => 'Precio de compra',
- 'checkout' => 'Checkout Accessory',
- 'checkin' => 'Checkin Accessory',
+ 'checkout' => 'Checkout Accesorio',
+ 'checkin' => 'Checkin Accesorio',
'create' => 'Crear Accesorio',
'date' => 'Fecha de compra',
- 'edit' => 'Edit Accessory',
+ 'edit' => 'Editar Accesorio',
'eula_text' => 'Categoría EULA',
'eula_text_help' => 'Este campo permite personalizar sus EULAs para tipos específicos de equipos. Si solo tiene un EULA para todos sus equipos, puede seleccionar la siguiente opción para usar el valor por defecto.',
'require_acceptance' => 'Requerir confirmación de usuarios para la aceptación de equipos en esta categoría.',
diff --git a/resources/lang/es-ES/admin/accessories/message.php b/resources/lang/es-ES/admin/accessories/message.php
old mode 100755
new mode 100644
index beb9df5cfd..ac89aa1b91
--- a/resources/lang/es-ES/admin/accessories/message.php
+++ b/resources/lang/es-ES/admin/accessories/message.php
@@ -16,9 +16,9 @@ return array(
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this accessory?',
- 'error' => 'There was an issue deleting the accessory. Please try again.',
- 'success' => 'The accessory was deleted successfully.'
+ 'confirm' => 'Estas seguro de borrar este accesorio?',
+ 'error' => 'Ha habido un problema eliminando este accesorio. Intentalo de nuevo.',
+ 'success' => 'El accesorio fue borrado con éxito.'
),
'checkout' => array(
diff --git a/resources/lang/es-ES/admin/accessories/table.php b/resources/lang/es-ES/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/asset_maintenances/form.php b/resources/lang/es-ES/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/asset_maintenances/general.php b/resources/lang/es-ES/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/asset_maintenances/message.php b/resources/lang/es-ES/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/asset_maintenances/table.php b/resources/lang/es-ES/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/categories/general.php b/resources/lang/es-ES/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/categories/message.php b/resources/lang/es-ES/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/categories/table.php b/resources/lang/es-ES/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/companies/general.php b/resources/lang/es-ES/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/companies/message.php b/resources/lang/es-ES/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/companies/table.php b/resources/lang/es-ES/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/components/general.php b/resources/lang/es-ES/admin/components/general.php
old mode 100755
new mode 100644
index 75c9d250ab..5586f17c7c
--- a/resources/lang/es-ES/admin/components/general.php
+++ b/resources/lang/es-ES/admin/components/general.php
@@ -1,17 +1,17 @@
'About Components',
- 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
- 'component_name' => 'Component Name',
- 'checkin' => 'Checkin Component',
- 'checkout' => 'Checkout Component',
- 'cost' => 'Purchase Cost',
- 'create' => 'Create Component',
- 'edit' => 'Edit Component',
- 'date' => 'Purchase Date',
- 'order' => 'Order Number',
- 'remaining' => 'Remaining',
+ 'about_components_title' => 'Sobre los componentes',
+ 'about_components_text' => 'Un Componente es parte de un Equipo, por ejemplo, Disco Duro, Ram, DVD, etc.',
+ 'component_name' => 'Nombre de Componente',
+ 'checkin' => 'Checkin Componente',
+ 'checkout' => 'Checkout Componente',
+ 'cost' => 'Costo de compra',
+ 'create' => 'Crear componente',
+ 'edit' => 'Editar componente',
+ 'date' => 'Fecha de compra',
+ 'order' => 'Nùmero de orden',
+ 'remaining' => 'Restante',
'total' => 'Total',
- 'update' => 'Update Component',
+ 'update' => 'Actualizar Componente',
);
diff --git a/resources/lang/es-ES/admin/components/message.php b/resources/lang/es-ES/admin/components/message.php
old mode 100755
new mode 100644
index 1d13970f23..fb8de539ce
--- a/resources/lang/es-ES/admin/components/message.php
+++ b/resources/lang/es-ES/admin/components/message.php
@@ -2,34 +2,34 @@
return array(
- 'does_not_exist' => 'Component does not exist.',
+ 'does_not_exist' => 'El componente no existe.',
'create' => array(
- 'error' => 'Component was not created, please try again.',
- 'success' => 'Component created successfully.'
+ 'error' => 'El componente no fuè creado, intentalo de nuevo.',
+ 'success' => 'El componente se creò satisfactoriamente.'
),
'update' => array(
- 'error' => 'Component was not updated, please try again',
- 'success' => 'Component updated successfully.'
+ 'error' => 'El componente no se actualizò, intentalo de nuevo',
+ 'success' => 'Componente actualizado satisfactoriamente.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this component?',
- 'error' => 'There was an issue deleting the component. Please try again.',
- 'success' => 'The component was deleted successfully.'
+ 'confirm' => 'Estàs seguro de que quieres borrar este componente?',
+ 'error' => 'Hubo un problema al querer borrar el componente, intentalo de nuevo.',
+ 'success' => 'El componente fue borrado satisfactoriamente.'
),
'checkout' => array(
- 'error' => 'Component was not checked out, please try again',
- 'success' => 'Component checked out successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => 'El componente no hizo check out, intentalo de nuevo',
+ 'success' => 'Check out del componente satisfactorio.',
+ 'user_does_not_exist' => 'El usuario es invalido, intentalo de nuevo.'
),
'checkin' => array(
- 'error' => 'Component was not checked in, please try again',
- 'success' => 'Component checked in successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => 'El componente no fue checked in, intentalo de nuevo',
+ 'success' => 'Check in de componente satisfactorio.',
+ 'user_does_not_exist' => 'Es usuario es invalido, intentalo de nuevo.'
)
diff --git a/resources/lang/es-ES/admin/components/table.php b/resources/lang/es-ES/admin/components/table.php
old mode 100755
new mode 100644
index 3d4fed6a7f..92a95311ab
--- a/resources/lang/es-ES/admin/components/table.php
+++ b/resources/lang/es-ES/admin/components/table.php
@@ -1,5 +1,5 @@
'Component Name',
+ 'title' => 'Nombre de Componente',
);
diff --git a/resources/lang/es-ES/admin/consumables/general.php b/resources/lang/es-ES/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/consumables/message.php b/resources/lang/es-ES/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/consumables/table.php b/resources/lang/es-ES/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/custom_fields/general.php b/resources/lang/es-ES/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/custom_fields/message.php b/resources/lang/es-ES/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/depreciations/general.php b/resources/lang/es-ES/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/depreciations/message.php b/resources/lang/es-ES/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/depreciations/table.php b/resources/lang/es-ES/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/groups/message.php b/resources/lang/es-ES/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/groups/table.php b/resources/lang/es-ES/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/groups/titles.php b/resources/lang/es-ES/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/hardware/form.php b/resources/lang/es-ES/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/hardware/general.php b/resources/lang/es-ES/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/hardware/message.php b/resources/lang/es-ES/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/hardware/table.php b/resources/lang/es-ES/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/licenses/form.php b/resources/lang/es-ES/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/licenses/general.php b/resources/lang/es-ES/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/licenses/message.php b/resources/lang/es-ES/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/licenses/table.php b/resources/lang/es-ES/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/locations/message.php b/resources/lang/es-ES/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/locations/table.php b/resources/lang/es-ES/admin/locations/table.php
old mode 100755
new mode 100644
index af6938e73a..b09b68392b
--- a/resources/lang/es-ES/admin/locations/table.php
+++ b/resources/lang/es-ES/admin/locations/table.php
@@ -1,7 +1,7 @@
'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_rtd' => 'Equipos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Equipo asignado',
'id' => 'ID',
'city' => 'Ciudad',
diff --git a/resources/lang/es-ES/admin/manufacturers/message.php b/resources/lang/es-ES/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/manufacturers/table.php b/resources/lang/es-ES/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/models/general.php b/resources/lang/es-ES/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/models/message.php b/resources/lang/es-ES/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/models/table.php b/resources/lang/es-ES/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/reports/general.php b/resources/lang/es-ES/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/reports/message.php b/resources/lang/es-ES/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php
old mode 100755
new mode 100644
index da5fb3fe51..3f64a6c0a7
--- a/resources/lang/es-ES/admin/settings/general.php
+++ b/resources/lang/es-ES/admin/settings/general.php
@@ -10,11 +10,13 @@ return array(
'backups' => 'Copias de seguridad',
'barcode_type' => 'Tipo de código de barras',
'barcode_settings' => 'Configuración de Código de Barras',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'CSS Personalizado',
'custom_css_help' => 'Ingrese cualquier CSS personalizado que desee utilizar. No incluya tags como: <style></style>.',
'default_currency' => 'Moneda Predeterminada',
'default_eula_text' => 'EULA por defecto',
- 'default_language' => 'Default Language',
+ 'default_language' => 'Idioma predeterminado',
'default_eula_help_text' => 'También puede asociar EULAs personalizadas para categorías especificas de equipos.',
'display_asset_name' => 'Mostrar Nombre Equipo',
'display_checkout_date' => 'Mostrar Fecha de Salida',
@@ -73,11 +75,12 @@ return array(
'brand' => 'Marca',
'about_settings_title' => 'Acerca de Ajustes',
'about_settings_text' => 'Estos ajustes te permiten personalizar ciertos aspectos de tu instalación.',
- 'labels_per_page' => 'Labels per page',
- 'label_dimensions' => 'Label dimensions (inches)',
- 'page_padding' => 'Page margins (inches)',
+ 'labels_per_page' => 'Etiquetas por pàgina',
+ 'label_dimensions' => 'Dimensiones de las etiquetas (pulgadas)',
+ 'page_padding' => 'Margenès de pàgina (pulgadas)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/es-ES/admin/settings/message.php b/resources/lang/es-ES/admin/settings/message.php
old mode 100755
new mode 100644
index 91ee7ba12f..717b47271c
--- a/resources/lang/es-ES/admin/settings/message.php
+++ b/resources/lang/es-ES/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'Un nuevo archivo de respaldo fue creado satisfactoriamente.',
'file_not_found' => 'El archivo de respaldo no se ha encontrado en el servidor.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/es-ES/admin/statuslabels/message.php b/resources/lang/es-ES/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/statuslabels/table.php b/resources/lang/es-ES/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/suppliers/message.php b/resources/lang/es-ES/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/suppliers/table.php b/resources/lang/es-ES/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/users/general.php b/resources/lang/es-ES/admin/users/general.php
old mode 100755
new mode 100644
index 779d3e3328..3ab46eb6a6
--- a/resources/lang/es-ES/admin/users/general.php
+++ b/resources/lang/es-ES/admin/users/general.php
@@ -4,14 +4,14 @@
return array(
'assets_user' => 'Equipos asignados a :name',
- 'current_assets' => 'Assets currently checked out to this user',
+ 'current_assets' => 'Equipos checked out a este usuario',
'clone' => 'Clonar Usuario',
'contact_user' => 'Contacta con :name',
'edit' => 'Editar Usuario',
'filetype_info' => 'Tipos de archivos permitidos son png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, y rar.',
'history_user' => 'Historial de :name',
'last_login' => 'Último acceso',
- 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
+ 'ldap_config_text' => 'Las configuraciones de LDAP estàn en: Admin -> Settings. La ubicaciòn seleccionadada sera asignada a todos los usuarios importados.',
'software_user' => 'Software asignado a :name',
'view_user' => 'Ver Usuario :name',
'usercsv' => 'Archivo CSV',
diff --git a/resources/lang/es-ES/admin/users/message.php b/resources/lang/es-ES/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/admin/users/table.php b/resources/lang/es-ES/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/auth/message.php b/resources/lang/es-ES/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/button.php b/resources/lang/es-ES/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/pagination.php b/resources/lang/es-ES/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/reminders.php b/resources/lang/es-ES/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/table.php b/resources/lang/es-ES/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/es-ES/validation.php b/resources/lang/es-ES/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/accessories/general.php b/resources/lang/fi/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/accessories/message.php b/resources/lang/fi/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/accessories/table.php b/resources/lang/fi/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/asset_maintenances/form.php b/resources/lang/fi/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/asset_maintenances/general.php b/resources/lang/fi/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/asset_maintenances/message.php b/resources/lang/fi/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/asset_maintenances/table.php b/resources/lang/fi/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/categories/general.php b/resources/lang/fi/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/categories/message.php b/resources/lang/fi/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/categories/table.php b/resources/lang/fi/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/companies/general.php b/resources/lang/fi/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/companies/message.php b/resources/lang/fi/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/companies/table.php b/resources/lang/fi/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/components/general.php b/resources/lang/fi/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/components/message.php b/resources/lang/fi/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/components/table.php b/resources/lang/fi/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/consumables/general.php b/resources/lang/fi/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/consumables/message.php b/resources/lang/fi/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/consumables/table.php b/resources/lang/fi/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/custom_fields/general.php b/resources/lang/fi/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/custom_fields/message.php b/resources/lang/fi/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/depreciations/general.php b/resources/lang/fi/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/depreciations/message.php b/resources/lang/fi/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/depreciations/table.php b/resources/lang/fi/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/groups/message.php b/resources/lang/fi/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/groups/table.php b/resources/lang/fi/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/groups/titles.php b/resources/lang/fi/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/hardware/form.php b/resources/lang/fi/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/hardware/general.php b/resources/lang/fi/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/hardware/message.php b/resources/lang/fi/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/hardware/table.php b/resources/lang/fi/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/licenses/form.php b/resources/lang/fi/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/licenses/general.php b/resources/lang/fi/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/licenses/message.php b/resources/lang/fi/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/licenses/table.php b/resources/lang/fi/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/locations/message.php b/resources/lang/fi/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/locations/table.php b/resources/lang/fi/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/manufacturers/message.php b/resources/lang/fi/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/manufacturers/table.php b/resources/lang/fi/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/models/general.php b/resources/lang/fi/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/models/message.php b/resources/lang/fi/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/models/table.php b/resources/lang/fi/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/reports/general.php b/resources/lang/fi/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/reports/message.php b/resources/lang/fi/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/settings/general.php b/resources/lang/fi/admin/settings/general.php
old mode 100755
new mode 100644
index 324bcba6b6..fc6d6f1750
--- a/resources/lang/fi/admin/settings/general.php
+++ b/resources/lang/fi/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Varmuuskopiointi',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Oma CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/fi/admin/settings/message.php b/resources/lang/fi/admin/settings/message.php
old mode 100755
new mode 100644
index c4d1640704..668b36ba69
--- a/resources/lang/fi/admin/settings/message.php
+++ b/resources/lang/fi/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/fi/admin/statuslabels/message.php b/resources/lang/fi/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/statuslabels/table.php b/resources/lang/fi/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/suppliers/message.php b/resources/lang/fi/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/suppliers/table.php b/resources/lang/fi/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/users/general.php b/resources/lang/fi/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/users/message.php b/resources/lang/fi/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/admin/users/table.php b/resources/lang/fi/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/auth/message.php b/resources/lang/fi/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/button.php b/resources/lang/fi/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/general.php b/resources/lang/fi/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/pagination.php b/resources/lang/fi/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/reminders.php b/resources/lang/fi/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/table.php b/resources/lang/fi/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fi/validation.php b/resources/lang/fi/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/accessories/general.php b/resources/lang/fr/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/accessories/message.php b/resources/lang/fr/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/accessories/table.php b/resources/lang/fr/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/asset_maintenances/form.php b/resources/lang/fr/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/asset_maintenances/general.php b/resources/lang/fr/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/asset_maintenances/message.php b/resources/lang/fr/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/asset_maintenances/table.php b/resources/lang/fr/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/categories/general.php b/resources/lang/fr/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/categories/message.php b/resources/lang/fr/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/categories/table.php b/resources/lang/fr/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/companies/general.php b/resources/lang/fr/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/companies/message.php b/resources/lang/fr/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/companies/table.php b/resources/lang/fr/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/components/general.php b/resources/lang/fr/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/components/message.php b/resources/lang/fr/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/components/table.php b/resources/lang/fr/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/consumables/general.php b/resources/lang/fr/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/consumables/message.php b/resources/lang/fr/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/consumables/table.php b/resources/lang/fr/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/custom_fields/general.php b/resources/lang/fr/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/custom_fields/message.php b/resources/lang/fr/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/depreciations/general.php b/resources/lang/fr/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/depreciations/message.php b/resources/lang/fr/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/depreciations/table.php b/resources/lang/fr/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/groups/message.php b/resources/lang/fr/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/groups/table.php b/resources/lang/fr/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/groups/titles.php b/resources/lang/fr/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/hardware/form.php b/resources/lang/fr/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/hardware/general.php b/resources/lang/fr/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/hardware/message.php b/resources/lang/fr/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/hardware/table.php b/resources/lang/fr/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/licenses/form.php b/resources/lang/fr/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/licenses/general.php b/resources/lang/fr/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/licenses/message.php b/resources/lang/fr/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/licenses/table.php b/resources/lang/fr/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/locations/message.php b/resources/lang/fr/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/locations/table.php b/resources/lang/fr/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/manufacturers/message.php b/resources/lang/fr/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/manufacturers/table.php b/resources/lang/fr/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/models/general.php b/resources/lang/fr/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/models/message.php b/resources/lang/fr/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/models/table.php b/resources/lang/fr/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/reports/general.php b/resources/lang/fr/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/reports/message.php b/resources/lang/fr/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/settings/general.php b/resources/lang/fr/admin/settings/general.php
old mode 100755
new mode 100644
index bd4cb38b50..a9a5d4fbb6
--- a/resources/lang/fr/admin/settings/general.php
+++ b/resources/lang/fr/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Sauvegardes',
'barcode_type' => 'Type de code à bar',
'barcode_settings' => 'Configuration des codes à barres',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'CSS personnalisé',
'custom_css_help' => 'Entrez les codes CSS personnalisé que vous souhaitez utiliser . Ne pas inclure les balises <style></style>.',
'default_currency' => 'Devise par défaut',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/fr/admin/settings/message.php b/resources/lang/fr/admin/settings/message.php
old mode 100755
new mode 100644
index 50c94fd003..cd04b77663
--- a/resources/lang/fr/admin/settings/message.php
+++ b/resources/lang/fr/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'Un nouveau fichier de sauvegarde a été créé correctement.',
'file_not_found' => 'Ce fichier de sauvegarde n\'a pas pu être trouvé sur le serveur .',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/fr/admin/statuslabels/message.php b/resources/lang/fr/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/statuslabels/table.php b/resources/lang/fr/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/suppliers/message.php b/resources/lang/fr/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/suppliers/table.php b/resources/lang/fr/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/users/general.php b/resources/lang/fr/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/users/message.php b/resources/lang/fr/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/admin/users/table.php b/resources/lang/fr/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/auth/message.php b/resources/lang/fr/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/button.php b/resources/lang/fr/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/general.php b/resources/lang/fr/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/pagination.php b/resources/lang/fr/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/reminders.php b/resources/lang/fr/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/table.php b/resources/lang/fr/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/accessories/general.php b/resources/lang/he/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/accessories/message.php b/resources/lang/he/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/accessories/table.php b/resources/lang/he/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/asset_maintenances/form.php b/resources/lang/he/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/asset_maintenances/general.php b/resources/lang/he/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/asset_maintenances/message.php b/resources/lang/he/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/asset_maintenances/table.php b/resources/lang/he/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/categories/general.php b/resources/lang/he/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/categories/message.php b/resources/lang/he/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/categories/table.php b/resources/lang/he/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/companies/general.php b/resources/lang/he/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/companies/message.php b/resources/lang/he/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/companies/table.php b/resources/lang/he/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/components/general.php b/resources/lang/he/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/components/message.php b/resources/lang/he/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/components/table.php b/resources/lang/he/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/consumables/general.php b/resources/lang/he/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/consumables/message.php b/resources/lang/he/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/consumables/table.php b/resources/lang/he/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/custom_fields/general.php b/resources/lang/he/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/custom_fields/message.php b/resources/lang/he/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/depreciations/general.php b/resources/lang/he/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/depreciations/message.php b/resources/lang/he/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/depreciations/table.php b/resources/lang/he/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/groups/message.php b/resources/lang/he/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/groups/table.php b/resources/lang/he/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/groups/titles.php b/resources/lang/he/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/hardware/form.php b/resources/lang/he/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/hardware/general.php b/resources/lang/he/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/hardware/message.php b/resources/lang/he/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/hardware/table.php b/resources/lang/he/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/licenses/form.php b/resources/lang/he/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/licenses/general.php b/resources/lang/he/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/licenses/message.php b/resources/lang/he/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/licenses/table.php b/resources/lang/he/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/locations/message.php b/resources/lang/he/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/locations/table.php b/resources/lang/he/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/manufacturers/message.php b/resources/lang/he/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/manufacturers/table.php b/resources/lang/he/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/models/general.php b/resources/lang/he/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/models/message.php b/resources/lang/he/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/models/table.php b/resources/lang/he/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/reports/general.php b/resources/lang/he/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/reports/message.php b/resources/lang/he/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/settings/general.php b/resources/lang/he/admin/settings/general.php
old mode 100755
new mode 100644
index aacb7a46aa..8da79011cc
--- a/resources/lang/he/admin/settings/general.php
+++ b/resources/lang/he/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/he/admin/settings/message.php b/resources/lang/he/admin/settings/message.php
old mode 100755
new mode 100644
index a95761510d..736d5c3e9e
--- a/resources/lang/he/admin/settings/message.php
+++ b/resources/lang/he/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/he/admin/statuslabels/message.php b/resources/lang/he/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/statuslabels/table.php b/resources/lang/he/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/suppliers/message.php b/resources/lang/he/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/suppliers/table.php b/resources/lang/he/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/users/general.php b/resources/lang/he/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/users/message.php b/resources/lang/he/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/admin/users/table.php b/resources/lang/he/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/auth/message.php b/resources/lang/he/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/button.php b/resources/lang/he/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/general.php b/resources/lang/he/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/pagination.php b/resources/lang/he/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/reminders.php b/resources/lang/he/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/table.php b/resources/lang/he/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/accessories/general.php b/resources/lang/hr/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/accessories/message.php b/resources/lang/hr/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/accessories/table.php b/resources/lang/hr/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/asset_maintenances/form.php b/resources/lang/hr/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/asset_maintenances/general.php b/resources/lang/hr/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/asset_maintenances/message.php b/resources/lang/hr/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/asset_maintenances/table.php b/resources/lang/hr/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/categories/general.php b/resources/lang/hr/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/categories/message.php b/resources/lang/hr/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/categories/table.php b/resources/lang/hr/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/companies/general.php b/resources/lang/hr/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/companies/message.php b/resources/lang/hr/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/companies/table.php b/resources/lang/hr/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/components/general.php b/resources/lang/hr/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/components/message.php b/resources/lang/hr/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/components/table.php b/resources/lang/hr/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/consumables/general.php b/resources/lang/hr/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/consumables/message.php b/resources/lang/hr/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/consumables/table.php b/resources/lang/hr/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/custom_fields/general.php b/resources/lang/hr/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/custom_fields/message.php b/resources/lang/hr/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/depreciations/general.php b/resources/lang/hr/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/depreciations/message.php b/resources/lang/hr/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/depreciations/table.php b/resources/lang/hr/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/groups/message.php b/resources/lang/hr/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/groups/table.php b/resources/lang/hr/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/groups/titles.php b/resources/lang/hr/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/hardware/form.php b/resources/lang/hr/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/hardware/general.php b/resources/lang/hr/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/hardware/message.php b/resources/lang/hr/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/hardware/table.php b/resources/lang/hr/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/licenses/form.php b/resources/lang/hr/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/licenses/general.php b/resources/lang/hr/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/licenses/message.php b/resources/lang/hr/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/licenses/table.php b/resources/lang/hr/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/locations/message.php b/resources/lang/hr/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/locations/table.php b/resources/lang/hr/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/manufacturers/message.php b/resources/lang/hr/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/manufacturers/table.php b/resources/lang/hr/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/models/general.php b/resources/lang/hr/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/models/message.php b/resources/lang/hr/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/models/table.php b/resources/lang/hr/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/reports/general.php b/resources/lang/hr/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/reports/message.php b/resources/lang/hr/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/settings/general.php b/resources/lang/hr/admin/settings/general.php
old mode 100755
new mode 100644
index aacb7a46aa..8da79011cc
--- a/resources/lang/hr/admin/settings/general.php
+++ b/resources/lang/hr/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/hr/admin/settings/message.php b/resources/lang/hr/admin/settings/message.php
old mode 100755
new mode 100644
index a95761510d..736d5c3e9e
--- a/resources/lang/hr/admin/settings/message.php
+++ b/resources/lang/hr/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/hr/admin/statuslabels/message.php b/resources/lang/hr/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/statuslabels/table.php b/resources/lang/hr/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/suppliers/message.php b/resources/lang/hr/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/suppliers/table.php b/resources/lang/hr/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/users/general.php b/resources/lang/hr/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/users/message.php b/resources/lang/hr/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/admin/users/table.php b/resources/lang/hr/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/auth/message.php b/resources/lang/hr/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/button.php b/resources/lang/hr/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/general.php b/resources/lang/hr/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/pagination.php b/resources/lang/hr/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/reminders.php b/resources/lang/hr/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/table.php b/resources/lang/hr/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hr/validation.php b/resources/lang/hr/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/accessories/general.php b/resources/lang/hu/admin/accessories/general.php
old mode 100755
new mode 100644
index f6ed2fe3a5..296224b5f0
--- a/resources/lang/hu/admin/accessories/general.php
+++ b/resources/lang/hu/admin/accessories/general.php
@@ -1,26 +1,26 @@
'About Accessories',
- 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.',
- 'accessory_category' => 'Accessory Category',
- 'accessory_name' => 'Accessory Name',
- 'cost' => 'Purchase Cost',
- 'checkout' => 'Checkout Accessory',
- 'checkin' => 'Checkin Accessory',
- 'create' => 'Create Accessory',
- 'date' => 'Purchase Date',
- 'edit' => 'Edit Accessory',
- 'eula_text' => 'Category EULA',
- 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
- 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
- 'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
- 'order' => 'Order Number',
- 'qty' => 'QTY',
- 'total' => 'Total',
- 'remaining' => 'Avail',
- 'update' => 'Update Accessory',
- 'use_default_eula' => 'Use the primary default EULA instead.',
- 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.',
+ 'about_accessories_title' => 'A tartozékokról',
+ 'about_accessories_text' => 'A tartozék bármi lehet, amit kiad egy felhasználónak, aminek nincs sorozatszáma (vagy csak nem akarja egyediként kezelni). Például számítógépes egér vagy billentyűzet.',
+ 'accessory_category' => 'Tartozék kategória',
+ 'accessory_name' => 'Tartozék neve',
+ 'cost' => 'Beszerzési ár',
+ 'checkout' => 'Kiadott tartozék',
+ 'checkin' => 'Visszavett tartozék',
+ 'create' => 'Tartozék létrehozása',
+ 'date' => 'Beszerzés dátuma',
+ 'edit' => 'Tartozék szerkesztése',
+ 'eula_text' => 'Kategória EULA',
+ 'eula_text_help' => 'Ezzel a mezővel testre szabhatja a különböző eszközök EULA-ját. Ha csak egy EULA van az összes eszközhöz, akkor jelölje be a négyzetet lent, hogy az alapértelmezettet használja.',
+ 'require_acceptance' => 'A felhasználónak kötelező elfogadnia az eszköz átvételét ebben a kategóriában.',
+ 'no_default_eula' => 'Nincs alapértelmezett EULA. Adjon hozzá egyet a Beállításokban!',
+ 'order' => 'Rendelési azonosító',
+ 'qty' => 'Mennyiség',
+ 'total' => 'Összesen',
+ 'remaining' => 'Maradék',
+ 'update' => 'Tartozék frissítése',
+ 'use_default_eula' => 'Használja inkább az alapértelmezett EULA-t.',
+ 'use_default_eula_disabled' => 'Használja inkább az alapértelmezett EULA-t. Nincs alapértelmezett EULA beállítva. Kérem adjon hozzá egyet a Beállításokban!',
);
diff --git a/resources/lang/hu/admin/accessories/message.php b/resources/lang/hu/admin/accessories/message.php
old mode 100755
new mode 100644
index 92998a4e14..b45777cb31
--- a/resources/lang/hu/admin/accessories/message.php
+++ b/resources/lang/hu/admin/accessories/message.php
@@ -2,35 +2,35 @@
return array(
- 'does_not_exist' => 'The accessory does not exist.',
- 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ',
+ 'does_not_exist' => 'A tartozék nem létezik.',
+ 'assoc_users' => 'Ebből a tartozékból jelenleg :count db van kiadva felhasználóknak. Kérem vegyen vissza tartozékot és próbálja újra! ',
'create' => array(
- 'error' => 'The accessory was not created, please try again.',
- 'success' => 'The accessory was successfully created.'
+ 'error' => 'A tartozék nem jött létre, kérem, próbálja újra!',
+ 'success' => 'A tartozék sikeresen létrejött.'
),
'update' => array(
- 'error' => 'The accessory was not updated, please try again',
- 'success' => 'The accessory was updated successfully.'
+ 'error' => 'A tartozékot nem sikerült frissíteni, kérem, próbálja újra!',
+ 'success' => 'A tartozék sikeresen frissült.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this accessory?',
- 'error' => 'There was an issue deleting the accessory. Please try again.',
- 'success' => 'The accessory was deleted successfully.'
+ 'confirm' => 'Biztosan törölni akarja ezt a tartozékot?',
+ 'error' => 'A tartozék törlése közben probléma merült fel, kérjük, próbálja újra!',
+ 'success' => 'A tartozék sikeresen törlődött.'
),
'checkout' => array(
- 'error' => 'Accessory was not checked out, please try again',
- 'success' => 'Accessory checked out successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => 'A tartozékot nem sikerült kiadni, kérem, próbálja újra!',
+ 'success' => 'A tartozék sikeresen kiadva.',
+ 'user_does_not_exist' => 'Érvénytelen felhasználó. Kérem, próbálja újra!'
),
'checkin' => array(
- 'error' => 'Accessory was not checked in, please try again',
- 'success' => 'Accessory checked in successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => 'A tartozékot nem sikerült visszavenni, kérem, próbálja újra!',
+ 'success' => 'A tartozék sikeresen visszavéve.',
+ 'user_does_not_exist' => 'Érvénytelen felhasználó. Kérem, próbálja újra!'
)
diff --git a/resources/lang/hu/admin/accessories/table.php b/resources/lang/hu/admin/accessories/table.php
old mode 100755
new mode 100644
index e02d9f22e4..687a0d3b7d
--- a/resources/lang/hu/admin/accessories/table.php
+++ b/resources/lang/hu/admin/accessories/table.php
@@ -1,11 +1,11 @@
'Download CSV',
+ 'dl_csv' => 'CSV letöltése',
'eula_text' => 'EULA',
'id' => 'ID',
- 'require_acceptance' => 'Acceptance',
- 'title' => 'Accessory Name',
+ 'require_acceptance' => 'Elfogad',
+ 'title' => 'Tartozék neve',
);
diff --git a/resources/lang/hu/admin/asset_maintenances/form.php b/resources/lang/hu/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
index 2aa005c45f..991c1c3a30
--- a/resources/lang/hu/admin/asset_maintenances/form.php
+++ b/resources/lang/hu/admin/asset_maintenances/form.php
@@ -1,14 +1,14 @@
'Maintenance Type',
- 'title' => 'Title',
- 'start_date' => 'Started',
- 'completion_date' => 'Completed',
- 'cost' => 'Cost',
- 'is_warranty' => 'Warranty Improvement',
- 'asset_maintenance_time' => 'Days',
- 'notes' => 'Notes',
- 'update' => 'Update',
- 'create' => 'Create'
+ 'asset_maintenance_type' => 'Karbantartás típusa',
+ 'title' => 'Elnevezés',
+ 'start_date' => 'Kezdés',
+ 'completion_date' => 'Befejezés',
+ 'cost' => 'Költség',
+ 'is_warranty' => 'Garanciális javítás',
+ 'asset_maintenance_time' => 'Napok',
+ 'notes' => 'Megjegyzések',
+ 'update' => 'Frissít',
+ 'create' => 'Létrehoz'
];
diff --git a/resources/lang/hu/admin/asset_maintenances/general.php b/resources/lang/hu/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/asset_maintenances/message.php b/resources/lang/hu/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/asset_maintenances/table.php b/resources/lang/hu/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/categories/general.php b/resources/lang/hu/admin/categories/general.php
old mode 100755
new mode 100644
index 2f278e561f..cef79361a0
--- a/resources/lang/hu/admin/categories/general.php
+++ b/resources/lang/hu/admin/categories/general.php
@@ -1,9 +1,9 @@
'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',
+ 'about_asset_categories' => 'Az eszköz kategóriákról',
+ 'about_categories' => 'Eszköz kategóriákba rendezheti az eszközeit. Például "Desktop gép", "Laptop", "Mobiltelefon", "Táblagép", stb, de úgy használhatja ezeket a kategóriákat, ahogy szeretné.',
+ 'asset_categories' => 'Eszköz kategóriák',
'category_name' => 'Kategória név',
'checkin_email' => 'Send email to user on checkin.',
'clone' => 'Kategória klónozása',
diff --git a/resources/lang/hu/admin/categories/message.php b/resources/lang/hu/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/categories/table.php b/resources/lang/hu/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/companies/general.php b/resources/lang/hu/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/companies/message.php b/resources/lang/hu/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/companies/table.php b/resources/lang/hu/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/components/general.php b/resources/lang/hu/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/components/message.php b/resources/lang/hu/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/components/table.php b/resources/lang/hu/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/consumables/general.php b/resources/lang/hu/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/consumables/message.php b/resources/lang/hu/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/consumables/table.php b/resources/lang/hu/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/custom_fields/general.php b/resources/lang/hu/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/custom_fields/message.php b/resources/lang/hu/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/depreciations/general.php b/resources/lang/hu/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/depreciations/message.php b/resources/lang/hu/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/depreciations/table.php b/resources/lang/hu/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/groups/message.php b/resources/lang/hu/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/groups/table.php b/resources/lang/hu/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/groups/titles.php b/resources/lang/hu/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/hardware/form.php b/resources/lang/hu/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/hardware/general.php b/resources/lang/hu/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/hardware/message.php b/resources/lang/hu/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/hardware/table.php b/resources/lang/hu/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/licenses/form.php b/resources/lang/hu/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/licenses/general.php b/resources/lang/hu/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/licenses/message.php b/resources/lang/hu/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/licenses/table.php b/resources/lang/hu/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/locations/message.php b/resources/lang/hu/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/locations/table.php b/resources/lang/hu/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/manufacturers/message.php b/resources/lang/hu/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/manufacturers/table.php b/resources/lang/hu/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/models/general.php b/resources/lang/hu/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/models/message.php b/resources/lang/hu/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/models/table.php b/resources/lang/hu/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/reports/general.php b/resources/lang/hu/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/reports/message.php b/resources/lang/hu/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/settings/general.php b/resources/lang/hu/admin/settings/general.php
old mode 100755
new mode 100644
index aacb7a46aa..8da79011cc
--- a/resources/lang/hu/admin/settings/general.php
+++ b/resources/lang/hu/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/hu/admin/settings/message.php b/resources/lang/hu/admin/settings/message.php
old mode 100755
new mode 100644
index a95761510d..736d5c3e9e
--- a/resources/lang/hu/admin/settings/message.php
+++ b/resources/lang/hu/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/hu/admin/statuslabels/message.php b/resources/lang/hu/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/statuslabels/table.php b/resources/lang/hu/admin/statuslabels/table.php
old mode 100755
new mode 100644
index dd21781115..f6bf22462c
--- a/resources/lang/hu/admin/statuslabels/table.php
+++ b/resources/lang/hu/admin/statuslabels/table.php
@@ -1,15 +1,15 @@
'About Status Labels',
- 'archived' => 'Archived',
- 'create' => 'Create Status Label',
- 'deployable' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
- 'name' => 'Status Name',
- 'pending' => 'Pending',
- 'status_type' => 'Status Type',
- 'title' => 'Status Labels',
- 'undeployable' => 'Undeployable',
- 'update' => 'Update Status Label',
+ 'about' => 'A státusz címkékről',
+ 'archived' => 'Archivált',
+ 'create' => 'Státusz címke létrehozása',
+ 'deployable' => 'Telepíthető',
+ 'info' => 'A státusz címkék arra szolgálnak, hogy az eszközök különböző állapotát leírják. Például javítás alatt, eltűnt/ellopott, stb. Új címkéket is létre lehet hozni telepíthető, függőben levő és archivált eszközökhöz.',
+ 'name' => 'Státusz elnevezése',
+ 'pending' => 'Függőben',
+ 'status_type' => 'Státusz típusa',
+ 'title' => 'Státusz címkék',
+ 'undeployable' => 'Nem telepíthető',
+ 'update' => 'Státusz címke frissítése',
);
diff --git a/resources/lang/hu/admin/suppliers/message.php b/resources/lang/hu/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/suppliers/table.php b/resources/lang/hu/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/users/general.php b/resources/lang/hu/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/users/message.php b/resources/lang/hu/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/admin/users/table.php b/resources/lang/hu/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/auth/message.php b/resources/lang/hu/auth/message.php
old mode 100755
new mode 100644
index debe7114bd..e747ba59d6
--- a/resources/lang/hu/auth/message.php
+++ b/resources/lang/hu/auth/message.php
@@ -3,7 +3,7 @@
return array(
'account_already_exists' => 'Már létezik ezzel az e-mail címmel felhasználó.',
- 'account_not_found' => 'The username or password is incorrect.',
+ 'account_not_found' => 'A felhasználónév vagy a jelszó érvénytelen.',
'account_not_activated' => 'Ez a felhasználó nincs aktiválva.',
'account_suspended' => 'Ez a felhasználói fiók fel van függesztve.',
'account_banned' => 'Ez a felhasználó ki van tiltva.',
@@ -15,22 +15,22 @@ return array(
'signup' => array(
'error' => 'Felhasználói fiók létrehozása közben probléma lépett fel, kérjük próbálja újra.',
- 'success' => 'Account sucessfully created.',
+ 'success' => 'A felhasználói fiók sikeresen elkészült.',
),
'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' => 'A jelszó visszaállító kód kiküldése közben probléma lépett fel, kérjük próbálja újra.',
+ 'success' => 'A jelszó visszaállító emailt sikeresen elküldtük.',
),
'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' => 'Jelszó helyreállítás közben probléma lépett fel, kérjük próbálja újra.',
+ 'success' => 'A jelszavát sikeresen helyreállította.',
),
'activate' => array(
- 'error' => 'There was a problem while trying to activate your account, please try again.',
- 'success' => 'Your account has been successfully activated.',
+ 'error' => 'A felhasználói fiók aktiválása közben probléma lépett fel, kérjük próbálja újra!',
+ 'success' => 'A felhasználói fiókot sikeresen aktiválta.',
),
);
diff --git a/resources/lang/hu/button.php b/resources/lang/hu/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/general.php b/resources/lang/hu/general.php
old mode 100755
new mode 100644
index 73ae78e7f8..27daafbeab
--- a/resources/lang/hu/general.php
+++ b/resources/lang/hu/general.php
@@ -1,69 +1,69 @@
'Accessories',
- 'activated' => 'Activated',
- 'accessory' => 'Accessory',
- 'accessory_report' => 'Accessory Report',
- 'action' => 'Action',
- 'activity_report' => 'Activity Report',
+ 'accessories' => 'Tartozékok',
+ 'activated' => 'Aktivált',
+ 'accessory' => 'Tartozék',
+ 'accessory_report' => 'Tartozék riport',
+ 'action' => 'Művelet',
+ 'activity_report' => 'Tevékenység riport',
'address' => 'Cím',
'admin' => 'Admin',
'add_seats' => 'Added seats',
- 'all_assets' => 'All Assets',
- 'all' => 'All',
- 'archived' => 'Archived',
- 'asset_models' => 'Asset Models',
- 'asset' => 'Asset',
- 'asset_report' => 'Asset Report',
+ 'all_assets' => 'Összes eszköz',
+ 'all' => 'Mind',
+ 'archived' => 'Archivált',
+ 'asset_models' => 'Eszköz modell',
+ 'asset' => 'Eszköz',
+ 'asset_report' => 'Eszköz riport',
'asset_tag' => 'Asset Tag',
- 'assets_available' => 'assets available',
- 'assets' => 'Assets',
- 'avatar_delete' => 'Delete Avatar',
- 'avatar_upload' => 'Upload Avatar',
+ 'assets_available' => 'elérhető eszközök',
+ 'assets' => 'Eszközök',
+ 'avatar_delete' => 'Avatar törlése',
+ 'avatar_upload' => 'Avatar frissítése',
'back' => 'Vissza',
- 'bad_data' => 'Nothing found. Maybe bad data?',
+ 'bad_data' => 'Nincs találat. Talán rossz adat?',
'cancel' => 'Mégse',
- 'categories' => 'Categories',
- 'category' => 'Category',
+ 'categories' => 'Kategóriák',
+ 'category' => 'Kategória',
'changeemail' => 'E-mail cím módosítása',
'changepassword' => 'Jelszó módosítása',
- 'checkin' => 'Checkin',
- 'checkin_from' => 'Checkin from',
- 'checkout' => 'Checkout',
+ 'checkin' => 'Kiadás',
+ 'checkin_from' => 'Kiadás innen',
+ 'checkout' => 'Kiadás',
'city' => 'Város',
- 'companies' => 'Companies',
- 'company' => 'Company',
- 'component' => 'Component',
- 'components' => 'Components',
- 'consumable' => 'Consumable',
- 'consumables' => 'Consumables',
+ 'companies' => 'Cégek',
+ 'company' => 'Cég',
+ 'component' => 'Alkatrész',
+ 'components' => 'Alkatrészek',
+ 'consumable' => 'Fogyóeszköz',
+ 'consumables' => 'Fogyóeszközök',
'country' => 'Ország',
'create' => 'Új létrehozása',
- 'created_asset' => 'created asset',
- 'created_at' => 'Created at',
- 'currency' => '$', // this is deprecated
- 'current' => 'Current',
- 'custom_report' => 'Custom Asset Report',
- 'dashboard' => 'Dashboard',
+ 'created_asset' => 'létrehozott eszköz',
+ 'created_at' => 'Létrehozva',
+ 'currency' => 'HUF', // this is deprecated
+ 'current' => 'Aktuális',
+ 'custom_report' => 'Egyedi eszköz riport',
+ 'dashboard' => 'Irányítópult',
'date' => 'Dátum',
'delete' => 'Törlés',
'deleted' => 'Törölve',
- 'delete_seats' => 'Deleted Seats',
- 'deployed' => 'Deployed',
- 'depreciation_report' => 'Depreciation Report',
- 'download' => 'Download',
- 'depreciation' => 'Depreciation',
+ 'delete_seats' => 'Törölt elemek',
+ 'deployed' => 'Telepített',
+ 'depreciation_report' => 'Értékcsökkenés riport',
+ 'download' => 'Letöltés',
+ 'depreciation' => 'Értékcsökkenés',
'editprofile' => 'Profil szerkeztése',
'eol' => 'EOL',
- 'first' => 'First',
+ 'first' => 'Első',
'first_name' => 'Keresztnév',
- 'file_name' => 'File',
- 'file_uploads' => 'File Uploads',
- 'generate' => 'Generate',
- 'groups' => 'Groups',
- 'gravatar_email' => 'Gravatar Email Address',
- 'history_for' => 'History for',
+ 'file_name' => 'Fájl',
+ 'file_uploads' => 'Fájlfeltöltések',
+ 'generate' => 'Létrehoz',
+ 'groups' => 'Csoportok',
+ 'gravatar_email' => 'Gravatar email cím',
+ 'history_for' => 'Előzmények:',
'id' => 'ID',
'image_delete' => 'Delete Image',
'image_upload' => 'Upload Image',
@@ -119,15 +119,15 @@
'save' => 'Mentés',
'select' => 'Select',
'search' => 'Search',
- 'select_depreciation' => 'Select a Depreciation Type',
- 'select_location' => 'Select a Location',
- 'select_manufacturer' => 'Select a Manufacturer',
- 'select_model' => 'Select a Model',
- 'select_supplier' => 'Select a Supplier',
- 'select_user' => 'Select a User',
- 'select_date' => 'Select Date',
- 'select_statuslabel' => 'Select Status',
- 'select_company' => 'Select Company',
+ 'select_depreciation' => 'Válasszon ki egy értékcsökkenési típust',
+ 'select_location' => 'Válasszon egy helyet',
+ 'select_manufacturer' => 'Válassza ki a gyártót',
+ 'select_model' => 'Válasszon ki egy modellt',
+ 'select_supplier' => 'Válassza ki a szállítót',
+ 'select_user' => 'Válasszon felhasználót',
+ 'select_date' => 'Dátum kiválasztása',
+ 'select_statuslabel' => 'Státusz kiválasztása',
+ 'select_company' => 'Vállalat kiválasztása',
'select_asset' => 'Select Asset',
'settings' => 'Beállítások',
'sign_in' => 'Bejelentkezés',
diff --git a/resources/lang/hu/pagination.php b/resources/lang/hu/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/reminders.php b/resources/lang/hu/reminders.php
old mode 100755
new mode 100644
index 88f62dc181..edd1b63cd6
--- a/resources/lang/hu/reminders.php
+++ b/resources/lang/hu/reminders.php
@@ -13,7 +13,7 @@ return array(
|
*/
- "password" => "Passwords must be six characters and match the confirmation.",
+ "password" => "A jelszónak 6 karakteresnek kell lennie és egyeznie kell a megerősítésével.",
"user" => "A felhasználónév vagy az e-mail cím téves",
diff --git a/resources/lang/hu/table.php b/resources/lang/hu/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/hu/validation.php b/resources/lang/hu/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/accessories/general.php b/resources/lang/it/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/accessories/message.php b/resources/lang/it/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/accessories/table.php b/resources/lang/it/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/asset_maintenances/form.php b/resources/lang/it/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/asset_maintenances/general.php b/resources/lang/it/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/asset_maintenances/message.php b/resources/lang/it/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/asset_maintenances/table.php b/resources/lang/it/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/categories/general.php b/resources/lang/it/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/categories/message.php b/resources/lang/it/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/categories/table.php b/resources/lang/it/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/companies/general.php b/resources/lang/it/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/companies/message.php b/resources/lang/it/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/companies/table.php b/resources/lang/it/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/components/general.php b/resources/lang/it/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/components/message.php b/resources/lang/it/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/components/table.php b/resources/lang/it/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/consumables/general.php b/resources/lang/it/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/consumables/message.php b/resources/lang/it/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/consumables/table.php b/resources/lang/it/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/custom_fields/general.php b/resources/lang/it/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/custom_fields/message.php b/resources/lang/it/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/depreciations/general.php b/resources/lang/it/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/depreciations/message.php b/resources/lang/it/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/depreciations/table.php b/resources/lang/it/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/groups/message.php b/resources/lang/it/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/groups/table.php b/resources/lang/it/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/groups/titles.php b/resources/lang/it/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/hardware/form.php b/resources/lang/it/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/hardware/general.php b/resources/lang/it/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/hardware/message.php b/resources/lang/it/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/hardware/table.php b/resources/lang/it/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/licenses/form.php b/resources/lang/it/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/licenses/general.php b/resources/lang/it/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/licenses/message.php b/resources/lang/it/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/licenses/table.php b/resources/lang/it/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/locations/message.php b/resources/lang/it/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/locations/table.php b/resources/lang/it/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/manufacturers/message.php b/resources/lang/it/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/manufacturers/table.php b/resources/lang/it/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/models/general.php b/resources/lang/it/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/models/message.php b/resources/lang/it/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/models/table.php b/resources/lang/it/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/reports/general.php b/resources/lang/it/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/reports/message.php b/resources/lang/it/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/settings/general.php b/resources/lang/it/admin/settings/general.php
old mode 100755
new mode 100644
index baeb580e05..b83d9ca581
--- a/resources/lang/it/admin/settings/general.php
+++ b/resources/lang/it/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Tipo Barcode',
'barcode_settings' => 'Impostazioni codice a barre',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'CSS Personalizzato',
'custom_css_help' => 'Inserisci qualsiasi CSS personalizzato che vuoi utilizzare. Do not include the <style></style> tags.',
'default_currency' => 'Valuta predefinita',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/it/admin/settings/message.php b/resources/lang/it/admin/settings/message.php
old mode 100755
new mode 100644
index 1a31cdb0dd..997d7f8b90
--- a/resources/lang/it/admin/settings/message.php
+++ b/resources/lang/it/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'Un nuovo file di backup è stato creato con successo.',
'file_not_found' => 'Quel file di backup non può essere trovato sul server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/it/admin/statuslabels/message.php b/resources/lang/it/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/statuslabels/table.php b/resources/lang/it/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/suppliers/message.php b/resources/lang/it/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/suppliers/table.php b/resources/lang/it/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/users/general.php b/resources/lang/it/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/users/message.php b/resources/lang/it/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/admin/users/table.php b/resources/lang/it/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/auth/message.php b/resources/lang/it/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/button.php b/resources/lang/it/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/general.php b/resources/lang/it/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/pagination.php b/resources/lang/it/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/reminders.php b/resources/lang/it/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/table.php b/resources/lang/it/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/accessories/general.php b/resources/lang/ja/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/accessories/message.php b/resources/lang/ja/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/accessories/table.php b/resources/lang/ja/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/asset_maintenances/form.php b/resources/lang/ja/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/asset_maintenances/general.php b/resources/lang/ja/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/asset_maintenances/message.php b/resources/lang/ja/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/asset_maintenances/table.php b/resources/lang/ja/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/categories/general.php b/resources/lang/ja/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/categories/message.php b/resources/lang/ja/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/categories/table.php b/resources/lang/ja/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/companies/general.php b/resources/lang/ja/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/companies/message.php b/resources/lang/ja/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/companies/table.php b/resources/lang/ja/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/components/general.php b/resources/lang/ja/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/components/message.php b/resources/lang/ja/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/components/table.php b/resources/lang/ja/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/consumables/general.php b/resources/lang/ja/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/consumables/message.php b/resources/lang/ja/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/consumables/table.php b/resources/lang/ja/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/custom_fields/general.php b/resources/lang/ja/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/custom_fields/message.php b/resources/lang/ja/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/depreciations/general.php b/resources/lang/ja/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/depreciations/message.php b/resources/lang/ja/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/depreciations/table.php b/resources/lang/ja/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/groups/message.php b/resources/lang/ja/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/groups/table.php b/resources/lang/ja/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/groups/titles.php b/resources/lang/ja/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/hardware/form.php b/resources/lang/ja/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/hardware/general.php b/resources/lang/ja/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/hardware/message.php b/resources/lang/ja/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/hardware/table.php b/resources/lang/ja/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/licenses/form.php b/resources/lang/ja/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/licenses/general.php b/resources/lang/ja/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/licenses/message.php b/resources/lang/ja/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/licenses/table.php b/resources/lang/ja/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/locations/message.php b/resources/lang/ja/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/locations/table.php b/resources/lang/ja/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/manufacturers/message.php b/resources/lang/ja/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/manufacturers/table.php b/resources/lang/ja/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/models/general.php b/resources/lang/ja/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/models/message.php b/resources/lang/ja/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/models/table.php b/resources/lang/ja/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/reports/general.php b/resources/lang/ja/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/reports/message.php b/resources/lang/ja/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/settings/general.php b/resources/lang/ja/admin/settings/general.php
old mode 100755
new mode 100644
index ea4221fbc1..dc927625a5
--- a/resources/lang/ja/admin/settings/general.php
+++ b/resources/lang/ja/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'バックアップ',
'barcode_type' => 'バーコードタイプ',
'barcode_settings' => 'バーコード設定',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'カスタム CSS:',
'custom_css_help' => '使用したいカスタムCSSを入力してください。<style></style> タグは含めないでください',
'default_currency' => '既定の通貨',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/ja/admin/settings/message.php b/resources/lang/ja/admin/settings/message.php
old mode 100755
new mode 100644
index e7718f52d7..5b9e7aab91
--- a/resources/lang/ja/admin/settings/message.php
+++ b/resources/lang/ja/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => '新しいバックアップファイルが作成されました。',
'file_not_found' => 'そのバックアップファイルをサーバー上に見つけることが出来ませんでした。',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/ja/admin/statuslabels/message.php b/resources/lang/ja/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/statuslabels/table.php b/resources/lang/ja/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/suppliers/message.php b/resources/lang/ja/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/suppliers/table.php b/resources/lang/ja/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/users/general.php b/resources/lang/ja/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/users/message.php b/resources/lang/ja/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/admin/users/table.php b/resources/lang/ja/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/auth/message.php b/resources/lang/ja/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/button.php b/resources/lang/ja/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/general.php b/resources/lang/ja/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/pagination.php b/resources/lang/ja/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/reminders.php b/resources/lang/ja/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/table.php b/resources/lang/ja/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ja/validation.php b/resources/lang/ja/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/accessories/general.php b/resources/lang/ko/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/accessories/message.php b/resources/lang/ko/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/accessories/table.php b/resources/lang/ko/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/asset_maintenances/form.php b/resources/lang/ko/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/asset_maintenances/general.php b/resources/lang/ko/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/asset_maintenances/message.php b/resources/lang/ko/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/asset_maintenances/table.php b/resources/lang/ko/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/categories/general.php b/resources/lang/ko/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/categories/message.php b/resources/lang/ko/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/categories/table.php b/resources/lang/ko/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/companies/general.php b/resources/lang/ko/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/companies/message.php b/resources/lang/ko/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/companies/table.php b/resources/lang/ko/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/components/general.php b/resources/lang/ko/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/components/message.php b/resources/lang/ko/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/components/table.php b/resources/lang/ko/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/consumables/general.php b/resources/lang/ko/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/consumables/message.php b/resources/lang/ko/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/consumables/table.php b/resources/lang/ko/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/custom_fields/general.php b/resources/lang/ko/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/custom_fields/message.php b/resources/lang/ko/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/depreciations/general.php b/resources/lang/ko/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/depreciations/message.php b/resources/lang/ko/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/depreciations/table.php b/resources/lang/ko/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/groups/message.php b/resources/lang/ko/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/groups/table.php b/resources/lang/ko/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/groups/titles.php b/resources/lang/ko/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/hardware/form.php b/resources/lang/ko/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/hardware/general.php b/resources/lang/ko/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/hardware/message.php b/resources/lang/ko/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/hardware/table.php b/resources/lang/ko/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/licenses/form.php b/resources/lang/ko/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/licenses/general.php b/resources/lang/ko/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/licenses/message.php b/resources/lang/ko/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/licenses/table.php b/resources/lang/ko/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/locations/message.php b/resources/lang/ko/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/locations/table.php b/resources/lang/ko/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/manufacturers/message.php b/resources/lang/ko/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/manufacturers/table.php b/resources/lang/ko/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/models/general.php b/resources/lang/ko/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/models/message.php b/resources/lang/ko/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/models/table.php b/resources/lang/ko/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/reports/general.php b/resources/lang/ko/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/reports/message.php b/resources/lang/ko/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/settings/general.php b/resources/lang/ko/admin/settings/general.php
old mode 100755
new mode 100644
index 6d5ce408ae..ae75d1fe21
--- a/resources/lang/ko/admin/settings/general.php
+++ b/resources/lang/ko/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => '예비품',
'barcode_type' => '바코드 형식',
'barcode_settings' => '바코드 설정',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => '사용자 지정 CSS',
'custom_css_help' => '사용하려는 사용자 CSS를 입력하세요. <style></style> 태그들은 넣지 마세요.',
'default_currency' => '기본 통화',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/ko/admin/settings/message.php b/resources/lang/ko/admin/settings/message.php
old mode 100755
new mode 100644
index c08c3447b4..9d1047d332
--- a/resources/lang/ko/admin/settings/message.php
+++ b/resources/lang/ko/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => '새 백업 파일이 생성되었습니다.',
'file_not_found' => '지정한 백업 파일을 서버에서 찾을 수 없습니다.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/ko/admin/statuslabels/message.php b/resources/lang/ko/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/statuslabels/table.php b/resources/lang/ko/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/suppliers/message.php b/resources/lang/ko/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/suppliers/table.php b/resources/lang/ko/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/users/general.php b/resources/lang/ko/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/users/message.php b/resources/lang/ko/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/admin/users/table.php b/resources/lang/ko/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/auth/message.php b/resources/lang/ko/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/button.php b/resources/lang/ko/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/general.php b/resources/lang/ko/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/pagination.php b/resources/lang/ko/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/reminders.php b/resources/lang/ko/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/table.php b/resources/lang/ko/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/accessories/general.php b/resources/lang/lt/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/accessories/message.php b/resources/lang/lt/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/accessories/table.php b/resources/lang/lt/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/asset_maintenances/form.php b/resources/lang/lt/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/asset_maintenances/general.php b/resources/lang/lt/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/asset_maintenances/message.php b/resources/lang/lt/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/asset_maintenances/table.php b/resources/lang/lt/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/categories/general.php b/resources/lang/lt/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/categories/message.php b/resources/lang/lt/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/categories/table.php b/resources/lang/lt/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/companies/general.php b/resources/lang/lt/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/companies/message.php b/resources/lang/lt/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/companies/table.php b/resources/lang/lt/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/components/general.php b/resources/lang/lt/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/components/message.php b/resources/lang/lt/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/components/table.php b/resources/lang/lt/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/consumables/general.php b/resources/lang/lt/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/consumables/message.php b/resources/lang/lt/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/consumables/table.php b/resources/lang/lt/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/custom_fields/general.php b/resources/lang/lt/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/custom_fields/message.php b/resources/lang/lt/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/depreciations/general.php b/resources/lang/lt/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/depreciations/message.php b/resources/lang/lt/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/depreciations/table.php b/resources/lang/lt/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/groups/message.php b/resources/lang/lt/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/groups/table.php b/resources/lang/lt/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/groups/titles.php b/resources/lang/lt/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/hardware/form.php b/resources/lang/lt/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/hardware/general.php b/resources/lang/lt/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/hardware/message.php b/resources/lang/lt/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/hardware/table.php b/resources/lang/lt/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/licenses/form.php b/resources/lang/lt/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/licenses/general.php b/resources/lang/lt/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/licenses/message.php b/resources/lang/lt/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/licenses/table.php b/resources/lang/lt/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/locations/message.php b/resources/lang/lt/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/locations/table.php b/resources/lang/lt/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/manufacturers/message.php b/resources/lang/lt/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/manufacturers/table.php b/resources/lang/lt/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/models/general.php b/resources/lang/lt/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/models/message.php b/resources/lang/lt/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/models/table.php b/resources/lang/lt/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/reports/general.php b/resources/lang/lt/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/reports/message.php b/resources/lang/lt/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/settings/general.php b/resources/lang/lt/admin/settings/general.php
old mode 100755
new mode 100644
index 76b9089e9b..ea9db2bff9
--- a/resources/lang/lt/admin/settings/general.php
+++ b/resources/lang/lt/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Atsarginė kopija',
'barcode_type' => 'Prekės kodo tipas',
'barcode_settings' => 'Prekės kodo nustatymai',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Užsakytas CSS',
'custom_css_help' => 'Įveskite bet kokį užsakytą CSS peržiūrėjimo norėtumėte naudoti. Neįtraukite <style></Stilius> žymės.',
'default_currency' => 'Numatytoji valiuta',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/lt/admin/settings/message.php b/resources/lang/lt/admin/settings/message.php
old mode 100755
new mode 100644
index 52e09352b7..5c9d6ce773
--- a/resources/lang/lt/admin/settings/message.php
+++ b/resources/lang/lt/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'Atsarginė kopija sėkmingai sukurta.',
'file_not_found' => 'Atsarginė kopija nerasta.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/lt/admin/statuslabels/message.php b/resources/lang/lt/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/statuslabels/table.php b/resources/lang/lt/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/suppliers/message.php b/resources/lang/lt/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/suppliers/table.php b/resources/lang/lt/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/users/general.php b/resources/lang/lt/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/users/message.php b/resources/lang/lt/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/admin/users/table.php b/resources/lang/lt/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/auth/message.php b/resources/lang/lt/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/button.php b/resources/lang/lt/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/general.php b/resources/lang/lt/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/pagination.php b/resources/lang/lt/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/reminders.php b/resources/lang/lt/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/table.php b/resources/lang/lt/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/lt/validation.php b/resources/lang/lt/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/accessories/general.php b/resources/lang/ms/admin/accessories/general.php
old mode 100755
new mode 100644
index f6ed2fe3a5..37bf96b0dc
--- a/resources/lang/ms/admin/accessories/general.php
+++ b/resources/lang/ms/admin/accessories/general.php
@@ -1,25 +1,25 @@
'About Accessories',
+ 'about_accessories_title' => 'Tentang Aksesori',
'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.',
- 'accessory_category' => 'Accessory Category',
- 'accessory_name' => 'Accessory Name',
- 'cost' => 'Purchase Cost',
+ 'accessory_category' => 'Kategori Aksesori',
+ 'accessory_name' => 'Nama Aksesori',
+ 'cost' => 'Harga Pembelian',
'checkout' => 'Checkout Accessory',
'checkin' => 'Checkin Accessory',
- 'create' => 'Create Accessory',
- 'date' => 'Purchase Date',
- 'edit' => 'Edit Accessory',
- 'eula_text' => 'Category EULA',
+ 'create' => 'Cipta Aksesori',
+ 'date' => 'Tarikh Pembelian',
+ 'edit' => 'Pinda Aksesori',
+ 'eula_text' => 'Kategori EULA',
'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
- 'order' => 'Order Number',
- 'qty' => 'QTY',
- 'total' => 'Total',
+ 'order' => 'Nombor Pesanan',
+ 'qty' => 'Kuantiti',
+ 'total' => 'Jumlah',
'remaining' => 'Avail',
- 'update' => 'Update Accessory',
+ 'update' => 'Kemaskini Aksesori',
'use_default_eula' => 'Use the primary default EULA instead.',
'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.',
diff --git a/resources/lang/ms/admin/accessories/message.php b/resources/lang/ms/admin/accessories/message.php
old mode 100755
new mode 100644
index 92998a4e14..a76ff30af3
--- a/resources/lang/ms/admin/accessories/message.php
+++ b/resources/lang/ms/admin/accessories/message.php
@@ -2,7 +2,7 @@
return array(
- 'does_not_exist' => 'The accessory does not exist.',
+ 'does_not_exist' => 'Aksesori ini tidak wujud.',
'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ',
'create' => array(
diff --git a/resources/lang/ms/admin/accessories/table.php b/resources/lang/ms/admin/accessories/table.php
old mode 100755
new mode 100644
index e02d9f22e4..3be44aa7c6
--- a/resources/lang/ms/admin/accessories/table.php
+++ b/resources/lang/ms/admin/accessories/table.php
@@ -1,11 +1,11 @@
'Download CSV',
+ 'dl_csv' => 'Muat turun CSV',
'eula_text' => 'EULA',
'id' => 'ID',
- 'require_acceptance' => 'Acceptance',
- 'title' => 'Accessory Name',
+ 'require_acceptance' => 'Penerimaan',
+ 'title' => 'Nama Aksesori',
);
diff --git a/resources/lang/ms/admin/asset_maintenances/form.php b/resources/lang/ms/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
index 2aa005c45f..750fbbb532
--- a/resources/lang/ms/admin/asset_maintenances/form.php
+++ b/resources/lang/ms/admin/asset_maintenances/form.php
@@ -1,14 +1,14 @@
'Maintenance Type',
- 'title' => 'Title',
- 'start_date' => 'Started',
- 'completion_date' => 'Completed',
- 'cost' => 'Cost',
- 'is_warranty' => 'Warranty Improvement',
- 'asset_maintenance_time' => 'Days',
- 'notes' => 'Notes',
- 'update' => 'Update',
- 'create' => 'Create'
+ 'asset_maintenance_type' => 'Jenis Penyelenggaraan',
+ 'title' => 'Tajuk',
+ 'start_date' => 'Mula',
+ 'completion_date' => 'Siap',
+ 'cost' => 'Kos',
+ 'is_warranty' => 'Penambahbaikan Waranti',
+ 'asset_maintenance_time' => 'Hari',
+ 'notes' => 'Nota',
+ 'update' => 'Kemaskini',
+ 'create' => 'Cipta'
];
diff --git a/resources/lang/ms/admin/asset_maintenances/general.php b/resources/lang/ms/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
index c7ae42d41a..451cca9ced
--- a/resources/lang/ms/admin/asset_maintenances/general.php
+++ b/resources/lang/ms/admin/asset_maintenances/general.php
@@ -1,11 +1,11 @@
'Asset Maintenances',
- 'edit' => 'Edit Asset Maintenance',
- 'delete' => 'Delete Asset Maintenance',
- 'view' => 'View Asset Maintenance Details',
- 'repair' => 'Repair',
- 'maintenance' => 'Maintenance',
- 'upgrade' => 'Upgrade'
+ 'asset_maintenances' => 'Penyelenggaraan Aset',
+ 'edit' => 'Pinda Penyelenggaraan Aset',
+ 'delete' => 'Hapus Penyelenggaraan Aset',
+ 'view' => 'Papar Terperinci Penyelenggaraan Aset',
+ 'repair' => 'Baiki',
+ 'maintenance' => 'Penyelenggaraan',
+ 'upgrade' => 'Naik taraf'
];
diff --git a/resources/lang/ms/admin/asset_maintenances/message.php b/resources/lang/ms/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
index ca4256efbe..8fb379b035
--- a/resources/lang/ms/admin/asset_maintenances/message.php
+++ b/resources/lang/ms/admin/asset_maintenances/message.php
@@ -12,6 +12,6 @@
'success' => 'Asset Maintenance created successfully.'
],
'asset_maintenance_incomplete' => 'Not Completed Yet',
- 'warranty' => 'Warranty',
+ 'warranty' => 'Waranti',
'not_warranty' => 'Not Warranty',
];
\ No newline at end of file
diff --git a/resources/lang/ms/admin/asset_maintenances/table.php b/resources/lang/ms/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/categories/general.php b/resources/lang/ms/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/categories/message.php b/resources/lang/ms/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/categories/table.php b/resources/lang/ms/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/companies/general.php b/resources/lang/ms/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/companies/message.php b/resources/lang/ms/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/companies/table.php b/resources/lang/ms/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/components/general.php b/resources/lang/ms/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/components/message.php b/resources/lang/ms/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/components/table.php b/resources/lang/ms/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/consumables/general.php b/resources/lang/ms/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/consumables/message.php b/resources/lang/ms/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/consumables/table.php b/resources/lang/ms/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/custom_fields/general.php b/resources/lang/ms/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/custom_fields/message.php b/resources/lang/ms/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/depreciations/general.php b/resources/lang/ms/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/depreciations/message.php b/resources/lang/ms/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/depreciations/table.php b/resources/lang/ms/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/groups/message.php b/resources/lang/ms/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/groups/table.php b/resources/lang/ms/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/groups/titles.php b/resources/lang/ms/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/hardware/form.php b/resources/lang/ms/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/hardware/general.php b/resources/lang/ms/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/hardware/message.php b/resources/lang/ms/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/hardware/table.php b/resources/lang/ms/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/licenses/form.php b/resources/lang/ms/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/licenses/general.php b/resources/lang/ms/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/licenses/message.php b/resources/lang/ms/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/licenses/table.php b/resources/lang/ms/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/locations/message.php b/resources/lang/ms/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/locations/table.php b/resources/lang/ms/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/manufacturers/message.php b/resources/lang/ms/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/manufacturers/table.php b/resources/lang/ms/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/models/general.php b/resources/lang/ms/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/models/message.php b/resources/lang/ms/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/models/table.php b/resources/lang/ms/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/reports/general.php b/resources/lang/ms/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/reports/message.php b/resources/lang/ms/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/settings/general.php b/resources/lang/ms/admin/settings/general.php
old mode 100755
new mode 100644
index 1b9546f208..7efa9142bd
--- a/resources/lang/ms/admin/settings/general.php
+++ b/resources/lang/ms/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/ms/admin/settings/message.php b/resources/lang/ms/admin/settings/message.php
old mode 100755
new mode 100644
index 0c23e18a3e..953fa6d534
--- a/resources/lang/ms/admin/settings/message.php
+++ b/resources/lang/ms/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/ms/admin/statuslabels/message.php b/resources/lang/ms/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/statuslabels/table.php b/resources/lang/ms/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/suppliers/message.php b/resources/lang/ms/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/suppliers/table.php b/resources/lang/ms/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/users/general.php b/resources/lang/ms/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/users/message.php b/resources/lang/ms/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/admin/users/table.php b/resources/lang/ms/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/auth/message.php b/resources/lang/ms/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/button.php b/resources/lang/ms/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/general.php b/resources/lang/ms/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/pagination.php b/resources/lang/ms/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/reminders.php b/resources/lang/ms/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/table.php b/resources/lang/ms/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ms/validation.php b/resources/lang/ms/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/accessories/general.php b/resources/lang/nl/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/accessories/message.php b/resources/lang/nl/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/accessories/table.php b/resources/lang/nl/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/asset_maintenances/form.php b/resources/lang/nl/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/asset_maintenances/general.php b/resources/lang/nl/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/asset_maintenances/message.php b/resources/lang/nl/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/asset_maintenances/table.php b/resources/lang/nl/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/categories/general.php b/resources/lang/nl/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/categories/message.php b/resources/lang/nl/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/categories/table.php b/resources/lang/nl/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/companies/general.php b/resources/lang/nl/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/companies/message.php b/resources/lang/nl/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/companies/table.php b/resources/lang/nl/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/components/general.php b/resources/lang/nl/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/components/message.php b/resources/lang/nl/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/components/table.php b/resources/lang/nl/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/consumables/general.php b/resources/lang/nl/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/consumables/message.php b/resources/lang/nl/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/consumables/table.php b/resources/lang/nl/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/custom_fields/general.php b/resources/lang/nl/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/custom_fields/message.php b/resources/lang/nl/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/depreciations/general.php b/resources/lang/nl/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/depreciations/message.php b/resources/lang/nl/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/depreciations/table.php b/resources/lang/nl/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/groups/message.php b/resources/lang/nl/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/groups/table.php b/resources/lang/nl/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/groups/titles.php b/resources/lang/nl/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/hardware/form.php b/resources/lang/nl/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/hardware/general.php b/resources/lang/nl/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/hardware/message.php b/resources/lang/nl/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/hardware/table.php b/resources/lang/nl/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/licenses/form.php b/resources/lang/nl/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/licenses/general.php b/resources/lang/nl/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/licenses/message.php b/resources/lang/nl/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/licenses/table.php b/resources/lang/nl/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/locations/message.php b/resources/lang/nl/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/locations/table.php b/resources/lang/nl/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/manufacturers/message.php b/resources/lang/nl/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/manufacturers/table.php b/resources/lang/nl/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/models/general.php b/resources/lang/nl/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/models/message.php b/resources/lang/nl/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/models/table.php b/resources/lang/nl/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/reports/general.php b/resources/lang/nl/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/reports/message.php b/resources/lang/nl/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/settings/general.php b/resources/lang/nl/admin/settings/general.php
old mode 100755
new mode 100644
index cdacee5b33..0628b4317b
--- a/resources/lang/nl/admin/settings/general.php
+++ b/resources/lang/nl/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Back-ups',
'barcode_type' => 'Barcode type',
'barcode_settings' => 'Barcode instellingen',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Aangepaste CSS',
'custom_css_help' => 'Voer een aangepaste CSS overschrijving die je wilt gebruiken in. Gebruik geen <style></style> tags.',
'default_currency' => 'Standaard valuta',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/nl/admin/settings/message.php b/resources/lang/nl/admin/settings/message.php
old mode 100755
new mode 100644
index 90037e74fb..22a6a32842
--- a/resources/lang/nl/admin/settings/message.php
+++ b/resources/lang/nl/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'Een nieuw Back-up bestand is met succes aangemaakt.',
'file_not_found' => 'Die Back-up bestand kon niet gevonden worden op de server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/nl/admin/statuslabels/message.php b/resources/lang/nl/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/statuslabels/table.php b/resources/lang/nl/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/suppliers/message.php b/resources/lang/nl/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/suppliers/table.php b/resources/lang/nl/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/users/general.php b/resources/lang/nl/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/users/message.php b/resources/lang/nl/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/admin/users/table.php b/resources/lang/nl/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/auth/message.php b/resources/lang/nl/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/button.php b/resources/lang/nl/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/general.php b/resources/lang/nl/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/pagination.php b/resources/lang/nl/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/reminders.php b/resources/lang/nl/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/table.php b/resources/lang/nl/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/accessories/general.php b/resources/lang/no/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/accessories/message.php b/resources/lang/no/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/accessories/table.php b/resources/lang/no/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/asset_maintenances/form.php b/resources/lang/no/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/asset_maintenances/general.php b/resources/lang/no/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/asset_maintenances/message.php b/resources/lang/no/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/asset_maintenances/table.php b/resources/lang/no/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/categories/general.php b/resources/lang/no/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/categories/message.php b/resources/lang/no/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/categories/table.php b/resources/lang/no/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/companies/general.php b/resources/lang/no/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/companies/message.php b/resources/lang/no/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/companies/table.php b/resources/lang/no/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/components/general.php b/resources/lang/no/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/components/message.php b/resources/lang/no/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/components/table.php b/resources/lang/no/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/consumables/general.php b/resources/lang/no/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/consumables/message.php b/resources/lang/no/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/consumables/table.php b/resources/lang/no/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/custom_fields/general.php b/resources/lang/no/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/custom_fields/message.php b/resources/lang/no/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/depreciations/general.php b/resources/lang/no/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/depreciations/message.php b/resources/lang/no/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/depreciations/table.php b/resources/lang/no/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/groups/message.php b/resources/lang/no/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/groups/table.php b/resources/lang/no/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/groups/titles.php b/resources/lang/no/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/hardware/form.php b/resources/lang/no/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/hardware/general.php b/resources/lang/no/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/hardware/message.php b/resources/lang/no/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/hardware/table.php b/resources/lang/no/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/licenses/form.php b/resources/lang/no/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/licenses/general.php b/resources/lang/no/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/licenses/message.php b/resources/lang/no/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/licenses/table.php b/resources/lang/no/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/locations/message.php b/resources/lang/no/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/locations/table.php b/resources/lang/no/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/manufacturers/message.php b/resources/lang/no/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/manufacturers/table.php b/resources/lang/no/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/models/general.php b/resources/lang/no/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/models/message.php b/resources/lang/no/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/models/table.php b/resources/lang/no/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/reports/general.php b/resources/lang/no/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/reports/message.php b/resources/lang/no/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/settings/general.php b/resources/lang/no/admin/settings/general.php
old mode 100755
new mode 100644
index f4b104fe2a..df89a16e65
--- a/resources/lang/no/admin/settings/general.php
+++ b/resources/lang/no/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Sikkerhetskopier',
'barcode_type' => 'Strekkodetype',
'barcode_settings' => 'Strekkodeinnstillinger',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Egendefinert CSS',
'custom_css_help' => 'Legg til egendefinert CSS. Ikke ta med taggene <style></style>.',
'default_currency' => 'Standardvaluta',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/no/admin/settings/message.php b/resources/lang/no/admin/settings/message.php
old mode 100755
new mode 100644
index 2458c85ff5..e24aa688ba
--- a/resources/lang/no/admin/settings/message.php
+++ b/resources/lang/no/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'En ny sikkerhetskopi fil ble opprettet.',
'file_not_found' => 'Den backup-filen ble ikke funnet på serveren.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/no/admin/statuslabels/message.php b/resources/lang/no/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/statuslabels/table.php b/resources/lang/no/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/suppliers/message.php b/resources/lang/no/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/suppliers/table.php b/resources/lang/no/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/users/general.php b/resources/lang/no/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/users/message.php b/resources/lang/no/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/admin/users/table.php b/resources/lang/no/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/auth/message.php b/resources/lang/no/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/button.php b/resources/lang/no/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/general.php b/resources/lang/no/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/pagination.php b/resources/lang/no/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/reminders.php b/resources/lang/no/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/table.php b/resources/lang/no/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/no/validation.php b/resources/lang/no/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/accessories/general.php b/resources/lang/pl/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/accessories/message.php b/resources/lang/pl/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/accessories/table.php b/resources/lang/pl/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/asset_maintenances/form.php b/resources/lang/pl/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/asset_maintenances/general.php b/resources/lang/pl/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/asset_maintenances/message.php b/resources/lang/pl/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/asset_maintenances/table.php b/resources/lang/pl/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/categories/general.php b/resources/lang/pl/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/categories/message.php b/resources/lang/pl/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/categories/table.php b/resources/lang/pl/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/companies/general.php b/resources/lang/pl/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/companies/message.php b/resources/lang/pl/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/companies/table.php b/resources/lang/pl/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/components/general.php b/resources/lang/pl/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/components/message.php b/resources/lang/pl/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/components/table.php b/resources/lang/pl/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/consumables/general.php b/resources/lang/pl/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/consumables/message.php b/resources/lang/pl/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/consumables/table.php b/resources/lang/pl/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/custom_fields/general.php b/resources/lang/pl/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/custom_fields/message.php b/resources/lang/pl/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/depreciations/general.php b/resources/lang/pl/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/depreciations/message.php b/resources/lang/pl/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/depreciations/table.php b/resources/lang/pl/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/groups/message.php b/resources/lang/pl/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/groups/table.php b/resources/lang/pl/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/groups/titles.php b/resources/lang/pl/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/hardware/form.php b/resources/lang/pl/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/hardware/general.php b/resources/lang/pl/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/hardware/message.php b/resources/lang/pl/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/hardware/table.php b/resources/lang/pl/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/licenses/form.php b/resources/lang/pl/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/licenses/general.php b/resources/lang/pl/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/licenses/message.php b/resources/lang/pl/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/licenses/table.php b/resources/lang/pl/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/locations/message.php b/resources/lang/pl/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/locations/table.php b/resources/lang/pl/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/manufacturers/message.php b/resources/lang/pl/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/manufacturers/table.php b/resources/lang/pl/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/models/general.php b/resources/lang/pl/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/models/message.php b/resources/lang/pl/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/models/table.php b/resources/lang/pl/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/reports/general.php b/resources/lang/pl/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/reports/message.php b/resources/lang/pl/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/settings/general.php b/resources/lang/pl/admin/settings/general.php
old mode 100755
new mode 100644
index 561ff54505..fba509881e
--- a/resources/lang/pl/admin/settings/general.php
+++ b/resources/lang/pl/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Kopie zapasowe',
'barcode_type' => 'Typ Kodu Kreskowego',
'barcode_settings' => 'Ustawienia Kodów Kreskowych',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Własny CSS',
'custom_css_help' => 'Wprowadź własny kod CSS. Nie używaj tagów <style></style>.',
'default_currency' => 'Domyślna Waluta',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/pl/admin/settings/message.php b/resources/lang/pl/admin/settings/message.php
old mode 100755
new mode 100644
index b1c726e2f5..52fc831ca2
--- a/resources/lang/pl/admin/settings/message.php
+++ b/resources/lang/pl/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'Nowa kopia zapasowa utworzona pomyślnie.',
'file_not_found' => 'Nie odnaleziono kopii zapasowej na serwerze.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/pl/admin/statuslabels/message.php b/resources/lang/pl/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/statuslabels/table.php b/resources/lang/pl/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/suppliers/message.php b/resources/lang/pl/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/suppliers/table.php b/resources/lang/pl/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/users/general.php b/resources/lang/pl/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/users/message.php b/resources/lang/pl/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/admin/users/table.php b/resources/lang/pl/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/auth/message.php b/resources/lang/pl/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/button.php b/resources/lang/pl/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/general.php b/resources/lang/pl/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/pagination.php b/resources/lang/pl/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/reminders.php b/resources/lang/pl/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/table.php b/resources/lang/pl/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/accessories/general.php b/resources/lang/pt-BR/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/accessories/message.php b/resources/lang/pt-BR/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/accessories/table.php b/resources/lang/pt-BR/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/asset_maintenances/form.php b/resources/lang/pt-BR/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/asset_maintenances/general.php b/resources/lang/pt-BR/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/asset_maintenances/message.php b/resources/lang/pt-BR/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/asset_maintenances/table.php b/resources/lang/pt-BR/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/categories/general.php b/resources/lang/pt-BR/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/categories/message.php b/resources/lang/pt-BR/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/categories/table.php b/resources/lang/pt-BR/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/companies/general.php b/resources/lang/pt-BR/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/companies/message.php b/resources/lang/pt-BR/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/companies/table.php b/resources/lang/pt-BR/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/components/general.php b/resources/lang/pt-BR/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/components/message.php b/resources/lang/pt-BR/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/components/table.php b/resources/lang/pt-BR/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/consumables/general.php b/resources/lang/pt-BR/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/consumables/message.php b/resources/lang/pt-BR/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/consumables/table.php b/resources/lang/pt-BR/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/custom_fields/general.php b/resources/lang/pt-BR/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/custom_fields/message.php b/resources/lang/pt-BR/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/depreciations/general.php b/resources/lang/pt-BR/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/depreciations/message.php b/resources/lang/pt-BR/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/depreciations/table.php b/resources/lang/pt-BR/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/groups/message.php b/resources/lang/pt-BR/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/groups/table.php b/resources/lang/pt-BR/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/groups/titles.php b/resources/lang/pt-BR/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/hardware/form.php b/resources/lang/pt-BR/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/hardware/general.php b/resources/lang/pt-BR/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/hardware/message.php b/resources/lang/pt-BR/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/hardware/table.php b/resources/lang/pt-BR/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/licenses/form.php b/resources/lang/pt-BR/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/licenses/general.php b/resources/lang/pt-BR/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/licenses/message.php b/resources/lang/pt-BR/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/licenses/table.php b/resources/lang/pt-BR/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/locations/message.php b/resources/lang/pt-BR/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/locations/table.php b/resources/lang/pt-BR/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/manufacturers/message.php b/resources/lang/pt-BR/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/manufacturers/table.php b/resources/lang/pt-BR/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/models/general.php b/resources/lang/pt-BR/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/models/message.php b/resources/lang/pt-BR/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/models/table.php b/resources/lang/pt-BR/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/reports/general.php b/resources/lang/pt-BR/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/reports/message.php b/resources/lang/pt-BR/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php
old mode 100755
new mode 100644
index 3f40b07627..bd27927f5c
--- a/resources/lang/pt-BR/admin/settings/general.php
+++ b/resources/lang/pt-BR/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Tipo do Código de Barras',
'barcode_settings' => 'Configuração do código de barras',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'CSS personalizado',
'custom_css_help' => 'Digite quaisquer CSS modificada que você gostaria de usar. Mas não inclua as tags <style></style>.',
'default_currency' => 'Moeda padrão',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/pt-BR/admin/settings/message.php b/resources/lang/pt-BR/admin/settings/message.php
old mode 100755
new mode 100644
index ecb202a053..0debae42bc
--- a/resources/lang/pt-BR/admin/settings/message.php
+++ b/resources/lang/pt-BR/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'Um novo arquivo de backup foi criado com sucesso.',
'file_not_found' => 'Arquivo de backup não foi encontrado no servidor.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/pt-BR/admin/statuslabels/message.php b/resources/lang/pt-BR/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/statuslabels/table.php b/resources/lang/pt-BR/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/suppliers/message.php b/resources/lang/pt-BR/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/suppliers/table.php b/resources/lang/pt-BR/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/users/general.php b/resources/lang/pt-BR/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/users/message.php b/resources/lang/pt-BR/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/admin/users/table.php b/resources/lang/pt-BR/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/auth/message.php b/resources/lang/pt-BR/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/button.php b/resources/lang/pt-BR/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/pagination.php b/resources/lang/pt-BR/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/reminders.php b/resources/lang/pt-BR/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/table.php b/resources/lang/pt-BR/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/accessories/general.php b/resources/lang/pt-PT/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/accessories/message.php b/resources/lang/pt-PT/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/accessories/table.php b/resources/lang/pt-PT/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/asset_maintenances/form.php b/resources/lang/pt-PT/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/asset_maintenances/general.php b/resources/lang/pt-PT/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/asset_maintenances/message.php b/resources/lang/pt-PT/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/asset_maintenances/table.php b/resources/lang/pt-PT/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/categories/general.php b/resources/lang/pt-PT/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/categories/message.php b/resources/lang/pt-PT/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/categories/table.php b/resources/lang/pt-PT/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/companies/general.php b/resources/lang/pt-PT/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/companies/message.php b/resources/lang/pt-PT/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/companies/table.php b/resources/lang/pt-PT/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/components/general.php b/resources/lang/pt-PT/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/components/message.php b/resources/lang/pt-PT/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/components/table.php b/resources/lang/pt-PT/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/consumables/general.php b/resources/lang/pt-PT/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/consumables/message.php b/resources/lang/pt-PT/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/consumables/table.php b/resources/lang/pt-PT/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/custom_fields/general.php b/resources/lang/pt-PT/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/custom_fields/message.php b/resources/lang/pt-PT/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/depreciations/general.php b/resources/lang/pt-PT/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/depreciations/message.php b/resources/lang/pt-PT/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/depreciations/table.php b/resources/lang/pt-PT/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/groups/message.php b/resources/lang/pt-PT/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/groups/table.php b/resources/lang/pt-PT/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/groups/titles.php b/resources/lang/pt-PT/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/hardware/form.php b/resources/lang/pt-PT/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/hardware/general.php b/resources/lang/pt-PT/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/hardware/message.php b/resources/lang/pt-PT/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/hardware/table.php b/resources/lang/pt-PT/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/licenses/form.php b/resources/lang/pt-PT/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/licenses/general.php b/resources/lang/pt-PT/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/licenses/message.php b/resources/lang/pt-PT/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/licenses/table.php b/resources/lang/pt-PT/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/locations/message.php b/resources/lang/pt-PT/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/locations/table.php b/resources/lang/pt-PT/admin/locations/table.php
old mode 100755
new mode 100644
index 84f186ec03..2c379c1678
--- a/resources/lang/pt-PT/admin/locations/table.php
+++ b/resources/lang/pt-PT/admin/locations/table.php
@@ -1,7 +1,7 @@
'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_rtd' => 'Artigos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Ativos Atribuídos',
'id' => 'ID',
'city' => 'Cidade',
diff --git a/resources/lang/pt-PT/admin/manufacturers/message.php b/resources/lang/pt-PT/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/manufacturers/table.php b/resources/lang/pt-PT/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/models/general.php b/resources/lang/pt-PT/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/models/message.php b/resources/lang/pt-PT/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/models/table.php b/resources/lang/pt-PT/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/reports/general.php b/resources/lang/pt-PT/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/reports/message.php b/resources/lang/pt-PT/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php
old mode 100755
new mode 100644
index 99a5bb1633..2da4aab959
--- a/resources/lang/pt-PT/admin/settings/general.php
+++ b/resources/lang/pt-PT/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Cópias de segurança',
'barcode_type' => 'Tipo de Código de Barras',
'barcode_settings' => 'Definições de Código de Barras',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'CSS Personalizado',
'custom_css_help' => 'Insira o CSS personalizado que deseja utilizar. Não use as tags .',
'default_currency' => 'Moeda padrão',
@@ -73,17 +75,18 @@ return array(
'brand' => 'Branding',
'about_settings_title' => 'Sobre as Configurações',
'about_settings_text' => 'Estas configurações permitem-lhe customizar determinados aspetos da sua instalação.',
- 'labels_per_page' => 'Labels per page',
- 'label_dimensions' => 'Label dimensions (inches)',
+ 'labels_per_page' => 'Etiquetas por página',
+ 'label_dimensions' => 'Dimensões das etiquetas (inches)',
'page_padding' => 'Margens da pagina (inches)',
- 'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
- 'labels_fontsize' => 'Label font size',
- 'labels_pagewidth' => 'Label sheet width',
- 'labels_pageheight' => 'Label sheet height',
- 'label_gutters' => 'Label spacing (inches)',
+ 'purge' => 'Purge Deleted Records',
+ 'labels_display_bgutter' => 'Margem inferior da etiqueta',
+ 'labels_display_sgutter' => 'Label side gutter',
+ 'labels_fontsize' => 'Tamanho do texto da etiqueta',
+ 'labels_pagewidth' => 'Largura da folha de etiquetas',
+ 'labels_pageheight' => 'Altura da folha de etiquetas',
+ 'label_gutters' => 'Espaçamento entre etiquetas (inches)',
'page_dimensions' => 'Dimensões da pagina (inches)',
- 'label_fields' => 'Label visible fields',
+ 'label_fields' => 'Campos visiveis nas etiquetas',
'inches' => 'inches',
'width_w' => 'w',
'height_h' => 'h',
diff --git a/resources/lang/pt-PT/admin/settings/message.php b/resources/lang/pt-PT/admin/settings/message.php
old mode 100755
new mode 100644
index 0b766b54a0..cca666d923
--- a/resources/lang/pt-PT/admin/settings/message.php
+++ b/resources/lang/pt-PT/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'Ficheiro de backup criado com sucesso.',
'file_not_found' => 'O ficheiro de backup não foi encontrado no servidor.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/pt-PT/admin/statuslabels/message.php b/resources/lang/pt-PT/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/statuslabels/table.php b/resources/lang/pt-PT/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/suppliers/message.php b/resources/lang/pt-PT/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/suppliers/table.php b/resources/lang/pt-PT/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/users/general.php b/resources/lang/pt-PT/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/users/message.php b/resources/lang/pt-PT/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/admin/users/table.php b/resources/lang/pt-PT/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/auth/message.php b/resources/lang/pt-PT/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/button.php b/resources/lang/pt-PT/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/pagination.php b/resources/lang/pt-PT/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/reminders.php b/resources/lang/pt-PT/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/table.php b/resources/lang/pt-PT/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/accessories/general.php b/resources/lang/ro/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/accessories/message.php b/resources/lang/ro/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/accessories/table.php b/resources/lang/ro/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/asset_maintenances/form.php b/resources/lang/ro/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/asset_maintenances/general.php b/resources/lang/ro/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/asset_maintenances/message.php b/resources/lang/ro/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/asset_maintenances/table.php b/resources/lang/ro/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/categories/general.php b/resources/lang/ro/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/categories/message.php b/resources/lang/ro/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/categories/table.php b/resources/lang/ro/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/companies/general.php b/resources/lang/ro/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/companies/message.php b/resources/lang/ro/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/companies/table.php b/resources/lang/ro/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/components/general.php b/resources/lang/ro/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/components/message.php b/resources/lang/ro/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/components/table.php b/resources/lang/ro/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/consumables/general.php b/resources/lang/ro/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/consumables/message.php b/resources/lang/ro/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/consumables/table.php b/resources/lang/ro/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/custom_fields/general.php b/resources/lang/ro/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/custom_fields/message.php b/resources/lang/ro/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/depreciations/general.php b/resources/lang/ro/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/depreciations/message.php b/resources/lang/ro/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/depreciations/table.php b/resources/lang/ro/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/groups/message.php b/resources/lang/ro/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/groups/table.php b/resources/lang/ro/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/groups/titles.php b/resources/lang/ro/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/hardware/form.php b/resources/lang/ro/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/hardware/general.php b/resources/lang/ro/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/hardware/message.php b/resources/lang/ro/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/hardware/table.php b/resources/lang/ro/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/licenses/form.php b/resources/lang/ro/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/licenses/general.php b/resources/lang/ro/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/licenses/message.php b/resources/lang/ro/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/licenses/table.php b/resources/lang/ro/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/locations/message.php b/resources/lang/ro/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/locations/table.php b/resources/lang/ro/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/manufacturers/message.php b/resources/lang/ro/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/manufacturers/table.php b/resources/lang/ro/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/models/general.php b/resources/lang/ro/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/models/message.php b/resources/lang/ro/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/models/table.php b/resources/lang/ro/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/reports/general.php b/resources/lang/ro/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/reports/message.php b/resources/lang/ro/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/settings/general.php b/resources/lang/ro/admin/settings/general.php
old mode 100755
new mode 100644
index 53b16a0894..130a89bce8
--- a/resources/lang/ro/admin/settings/general.php
+++ b/resources/lang/ro/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Moneda implicita',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/ro/admin/settings/message.php b/resources/lang/ro/admin/settings/message.php
old mode 100755
new mode 100644
index a1f031ff86..647f1c4ef0
--- a/resources/lang/ro/admin/settings/message.php
+++ b/resources/lang/ro/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/ro/admin/statuslabels/message.php b/resources/lang/ro/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/statuslabels/table.php b/resources/lang/ro/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/suppliers/message.php b/resources/lang/ro/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/suppliers/table.php b/resources/lang/ro/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/users/general.php b/resources/lang/ro/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/users/message.php b/resources/lang/ro/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/admin/users/table.php b/resources/lang/ro/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/auth/message.php b/resources/lang/ro/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/button.php b/resources/lang/ro/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/general.php b/resources/lang/ro/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/pagination.php b/resources/lang/ro/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/reminders.php b/resources/lang/ro/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/table.php b/resources/lang/ro/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ro/validation.php b/resources/lang/ro/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/accessories/general.php b/resources/lang/ru/admin/accessories/general.php
old mode 100755
new mode 100644
index 52052f76a0..56ce3398e3
--- a/resources/lang/ru/admin/accessories/general.php
+++ b/resources/lang/ru/admin/accessories/general.php
@@ -6,11 +6,11 @@ return array(
'accessory_category' => 'Категория аксессуара',
'accessory_name' => 'Имя аксессуара',
'cost' => 'Стоимость закупки',
- 'checkout' => 'Checkout Accessory',
- 'checkin' => 'Checkin Accessory',
+ 'checkout' => 'Отвязать прочее',
+ 'checkin' => 'Привязать прочее',
'create' => 'Создать аксесуар',
'date' => 'Дата закупки',
- 'edit' => 'Edit Accessory',
+ 'edit' => 'Править прочее',
'eula_text' => 'Категория EULA',
'eula_text_help' => 'Это поле позволяет персонализировать пользовательские соглашения для определенных типов активов. Если у вас только одно пользовательское соглашение для всех активов, вы можете отметить чекбокс внизу, чтобы использовать основное соглашение по умолчанию.',
'require_acceptance' => 'Требовать обязательного подтверждения пользователем прием активов в этой категории.',
diff --git a/resources/lang/ru/admin/accessories/message.php b/resources/lang/ru/admin/accessories/message.php
old mode 100755
new mode 100644
index e599baa2d1..e33ac7d433
--- a/resources/lang/ru/admin/accessories/message.php
+++ b/resources/lang/ru/admin/accessories/message.php
@@ -16,9 +16,9 @@ return array(
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this accessory?',
- 'error' => 'There was an issue deleting the accessory. Please try again.',
- 'success' => 'The accessory was deleted successfully.'
+ 'confirm' => 'Вы уверены, что хотите удалить этот компонент?',
+ 'error' => 'Невозможно удалить компонент. Пожалуйста, попробуйте еще раз.',
+ 'success' => 'Копонент удален успешно.'
),
'checkout' => array(
diff --git a/resources/lang/ru/admin/accessories/table.php b/resources/lang/ru/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/asset_maintenances/form.php b/resources/lang/ru/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/asset_maintenances/general.php b/resources/lang/ru/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/asset_maintenances/message.php b/resources/lang/ru/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/asset_maintenances/table.php b/resources/lang/ru/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/categories/general.php b/resources/lang/ru/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/categories/message.php b/resources/lang/ru/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/categories/table.php b/resources/lang/ru/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/companies/general.php b/resources/lang/ru/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/companies/message.php b/resources/lang/ru/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/companies/table.php b/resources/lang/ru/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/components/general.php b/resources/lang/ru/admin/components/general.php
old mode 100755
new mode 100644
index 75c9d250ab..bae225a2c1
--- a/resources/lang/ru/admin/components/general.php
+++ b/resources/lang/ru/admin/components/general.php
@@ -1,17 +1,17 @@
'About Components',
- 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
- 'component_name' => 'Component Name',
- 'checkin' => 'Checkin Component',
- 'checkout' => 'Checkout Component',
- 'cost' => 'Purchase Cost',
- 'create' => 'Create Component',
- 'edit' => 'Edit Component',
- 'date' => 'Purchase Date',
- 'order' => 'Order Number',
- 'remaining' => 'Remaining',
- 'total' => 'Total',
- 'update' => 'Update Component',
+ 'about_components_title' => 'О компонентах',
+ 'about_components_text' => 'Компоненты - это части активов, например HDD, RAM и прочее.',
+ 'component_name' => 'Наименование компонента',
+ 'checkin' => 'Привязать компонент',
+ 'checkout' => 'Отвязать компонент',
+ 'cost' => 'Закупочная цена',
+ 'create' => 'Создать компонент',
+ 'edit' => 'править компонент',
+ 'date' => 'Дата закупки',
+ 'order' => 'Номер заказа',
+ 'remaining' => 'Остаток',
+ 'total' => 'Всего',
+ 'update' => 'Обновить компонент',
);
diff --git a/resources/lang/ru/admin/components/message.php b/resources/lang/ru/admin/components/message.php
old mode 100755
new mode 100644
index 1d13970f23..8f621e5912
--- a/resources/lang/ru/admin/components/message.php
+++ b/resources/lang/ru/admin/components/message.php
@@ -2,34 +2,34 @@
return array(
- 'does_not_exist' => 'Component does not exist.',
+ 'does_not_exist' => 'Компонент не существует.',
'create' => array(
- 'error' => 'Component was not created, please try again.',
- 'success' => 'Component created successfully.'
+ 'error' => 'Не удалось создать компонент, попробуйте еще раз.',
+ 'success' => 'Компонент успешно создан.'
),
'update' => array(
- 'error' => 'Component was not updated, please try again',
- 'success' => 'Component updated successfully.'
+ 'error' => 'Не удалось обновить компонент, попробуйте еще раз',
+ 'success' => 'Компонент успешно обновлен.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this component?',
- 'error' => 'There was an issue deleting the component. Please try again.',
- 'success' => 'The component was deleted successfully.'
+ 'confirm' => 'Вы уверены, что хотите удалить этот компонент?',
+ 'error' => 'Возникла проблема при удалении компонента, пожалуйста попробуйте еще раз.',
+ 'success' => 'Компонент успешно удален.'
),
'checkout' => array(
- 'error' => 'Component was not checked out, please try again',
- 'success' => 'Component checked out successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => 'Не удалось отвязать компонент, пожалуйста попробуйте еще раз',
+ 'success' => 'Связь с компонентом успешно удалена.',
+ 'user_does_not_exist' => 'Неверный пользователь. Попробуйте еще раз.'
),
'checkin' => array(
- 'error' => 'Component was not checked in, please try again',
- 'success' => 'Component checked in successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => 'Не удалось привязать компонент, пожалуйста попробуйте еще раз',
+ 'success' => 'Компонент успешно привязан.',
+ 'user_does_not_exist' => 'Неверный пользователь. Пожалуйста, попробуйте еще раз.'
)
diff --git a/resources/lang/ru/admin/components/table.php b/resources/lang/ru/admin/components/table.php
old mode 100755
new mode 100644
index 3d4fed6a7f..ec03b69ad1
--- a/resources/lang/ru/admin/components/table.php
+++ b/resources/lang/ru/admin/components/table.php
@@ -1,5 +1,5 @@
'Component Name',
+ 'title' => 'Наименование компонента',
);
diff --git a/resources/lang/ru/admin/consumables/general.php b/resources/lang/ru/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/consumables/message.php b/resources/lang/ru/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/consumables/table.php b/resources/lang/ru/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/custom_fields/general.php b/resources/lang/ru/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/custom_fields/message.php b/resources/lang/ru/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/depreciations/general.php b/resources/lang/ru/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/depreciations/message.php b/resources/lang/ru/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/depreciations/table.php b/resources/lang/ru/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/groups/message.php b/resources/lang/ru/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/groups/table.php b/resources/lang/ru/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/groups/titles.php b/resources/lang/ru/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/hardware/form.php b/resources/lang/ru/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/hardware/general.php b/resources/lang/ru/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/hardware/message.php b/resources/lang/ru/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/hardware/table.php b/resources/lang/ru/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/licenses/form.php b/resources/lang/ru/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/licenses/general.php b/resources/lang/ru/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/licenses/message.php b/resources/lang/ru/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/licenses/table.php b/resources/lang/ru/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/locations/message.php b/resources/lang/ru/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/locations/table.php b/resources/lang/ru/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/manufacturers/message.php b/resources/lang/ru/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/manufacturers/table.php b/resources/lang/ru/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/models/general.php b/resources/lang/ru/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/models/message.php b/resources/lang/ru/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/models/table.php b/resources/lang/ru/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/reports/general.php b/resources/lang/ru/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/reports/message.php b/resources/lang/ru/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/settings/general.php b/resources/lang/ru/admin/settings/general.php
old mode 100755
new mode 100644
index 3e002285b3..0564ab4d31
--- a/resources/lang/ru/admin/settings/general.php
+++ b/resources/lang/ru/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Резервные копии',
'barcode_type' => 'Тип штрихкода',
'barcode_settings' => 'Настройки штрихкода',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Пользовательское CSS',
'custom_css_help' => 'Введите любое пользовательское CSS, которые вы хотите использовать. Не указывайте <style></style> теги.',
'default_currency' => 'Валюта по-умолчанию',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/ru/admin/settings/message.php b/resources/lang/ru/admin/settings/message.php
old mode 100755
new mode 100644
index 977e92b693..d441532e4e
--- a/resources/lang/ru/admin/settings/message.php
+++ b/resources/lang/ru/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'Новая резервная копия успешно создана.',
'file_not_found' => 'Эта резервная копия не найдена на сервере.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/ru/admin/statuslabels/message.php b/resources/lang/ru/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/statuslabels/table.php b/resources/lang/ru/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/suppliers/message.php b/resources/lang/ru/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/suppliers/table.php b/resources/lang/ru/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/users/general.php b/resources/lang/ru/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/users/message.php b/resources/lang/ru/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/admin/users/table.php b/resources/lang/ru/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/auth/message.php b/resources/lang/ru/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/button.php b/resources/lang/ru/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/general.php b/resources/lang/ru/general.php
old mode 100755
new mode 100644
index 562f00e21c..b0ca53aeaa
--- a/resources/lang/ru/general.php
+++ b/resources/lang/ru/general.php
@@ -34,8 +34,8 @@
'city' => 'Город',
'companies' => 'Компании',
'company' => 'Компания',
- 'component' => 'Component',
- 'components' => 'Components',
+ 'component' => 'Компонент',
+ 'components' => 'Компоненты',
'consumable' => 'Расходный материал',
'consumables' => 'Расходные материалы',
'country' => 'Страна',
@@ -73,7 +73,7 @@
'asset_maintenances' => 'Активы на обслуживании',
'item' => 'Предмет',
'insufficient_permissions' => 'Недостаточно прав!',
- 'language' => 'Language',
+ 'language' => 'Язык',
'last' => 'В конец',
'last_name' => 'Фамилия',
'license' => 'Лицензия',
@@ -89,9 +89,9 @@
'logout' => 'Выйти',
'manufacturer' => 'Производитель',
'manufacturers' => 'Производители',
- 'markdown' => 'This field allows Github flavored markdown.',
- 'min_amt' => 'Min. QTY',
- 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
+ 'markdown' => 'облегченный язык разметки.',
+ 'min_amt' => 'мин. количество',
+ 'min_amt_help' => 'Минимальное количество доступных элементов, прежде чем сработает предупреждение.',
'model_no' => 'Модель',
'months' => 'Месяцев',
'moreinfo' => 'Подробнее',
@@ -128,7 +128,7 @@
'select_date' => 'Выберите дату',
'select_statuslabel' => 'Выбрать статус',
'select_company' => 'Выберите компанию',
- 'select_asset' => 'Select Asset',
+ 'select_asset' => 'Выбрать актив',
'settings' => 'Настройки',
'sign_in' => 'Вход',
'site_name' => 'Название сайта',
@@ -155,5 +155,5 @@
'yes' => 'Да',
'zip' => 'Почтовый индекс',
'noimage' => 'Изображение не загружено или не найдено.',
- 'token_expired' => 'Your form session has expired. Please try again.',
+ 'token_expired' => 'Время вашей сессии истекло. Пожалуйста, войдите снова.',
];
diff --git a/resources/lang/ru/pagination.php b/resources/lang/ru/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/reminders.php b/resources/lang/ru/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/table.php b/resources/lang/ru/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/ru/validation.php b/resources/lang/ru/validation.php
old mode 100755
new mode 100644
index 303f59a4e7..934936afa8
--- a/resources/lang/ru/validation.php
+++ b/resources/lang/ru/validation.php
@@ -33,7 +33,7 @@ return array(
"digits_between" => ":attribute должно быть между :min и :max цифр.",
"email" => "Неправильный формат :attribute.",
"exists" => "Выбранный :attribute неправильный.",
- "email_array" => "One or more email addresses is invalid.",
+ "email_array" => "Один или несколько адресов эл. почты являются недействительным.",
"image" => ":attribute должен быть изображением.",
"in" => "Выбранный :attribute неправильный.",
"integer" => ":attribute должно быть числом.",
diff --git a/resources/lang/sv-SE/admin/accessories/general.php b/resources/lang/sv-SE/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/accessories/message.php b/resources/lang/sv-SE/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/accessories/table.php b/resources/lang/sv-SE/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/asset_maintenances/form.php b/resources/lang/sv-SE/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/asset_maintenances/general.php b/resources/lang/sv-SE/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/asset_maintenances/message.php b/resources/lang/sv-SE/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/asset_maintenances/table.php b/resources/lang/sv-SE/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/categories/general.php b/resources/lang/sv-SE/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/categories/message.php b/resources/lang/sv-SE/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/categories/table.php b/resources/lang/sv-SE/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/companies/general.php b/resources/lang/sv-SE/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/companies/message.php b/resources/lang/sv-SE/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/companies/table.php b/resources/lang/sv-SE/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/components/general.php b/resources/lang/sv-SE/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/components/message.php b/resources/lang/sv-SE/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/components/table.php b/resources/lang/sv-SE/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/consumables/general.php b/resources/lang/sv-SE/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/consumables/message.php b/resources/lang/sv-SE/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/consumables/table.php b/resources/lang/sv-SE/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/custom_fields/general.php b/resources/lang/sv-SE/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/custom_fields/message.php b/resources/lang/sv-SE/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/depreciations/general.php b/resources/lang/sv-SE/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/depreciations/message.php b/resources/lang/sv-SE/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/depreciations/table.php b/resources/lang/sv-SE/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/groups/message.php b/resources/lang/sv-SE/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/groups/table.php b/resources/lang/sv-SE/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/groups/titles.php b/resources/lang/sv-SE/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/hardware/form.php b/resources/lang/sv-SE/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/hardware/general.php b/resources/lang/sv-SE/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/hardware/message.php b/resources/lang/sv-SE/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/hardware/table.php b/resources/lang/sv-SE/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/licenses/form.php b/resources/lang/sv-SE/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/licenses/general.php b/resources/lang/sv-SE/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/licenses/message.php b/resources/lang/sv-SE/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/licenses/table.php b/resources/lang/sv-SE/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/locations/message.php b/resources/lang/sv-SE/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/locations/table.php b/resources/lang/sv-SE/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/manufacturers/message.php b/resources/lang/sv-SE/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/manufacturers/table.php b/resources/lang/sv-SE/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/models/general.php b/resources/lang/sv-SE/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/models/message.php b/resources/lang/sv-SE/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/models/table.php b/resources/lang/sv-SE/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/reports/general.php b/resources/lang/sv-SE/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/reports/message.php b/resources/lang/sv-SE/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php
old mode 100755
new mode 100644
index aacb7a46aa..8da79011cc
--- a/resources/lang/sv-SE/admin/settings/general.php
+++ b/resources/lang/sv-SE/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/sv-SE/admin/settings/message.php b/resources/lang/sv-SE/admin/settings/message.php
old mode 100755
new mode 100644
index a95761510d..736d5c3e9e
--- a/resources/lang/sv-SE/admin/settings/message.php
+++ b/resources/lang/sv-SE/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/sv-SE/admin/statuslabels/message.php b/resources/lang/sv-SE/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/statuslabels/table.php b/resources/lang/sv-SE/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/suppliers/message.php b/resources/lang/sv-SE/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/suppliers/table.php b/resources/lang/sv-SE/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/users/general.php b/resources/lang/sv-SE/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/users/message.php b/resources/lang/sv-SE/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/admin/users/table.php b/resources/lang/sv-SE/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/auth/message.php b/resources/lang/sv-SE/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/button.php b/resources/lang/sv-SE/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/pagination.php b/resources/lang/sv-SE/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/reminders.php b/resources/lang/sv-SE/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/table.php b/resources/lang/sv-SE/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/sv-SE/validation.php b/resources/lang/sv-SE/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/accessories/general.php b/resources/lang/th/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/accessories/message.php b/resources/lang/th/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/accessories/table.php b/resources/lang/th/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/asset_maintenances/form.php b/resources/lang/th/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/asset_maintenances/general.php b/resources/lang/th/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/asset_maintenances/message.php b/resources/lang/th/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/asset_maintenances/table.php b/resources/lang/th/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/categories/general.php b/resources/lang/th/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/categories/message.php b/resources/lang/th/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/categories/table.php b/resources/lang/th/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/companies/general.php b/resources/lang/th/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/companies/message.php b/resources/lang/th/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/companies/table.php b/resources/lang/th/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/components/general.php b/resources/lang/th/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/components/message.php b/resources/lang/th/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/components/table.php b/resources/lang/th/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/consumables/general.php b/resources/lang/th/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/consumables/message.php b/resources/lang/th/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/consumables/table.php b/resources/lang/th/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/custom_fields/general.php b/resources/lang/th/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/custom_fields/message.php b/resources/lang/th/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/depreciations/general.php b/resources/lang/th/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/depreciations/message.php b/resources/lang/th/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/depreciations/table.php b/resources/lang/th/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/groups/message.php b/resources/lang/th/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/groups/table.php b/resources/lang/th/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/groups/titles.php b/resources/lang/th/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/hardware/form.php b/resources/lang/th/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/hardware/general.php b/resources/lang/th/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/hardware/message.php b/resources/lang/th/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/hardware/table.php b/resources/lang/th/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/licenses/form.php b/resources/lang/th/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/licenses/general.php b/resources/lang/th/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/licenses/message.php b/resources/lang/th/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/licenses/table.php b/resources/lang/th/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/locations/message.php b/resources/lang/th/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/locations/table.php b/resources/lang/th/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/manufacturers/message.php b/resources/lang/th/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/manufacturers/table.php b/resources/lang/th/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/models/general.php b/resources/lang/th/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/models/message.php b/resources/lang/th/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/models/table.php b/resources/lang/th/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/reports/general.php b/resources/lang/th/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/reports/message.php b/resources/lang/th/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/settings/general.php b/resources/lang/th/admin/settings/general.php
old mode 100755
new mode 100644
index 08b8bc7256..cf65f15ca3
--- a/resources/lang/th/admin/settings/general.php
+++ b/resources/lang/th/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'สำรอง',
'barcode_type' => 'ชนิดบาร์โค๊ด',
'barcode_settings' => 'ตั้งค่าบาร์โค๊ด',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'กำหนด CSS เอง',
'custom_css_help' => 'ระบุการกำหนด CSS ที่คุณต้องการใช้แทน ห้ามรวม tags นี้ <style></style>',
'default_currency' => 'สกุลเงินตั้งต้น',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/th/admin/settings/message.php b/resources/lang/th/admin/settings/message.php
old mode 100755
new mode 100644
index b4407cb668..8adc6729d3
--- a/resources/lang/th/admin/settings/message.php
+++ b/resources/lang/th/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'ไฟล์ข้อมูลสำรองถูกสร้างเรียบร้อยแล้ว',
'file_not_found' => 'ไม่พบไฟล์ข้อมูลสำรองบนเซิฟเวอร์',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/th/admin/statuslabels/message.php b/resources/lang/th/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/statuslabels/table.php b/resources/lang/th/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/suppliers/message.php b/resources/lang/th/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/suppliers/table.php b/resources/lang/th/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/users/general.php b/resources/lang/th/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/users/message.php b/resources/lang/th/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/admin/users/table.php b/resources/lang/th/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/auth/message.php b/resources/lang/th/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/button.php b/resources/lang/th/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/general.php b/resources/lang/th/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/pagination.php b/resources/lang/th/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/reminders.php b/resources/lang/th/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/table.php b/resources/lang/th/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/th/validation.php b/resources/lang/th/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/accessories/general.php b/resources/lang/tr/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/accessories/message.php b/resources/lang/tr/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/accessories/table.php b/resources/lang/tr/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/asset_maintenances/form.php b/resources/lang/tr/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/asset_maintenances/general.php b/resources/lang/tr/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/asset_maintenances/message.php b/resources/lang/tr/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/asset_maintenances/table.php b/resources/lang/tr/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/categories/general.php b/resources/lang/tr/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/categories/message.php b/resources/lang/tr/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/categories/table.php b/resources/lang/tr/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/companies/general.php b/resources/lang/tr/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/companies/message.php b/resources/lang/tr/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/companies/table.php b/resources/lang/tr/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/components/general.php b/resources/lang/tr/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/components/message.php b/resources/lang/tr/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/components/table.php b/resources/lang/tr/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/consumables/general.php b/resources/lang/tr/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/consumables/message.php b/resources/lang/tr/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/consumables/table.php b/resources/lang/tr/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/custom_fields/general.php b/resources/lang/tr/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/custom_fields/message.php b/resources/lang/tr/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/depreciations/general.php b/resources/lang/tr/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/depreciations/message.php b/resources/lang/tr/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/depreciations/table.php b/resources/lang/tr/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/groups/message.php b/resources/lang/tr/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/groups/table.php b/resources/lang/tr/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/groups/titles.php b/resources/lang/tr/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/hardware/form.php b/resources/lang/tr/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/hardware/general.php b/resources/lang/tr/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/hardware/message.php b/resources/lang/tr/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/hardware/table.php b/resources/lang/tr/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/licenses/form.php b/resources/lang/tr/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/licenses/general.php b/resources/lang/tr/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/licenses/message.php b/resources/lang/tr/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/licenses/table.php b/resources/lang/tr/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/locations/message.php b/resources/lang/tr/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/locations/table.php b/resources/lang/tr/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/manufacturers/message.php b/resources/lang/tr/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/manufacturers/table.php b/resources/lang/tr/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/models/general.php b/resources/lang/tr/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/models/message.php b/resources/lang/tr/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/models/table.php b/resources/lang/tr/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/reports/general.php b/resources/lang/tr/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/reports/message.php b/resources/lang/tr/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/settings/general.php b/resources/lang/tr/admin/settings/general.php
old mode 100755
new mode 100644
index c542135ef9..3acee6f3ae
--- a/resources/lang/tr/admin/settings/general.php
+++ b/resources/lang/tr/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Yedekler',
'barcode_type' => 'Barkod Tipi',
'barcode_settings' => 'Barkod Ayarları',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/tr/admin/settings/message.php b/resources/lang/tr/admin/settings/message.php
old mode 100755
new mode 100644
index 3f8e3dfef6..008ce9b715
--- a/resources/lang/tr/admin/settings/message.php
+++ b/resources/lang/tr/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/tr/admin/statuslabels/message.php b/resources/lang/tr/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/statuslabels/table.php b/resources/lang/tr/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/suppliers/message.php b/resources/lang/tr/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/suppliers/table.php b/resources/lang/tr/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/users/general.php b/resources/lang/tr/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/users/message.php b/resources/lang/tr/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/admin/users/table.php b/resources/lang/tr/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/auth/message.php b/resources/lang/tr/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/button.php b/resources/lang/tr/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/general.php b/resources/lang/tr/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/pagination.php b/resources/lang/tr/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/reminders.php b/resources/lang/tr/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/table.php b/resources/lang/tr/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/tr/validation.php b/resources/lang/tr/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/accessories/general.php b/resources/lang/vi/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/accessories/message.php b/resources/lang/vi/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/accessories/table.php b/resources/lang/vi/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/asset_maintenances/form.php b/resources/lang/vi/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/asset_maintenances/general.php b/resources/lang/vi/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/asset_maintenances/message.php b/resources/lang/vi/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/asset_maintenances/table.php b/resources/lang/vi/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/categories/general.php b/resources/lang/vi/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/categories/message.php b/resources/lang/vi/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/categories/table.php b/resources/lang/vi/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/companies/general.php b/resources/lang/vi/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/companies/message.php b/resources/lang/vi/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/companies/table.php b/resources/lang/vi/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/components/general.php b/resources/lang/vi/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/components/message.php b/resources/lang/vi/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/components/table.php b/resources/lang/vi/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/consumables/general.php b/resources/lang/vi/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/consumables/message.php b/resources/lang/vi/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/consumables/table.php b/resources/lang/vi/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/custom_fields/general.php b/resources/lang/vi/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/custom_fields/message.php b/resources/lang/vi/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/depreciations/general.php b/resources/lang/vi/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/depreciations/message.php b/resources/lang/vi/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/depreciations/table.php b/resources/lang/vi/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/groups/message.php b/resources/lang/vi/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/groups/table.php b/resources/lang/vi/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/groups/titles.php b/resources/lang/vi/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/hardware/form.php b/resources/lang/vi/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/hardware/general.php b/resources/lang/vi/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/hardware/message.php b/resources/lang/vi/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/hardware/table.php b/resources/lang/vi/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/licenses/form.php b/resources/lang/vi/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/licenses/general.php b/resources/lang/vi/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/licenses/message.php b/resources/lang/vi/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/licenses/table.php b/resources/lang/vi/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/locations/message.php b/resources/lang/vi/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/locations/table.php b/resources/lang/vi/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/manufacturers/message.php b/resources/lang/vi/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/manufacturers/table.php b/resources/lang/vi/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/models/general.php b/resources/lang/vi/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/models/message.php b/resources/lang/vi/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/models/table.php b/resources/lang/vi/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/reports/general.php b/resources/lang/vi/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/reports/message.php b/resources/lang/vi/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/settings/general.php b/resources/lang/vi/admin/settings/general.php
old mode 100755
new mode 100644
index 115278c40e..673b08adc4
--- a/resources/lang/vi/admin/settings/general.php
+++ b/resources/lang/vi/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Sao lưu',
'barcode_type' => 'Loại mã vạch',
'barcode_settings' => 'Cài đặt mã vạch',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'CSS tùy chỉnh',
'custom_css_help' => 'Nhập bất kỳ CSS tùy chỉnh. Không bao gồm thẻ <style></style>.',
'default_currency' => 'Tiền tệ mặc định',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/vi/admin/settings/message.php b/resources/lang/vi/admin/settings/message.php
old mode 100755
new mode 100644
index 8641897a73..60f7901bb9
--- a/resources/lang/vi/admin/settings/message.php
+++ b/resources/lang/vi/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/vi/admin/statuslabels/message.php b/resources/lang/vi/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/statuslabels/table.php b/resources/lang/vi/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/suppliers/message.php b/resources/lang/vi/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/suppliers/table.php b/resources/lang/vi/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/users/general.php b/resources/lang/vi/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/users/message.php b/resources/lang/vi/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/admin/users/table.php b/resources/lang/vi/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/auth/message.php b/resources/lang/vi/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/button.php b/resources/lang/vi/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/general.php b/resources/lang/vi/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/pagination.php b/resources/lang/vi/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/reminders.php b/resources/lang/vi/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/table.php b/resources/lang/vi/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/vi/validation.php b/resources/lang/vi/validation.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/accessories/general.php b/resources/lang/zh-CN/admin/accessories/general.php
old mode 100755
new mode 100644
index 628b304111..2d6c4edea7
--- a/resources/lang/zh-CN/admin/accessories/general.php
+++ b/resources/lang/zh-CN/admin/accessories/general.php
@@ -6,11 +6,11 @@ return array(
'accessory_category' => '配件类别',
'accessory_name' => '配件名称',
'cost' => '采购成本',
- 'checkout' => 'Checkout Accessory',
- 'checkin' => 'Checkin Accessory',
+ 'checkout' => '借出配件',
+ 'checkin' => '借入配件',
'create' => '新增配件',
'date' => '采购日期',
- 'edit' => 'Edit Accessory',
+ 'edit' => '编辑配件',
'eula_text' => '类别的最终用户许可协议',
'eula_text_help' => '此字段允许您自定义的EULA(最终用户许可协议)为特定类型的资产。如果您所有资产只有一个EULA(最终用户许可协议),你可以检查下面的框中使用默认设置。',
'require_acceptance' => '要求用户确认接受这一类的资产。',
diff --git a/resources/lang/zh-CN/admin/accessories/message.php b/resources/lang/zh-CN/admin/accessories/message.php
old mode 100755
new mode 100644
index 264fcf6d81..bb980f5e5a
--- a/resources/lang/zh-CN/admin/accessories/message.php
+++ b/resources/lang/zh-CN/admin/accessories/message.php
@@ -16,9 +16,9 @@ return array(
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this accessory?',
- 'error' => 'There was an issue deleting the accessory. Please try again.',
- 'success' => 'The accessory was deleted successfully.'
+ 'confirm' => '你确定要删除此配件?',
+ 'error' => '删除配件出错,请重试。',
+ 'success' => '删除配件成功'
),
'checkout' => array(
diff --git a/resources/lang/zh-CN/admin/accessories/table.php b/resources/lang/zh-CN/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/asset_maintenances/form.php b/resources/lang/zh-CN/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/asset_maintenances/general.php b/resources/lang/zh-CN/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/asset_maintenances/message.php b/resources/lang/zh-CN/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/asset_maintenances/table.php b/resources/lang/zh-CN/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/categories/general.php b/resources/lang/zh-CN/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/categories/message.php b/resources/lang/zh-CN/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/categories/table.php b/resources/lang/zh-CN/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/companies/general.php b/resources/lang/zh-CN/admin/companies/general.php
old mode 100755
new mode 100644
index 9d58ccb58e..80f603a2f2
--- a/resources/lang/zh-CN/admin/companies/general.php
+++ b/resources/lang/zh-CN/admin/companies/general.php
@@ -1,4 +1,4 @@
'Select Company',
+ 'select_company' => '选择公司',
];
diff --git a/resources/lang/zh-CN/admin/companies/message.php b/resources/lang/zh-CN/admin/companies/message.php
old mode 100755
new mode 100644
index a6db573519..d55b4d555a
--- a/resources/lang/zh-CN/admin/companies/message.php
+++ b/resources/lang/zh-CN/admin/companies/message.php
@@ -1,18 +1,18 @@
'Company does not exist.',
- 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ',
+ 'does_not_exist' => '公司不存在',
+ 'assoc_users' => '此公司下至少关联了一个模板,目前不能被删除,请你确定您的所有资产不在此公司下,然后重试。',
'create' => array(
- 'error' => 'Company was not created, please try again.',
- 'success' => 'Company created successfully.'
+ 'error' => '新增公司失败,请重试。',
+ 'success' => '新增公司成功。'
),
'update' => array(
- 'error' => 'Company was not updated, please try again',
- 'success' => 'Company updated successfully.'
+ 'error' => '更新公司失败,请重试。',
+ 'success' => '更新公司成功。'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this company?',
- 'error' => 'There was an issue deleting the company. Please try again.',
- 'success' => 'The Company was deleted successfully.'
+ 'confirm' => '确定要删除这个公司吗?',
+ 'error' => '删除公司出错,请重试。',
+ 'success' => '删除公司成功。'
)
);
diff --git a/resources/lang/zh-CN/admin/companies/table.php b/resources/lang/zh-CN/admin/companies/table.php
old mode 100755
new mode 100644
index 2f86126ff2..8153aa74b7
--- a/resources/lang/zh-CN/admin/companies/table.php
+++ b/resources/lang/zh-CN/admin/companies/table.php
@@ -1,9 +1,9 @@
'Companies',
- 'create' => 'Create Company',
- 'title' => 'Company',
- 'update' => 'Update Company',
- 'name' => 'Company Name',
- 'id' => 'ID',
+ 'companies' => '公司',
+ 'create' => '新增公司',
+ 'title' => '公司',
+ 'update' => '更新公司',
+ 'name' => '公司名称',
+ 'id' => '编号',
);
diff --git a/resources/lang/zh-CN/admin/components/general.php b/resources/lang/zh-CN/admin/components/general.php
old mode 100755
new mode 100644
index 75c9d250ab..e19f4826e6
--- a/resources/lang/zh-CN/admin/components/general.php
+++ b/resources/lang/zh-CN/admin/components/general.php
@@ -1,17 +1,17 @@
'About Components',
- 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
- 'component_name' => 'Component Name',
- 'checkin' => 'Checkin Component',
- 'checkout' => 'Checkout Component',
- 'cost' => 'Purchase Cost',
- 'create' => 'Create Component',
- 'edit' => 'Edit Component',
- 'date' => 'Purchase Date',
- 'order' => 'Order Number',
- 'remaining' => 'Remaining',
- 'total' => 'Total',
- 'update' => 'Update Component',
+ 'about_components_title' => '关于组件',
+ 'about_components_text' => '组件为资产的一部分,例如硬盘、内存等。',
+ 'component_name' => '名称',
+ 'checkin' => '借入组件',
+ 'checkout' => '借出组件',
+ 'cost' => '采购成本',
+ 'create' => '新增组件',
+ 'edit' => '编辑组件',
+ 'date' => '采购日期',
+ 'order' => '订单号',
+ 'remaining' => '剩余',
+ 'total' => '总计',
+ 'update' => '更新组件',
);
diff --git a/resources/lang/zh-CN/admin/components/message.php b/resources/lang/zh-CN/admin/components/message.php
old mode 100755
new mode 100644
index 1d13970f23..1b86333819
--- a/resources/lang/zh-CN/admin/components/message.php
+++ b/resources/lang/zh-CN/admin/components/message.php
@@ -2,34 +2,34 @@
return array(
- 'does_not_exist' => 'Component does not exist.',
+ 'does_not_exist' => '组件不存在',
'create' => array(
- 'error' => 'Component was not created, please try again.',
- 'success' => 'Component created successfully.'
+ 'error' => '新增组件失败,请重试。',
+ 'success' => '新增组件成功。'
),
'update' => array(
- 'error' => 'Component was not updated, please try again',
- 'success' => 'Component updated successfully.'
+ 'error' => '更新组件失败,请重试。',
+ 'success' => '更新成功。'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this component?',
- 'error' => 'There was an issue deleting the component. Please try again.',
- 'success' => 'The component was deleted successfully.'
+ 'confirm' => '你确定要删除这个组件吗?',
+ 'error' => '删除组件出错,请重试。',
+ 'success' => '删除组件成功。'
),
'checkout' => array(
- 'error' => 'Component was not checked out, please try again',
- 'success' => 'Component checked out successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => '借出组件失败,请重试。',
+ 'success' => '借出组件成功。',
+ 'user_does_not_exist' => '无效用户,请重试。'
),
'checkin' => array(
- 'error' => 'Component was not checked in, please try again',
- 'success' => 'Component checked in successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => '借入组件失败,请重试。',
+ 'success' => '借入组件成功。',
+ 'user_does_not_exist' => '无效用户,请重试。'
)
diff --git a/resources/lang/zh-CN/admin/components/table.php b/resources/lang/zh-CN/admin/components/table.php
old mode 100755
new mode 100644
index 3d4fed6a7f..7f016591f4
--- a/resources/lang/zh-CN/admin/components/table.php
+++ b/resources/lang/zh-CN/admin/components/table.php
@@ -1,5 +1,5 @@
'Component Name',
+ 'title' => '名称',
);
diff --git a/resources/lang/zh-CN/admin/consumables/general.php b/resources/lang/zh-CN/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/consumables/message.php b/resources/lang/zh-CN/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/consumables/table.php b/resources/lang/zh-CN/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/custom_fields/general.php b/resources/lang/zh-CN/admin/custom_fields/general.php
old mode 100755
new mode 100644
index 7182fecfdc..605ad526be
--- a/resources/lang/zh-CN/admin/custom_fields/general.php
+++ b/resources/lang/zh-CN/admin/custom_fields/general.php
@@ -1,23 +1,23 @@
'Custom Fields',
- 'field' => 'Field',
- 'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
- 'fieldset' => 'Fieldset',
- 'qty_fields' => 'Qty Fields',
- 'fieldsets' => 'Fieldsets',
- 'fieldset_name' => 'Fieldset Name',
- 'field_name' => 'Field Name',
- 'field_element' => 'Form Element',
- 'field_element_short' => 'Element',
- 'field_format' => 'Format',
- 'field_custom_format' => 'Custom Format',
- 'required' => 'Required',
- 'req' => 'Req.',
- 'used_by_models' => 'Used By Models',
- 'order' => 'Order',
- 'create_fieldset' => 'New Fieldset',
- 'create_field' => 'New Custom Field',
+ 'custom_fields' => '自定义字段',
+ 'field' => '字段',
+ 'about_fieldsets_title' => '关于字段集',
+ 'about_fieldsets_text' => '字段集允许你为常用的资产模型定义一组可重用的字段。',
+ 'fieldset' => '字段集',
+ 'qty_fields' => '字段',
+ 'fieldsets' => '字段集',
+ 'fieldset_name' => '名称',
+ 'field_name' => '名称',
+ 'field_element' => '表单元素',
+ 'field_element_short' => '表单元素',
+ 'field_format' => '格式',
+ 'field_custom_format' => '自定义格式',
+ 'required' => '必填',
+ 'req' => '必填',
+ 'used_by_models' => '引用模板',
+ 'order' => '排序',
+ 'create_fieldset' => '新增字段集',
+ 'create_field' => '新增字段',
);
diff --git a/resources/lang/zh-CN/admin/custom_fields/message.php b/resources/lang/zh-CN/admin/custom_fields/message.php
old mode 100755
new mode 100644
index 0d34afa9e8..400d4d83f0
--- a/resources/lang/zh-CN/admin/custom_fields/message.php
+++ b/resources/lang/zh-CN/admin/custom_fields/message.php
@@ -3,25 +3,25 @@
return array(
'field' => array(
- 'invalid' => 'That field does not exist.',
- 'already_added' => 'Field already added',
+ 'invalid' => '字段不存在',
+ 'already_added' => '已经新增字段',
'create' => array(
- 'error' => 'Field was not created, please try again.',
- 'success' => 'Field created successfully.',
- 'assoc_success' => 'Field successfully added to fieldset.'
+ 'error' => '新增字段失败,请重试',
+ 'success' => '新增字段成功。',
+ 'assoc_success' => '增加字段到字段集成功'
),
'update' => array(
- 'error' => 'Field was not updated, please try again',
- 'success' => 'Field updated successfully.'
+ 'error' => '更新字段失败,请重试。',
+ 'success' => '更新字段成功'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this field?',
- 'error' => 'There was an issue deleting the field. Please try again.',
- 'success' => 'The field was deleted successfully.',
- 'in_use' => 'Field is still in use.',
+ 'confirm' => '你确定要删除这个字段?',
+ 'error' => '删除字段失败,请重试。',
+ 'success' => '删除字段成功',
+ 'in_use' => '字段还在使用中',
)
),
@@ -31,20 +31,20 @@ return array(
'create' => array(
- 'error' => 'Fieldset was not created, please try again.',
- 'success' => 'Fieldset created successfully.'
+ 'error' => '新增字段集失败,请重试',
+ 'success' => '新增字段集成功'
),
'update' => array(
- 'error' => 'Fieldset was not updated, please try again',
- 'success' => 'Fieldset updated successfully.'
+ 'error' => '更新字段集失败,请重试。',
+ 'success' => '更新字段集成功'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this fieldset?',
- 'error' => 'There was an issue deleting the fieldset. Please try again.',
- 'success' => 'The fieldset was deleted successfully.',
- 'in_use' => 'Fieldset is still in use.',
+ 'confirm' => '确定要删除这个字段集吗?',
+ 'error' => '删除字段集失败,请重试。',
+ 'success' => '删除字段集成功',
+ 'in_use' => '字段集还在使用中',
)
),
diff --git a/resources/lang/zh-CN/admin/depreciations/general.php b/resources/lang/zh-CN/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/depreciations/message.php b/resources/lang/zh-CN/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/depreciations/table.php b/resources/lang/zh-CN/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/groups/message.php b/resources/lang/zh-CN/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/groups/table.php b/resources/lang/zh-CN/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/groups/titles.php b/resources/lang/zh-CN/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/hardware/form.php b/resources/lang/zh-CN/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/hardware/general.php b/resources/lang/zh-CN/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/hardware/message.php b/resources/lang/zh-CN/admin/hardware/message.php
old mode 100755
new mode 100644
index f3e1458433..d57811b429
--- a/resources/lang/zh-CN/admin/hardware/message.php
+++ b/resources/lang/zh-CN/admin/hardware/message.php
@@ -52,7 +52,7 @@ return array(
'error' => '资产还没有借入,请重试。',
'success' => '资产借入成功。',
'user_does_not_exist' => '无效用户,请重试。',
- 'already_checked_in' => 'That asset is already checked in.',
+ 'already_checked_in' => '资产已经被申领',
),
diff --git a/resources/lang/zh-CN/admin/hardware/table.php b/resources/lang/zh-CN/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/licenses/form.php b/resources/lang/zh-CN/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/licenses/general.php b/resources/lang/zh-CN/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/licenses/message.php b/resources/lang/zh-CN/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/licenses/table.php b/resources/lang/zh-CN/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/locations/message.php b/resources/lang/zh-CN/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/locations/table.php b/resources/lang/zh-CN/admin/locations/table.php
old mode 100755
new mode 100644
index 2147976c71..79f1e130bf
--- a/resources/lang/zh-CN/admin/locations/table.php
+++ b/resources/lang/zh-CN/admin/locations/table.php
@@ -1,7 +1,7 @@
'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_rtd' => '资产', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => '持有人',
'id' => '编号',
'city' => '城市',
diff --git a/resources/lang/zh-CN/admin/manufacturers/message.php b/resources/lang/zh-CN/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/manufacturers/table.php b/resources/lang/zh-CN/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/models/general.php b/resources/lang/zh-CN/admin/models/general.php
old mode 100755
new mode 100644
index 28024dc4bd..3f78b3459d
--- a/resources/lang/zh-CN/admin/models/general.php
+++ b/resources/lang/zh-CN/admin/models/general.php
@@ -7,7 +7,7 @@ return array(
'show_mac_address' => '在此型号资产中显示MAC地址',
'view_deleted' => '查看已删除',
'view_models' => '查看已型号',
- 'fieldset' => 'Fieldset',
- 'no_custom_field' => 'No custom fields',
+ 'fieldset' => '字段集',
+ 'no_custom_field' => '没有自定义字段',
);
diff --git a/resources/lang/zh-CN/admin/models/message.php b/resources/lang/zh-CN/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/models/table.php b/resources/lang/zh-CN/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/reports/general.php b/resources/lang/zh-CN/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/reports/message.php b/resources/lang/zh-CN/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php
old mode 100755
new mode 100644
index 096f871c96..3ce06e541e
--- a/resources/lang/zh-CN/admin/settings/general.php
+++ b/resources/lang/zh-CN/admin/settings/general.php
@@ -10,11 +10,13 @@ return array(
'backups' => '备份',
'barcode_type' => '条码类型',
'barcode_settings' => '条码设置',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => '自定义 CSS',
'custom_css_help' => '键入你喜欢的CSS格式覆盖。不要包括:<style></style> 标签。',
'default_currency' => '默认货币',
'default_eula_text' => 'Default EULA',
- 'default_language' => 'Default Language',
+ 'default_language' => '默认语言',
'default_eula_help_text' => '你也可以将自定义的EULA与特定资产分类相关联。',
'display_asset_name' => '显示资产名称',
'display_checkout_date' => '显示借出日期',
@@ -31,9 +33,9 @@ return array(
'ldap_integration' => 'LDAP集成',
'ldap_settings' => 'LDAP 设置',
'ldap_server' => 'LDAP 服务器',
- 'ldap_server_cert' => 'LDAP SSL certificate validation',
- 'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate',
- 'ldap_server_cert_help' => 'Select this checkbox if you are using a self signed SSL cert and would like to accept an invalid SSL certificate.',
+ 'ldap_server_cert' => '检验LDAP的SSL证书',
+ 'ldap_server_cert_ignore' => '允许未通过校验的SSL证书',
+ 'ldap_server_cert_help' => '如果你使用了自签发证书,请勾选',
'ldap_uname' => 'LDAP 用户名',
'ldap_pword' => 'LDAP 密码',
'ldap_basedn' => 'Base Bind DN',
@@ -73,18 +75,19 @@ return array(
'brand' => '品牌',
'about_settings_title' => '设置',
'about_settings_text' => '这些设置允许您自定义您的安装偏好',
- 'labels_per_page' => 'Labels per page',
- 'label_dimensions' => 'Label dimensions (inches)',
- 'page_padding' => 'Page margins (inches)',
+ 'labels_per_page' => '每页显示',
+ 'label_dimensions' => 'Label 尺寸(英尺)',
+ 'page_padding' => '页面边框',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
'label_gutters' => 'Label spacing (inches)',
'page_dimensions' => 'Page dimensions (inches)',
'label_fields' => 'Label visible fields',
- 'inches' => 'inches',
+ 'inches' => '英尺',
'width_w' => 'w',
'height_h' => 'h',
'text_pt' => 'pt',
diff --git a/resources/lang/zh-CN/admin/settings/message.php b/resources/lang/zh-CN/admin/settings/message.php
old mode 100755
new mode 100644
index e39e486c1c..009a1babb0
--- a/resources/lang/zh-CN/admin/settings/message.php
+++ b/resources/lang/zh-CN/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => '成功地创建了一个新的备份文件。',
'file_not_found' => '在服务器上找不到备份文件。',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/zh-CN/admin/statuslabels/message.php b/resources/lang/zh-CN/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/statuslabels/table.php b/resources/lang/zh-CN/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/suppliers/message.php b/resources/lang/zh-CN/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/suppliers/table.php b/resources/lang/zh-CN/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/users/general.php b/resources/lang/zh-CN/admin/users/general.php
old mode 100755
new mode 100644
index 4533a477b6..2872258b3c
--- a/resources/lang/zh-CN/admin/users/general.php
+++ b/resources/lang/zh-CN/admin/users/general.php
@@ -4,14 +4,14 @@
return array(
'assets_user' => '分配给:name的资产',
- 'current_assets' => 'Assets currently checked out to this user',
+ 'current_assets' => '资产当前借出给该用户',
'clone' => '克隆用户',
'contact_user' => '联系 :name',
'edit' => '编辑用户',
'filetype_info' => '允许的文件类型有: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar',
'history_user' => ':name的历史',
'last_login' => '上一次登陆',
- 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
+ 'ldap_config_text' => 'LDAP配置在 管理 > 设置。所选位置将为导入的用户所用',
'software_user' => ':name 借走的软件',
'view_user' => '查看用户: :name',
'usercsv' => 'CSV 档案',
diff --git a/resources/lang/zh-CN/admin/users/message.php b/resources/lang/zh-CN/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/admin/users/table.php b/resources/lang/zh-CN/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/auth/message.php b/resources/lang/zh-CN/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/button.php b/resources/lang/zh-CN/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php
old mode 100755
new mode 100644
index 14603e5c38..7d59347cd1
--- a/resources/lang/zh-CN/general.php
+++ b/resources/lang/zh-CN/general.php
@@ -2,7 +2,7 @@
return [
'accessories' => '附属品',
- 'activated' => 'Activated',
+ 'activated' => '已激活',
'accessory' => '附属品',
'accessory_report' => '配件报告',
'action' => '操作',
@@ -34,8 +34,8 @@
'city' => '城市',
'companies' => '公司',
'company' => '公司',
- 'component' => 'Component',
- 'components' => 'Components',
+ 'component' => '组件',
+ 'components' => '组件',
'consumable' => '消耗品',
'consumables' => '消耗品',
'country' => '国家',
@@ -73,7 +73,7 @@
'asset_maintenances' => '资产维修',
'item' => '条目',
'insufficient_permissions' => '没有足够的权限',
- 'language' => 'Language',
+ 'language' => '语言',
'last' => '最后页',
'last_name' => '姓氏',
'license' => '授权许可',
@@ -89,9 +89,9 @@
'logout' => '注销',
'manufacturer' => '制造商',
'manufacturers' => '制造商',
- 'markdown' => 'This field allows Github flavored markdown.',
+ 'markdown' => '该字段可以使用 Github flavored markdown',
'min_amt' => 'Min. QTY',
- 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
+ 'min_amt_help' => '触发告警的最小数量',
'model_no' => '型号',
'months' => '月数',
'moreinfo' => '更多信息',
@@ -127,8 +127,8 @@
'select_user' => '选择用户',
'select_date' => '选择日期',
'select_statuslabel' => '选择状态',
- 'select_company' => 'Select Company',
- 'select_asset' => 'Select Asset',
+ 'select_company' => '选择公司',
+ 'select_asset' => '选择资产',
'settings' => '设置',
'sign_in' => '登录',
'site_name' => '站点名称',
@@ -155,5 +155,5 @@
'yes' => '是',
'zip' => 'Zip',
'noimage' => '图片未上传或图片无法找到。',
- 'token_expired' => 'Your form session has expired. Please try again.',
+ 'token_expired' => '表单会话已过期,请重新提交',
];
diff --git a/resources/lang/zh-CN/pagination.php b/resources/lang/zh-CN/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/reminders.php b/resources/lang/zh-CN/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/table.php b/resources/lang/zh-CN/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php
old mode 100755
new mode 100644
index 4ebca7576c..7609a1d7c0
--- a/resources/lang/zh-CN/validation.php
+++ b/resources/lang/zh-CN/validation.php
@@ -33,7 +33,7 @@ return array(
"digits_between" => ":attribute 必须在 :min 和 :max 数字之间",
"email" => ":attribute 格式不对",
"exists" => "选择的 :attribute 无效",
- "email_array" => "One or more email addresses is invalid.",
+ "email_array" => "一个或多个邮件地址不正确",
"image" => ":attribute 必须是图片格式",
"in" => "选择的 :attribute 无效",
"integer" => ":attribute 必须是整数",
diff --git a/resources/lang/zh-TW/admin/accessories/general.php b/resources/lang/zh-TW/admin/accessories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/accessories/message.php b/resources/lang/zh-TW/admin/accessories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/accessories/table.php b/resources/lang/zh-TW/admin/accessories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/asset_maintenances/form.php b/resources/lang/zh-TW/admin/asset_maintenances/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/asset_maintenances/general.php b/resources/lang/zh-TW/admin/asset_maintenances/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/asset_maintenances/message.php b/resources/lang/zh-TW/admin/asset_maintenances/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/asset_maintenances/table.php b/resources/lang/zh-TW/admin/asset_maintenances/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/categories/general.php b/resources/lang/zh-TW/admin/categories/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/categories/message.php b/resources/lang/zh-TW/admin/categories/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/categories/table.php b/resources/lang/zh-TW/admin/categories/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/companies/general.php b/resources/lang/zh-TW/admin/companies/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/companies/message.php b/resources/lang/zh-TW/admin/companies/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/companies/table.php b/resources/lang/zh-TW/admin/companies/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/components/general.php b/resources/lang/zh-TW/admin/components/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/components/message.php b/resources/lang/zh-TW/admin/components/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/components/table.php b/resources/lang/zh-TW/admin/components/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/consumables/general.php b/resources/lang/zh-TW/admin/consumables/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/consumables/message.php b/resources/lang/zh-TW/admin/consumables/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/consumables/table.php b/resources/lang/zh-TW/admin/consumables/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/custom_fields/general.php b/resources/lang/zh-TW/admin/custom_fields/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/custom_fields/message.php b/resources/lang/zh-TW/admin/custom_fields/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/depreciations/general.php b/resources/lang/zh-TW/admin/depreciations/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/depreciations/message.php b/resources/lang/zh-TW/admin/depreciations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/depreciations/table.php b/resources/lang/zh-TW/admin/depreciations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/groups/message.php b/resources/lang/zh-TW/admin/groups/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/groups/table.php b/resources/lang/zh-TW/admin/groups/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/groups/titles.php b/resources/lang/zh-TW/admin/groups/titles.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/hardware/form.php b/resources/lang/zh-TW/admin/hardware/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/hardware/general.php b/resources/lang/zh-TW/admin/hardware/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/hardware/message.php b/resources/lang/zh-TW/admin/hardware/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/hardware/table.php b/resources/lang/zh-TW/admin/hardware/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/licenses/form.php b/resources/lang/zh-TW/admin/licenses/form.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/licenses/general.php b/resources/lang/zh-TW/admin/licenses/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/licenses/message.php b/resources/lang/zh-TW/admin/licenses/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/licenses/table.php b/resources/lang/zh-TW/admin/licenses/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/locations/message.php b/resources/lang/zh-TW/admin/locations/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/locations/table.php b/resources/lang/zh-TW/admin/locations/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/manufacturers/message.php b/resources/lang/zh-TW/admin/manufacturers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/manufacturers/table.php b/resources/lang/zh-TW/admin/manufacturers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/models/general.php b/resources/lang/zh-TW/admin/models/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/models/message.php b/resources/lang/zh-TW/admin/models/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/models/table.php b/resources/lang/zh-TW/admin/models/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/reports/general.php b/resources/lang/zh-TW/admin/reports/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/reports/message.php b/resources/lang/zh-TW/admin/reports/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php
old mode 100755
new mode 100644
index aacb7a46aa..8da79011cc
--- a/resources/lang/zh-TW/admin/settings/general.php
+++ b/resources/lang/zh-TW/admin/settings/general.php
@@ -10,6 +10,8 @@ return array(
'backups' => 'Backups',
'barcode_type' => 'Barcode Type',
'barcode_settings' => 'Barcode Settings',
+ 'confirm_purge' => 'Confirm Purge',
+ 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.',
'custom_css' => 'Custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'default_currency' => 'Default Currency',
@@ -76,8 +78,9 @@ return array(
'labels_per_page' => 'Labels per page',
'label_dimensions' => 'Label dimensions (inches)',
'page_padding' => 'Page margins (inches)',
+ 'purge' => 'Purge Deleted Records',
'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label dide gutter',
+ 'labels_display_sgutter' => 'Label side gutter',
'labels_fontsize' => 'Label font size',
'labels_pagewidth' => 'Label sheet width',
'labels_pageheight' => 'Label sheet height',
diff --git a/resources/lang/zh-TW/admin/settings/message.php b/resources/lang/zh-TW/admin/settings/message.php
old mode 100755
new mode 100644
index a95761510d..736d5c3e9e
--- a/resources/lang/zh-TW/admin/settings/message.php
+++ b/resources/lang/zh-TW/admin/settings/message.php
@@ -13,5 +13,10 @@ return array(
'generated' => 'A new backup file was successfully created.',
'file_not_found' => 'That backup file could not be found on the server.',
),
+ 'purge' => array(
+ 'error' => 'An error has occurred while purging. ',
+ 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
+ 'success' => 'Deleted records successfully purged.'
+ ),
);
diff --git a/resources/lang/zh-TW/admin/statuslabels/message.php b/resources/lang/zh-TW/admin/statuslabels/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/statuslabels/table.php b/resources/lang/zh-TW/admin/statuslabels/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/suppliers/message.php b/resources/lang/zh-TW/admin/suppliers/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/suppliers/table.php b/resources/lang/zh-TW/admin/suppliers/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/users/general.php b/resources/lang/zh-TW/admin/users/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/users/message.php b/resources/lang/zh-TW/admin/users/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/admin/users/table.php b/resources/lang/zh-TW/admin/users/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/auth/message.php b/resources/lang/zh-TW/auth/message.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/button.php b/resources/lang/zh-TW/button.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/pagination.php b/resources/lang/zh-TW/pagination.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/reminders.php b/resources/lang/zh-TW/reminders.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/table.php b/resources/lang/zh-TW/table.php
old mode 100755
new mode 100644
diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php
old mode 100755
new mode 100644