mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 05:47:28 -08:00
Updated translation strings with new purge text
This commit is contained in:
parent
f2d883e711
commit
2ec44ae14a
18
resources/lang/ar/admin/accessories/general.php
Executable file → Normal file
18
resources/lang/ar/admin/accessories/general.php
Executable file → Normal file
|
@ -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' => 'قم باستعمال <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a>.',
|
||||
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
|
||||
'use_default_eula_disabled' => '<del>استخدام (اتفاقية ترخيص المستخدم) الافتراضية الأساسية بدلا من ذلك.</del> لم يتم تحديد (اتفاقية ترخيص المستخدم) الافتراضية الأساسية. الرجاء إضافتها في الإعدادات.',
|
||||
|
||||
);
|
||||
|
|
18
resources/lang/ar/admin/accessories/message.php
Executable file → Normal file
18
resources/lang/ar/admin/accessories/message.php
Executable file → Normal file
|
@ -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' => 'هذا المستخدم خاطئ، الرجاء المحاولة مرة أخرى.'
|
||||
)
|
||||
|
||||
|
||||
|
|
2
resources/lang/ar/admin/accessories/table.php
Executable file → Normal file
2
resources/lang/ar/admin/accessories/table.php
Executable file → Normal file
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'dl_csv' => 'Download CSV',
|
||||
'dl_csv' => 'التنزيل كملف CSV',
|
||||
'eula_text' => 'اتفاقية ترخيص المستخدم',
|
||||
'id' => 'رقم المعرف',
|
||||
'require_acceptance' => 'القبول',
|
||||
|
|
20
resources/lang/ar/admin/asset_maintenances/form.php
Executable file → Normal file
20
resources/lang/ar/admin/asset_maintenances/form.php
Executable file → Normal file
|
@ -1,14 +1,14 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenance_type' => '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' => 'إنشاء'
|
||||
];
|
||||
|
|
14
resources/lang/ar/admin/asset_maintenances/general.php
Executable file → Normal file
14
resources/lang/ar/admin/asset_maintenances/general.php
Executable file → Normal file
|
@ -1,11 +1,11 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenances' => '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' => 'الترقية'
|
||||
];
|
||||
|
|
18
resources/lang/ar/admin/asset_maintenances/message.php
Executable file → Normal file
18
resources/lang/ar/admin/asset_maintenances/message.php
Executable file → Normal file
|
@ -1,17 +1,17 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'not_found' => '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' => 'لا يوجد ضمان',
|
||||
];
|
10
resources/lang/ar/admin/asset_maintenances/table.php
Executable file → Normal file
10
resources/lang/ar/admin/asset_maintenances/table.php
Executable file → Normal file
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'title' => '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'
|
||||
];
|
||||
|
|
22
resources/lang/ar/admin/categories/general.php
Executable file → Normal file
22
resources/lang/ar/admin/categories/general.php
Executable file → Normal file
|
@ -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 <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.',
|
||||
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
|
||||
'use_default_eula' => 'قم باستعمال <a href="#" data-toggle="modal" data-target="#eulaModal">إتفاقية الإستخدام الإفتراضية</a>.',
|
||||
'use_default_eula_disabled' => '<del>إستعمال إتفاقية الإستخدام الافتراضية بدلا من ذلك.</del> لم يتم تحديد إتفاقية الإستخدام الافتراضية. الرجاء إضافتها في الإعدادات.',
|
||||
|
||||
);
|
||||
|
|
0
resources/lang/ar/admin/categories/message.php
Executable file → Normal file
0
resources/lang/ar/admin/categories/message.php
Executable file → Normal file
4
resources/lang/ar/admin/categories/table.php
Executable file → Normal file
4
resources/lang/ar/admin/categories/table.php
Executable file → Normal file
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'eula_text' => 'EULA',
|
||||
'eula_text' => 'اتفاقية ترخيص المستخدم',
|
||||
'id' => 'الرقم',
|
||||
'parent' => 'التصنيف الأب',
|
||||
'require_acceptance' => 'Acceptance',
|
||||
'require_acceptance' => 'القبول',
|
||||
'title' => 'اسم التصنيف',
|
||||
|
||||
);
|
||||
|
|
2
resources/lang/ar/admin/companies/general.php
Executable file → Normal file
2
resources/lang/ar/admin/companies/general.php
Executable file → Normal file
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
return [
|
||||
'select_company' => 'Select Company',
|
||||
'select_company' => 'اختر الشركة',
|
||||
];
|
||||
|
|
18
resources/lang/ar/admin/companies/message.php
Executable file → Normal file
18
resources/lang/ar/admin/companies/message.php
Executable file → Normal file
|
@ -1,18 +1,18 @@
|
|||
<?php
|
||||
return array(
|
||||
'does_not_exist' => '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' => 'تم حذف الشركة بنجاح.'
|
||||
)
|
||||
);
|
||||
|
|
12
resources/lang/ar/admin/companies/table.php
Executable file → Normal file
12
resources/lang/ar/admin/companies/table.php
Executable file → Normal file
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
return array(
|
||||
'companies' => 'Companies',
|
||||
'create' => 'Create Company',
|
||||
'title' => 'Company',
|
||||
'update' => 'Update Company',
|
||||
'name' => 'Company Name',
|
||||
'id' => 'ID',
|
||||
'companies' => 'الشركات',
|
||||
'create' => 'إنشاء شركة',
|
||||
'title' => 'شركة',
|
||||
'update' => 'تحديث الشركة',
|
||||
'name' => 'إسم الشركة',
|
||||
'id' => 'رقم التعريف',
|
||||
);
|
||||
|
|
2
resources/lang/ar/admin/components/general.php
Executable file → Normal file
2
resources/lang/ar/admin/components/general.php
Executable file → Normal file
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'about_components_title' => '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',
|
||||
|
|
0
resources/lang/ar/admin/components/message.php
Executable file → Normal file
0
resources/lang/ar/admin/components/message.php
Executable file → Normal file
0
resources/lang/ar/admin/components/table.php
Executable file → Normal file
0
resources/lang/ar/admin/components/table.php
Executable file → Normal file
0
resources/lang/ar/admin/consumables/general.php
Executable file → Normal file
0
resources/lang/ar/admin/consumables/general.php
Executable file → Normal file
0
resources/lang/ar/admin/consumables/message.php
Executable file → Normal file
0
resources/lang/ar/admin/consumables/message.php
Executable file → Normal file
0
resources/lang/ar/admin/consumables/table.php
Executable file → Normal file
0
resources/lang/ar/admin/consumables/table.php
Executable file → Normal file
0
resources/lang/ar/admin/custom_fields/general.php
Executable file → Normal file
0
resources/lang/ar/admin/custom_fields/general.php
Executable file → Normal file
0
resources/lang/ar/admin/custom_fields/message.php
Executable file → Normal file
0
resources/lang/ar/admin/custom_fields/message.php
Executable file → Normal file
0
resources/lang/ar/admin/depreciations/general.php
Executable file → Normal file
0
resources/lang/ar/admin/depreciations/general.php
Executable file → Normal file
0
resources/lang/ar/admin/depreciations/message.php
Executable file → Normal file
0
resources/lang/ar/admin/depreciations/message.php
Executable file → Normal file
0
resources/lang/ar/admin/depreciations/table.php
Executable file → Normal file
0
resources/lang/ar/admin/depreciations/table.php
Executable file → Normal file
0
resources/lang/ar/admin/groups/message.php
Executable file → Normal file
0
resources/lang/ar/admin/groups/message.php
Executable file → Normal file
0
resources/lang/ar/admin/groups/table.php
Executable file → Normal file
0
resources/lang/ar/admin/groups/table.php
Executable file → Normal file
0
resources/lang/ar/admin/groups/titles.php
Executable file → Normal file
0
resources/lang/ar/admin/groups/titles.php
Executable file → Normal file
0
resources/lang/ar/admin/hardware/form.php
Executable file → Normal file
0
resources/lang/ar/admin/hardware/form.php
Executable file → Normal file
0
resources/lang/ar/admin/hardware/general.php
Executable file → Normal file
0
resources/lang/ar/admin/hardware/general.php
Executable file → Normal file
0
resources/lang/ar/admin/hardware/message.php
Executable file → Normal file
0
resources/lang/ar/admin/hardware/message.php
Executable file → Normal file
0
resources/lang/ar/admin/hardware/table.php
Executable file → Normal file
0
resources/lang/ar/admin/hardware/table.php
Executable file → Normal file
0
resources/lang/ar/admin/licenses/form.php
Executable file → Normal file
0
resources/lang/ar/admin/licenses/form.php
Executable file → Normal file
0
resources/lang/ar/admin/licenses/general.php
Executable file → Normal file
0
resources/lang/ar/admin/licenses/general.php
Executable file → Normal file
0
resources/lang/ar/admin/licenses/message.php
Executable file → Normal file
0
resources/lang/ar/admin/licenses/message.php
Executable file → Normal file
0
resources/lang/ar/admin/licenses/table.php
Executable file → Normal file
0
resources/lang/ar/admin/licenses/table.php
Executable file → Normal file
0
resources/lang/ar/admin/locations/message.php
Executable file → Normal file
0
resources/lang/ar/admin/locations/message.php
Executable file → Normal file
0
resources/lang/ar/admin/locations/table.php
Executable file → Normal file
0
resources/lang/ar/admin/locations/table.php
Executable file → Normal file
0
resources/lang/ar/admin/manufacturers/message.php
Executable file → Normal file
0
resources/lang/ar/admin/manufacturers/message.php
Executable file → Normal file
0
resources/lang/ar/admin/manufacturers/table.php
Executable file → Normal file
0
resources/lang/ar/admin/manufacturers/table.php
Executable file → Normal file
0
resources/lang/ar/admin/models/general.php
Executable file → Normal file
0
resources/lang/ar/admin/models/general.php
Executable file → Normal file
0
resources/lang/ar/admin/models/message.php
Executable file → Normal file
0
resources/lang/ar/admin/models/message.php
Executable file → Normal file
0
resources/lang/ar/admin/models/table.php
Executable file → Normal file
0
resources/lang/ar/admin/models/table.php
Executable file → Normal file
0
resources/lang/ar/admin/reports/general.php
Executable file → Normal file
0
resources/lang/ar/admin/reports/general.php
Executable file → Normal file
0
resources/lang/ar/admin/reports/message.php
Executable file → Normal file
0
resources/lang/ar/admin/reports/message.php
Executable file → Normal file
5
resources/lang/ar/admin/settings/general.php
Executable file → Normal file
5
resources/lang/ar/admin/settings/general.php
Executable file → Normal file
|
@ -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',
|
||||
|
|
5
resources/lang/ar/admin/settings/message.php
Executable file → Normal file
5
resources/lang/ar/admin/settings/message.php
Executable file → Normal file
|
@ -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.'
|
||||
),
|
||||
|
||||
);
|
||||
|
|
0
resources/lang/ar/admin/statuslabels/message.php
Executable file → Normal file
0
resources/lang/ar/admin/statuslabels/message.php
Executable file → Normal file
0
resources/lang/ar/admin/statuslabels/table.php
Executable file → Normal file
0
resources/lang/ar/admin/statuslabels/table.php
Executable file → Normal file
0
resources/lang/ar/admin/suppliers/message.php
Executable file → Normal file
0
resources/lang/ar/admin/suppliers/message.php
Executable file → Normal file
0
resources/lang/ar/admin/suppliers/table.php
Executable file → Normal file
0
resources/lang/ar/admin/suppliers/table.php
Executable file → Normal file
0
resources/lang/ar/admin/users/general.php
Executable file → Normal file
0
resources/lang/ar/admin/users/general.php
Executable file → Normal file
0
resources/lang/ar/admin/users/message.php
Executable file → Normal file
0
resources/lang/ar/admin/users/message.php
Executable file → Normal file
0
resources/lang/ar/admin/users/table.php
Executable file → Normal file
0
resources/lang/ar/admin/users/table.php
Executable file → Normal file
0
resources/lang/ar/auth/message.php
Executable file → Normal file
0
resources/lang/ar/auth/message.php
Executable file → Normal file
0
resources/lang/ar/button.php
Executable file → Normal file
0
resources/lang/ar/button.php
Executable file → Normal file
0
resources/lang/ar/general.php
Executable file → Normal file
0
resources/lang/ar/general.php
Executable file → Normal file
0
resources/lang/ar/pagination.php
Executable file → Normal file
0
resources/lang/ar/pagination.php
Executable file → Normal file
0
resources/lang/ar/reminders.php
Executable file → Normal file
0
resources/lang/ar/reminders.php
Executable file → Normal file
0
resources/lang/ar/table.php
Executable file → Normal file
0
resources/lang/ar/table.php
Executable file → Normal file
0
resources/lang/ar/validation.php
Executable file → Normal file
0
resources/lang/ar/validation.php
Executable file → Normal file
0
resources/lang/bg/admin/accessories/general.php
Executable file → Normal file
0
resources/lang/bg/admin/accessories/general.php
Executable file → Normal file
0
resources/lang/bg/admin/accessories/message.php
Executable file → Normal file
0
resources/lang/bg/admin/accessories/message.php
Executable file → Normal file
0
resources/lang/bg/admin/accessories/table.php
Executable file → Normal file
0
resources/lang/bg/admin/accessories/table.php
Executable file → Normal file
0
resources/lang/bg/admin/asset_maintenances/form.php
Executable file → Normal file
0
resources/lang/bg/admin/asset_maintenances/form.php
Executable file → Normal file
0
resources/lang/bg/admin/asset_maintenances/general.php
Executable file → Normal file
0
resources/lang/bg/admin/asset_maintenances/general.php
Executable file → Normal file
0
resources/lang/bg/admin/asset_maintenances/message.php
Executable file → Normal file
0
resources/lang/bg/admin/asset_maintenances/message.php
Executable file → Normal file
0
resources/lang/bg/admin/asset_maintenances/table.php
Executable file → Normal file
0
resources/lang/bg/admin/asset_maintenances/table.php
Executable file → Normal file
0
resources/lang/bg/admin/categories/general.php
Executable file → Normal file
0
resources/lang/bg/admin/categories/general.php
Executable file → Normal file
0
resources/lang/bg/admin/categories/message.php
Executable file → Normal file
0
resources/lang/bg/admin/categories/message.php
Executable file → Normal file
0
resources/lang/bg/admin/categories/table.php
Executable file → Normal file
0
resources/lang/bg/admin/categories/table.php
Executable file → Normal file
0
resources/lang/bg/admin/companies/general.php
Executable file → Normal file
0
resources/lang/bg/admin/companies/general.php
Executable file → Normal file
0
resources/lang/bg/admin/companies/message.php
Executable file → Normal file
0
resources/lang/bg/admin/companies/message.php
Executable file → Normal file
0
resources/lang/bg/admin/companies/table.php
Executable file → Normal file
0
resources/lang/bg/admin/companies/table.php
Executable file → Normal file
0
resources/lang/bg/admin/components/general.php
Executable file → Normal file
0
resources/lang/bg/admin/components/general.php
Executable file → Normal file
0
resources/lang/bg/admin/components/message.php
Executable file → Normal file
0
resources/lang/bg/admin/components/message.php
Executable file → Normal file
0
resources/lang/bg/admin/components/table.php
Executable file → Normal file
0
resources/lang/bg/admin/components/table.php
Executable file → Normal file
0
resources/lang/bg/admin/consumables/general.php
Executable file → Normal file
0
resources/lang/bg/admin/consumables/general.php
Executable file → Normal file
0
resources/lang/bg/admin/consumables/message.php
Executable file → Normal file
0
resources/lang/bg/admin/consumables/message.php
Executable file → Normal file
0
resources/lang/bg/admin/consumables/table.php
Executable file → Normal file
0
resources/lang/bg/admin/consumables/table.php
Executable file → Normal file
0
resources/lang/bg/admin/custom_fields/general.php
Executable file → Normal file
0
resources/lang/bg/admin/custom_fields/general.php
Executable file → Normal file
0
resources/lang/bg/admin/custom_fields/message.php
Executable file → Normal file
0
resources/lang/bg/admin/custom_fields/message.php
Executable file → Normal file
0
resources/lang/bg/admin/depreciations/general.php
Executable file → Normal file
0
resources/lang/bg/admin/depreciations/general.php
Executable file → Normal file
0
resources/lang/bg/admin/depreciations/message.php
Executable file → Normal file
0
resources/lang/bg/admin/depreciations/message.php
Executable file → Normal file
0
resources/lang/bg/admin/depreciations/table.php
Executable file → Normal file
0
resources/lang/bg/admin/depreciations/table.php
Executable file → Normal file
0
resources/lang/bg/admin/groups/message.php
Executable file → Normal file
0
resources/lang/bg/admin/groups/message.php
Executable file → Normal file
0
resources/lang/bg/admin/groups/table.php
Executable file → Normal file
0
resources/lang/bg/admin/groups/table.php
Executable file → Normal file
0
resources/lang/bg/admin/groups/titles.php
Executable file → Normal file
0
resources/lang/bg/admin/groups/titles.php
Executable file → Normal file
0
resources/lang/bg/admin/hardware/form.php
Executable file → Normal file
0
resources/lang/bg/admin/hardware/form.php
Executable file → Normal file
0
resources/lang/bg/admin/hardware/general.php
Executable file → Normal file
0
resources/lang/bg/admin/hardware/general.php
Executable file → Normal file
0
resources/lang/bg/admin/hardware/message.php
Executable file → Normal file
0
resources/lang/bg/admin/hardware/message.php
Executable file → Normal file
0
resources/lang/bg/admin/hardware/table.php
Executable file → Normal file
0
resources/lang/bg/admin/hardware/table.php
Executable file → Normal file
0
resources/lang/bg/admin/licenses/form.php
Executable file → Normal file
0
resources/lang/bg/admin/licenses/form.php
Executable file → Normal file
0
resources/lang/bg/admin/licenses/general.php
Executable file → Normal file
0
resources/lang/bg/admin/licenses/general.php
Executable file → Normal file
0
resources/lang/bg/admin/licenses/message.php
Executable file → Normal file
0
resources/lang/bg/admin/licenses/message.php
Executable file → Normal file
0
resources/lang/bg/admin/licenses/table.php
Executable file → Normal file
0
resources/lang/bg/admin/licenses/table.php
Executable file → Normal file
0
resources/lang/bg/admin/locations/message.php
Executable file → Normal file
0
resources/lang/bg/admin/locations/message.php
Executable file → Normal file
0
resources/lang/bg/admin/locations/table.php
Executable file → Normal file
0
resources/lang/bg/admin/locations/table.php
Executable file → Normal file
0
resources/lang/bg/admin/manufacturers/message.php
Executable file → Normal file
0
resources/lang/bg/admin/manufacturers/message.php
Executable file → Normal file
0
resources/lang/bg/admin/manufacturers/table.php
Executable file → Normal file
0
resources/lang/bg/admin/manufacturers/table.php
Executable file → Normal file
0
resources/lang/bg/admin/models/general.php
Executable file → Normal file
0
resources/lang/bg/admin/models/general.php
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue