diff --git a/odex25_mobile/odex_mobile/controllers/rest_api_v2/leave.py b/odex25_mobile/odex_mobile/controllers/rest_api_v2/leave.py
index be9a3d805..6b93be29c 100644
--- a/odex25_mobile/odex_mobile/controllers/rest_api_v2/leave.py
+++ b/odex25_mobile/odex_mobile/controllers/rest_api_v2/leave.py
@@ -81,9 +81,11 @@ class LeaveController(http.Controller):
[('department_id', '=', employee.department_id.id), ('state', '=', 'open'), ('id', '!=', employee.id),
'|', ('parent_id', '=', employee.id), ('coach_id', '=', employee.id)])
balance = http.request.env['hr.holidays'].search(
- [('employee_id', '=', employee.id), ('type', '=', 'add'), ('check_allocation_view', '=', 'balance')])
+ [('employee_id', '=', employee.id), ('type', '=', 'add'), ('check_allocation_view', '=', 'balance'),('remaining_leaves','>',0)])
my_leave = balance.mapped('holiday_status_id').ids
- status = http.request.env['hr.holidays.status'].search([('id', 'in', my_leave)])
+ status = http.request.env['hr.holidays.status'].search([('id', 'in', my_leave),('leave_type','!=','sick')])
+ status_sick = http.request.env['hr.holidays.status'].search([('id', 'in', my_leave),('leave_type','=','sick')],order = 'sickness_severity',limit=1)
+ status |=status_sick
domain = [('state', '!=', 'draft')]
alternative_employees = http.request.env['hr.employee'].search_read(
[('state', '=', 'open')], ['name'])
diff --git a/odex25_mobile/odex_mobile/i18n/ar_001.po b/odex25_mobile/odex_mobile/i18n/ar_001.po
new file mode 100644
index 000000000..571c514ff
--- /dev/null
+++ b/odex25_mobile/odex_mobile/i18n/ar_001.po
@@ -0,0 +1,2189 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * odex_mobile
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 14.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-07-14 08:39+0000\n"
+"PO-Revision-Date: 2024-07-14 08:39+0000\n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__name
+msgid " Name"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_employee.py:0
+#, python-format
+msgid " Sign-in"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_employee.py:0
+#, python-format
+msgid " Sign-out"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "Changes to This Privacy Policy"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid "Changes to This Terms and Conditions"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "Children’s Privacy"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid "Contact Us"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "Cookies"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "Information Collection and Use"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "Links to Other Sites"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "Log Data"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "Privacy Policy"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "Security"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "Service Providers"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid "Terms & Conditions"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "A verification link has been sent to you email account"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token__token
+msgid "Access Token"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_res_users__access_token_ids
+msgid "Access Tokens"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_attendance__action_type
+msgid "Action Type"
+msgstr "نوع الإجراء"
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__all_employee
+msgid "All Employees"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__allowed_range
+msgid "Allowed Range"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid ""
+"Along the same lines, Expert Ltd Co cannot always take\n"
+" responsibility for the way you use the app i.e. You need to\n"
+" make sure that your device stays charged – if it runs out of\n"
+" battery and you can’t turn it on to avail the Service,\n"
+" Expert Ltd Co cannot accept responsibility."
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#, python-format
+msgid "Approved successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__active_check
+msgid "Archive"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid ""
+"At some point, we may wish to update the app. The app is\n"
+" currently available on Android – the requirements for\n"
+" system(and for any additional systems we\n"
+" decide to extend the availability of the app to) may change,\n"
+" and you’ll need to download the updates if you want to keep\n"
+" using the app. Expert Ltd Co does not promise that it\n"
+" will always update the app so that it is relevant to you\n"
+" and/or works with the Android version that you have\n"
+" installed on your device. However, you promise to always\n"
+" accept updates to the application when offered to you, We may\n"
+" also wish to stop providing the app, and may terminate use of\n"
+" it at any time without giving notice of termination to you.\n"
+" Unless we tell you otherwise, upon any termination, (a) the\n"
+" rights and licenses granted to you in these terms will end;\n"
+" (b) you must stop using the app, and (if needed) delete it\n"
+" from your device."
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_attendance_zone
+msgid "Attendance Location for mobile"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_hr_employee__attendance_log_ids
+#: model:ir.ui.menu,name:odex_mobile.menu_attendance_log
+#: model_terms:ir.ui.view,arch_db:odex_mobile.attendance_log_view_filter
+msgid "Attendance Log"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.actions.act_window,name:odex_mobile.attendance_zone_action
+#: model:ir.ui.menu,name:odex_mobile.menu_attendance_zone
+#: model_terms:ir.ui.view,arch_db:odex_mobile.attendance_zone_form
+#: model_terms:ir.ui.view,arch_db:odex_mobile.attendance_zone_tree
+msgid "Attendance Zone"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__auto_send
+#: model_terms:ir.ui.view,arch_db:odex_mobile.employee_notification_search
+msgid "Auto"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: model:ir.model.fields.selection,name:odex_mobile.selection__attendance_attendance__action_type__auto
+#, python-format
+msgid "Auto Checkout"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__auto_checkout
+#: model:ir.model.fields,field_description:odex_mobile.field_res_company__auto_checkout
+#: model:ir.model.fields,field_description:odex_mobile.field_res_config_settings__auto_checkout
+msgid "Auto Checkout After"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "Auto Checkout successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "Auto Sign out"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_employee.py:0
+#, python-format
+msgid "Auto-Send for day "
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_res_users__avatar
+msgid "Avatar"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_base
+msgid "Base"
+msgstr "أساس"
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__body
+msgid "Body"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid ""
+"By downloading or using the app, these terms will\n"
+" automatically apply to you – you should make sure therefore\n"
+" that you read them carefully before using the app. You’re not\n"
+" allowed to copy, or modify the app, any part of the app, or\n"
+" our trademarks in any way. You’re not allowed to attempt to\n"
+" extract the source code of the app, and you also shouldn’t try\n"
+" to translate the app into other languages, or make derivative\n"
+" versions. The app itself, and all the trade marks, copyright,\n"
+" database rights and other intellectual property rights related\n"
+" to it, still belong to Expert Ltd Co."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.update_partner_action
+msgid "Cancel"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "Check Fail Due To Duplication"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "Check Out successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "Check in successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_res_config_settings
+msgid "Config Settings"
+msgstr "ضبط الاعدادات"
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#, python-format
+msgid "Confirm successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"Cookies are files with a small amount of data that are\n"
+" commonly used as anonymous unique identifiers. These are sent\n"
+" to your browser from the websites that you visit and are\n"
+" stored on your device's internal memory."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.update_partner_action
+msgid "Create"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_update_partner
+msgid "Create partner regestration"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.actions.act_window,name:odex_mobile.action_update_partner
+msgid "Create user"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__create_uid
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__create_uid
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__create_uid
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__create_uid
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration__create_uid
+#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token__create_uid
+#: model:ir.model.fields,field_description:odex_mobile.field_update_partner__create_uid
+msgid "Created by"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__create_date
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__create_date
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__create_date
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__create_date
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration__create_date
+#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token__create_date
+#: model:ir.model.fields,field_description:odex_mobile.field_update_partner__create_date
+msgid "Created on"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#, python-format
+msgid "Created successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#, python-format
+msgid "Data Found"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#, python-format
+msgid "Data Found successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "Data Found successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#, python-format
+msgid "Data Not Found"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__date
+msgid "Date"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_employee.py:0
+#, python-format
+msgid "Dear employee, Please Sign-in"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_employee.py:0
+#, python-format
+msgid "Dear employee, Please Sign-out"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.actions.server,name:odex_mobile.delete_expired_tokens_ir_actions_server
+#: model:ir.cron,cron_name:odex_mobile.delete_expired_tokens
+#: model:ir.cron,name:odex_mobile.delete_expired_tokens
+msgid "Delete expired tokens"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#, python-format
+msgid "Deleted successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "Device id is missing"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid ""
+"Device id not matching with already exist in system please contact system "
+"admin"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_firebase_registration
+msgid "Device registered with FCM"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__display_name
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__display_name
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__display_name
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__display_name
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration__display_name
+#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token__display_name
+#: model:ir.model.fields,field_description:odex_mobile.field_update_partner__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields.selection,name:odex_mobile.selection__employee_notification__state__draft
+msgid "Draft"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_hr_employee
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__employee_id
+#: model_terms:ir.ui.view,arch_db:odex_mobile.attendance_log_view_filter
+msgid "Employee"
+msgstr "الموظف"
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_firebase_notification.py:0
+#, python-format
+msgid "Employee %s Leave Waiting Your Approve"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_firebase_notification.py:0
+#, python-format
+msgid "Employee %s Loan %s Waiting Your Approve"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_firebase_notification.py:0
+#, python-format
+msgid "Employee %s Permission Waiting Your Approve"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_firebase_notification.py:0
+#, python-format
+msgid "Employee %s Timesheet Waiting Your Approve"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_hr_employee__device_id
+msgid "Employee Device "
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_hr_loan_salary_advance
+msgid "Employee Loan"
+msgstr "سلف الموظف"
+
+#. module: odex_mobile
+#: model:ir.actions.act_window,name:odex_mobile.employee_notification_action
+#: model:ir.ui.menu,name:odex_mobile.menu_employee_notification
+#: model_terms:ir.ui.view,arch_db:odex_mobile.employee_notification_form
+#: model_terms:ir.ui.view,arch_db:odex_mobile.employee_notification_search
+#: model_terms:ir.ui.view,arch_db:odex_mobile.employee_notification_tree
+msgid "Employee Notification"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__number
+msgid "Employee Number"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_firebase_notification.py:0
+#, python-format
+msgid "Employee Overtime Request Waiting Your Approve"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.actions.act_window,name:odex_mobile.attendance_log_custom_action
+msgid "Employee attendances Log"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "Employee not in any Zone,Contact Admin "
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__employee_ids
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__employee_ids
+#: model_terms:ir.ui.view,arch_db:odex_mobile.attendance_zone_form
+msgid "Employees"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__end
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__iso_date
+msgid "End Date"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/attendence_zone_config.py:0
+#, python-format
+msgid "End date should be greater than end start date"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#, python-format
+msgid "Enter All required Dates for Permission request"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "Enter Check in type"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "Enter Data First"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#, python-format
+msgid "Enter Date"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "Enter Date First"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "Enter Device Id"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#, python-format
+msgid "Enter Early Exit for Permission request"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#, python-format
+msgid "Enter Lines for Overtime"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#, python-format
+msgid "Enter Request Type"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#, python-format
+msgid "Enter Start date and End Date for Timesheet"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "Enter Zone Data for Check in"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#, python-format
+msgid "Enter expected Amount"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#, python-format
+msgid "Enter is old"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#, python-format
+msgid "Enter numbers of month"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#, python-format
+msgid "Enter request Type"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"Expert Ltd Co built the Odex SS app as\n"
+" a Commercial app. This SERVICE is provided by\n"
+" Expert Ltd Co and is intended for use as\n"
+" is."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid ""
+"Expert Ltd Co is committed to ensuring that the app is\n"
+" as useful and efficient as possible. For that reason, we\n"
+" reserve the right to make changes to the app or to charge for\n"
+" its services, at any time and for any reason. We will never\n"
+" charge you for the app or its services without making it very\n"
+" clear to you exactly what you’re paying for."
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token__expires
+msgid "Expires"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.res_config_settings_view_form
+msgid "FCM"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_hr_employee__fcm_token
+msgid "FCM Token"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "FCM Token is missing"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid "Firebase Crashlytics"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.actions.act_window,name:odex_mobile.action_firebase_notification
+msgid "Firebase Notifications"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.actions.act_window,name:odex_mobile.action_firebase_registration
+#: model:ir.model.fields,field_description:odex_mobile.field_benefits_representative__firebase_registration_ids
+#: model:ir.model.fields,field_description:odex_mobile.field_external_benefits__firebase_registration_ids
+#: model:ir.model.fields,field_description:odex_mobile.field_grant_benefit__firebase_registration_ids
+#: model:ir.model.fields,field_description:odex_mobile.field_res_partner__firebase_registration_ids
+#: model:ir.model.fields,field_description:odex_mobile.field_res_users__firebase_registration_ids
+msgid "Firebase Registration"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration__topic_id
+msgid "Firebase Topic"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.ui.menu,name:odex_mobile.menu_mobile_app_firebase_registration
+msgid "Firebase registrations"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"For a better experience, while using our Service, we\n"
+" may require you to provide us with certain personally\n"
+" identifiable information, including but not limited to Expert Ltd Co. The information that\n"
+" we request will be retained by us and used as described in this privacy policy."
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#, python-format
+msgid "GET Leave Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__general
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__general
+msgid "General Zone"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#, python-format
+msgid "Get Loan successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#, python-format
+msgid "Get Not Fount"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#, python-format
+msgid "Get Overtime successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#, python-format
+msgid "Get successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid "Google Play Services"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.attendance_log_view_filter
+msgid "Group By"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_firebase_notification.py:0
+#, python-format
+msgid "Has been updated to %s"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__id
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__id
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__id
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__id
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration__id
+#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token__id
+#: model:ir.model.fields,field_description:odex_mobile.field_update_partner__id
+msgid "ID"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"If you choose to use our Service, then you agree to\n"
+" the collection and use of information in relation to this\n"
+" policy. The Personal Information that we collect is\n"
+" used for providing and improving the Service. We will not use or share your information with\n"
+" anyone except as described in this Privacy Policy."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"If you have any questions or suggestions about our\n"
+" Privacy Policy, do not hesitate to contact us at ssnotification133@gmail.com."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid ""
+"If you have any questions or suggestions about our\n"
+" Terms and Conditions, do not hesitate to contact us\n"
+" at ssnotification133@gmail.com."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid ""
+"If you’re using the app outside of an area with Wi-Fi, you\n"
+" should remember that your terms of the agreement with your\n"
+" mobile network provider will still apply. As a result, you may\n"
+" be charged by your mobile provider for the cost of data for\n"
+" the duration of the connection while accessing the app, or\n"
+" other third party charges. In using the app, you’re accepting\n"
+" responsibility for any such charges, including roaming data\n"
+" charges if you use the app outside of your home territory\n"
+" (i.e. region or country) without turning off data roaming. If\n"
+" you are not the bill payer for the device on which you’re\n"
+" using the app, please be aware that we assume that you have\n"
+" received permission from the bill payer for using the app."
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "Image must not be empty"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token__is_expired
+msgid "Is Expired"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__is_system
+msgid "Is System"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "Language must not be empty"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "Languages"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log____last_update
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone____last_update
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification____last_update
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification____last_update
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration____last_update
+#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token____last_update
+#: model:ir.model.fields,field_description:odex_mobile.field_update_partner____last_update
+msgid "Last Modified on"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__write_uid
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__write_uid
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__write_uid
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__write_uid
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration__write_uid
+#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token__write_uid
+#: model:ir.model.fields,field_description:odex_mobile.field_update_partner__write_uid
+msgid "Last Updated by"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__write_date
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__write_date
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__write_date
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__write_date
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration__write_date
+#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token__write_date
+#: model:ir.model.fields,field_description:odex_mobile.field_update_partner__write_date
+msgid "Last Updated on"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_attendance__latitude
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__latitude
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__latitude
+msgid "Latitude"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_hr_holidays
+msgid "Leave"
+msgstr "الإجازات"
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/leave.py:0
+#, python-format
+msgid "Leave Approved Successfully "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/leave.py:0
+#, python-format
+msgid "Leave Confirm By direct Manager Successfully "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/leave.py:0
+#, python-format
+msgid "Leave Confirm Successfully "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#, python-format
+msgid "Leave Created Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/leave.py:0
+#, python-format
+msgid "Leave Refused "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_firebase_notification.py:0
+#, python-format
+msgid "Leave Request Has Been Updated to %s"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/leave.py:0
+#, python-format
+msgid "Leave Reset to Draft Successfully "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#, python-format
+msgid "Leave Updated Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid ""
+"Link to Terms and Conditions of third party service\n"
+" providers used by the app"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"Link to privacy policy of third party service providers used\n"
+" by the app"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_firebase_notification.py:0
+#, python-format
+msgid "Loan %s Waiting Your Approve"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_firebase_notification.py:0
+#, python-format
+msgid "Loan %s"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#, python-format
+msgid "Loan Approved By Executive Manager Successfully "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#, python-format
+msgid "Loan Approved By Hr Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#, python-format
+msgid "Loan Approved By Hr Manager Successfully "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#, python-format
+msgid "Loan Closed Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#, python-format
+msgid "Loan Confirm By direct Manager Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#, python-format
+msgid "Loan Reset to Draft Successfully "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#, python-format
+msgid "Loan State change to Re Pay "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#, python-format
+msgid "Loan Submitted Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#, python-format
+msgid "Loan Updated successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#, python-format
+msgid "Loan request Refused "
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__loc_ch_dist
+msgid "Location Change Distance - Meter"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__loc_ch_intv
+msgid "Location Change Interval - Minutes"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_attendance__longitude
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__longitude
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__longitude
+msgid "Longitude"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.employee_notification_search
+msgid "Manual"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__msg
+msgid "Message"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_hr_employee__message_sent
+msgid "Message Sent"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__meta
+msgid "Meta"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields.selection,name:odex_mobile.selection__attendance_attendance__action_type__application
+msgid "Mobile Application"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.res_config_settings_view_form
+msgid "Mobile Attendance"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields.selection,name:odex_mobile.selection__attendance_attendance__action_type__system_checkout
+msgid "Mobile System Force Checkout"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration__partner_name
+msgid "Name"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_employee.py:0
+#, python-format
+msgid "No employee Selected"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_firebase_notification
+msgid "Notification to send to Firebase Cloud Messaging"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.ui.menu,name:odex_mobile.menu_firebase_notification
+msgid "Notifications"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.ui.menu,name:odex_mobile.menu_firebase_users
+msgid "Notifications users"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_employee.py:0
+#, python-format
+msgid "Number of Nominated employee greater than employee"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__active
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__old
+msgid "Old"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.attendance_mobile_inherited_tree
+msgid "Open Location"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#, python-format
+msgid "Overtime Confirm Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_firebase_notification.py:0
+#, python-format
+msgid "Overtime Request has been Updated to %s "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#, python-format
+msgid "Overtime Reset to draft"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#, python-format
+msgid "Overtime Update successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#, python-format
+msgid "Overtime approved Top Manager Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#, python-format
+msgid "Overtime approved by direct manager Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#, python-format
+msgid "Overtime approved by financial manager Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#, python-format
+msgid "Overtime approved by hr Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#, python-format
+msgid "Overtime created successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#, python-format
+msgid "Overtime request Refused"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration__partner_id
+msgid "Partner"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__partner_ids
+msgid "Partners"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "Password is missing"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/permission.py:0
+#, python-format
+msgid "Permission Refused "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_firebase_notification.py:0
+#, python-format
+msgid "Permission Request has been updated to %s "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/permission.py:0
+#, python-format
+msgid "Permission Reset to draft "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/permission.py:0
+#, python-format
+msgid "Permission approved "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/permission.py:0
+#, python-format
+msgid "Permission approved by Direct manager"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#, python-format
+msgid "Record create Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#, python-format
+msgid "Refused successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_res_partner
+msgid "Renter"
+msgstr "المستأجر"
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_res_company
+msgid "Res Company SMS Configuration"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#, python-format
+msgid "Reset to Draft successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields.selection,name:odex_mobile.selection__employee_notification__state__send
+#: model_terms:ir.ui.view,arch_db:odex_mobile.employee_notification_form
+msgid "Send"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__send_date
+msgid "Send Date"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.actions.server,name:odex_mobile.send_employee_notification_cron_ir_actions_server
+#: model:ir.cron,cron_name:odex_mobile.send_employee_notification_cron
+#: model:ir.cron,name:odex_mobile.send_employee_notification_cron
+msgid "Send Employee Notification"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.firebase_registration_form
+msgid "Send Notification"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/firebase_notification.py:0
+#, python-format
+msgid "Send date should be in the future"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.ui.menu,name:odex_mobile.menu_firebase_send
+msgid "Send notification"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.actions.server,name:odex_mobile.send_notification_ir_actions_server
+#: model:ir.cron,cron_name:odex_mobile.send_notification
+#: model:ir.cron,name:odex_mobile.send_notification
+msgid "Send notification from the last hour"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.firebase_notification_form
+msgid "Send notification now"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_res_company__sender_id
+msgid "Sender ID"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_res_config_settings__sender_id
+msgid "Sender ID:"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__sent
+msgid "Sent"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_res_company__fcm_server_key
+msgid "Server Key"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_res_config_settings__fcm_server_key
+msgid "Server Key:"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__srv_ch_tmout
+msgid "Services Change Timeout - Minutes"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#, python-format
+msgid "Sorry You Have Used All Your Permission Hours In This Month"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#, python-format
+msgid ""
+"Sorry You Have Used All Your Permission In This Day you have one permission "
+"per a Day"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__specific_period
+msgid "Specific Period"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__specific
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__specific
+msgid "Specific Zone"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__start
+msgid "Start Date"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__state
+msgid "State"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_jwt_provider_access_token
+msgid "Store user access token for one-time-login"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification__subject
+msgid "Subject"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "System Force Sign out"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "System Force Sign out Due to Change Location Permission "
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid ""
+"The Odex SS app stores and processes personal data that\n"
+" you have provided to us, in order to provide our\n"
+" Service. It’s your responsibility to keep your phone and\n"
+" access to the app secure. We therefore recommend that you do\n"
+" not jailbreak or root your phone, which is the process of\n"
+" removing software restrictions and limitations imposed by the\n"
+" official operating system of your device. It could make your\n"
+" phone vulnerable to malware/viruses/malicious programs,\n"
+" compromise your phone’s security features and it could mean\n"
+" that the Odex SS app won’t work properly or at all."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid ""
+"The app does use third party services that declare their own\n"
+" Terms and Conditions."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"The app does use third party services that may collect\n"
+" information used to identify you."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"The terms used in this Privacy Policy have the same meanings\n"
+" as in our Terms and Conditions, which is accessible at\n"
+" Odex SS unless otherwise defined in this Privacy Policy."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"These Services do not address anyone under the age of 13.\n"
+" We do not knowingly collect personally\n"
+" identifiable information from children under 13. In the case\n"
+" we discover that a child under 13 has provided\n"
+" us with personal information, we immediately\n"
+" delete this from our servers. If you are a parent or guardian\n"
+" and you are aware that your child has provided us with\n"
+" personal information, please contact us so that\n"
+" we will be able to do necessary actions."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid "These terms and conditions are effective as of 2020-11-25"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"This Service does not use these “cookies” explicitly. However,\n"
+" the app may use third party code and libraries that use\n"
+" “cookies” to collect information and improve their services.\n"
+" You have the option to either accept or refuse these cookies\n"
+" and know when a cookie is being sent to your device. If you\n"
+" choose to refuse our cookies, you may not be able to use some\n"
+" portions of this Service."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"This Service may contain links to other sites. If you click on\n"
+" a third-party link, you will be directed to that site. Note\n"
+" that these external sites are not operated by us.\n"
+" Therefore, we strongly advise you to review the\n"
+" Privacy Policy of these websites. We have\n"
+" no control over and assume no responsibility for the content,\n"
+" privacy policies, or practices of any third-party sites or\n"
+" services."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"This page is used to inform visitors regarding our\n"
+" policies with the collection, use, and disclosure of Personal\n"
+" Information if anyone decided to use our Service."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "This policy is effective as of 2020-11-25"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_log__time
+msgid "Time"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_firebase_notification.py:0
+#, python-format
+msgid "Timesheet Has been Updated to %s"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_hr_timesheet_sheet
+msgid "Timesheet Sheet"
+msgstr "سجل الدوام"
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__title
+msgid "Title"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "To assist us in analyzing how our Service is used."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "To facilitate our Service;"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "To perform Service-related services; or"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid "To provide the Service on our behalf;"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__uid
+msgid "Uid"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "Unable to Sign In. invalid user password"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "Update success"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token__user_id
+msgid "User"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "User account with login {} not found"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "User log in successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_res_users
+msgid "Users"
+msgstr "المستخدمون"
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification__viewed
+msgid "Viewed"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"We may employ third-party companies and\n"
+" individuals due to the following reasons:"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"We may update our Privacy Policy from\n"
+" time to time. Thus, you are advised to review this page\n"
+" periodically for any changes. We will\n"
+" notify you of any changes by posting the new Privacy Policy on\n"
+" this page."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid ""
+"We may update our Terms and Conditions\n"
+" from time to time. Thus, you are advised to review this page\n"
+" periodically for any changes. We will\n"
+" notify you of any changes by posting the new Terms and\n"
+" Conditions on this page."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"We value your trust in providing us your\n"
+" Personal Information, thus we are striving to use commercially\n"
+" acceptable means of protecting it. But remember that no method\n"
+" of transmission over the internet, or method of electronic\n"
+" storage is 100% secure and reliable, and we cannot\n"
+" guarantee its absolute security."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"We want to inform users of this Service\n"
+" that these third parties have access to your Personal\n"
+" Information. The reason is to perform the tasks assigned to\n"
+" them on our behalf. However, they are obligated not to\n"
+" disclose or use the information for any other purpose."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.privacy_policy
+msgid ""
+"We want to inform you that whenever you\n"
+" use our Service, in a case of an error in the app\n"
+" we collect data and information (through third party\n"
+" products) on your phone called Log Data. This Log Data may\n"
+" include information such as your device Internet Protocol\n"
+" (“IP”) address, device name, operating system version, the\n"
+" configuration of the app when utilizing our Service,\n"
+" the time and date of your use of the Service, and other\n"
+" statistics."
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid ""
+"With respect to Expert Ltd Co’s responsibility for your\n"
+" use of the app, when you’re using the app, it’s important to\n"
+" bear in mind that although we endeavour to ensure that it is\n"
+" updated and correct at all times, we do rely on third parties\n"
+" to provide information to us so that we can make it available\n"
+" to you. Expert Ltd Co accepts no liability for any\n"
+" loss, direct or indirect, you experience as a result of\n"
+" relying wholly on this functionality of the app."
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#, python-format
+msgid ""
+"You can not perform this operation the state not open. please check with "
+"one of your team admins"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/firebase_notifications.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/firebase_notifications.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#, python-format
+msgid ""
+"You can not perform this operation. please check with one of your team "
+"admins"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/leave.py:0
+#, python-format
+msgid "You Can not Complete this operation contact Admin"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#, python-format
+msgid "You Do not have access to this operation contact Admin"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/rest_api_v2/employee_other_request.py:0
+#, python-format
+msgid ""
+"You Have issue in your data not found. please check with one of your team "
+"admins"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/rest_api_v2/employee_other_request.py:0
+#, python-format
+msgid ""
+"You Have issue in your report not found. please check with one of your team"
+" admins"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/employee_other_request.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/employee_other_request.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/employee_other_request.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#, python-format
+msgid ""
+"You Have issue in your employee profile. please check with one of your team "
+"admins"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#, python-format
+msgid ""
+"You are can not perform this operation. please check with one of your team "
+"admins"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/leave.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/loan.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/pettie.py:0
+#: code:addons/odex_mobile/controllers/pettie.py:0
+#: code:addons/odex_mobile/controllers/pettie.py:0
+#: code:addons/odex_mobile/controllers/pettie.py:0
+#: code:addons/odex_mobile/controllers/pettie.py:0
+#: code:addons/odex_mobile/controllers/pettie.py:0
+#: code:addons/odex_mobile/controllers/pettie.py:0
+#: code:addons/odex_mobile/controllers/pettie.py:0
+#: code:addons/odex_mobile/controllers/pettie.py:0
+#: code:addons/odex_mobile/controllers/pettie.py:0
+#: code:addons/odex_mobile/controllers/pettie.py:0
+#: code:addons/odex_mobile/controllers/pettie.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/employee_other_request.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/employee_other_request.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/employee_other_request.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/leave.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/loan.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/pettie.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/pettie.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/pettie.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/pettie.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/pettie.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/pettie.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/pettie.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/pettie.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/pettie.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/pettie.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/pettie.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/pettie.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/project_timesheet.py:0
+#, python-format
+msgid ""
+"You are not allowed to perform this operation. please check with one of your"
+" team admins"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#, python-format
+msgid "You are not found this permission by id"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/attendance.py:0
+#, python-format
+msgid "You are out of attendance zone you will be auto sign out"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#: code:addons/odex_mobile/controllers/attendance.py:0
+#, python-format
+msgid "You are out of attendance zone you will be auto sin out "
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#, python-format
+msgid "You can not Request Permission The Employee have Not First Hiring Date"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#, python-format
+msgid "You can not access this operation contact your system admin"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/attendence_zone_config.py:0
+#, python-format
+msgid "You can not define general and specific zone at same time"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_employee.py:0
+#, python-format
+msgid "You can not open this location check latitude and longitude"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/permission.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/permission.py:0
+#, python-format
+msgid ""
+"You can not perform this operation. please check with one of your team "
+"admins"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#, python-format
+msgid "You con not refuse this Loan"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/loan.py:0
+#, python-format
+msgid "You do not have access contact system admin"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#, python-format
+msgid "You need to enter overtime plase"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#, python-format
+msgid "You need to enter reason"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#, python-format
+msgid "You need to enter request date ,Date from and Date to"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/overtime.py:0
+#, python-format
+msgid "You need to enter transfer type"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.terms_of_use
+msgid ""
+"You should be aware that there are certain things that\n"
+" Expert Ltd Co will not take responsibility for. Certain\n"
+" functions of the app will require the app to have an active\n"
+" internet connection. The connection can be Wi-Fi, or provided\n"
+" by your mobile network provider, but Expert Ltd Co\n"
+" cannot take responsibility for the app not working at full\n"
+" functionality if you don’t have access to Wi-Fi, and you don’t\n"
+" have any of your data allowance left."
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_attendance__zone
+msgid "Zone"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.actions.server,name:odex_mobile.hr_zone_archive_ir_actions_server
+#: model:ir.cron,cron_name:odex_mobile.hr_zone_archive
+#: model:ir.cron,name:odex_mobile.hr_zone_archive
+msgid "Zone Archive"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__name
+#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone__zone
+msgid "Zone Name"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_attendance_attendance
+msgid "attendance.attendance"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_attendance_log
+msgid "attendance.log"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/models/hr_employee.py:0
+#, python-format
+msgid "attendances"
+msgstr ""
+
+#. module: odex_mobile
+#: model_terms:ir.ui.view,arch_db:odex_mobile.attendance_log_custom_form
+msgid "attendances Log"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/validator.py:0
+#, python-format
+msgid "contact admin or edit it Manually"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_employee_notification
+msgid "employee.notification"
+msgstr ""
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_employee_overtime_request
+msgid "employee.overtime.request"
+msgstr "العمل الاضافي"
+
+#. module: odex_mobile
+#: model:ir.model,name:odex_mobile.model_hr_personal_permission
+msgid "hr.personal.permission"
+msgstr "الإستئذانات"
+
+#. module: odex_mobile
+#: model:ir.model.fields,field_description:odex_mobile.field_update_partner__partner_ids
+msgid "partner"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "password changed successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/permission.py:0
+#, python-format
+msgid "permission Confirm Successfully"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/rest_api_v2/employee_other_request.py:0
+#, python-format
+msgid ""
+"please sent id recrod print report. please check with one of your team "
+"admins"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/rest_api_v2/employee_other_request.py:0
+#, python-format
+msgid "please sent report name . please check with one of your team admins"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "uploaded failed"
+msgstr ""
+
+#. module: odex_mobile
+#: code:addons/odex_mobile/controllers/authentication.py:0
+#: code:addons/odex_mobile/controllers/rest_api_v2/authentication.py:0
+#, python-format
+msgid "username or email is missing"
+msgstr ""
diff --git a/odex25_mobile/odex_mobile/i18n/ar_SY.po b/odex25_mobile/odex_mobile/i18n/ar_SY.po
deleted file mode 100644
index 3192a69f5..000000000
--- a/odex25_mobile/odex_mobile/i18n/ar_SY.po
+++ /dev/null
@@ -1,1805 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-# * odex_mobile
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 11.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-09-11 19:22+0000\n"
-"PO-Revision-Date: 2021-09-11 19:22+0000\n"
-"Last-Translator: <>\n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: \n"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_name
-msgid " Name"
-msgstr " Name"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "Changes to This Privacy Policy"
-msgstr "Changes to This Privacy Policy"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "Changes to This Terms and Conditions"
-msgstr "Changes to This Terms and Conditions"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "Children’s Privacy"
-msgstr "Children’s Privacy"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "Contact Us"
-msgstr "Contact Us"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "Cookies"
-msgstr "Cookies"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "Information Collection and Use"
-msgstr "Information Collection and Use"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "Links to Other Sites"
-msgstr "Links to Other Sites"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "Log Data"
-msgstr "Log Data"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "Privacy Policy"
-msgstr "Privacy Policy"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "Security"
-msgstr "Security"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "Service Providers"
-msgstr "Service Providers"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "Terms & Conditions"
-msgstr "Terms & Conditions"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:105
-#, python-format
-msgid "A verification link has been sent to you email account"
-msgstr "تم ارسال الرابط الى البريد الالكترونى الخاص بك"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token_token
-msgid "Access Token"
-msgstr "رمز الوصول"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_res_users_access_token_ids
-msgid "Access Tokens"
-msgstr "Access Tokens"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_all_employee
-msgid "All Employees"
-msgstr "جميع الموظفين"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_allowed_range
-msgid "Allowed Range"
-msgstr "النطاق لمسموح به"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "Along the same lines, Expert Ltd Co cannot always take\n"
-" responsibility for the way you use the app i.e. You need to\n"
-" make sure that your device stays charged – if it runs out of\n"
-" battery and you can’t turn it on to avail the Service,\n"
-" Expert Ltd Co cannot accept responsibility."
-msgstr "Along the same lines, Expert Ltd Co cannot always take\n"
-" responsibility for the way you use the app i.e. You need to\n"
-" make sure that your device stays charged – if it runs out of\n"
-" battery and you can’t turn it on to avail the Service,\n"
-" Expert Ltd Co cannot accept responsibility."
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/project_timesheet.py:329
-#, python-format
-msgid "Approved successfully"
-msgstr "Approved successfully"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_active_check
-msgid "Archive"
-msgstr "أرشفة"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "At some point, we may wish to update the app. The app is\n"
-" currently available on Android – the requirements for\n"
-" system(and for any additional systems we\n"
-" decide to extend the availability of the app to) may change,\n"
-" and you’ll need to download the updates if you want to keep\n"
-" using the app. Expert Ltd Co does not promise that it\n"
-" will always update the app so that it is relevant to you\n"
-" and/or works with the Android version that you have\n"
-" installed on your device. However, you promise to always\n"
-" accept updates to the application when offered to you, We may\n"
-" also wish to stop providing the app, and may terminate use of\n"
-" it at any time without giving notice of termination to you.\n"
-" Unless we tell you otherwise, upon any termination, (a) the\n"
-" rights and licenses granted to you in these terms will end;\n"
-" (b) you must stop using the app, and (if needed) delete it\n"
-" from your device."
-msgstr "At some point, we may wish to update the app. The app is\n"
-" currently available on Android – the requirements for\n"
-" system(and for any additional systems we\n"
-" decide to extend the availability of the app to) may change,\n"
-" and you’ll need to download the updates if you want to keep\n"
-" using the app. Expert Ltd Co does not promise that it\n"
-" will always update the app so that it is relevant to you\n"
-" and/or works with the Android version that you have\n"
-" installed on your device. However, you promise to always\n"
-" accept updates to the application when offered to you, We may\n"
-" also wish to stop providing the app, and may terminate use of\n"
-" it at any time without giving notice of termination to you.\n"
-" Unless we tell you otherwise, upon any termination, (a) the\n"
-" rights and licenses granted to you in these terms will end;\n"
-" (b) you must stop using the app, and (if needed) delete it\n"
-" from your device."
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_attendance_zone
-msgid "Attendance Location for mobile"
-msgstr "موقع الحضور "
-
-#. module: odex_mobile
-#: model:ir.actions.act_window,name:odex_mobile.attendance_zone_action
-#: model:ir.ui.menu,name:odex_mobile.menu_attendance_zone
-#: model:ir.ui.view,arch_db:odex_mobile.attendance_zone_form
-#: model:ir.ui.view,arch_db:odex_mobile.attendance_zone_tree
-msgid "Attendance Zone"
-msgstr "موقع تسجيل الحضور"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_res_users_avatar
-msgid "Avatar"
-msgstr "صورة"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_body
-msgid "Body"
-msgstr "المتن"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "By downloading or using the app, these terms will\n"
-" automatically apply to you – you should make sure therefore\n"
-" that you read them carefully before using the app. You’re not\n"
-" allowed to copy, or modify the app, any part of the app, or\n"
-" our trademarks in any way. You’re not allowed to attempt to\n"
-" extract the source code of the app, and you also shouldn’t try\n"
-" to translate the app into other languages, or make derivative\n"
-" versions. The app itself, and all the trade marks, copyright,\n"
-" database rights and other intellectual property rights related\n"
-" to it, still belong to Expert Ltd Co."
-msgstr "By downloading or using the app, these terms will\n"
-" automatically apply to you – you should make sure therefore\n"
-" that you read them carefully before using the app. You’re not\n"
-" allowed to copy, or modify the app, any part of the app, or\n"
-" our trademarks in any way. You’re not allowed to attempt to\n"
-" extract the source code of the app, and you also shouldn’t try\n"
-" to translate the app into other languages, or make derivative\n"
-" versions. The app itself, and all the trade marks, copyright,\n"
-" database rights and other intellectual property rights related\n"
-" to it, still belong to Expert Ltd Co."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.update_partner_action
-msgid "Cancel"
-msgstr "إلغاء"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/project_timesheet.py:325
-#, python-format
-msgid "Confirm successfully"
-msgstr "تم التاكيد بنجاح"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_res_partner
-msgid "Contact"
-msgstr "جهة الاتصال"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "Cookies are files with a small amount of data that are\n"
-" commonly used as anonymous unique identifiers. These are sent\n"
-" to your browser from the websites that you visit and are\n"
-" stored on your device's internal memory."
-msgstr "Cookies are files with a small amount of data that are\n"
-" commonly used as anonymous unique identifiers. These are sent\n"
-" to your browser from the websites that you visit and are\n"
-" stored on your device's internal memory."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.update_partner_action
-msgid "Create"
-msgstr "إنشاء"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_update_partner
-msgid "Create partner regestration"
-msgstr "Create partner regestration"
-
-#. module: odex_mobile
-#: model:ir.actions.act_window,name:odex_mobile.action_update_partner
-msgid "Create user"
-msgstr "Create user"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_create_uid
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_create_uid
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_create_uid
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration_create_uid
-#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token_create_uid
-#: model:ir.model.fields,field_description:odex_mobile.field_update_partner_create_uid
-msgid "Created by"
-msgstr "أنشئ بواسطة"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_create_date
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_create_date
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_create_date
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration_create_date
-#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token_create_date
-#: model:ir.model.fields,field_description:odex_mobile.field_update_partner_create_date
-msgid "Created on"
-msgstr "أنشئ في"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/project_timesheet.py:188
-#, python-format
-msgid "Created successfully"
-msgstr "تم الانشاء بنجاح"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:31
-#, python-format
-msgid "Data Found successfully"
-msgstr "Data Found successfully"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/attendance.py:268
-#, python-format
-msgid "Data Found successfully"
-msgstr "Data Found successfully"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:34
-#, python-format
-msgid "Data Not Found"
-msgstr "Data Not Found"
-
-#. module: odex_mobile
-#: model:ir.actions.server,name:odex_mobile.delete_expired_tokens_ir_actions_server
-#: model:ir.cron,cron_name:odex_mobile.delete_expired_tokens
-#: model:ir.cron,name:odex_mobile.delete_expired_tokens
-msgid "Delete expired tokens"
-msgstr "Delete expired tokens"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/leave.py:297
-#: code:addons/odex_mobile/controllers/loan.py:237
-#: code:addons/odex_mobile/controllers/overtime.py:314
-#: code:addons/odex_mobile/controllers/overtime.py:344
-#: code:addons/odex_mobile/controllers/permission.py:196
-#: code:addons/odex_mobile/controllers/project_timesheet.py:292
-#: code:addons/odex_mobile/controllers/project_timesheet.py:389
-#, python-format
-msgid "Deleted successfully"
-msgstr "تم المسح"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:172
-#, python-format
-msgid "Device id is missing"
-msgstr "Device id is missing"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/attendance.py:177
-#, python-format
-msgid "Device id not matching contact system admin"
-msgstr "رقم الجهاز لايتوافق مع سجل الموظف الرجاء التواصل مع مدير النظام"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_firebase_registration
-msgid "Device registered with FCM"
-msgstr "Device registered with FCM"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_display_name
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_display_name
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_display_name
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration_display_name
-#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token_display_name
-#: model:ir.model.fields,field_description:odex_mobile.field_update_partner_display_name
-msgid "Display Name"
-msgstr "الاسم المعروض"
-
-#. module: odex_mobile
-#: selection:employee.notification,state:0
-msgid "Draft"
-msgstr "مسودة"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_hr_employee
-msgid "Employee"
-msgstr "الموظف"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_model_overwrite.py:100
-#, python-format
-msgid "Employee %s Leave Waiting Your Approve"
-msgstr "Employee %s Leave Waiting Your Approve"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_model_overwrite.py:234
-#, python-format
-msgid "Employee %s Loan %s Waiting Your Approve"
-msgstr "Employee %s Loan %s Waiting Your Approve"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_model_overwrite.py:186
-#, python-format
-msgid "Employee %s Permission Waiting Your Approve"
-msgstr "Employee %s Permission Waiting Your Approve"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_model_overwrite.py:52
-#, python-format
-msgid "Employee %s Timesheet Waiting Your Approve"
-msgstr "Employee %s Timesheet Waiting Your Approve"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_hr_employee_device_id
-msgid "Employee Device "
-msgstr "جهاز الموظف"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_hr_loan_salary_advance
-msgid "Employee Loan"
-msgstr "سلفة الموظف"
-
-#. module: odex_mobile
-#: model:ir.actions.act_window,name:odex_mobile.employee_notification_action
-#: model:ir.ui.menu,name:odex_mobile.menu_employee_notification
-#: model:ir.ui.view,arch_db:odex_mobile.employee_notification_form
-#: model:ir.ui.view,arch_db:odex_mobile.employee_notification_tree
-msgid "Employee Notification"
-msgstr "اشعارات الموظفين"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_number
-msgid "Employee Number"
-msgstr "رقم الموظف"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_model_overwrite.py:156
-#, python-format
-msgid "Employee Overtime Request Waiting Your Approve"
-msgstr "Employee Overtime Request Waiting Your Approve"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/attendance.py:181
-#, python-format
-msgid "Employee not in any Zoon ,Contact Admin "
-msgstr "Employee not in any Zoon ,Contact Admin "
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_employee_ids
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_employee_ids
-#: model:ir.ui.view,arch_db:odex_mobile.attendance_zone_form
-msgid "Employees"
-msgstr "الموظفون"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_end
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_iso_date
-msgid "End Date"
-msgstr "تاريخ الإنتهاء"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/attendence_zone_config.py:30
-#, python-format
-msgid "End date should be greater than end start date"
-msgstr "تاريخ الانتهاء يجب ان يكون اكبر من تاريخ البداية"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/permission.py:77
-#: code:addons/odex_mobile/controllers/permission.py:128
-#: code:addons/odex_mobile/controllers/permission.py:293
-#, python-format
-msgid "Enter All required Dates for Permission request"
-msgstr "الرجاء ادخال التاؤيخ"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/attendance.py:168
-#, python-format
-msgid "Enter Check in type"
-msgstr "الرجاء ادخال نوع تسجيل الحضور"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/attendance.py:67
-#, python-format
-msgid "Enter Data First"
-msgstr "الرجاء ادخال التاريخ اولا"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:117
-#: code:addons/odex_mobile/controllers/loan.py:179
-#, python-format
-msgid "Enter Date"
-msgstr "الرجاء ادخال التاريخ"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/attendance.py:217
-#, python-format
-msgid "Enter Date First"
-msgstr "الرجاء ادخال التاريخ اولا"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/attendance.py:170
-#, python-format
-msgid "Enter Device Id"
-msgstr "ادخل رقم الهاتف"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/permission.py:130
-#, python-format
-msgid "Enter Early Exit for Permission request"
-msgstr "الرجاء تحديد هل الاذن خروج مبكر؟"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:160
-#, python-format
-msgid "Enter Lines for Overtime"
-msgstr "الرجاء ادخال بيانات الطلب"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:119
-#: code:addons/odex_mobile/controllers/loan.py:181
-#, python-format
-msgid "Enter Request Type"
-msgstr "الرجاء ادخال نوع الطلب"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/project_timesheet.py:207
-#, python-format
-msgid "Enter Start date and End Date for Timesheet"
-msgstr "الرجاء ادخال الفترة الزمنية للجدول الزمنى"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/attendance.py:172
-#, python-format
-msgid "Enter Zone Data for Check in"
-msgstr "الرجاء ادخال خطوط الطول والعرض"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:115
-#: code:addons/odex_mobile/controllers/loan.py:177
-#, python-format
-msgid "Enter expected Amount"
-msgstr "الرجاء ادخال المبلغ "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:121
-#: code:addons/odex_mobile/controllers/loan.py:183
-#, python-format
-msgid "Enter is old"
-msgstr "الرجاء تحديد هل الطلب قديم؟"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:113
-#: code:addons/odex_mobile/controllers/loan.py:175
-#, python-format
-msgid "Enter numbers of month"
-msgstr "يجب ادخال عدد شهور الاقساط"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:111
-#: code:addons/odex_mobile/controllers/loan.py:173
-#, python-format
-msgid "Enter request Type"
-msgstr "يجب ادخال نوع الطلب"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "Expert Ltd Co built the Odex SS app as\n"
-" a Commercial app. This SERVICE is provided by\n"
-" Expert Ltd Co and is intended for use as\n"
-" is."
-msgstr "Expert Ltd Co built the Odex SS app as\n"
-" a Commercial app. This SERVICE is provided by\n"
-" Expert Ltd Co and is intended for use as\n"
-" is."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "Expert Ltd Co is committed to ensuring that the app is\n"
-" as useful and efficient as possible. For that reason, we\n"
-" reserve the right to make changes to the app or to charge for\n"
-" its services, at any time and for any reason. We will never\n"
-" charge you for the app or its services without making it very\n"
-" clear to you exactly what you’re paying for."
-msgstr "Expert Ltd Co is committed to ensuring that the app is\n"
-" as useful and efficient as possible. For that reason, we\n"
-" reserve the right to make changes to the app or to charge for\n"
-" its services, at any time and for any reason. We will never\n"
-" charge you for the app or its services without making it very\n"
-" clear to you exactly what you’re paying for."
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token_expires
-msgid "Expires"
-msgstr "Expires"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "Firebase Crashlytics"
-msgstr "Firebase Crashlytics"
-
-#. module: odex_mobile
-#: model:ir.actions.act_window,name:odex_mobile.action_firebase_notification
-msgid "Firebase Notifications"
-msgstr "Firebase Notifications"
-
-#. module: odex_mobile
-#: model:ir.actions.act_window,name:odex_mobile.action_firebase_registration
-#: model:ir.model.fields,field_description:odex_mobile.field_res_partner_firebase_registration_ids
-#: model:ir.model.fields,field_description:odex_mobile.field_res_users_firebase_registration_ids
-msgid "Firebase Registration"
-msgstr "Firebase Registration"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration_topic_id
-msgid "Firebase Topic"
-msgstr "Firebase Topic"
-
-#. module: odex_mobile
-#: model:ir.ui.menu,name:odex_mobile.menu_mobile_app_firebase_registration
-msgid "Firebase registrations"
-msgstr "Firebase registrations"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "For a better experience, while using our Service, we\n"
-" may require you to provide us with certain personally\n"
-" identifiable information, including but not limited to Expert Ltd Co. The information that\n"
-" we request will be retained by us and used as described in this privacy policy."
-msgstr "For a better experience, while using our Service, we\n"
-" may require you to provide us with certain personally\n"
-" identifiable information, including but not limited to Expert Ltd Co. The information that\n"
-" we request will be retained by us and used as described in this privacy policy."
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_general
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_general
-msgid "General Zone"
-msgstr "موقع عام "
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "Google Play Services"
-msgstr "Google Play Services"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_model_overwrite.py:237
-#, python-format
-msgid "Has been updated to %s"
-msgstr "طلب العمل السلفة تم تحديث حالته إلى %s"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_id
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_id
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_id
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration_id
-#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token_id
-#: model:ir.model.fields,field_description:odex_mobile.field_update_partner_id
-msgid "ID"
-msgstr "المعرف"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "If you choose to use our Service, then you agree to\n"
-" the collection and use of information in relation to this\n"
-" policy. The Personal Information that we collect is\n"
-" used for providing and improving the Service. We will not use or share your information with\n"
-" anyone except as described in this Privacy Policy."
-msgstr "If you choose to use our Service, then you agree to\n"
-" the collection and use of information in relation to this\n"
-" policy. The Personal Information that we collect is\n"
-" used for providing and improving the Service. We will not use or share your information with\n"
-" anyone except as described in this Privacy Policy."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "If you have any questions or suggestions about our\n"
-" Privacy Policy, do not hesitate to contact us at ssnotification133@gmail.com."
-msgstr "If you have any questions or suggestions about our\n"
-" Privacy Policy, do not hesitate to contact us at ssnotification133@gmail.com."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "If you have any questions or suggestions about our\n"
-" Terms and Conditions, do not hesitate to contact us\n"
-" at ssnotification133@gmail.com."
-msgstr "If you have any questions or suggestions about our\n"
-" Terms and Conditions, do not hesitate to contact us\n"
-" at ssnotification133@gmail.com."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "If you’re using the app outside of an area with Wi-Fi, you\n"
-" should remember that your terms of the agreement with your\n"
-" mobile network provider will still apply. As a result, you may\n"
-" be charged by your mobile provider for the cost of data for\n"
-" the duration of the connection while accessing the app, or\n"
-" other third party charges. In using the app, you’re accepting\n"
-" responsibility for any such charges, including roaming data\n"
-" charges if you use the app outside of your home territory\n"
-" (i.e. region or country) without turning off data roaming. If\n"
-" you are not the bill payer for the device on which you’re\n"
-" using the app, please be aware that we assume that you have\n"
-" received permission from the bill payer for using the app."
-msgstr "If you’re using the app outside of an area with Wi-Fi, you\n"
-" should remember that your terms of the agreement with your\n"
-" mobile network provider will still apply. As a result, you may\n"
-" be charged by your mobile provider for the cost of data for\n"
-" the duration of the connection while accessing the app, or\n"
-" other third party charges. In using the app, you’re accepting\n"
-" responsibility for any such charges, including roaming data\n"
-" charges if you use the app outside of your home territory\n"
-" (i.e. region or country) without turning off data roaming. If\n"
-" you are not the bill payer for the device on which you’re\n"
-" using the app, please be aware that we assume that you have\n"
-" received permission from the bill payer for using the app."
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:45
-#, python-format
-msgid "Image must not be empty"
-msgstr "الرجاؤ ادخال الصورة"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token_is_expired
-msgid "Is Expired"
-msgstr "انتهت فترة الصلاحية"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_is_system
-msgid "Is System"
-msgstr "Is System"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:114
-#, python-format
-msgid "Language must not be empty"
-msgstr "يجب اختيار اللغة"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone___last_update
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification___last_update
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification___last_update
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration___last_update
-#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token___last_update
-#: model:ir.model.fields,field_description:odex_mobile.field_update_partner___last_update
-msgid "Last Modified on"
-msgstr "آخر تعديل في"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_write_uid
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_write_uid
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_write_uid
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration_write_uid
-#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token_write_uid
-#: model:ir.model.fields,field_description:odex_mobile.field_update_partner_write_uid
-msgid "Last Updated by"
-msgstr "آخر تحديث بواسطة"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_write_date
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_write_date
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_write_date
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration_write_date
-#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token_write_date
-#: model:ir.model.fields,field_description:odex_mobile.field_update_partner_write_date
-msgid "Last Updated on"
-msgstr "آخر تحديث في"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_attendance_latitude
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_latitude
-msgid "Latitude"
-msgstr "خط العرض"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_hr_holidays
-msgid "Leave"
-msgstr "مغادرة"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/leave.py:344
-#, python-format
-msgid "Leave Approved Successfully "
-msgstr "Leave Approved Successfully "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/leave.py:340
-#, python-format
-msgid "Leave Confirm By direct Manager Successfully "
-msgstr "Leave Confirm By direct Manager Successfully "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/leave.py:336
-#, python-format
-msgid "Leave Confirm Successfully "
-msgstr "Leave Confirm Successfully "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/leave.py:194
-#, python-format
-msgid "Leave Created Successfully"
-msgstr "تم انشاء طلب الاجازة بنجاح"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/leave.py:355
-#, python-format
-msgid "Leave Refused "
-msgstr "Leave Refused "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_model_overwrite.py:103
-#, python-format
-msgid "Leave Request Has Been Updated to %s"
-msgstr "طلب الإجازة تم تحديث حالته إلى %s"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/leave.py:348
-#, python-format
-msgid "Leave Reset to Draft Successfully "
-msgstr "Leave Reset to Draft Successfully "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/leave.py:260
-#, python-format
-msgid "Leave Updated Successfully"
-msgstr "تم تحديث الاجازة بنجاح"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "Link to Terms and Conditions of third party service\n"
-" providers used by the app"
-msgstr "Link to Terms and Conditions of third party service\n"
-" providers used by the app"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "Link to privacy policy of third party service providers used\n"
-" by the app"
-msgstr "Link to privacy policy of third party service providers used\n"
-" by the app"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_model_overwrite.py:235
-#, python-format
-msgid "Loan %s Waiting Your Approve"
-msgstr "Loan %s Waiting Your Approve"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_model_overwrite.py:237
-#, python-format
-msgid "Loan %s"
-msgstr "طلب السلفة %s"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:295
-#, python-format
-msgid "Loan Approved By Executive Manager Successfully "
-msgstr "Loan Approved By Executive Manager Successfully "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:290
-#, python-format
-msgid "Loan Approved By Hr Successfully"
-msgstr "Loan Approved By Hr Successfully"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:299
-#, python-format
-msgid "Loan Approved By Hr Manager Successfully "
-msgstr "Loan Approved By Hr Manager Successfully "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:303
-#, python-format
-msgid "Loan Closed Successfully"
-msgstr "Loan Closed Successfully"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:286
-#, python-format
-msgid "Loan Confirm By direct Manager Successfully"
-msgstr "Loan Confirm By direct Manager Successfully"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:308
-#, python-format
-msgid "Loan Reset to Draft Successfully "
-msgstr "Loan Reset to Draft Successfully "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:313
-#, python-format
-msgid "Loan State change to Re Pay "
-msgstr "Loan State change to Re Pay "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:282
-#, python-format
-msgid "Loan Submitted Successfully"
-msgstr "Loan Submitted Successfully"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:209
-#, python-format
-msgid "Loan Updated successfully"
-msgstr "تم تحديث الطلب بنجاح"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:321
-#, python-format
-msgid "Loan request Refused "
-msgstr "Loan request Refused "
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_attendance_longitude
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_longitude
-msgid "Longitude"
-msgstr "خط الطول"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_msg
-msgid "Message"
-msgstr "الرسالة"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_meta
-msgid "Meta"
-msgstr "Meta"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration_partner_name
-msgid "Name"
-msgstr "الاسم"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/hr_employee.py:84
-#, python-format
-msgid "No employee Selected"
-msgstr "No employee Selected"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_firebase_notification
-msgid "Notification to send to Firebase Cloud Messaging"
-msgstr "Notification to send to Firebase Cloud Messaging"
-
-#. module: odex_mobile
-#: model:ir.ui.menu,name:odex_mobile.menu_firebase_notification
-msgid "Notifications"
-msgstr "إشعارات"
-
-#. module: odex_mobile
-#: model:ir.ui.menu,name:odex_mobile.menu_firebase_users
-msgid "Notifications users"
-msgstr "Notifications users"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/hr_employee.py:64
-#, python-format
-msgid "Number of Nominated employee greater than employee"
-msgstr "عدد الموظفين المرشحين اكبر من عدد الموظفين فى المنطقة"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.attendance_mobile_inherited_tree
-msgid "Open Location"
-msgstr "افتح الموقع"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:387
-#, python-format
-msgid "Overtime Confirm Successfully"
-msgstr "تم تأكيد طلب الاجر اضافى ب نداح"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_model_overwrite.py:160
-#, python-format
-msgid "Overtime Request has been Updated to %s "
-msgstr "طلب العمل الإضافي تم تحديث حالته إلى %s "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:406
-#, python-format
-msgid "Overtime Reset to draft"
-msgstr "Overtime Reset to draft"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:271
-#, python-format
-msgid "Overtime Update successfully"
-msgstr "تم تحديث الطلب بنجاح"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:403
-#, python-format
-msgid "Overtime approved Top Manager Successfully"
-msgstr "Overtime approved Top Manager Successfully"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:391
-#, python-format
-msgid "Overtime approved by direct manager Successfully"
-msgstr "Overtime approved by direct manager Successfully"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:395
-#, python-format
-msgid "Overtime approved by financial manager Successfully"
-msgstr "Overtime approved by financial manager Successfully"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:399
-#, python-format
-msgid "Overtime approved by hr Successfully"
-msgstr "Overtime approved by hr Successfully"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:185
-#, python-format
-msgid "Overtime created successfully"
-msgstr "تم انشاء الطلب بنجاح"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:412
-#, python-format
-msgid "Overtime request Refused"
-msgstr "Overtime request Refused"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_registration_partner_id
-msgid "Partner"
-msgstr "الشريك"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_partner_ids
-msgid "Partners"
-msgstr "الشركاء"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:170
-#, python-format
-msgid "Password is missing"
-msgstr "الرجاء ادخال كلمة المرور"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/permission.py:253
-#, python-format
-msgid "Permission Refused "
-msgstr "Permission Refused "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_model_overwrite.py:189
-#, python-format
-msgid "Permission Request has been updated to %s "
-msgstr "طلب الاذن تم تعديل حالته الى %s "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/permission.py:247
-#, python-format
-msgid "Permission Reset to draft "
-msgstr "Permission Reset to draft "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/permission.py:243
-#, python-format
-msgid "Permission approved "
-msgstr "Permission approved "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/permission.py:239
-#, python-format
-msgid "Permission approved by Direct manager"
-msgstr "Permission approved by Direct manager"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:147
-#, python-format
-msgid "Record create Successfully"
-msgstr "تم انشاء الطلب "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/project_timesheet.py:333
-#, python-format
-msgid "Refused successfully"
-msgstr "Refused successfully"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/project_timesheet.py:337
-#, python-format
-msgid "Reset to Draft successfully"
-msgstr "Reset to Draft successfully"
-
-#. module: odex_mobile
-#: selection:employee.notification,state:0
-#: model:ir.ui.view,arch_db:odex_mobile.employee_notification_form
-msgid "Send"
-msgstr "إرسال"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_send_date
-msgid "Send Date"
-msgstr "ارسال التاريخ"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.firebase_registration_form
-msgid "Send Notification"
-msgstr "ارسال اشعارات"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_notification.py:47
-#, python-format
-msgid "Send date should be in the future"
-msgstr "Send date should be in the future"
-
-#. module: odex_mobile
-#: model:ir.ui.menu,name:odex_mobile.menu_firebase_send
-msgid "Send notification"
-msgstr "ارسال اشعارات"
-
-#. module: odex_mobile
-#: model:ir.actions.server,name:odex_mobile.send_notification_ir_actions_server
-#: model:ir.cron,cron_name:odex_mobile.send_notification
-#: model:ir.cron,name:odex_mobile.send_notification
-msgid "Send notification from the last hour"
-msgstr "Send notification from the last hour"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.firebase_notification_form
-msgid "Send notification now"
-msgstr "Send notification now"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_sent
-msgid "Sent"
-msgstr "تم الارسال."
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_specific_period
-msgid "Specific Period"
-msgstr "فترة محددة"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_specific
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_specific
-msgid "Specific Zone"
-msgstr "موقع محدد"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_start
-msgid "Start Date"
-msgstr "تاريخ البداية"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_state
-msgid "State"
-msgstr "المحافظة"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_jwt_provider_access_token
-msgid "Store user access token for one-time-login"
-msgstr "Store user access token for one-time-login"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_subject
-msgid "Subject"
-msgstr "الموضوع"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "The Odex SS app stores and processes personal data that\n"
-" you have provided to us, in order to provide our\n"
-" Service. It’s your responsibility to keep your phone and\n"
-" access to the app secure. We therefore recommend that you do\n"
-" not jailbreak or root your phone, which is the process of\n"
-" removing software restrictions and limitations imposed by the\n"
-" official operating system of your device. It could make your\n"
-" phone vulnerable to malware/viruses/malicious programs,\n"
-" compromise your phone’s security features and it could mean\n"
-" that the Odex SS app won’t work properly or at all."
-msgstr "The Odex SS app stores and processes personal data that\n"
-" you have provided to us, in order to provide our\n"
-" Service. It’s your responsibility to keep your phone and\n"
-" access to the app secure. We therefore recommend that you do\n"
-" not jailbreak or root your phone, which is the process of\n"
-" removing software restrictions and limitations imposed by the\n"
-" official operating system of your device. It could make your\n"
-" phone vulnerable to malware/viruses/malicious programs,\n"
-" compromise your phone’s security features and it could mean\n"
-" that the Odex SS app won’t work properly or at all."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "The app does use third party services that declare their own\n"
-" Terms and Conditions."
-msgstr "The app does use third party services that declare their own\n"
-" Terms and Conditions."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "The app does use third party services that may collect\n"
-" information used to identify you."
-msgstr "The app does use third party services that may collect\n"
-" information used to identify you."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "The terms used in this Privacy Policy have the same meanings\n"
-" as in our Terms and Conditions, which is accessible at\n"
-" Odex SS unless otherwise defined in this Privacy Policy."
-msgstr "The terms used in this Privacy Policy have the same meanings\n"
-" as in our Terms and Conditions, which is accessible at\n"
-" Odex SS unless otherwise defined in this Privacy Policy."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "These Services do not address anyone under the age of 13.\n"
-" We do not knowingly collect personally\n"
-" identifiable information from children under 13. In the case\n"
-" we discover that a child under 13 has provided\n"
-" us with personal information, we immediately\n"
-" delete this from our servers. If you are a parent or guardian\n"
-" and you are aware that your child has provided us with\n"
-" personal information, please contact us so that\n"
-" we will be able to do necessary actions."
-msgstr "These Services do not address anyone under the age of 13.\n"
-" We do not knowingly collect personally\n"
-" identifiable information from children under 13. In the case\n"
-" we discover that a child under 13 has provided\n"
-" us with personal information, we immediately\n"
-" delete this from our servers. If you are a parent or guardian\n"
-" and you are aware that your child has provided us with\n"
-" personal information, please contact us so that\n"
-" we will be able to do necessary actions."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "These terms and conditions are effective as of 2020-11-25"
-msgstr "These terms and conditions are effective as of 2020-11-25"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "This Service does not use these “cookies” explicitly. However,\n"
-" the app may use third party code and libraries that use\n"
-" “cookies” to collect information and improve their services.\n"
-" You have the option to either accept or refuse these cookies\n"
-" and know when a cookie is being sent to your device. If you\n"
-" choose to refuse our cookies, you may not be able to use some\n"
-" portions of this Service."
-msgstr "This Service does not use these “cookies” explicitly. However,\n"
-" the app may use third party code and libraries that use\n"
-" “cookies” to collect information and improve their services.\n"
-" You have the option to either accept or refuse these cookies\n"
-" and know when a cookie is being sent to your device. If you\n"
-" choose to refuse our cookies, you may not be able to use some\n"
-" portions of this Service."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "This Service may contain links to other sites. If you click on\n"
-" a third-party link, you will be directed to that site. Note\n"
-" that these external sites are not operated by us.\n"
-" Therefore, we strongly advise you to review the\n"
-" Privacy Policy of these websites. We have\n"
-" no control over and assume no responsibility for the content,\n"
-" privacy policies, or practices of any third-party sites or\n"
-" services."
-msgstr "This Service may contain links to other sites. If you click on\n"
-" a third-party link, you will be directed to that site. Note\n"
-" that these external sites are not operated by us.\n"
-" Therefore, we strongly advise you to review the\n"
-" Privacy Policy of these websites. We have\n"
-" no control over and assume no responsibility for the content,\n"
-" privacy policies, or practices of any third-party sites or\n"
-" services."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "This page is used to inform visitors regarding our\n"
-" policies with the collection, use, and disclosure of Personal\n"
-" Information if anyone decided to use our Service."
-msgstr "This page is used to inform visitors regarding our\n"
-" policies with the collection, use, and disclosure of Personal\n"
-" Information if anyone decided to use our Service."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "This policy is effective as of 2020-11-25"
-msgstr "This policy is effective as of 2020-11-25"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/firebase_model_overwrite.py:55
-#, python-format
-msgid "Timesheet Has been Updated to %s"
-msgstr "تم تحديث حالة الجدول الزمني إلى %s"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_hr_timesheet_sheet
-msgid "Timesheet Sheet"
-msgstr "سجل الدوام"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_title
-msgid "Title"
-msgstr "العنوان"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "To assist us in analyzing how our Service is used."
-msgstr "To assist us in analyzing how our Service is used."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "To facilitate our Service;"
-msgstr "To facilitate our Service;"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "To perform Service-related services; or"
-msgstr "To perform Service-related services; or"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "To provide the Service on our behalf;"
-msgstr "To provide the Service on our behalf;"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_uid
-msgid "Uid"
-msgstr "Uid"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:182
-#, python-format
-msgid "Unable to Sign In. invalid user password"
-msgstr "لا يمكن تسجيل الدخول ,خطء ف المستخدم ,كلمة المرور "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:138
-#, python-format
-msgid "Update success"
-msgstr "تم التحديث بنجاح"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_jwt_provider_access_token_user_id
-msgid "User"
-msgstr "المستخدم"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:177
-#, python-format
-msgid "User account with login {} not found"
-msgstr "User account with login {} not found"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:190
-#, python-format
-msgid "User log in successfully"
-msgstr "تم تسجيل الدخول بنجاح"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_res_users
-msgid "Users"
-msgstr "المستخدمون"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_firebase_notification_viewed
-msgid "Viewed"
-msgstr "Viewed"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "We may employ third-party companies and\n"
-" individuals due to the following reasons:"
-msgstr "We may employ third-party companies and\n"
-" individuals due to the following reasons:"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "We may update our Privacy Policy from\n"
-" time to time. Thus, you are advised to review this page\n"
-" periodically for any changes. We will\n"
-" notify you of any changes by posting the new Privacy Policy on\n"
-" this page."
-msgstr "We may update our Privacy Policy from\n"
-" time to time. Thus, you are advised to review this page\n"
-" periodically for any changes. We will\n"
-" notify you of any changes by posting the new Privacy Policy on\n"
-" this page."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "We may update our Terms and Conditions\n"
-" from time to time. Thus, you are advised to review this page\n"
-" periodically for any changes. We will\n"
-" notify you of any changes by posting the new Terms and\n"
-" Conditions on this page."
-msgstr "We may update our Terms and Conditions\n"
-" from time to time. Thus, you are advised to review this page\n"
-" periodically for any changes. We will\n"
-" notify you of any changes by posting the new Terms and\n"
-" Conditions on this page."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "We value your trust in providing us your\n"
-" Personal Information, thus we are striving to use commercially\n"
-" acceptable means of protecting it. But remember that no method\n"
-" of transmission over the internet, or method of electronic\n"
-" storage is 100% secure and reliable, and we cannot\n"
-" guarantee its absolute security."
-msgstr "We value your trust in providing us your\n"
-" Personal Information, thus we are striving to use commercially\n"
-" acceptable means of protecting it. But remember that no method\n"
-" of transmission over the internet, or method of electronic\n"
-" storage is 100% secure and reliable, and we cannot\n"
-" guarantee its absolute security."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "We want to inform users of this Service\n"
-" that these third parties have access to your Personal\n"
-" Information. The reason is to perform the tasks assigned to\n"
-" them on our behalf. However, they are obligated not to\n"
-" disclose or use the information for any other purpose."
-msgstr "We want to inform users of this Service\n"
-" that these third parties have access to your Personal\n"
-" Information. The reason is to perform the tasks assigned to\n"
-" them on our behalf. However, they are obligated not to\n"
-" disclose or use the information for any other purpose."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.privacy_policy
-msgid "We want to inform you that whenever you\n"
-" use our Service, in a case of an error in the app\n"
-" we collect data and information (through third party\n"
-" products) on your phone called Log Data. This Log Data may\n"
-" include information such as your device Internet Protocol\n"
-" (“IP”) address, device name, operating system version, the\n"
-" configuration of the app when utilizing our Service,\n"
-" the time and date of your use of the Service, and other\n"
-" statistics."
-msgstr "We want to inform you that whenever you\n"
-" use our Service, in a case of an error in the app\n"
-" we collect data and information (through third party\n"
-" products) on your phone called Log Data. This Log Data may\n"
-" include information such as your device Internet Protocol\n"
-" (“IP”) address, device name, operating system version, the\n"
-" configuration of the app when utilizing our Service,\n"
-" the time and date of your use of the Service, and other\n"
-" statistics."
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "With respect to Expert Ltd Co’s responsibility for your\n"
-" use of the app, when you’re using the app, it’s important to\n"
-" bear in mind that although we endeavour to ensure that it is\n"
-" updated and correct at all times, we do rely on third parties\n"
-" to provide information to us so that we can make it available\n"
-" to you. Expert Ltd Co accepts no liability for any\n"
-" loss, direct or indirect, you experience as a result of\n"
-" relying wholly on this functionality of the app."
-msgstr "With respect to Expert Ltd Co’s responsibility for your\n"
-" use of the app, when you’re using the app, it’s important to\n"
-" bear in mind that although we endeavour to ensure that it is\n"
-" updated and correct at all times, we do rely on third parties\n"
-" to provide information to us so that we can make it available\n"
-" to you. Expert Ltd Co accepts no liability for any\n"
-" loss, direct or indirect, you experience as a result of\n"
-" relying wholly on this functionality of the app."
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/firebase_notifications.py:115
-#: code:addons/odex_mobile/controllers/leave.py:300
-#: code:addons/odex_mobile/controllers/leave.py:364
-#: code:addons/odex_mobile/controllers/loan.py:240
-#: code:addons/odex_mobile/controllers/loan.py:345
-#: code:addons/odex_mobile/controllers/overtime.py:440
-#: code:addons/odex_mobile/controllers/permission.py:269
-#: code:addons/odex_mobile/controllers/project_timesheet.py:294
-#: code:addons/odex_mobile/controllers/project_timesheet.py:365
-#: code:addons/odex_mobile/controllers/project_timesheet.py:391
-#, python-format
-msgid "You can not perform this operation. please check with one of your team admins"
-msgstr "لا يمكنك اتمام هذه العملية الرجاء التواصل مع فريق الادارة"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/leave.py:358
-#, python-format
-msgid "You Can not Complete this operation contact Admin"
-msgstr "You Can not Complete this operation contact Admin"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/project_timesheet.py:339
-#, python-format
-msgid "You Do not have access to this operation contact Admin"
-msgstr "You Do not have access to this operation contact Admin"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/attendance.py:70
-#: code:addons/odex_mobile/controllers/leave.py:54
-#: code:addons/odex_mobile/controllers/leave.py:83
-#: code:addons/odex_mobile/controllers/leave.py:167
-#: code:addons/odex_mobile/controllers/leave.py:220
-#: code:addons/odex_mobile/controllers/loan.py:33
-#: code:addons/odex_mobile/controllers/loan.py:108
-#: code:addons/odex_mobile/controllers/loan.py:170
-#: code:addons/odex_mobile/controllers/overtime.py:57
-#: code:addons/odex_mobile/controllers/overtime.py:145
-#: code:addons/odex_mobile/controllers/overtime.py:212
-#: code:addons/odex_mobile/controllers/permission.py:32
-#: code:addons/odex_mobile/controllers/permission.py:84
-#: code:addons/odex_mobile/controllers/permission.py:134
-#: code:addons/odex_mobile/controllers/permission.py:290
-#, python-format
-msgid "You Have issue in your employee profile. please check with one of your team admins"
-msgstr "msgstr \"توجد مشكلة ف حساب الموظف الخاص بك , الرجاء التواصل مع فريق الادارة"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:317
-#, python-format
-msgid "You are can not perform this operation. please check with one of your team admins"
-msgstr "لا يمكنك اتمام هذه العملية الرجاء التواصل مع فريق الادارة"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/attendance.py:34
-#: code:addons/odex_mobile/controllers/attendance.py:37
-#: code:addons/odex_mobile/controllers/attendance.py:65
-#: code:addons/odex_mobile/controllers/attendance.py:117
-#: code:addons/odex_mobile/controllers/attendance.py:122
-#: code:addons/odex_mobile/controllers/attendance.py:166
-#: code:addons/odex_mobile/controllers/attendance.py:175
-#: code:addons/odex_mobile/controllers/attendance.py:215
-#: code:addons/odex_mobile/controllers/attendance.py:220
-#: code:addons/odex_mobile/controllers/attendance.py:256
-#: code:addons/odex_mobile/controllers/attendance.py:259
-#: code:addons/odex_mobile/controllers/authentication.py:53
-#: code:addons/odex_mobile/controllers/authentication.py:83
-#: code:addons/odex_mobile/controllers/authentication.py:127
-#: code:addons/odex_mobile/controllers/authentication.py:148
-#: code:addons/odex_mobile/controllers/leave.py:49
-#: code:addons/odex_mobile/controllers/leave.py:80
-#: code:addons/odex_mobile/controllers/leave.py:162
-#: code:addons/odex_mobile/controllers/leave.py:212
-#: code:addons/odex_mobile/controllers/leave.py:286
-#: code:addons/odex_mobile/controllers/leave.py:291
-#: code:addons/odex_mobile/controllers/leave.py:318
-#: code:addons/odex_mobile/controllers/leave.py:323
-#: code:addons/odex_mobile/controllers/loan.py:28
-#: code:addons/odex_mobile/controllers/loan.py:103
-#: code:addons/odex_mobile/controllers/loan.py:165
-#: code:addons/odex_mobile/controllers/loan.py:226
-#: code:addons/odex_mobile/controllers/loan.py:231
-#: code:addons/odex_mobile/controllers/loan.py:258
-#: code:addons/odex_mobile/controllers/loan.py:263
-#: code:addons/odex_mobile/controllers/overtime.py:52
-#: code:addons/odex_mobile/controllers/overtime.py:140
-#: code:addons/odex_mobile/controllers/overtime.py:207
-#: code:addons/odex_mobile/controllers/overtime.py:303
-#: code:addons/odex_mobile/controllers/overtime.py:308
-#: code:addons/odex_mobile/controllers/overtime.py:333
-#: code:addons/odex_mobile/controllers/overtime.py:338
-#: code:addons/odex_mobile/controllers/overtime.py:365
-#: code:addons/odex_mobile/controllers/overtime.py:370
-#: code:addons/odex_mobile/controllers/permission.py:29
-#: code:addons/odex_mobile/controllers/permission.py:74
-#: code:addons/odex_mobile/controllers/permission.py:125
-#: code:addons/odex_mobile/controllers/permission.py:185
-#: code:addons/odex_mobile/controllers/permission.py:190
-#: code:addons/odex_mobile/controllers/permission.py:217
-#: code:addons/odex_mobile/controllers/permission.py:222
-#: code:addons/odex_mobile/controllers/permission.py:285
-#: code:addons/odex_mobile/controllers/pettie.py:29
-#: code:addons/odex_mobile/controllers/pettie.py:34
-#: code:addons/odex_mobile/controllers/pettie.py:75
-#: code:addons/odex_mobile/controllers/pettie.py:80
-#: code:addons/odex_mobile/controllers/pettie.py:115
-#: code:addons/odex_mobile/controllers/pettie.py:120
-#: code:addons/odex_mobile/controllers/pettie.py:162
-#: code:addons/odex_mobile/controllers/pettie.py:167
-#: code:addons/odex_mobile/controllers/pettie.py:207
-#: code:addons/odex_mobile/controllers/pettie.py:212
-#: code:addons/odex_mobile/controllers/pettie.py:239
-#: code:addons/odex_mobile/controllers/pettie.py:244
-#: code:addons/odex_mobile/controllers/project_timesheet.py:29
-#: code:addons/odex_mobile/controllers/project_timesheet.py:53
-#: code:addons/odex_mobile/controllers/project_timesheet.py:81
-#: code:addons/odex_mobile/controllers/project_timesheet.py:84
-#: code:addons/odex_mobile/controllers/project_timesheet.py:146
-#: code:addons/odex_mobile/controllers/project_timesheet.py:149
-#: code:addons/odex_mobile/controllers/project_timesheet.py:212
-#: code:addons/odex_mobile/controllers/project_timesheet.py:215
-#: code:addons/odex_mobile/controllers/project_timesheet.py:284
-#: code:addons/odex_mobile/controllers/project_timesheet.py:287
-#: code:addons/odex_mobile/controllers/project_timesheet.py:312
-#: code:addons/odex_mobile/controllers/project_timesheet.py:315
-#: code:addons/odex_mobile/controllers/project_timesheet.py:381
-#: code:addons/odex_mobile/controllers/project_timesheet.py:384
-#, python-format
-msgid "You are not allowed to perform this operation. please check with one of your team admins"
-msgstr "لا يمكنك اتمام هذه العملية الرجاء التواصل مع فريق الادارة"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:415
-#: code:addons/odex_mobile/controllers/permission.py:256
-#, python-format
-msgid "You can not access this operation contact your system admin"
-msgstr "You can not access this operation contact your system admin"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/attendence_zone_config.py:36
-#, python-format
-msgid "You can not define general and specific zone at same time"
-msgstr "لا يمكنك تعريف موقع عام وموقع خاص معا"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/hr_employee.py:33
-#, python-format
-msgid "You can not open this location check latitude and longitude"
-msgstr "لا يمكن فتح الموقع الرجاء التحقق من خطوط الطول والعرض للموقع"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:347
-#: code:addons/odex_mobile/controllers/permission.py:199
-#, python-format
-msgid "You can not perform this operation. please check with one of your team admins"
-msgstr "لا يمكنك اتمام هذه العملية الرجاء التواصل مع فريق الادارة"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:324
-#, python-format
-msgid "You con not refuse this Loan"
-msgstr "You con not refuse this Loan"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/loan.py:327
-#, python-format
-msgid "You do not have access contact system admin"
-msgstr "You do not have access contact system admin"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:149
-#: code:addons/odex_mobile/controllers/overtime.py:216
-#, python-format
-msgid "You need to enter reason"
-msgstr "يجب ادخال السبب"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:157
-#: code:addons/odex_mobile/controllers/overtime.py:224
-#, python-format
-msgid "You need to enter request date ,Date from and Date to"
-msgstr "يجب ادخال التاريخ من والى"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/overtime.py:153
-#: code:addons/odex_mobile/controllers/overtime.py:220
-#, python-format
-msgid "You need to enter transfer type"
-msgstr "You need to enter transfer type"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.terms_of_use
-msgid "You should be aware that there are certain things that\n"
-" Expert Ltd Co will not take responsibility for. Certain\n"
-" functions of the app will require the app to have an active\n"
-" internet connection. The connection can be Wi-Fi, or provided\n"
-" by your mobile network provider, but Expert Ltd Co\n"
-" cannot take responsibility for the app not working at full\n"
-" functionality if you don’t have access to Wi-Fi, and you don’t\n"
-" have any of your data allowance left."
-msgstr "You should be aware that there are certain things that\n"
-" Expert Ltd Co will not take responsibility for. Certain\n"
-" functions of the app will require the app to have an active\n"
-" internet connection. The connection can be Wi-Fi, or provided\n"
-" by your mobile network provider, but Expert Ltd Co\n"
-" cannot take responsibility for the app not working at full\n"
-" functionality if you don’t have access to Wi-Fi, and you don’t\n"
-" have any of your data allowance left."
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_attendance_zone
-msgid "Zone"
-msgstr "موقع"
-
-#. module: odex_mobile
-#: model:ir.actions.server,name:odex_mobile.hr_zone_archive_ir_actions_server
-#: model:ir.cron,cron_name:odex_mobile.hr_zone_archive
-#: model:ir.cron,name:odex_mobile.hr_zone_archive
-msgid "Zone Archive"
-msgstr "ارشفة الموقع"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_name
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_zone
-msgid "Zone Name"
-msgstr "اسم الموقع"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_attendance_attendance
-msgid "attendance.attendance"
-msgstr "attendance.attendance"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/validator.py:91
-#, python-format
-msgid "contact admin or edit it Manually"
-msgstr "الرجاء التواصل مع مدير النظام او تعديلها عبر الموقع"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_employee_notification
-msgid "employee.notification"
-msgstr "employee.notification"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_employee_overtime_request
-msgid "employee.overtime.request"
-msgstr "طلب الاجر الاضافي"
-
-#. module: odex_mobile
-#: model:ir.model,name:odex_mobile.model_hr_personal_permission
-msgid "hr.personal.permission"
-msgstr "اذن الخروج"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_update_partner_partner_ids
-msgid "partner"
-msgstr "partner"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:94
-#, python-format
-msgid "password changed successfully"
-msgstr "تم تغيير كلمة المرور بنجاح"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/permission.py:235
-#, python-format
-msgid "permission Confirm Successfully"
-msgstr "تم تأكيد طلب الاذن بنجاح"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:59
-#, python-format
-msgid "uploaded failed"
-msgstr "فشل عملية الرفع"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:167
-#, python-format
-msgid "username or email is missing"
-msgstr "كلمة المرور او الايميل مفقودة"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/attendance.py:335
-#, python-format
-msgid "You are out of attendance zone you will be auto sin out if ....."
-msgstr "عزيزي الموظف ، أنت الآن خارج نطاق المنطقة المسموح بالتواجد فيها خلال أوقات العمل الرسمية ، نأمل منك التأكد من تواجدك في المنطقة المسموح بها ، تفادياً لعدم تسجيل خروجكم من النظام."
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/attendance.py:336
-#, python-format
-msgid "Auto Sign out"
-msgstr "إشعار خروج من المنطقة "
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_loc_ch_dist
-msgid "Location Change Distance - Meter"
-msgstr "سماحية المسافة - بالمتر"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_loc_ch_intv
-msgid "Location Change Interval - Minutes"
-msgstr "سماحية الموقع - بالدقائق"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_attendance_zone_srv_ch_tmout
-msgid "Services Change Timeout - Minutes"
-msgstr "سماحية انقطاع الخدمة - بالدقائق"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_employee_notification_auto_send
-#: model:ir.ui.view,arch_db:odex_mobile.employee_notification_search
-msgid "Auto"
-msgstr "تلقائي"
-
-#. module: odex_mobile
-#: model:ir.ui.view,arch_db:odex_mobile.employee_notification_search
-msgid "Manual"
-msgstr "يدوي"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/hr_employee.py:72
-#, python-format
-msgid "Auto-Send for day "
-msgstr "الإرسال التلقائي ليوم "
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/hr_employee.py:66
-#, python-format
-msgid "Dear employee, Please Sign-in"
-msgstr "عزيزي الموظف، الرجاء إدخال تسجيل الدخول"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/hr_employee.py:70
-#, python-format
-msgid "Dear employee, Please Sign-out"
-msgstr "عزيزي الموظف، الرجاء إدخال تسجيل الخروج"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/hr_employee.py:72
-#, python-format
-msgid "attendances"
-msgstr "الحضور"
-
-#. module: odex_mobile
-#: model:ir.model.fields,field_description:odex_mobile.field_hr_employee_fcm_token
-msgid "FCM Token"
-msgstr "معرف الإشعارات"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/controllers/authentication.py:176
-#, python-format
-msgid "FCM Token is missing"
-msgstr "الرجاء إدخال معرف الإشعارات"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/hr_employee.py:71
-#, python-format
-msgid " Sign-in"
-msgstr " تسجيل الدخول"
-
-#. module: odex_mobile
-#: code:addons/odex_mobile/models/hr_employee.py:76
-#, python-format
-msgid " Sign-out"
-msgstr " تسجيل الخروج"
-