<?php
 /**
 * NOTICE OF LICENSE
 *
 * This source file is subject to the HRSALE License
 * that is bundled with this package in the file license.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.hrsale.com/license.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to hrsalesoft@gmail.com so we can send you a copy immediately.
 *
 * @author   HRSALE
 * @author-email  hrsalesoft@gmail.com
 * @copyright  Copyright © hrsale.com. All Rights Reserved
 */

if (!defined('BASEPATH')) exit('No direct script access allowed');
	
// Dashboard
$lang['dashboard_title'] = 'Skrivbord';
$lang['dashboard_main'] = 'Huvudmeny';
$lang['dashboard_total_employees'] = 'Alla arbetare';
$lang['dashboard_total_expenses'] = 'Totala kostnader';
$lang['dashboard_total_salaries'] = 'Totalt utbet löner';
$lang['dashboard_total_jobs'] = 'Totala arbeten';
$lang['dashboard_departments'] = 'Antal avdelnignar';
$lang['dashboard_projects'] = 'Antal projekt';
$lang['dashboard_locations'] = 'Antal platser';
$lang['dashboard_companies'] = 'Antal företag';
$lang['dashboard_last_login'] = 'Senaste login';
$lang['dashboard_clock_in'] = 'Klocka IN';
$lang['dashboard_clock_out'] = 'Klocka UT';
$lang['dashboard_today_monday_shift'] = 'Idag: Måndag - Helgdag';
$lang['dashboard_office_shift'] = 'Arbetstimmar';
$lang['dashboard_to'] = 'till';
$lang['dashboard_today_tuesday_shift'] = 'Tisdag: Tisdag - Helgdag';
$lang['dashboard_today_wednesday_shift'] = 'Idag: Onsdag - Helgdag';
$lang['dashboard_today_thursday_shift'] = 'Idag: Torsdag - Helgdag';
$lang['dashboard_today_friday_shift'] = 'Idag: Fredag - Helgdag';
$lang['dashboard_today_saturday_shift'] = 'Idag: Lördag - Helgdag';
$lang['dashboard_today_sunday_shift'] = 'Idag: Söndag - Helgdag';
$lang['dashboard_personal_details'] = 'Personalinformation';
$lang['dashboard_fullname'] = 'Namn';
$lang['dashboard_employee_id'] = 'Arbets ID';
$lang['dashboard_username'] = 'Användarnamn';
$lang['dashboard_email'] = 'Mail adress';
$lang['dashboard_designation'] = 'Arbetstitel';
$lang['dashboard_dob'] = 'DOB';
$lang['dashboard_contact'] = 'Kontakt';
$lang['dashboard_my_projects'] = 'Mina projekt';
$lang['dashboard_xin_title'] = 'Titel';
$lang['dashboard_project_date'] = 'Projekt Datum';
$lang['dashboard_employees'] = 'Anställda';
$lang['dashboard_show_more'] = 'Visa mer';
$lang['dashboard_recruitment'] = 'Rekrytera';
$lang['dashboard_timeline'] = 'Tidslinje';
$lang['dashboard_applied_for'] = 'Ansökt för';
$lang['dashboard_position'] = 'Position';
$lang['dashboard_today_attendance'] = 'Dagens närvaro';
$lang['dashboard_single_employee'] = 'Anställd';
$lang['dashboard_late'] = 'Sen ankomst';
$lang['dashboard_early_leaving'] = 'Gick tidigt';
$lang['dashboard_overtime'] = 'Övertid';
$lang['dashboard_total_work'] = 'Totalt Arbetade';
$lang['dashboard_total_rest'] = 'Total Rast';
$lang['dashboard_company_wise_salary'] = 'Företagslöner';
$lang['dashboard_station_wise_salary'] = 'Stationslöner';
$lang['dashboard_dept_wise_salary'] = 'Avdelningslöner';
$lang['dashboard_desig_wise_salary'] = 'Beteckning löner ';
$lang['dashboard_xin_end_date'] = 'Slutdatum';
$lang['dashboard_my_tasks'] = 'Mina uppdrag';
$lang['dashboard_completed'] = 'Avklarade';
$lang['dashboard_attendance'] = 'Närvarorapporter';
$lang['dashboard_total_awards'] = 'Totala Plus';
$lang['dashboard_announcements'] = 'Meddelanden';
$lang['dashboard_my_awards'] = 'Mina plus';

// LEFT MENU
$lang['left_organization'] = 'Organisation';
$lang['left_company'] = 'Företag';
$lang['left_company_s'] = 'Företagsstruktur';
$lang['left_location'] = 'Platser';
$lang['left_department'] = 'Yrkeskategorier';
$lang['left_designation'] = 'Arbetstitlar';
$lang['left_projects'] = 'Projekt';
$lang['left_announcements'] = 'Meddelanden';
$lang['left_policies'] = 'Företagspolicy';
$lang['left_expense'] = 'Kostnader';
$lang['let_staff'] = 'Resurser';
$lang['left_set_roles'] = 'Välj roll';
$lang['left_awards'] = 'Utmärkelser';
$lang['left_transfers'] = 'Förflytta';
$lang['left_resignations'] = 'Uppsägnig';
$lang['left_tickets'] = 'biljetter';
$lang['left_travels'] = 'Resor';
$lang['left_promotions'] = 'Befodran';
$lang['left_complaints'] = 'Klagomål';
$lang['left_warnings'] = 'Varningar';
$lang['left_terminations'] = 'Uppsägning';
$lang['left_employees_last_login'] = 'Arbetarens senaste Login';
$lang['left_performance'] = 'Prestation';
$lang['left_employees_exit'] = 'Anställda går ut';
$lang['left_performance_indicator'] = 'Prestations Indikator';
$lang['left_performance_appraisal'] = 'Prestations utvärdering';
$lang['left_performance_xindicator'] = 'Indikator';
$lang['left_performance_xappraisal'] = 'Utvärdering';
$lang['left_timesheet'] = 'Tidsrapport';
$lang['left_attendance'] = 'Närvarorapporter';
$lang['left_date_wise_attendance'] = 'Datum närvaro';
$lang['left_update_attendance'] = 'Uppdatera närvaro';
$lang['left_import_attendance'] = 'Importera närvaro';
$lang['left_leaves'] = 'Ledighet';
$lang['left_leave'] = 'Ledig';
$lang['left_tasks'] = 'Uppdrag i projektet';
$lang['hd_changelog'] = 'Ändra logg';
$lang['xin_people'] = 'Anställda';
$lang['left_office_shifts'] = 'Arbetsskift';
$lang['left_office_shift'] = 'Arbetsskift';
$lang['left_holidays'] = 'Helgdagar';
$lang['left_payroll'] = 'Löner';
$lang['left_payroll_templates'] = 'Mall för lönelista';
$lang['left_hourly_wages'] = 'Timdebitering';
$lang['left_manage_salary'] = 'Hantera löner';
$lang['left_generate_payslip'] = 'Generera Payslip';
$lang['left_payment_history'] = 'Löner';
$lang['left_recruitment'] = 'Rekrytering';
$lang['left_job_posts'] = 'Jobb annonser';
$lang['left_jobs_listing'] = 'Listade arbeten';
$lang['left_frontend'] = 'framsida';
$lang['left_job_candidates'] = 'Arbets kandidater';
$lang['left_job_interviews'] = 'Arbets inervjuer';
$lang['left_training'] = 'Träning';
$lang['left_training_list'] = 'Utbildningslista';
$lang['left_training_type'] = 'Träningstyp';
$lang['left_trainers_list'] = 'Lista över utbildare';
$lang['xin_requests'] = 'Begär';
$lang['left_more'] = 'Mer';
$lang['left_employees_directory'] = 'Register över arbetare';
$lang['left_settings'] = 'Inställningar';
$lang['left_constants'] = 'Konstant';
$lang['left_db_backup'] = 'Databas Backup';
$lang['left_email_templates'] = 'Mail Mallar';
$lang['left_payslips'] = 'Löneslip';
$lang['left_jobs_applied'] = 'Jobbsökade';
$lang['left_job_interview'] = 'Jobbintervju';
$lang['left_logout'] = 'Logga ut';
$lang['left_contact_directory'] = 'Kontaktregister';
$lang['left_customer'] = 'Kunder';
$lang['left_supplier'] = 'Resurser';
$lang['left_agent'] = 'Agenter';
$lang['left_mailbox'] = 'Mailbox';
$lang['left_mailbox_inbox'] = 'Inbox';
$lang['left_mailbox_sent'] = 'Skickat';
$lang['left_mailbox_compose'] = 'Skapa';
$lang['left_mailbox_starred'] = 'Poängsatt';
$lang['xin_customers'] = 'Kunder';
$lang['xin_customer'] = 'Kund';
// $lang['xin_contact_person'] = 'Kontaktperson';
$lang['xin_id_no'] = 'ID NR';
$lang['xin_membership'] = 'Medlemskap';
$lang['xin_customer_details'] = 'kundinformation';
$lang['xin_suppliers'] = 'Leverantörer';
$lang['xin_supplier'] = 'Leverantör';
$lang['xin_supplier_details'] = 'Leverantörsinfo';
$lang['xin_agents'] = 'Representant';
$lang['xin_agent'] = 'Representant';
$lang['xin_agent_details'] = 'Representant info';
$lang['left_customers_directory'] = 'Kundregister';
$lang['left_supliers_directory'] = 'leverantörsregister';
$lang['left_agents_directory'] = 'Representant register';


// HEADER
$lang['header_language'] = 'Språk';
$lang['header_layouts'] = 'Layouter';
$lang['header_fixed_header'] = 'Fixerad Header';
$lang['header_fixed_sidebar'] = 'Varm Sidomeny';
$lang['header_boxed_wrapper'] = 'Boxat omslag';
$lang['header_static'] = 'Statistik';
$lang['header_skins'] = 'Skins';
$lang['header_policies'] = 'Policy';
$lang['header_notifications'] = 'Meddelanden';
$lang['header_has_applied_for_leave'] = 'Har ansökt om ledighet';
$lang['header_view_all_leave'] = 'Visa ledigheter';
$lang['header_configuration'] = 'Configurera';
$lang['header_db_log'] = 'Databas Logg';
$lang['header_my_profile'] = 'Min Profil';
$lang['header_change_password'] = 'Ändra lösenordet';
$lang['header_sign_out'] = 'Logga ut';
$lang['header_apply_jobs'] = 'Ansök om jobb';

/* ALL MODULES */

// COMPANY
$lang['module_company_title'] = 'Företag';
$lang['xin_view_company'] = 'Visa företag';
$lang['xin_error_name_field'] = "Namn krävs.";
$lang['xin_error_ctype_field'] = "Företagstyp krävs.";
$lang['xin_error_cemail_field'] = "Mail adress krävs.";
$lang['xin_error_notify_email_field'] = "Mail för meddelanden krävs.";
$lang['xin_error_website_field'] = "Hemsida krävs, om ingen skriv xxxx.se.";
$lang['xin_error_contact_field'] = "Kontakt nummer krävs.";
$lang['xin_error_city_field'] = "Stad krävs.";
$lang['xin_error_zipcode_field'] = "Postnummer krävs.";
$lang['xin_error_country_field'] = "Land krävs.";
$lang['xin_error_logo_field'] = "Logo krävs";
$lang['xin_error_attatchment_type'] = "Bifogad fil måste vara: png, jpg, jpeg, gif";
$lang['xin_success_add_company'] = 'Företag lades till.';
$lang['xin_success_update_company'] = 'Företag uppdaterat.';
$lang['xin_success_delete_company'] = 'Företag raderat.';
$lang['xin_company_name'] = 'Företagsnamn';
$lang['xin_company_trading'] = 'Företagets juridiska namn';
$lang['xin_company_registration'] = 'Yrkesgrupp';
$lang['xin_email'] = 'Mail adress';
$lang['xin_company_logo'] = 'Företagslogo';
$lang['xin_choose_file'] = 'Välj fil';
$lang['xin_company_file_type'] = 'Godkända filtyper: gif,png,jpg,jpeg';
$lang['xin_website_url'] = 'Hemside adress';
$lang['xin_website'] = 'Hemsida';
$lang['xin_company_type'] = 'Företagstyp';
$lang['xin_address'] = 'Adress';
$lang['xin_address_1'] = 'Adress rad 1';
$lang['xin_address_2'] = 'Adress rad 2';
$lang['xin_contact_number'] = 'Projekt nr id';
$lang['xin_city'] = 'Stad';
$lang['xin_state'] = 'Län';
$lang['xin_zipcode'] = 'Postnummer';
$lang['xin_gtax'] = 'Organisations nummer';
$lang['xin_country'] = 'Land';
$lang['xin_companies'] = 'Företag';
$lang['xin_edit_company'] = 'Ändra företag';

$lang['xin_view_cjanuary'] = 'Januari';
$lang['xin_view_cfeb'] = 'Februari';
$lang['xin_view_cmarch'] = 'Mars';
$lang['xin_view_capril'] = 'April';
$lang['xin_view_cmay'] = 'Maj';
$lang['xin_view_cjune'] = 'Juni';
$lang['xin_view_cjuly'] = 'Juli';
$lang['xin_view_caugust'] = 'Augusti';
$lang['xin_view_csept'] = 'September';
$lang['xin_view_coct'] = 'Oktober';
$lang['xin_view_cnov'] = 'November';
$lang['xin_view_cdec'] = 'December';
$lang['xin_view_csun'] = 'Sön';
$lang['xin_view_cmon'] = 'Mån';
$lang['xin_view_ctue'] = 'Tis';
$lang['xin_view_cwed'] = 'Ons';
$lang['xin_view_cthu'] = 'Tors';
$lang['xin_view_cfri'] = 'Fre';
$lang['xin_view_csat'] = 'Lör';
$lang['xin_view_csun'] = 'Sön';
$lang['xin_view_gtonext'] = 'Gå till next månad';
$lang['xin_gtopre'] = 'Gå till föregående månad';
$lang['xin_view_pamonth'] = 'Välj en månad i rullgardinen';
$lang['xin_view_payear'] = 'Välj år i rullgardinen';
$lang['xin_delete_confirm'] = 'Är du säker på att du vill delete ?';
$lang['xin_d_not_restored'] = "Raderade uppgifter kan inte återställas";
$lang['xin_confirm_del'] = 'Bekräfta';

// Location
$lang['xin_locations'] = 'Företagskort/info';
$lang['error_company_field'] = "Företag måste fyllas i.";
$lang['error_locationhead_field'] = "Plats måste fyllas i.";
$lang['xin_success_add_location'] = 'Plats lades till.';
$lang['xin_success_update_location'] = 'Plats uppdaterad.';
$lang['xin_success_delete_location'] = 'Plats raderad.';
$lang['xin_location'] = 'Platser';
$lang['xin_location_name'] = 'Besöksadress';
$lang['xin_phone'] = 'Telefon nr';
$lang['xin_faxn'] = 'Fax Nummer';
$lang['xin_edit_location'] = 'Ändra plats';
$lang['xin_view_location'] = 'Visa Plats';
$lang['xin_view_locationh'] = 'Plats';
$lang['xin_view_locationmgr'] = 'Plats HR Ansvarig';

// Departments
$lang['xin_departments'] = 'Yrkesgruppslista';
$lang['error_department_field'] = "Avdelningens namn behövs.";
$lang['error_location_dept_field'] = "Plats behövs.";
$lang['error_department_head_field'] = "Huvudansvarig krävs.";
$lang['xin_success_add_department'] = 'Yrkesgrupp lades till.';
$lang['xin_success_update_department'] = 'Yrkesgrupp uppdaterad.';
$lang['xin_success_delete_department'] = 'Yrkesgrupp raderad.';
$lang['xin_department'] = 'Yrkesgrupp';
$lang['xin_select_department'] = 'Välj Yrkesgrupp';
$lang['xin_name'] = 'Namn';
$lang['xin_department_head'] = 'Huvudansvarig';
$lang['xin_department_name'] = 'Yrkesgruppens typ';
$lang['xin_department_edit'] = 'Ändra yrkesgrupp';

//Designations
$lang['xin_designations'] = 'Yrkesarbetare';
$lang['error_designation_field'] = "Yrkesarbetare.";
$lang['xin_success_add_designation'] = 'Benämning lades till.';
$lang['xin_success_update_designation'] = 'Benämning uppdaterad.';
$lang['xin_success_delete_designation'] = 'Benämning raderad.';
$lang['xin_designation'] = 'Yrkesarbetare';
$lang['xin_designation_name'] = 'Namn på benämning';
$lang['xin_designation_edit'] = 'Ändra i benämning';

//Projects
$lang['xin_projects'] = 'Projekt';
$lang['xin_error_title'] = "Titel krävs.";
$lang['xin_error_client_name'] = "Kundens namn krävs.";
$lang['xin_error_company'] = "Företagsnamn krävs.";
$lang['xin_error_start_date'] = "Startdatum krävs.";
$lang['xin_error_end_date'] = "Slutdatum krävs.";
$lang['xin_error_start_end_date'] = "Startdatum måste vara innan slutdatum.";
$lang['xin_error_project_employees'] = "Projektdeltagare krävs.";
$lang['xin_error_project_manager'] = "Projektledare krävs.";
$lang['xin_error_summary'] = "Summering krävs.";
$lang['xin_success_add_project'] = 'Projeket lades till.';
$lang['xin_success_update_project'] = 'Projektet uppdaterades.';
$lang['xin_success_delete_project'] = 'Projektet raderades.';
$lang['xin_project'] = 'Projekt';
$lang['xin_project_detail'] = 'Projekt Information';
$lang['xin_title'] = 'Titel på projektet';
$lang['xin_add_more'] = 'Lägg till';
$lang['xin_client_name'] = 'Kundens namn';
$lang['xin_start_date'] = 'Start Datum';
$lang['xin_end_date'] = 'Slut datum';
$lang['xin_project_employees'] = 'Projekt medverkande';
$lang['xin_project_manager'] = 'Projektlednings ansvariga läggs till här';
$lang['xin_description'] = 'Projekt beskrivning';
$lang['xin_project_description'] = 'Projektbeskrivning';
$lang['xin_project_title'] = 'Projekt Titel';
$lang['xin_project_summary'] = 'Projekt Sammanfattning';
$lang['xin_client_name'] = 'Typ av kund';
$lang['xin_p_priority'] = 'Prioritet';
$lang['xin_p_enddate'] = 'Slut datum';
$lang['xin_project_date'] = 'Projekt Datum';
$lang['xin_created_by'] = 'Skapad av';
$lang['xin_createdp'] = 'Skapades';
$lang['xin_edit_project'] = 'Ändra i projekt';
$lang['xin_choose_status'] = 'Välj status';
$lang['xin_view_project'] = 'Visa projekt';
$lang['xin_project_users'] = 'lägg till användare';

//Announcements
$lang['xin_announcements'] = 'Meddelanden';
$lang['xin_error_designation_field'] = "Benämning krävs.";
$lang['xin_error_summary_field'] = "Summering krävs.";
$lang['xin_success_add_announcement'] = 'Meddelande lades till.';
$lang['xin_success_update_announcement'] = 'Meddelande uppdat.';
$lang['xin_success_delete_announcement'] = 'Meddelande raderades.';
$lang['xin_announcement'] = 'Meddelande';
$lang['xin_summary'] = 'Summering';
$lang['xin_published_for'] = 'Publicerades till';
$lang['xin_published_by'] = 'Publicerades av';
$lang['xin_edit_announcement'] = 'Ändra meddelandet';
$lang['xin_view_announcement'] = 'Visa meddelanden';

// Policies
$lang['xin_policies'] = 'Företags Policiy';
$lang['xin_all_companies'] = 'Alla företag';
$lang['xin_success_add_policy'] = 'Policy lades till.';
$lang['xin_success_update_policy'] = 'Policy uppdaterad.';
$lang['xin_success_delete_policy'] = 'Policy raderad.';
$lang['xin_policy'] = 'Policy';
$lang['xin_select_company'] = 'Välj företag';
$lang['xin_edit_policy'] = 'Ändra Policy';
$lang['xin_view_policy'] = 'Visa Policy';

//Expenses
$lang['xin_expenses'] = 'Kostnader';
$lang['xin_error_expense_type'] = "Kostnadstyp krävs.";
$lang['xin_error_purchase_date'] = "Inköpsdatum krävs.";
$lang['xin_error_expense_amount'] = "Belopp krävs.";
$lang['xin_error_employee_id'] = "Inköpt av krävs.";
$lang['xin_error_expense_file_type'] = "Bifogade filen måste vara: png, jpg, jpeg, gif";
$lang['xin_success_add_expense'] = 'Kostnad lades till.';
$lang['xin_success_update_expense'] = 'Kostnad uppdat.';
$lang['xin_success_delete_expense'] = 'Kostnad raderad.';
$lang['xin_expense'] = 'Kostnader';
$lang['xin_nofile_select'] = 'Ingen fil vald';
$lang['xin_expense_type'] = 'Kostnadstyp';
$lang['xin_choose_expense_type'] = 'Välj en kostnadstyp';
$lang['xin_purchase_date'] = 'Inköps Date';
$lang['xin_amount'] = 'Belopp';
$lang['xin_purchased_by'] = 'Inköpt av';
$lang['xin_choose_an_employee'] = 'Välj partner';
$lang['xin_bill_copy'] = 'Faktura Kopia';
$lang['xin_expense_allow_files'] = 'Ladda endast dessa formaten: gif,png,jpg,jpeg';
$lang['xin_remarks'] = 'Anmärkning';
$lang['xin_purchase_date'] = 'Inköps Datum';
$lang['xin_edit_expense'] = 'Ändra kostnad';
$lang['xin_download_file'] = 'Ladda ned filen';
$lang['xin_view_expense'] = 'Visa kostnad';

//Employees
$lang['xin_employees'] = 'Arbetare';
$lang['xin_employees_id'] = 'ID';
$lang['xin_employees_active'] = 'Aktiv';
$lang['xin_employees_inactive'] = 'Inaktiv';
$lang['xin_employees_full_name'] = 'Namn';
$lang['xin_employees_directory'] = 'Arbetarregister';
$lang['xin_employee_detail'] = 'Arbetar information';
$lang['xin_employee_error_first_name'] = "Förnamn krävs.";
$lang['xin_employee_error_last_name'] = "Efternamn krävs.";
$lang['xin_employee_error_employee_id'] = "Id krävs.";
$lang['xin_employee_error_joining_date'] = "Datum för start krävs.";
$lang['xin_employee_error_department'] = "Avdelning krävs.";
$lang['xin_employee_error_designation'] = "Beteckning krävs.";
$lang['xin_employee_error_user_role'] = "Arbetsroll krävs.";
$lang['xin_employee_error_username'] = "Användarnamn krävs.";
$lang['xin_employee_error_email'] = "Mail adress krävs.";
$lang['xin_employee_error_invalid_email'] = "Ej godkänd mail adress";
$lang['xin_employee_error_contact_number'] = "Kontakt nummer krävs.";
$lang['xin_employee_error_password'] = "Lösenord krävs.";
$lang['xin_employee_error_password_least'] = "Lösenordet måste ha minst 6 tecken.";
$lang['xin_employee_error_password_not_match'] = "Lösenorden matchar inte.";
$lang['xin_employee_error_newpassword'] = "Nytt lösenord krävs";
$lang['xin_employee_error_new_cpassword'] = "Ny bekräftelse på lösenordet krävs.";
$lang['xin_employee_error_old_new_cpassword'] = "Det nya lösenordet och bekräftelsen matchar inte.";
$lang['xin_success_add_employee'] = 'Arbetare lades till.';
$lang['xin_employee'] = 'Arbetare';
$lang['xin_success_update_employee'] = 'Arbetare uppdaterades.';
$lang['xin_success_delete_employee'] = 'Arbetare raderad';
$lang['xin_employee_basic_info_updated'] = 'Information uppdaterades.';
$lang['xin_employee_select_picture'] = "Välj profil bild.";
$lang['xin_employee_picture_updated'] = 'Profilbild uppdaterades.';
$lang['xin_employee_picture_type'] = 'Bifogade filen måste vara: png, jpg, jpeg, gif';
$lang['xin_success_update_social_info'] = 'Information uppdaterades.';
$lang['xin_employee_error_relation'] = "Relations status krävs.";
$lang['xin_employee_error_grp'] = "Val av grupp/team krävs.";
$lang['xin_employee_error_salutation'] = "Hälsnings meddelande krävs.";
$lang['xin_employee_error_contact_name'] = "Kontakt namn krävs.";
$lang['xin_employee_error_mobile'] = "Mobil nummer krävs.";
$lang['xin_employee_error_pemail'] = "Primär mail adress krävs.";
$lang['xin_employee_contact_info_added'] = 'Kontakt info lades till.';
$lang['xin_employee_contact_info_updated'] = 'Kontakt info uppdaterades.';
$lang['xin_employee_error_d_type'] = "Dokumenttyp krävs.";
$lang['xin_employee_error_d_number'] = "Dokument nr krävs.";
$lang['xin_employee_error_d_issue'] = "Datum för skapande krävs.";
$lang['xin_employee_error_expiry_date'] = "Utgångsdatum krävs.";
$lang['xin_employee_error_document_title'] = "Dokumenttitel krävs.";
$lang['xin_employee_select_d_file'] = "Välj dokumentfil.";
$lang['xin_employee_document_file_type'] = "Bifogade filen måste vara: png, jpg, jpeg, gif, txt, pdf, xls, xlsx, doc, docx";
$lang['xin_employee_d_info_added'] = 'Dokument info lades till.';
$lang['xin_employee_img_info_added'] = 'Importen lades till.';
$lang['xin_employee_img_info_updated'] = 'Importen uppdat.';
$lang['xin_employee_d_info_updated'] = 'Dokument info uppdat.';
$lang['xin_employee_error_institute'] = "Utbildning krävs.";
$lang['xin_employee_error_sch_uni'] = "Skola/utbildning krävs.";
$lang['xin_employee_error_qfrom_year'] = "Från år krävs.";
$lang['xin_employee_error_qto_year'] = "Till året krävs.";
$lang['xin_employee_error_q_info_added'] = 'Kvalifikation lades till.';
$lang['xin_employee_error_q_info_updated'] = 'Kvalifikation updaterad.';
$lang['xin_employee_error_company_name'] = "Företagsnamn krävs.";
$lang['xin_employee_error_frm_date'] = "Från datum krävs.";
$lang['xin_employee_error_to_date'] = "Till datum krävs.";
$lang['xin_employee_error_date_shouldbe'] = "Från datumen skall vara innan till datumet.";
$lang['xin_employee_error_post'] = "Tjänst krävs.";
$lang['xin_employee_error_w_exp_added'] = 'Arbetserfarenhet lades till.';
$lang['xin_employee_error_w_exp_updated'] = 'Arbetserfarenhet uppdat.';
$lang['xin_employee_error_acc_title'] = "Konto titel krävs.";
$lang['xin_employee_error_acc_number'] = "Kontonummer måste fyllas i.";
$lang['xin_employee_error_bank_name'] = "Banknamn krävs.";
$lang['xin_employee_error_bank_code'] = "Kontonummer måste fyllas i.";
$lang['xin_employee_error_bank_info_added'] = 'Bankuppgifter lades till.';
$lang['xin_employee_error_bank_info_updated'] = 'Bankkonto Information updaterades.';
$lang['xin_employee_error_contract_type'] = "Kontraktstyp krävs.";
$lang['xin_employee_error_contract_title'] = "Kontraktstitel krävs.";
$lang['xin_employee_error_frm_date'] = "Från datum krävs.";
$lang['xin_employee_error_to_date'] = "Till datum krävs.";
$lang['xin_employee_error_frm_to_date'] = "Från datum skall vara lägre än Till datum.";
$lang['xin_employee_contract_info_added'] = 'Kontraktinformation lades till.';
$lang['xin_employee_contract_info_updated'] = 'Kontraktinformation uppdaterades.';
$lang['xin_employee_error_contract_f'] = "Kontraktsfält måste fyllas i.";
$lang['xin_employee_leave_info_added'] = 'Ledighetsansökan lades till.';
$lang['xin_employee_leave_info_updated'] = 'Ledighetsansökan uppdaterades.';
$lang['xin_employee_error_shift_field'] = "Arbets tider krävs.";
$lang['xin_employee_shift_info_added'] = 'Arbets tider lades till.';
$lang['xin_employee_shift_info_updated'] = 'Arbets tider updataterades.';
$lang['xin_employee_location_info_added'] = 'Plats information lades till.';
$lang['xin_employee_location_info_updated'] = 'plats info uppdaterades.';
$lang['xin_employee_password_update'] = 'Arbetarens lösenord uppdaterades.';
$lang['xin_employee_primary'] = "Primär";
$lang['xin_employee_dependent'] = "Beroende";
$lang['xin_employee_error_warning'] = "Varningsfälten krävs.";
$lang['xin_employee_error_warning_type'] = "Varningsfälten måste fyllas i.";
$lang['xin_employee_error_subject'] = "Ämnesfältet krävs.";
$lang['xin_employee_error_warning_by'] = "Fälten med varning måste fyllas i.";
$lang['xin_employee_error_warning_date'] = "Varningsfältet för datum skall fyllas i.";
$lang['xin_employee_warning_updated'] = 'Varningsuppdatering.';
$lang['xin_employee_warning_added'] = 'Varning uppdat.';
$lang['xin_employee_warning_deleted'] = 'Varning raderad.';
$lang['xin_employee_contact_deleted'] = 'Kontakt raderad.';
$lang['xin_employee_qualification_deleted'] = 'Kvalifikation raderad.';
$lang['xin_employee_work_deleted'] = 'Arbetserfarenhet raderades.';
$lang['xin_employee_bankaccount_deleted'] = 'Bankkonto raderat.';
$lang['xin_employee_contract_deleted'] = 'Kontrakt raderat.';
$lang['xin_employee_document_deleted'] = 'Dokument raderat.';
$lang['xin_employee_img_document_deleted'] = 'Import raderad.';
$lang['xin_employee_immigration'] = 'Importera';
$lang['xin_issue_date'] = 'Start Datum';
$lang['xin_expiry_date'] = 'Utgångsdatum';
$lang['xin_issued_by'] = 'Skapad av';
$lang['xin_employee_leave_deleted'] = 'Ledighet raderad.';
$lang['xin_employee_shift_deleted'] = 'Skift raderad.';
$lang['xin_employee_location_deleted'] = 'Plats raderad.';
$lang['xin_employee_current_deleted'] = 'Arbetare raderad.';
$lang['xin_employee_emergency_contacts'] = "Kontakt vi nödsituation";
$lang['xin_employee_document_number'] = 'Dokument Nummer';
$lang['xin_employee_first_name'] = "Förnamn";
$lang['xin_employee_last_name'] = "Efternamn";
$lang['xin_employee_department'] = "Avdelning tex UE";
$lang['xin_employee_dob'] = "Födelsedatum";
$lang['xin_employee_doj'] = "Startdatum";
$lang['xin_employee_role'] = "Roll";
$lang['xin_employee_gender'] = "Kön";
$lang['xin_browse'] = "Sök";
$lang['xin_gender_male'] = "Man";
$lang['xin_gender_female'] = "Kvinna";
$lang['xin_employee_office_shift'] = "Arbetstider";
$lang['xin_employee_password'] = "Lösenord";
$lang['xin_employee_cpassword'] = "Bekräfta lösenord";
$lang['xin_employee_address'] = "Företagsnamn";
$lang['xin_e_details_basic'] = "Resursformulär";
$lang['xin_e_details_user'] = "Användare";
$lang['xin_e_details_profileinfo'] = "Profilinformation";
$lang['xin_e_details_profile_picture'] = "Profilbild";
$lang['xin_e_details_contact'] = "Kontakt";
$lang['xin_e_details_social'] = "Sociala medier";
$lang['xin_e_details_document'] = "Dokument";
$lang['xin_e_details_document_file'] = "Dokument Filer";
$lang['xin_e_details_qualification'] = "kvalificering";
$lang['xin_e_details_notifyemail'] = "Påminnelse mail";
$lang['xin_e_details_send_notifyemail'] = "Skicka påminnelse mail vid utgångsdatum?";
$lang['xin_e_details_alert_notifyemail'] = "Skicka påminnelse mail";
$lang['xin_e_details_uni'] = "Utbildnig";
$lang['xin_yes'] = "Ja";
$lang['xin_no'] = "Nej";
$lang['xin_e_details_hschool'] = "Högstadie";
$lang['xin_e_details_school_uni'] = "Gymnasie/högskola";
$lang['xin_e_details_w_experience'] = "Arbetserfarenhet";
$lang['xin_e_details_baccount'] = "Bankkonto";
$lang['xin_e_details_contract'] = "Kontrakt";
$lang['xin_e_details_leave'] = "Ledighet";
$lang['xin_e_details_shift'] = "Skift";
$lang['xin_e_details_location'] = "Platser";
$lang['xin_e_details_cpassword'] = "Ändra lösenord";
$lang['xin_e_details_basic_info'] = "Enkel information";
$lang['xin_employee_dol'] = "ledighets datum";
$lang['xin_employee_mstatus'] = "Status Gift/single";
$lang['xin_e_details_picture_type'] = "Ladda endast upp följande filer: gif,png,jpg,jpeg";
$lang['xin_e_details_remove_pic'] = "Radera profilbild";
$lang['xin_e_details_fb_profile'] = "Facebook Profil";
$lang['xin_e_details_twit_profile'] = "Twitter Profil";
$lang['xin_e_details_blogr_profile'] = "Blogg Profil";
$lang['xin_e_details_linkd_profile'] = "Linkedin Profil";
$lang['xin_e_details_gplus_profile'] = "Google Plus Profil";
$lang['xin_e_details_insta_profile'] = "Instagram Profil";
$lang['xin_e_details_pintrst_profile'] = "Pinterest Profil";
$lang['xin_e_details_utube_profile'] = "Youtube Profil";
$lang['xin_e_details_relation'] = "Relationstatus";
$lang['xin_e_details_work'] = "Arbete";
$lang['xin_e_details_pcontact'] = "Primär kontakt";
$lang['xin_e_details_dependent'] = "Närstående";
$lang['xin_e_details_personal'] = "Personlig";
$lang['xin_e_details_phone_ext'] = "Ext";
$lang['xin_e_details_mobile'] = "Mobil#";
$lang['xin_e_details_home'] = "Hem";
$lang['xin_e_details_contacts'] = "Kontakter";
$lang['xin_e_details_salutation'] = "Välkommen";
$lang['xin_e_details_group'] = "Grupp/team";
$lang['xin_e_details_corg'] = "Företag / Organisation";
$lang['xin_e_details_jtitle'] = "Jobbtitel";
$lang['xin_e_details_pemail'] = "Primär Mailadress";
$lang['xin_e_details_grdoup'] = "Grupp/team";
$lang['xin_e_details_grwoup'] = "Grupp/team";
$lang['xin_e_details_ccurrent'] = "Nuvarande adress";
$lang['xin_e_details_cpermanent'] = "Bokförd Adress";
$lang['xin_e_details_dtype'] = "Dokument Typ";
$lang['xin_e_details_choose_dtype'] = "Välj Dokument Typ";
$lang['xin_e_details_doe'] = "Utgångsdatum";
$lang['xin_e_details_dtitle'] = "Dokument Titel";
$lang['xin_e_details_d_type_file'] = "Ladda endast upp: png, jpg, jpeg, gif, txt, pdf, xls, xlsx, doc, docx";
$lang['xin_e_details_documents'] = "Dokument";
$lang['xin_e_details_inst_name'] = "Skola/Universitet";
$lang['xin_e_details_edu_level'] = "Utbildningsnivå";
$lang['xin_e_details_timeperiod'] = "Tidsperiod";
$lang['xin_e_details_frm_year'] = "Från år";
$lang['xin_e_details_to_year'] = "Till år";
$lang['xin_e_details_language'] = "Språk";
$lang['xin_e_details_skill'] = "Kurser (om några)";
$lang['xin_e_details_course'] = "Kurser";
$lang['xin_e_details_to_date'] = "Till datum";
$lang['xin_e_details_frm_date'] = "Från datum";
$lang['xin_e_details_post'] = "Lägg till";
$lang['xin_e_details_acc_title'] = "Kontotitel";
$lang['xin_e_details_acc_number'] = "Projekt/Konto nr";
$lang['xin_e_details_bank_name'] = "Banknamn";
$lang['xin_e_details_bank_code'] = "Projekt/Konto nr";
$lang['xin_e_details_bank_branch'] = "Eventuell Entreprenör";
$lang['xin_e_details_contract_type'] = "Kontraktstyp";
$lang['xin_e_details_contract_title'] = "Kontraktstitel";
$lang['xin_e_details_contracts'] = "Kontrakt";
$lang['xin_e_details_duration'] = "Varaktighet";
$lang['xin_e_details_casual_leave'] = "Anledning till ledig";
$lang['xin_e_details_medical_leave'] = "Medicinsk orsak";
$lang['xin_e_details_date'] = "Datum";
$lang['xin_e_details_office_location'] = "Arbetsplats";
$lang['xin_e_details_eforce'] = "Arbetsstyrka";
$lang['xin_e_details_enpassword'] = "Lägg till nytt lösenord";
$lang['xin_e_details_ecnpassword'] = "Bekräfta lösenordet";
$lang['xin_e_details_edit_contact'] = "Ändra kontakt";
$lang['xin_e_details_edit_document'] = "Ändra dokument";
$lang['xin_e_details_edit_qualification'] = "Ändra kvalifikationer";
$lang['xin_e_details_edit_wexp'] = "Ändra arbetserfarenheter";
$lang['xin_e_details_edit_baccount'] = "Ändra bankkonto";
$lang['xin_e_details_edit_contract'] = "Ändra kontrakt";
$lang['xin_e_details_edit_leave'] = "Ändra ledighet";
$lang['xin_e_details_edit_shift'] = "Ändra arbetstider";
$lang['xin_e_details_from'] = "från";
$lang['xin_e_details_fb'] = "Facebook";
$lang['xin_e_details_twit'] = "Twitter";
$lang['xin_e_details_gplus'] = "Google Plus";
$lang['xin_e_details_lnkdin'] = "LinkedIn";
$lang['xin_e_details_blgr'] = "Blogg";

$lang['xin_role_urole'] = 'Roller & Åtkomster';
$lang['xin_role_all_menu'] = 'Fullständig åtkomst'; 
$lang['xin_role_cmenu'] = 'Anpassad åtkomst';
$lang['xin_role_set'] = "Ny ";
$lang['xin_roles'] = "Roller";
$lang['xin_role_name'] = 'Namn på roll';
$lang['xin_role_access'] = "Välj åtkomst";
$lang['xin_role_resource'] = "Resurser";
$lang['xin_role_rid'] = 'Roll ID';
$lang['xin_role_added_date'] = "Lägg till datum";
$lang['xin_role_menu_per'] = "Meny åtkomst";
$lang['xin_role_editrole'] = 'Ändra användarroll';
$lang['xin_permission'] = 'Åtkomst';
/** ... **/
$lang['xin_award'] = "Tilldela";
$lang['xin_set_my'] = "Sätt månad";
$lang['xin_award_type'] = "Typ";
$lang['xin_award_date'] = 'Tilldelningsdatum';
$lang['xin_award_month_year'] = 'Månad & År';
$lang['xin_gift'] = 'Bonus';
$lang['xin_cash'] = 'Ersättning';
$lang['xin_award_photo'] = 'Presentkort';
$lang['xin_award_info'] = 'Bonusinfo';
$lang['xin_cash_price'] = 'Bonus summa';
$lang['xin_employee_name'] = 'Arbetarens Namn';
$lang['xin_award_name'] = 'Namn';
$lang['xin_not_started'] = 'Ej startat';
$lang['xin_started'] = 'Startat';
$lang['xin_in_progress'] = 'Pågående';
$lang['xin_completed'] = 'Avslutad';
$lang['xin_terminated'] = 'Avblåst';
$lang['xin_deffered'] = 'Försenad';
$lang['xin_pending'] = 'Pågående';
$lang['xin_accepted'] = 'Accepterad';
$lang['xin_rejected'] = 'Avslagen';
$lang['xin_approved'] = 'Godkänd';
$lang['xin_cancel'] = 'Avluta';
$lang['xin_eligible_review_date'] = 'Kvalificerad granskningsdatum';
$lang['xin_assigned_immigration'] = 'Tilldelad importering';
$lang['xin_records'] = 'Historik';
$lang['xin_self'] = 'Person';
$lang['xin_parent'] = 'Föräldrar';
$lang['xin_spouse'] = 'Maka/make';
$lang['xin_child'] = 'Barn';
$lang['xin_sibling'] = 'Syskon';
$lang['xin_in_laws'] = 'Civil status';
$lang['xin_status_single'] = 'Ensamstående';
$lang['xin_status_married'] = 'Gift';
$lang['xin_status_widowed'] = 'Sambo';
$lang['xin_status_divorced_separated'] = 'Övrigt';
$lang['xin_edit_immigration'] = 'Ändra import';
$lang['xin_role_error_role_name'] = 'Roll krävs';
$lang['xin_role_error_access'] = 'Ställa in behörighet krävs';
$lang['xin_role_success_added'] = 'Använadar roll satt.';
$lang['xin_role_success_deleted'] = 'Användarroll raderad.';
$lang['xin_role_success_updated'] = 'Användarroll uppdat.';
$lang['xin_award_error_award_type'] = 'Bonustyp.';
$lang['xin_award_error_award_date'] = 'Bonus datum krävs.';
$lang['xin_award_error_award_month'] = 'Bonus månad & år krävs.';
$lang['xin_award_error_award_photo'] = 'Välj foto.';
$lang['xin_award_success_added'] = 'Bonus lades till.';
$lang['xin_award_success_updated'] = 'Bonus lades till.';
$lang['xin_award_success_deleted'] = 'Bonus raderades.';

$lang['xin_edit_award'] = 'Ändra Bonus';
$lang['xin_view_award'] = 'Visa bonusar';
$lang['xin_transfers'] = 'Flytta';
$lang['xin_transfers_error_date'] = 'datum krävs.';
$lang['xin_transfers_success_added'] = 'Flytt klar.';
$lang['xin_transfers_success_updated'] = 'Flytt uppdat.';
$lang['xin_transfers_success_deleted'] = 'Flytt raderades.';
$lang['xin_transfer'] = 'Flytt';
$lang['xin_employee_transfer'] = 'Förflytta arbetare';
$lang['xin_transfer_date'] = 'Förflyttningsdag';
$lang['xin_transfer_to_department'] = 'Förflytta till (Avdelning)';
$lang['xin_transfer_to_location'] = 'Flytta till (Plats)';
$lang['xin_transfer_select_location'] = 'Välj plats';
$lang['xin_edit_transfer'] = 'Ändra flytt';
$lang['xin_view_transfer'] = 'Visa förflyttningar';
$lang['xin_error_resignation_notice_date'] = 'datumfältet måste fyllas i.';
$lang['xin_error_resignation_date'] = 'Uppsägningsdatum måste fyllas i.';
$lang['xin_success_resignation_added'] = 'Uppsägning lades till';
$lang['xin_success_resignation_updated'] = 'Uppsägning uppdat';
$lang['xin_success_resignation_deleted'] = 'Uppsägning raderad';
$lang['xin_resignation'] = 'Uppsägnign';
$lang['xin_resignin_employee'] = 'Säg upp arbetare';
$lang['xin_notice_date'] = 'Från datum';
$lang['xin_resignation_date'] = 'Uppsägningsdag';
$lang['xin_resignation_reason'] = 'Anledning till uppsägning';
$lang['xin_edit_resignation'] = 'Ändra i uppsägning';
$lang['xin_view_resignation'] = 'Visa uppsägning/ar';
$lang['xin_travel'] = 'Tjänsteresor';
$lang['xin_error_travel_purpose'] = 'Anledning till tjänsteresan.';
$lang['xin_error_travel_visit_place'] = 'Arbetsplast eller kundbesök.';
$lang['xin_success_travel_added'] = 'Tjänsteresa lades till.';
$lang['xin_success_travel_updated'] = 'Tjänsteresan uppdat.';
$lang['xin_success_travel_deleted'] = 'Tjänsteresa raderad.';
$lang['xin_visit_purpose'] = 'Anledning till resan';
$lang['xin_visit_place'] = 'Vem besöktes';
$lang['xin_travel_mode'] = 'Transportering';
$lang['xin_by_bus'] = 'Privat bil';
$lang['xin_by_train'] = 'Företagsbil';
$lang['xin_by_plane'] = 'Kollektivt';
$lang['xin_by_taxi'] = 'Taxi';
$lang['xin_by_rental_car'] = 'Hyrbil';
$lang['xin_arragement_type'] = 'Överenskommelse';
$lang['xin_expected_travel_budget'] = 'Kostnad';
$lang['xin_actual_travel_budget'] = 'Mil';
$lang['xin_approval_status'] = 'Godkännandestatus';
$lang['xin_edit_travel'] = 'Ändra resa';
$lang['xin_view_travel'] = 'Visa resor';
$lang['xin_error_promotion_date'] = 'Befodrad datum.';
$lang['xin_promotion_added'] = 'Befodran lades till.';
$lang['xin_promotion_updated'] = 'Befodran uppdat.';
$lang['xin_promotion_deleted'] = 'Befodran raderades.';
$lang['xin_promotion'] = 'Befodran';
$lang['xin_promotion_for'] = 'Befodran gäller';
$lang['xin_promotion_title'] = 'Titel för befodran';
$lang['xin_promotion_date'] = 'Befodran startar från';
$lang['xin_edit_promotion'] = 'Ändra befodran';
$lang['xin_view_promotion'] = 'Visa befodran';
$lang['xin_error_complaint_from'] = 'Vem klagomålet är från måste fyllas i.';
$lang['xin_error_complaint_title'] = 'Titel på klagomålet krävs.';
$lang['xin_error_complaint_date'] = 'Datum för klagomålet.';
$lang['xin_error_complaint_against'] = 'Klagomål mot vem krävs.';
$lang['xin_success_complaint_added'] = 'Klagomål lades till.';
$lang['xin_success_complaint_updated'] = 'Klagomål uppdat.';
$lang['xin_success_complaint_deleted'] = 'Klagomål raderades.';
$lang['xin_complaint'] = 'Klagomål';
$lang['xin_complaint_from'] = 'Klagomål från';
$lang['xin_complaint_title'] = 'Titel på klagomålet';
$lang['xin_complaint_date'] = 'Datum på klagomålet';
$lang['xin_complaint_against'] = 'Klagomål mot';
$lang['xin_complaint_employees'] = 'Välj arbetare(na)';
$lang['xin_edit_complaint'] = 'Ändra klagomål';
$lang['xin_view_complaint'] = 'Visa klagomål';
$lang['xin_error_termination_date'] = 'Uppsägnings datum krävs.';
$lang['xin_error_termination_notice_date_less'] = 'Notice Date should be less than or equal to Termination Date.';
$lang['xin_error_termination_type'] = 'Anledning till uppsägning krävs.';
$lang['xin_success_termination_added'] = 'Uppsägning lades till.';
$lang['xin_success_termination_updated'] = 'Uppsägning uppdaterades.';
$lang['xin_success_termination_deleted'] = 'Uppsägningen raderades.';
$lang['xin_termination'] = 'Uppsägning';
$lang['xin_employee_terminated'] = 'Arbetaren uppsagd';
$lang['xin_termination_date'] = 'Uppsägnings datum';
$lang['xin_termination_type'] = 'Uppsaägnings typ';
$lang['xin_termination_type_select'] = 'Välj grund till uppsägning';
$lang['xin_edit_termination'] = 'Ändra i uppsägning';
$lang['xin_view_termination'] = 'Visa uppsägningar';
$lang['xin_warning'] = 'Varning';
$lang['xin_warning_to'] = 'Varning till';
$lang['xin_warning_type'] = 'Typ av varning';
$lang['xin_subject'] = 'Ämne';
$lang['xin_warning_by'] = 'Varning från';
$lang['xin_warning_date'] = 'Varningens utfärdande datum';
$lang['xin_warning_type'] = 'Typ av varning';
$lang['xin_warning_edit'] = 'Ändra i varning';
$lang['xin_warning_view'] = 'Ändra i varning';
$lang['xin_error_exit_date'] = 'Slutdatum krävs.';
$lang['xin_error_exit_type'] = 'Slutdatum krävs.';
$lang['xin_success_employee_exit_added'] = 'Arbetarens slutdatum lades till.';
$lang['xin_success_employee_exit_updated'] = 'Arbetarens slutdatum uppdat.';
$lang['xin_success_employee_exit_deleted'] = 'Arbetarens slutdatum raderades.';
$lang['xin_employee_exit'] = 'Arbetaren slutar';
$lang['xin_employee_to_exit'] = 'Arbetaren slutar';
$lang['xin_exit_date'] = 'Slutdatum';
$lang['xin_type_of_exit'] = 'Typ av avslut';
$lang['xin_exit_interview'] = 'Conducted Exit Interview';
$lang['xin_exit_inactive_employee_account'] = 'Stäng av kontot';
$lang['xin_in_active_account'] = 'Inactivate Account';
$lang['xin_exit_interview'] = 'Avsluta intervjun';
$lang['xin_exit_type'] = 'Typ av avslut';
$lang['xin_edit_employee_exit'] = 'Edit Employee Exit';
$lang['xin_view_employee_exit'] = 'View Employee Exit';
$lang['xin_success_performance_added'] = 'Performance Indicator added.';
$lang['xin_success_performance_updated'] = 'Performance Indicator updated.';
$lang['xin_success_performance_deleted'] = 'Performance Indicator deleted.';
$lang['xin_success_performance_app_added'] = 'Performance Appraisal added';
$lang['xin_success_performance_app_updated'] = 'Performance Appraisal updated';
$lang['xin_success_performance_app_deleted'] = 'Performance Appraisal deleted';
$lang['xin_error_performance_app_month_year'] = 'The appraisal month and year field is required.';
$lang['xin_indicator'] = 'Indikator';
$lang['xin_select_designation'] = 'Välj Expertis';
$lang['xin_performance_technical_competencies'] = 'Teknisk kompetens';
$lang['xin_performance_customer_experience'] = 'Kunderfarenhet';
$lang['xin_performance_none'] = 'Ingen';
$lang['xin_performance_beginner'] = 'Nybörjare';
$lang['xin_performance_intermediate'] = 'Medelmåttig';
$lang['xin_performance_advanced'] = 'Hög kompetens';
$lang['xin_performance_expert'] = 'Expert / Arb ledare';
$lang['xin_performance_marketing'] = 'Marknadsföring';
$lang['xin_performance_management'] = 'Ledningskunskap';
$lang['xin_performance_administration'] = 'Administration';
$lang['xin_performance_present_skill'] = 'Ritningsläsning';
$lang['xin_performance_quality_work'] = 'Kvalitet på arbete';
$lang['xin_performance_efficiency'] = 'Effektivitet';
$lang['xin_performance_integrity'] = 'Integritet';
$lang['xin_performance_professionalism'] = 'Professionalism';
$lang['xin_performance_team_work'] = 'Team Work';
$lang['xin_performance_critical_think'] = 'Kritiskt tänkande';
$lang['xin_performance_conflict_manage'] = 'Konflikthantering';
$lang['xin_performance_attendance'] = 'Närvarorapporter';
$lang['xin_performance_meet_deadline'] = 'Förmåga att hålla tidsplaner';
$lang['xin_performance_behv_technical_competencies'] = 'Organisationsförmåga';
$lang['xin_performance_indicators'] = 'Prestantionsindikator';
$lang['xin_performance_app_date'] = 'Utvärderings datum';
$lang['xin_performance_apps'] = 'Prestations utvärdering';
$lang['xin_give_performance_appraisal'] = 'Ge prestationsbetyg';
$lang['xin_select_month'] = 'Välj månad';
$lang['xin_expected_value'] = 'Slutvärde';
$lang['xin_set_value'] = 'Ställ in värden';
$lang['xin_edit_performance_indicator'] = 'Ändra i prestationsindikatorn';
$lang['xin_view_performance_indicator'] = 'Visa prestationsindikatorn';
$lang['xin_not_set_value'] = 'Inte satt';
$lang['xin_edit_performance_appraisal'] = 'Ändra prestationsbetyg';
$lang['xin_view_performance_appraisal'] = 'Visa prestationsbetyg';
$lang['xin_holiday'] = 'Helgdag';
$lang['xin_on_leave'] = 'På ledighet';
$lang['xin_absent'] = 'Frånvarande';
$lang['xin_set_date'] = 'sätt datum';
$lang['xin_select_date'] = 'Välj datum';
$lang['xin_get'] = 'Välj';
$lang['xin_attendance_for'] = 'Närvarorapport för';
$lang['xin_in_time'] = 'I tid';
$lang['xin_out_time'] = 'tid';
$lang['xin_add_attendance_for'] = 'Lägg till närvaro för';
$lang['xin_attendance_date'] = 'Närvarodatum';
$lang['xin_office_in_time'] = 'Arbetsdag startar';
$lang['xin_office_out_time'] = 'Arbetsdag slutar';
$lang['xin_edit_attendance_for'] = 'Ändra närvaro för';
$lang['xin_error_attendance_date'] = 'Fältet för närvaro krävs.';
$lang['xin_error_attendance_in_time'] = 'Arbetsdagens start krävs.';
$lang['xin_error_attendance_out_time'] = 'Arbetsdagen slutar krävs.';
$lang['xin_success_attendance_update'] = 'Arbetarens närvaro uppdat.';
$lang['xin_success_attendance_added'] = 'Arbetarens närvaro lades till.';
$lang['xin_attendance_import_csv_file'] = 'Importera CSV fil';
$lang['xin_attendance_description_line1'] = 'The first line in downloaded csv file should remain as it is. Please do not change the order of columns in csv file.';
$lang['xin_attendance_description_line2'] = 'The correct column order is (Employee ID, Attendance Date, Clock In Time and Date, Clock Out Time and Date) and you must follow the csv file, otherwise you will get an error while importing the csv file.';
$lang['xin_attendance_download_sample'] = 'Ladda ned en sample fil';
$lang['xin_attendance_upload_file'] = 'Ladda upp fil';
$lang['xin_attendance_allowed_size'] = 'Please select csv or excel file (allowed file size 500 KB)';
$lang['xin_attendance_import'] = 'Importera';
$lang['xin_error_attendance_import_size'] = 'Filstorleken är större än 500 KB.';
$lang['xin_success_attendance_import'] = 'Närvaro lista importerades.';
$lang['xin_error_not_attendance_import'] = 'Närvaro listan importerades inte.';
$lang['xin_error_invalid_file'] = 'Ej godkänd fil.';
$lang['xin_add_leave'] = 'Lägg till ledighet';
$lang['xin_leave_type'] = 'Ledighets typ';
$lang['xin_leave_for_employee'] = 'Ledighet för arbetare';
$lang['xin_leave_reason'] = 'Anledning för ansökan';
$lang['xin_leave_duration'] = 'Begär fastanställning';
$lang['xin_applied_on'] = 'Inlagd den';
$lang['xin_reason'] = 'Anledning';
$lang['xin_edit_leave'] = 'Ändra  ledighet';
$lang['xin_leave_detail'] = 'Ledighets information';
$lang['xin_update_status'] = 'Uppdatera status';
$lang['xin_leave_statistics'] = 'Ledighetsstatestik';
$lang['xin_of'] = 'of';
$lang['xin_make_default'] = 'Sätt som standard';
$lang['xin_default'] = 'Standard';
$lang['xin_shift_name'] = 'Shift Namn';
$lang['xin_monday'] = 'Måndag';
$lang['xin_tuesday'] = 'Tisdag';
$lang['xin_wednesday'] = 'Onsdag';
$lang['xin_thursday'] = 'Torsdag';
$lang['xin_friday'] = 'Fredag';
$lang['xin_saturday'] = 'Lördag';
$lang['xin_sunday'] = 'Söndag';
$lang['xin_clear'] = 'Rensa';
$lang['xin_option'] = 'Val';
$lang['xin_day'] = 'Dag';
$lang['xin_create_edit_delete_role'] = 'Skapa/Ändra/Radera';
$lang['xin_update_view_role'] = 'Uppdatera/Visa';
$lang['xin_generate_view'] = 'Generera/Visa';
$lang['xin_view_payslip'] = 'Visa betalning';
$lang['xin_create_edit_view_delete'] = 'Skapa/Ändra/Visa/Radera';
$lang['xin_update_status_delete'] = 'Uppdat Status/Radera';
$lang['xin_add_delete'] = 'Lägg till/Radera';
$lang['xin_view_update'] = 'Visa/Uppdat';
$lang['xin_create_delete_download'] = 'Skapa/Radera/Ladda ned';

$lang['xin_edit_office_shift'] = 'Ändra arbetstider';
$lang['xin_published'] = 'Publicerad';
$lang['xin_unpublished'] = 'Ej Publicerad';
$lang['xin_event_name'] = 'Händelsens namn';
$lang['xin_edit_holiday'] = 'Ändra helgdag';
$lang['xin_view_holiday'] = 'Visa helgdagar';
$lang['xin_error_event_name'] = 'Händelsenamn krävs.';
$lang['xin_holiday_added'] = 'Helgdag lades till.';
$lang['xin_holiday_updated'] = 'Helgdag uppdat.';
$lang['xin_holiday_deleted'] = 'Helgdag raderades.';
$lang['xin_success_task_assigned'] = 'Uppdrag för arbetaren uppdaterad.';
$lang['xin_success_task_status'] = 'Uppdragets status uppdaterades.';
$lang['xin_error_comment_field'] = 'Kommentars fältet måste fyllas i.';
$lang['xin_success_comment_task'] = 'Kommentaren lades till.';
$lang['xin_success_comment_task_deleted'] = 'Kommentaren raderades.';
$lang['xin_error_task_file_name'] = 'Namn krävs.';
$lang['xin_error_task_file'] = 'Välj fil.';
$lang['xin_error_task_file_description'] = 'Beskrivning krävs.';
$lang['xin_error_task_file_attachment'] = 'Bifogade filen måste vara: png, jpg, jpeg, gif, pdf, doc, docx, xls, xlsx, txt';
$lang['xin_success_task_att_added'] = 'Task attachment added.';
$lang['xin_success_task_att_deleted'] = 'Task attachment deleted.';
$lang['xin_error_project_field'] = 'Val av projekt måste läggas till.';
$lang['xin_error_task_name'] = 'Uppdargets namn måste läggas till.';
$lang['xin_error_task_hour'] = 'Uppdragets timmar måste läggas in.';
$lang['xin_error_task_assigned_user'] = 'Du måste lägga till aktiva deltagare.';
$lang['xin_success_task_added'] = 'Uppdrag lades till.';
$lang['xin_task_detail'] = 'Uppdrags information';
$lang['xin_error_leave_type_field'] = 'Fyll i ledighets fältet.';
$lang['xin_error_leave_type_reason'] = 'Anledning till begärd ledighet krävs.';
$lang['xin_success_leave_added'] = 'Ledighet lades till.';
$lang['xin_success_holiday_updated'] = 'Helgdag uppdaterad.';
$lang['xin_success_leave_updated'] = 'Ledeighet uppdaterad.';
$lang['xin_success_leave__status_updated'] = 'Ledighets status uppdaterad.';
$lang['xin_success_task_updated'] = 'Uppdrag uppdat.';
$lang['xin_success_shift_default_made'] = 'Normala arbetstide 7-16.00.';
$lang['xin_error_shift_name_field'] = 'Arbetstids benämning skall sättas.';
$lang['xin_error_shift_monday_timeout'] = 'Please select Monday Time Out.';
$lang['xin_error_shift_tuesday_timeout'] = 'Please select Tuesday Time Out.';
$lang['xin_error_shift_wednesday_timeout'] = 'Please select Wednesday Time Out.';
$lang['xin_error_shift_thursday_timeout'] = 'Please select Thursday Time Out.';
$lang['xin_error_shift_friday_timeout'] = 'Please select Friday Time Out.';
$lang['xin_error_shift_saturday_timeout'] = 'Please select Saturday Time Out.';
$lang['xin_error_shift_sunday_timeout'] = 'Please select Sunday Time Out.';
$lang['xin_success_shift_added'] = 'Arbetstider lades till.';
$lang['xin_success_shift_updated'] = 'Arbetstider uppdaterades.';
$lang['xin_success_employe_attendance_deleted'] = 'Arbetarens närvaro raderades.';
$lang['xin_success_holiday_deleted'] = 'Helgdag raderades.';
$lang['xin_success_shift_deleted'] = 'Office Shift deleted.';
$lang['xin_success_leave_deleted'] = 'Ledighet raderades.';
$lang['xin_success_task_deleted'] = 'Uppdraget raderades.';
$lang['xin_success_task_note_updated'] = 'Uppdrags notering uppdaterades.';
$lang['xin_success_clocked_in'] = 'Du har KLOCKAT-IN.';
$lang['xin_success_clocked_out'] = 'Du har nu KLOCKAT UT';
$lang['xin_payroll_employee_payslip'] = 'Lönebesked';
$lang['xin_payroll_hourly'] = 'Timmar';
$lang['xin_payroll_per_hour'] = 'Per timme';
$lang['xin_payroll_monthly'] = 'Månadsvis';
$lang['xin_payroll_make_payment'] = 'Gör utbetalning';
$lang['xin_error_payroll_can_not_make_payment'] = 'Ingen lön kan betalas ut då arbetade timmar är 0';
$lang['xin_error_payroll_zero_net_salary'] = '0 Netto lön';
$lang['xin_payroll_unpaid'] = 'Obetald';
$lang['xin_payroll_select_hourly'] = 'Välj timlön';
$lang['xin_select'] = 'Välj';
$lang['xin_payroll_select_monthly'] = 'Välj måndagslön';
$lang['xin_error_template_name'] = 'Namn på mallen krävs.';
$lang['xin_error_basic_salary'] = 'The basic salary field is required.';
$lang['xin_success_payroll_template_added'] = 'Payroll Tempalte added.';
$lang['xin_error_hourly_rate_field'] = 'Timdeb krävs.';
$lang['xin_success_hourly_wage_added'] = 'Månadslönen krävs.';
$lang['xin_success_payroll_template_added'] = 'Payroll Template updated.';
$lang['xin_success_hourly_wage_updated'] = 'Hourly Wage Template updated.';
$lang['xin_success_salary_info_updated'] = 'Salary Information updated.';
$lang['xin_error_makepayment_payment_method'] = 'The payment method field is required.';
$lang['xin_error_makepayment_comments'] = 'The comments field is required';
$lang['xin_success_payment_paid'] = 'Betald.';
$lang['xin_success_payroll_template_deleted'] = 'Payroll Template deleted.';
$lang['xin_success_hourly_wage_deleted'] = 'Hourly Wage Template deleted';
$lang['xin_setup'] = 'Setup';
$lang['xin_payroll_template'] = 'Lönerapports mall';
$lang['xin_name_of_template'] = 'Namn på mallen';
$lang['xin_payroll_basic_salary'] = 'Ersättning';
$lang['xin_payroll_overtime_rate'] = 'Overtime Rate ( Per Hour)';
$lang['xin_Payroll_house_rent_allowance'] = 'House Rent Allowance';
$lang['xin_payroll_medical_allowance'] = 'Medical Allowance';
$lang['xin_payroll_travel_allowance'] = 'Rese ersättning';
$lang['xin_payroll_dearness_allowance'] = 'Dearness Allowance';
$lang['xin_payroll_provident_fund_de'] = 'Provident Fund';
$lang['xin_payroll_tax_deduction_de'] = 'Skatteavdrag';
$lang['xin_payroll_security_deposit'] = 'Security Deposit';
$lang['xin_payroll_total_salary_details'] = 'Total Salary Details';
$lang['xin_payroll_gross_salary'] = 'Gross Salary';
$lang['xin_payroll_total_allowance'] = 'Total Allowance';
$lang['xin_payroll_total_deduction'] = 'Total Deduction';
$lang['xin_payroll_net_salary'] = 'Netto lön';
$lang['xin_created_date'] = 'Created Date';
$lang['xin_edit_payroll_template'] = 'Edit Payroll Template';
$lang['xin_payroll_employee_salary_details'] = 'Employee Salary Details (Payroll Template)';
$lang['xin_emp_id'] = 'EMP ID';
$lang['xin_joining_date'] = 'Joining Date';
$lang['xin_payroll_salary_details'] = 'Ersättnings information';
$lang['xin_overtime_per_hour'] = 'Overtime Per Hour';
$lang['xin_not_paid'] = 'Not Paid';
$lang['xin_payroll_allowances'] = 'Allowances';
$lang['xin_deductions'] = 'Deductions';
$lang['xin_payroll_employee_hourly_wages'] = 'Employee Salary Details (Hourly Wage)';
$lang['xin_payroll_hourly_rate'] = 'Hourly Rate';
$lang['xin_payroll_hourly_wage'] = 'Hourly Wage';
$lang['xin_payroll_hourly_wages'] = 'Hourly Wages';
$lang['xin_payroll_hourly_wage_title_single'] = 'Title';
$lang['xin_payroll_hourly_wage_title'] = 'Hourly Wage Title';
// default
$lang['xin_view_details'] = 'Visa detaljer';
$lang['xin_delete'] = 'Radera';
$lang['xin_edit'] = 'Ändra';
$lang['xin_completed'] = 'Avklarad';
$lang['xin_error_msg'] = 'Något gick fel, försök igen.';
$lang['xin_add_new'] = 'Lägg till';
$lang['xin_hide'] = 'Dölj';
$lang['xin_search'] = 'Sök';
$lang['xin_close'] = 'Stäng';
$lang['xin_update'] = 'Updatera';
$lang['xin_action'] = 'Ändra/Radera';
$lang['xin_added_by'] = 'Lades till av';
$lang['xin_select_one'] = 'Välj en';
$lang['xin_save'] = 'Spara';
$lang['xin_list_all'] = 'Lista Alla';
$lang['dashboard_xin_status'] = 'Status';
$lang['dashboard_xin_progress'] = 'Framsteg';
$lang['dashboard_new'] = 'Ny';
$lang['xin_created_at'] = 'Skapad den';
$lang['xin_download'] = 'Ladda ned';
$lang['xin_edit_hourly_wage'] = 'Ändra timlön';
$lang['xin_all_employees'] = 'Alla arbetarna';
$lang['xin_employee_salaries'] = 'Arbetslöner';
$lang['xin_payment_info_for'] = 'Betalinfo för';
$lang['xin_salary_type'] = 'Lönetyp';
$lang['xin_details'] = 'Detajer';
$lang['xin_salary_details_of'] = 'Salary Details of';
$lang['xin_salary_month'] = 'Månadslön';
$lang['xin_total_hours_worked'] = 'Totalt arbetade timmar';
$lang['xin_payment_paid'] = 'Betald';
$lang['xin_paid_amount'] = 'Utbetalt belopp';
$lang['xin_payment_method'] = 'Betalningsmetod';
$lang['xin_payment_comment'] = 'Kommentar';
$lang['xin_comment'] = 'Kommentera';
$lang['xin_payment_for'] = 'Betaltning till';
$lang['xin_payroll_payment_amount'] = 'Betalt belopp';
$lang['xin_choose_payment_method'] = 'Välj betalningsalternativ';
$lang['xin_pay'] = 'Betala';
$lang['xin_payment_month'] = 'Betalningsmånad';
$lang['xin_payment_date'] = 'Betaldatum';
$lang['xin_payment_type'] = 'Betalnings typ';
$lang['xin_payslip'] = 'Lönebesked';
$lang['xin_all_payslips'] = 'Alla lönebesked';
$lang['xin_pdf'] = 'PDF';
$lang['xin_payslip_number'] = 'Lönebeskeds nr';
$lang['xin_payslip_payment_by'] = 'Betalning av';
$lang['xin_payment_details'] = 'Betalnings info';
$lang['xin_Payslip_overtime_salary'] = 'Övertidsersättning';
$lang['xin_payslip_earning'] = 'Fötjänst';
$lang['xin_phone'] = 'Tel nr';
$lang['xin_print_payslip'] = 'Printa lönebesked';
$lang['xin_earning_salary'] = 'Intjänad lön';
$lang['xin_deduction_salary'] = 'Avdrag';
$lang['xin_payslip_authorised_signatory'] = 'Signerad av';
$lang['xin_highest'] = 'Akut';
$lang['xin_high'] = 'Hög';
$lang['xin_normal'] = 'Normal';
$lang['xin_low'] = 'Låg';
$lang['xin_medium'] = 'Medium';
$lang['xin_critical'] = 'Kritisk';
$lang['xin_open'] = 'Öppen';
$lang['xin_closed'] = 'Stängd';
$lang['xin_not_assigned'] = 'Ingen tilldelad';
$lang['xin_project_employees_updated'] = 'Projekt arbetare/UE har uppdaterats.';
$lang['xin_project_message'] = 'Meddelande fältet måste fyllas i.';
$lang['xin_error_project_file'] = 'The attachment must be a file of type: png, jpg, gif, jpeg, pdf, doc, docx, xls, xlsx, txt, zip, rar, gzip, ppt';
$lang['xin_success_project_message_added'] = 'Projekt meddelande lades till.';
$lang['xin_project_status_solved'] = 'Löst';
$lang['xin_error_project_bug_title'] = 'The bug title field is required.';
$lang['xin_success_project_bug_added'] = 'Project bug added.';
$lang['xin_error_project_file_title'] = 'Titel på filen måste läggas till.';
$lang['xin_success_project_file_added'] = 'Projekt fil lades till.';
$lang['xin_success_project_file_deleted'] = 'Projekt filer raderades.';
$lang['xin_success_project_note_updated'] = 'Projekt anteckning uppdaterad.';
$lang['xin_success_project_bug_status_updated'] = 'Bug status updated.';
$lang['xin_success_project_bug_deleted'] = 'Projekt buggen raderad.';
$lang['xin_project_bug_status'] = 'Uppdatera buggstatus';
$lang['xin_overview'] = 'Översyn';
$lang['xin_assigned_to'] = 'Tilldelad till';
$lang['xin_discussion'] = 'Diskussion';
$lang['xin_bugs_issues'] = 'Buggar';
$lang['xin_tasks'] = 'Uppdrag';
$lang['xin_task'] = 'Uppdrag';
$lang['xin_files'] = 'Filer';
$lang['xin_note'] = 'Notering';
$lang['xin_total_tasks'] = 'Total Tasks';
$lang['xin_total_members'] = 'Total Members';
$lang['xin_project_overview'] = 'Projektöversyn';
$lang['xin_assigned'] = 'Tilldelad';
$lang['xin_users'] = 'Användare';
$lang['xin_update_users'] = 'Uppdatera användare';
$lang['xin_assigned_to'] = 'Tilldelning';
$lang['xin_attachment'] = 'Bifogade filer';
$lang['xin_all_discussions'] = 'All Discussions';
$lang['xin_all_bugs_issues'] = 'All Bugs';
$lang['xin_estimated_hour'] = 'Budget timmar';
$lang['xin_attachment_file'] = 'Bifoga filer';
$lang['xin_project_files_upload'] = 'Upload files only: gif,png,jpg,jpeg,txt,doc,docx,xls,xlsx';
$lang['xin_attachment_list'] = 'Lista för Bifogade filer ';
$lang['xin_date_and_time'] = 'Datum & Tid';
$lang['xin_message'] = 'Meddelande';
$lang['xin_project_note'] = 'Projektet anteckningar';
$lang['xin_worksheets'] = 'Uppdrag';
$lang['xin_task_title'] = 'Uppdragets titel';
$lang['xin_hours'] = 'Timmar';
$lang['xin_task_files'] = 'Uppdragets bifogade filer';
$lang['xin_message_here'] = 'Skriv meddelande här';
$lang['xin_all_comments'] = 'Alla kommentarer';
$lang['xin_task_note'] = 'Uppdrags information';
$lang['xin_edit_task'] = 'Lägg till uppdrag';
$lang['xin_error_ticket_priority'] = 'The ticket priority is the required field.';
$lang['xin_success_ticket_created'] = 'Ticket created.';
$lang['xin_success_ticket_comment_added'] = 'Ticket comment added.';
$lang['xin_success_ticket_attachment_added'] = 'Ticket attachment added.';
$lang['xin_success_ticket_updated'] = 'Ticket updated.';
$lang['xin_ticket_details'] = 'Ticket Details';
$lang['xin_ticket_assigned_employee'] = 'Ticket employees has been updated.';
$lang['xin_ticket_status_updated'] = 'Ticket status updated.';
$lang['xin_ticket_note_updated'] = 'Ticket note updated.';
$lang['xin_success_ticket_deleted'] = 'Ticket deleted.';
$lang['xin_success_ticket_comment_deleted'] = 'Ticket comment deleted.';
$lang['xin_success_ticket_attachment_deleted'] = 'Ticket attachment deleted.';
$lang['xin_create_new_ticket'] = 'Create New Ticket';
$lang['xin_ticket_for_employee'] = 'Ticket for Employee';
$lang['xin_select_priority'] = 'Select Priority';
$lang['xin_ticket_description'] = 'Ticket Description';
$lang['xin_ticket_code'] = 'Ticket Code';
$lang['xin_edit_ticket'] = 'Edit Ticket';
$lang['xin_ticket'] = 'Ticket';
$lang['xin_ticket_files'] = 'Ticket Files';
$lang['xin_ticket_note'] = 'Ticket Note';
$lang['xin_error_jobpost_title'] = 'The job title field is required.';
$lang['xin_error_jobpost_type'] = 'The job type field is required.';
$lang['xin_error_jobpost_designation'] = 'The job designation field is required.';
$lang['xin_error_jobpost_positions'] = 'The number of positions field is required.';
$lang['xin_error_jobpost_closing_date'] = 'The date of closing field is required.';
$lang['xin_error_jobpost_short_description'] = 'The short description field is required.';
$lang['xin_success_job_added'] = 'Job added.';
$lang['xin_success_job_updated'] = 'Job updated.';
$lang['xin_success_job_deleted'] = 'Job deleted.';
$lang['xin_job'] = 'Jobb';
$lang['xin_job_type'] = 'Jobb typ';
$lang['xin_number_of_positions'] = 'Number of Positions';
$lang['xin_date_of_closing'] = 'Date of Closing';
$lang['xin_job_no_preference'] = 'No Preference';
$lang['xin_job_minimum_experience'] = 'Minimum Experience';
$lang['xin_job_fresh'] = 'Fresh';
$lang['xin_job_experience_define_1year'] = '1 År';
$lang['xin_job_experience_define_2years'] = '2 År';
$lang['xin_job_experience_define_3years'] = '3 År';
$lang['xin_job_experience_define_4years'] = '4 År';
$lang['xin_job_experience_define_5years'] = '5 År';
$lang['xin_job_experience_define_6years'] = '6 År';
$lang['xin_job_experience_define_7years'] = '7 År';
$lang['xin_job_experience_define_8years'] = '8 År';
$lang['xin_job_experience_define_9years'] = '9 År';
$lang['xin_job_experience_define_10years'] = '10 År';
$lang['xin_job_experience_define_plus_10years'] = '+10 År';
$lang['xin_job_exp_year'] = 'År';
$lang['xin_job_exp_years'] = 'År';
$lang['xin_long_description'] = 'Lång beskrivning';
$lang['xin_short_description'] = 'Kort beskrivning';
$lang['xin_jobs'] = 'Arbeten';
$lang['xin_no_of_positions'] = 'No. of Positions';
$lang['xin_closing_date'] = 'Closing Date';
$lang['xin_edit_job'] = 'Edit Job';
$lang['xin_error_job_application'] = 'Job application deleted.';
$lang['xin_candidate_name'] = 'Candidate Name';
$lang['xin_apply_date'] = 'Apply Date';
$lang['xin_interview_job_post'] = 'The job post field is required.';
$lang['xin_interview_job_interview_date'] = 'The interview date field is required.';
$lang['xin_interview_job_candidate'] = 'The candidate field is required.';
$lang['xin_interview_job_interview_place'] = 'The interview place field is required.';
$lang['xin_interview_job_interview_time'] = 'The interview time field is required.';
$lang['xin_interview_job_interviewers'] = 'The interviewers field is required.';
$lang['xin_job_interview_added'] = 'Job Interview added.';
$lang['xin_job_interview_deleted'] = 'Job Interview deleted.';
$lang['xin_interviewees_candidates_selected'] = 'Interviewees (Selected Candidates)';
$lang['xin_candidates'] = 'Candidates';
$lang['xin_interview_date'] = 'Interview Date';
$lang['xin_place_of_interview'] = 'Place Of Interview';
$lang['xin_interview_time'] = 'Interview Time';
$lang['xin_interviewers_employees'] = 'Interviewers (Employees)';
$lang['xin_job_interview_description'] = 'Job Interview Description';
$lang['xin_selected_candidates'] = 'Selected Candidates';
$lang['xin_interview_place'] = 'Interview Place';
$lang['xin_interview_date_time'] = 'Interview Date & Time';
$lang['xin_interviewers'] = 'Interviewers';
$lang['xin_available_jobs'] = 'Available Jobs';
$lang['xin_read_more'] = 'Read More';
$lang['xin_careers'] = 'Careers';
$lang['xin_job_details'] = 'Job Details';
$lang['xin_functional_area'] = 'Functional Area';
$lang['xin_years_of_experience'] = 'Years of Experience';
$lang['xin_vacancy'] = 'Vacancy';
$lang['xin_apply_before'] = 'Apply Before';
$lang['xin_posted_date'] = 'Posted Date';
$lang['xin_back_to_listing'] = 'Back to Listing';
$lang['xin_apply_for_this_job'] = 'Apply for this Job';
$lang['xin_job_application_for'] = 'Application For';
$lang['xin_employee_id'] = 'Employe ID';
$lang['xin_upload_resume_from_pc'] = 'Upload Resume from your computer';
$lang['xin_upload_file_only_for_resume'] = 'Upload files only';
$lang['xin_your_covering_message_for'] = 'Your covering message for';
$lang['xin_apply'] = 'Apply';
$lang['xin_success_resume_submitted'] = 'Your resume has been submitted.';
$lang['xin_resume_attachment_must_be'] = 'The attachment must be a file of type';
$lang['xin_error_recovering_message'] = 'The covering message field is required.';
$lang['xin_upload_your_resume'] = 'Upload your resume.';
$lang['xin_already_applied_for_this_job'] = 'Already applied for this job.';
$lang['xin_template_name'] = 'Template Name';
$lang['xin_edit_email_template'] = 'Edit Email Template';
$lang['xin_backup_log'] = 'Backup Log';
$lang['xin_delete_old_backup'] = 'Delete old backup?';
$lang['xin_create_backup'] = 'Create Backup';
$lang['xin_database_file'] = 'Database File';
$lang['xin_success_database_backup_generated'] = 'Database Backup Generated.';
$lang['xin_success_database_old_backup_deleted'] = 'Database Old Backup Deleted.';
$lang['xin_error_template_status'] = 'The status field is required.';
$lang['xin_success_email_template_updated'] = 'Email Template updated.';
$lang['xin_files_manager'] = 'Filhantering';
$lang['xin_error_select_file'] = 'Välj fil.';
$lang['xin_error_file_size_is'] = 'Filen är större än';
$lang['xin_success_file_uploaded'] = 'Filen uppladdad.';
$lang['xin_success_file_name_updated'] = 'Filnamn uppdaterd.';
$lang['xin_error_max_file_size_required'] = 'Maximum file size field is required.';
$lang['xin_error_file_extension_required'] = 'Allowed extensions field is required.';
$lang['xin_success_file_settings_updated'] = 'Fil inställningar uppdaterades.';
$lang['xin_success_file_deleted'] = 'Filen raderades.';
$lang['xin_all_departments'] = 'Alla avdelningar';
$lang['xin_single_file'] = 'Filer';
$lang['xin_single_size'] = 'Storlek';
$lang['xin_extension'] = 'Filtyp';
$lang['xin_uploaded_date'] = 'Datum';
$lang['xin_choose_department'] = 'Välj yrkesgrupp';
$lang['xin_edit_file_name'] = 'Edit File Name';
$lang['xin_new_file_name'] = 'Nytt filnamn';
$lang['xin_system_settings'] = 'SYSTEM INSTÄLLNINGAR';
$lang['xin_general'] = 'Generell';
$lang['xin_logos'] = 'Logotyp';
$lang['xin_system'] = 'System';
$lang['xin_email_notifications'] = 'Mail notis';
$lang['xin_animation_effects'] = 'Effekter';
$lang['xin_notification_position'] = 'Notification Position';
$lang['xin_system_logos'] = 'System Logo';
$lang['xin_first_logo'] = 'System Logo';
$lang['xin_logo_files_only'] = 'Följande filer stöds: pdf,gif,png,jpg,jpeg';
$lang['xin_logo_files_only_favicon'] = 'Följande filer stöds: gif,ico,png';
$lang['xin_best_logo_size'] = 'Rek storlek: 160x40';
$lang['xin_best_main_logo_size'] = 'Rek storlek: 32x27';
$lang['xin_best_logo_size_favicon'] = 'Rek storlek: 16x16';
$lang['xin_best_logo_size_recruitment'] = 'Rek storlek: 230x60';
$lang['xin_logo_whit_background_black_text'] = 'Vit bakgrund & svart text';
$lang['xin_logo_whit_background_light_text'] = 'Ljus logo';
$lang['xin_best_signlogo_size'] = 'Rek storlek: 137x40';
$lang['xin_second_logo'] = 'Andra Logon';
$lang['xin_logo_trans_background_white_text'] = 'Transparant bakgrund med vit text';
$lang['xin_favicon'] = 'Favicon';
$lang['xin_sign_in_page'] = 'Logg in sida';
$lang['xin_logo'] = 'Logo';
$lang['xin_recruitment_logo_updated'] = 'Recruitment logo updated.';
$lang['xin_application_name'] = 'Application Name';
$lang['xin_default_currency'] = 'Standard valuta';
$lang['xin_default_currency_symbol'] = 'Standard valutasymbol';
$lang['xin_default_currency_symbol_code'] = 'Standard valuta <small>(Symbol/Code)</small>';
$lang['xin_show_currency'] = 'Visa valuta';
$lang['xin_currency_code'] = 'Valutakod';
$lang['xin_currency_symbol'] = 'Valuta symbol';
$lang['xin_currency_position'] = 'Placering av valutasymbol';
$lang['xin_prefix'] = 'Före';
$lang['xin_suffix'] = 'Efter';
$lang['xin_enable_codeigniter_on_footer'] = 'Aktivera CodeIgniter version';
$lang['xin_date_format'] = 'Datum format';
$lang['xin_footer_text'] = 'Footer Text';
$lang['xin_enable_year_on_footer'] = 'Föregående år';
$lang['xin_employe_can_manage_contact_info'] = 'Arbetaren får hantera kontaktinformation';
$lang['xin_employe_can_manage_bank_account'] = 'Arbetaren får hantera sitt bankkonto';
$lang['xin_employe_can_manage_qualification'] = 'Arbetaren får hantera sina kvalifikationer';
$lang['xin_employe_can_manage_work_experience'] = 'Arbetaren får hantera sina referenser';
$lang['xin_employe_can_manage_documents'] = 'Arbetaren får hantera sina egna dokument';
$lang['xin_employe_can_manage_profile_picture'] = 'Arbetaren får hantera sin egna profilbild';
$lang['xin_employe_can_manage_profile_info'] = 'Arbetaren får hantera sin egna personliga information';
$lang['xin_employe_can_manage_social_info'] = 'Arbetaren får hantera sin socialamedie information';
$lang['xin_attendance_configuration'] = 'Närvaro inställningar';
$lang['xin_enable_clock_in_header'] = 'Aktivera klocka In i header';
$lang['xin_it_will_show_everywhere'] = 'It will show everywhere on the system, but in employee panel only.';
$lang['enable_clock_in_clock_out'] = 'Aktivera klocka In & UT';
$lang['xin_for_pdf'] = 'for payroll pdf';
$lang['xin_enable_jobs_for_employees'] = 'Enable Jobs for employees';
$lang['xin_job_application_file_format'] = 'Job Application file format';
$lang['xin_job_listing'] = 'Job Listing';
$lang['xin_email_notification_config'] = 'Mail mallar konfiguration';
$lang['xin_email_notification_enable'] = 'Aktivera mail notis';
$lang['xin_set_animation_effect_for_top'] = 'Set animation effect for top menu.';
$lang['xin_set_animation_effect_for_modals'] = 'Set animation effect for modal dialogs.';
$lang['xin_top_right'] = 'Högst till höger';
$lang['xin_bottom_right'] = 'Nedre högra hörnet';
$lang['xin_bottom_left'] = 'Nedre vänstra hörnet';
$lang['xin_top_left'] = 'Högst till vänster';
$lang['xin_top_center'] = 'Högst i mitten';
$lang['xin_set_position_for_notifications'] = 'Ställ in postion för notiser.';
$lang['xin_close_button'] = 'Aktivera stäng knappen';
$lang['xin_progress_bar'] = 'Framstegs linje';
$lang['xin_file_maxsize'] = 'Max. Filstorlek';
$lang['xin_allowed_extensions'] = 'Tillåten förlängning';
$lang['xin_employee_can_view_download_other_files'] = 'Arbetaren kan se/ladda ned hela avdelningens filer';
$lang['xin_file_size_mb'] = 'Filstorlek i MB';
$lang['xin_error_contact_person'] = 'Kontaktperson krävs.';
$lang['xin_error_phone_field'] = 'Telefon nr krävs.';
$lang['xin_success_company_info_updated'] = 'Företags Information uppdaterades.';
$lang['xin_error_select_first_logo'] = 'Välj systemlogo.';
$lang['xin_error_select_second_logo'] = 'Välj den andra logon.';
$lang['xin_error_select_favicon'] = 'Välj ikon.';
$lang['xin_error_logo_first_attachment'] = 'Bifogade filen måste vara av följande format: png, jpg, jpeg, gif for system logo.';
$lang['xin_error_logo_second_attachment'] = 'Bifogade filen måste vara av följande format: png, jpg, jpeg, gif for second logo.';
$lang['xin_error_logo_favicon_attachment'] = 'Bifogade filen måste vara av följande format: png, jpg, jpeg, gif for favicon.';
$lang['xin_success_system_logo_updated'] = 'Logo uppdaterades.';
$lang['xin_error_select_profile_cover'] = 'Välj profilbakgrund.';
$lang['xin_success_profile_background_updated'] = 'Profilbakgrund uppdaterad.';
$lang['xin_error_select_signin_page_logo'] = 'Välj logo för login sidan.';
$lang['xin_success_signin_page_logo_updated'] = 'Sign-in page logo updated.';
$lang['xin_error_recruitment_logo'] = 'Select recruitment page logo.';
$lang['xin_error_payroll_pdf_logo'] = 'Select payroll logo.';
$lang['xin_success_payroll_logo_updated'] = 'Payroll logo updated.';
$lang['xin_error_application_name_field'] = 'The application name field is required.';
$lang['xin_error_default_currency_field'] = 'The default currency field is required.';
$lang['xin_error_default_currency_symbol'] = 'The default currency symbol field is required.';
$lang['xin_error_currency_position'] = 'The currency position field is required.';
$lang['xin_error_date_format_field'] = 'The date format field is required.';
$lang['xin_error_footer_text'] = 'The footer text field is required.';
$lang['xin_success_system_configuration_updated'] = 'System Configuration updated.';
$lang['xin_success_system_layout_updated'] = 'System Layout uppdaterad.';
$lang['xin_success_role_config_updated'] = 'Roller uppdaterade.';
$lang['xin_setting_config_updated'] = 'Inställningar uppdaterade.';
$lang['xin_attendance_config_updated'] = 'Närvaro inställningar uppdaterade.';
$lang['xin_success_email_notify_updated'] = 'Email Notification Configuration updated.';
$lang['xin_error_job_app_format'] = 'The job application format field is required.';
$lang['xin_success_job_config_updated'] = 'Job Configuration updated.';
$lang['xin_success_animation_config_updated'] = 'Animation Effekt uppdaterad.';
$lang['xin_error_notify_position'] = 'The notification position field is required.';
$lang['xin_success_notify_position_config_updated'] = 'Notification Position Configuration updated.';
$lang['xin_success_database_backup_deleted'] = 'Databas Backup raderades.';
$lang['xin_success_contract_type_added'] = 'Kontraktstyp lades till.';
$lang['xin_success_document_type_added'] = 'Dokument typ lades till.';
$lang['xin_error_education_level'] = 'Utbildningsnivå krävs.';
$lang['xin_success_education_level_added'] = 'Utbildningsnivå lades till.';
$lang['xin_error_education_language'] = 'The qualification language field is required.';
$lang['xin_success_education_language_added'] = 'Education Language added.';
$lang['xin_error_education_skill'] = 'The qualification skill field is required.';
$lang['xin_success_education_skill_added'] = 'Education Skill added.';
$lang['xin_error_payment_method'] = 'The payment method field is required.';
$lang['xin_success_payment_method_added'] = 'Betalningsmetod lades till.';
$lang['xin_success_award_type_added'] = 'Award Type added.';
$lang['xin_error_days_per_year'] = 'The days per year field is required.';
$lang['xin_success_leave_type_added'] = 'Leave Type added.';
$lang['xin_success_warning_type_added'] = 'Warning Type added.';
$lang['xin_success_termination_type_added'] = 'Termination Type added.';
$lang['xin_success_expense_type_added'] = 'Kostnadstyp lades till.';
$lang['xin_success_job_type_added'] = 'Job Type added.';
$lang['xin_success_exit_type_added'] = 'Exit Type added.';
$lang['xin_error_travel_arrangment_type'] = 'The travel arrangement type field is required.';
$lang['xin_success_travel_arrangment_type_added'] = 'Travel Arrangement added.';
$lang['xin_error_currency_name_field'] = 'The currency name field is required.';
$lang['xin_error_currency_code_field'] = 'The currency code field is required.';
$lang['xin_error_currency_symbol_field'] = 'The currency symbol field is required.';
$lang['xin_success_currency_type_added'] = 'Currency Type added.';
$lang['xin_success_contract_type_deleted'] = 'Contract Type deleted.';
$lang['xin_success_document_type_deleted'] = 'Document Type deleted.';
$lang['xin_success_payment_method_deleted'] = 'Payment Method deleted.';
$lang['xin_success_education_level_deleted'] = 'Education Level deleted.';
$lang['xin_success_qualification_lang_deleted'] = 'Qualification Language deleted.';
$lang['xin_success_qualification_skill_deleted'] = 'Qualification Skill deleted.';
$lang['xin_success_award_type_deleted'] = 'Award Type deleted.';
$lang['xin_success_leave_type_deleted'] = 'Leave Type deleted.';
$lang['xin_success_warning_type_deleted'] = 'Warning Type deleted.';
$lang['xin_success_termination_type_deleted'] = 'Termination Type deleted.';
$lang['xin_success_expense_type_deleted'] = 'Expense Type deleted.';
$lang['xin_success_job_type_deleted'] = 'Job Type deleted.';
$lang['xin_success_exit_type_deleted'] = 'Exit Type deleted.';
$lang['xin_success_travel_arrtype_deleted'] = 'Travel Arrangement Type deleted.';
$lang['xin_success_currency_type_deleted'] = 'Currency Type deleted.';
$lang['xin_success_document_type_updated'] = 'Document type updated.';
$lang['xin_success_contract_type_updated'] = 'Contract type updated.';
$lang['xin_success_payment_method_updated'] = 'Payment Method updated.';
$lang['xin_success_currency_type_updated'] = 'Valuta uppdaterad.';
$lang['xin_success_education_level_updated'] = 'Education Level updated.';
$lang['xin_success_qualification_lang_updated'] = 'Qualification Language updated.';
$lang['xin_success_qualification_skill_updated'] = 'Qualification Skill updated.';
$lang['xin_success_award_type_updated'] = 'Award type updated.';
$lang['xin_success_leave_type_updated'] = 'Leave type updated.';
$lang['xin_success_warning_type_updated'] = 'Warning type updated.';
$lang['xin_success_termination_type_updated'] = 'Termination type updated.';
$lang['xin_success_expense_type_updated'] = 'Expense type updated.';
$lang['xin_success_job_type_updated'] = 'Job type updated.';
$lang['xin_success_exit_type_updated'] = 'Exit type updated.';
$lang['xin_success_travel_arrtype_updated'] = 'Travel Arrangement type updated.';
$lang['xin_success_currency_type_updated'] = 'Currency type updated.';
$lang['xin_employee_exit_type'] = 'Employee Exit Type';
$lang['xin_travel_arrangement_type'] = 'Travel Arrangement Type';
$lang['xin_payment_methods'] = 'Betalnings metod';
$lang['xin_currency_type'] = 'Valuta typ';
$lang['xin_skill'] = 'Skill';
$lang['xin_days_per_year'] = 'Dagar per år';
$lang['xin_currency_name'] = 'Valuta namn';
$lang['xin_currencies'] = 'Currencies';
$lang['xin_code'] = 'Kod';
$lang['xin_symbol'] = 'Symbol';
$lang['xin_edit_document_type'] = 'Ändra dokumenttyp';
$lang['xin_edit_contract_type'] = 'Ändra kontraktstyp';
$lang['xin_edit_payment_method'] = 'Edit Payment Method';
$lang['xin_edit_education_level'] = 'Edit Education Level';
$lang['xin_edit_language'] = 'Ändra språk';
$lang['xin_edit_skill'] = 'Ändra kunskap';
$lang['xin_edit_award_type'] = 'Edit Award Type';
$lang['xin_edit_leave_type'] = 'Edit Leave Type';
$lang['xin_edit_warning_type'] = 'Edit Warning Type';
$lang['xin_edit_termination_type'] = 'Edit Termination Type';
$lang['xin_edit_expense_type'] = 'Ändra kostnadstyp';
$lang['xin_edit_job_type'] = 'Edit Job Type';
$lang['xin_edit_employee_exit_type'] = 'Edit Employee Exit Type';
$lang['xin_travel_arr_type'] = 'Edit Travel Arrangement Type';
$lang['xin_edit_currency_type'] = 'Ändra valuta';
$lang['xin_company_policy'] = 'Företagspolicy';
$lang['xin_error_training_type'] = 'The training type field is required.';
$lang['xin_error_trainer_field'] = 'The trainer field is required.';
$lang['xin_success_training_added'] = 'Training added.';
$lang['xin_success_training_updated'] = 'Training updated.';
$lang['xin_training_details'] = 'Trainig Details';
$lang['xin_success_training_status_updated'] = 'Training status updated.';
$lang['xin_success_training_deleted'] = 'Training deleted.';
$lang['xin_trainer'] = 'Trainer';
$lang['xin_training_cost'] = 'Training Cost';
$lang['xin_training_duration'] = 'Training Duration';
$lang['xin_cost'] = 'Cost';
$lang['xin_add_edit_view_delete_role_info'] = 'Add/Edit/View/Delete';
$lang['xin_training_employees_s'] = 'Training Employee(s)';
$lang['xin_not_included'] = 'Ej inräknad';
$lang['xin_satisfactory'] = 'Nöjdhetsgrad';
$lang['xin_average'] = 'Medel';
$lang['xin_poor'] = 'Liten';
$lang['xin_excellent'] = 'Perfekt';
$lang['xin_edit_training'] = 'Edit Training';
$lang['xin_type'] = 'Typ';
$lang['xin_training_types'] = ' Training Types';
$lang['xin_edit_training_type'] = 'Edit Training Type';
$lang['xin_expertise'] = 'Expertis';
$lang['xin_trainers'] = 'Trainers';
$lang['xin_edit_trainer'] = 'Edit Trainer';
$lang['xin_view_trainer'] = 'View Trainer';
$lang['xin_error_training_type_name'] = 'The type name field is required.';
$lang['xin_success_training_type_added'] = 'Training type added.';
$lang['xin_success_training_type_updated'] = 'Training type updated.';
$lang['xin_success_training_type_deleted'] = 'Training type deleted.';
$lang['xin_success_trainer_added'] = 'Trainer added.';
$lang['xin_success_trainer_updated'] = 'Trainer updated.';
$lang['xin_success_trainer_deleted'] = 'Trainer deleted.';
$lang['xin_add_edit_delete_role_info'] = 'Lägg till/Ändra/Radera';
$lang['xin_payslip_payment_id'] = 'Betalnings ID';
$lang['xin_layout_settings'] = 'Utseende inställningar';
$lang['xin_other_settings'] = 'Övriga inställningar';
$lang['xin_enable_attendance_system'] = 'Enable attendance system';
$lang['xin_employee_can_change_profile_cover'] = 'Employee can change profile background image';
$lang['xin_enable_notification_close_btn'] = 'Enable notification close button';
$lang['xin_notification_progress_bar'] = 'Notification progress Bar';
$lang['xin_enable_policy_link_top'] = 'Enable policy link on top';
$lang['xin_enable_layout_setting'] = 'Enable layout setting';
$lang['xin_notifications'] = 'Notificatiоns';
$lang['xin_other'] = 'Övrigt';
$lang['xin_advance_salary'] = 'Advance Salary';
$lang['xin_request'] = 'Request';
$lang['xin_advance_salaries'] = 'Advance Salaries';
$lang['xin_error_advance_salary_month_year'] = 'The advance salary month & year field is required.';
$lang['xin_error_amount_field'] = 'The amount field is required.';
$lang['xin_success_request_sent_advance_salary'] = 'Request sent for advance salary.';
$lang['xin_success_advance_salary_deleted'] = 'Advance Salary deleted.';
$lang['xin_success_advance_salary_updated'] = 'Advance Salary updated.';
$lang['xin_edit_advance_salary'] = 'Edit Advance Salary';
$lang['xin_view_advance_salary'] = 'View Advance Salary';
$lang['xin_employee_monthly_installment'] = 'Employee Monthly Installment';
$lang['xin_advance_deducted_salary'] = 'Advance Deducted Salary';
$lang['xin_one_time_deduct'] = 'One Time Deduct';
$lang['xin_emi_salary'] = 'EMI';
$lang['xin_advance_salary_report'] = 'Fullständig ersättningsrapport';
$lang['xin_report'] = 'Rapport';
$lang['xin_total_amount'] = 'Total summa';
$lang['xin_total_paid_amount'] = 'Totalt utbet belopp';
$lang['xin_remaining_amount'] = 'Kvarstående belopp';
$lang['xin_report'] = 'Rapport';
$lang['xin_success_sent_forgot_password'] = 'Lösenord har skickats till din mail.';
$lang['xin_error_email_addres_not_exist'] = 'Mail adressen saknas i vårt system.';
$lang['xin_error_enter_email_address'] = 'Fyll i din mailadress.';
$lang['xin_success_logged_in'] = 'Du är nu inloggad.';
$lang['xin_error_invalid_credentials'] = 'Fel inloggningsuppgifter.';
$lang['xin_welcome_login_page_text'] = 'Logga in för att komma åt din admin';
$lang['xin_forgot_password_link'] = 'Glömt lösenord?';
$lang['xin_sign_in_button'] = 'Logga in';
$lang['xin_admin_text'] = 'Admin';
$lang['xin_demo_reset_text'] = 'Demo raderas efter 30 min!!!';
$lang['xin_page_rendered_text'] = 'Sidan laddas om, om';
$lang['xin_codeigniter_version'] = 'Byggprojekt version';
$lang['xin_rendered_seconds'] = 'sekunder';
$lang['xin_hand_crafted'] = 'Gjord med';
$lang['xin_find_your_account_fg'] = 'En länk kommer mailas där du kan återställa ditt lösenord.';
$lang['xin_enter_your_email_fg'] = 'Fyll i din mailadress';
$lang['xin_reset'] = 'Reset';
$lang['xin_remember_password'] = 'Glömt lösenordet?';
$lang['xin_all_paid'] = 'Allt betalt';
$lang['xin_remaining'] = 'Kvarsående';
$lang['xin_rquested_date_details'] = 'Begär datumhistorik';
$lang['xin_request_date'] = 'Begärt den';
$lang['xin_view_advance_salary_report'] = 'Visa avancerad lönerapport';
/************************************************/
// ACCOUNTING ADDON TRANSLATION > START
/************************************************/
$lang['xin_acc_accounting'] = 'Bokföring';
$lang['xin_acc_accounts'] = 'Konton';
$lang['xin_acc_account_list'] = 'Skapa Projektkonto';
$lang['xin_acc_account_balances'] = 'Balansräkningar';
$lang['xin_acc_transactions'] = 'Transaktioner';
$lang['xin_acc_deposit'] = 'Uttag';
$lang['xin_acc_account'] = 'Konton';
$lang['xin_acc_expense'] = 'Kostnader';
$lang['xin_acc_transfer'] = 'Överförningar';
$lang['xin_acc_view_transactions'] = 'Visa överförnigar';
$lang['xin_acc_view_bankwise_transactions'] = 'Visa banktransaktioner';
$lang['xin_acc_payees_payers'] = 'Betalningsmottagare och Projektkonto';
$lang['xin_acc_reports'] = 'Rapporter';
$lang['xin_acc_account_statement'] = 'Kontostatus';
$lang['xin_acc_expense_reports'] = 'Kostnads rapport';
$lang['xin_acc_income_reports'] = 'Inkomst rapport';
$lang['xin_acc_payees'] = 'Betalningsmottagare';
$lang['xin_acc_payers'] = 'Företagskonton för betalning';
$lang['xin_acc_income_vs_expense'] = 'Inkomst Vs kostnad';
$lang['xin_acc_transfer_report'] = 'Transfer Report';
$lang['xin_acc_payer_report'] = 'Report by Payer';
$lang['xin_acc_payee_report'] = 'Report by Payee';
$lang['xin_acc_reports_by_date'] = 'Rapport efter datum';
$lang['xin_acc_widgets'] = 'Widgets';
$lang['xin_acc_calendar'] = 'Kalender';
$lang['xin_acc_calculator'] = 'Kalkylator';
$lang['xin_acc_user_management'] = 'User Management';
$lang['xin_acc_membership_plan'] = 'Membership Plan';
$lang['xin_acc_total_credit'] = 'Total Credit';
$lang['xin_acc_total_debit'] = 'Total Debit';
$lang['xin_acc_error_payer_name'] = 'The payer name field is required.';
$lang['xin_acc_success_payer_added'] = 'Payer added.';
$lang['xin_acc_error_payee_name'] = 'Betalningsmottagarens namn krävs.';
$lang['xin_acc_success_payee_added'] = 'Betalningsmottagare lades till.';
$lang['xin_acc_success_payer_updated'] = 'Payer updated.';
$lang['xin_acc_success_payee_updated'] = 'Betalningsmottagare uppdaterad.';
$lang['xin_acc_error_account_field'] = 'The account field is required.';
$lang['xin_acc_error_deposit_date'] = 'The deposit date field is required.';
$lang['xin_acc_error_attachment'] = 'The attachment must be a file of type: png, jpg, jpeg, gif, pdf, txt, doc, docx, xls, xlsx';
$lang['xin_acc_success_deposit_added'] = 'Deposit added.';
$lang['xin_acc_error_amount_should_be_less_than_current'] = 'The amount should be less than the current account balance.';
$lang['xin_acc_error_expense_date'] = 'Registreringsdatum krävs.';
$lang['xin_acc_success_expense_added'] = 'Kostnad lades till.';
$lang['xin_acc_error_from_account'] = 'The from account field is required.';
$lang['xin_acc_error_to_account'] = 'The to account field is required.';
$lang['xin_acc_error_transer_to_same_account'] = 'You can not transfer between same account.';
$lang['xin_acc_error_transer_date'] = 'The transfer date field is required.';
$lang['xin_acc_success_transfer_added'] = 'Transfer added.';
$lang['xin_acc_error_account_name_field'] = 'The account name field is required.';
$lang['xin_acc_error_account_balance_field'] = 'The account balance field is required.';
$lang['xin_acc_success_bank_cash_added'] = 'Bank Cash added.';
$lang['xin_acc_success_deposit_updated'] = 'Deposit updated.';
$lang['xin_acc_success_expense_updated'] = 'Kostnaden uppdaterades.';
$lang['xin_acc_success_transfer_updated'] = 'Transfer updated.';
$lang['xin_acc_success_bank_cash_updated'] = 'Bank Cash updated.';
$lang['xin_acc_success_bank_cash_deleted'] = 'Bank Cash deleted.';
$lang['xin_acc_success_deposit_deleted'] = 'Deposit Deleted';
$lang['xin_acc_success_expense_deleted'] = 'Expense deleted.';
$lang['xin_acc_success_payer_deleted'] = 'Payer deleted.';
$lang['xin_acc_success_payee_deleted'] = 'Betalningsmottagare raderad.';
$lang['xin_acc_success_transfer_deleted'] = 'Transfer deleted.';
$lang['xin_acc_account_name'] = 'Konto namn';
$lang['xin_acc_initial_balance'] = 'Projektbudget';
$lang['xin_acc_branch_code'] = 'Typ ( Tex: beställare) ';
$lang['xin_acc_account_no'] = 'Konto nummer.';
$lang['xin_acc_balance'] = 'Balans';
$lang['xin_acc_edit_account'] = 'Edit Account';
$lang['xin_acc_edit_deposit'] = 'Edit Deposit';
$lang['xin_acc_choose_account_type'] = 'Välj konto typ';
$lang['xin_acc_category'] = 'Kategori';
$lang['xin_acc_choose_category'] = 'Välj en kategori';
$lang['xin_acc_payer'] = 'Betalare';
$lang['xin_acc_ref_no'] = 'Faktura nr på kostnaden#';
$lang['xin_acc_ref_example'] = 'Här skriver du in fakurans nummer från avsändare.';
$lang['xin_acc_attach_file'] = 'Bifogad fil';
$lang['xin_acc_payee'] = 'Betalningsmottagare';
$lang['xin_acc_from_account'] = 'Från Konto';
$lang['xin_acc_to_account'] = 'Till Konto';
$lang['xin_acc_edit_payer'] = 'Ändra belastningskonto';
$lang['xin_acc_payer_name'] = 'Belastningskonto';
$lang['xin_acc_payee_name'] = 'Betalningsmottagare';
$lang['xin_acc_edit_payee'] = 'Ändra belastningskonto';
$lang['xin_acc_total'] = 'Total';
$lang['xin_acc_credit'] = 'Kredit';
$lang['xin_acc_debit'] = 'Debet';
$lang['xin_acc_choose_a_payer'] = 'Choose a Payer';
$lang['xin_acc_choose_a_payee'] = 'Välj Betalningsmottagare';
$lang['xin_acc_payment'] = 'Betalning';
$lang['xin_acc_created_at'] = 'Skapades den';
$lang['xin_acc_all_accounts'] = 'Alla konton';
$lang['xin_acc_select_account'] = 'Välj konto';
$lang['xin_acc_select_type'] = 'Välj typ';
$lang['xin_acc_all'] = 'Alla';
$lang['xin_acc_select_expense_type'] = 'Välj kostnadstyp';
$lang['xin_acc_all_types'] = 'Alla typer';
$lang['xin_acc_select_income_type'] = 'Välj typ av inkomst';

/************************************************/
// ACCOUNTING ADDON TRANSLATION > END
/************************************************/
$lang['xin_enable_password_generate_payslip'] = 'Enable Password generate for payslip';
$lang['xin_success_payroll_config_updated'] = 'Payroll config updated.';
$lang['xin_payslip_password_format'] = 'Payslip password format';
$lang['xin_hr_info'] = 'HR Information';
$lang['xin_daily_attendance_report'] = 'Daglig närvaro rapport';
$lang['xin_attendance_report'] = 'Närvarorapport';
$lang['xin_project_users'] = 'Projekt Användare';
$lang['xin_project_task'] = 'Projekt Uppdrag';
$lang['xin_project_bug'] = 'Projekt Bugg';
$lang['xin_profile'] = 'Profil';
$lang['xin_users'] = 'Användarna';
$lang['xin_user'] = 'Användare';
$lang['xin_user_photo'] = 'Användarfoto';
$lang['xin_user_photo_field'] = 'Användar foto krävs.';
$lang['xin_success_user_added'] = 'Användare lades till.';
$lang['xin_edit_user'] = 'Ändra i användaren';
$lang['xin_success_user_updated'] = 'Användare uppdaterad.';
$lang['xin_user_profile'] = 'Användarprofil';
$lang['xin_view_user'] = 'Visa användare';
$lang['xin_admin_login'] = 'Logga in med ';
$lang['xin_lock_user'] = 'Lås användare';
$lang['xin_employee_login'] = 'Arbetar login';
$lang['xin_view'] = 'Visa';
$lang['xin_leave_app'] = 'Ledighetsansökan';
$lang['xin_read_all'] = 'Read all notifications';
$lang['xin_configure_hr'] = 'Byggprojekt swe';
$lang['xin_changelog'] = 'Ändra logg';
$lang['xin_modules'] = 'Moduler';
$lang['xin_setup_modules'] = 'Modulinställningar';
$lang['xin_languages'] = 'Språk';
$lang['xin_language'] = 'Språk';
$lang['xin_flag'] = 'Flag';
$lang['xin_error_flag_allow_files'] = 'Upload files only: gif,png,jpg,jpeg';
$lang['xin_error_lang_name'] = 'Language name field is required.';
$lang['xin_error_lang_code'] = 'Language code field is required.';
$lang['xin_error_lang_flag'] = 'Language flag field is required.';
$lang['xin_success_lang_added'] = 'Language added.';
$lang['xin_success_lang_updated'] = 'Language updated.';
$lang['xin_success_lang_deleted'] = 'Language deleted.';
$lang['xin_success_lang_activated'] = 'Language activated.';
$lang['xin_success_lang_deactivated'] = 'Language de-activated.';
$lang['xin_selected'] = 'Vald';
$lang['xin_hr'] = 'Kärn HR';
$lang['xin_experience'] = 'Erfarenhet';
$lang['xin_my_dashboard'] = 'Mitt skrivbord';
$lang['xin_jobs_list'] = 'Jobs List';
$lang['xin_newly_created_jobs'] = 'Newly Created Jobs';
$lang['xin_assets'] = 'Tillgångar';
$lang['xin_asset'] = 'Tillgångar';
$lang['xin_categories'] = 'Categories';
$lang['xin_error_cat_name_field'] = 'The name field is required.';
$lang['xin_success_assets_category_added'] = 'Assets Category added.';
$lang['xin_success_assets_category_deleted'] = 'Assets Category deleted.';
$lang['xin_success_assets_category_updated'] = 'Assets Category updated.';
$lang['xin_edit_assets_category'] = 'Edit Assets Category';
$lang['xin_asset_name'] = 'Asset Name';
$lang['xin_company_asset_code'] = 'Company Asset Code';
$lang['xin_is_working'] = 'Is Working?';
$lang['xin_invoice_number'] = 'Invoice Number';
$lang['xin_manufacturer'] = 'Manufacturer';
$lang['xin_serial_number'] = 'Serial Number';
$lang['xin_warranty_end_date'] = 'Warranty / AMC End Date';
$lang['xin_asset_image'] = 'Asset Image';
$lang['xin_asset_allowed_image_formats'] = 'Tillåtna format : jpg, png, jpeg, gif';
$lang['xin_asset_note'] = 'Asset Note';
$lang['xin_error_category_field'] = 'The category field is required.';
$lang['xin_error_asset_name_field'] = 'The asset name field is required.';
$lang['xin_error_company_asset_code'] = 'The company asset code field is required.';
$lang['xin_error_manufacturer_field'] = 'The manufacturer field is required.';
$lang['xin_error_asset_note_field'] = 'The asset note field is required.';
$lang['xin_error_asset_image_field'] = 'The asset image field is required.';
$lang['xin_error_asset_image_attachment'] = 'The attachment must be a file of type: jpg, png, jpeg, gif';
$lang['xin_success_asset_added'] = 'Resurs lades till.';
$lang['xin_success_asset_deleted'] = 'Resurs raderad.';
$lang['xin_success_asset_updated'] = 'Resurs Uppdaterad.';
$lang['xin_edit_asset'] = 'Lägg till Resurs';
$lang['xin_view_asset'] = 'Visa tillgångar';
$lang['xin_lang_settings'] = 'Språkinställningar';
$lang['xin_my_links'] = 'Mina Länkar';
$lang['xin_notify_top'] = 'Viktiga Anmärkningar';
$lang['xin_employee_department_txt'] = 'Arbetare';
$lang['xin_employee_designation_txt'] = 'Yrkes Grupp';
$lang['xin_employee_status_txt'] = 'Arbetar Status';
$lang['xin_emp_working'] = 'Närvarande';
$lang['xin_quick_links'] = 'Snabblänkar';
$lang['xin_add_your_staff'] = 'Lägg till arbetare';
$lang['xin_add_tasks'] = 'Lägg till uppdrag';
$lang['xin_add_projects'] = 'Lägg till projekt';
$lang['xin_add_assets'] = 'Lägg till resurs';
$lang['xin_task_due'] = 'Uppdragets slutdatum';
$lang['xin_task_todo'] = 'Uppdrag att göra';
$lang['xin_task_done'] = 'Uppdrag klart';
$lang['xin_my_assigned_projects'] = 'Mina tilldelade projekt.';
$lang['xin_more_projects'] = 'Mer projekt';
$lang['xin_multi_language'] = 'Multi språk';
$lang['xin_import_employees'] = 'Importera arbetare';
$lang['xin_employee_imp_allowed_size'] = 'Välj csv eller excel fil (Max storlek 2MB)';
$lang['xin_employee_import_csv_file'] = 'Importera CSV fil endast';
$lang['xin_employee_import_description_line1'] = 'The first line in downloaded csv file should remain as it is. Please do not change the order of columns in csv file.';
$lang['xin_employee_import_description_line2'] = 'The correct column order is (First Name, Last Name, Username, Email, Password, Employee ID, Date of Joining, Gender, Date of Birth, Contact Number, Address) and you must follow the csv file, otherwise you will get an error while importing the csv file.';
$lang['xin_employee_import_download_sample'] = 'Ladda ned exempelfil';
$lang['xin_employee_upload_file'] = 'Ladda upp filer';
$lang['xin_error_employees_import_size'] = 'Filstorleken är större än 2MB.';
$lang['xin_success_attendance_import'] = 'Arbetar Data Importerades utan problem.';
$lang['xin_error_not_employee_import'] = 'Inga arbetare importerade.';
$lang['xin_theme_settings'] = 'Tema Inställningar';
$lang['xin_page_layouts'] = 'Sidlayout';
$lang['xin_fixed_navbar_navigation'] = 'Fixerad layout';
$lang['xin_fixed_navbar_navigation_details'] = 'The fixed layout has a fixed top bar and navigation menu';
$lang['xin_fixed_footer'] = 'Fixed footer';
$lang['xin_fixed_footer_details'] = 'The fixed footer has a fixed navbar, navigation menu and footer only content section is scrollable to user.';
$lang['xin_boxed_layout'] = 'Boxed layout';
$lang['xin_boxed_layout_details'] = 'The boxed layout has a padding around the main wrapper as well as a background can be applied to it and all your content will be centered with the background flowing around it.';
$lang['xin_dark_layout'] = 'Dark layout';
$lang['xin_dark_layout_details'] = 'The dark layout has a dark color navbar, navigation menu and footer.';
$lang['xin_theme_nav_menu'] = 'Navigation Menu';
$lang['xin_theme_compact_menu'] = 'Komprimerad meny';
$lang['xin_theme_compact_menu_details'] = 'Default vertical menu is full width. You may want change that behavior and make the menu compact at page level or at template level. You can experience compact menu in left side menu.';
$lang['xin_theme_flipped_menu'] = 'RTL Support';
$lang['xin_theme_flipped_menu_details'] = 'Change navigation menu position to right with the help of flipped navigation menu options. RTL layout has default flipped navigation menu.';
$lang['xin_theme_right_side_icons'] = 'Höger sidans ikoner';
$lang['xin_theme_right_side_icons_details'] = 'Default position of top level menu items icon position is left, it can be changed to right side with the help of navigation right side icon options. Check navigation with right side icons in navigation menu.';
$lang['xin_theme_bordered_menu'] = 'Avskiljare';
$lang['xin_theme_bordered_menu_details'] = 'Bordered navigation separate first level of main navigation by adding border. You can check bordered navigation on left side navigation menu.';
$lang['xin_theme_page_headers'] = 'Sidhuvud';
$lang['xin_theme_breadcrumbs_light'] = 'Navigering ljus';
$lang['xin_theme_breadcrumbs_transparent'] = 'Navigering Transparant';
$lang['xin_theme_breadcrumbs_bottom'] = 'Navigerings knapp';
$lang['xin_theme_breadcrumbs_btns'] = 'Navigering med knappar';
$lang['xin_theme_set_breadcrumbs'] = 'Ställ in navigeringsval för sidan';
$lang['xin_theme_footer_layout'] = 'Footer Layout';
$lang['xin_theme_set_footer_layout'] = 'Ställ in footer layout';
$lang['xin_theme_footer_light'] = 'Ljus Footer';
$lang['xin_theme_footer_dark'] = 'Mörk Footer';
$lang['xin_theme_footer_transparent'] = 'Transparant Footer';
$lang['xin_theme_color_system'] = 'Färgval';
$lang['xin_theme_form_design'] = 'Form';
$lang['xin_theme_form_design_input'] = 'Form Input Design';
$lang['xin_theme_set_form_design'] = 'Set form input design - examples are given below';
$lang['xin_theme_default_input_design'] = 'Standard val';
$lang['xin_theme_modern_form_design'] = 'Modern design';
$lang['xin_theme_rounded_form_design'] = 'Rundad design';
$lang['xin_theme_default_square_form_design'] = 'Standard kantig';
$lang['xin_theme_medium_square_form_design'] = 'Medium Square Input';
$lang['xin_error_thm_page_header'] = 'The page header field is required.';
$lang['xin_error_thm_footer_layout'] = 'The footer layout field is required.';
$lang['xin_error_thm_statistics_cards'] = 'The statistics cards field is required.';
$lang['xin_error_thm_statistics_cards_background'] = 'The statistics cards background field is required.';
$lang['xin_error_thm_employee_cards'] = 'The employee cards field is required.';
$lang['xin_success_thm_page_layouts_updated'] = 'Page Layouts information updated.';
$lang['xin_success_thm_nav_menu_updated'] = 'Navigation Menu information updated.';
$lang['xin_error_thm_form_design'] = 'The form design field is required.';
$lang['xin_success_thm_form_design_updated'] = 'Form Design information updated.';
$lang['xin_success_thm_system_color_updated'] = 'Color System information updated.';
$lang['xin_error_thm_select_semi_dark_clr'] = 'The semi dark color.';
$lang['xin_error_thm_select_dark_clr'] = 'The dark color - solid or gradient or light color.';
$lang['xin_error_thm_select_menu_clr_opt'] = 'Färgval för menyn.';
$lang['xin_theme_signin_page_logo_title'] = 'Logo för login sidan';
$lang['xin_theme_job_page_logo_title'] = 'Rektryteringssidan logo';
$lang['xin_theme_payroll_logo_title'] = 'Lönesidans logo';
$lang['xin_theme_semi_dark'] = 'Halv mörk';
$lang['xin_theme_dark'] = 'Mörk';
$lang['xin_theme_default'] = 'Standard';
$lang['xin_theme_primary'] = 'Primär';
$lang['xin_theme_danger'] = 'Farligt';
$lang['xin_theme_success'] = 'Lyckad';
$lang['xin_theme_blue'] = 'Blå';
$lang['xin_theme_cyan'] = 'LIla';
$lang['xin_theme_pink'] = 'Rosa';
$lang['xin_theme_solid'] = 'Solid';
$lang['xin_theme_title'] = 'Tema';
$lang['xin_theme_dradient'] = 'Lutning';
$lang['xin_theme_menu_color_opt'] = 'Färgval för menyn';
$lang['xin_theme_light_menu'] = 'Ljus meny';
$lang['xin_theme_dark_menu'] = 'Mörk meny';
$lang['xin_theme_show_dashboard_cards'] = 'Statistics cards on dashboard';
$lang['xin_theme_set_statistics_cards'] = 'Set total no. of statistics cards for admin dashboard';
$lang['xin_theme_statistics_cards_background'] = 'Statistics Cards Background';
$lang['xin_theme_statistics_cards_background_icon_section'] = 'Icon Section and background color';
$lang['xin_theme_statistics_cards_background_basic_clr'] = 'Basic Background Color';
$lang['xin_theme_statistics_cards_background_gradient'] = 'Gradient Background Color';
$lang['xin_theme_set_bg_clr_statistics_cards'] = 'Set background color for statistics cards.';
$lang['xin_theme_employee_cards'] = 'Arbetarnas kort';
$lang['xin_theme_set_employee_cards'] = 'Set employee cards for employee directory page.';
$lang['xin_theme_simple_employee_cards'] = 'Arbetskort';
$lang['xin_theme_simple_employee_cards_border'] = 'Arbetskort med delning';
$lang['xin_theme_simple_employee_cards_box_shadow'] = 'Arbetskort med skugga ';
$lang['xin_theme_bordered_employee_cards_stats'] = 'Status Arbetarprofilkort ';
$lang['xin_theme_employee_cards_border_color'] = 'Arbetarkortets färg';
$lang['xin_theme_set_employee_card_border_clr'] = 'Ställ in färg på linjen för arbetarkortet.';
$lang['xin_theme_set_employee_card_border_clr_note'] = 'Note: This will work for Simple Employee Cards with Border option only.';
$lang['xin_theme_border_cards_pink'] = 'Pink Border';
$lang['xin_theme_border_cards_blue'] = 'Blue Border';
$lang['xin_theme_border_cards_yellow'] = 'Yellow Border';
$lang['xin_theme_border_cards_red'] = 'Red Border';
$lang['xin_theme_border_cards_black'] = 'Black Border';
$lang['xin_theme_border_cards_success'] = 'Green Border';
$lang['xin_org_chart_lnk'] = 'Organisations karta';
$lang['xin_org_chart_title'] = 'Organisations karta';
$lang['xin_org_chart_export'] = 'Exportera kartan';
$lang['xin_org_chart_export_details'] = 'Enable the export button for orgchart. Export Chart will be an image';
$lang['xin_success_thm_export_chart'] = 'The export chart field is required.';
$lang['xin_org_chart_info_updated'] = 'Organization Chart information updated.';
$lang['xin_org_chart_layout'] = 'Chart Layout';
$lang['xin_org_chart_set_layout'] = 'Set Organization Chart Layout';
$lang['xin_org_chart_r2l'] = 'Right to Left';
$lang['xin_org_chart_l2r'] = 'Left to Right';
$lang['xin_org_chart_t2b'] = 'Top to Bottom';
$lang['xin_org_chart_b2t'] = 'Bottom to Top';
$lang['xin_org_chart_zoom'] = 'Zoom Chart';
$lang['xin_org_chart_zoom_details'] = 'Users could zoomin/zoomout the orgchart by mouse wheel if they enable this option.';
$lang['xin_org_chart_pan'] = 'Pan Chart';
$lang['xin_org_chart_pan_details'] = 'Users could pan the orgchart by mouse drag&drop if they enable this option.';
$lang['xin_org_chart_export_file_title'] = 'Export file title';
$lang['xin_error_thm_export_file_title_field'] = 'The export file title field is required.';
$lang['xin_org_chart_export_file_title_details'] = 'Set export file title - you can also add your company name here.';
$lang['xin_login_username'] = 'Ditt användarnamn';
$lang['xin_login_email'] = 'Din mail';
$lang['xin_login_enter_password'] = 'Enter Password';
$lang['xin_login_employee'] = 'Arbetarlogin';
$lang['xin_login'] = 'Login';
$lang['xin_login_employee_with_username'] = 'Employee Login With Username';
$lang['xin_login_employee_with_email'] = 'Employee Login With Email';
$lang['xin_error_employee_login_id_field'] = 'The employee login field is required.';
$lang['xin_enable_auth_bg_imgs'] = 'Authentication Background';
$lang['xin_enable_auth_bg_imgs_details'] = 'If you enable this option then background image will show for Login page, Forgot password page and Lock User page.';
$lang['xin_setting_timezone'] = 'Tidszon';
$lang['xin_error_timezone_field'] = 'The Timezone field is required.';
$lang['xin_theme_setting_chart'] = 'Chart Settings';
$lang['xin_setting_sys_ip_address'] = 'System IP Address';
$lang['xin_error_sys_ip_address_field'] = 'The system ip address field is required.';
$lang['xin_setting_sys_ip_address_details'] = 'If you add your system ip address then employee will be able to clock in and out only from office. If you add wrong system ip then your workers will not able to clock in and out.';
$lang['xin_setting_ip_restriction'] = 'Ip Restriction';
$lang['xin_setting_ip_restriction_details'] = 'If enabled then employee will be able to clock in and out only from office.';
$lang['xin_attend_clkin_ip'] = 'Klocka-In IP';
$lang['xin_attend_clkout_ip'] = 'Klocka-Ut IP';
$lang['xin_view_map_address'] = 'Visa arbetarens plats';
$lang['xin_map_unable_get_location'] = 'Unable to get location';
$lang['xin_setting_google_maps_api_key'] = 'Google Maps API KEY';
$lang['xin_setting_google_maps_api_key_details'] = 'It helps you to get an employee clock-in and clock-out location.';
$lang['xin_error_gmap_field'] = 'The google maps api key field is required.';
$lang['xin_hr_calendar_title'] = 'Kalender';
$lang['xin_hr_calendar_options'] = 'Kalendar Options';
$lang['xin_hr_calendar_lv_request'] = 'Ledighetsansökan';
$lang['xin_hr_calendar_upc_birthday'] = 'Upcoming Birthday';
$lang['xin_hr_calendar_lv_request_by'] = 'By';
$lang['xin_hr_calendar_trvl_request'] = 'Travel Request';
$lang['xin_hr_calendar_tranings'] = 'Trainings';
$lang['xin_hr_calendar_attendance_tsheet'] = 'Närvaro kalender';
$lang['xin_hr_calendar_attendance_present'] = 'Present';
$lang['xin_hr_calendar_get_attendance'] = 'Ta fram närvarorapport';
$lang['xin_prjct_detail_overall_progress'] = 'Projektets genomsnittliga framsteg';
$lang['xin_prjct_detail_eagle_eye_view'] = "Eagle's Eye View Of Project Status";
$lang['xin_success_system_modules_updated'] = 'System Modules updated.';
$lang['xin_company_administrator'] = 'Administrator';
$lang['xin_setting_module_details'] = 'In order to make <strong>%s</strong> user interface much simpler to use for you and your employees you can select the purpose of using this application for your company. This will disable unwanted modules and provide you a better user experience.';
$lang['xin_setting_module_awards_details'] = 'You can give your employees different awards in different times as you organization see fit. Giving an employee award is very easy.';
$lang['xin_setting_module_inquiry_details'] = 'Creating a new ticket in the system is also very easy. You can at a go - add all related information of a ticket.';
$lang['xin_setting_module_training_details'] = 'Training is a common aspect of all organization. Therefore to track and update training and related operations - %s facilitates with Training Modules. You can create training and assign your employees for training.';
$lang['xin_setting_module_orgchart_details'] = 'An organizational chart is a diagram that shows the structure of an organization and the relationships and relative ranks of its parts and positions/jobs.';
$lang['xin_setting_module_mlanguage_details'] = 'To add a language go to languages/ from top menu. When you add any language then go to application/language/ folder and open your desired language folder and then change the text into other desired language.';
$lang['xin_setting_module_fmanager_details'] = "A good solution for managing files and folders for developers who can't access their site over SSH or FTP. Access your files anywhere through self-hosted secure storage, file backup and sharing for your photos, videos, files and more. Upload and download large files for easy sharing.";
$lang['xin_setting_module_performance_details'] = 'You can set new performance for designations and employees in the company.';
$lang['xin_setting_module_travels_details'] = 'You can easily add new Travel in the system. The form is elaborate with all possible information you might need to add for a new Travel.';
$lang['xin_setting_module_recruitment_details'] = 'Recruitment is the most vital part of %s. Job opening Information, job functions, requirements and skills information and staffing status.';
$lang['xin_acc_accounting_details'] = 'Accounting is the process of systematically recording, measuring, and communicating information about financial transactions.';
$lang['xin_current_version_title'] = 'Current Version is ';
$lang['xin_hr_events_meetings'] = 'Möten';
$lang['xin_hr_events'] = 'Händelser';
$lang['xin_hr_event'] = 'Händelse';
$lang['xin_hr_event_title'] = 'Titel på händelse';
$lang['xin_hr_events_calendar'] = 'Kalender';
$lang['xin_hr_event_date'] = 'Händelsedatum';
$lang['xin_hr_event_time'] = 'Händelsetid';
$lang['xin_hr_event_note'] = 'Händelsemeddelande';
$lang['xin_hr_edit_event'] = 'Ändra i händelse';
$lang['xin_hr_view_event'] = 'Visa händelser';
$lang['xin_error_event_title_field'] = 'Titel för händelsen krävs.';
$lang['xin_error_event_date_field'] = 'The event date field is required.';
$lang['xin_error_event_time_field'] = 'The event time field is required.';
$lang['xin_error_event_date_current_date'] = 'The event date field should be greater than current date.';
$lang['xin_hr_success_event_added'] = 'Händelse lades till.';
$lang['xin_hr_success_event_deleted'] = 'Händelse raderades.';
$lang['xin_hr_success_event_updated'] = 'Händelse uppdat.';
$lang['xin_hr_get_event'] = 'Hämta';
$lang['xin_hr_event_month_year'] = 'Välj Månad & år.';
$lang['xin_hr_meetings'] = 'Möten';
$lang['xin_hr_meeting'] = 'Möte';
$lang['xin_hr_meeting_title'] = 'Titel';
$lang['xin_hr_meeting_date'] = 'Datum';
$lang['xin_hr_meeting_time'] = 'Tid';
$lang['xin_hr_meeting_note'] = 'Anmärkning';
$lang['xin_hr_edit_meeting'] = 'Ändra möte';
$lang['xin_hr_view_meeting'] = 'Visa möten';
$lang['xin_error_meeting_title_field'] = 'Titel på mötet krävs.';
$lang['xin_error_meeting_date_field'] = 'Datum för mötet krävs.';
$lang['xin_error_meeting_time_field'] = 'Tid för mötet krävs.';
$lang['xin_error_meeting_date_current_date'] = 'Datumet skall vara dagen efter dagens datum.';
$lang['xin_hr_success_meeting_added'] = 'Möte lades till.';
$lang['xin_hr_success_meeting_deleted'] = 'Möte raderades.';
$lang['xin_hr_success_meeting_updated'] = 'Mötet uppdat.';
$lang['xin_hr_leave_calendar'] = 'Ledighets kalender';
$lang['xin_hr_projects_calendar'] = 'Projektkalender';
$lang['xin_hr_recover_password'] = 'Återställ lösenord';
$lang['xin_hr_unlock'] = 'Lås upp';
$lang['xin_hr_events_meetings_details'] = 'Event & meetings system is a simple and advanced script. It is suitable for any one who wants to create event based functionality to their system. You can easily manage your events and meetings so they can be added, updated and deleted in an easy way. All events and meetings will be showing in a calendar with time.';
$lang['xin_hr_goal_tracking'] = 'Sök mål';
$lang['xin_hr_goal_tracking_type'] = 'Typ av mål';
$lang['xin_hr_goal_title'] = 'Mål';
$lang['xin_hr_goals_title'] = 'Målen';
$lang['xin_hr_goal_tracking_calendar'] = 'Goal Tracking Calendar';
$lang['xin_hr_goal_tracking_type_se'] = 'Typ av mål';
$lang['xin_hr_goal_tracking_types_se'] = 'Typ av mål';
$lang['xin_hr_goal_tracking_calendar_se'] = 'Mål Calendar';
$lang['xin_error_tracking_type_field'] = 'Typ av mål krävs.';
$lang['xin_success_tracking_type_added'] = 'Typ av mål lades till.';
$lang['xin_success_tracking_type_updated'] = 'Typ av mål uppdaterades.';
$lang['xin_success_tracking_type_deleted'] = 'Typ av mål raderades.';
$lang['xin_hr_edit_goal_tracking_type'] = 'Ändra Typ av mål';
$lang['xin_hr_target_achiement'] = 'Prestationsmål';
$lang['xin_error_subject_field'] = 'Ämnes rubrik krävs.';
$lang['xin_error_target_achiement_field'] = 'The target achiement field is required.';
$lang['xin_success_goal_added'] = 'Mål lades till.';
$lang['xin_success_tracking_type_updated'] = 'Mål uppdaterades.';
$lang['xin_success_tracking_type_deleted'] = 'Mål raderades.';
$lang['xin_hr_edit_goal_title'] = 'Ändra målen';
$lang['xin_hr_view_goal_title'] = 'Visa Målen';
$lang['xin_hr_completed_goals'] = 'Uppnådda mål';
$lang['xin_hr_inprogress_goals'] = 'Pågående mål';
$lang['xin_hr_not_started_goals'] = 'Ej startade mål';
$lang['xin_hr_goal_module_details'] = '
Du kan ställa in påminnelser så att du aldrig glömmer att upprätthålla de dagliga vanorna som leder till större måloppnåelse. Välj helt enkelt ett mål, ställ in ett mål genom att mata in ett målvärde eller ett visst datum och ange sedan vilken åtgärd du behöver göra för att göra det till en vanat.';
$lang['xin_hr_report_title'] = 'Sammanställnignar';
$lang['xin_hr_reports_payslip'] = 'Payslip-rapport';
$lang['xin_hr_report_filters'] = 'Filtrera rapporter';
$lang['xin_hr_report_error_month_field'] = 'Rapporterings fältet månad & år krävs.';
$lang['xin_hr_request_submitted'] = 'Begäran inskickad.';
$lang['xin_hr_reports_attendance_employee'] = 'Närvaro rapport';
$lang['xin_hr_reports_training'] = 'Utbildningsrapport';
$lang['xin_hr_reports_projects'] = 'Projektrapport ';
$lang['xin_hr_reports_tasks'] = 'Uppdrags rapport';
$lang['xin_hr_reports_projects_all'] = 'Alla Projekt';
$lang['xin_hr_reports_tasks_all'] = 'Alla Uppdrag';
$lang['xin_hr_set_goal'] = 'Sätt mål';
$lang['xin_hr_add_options'] = 'Lägg till val';
///////////////////////////////////////////////// hrsale v1.0.2 end

///////////////////////////////////////////////// hrsale v1.0.3 start
$lang['xin_hr_report_user_roles'] = 'Användarroll';
$lang['xin_hr_reports_roles_all'] = 'Alla roller';
$lang['xin_hr_report_user_roles_report'] = 'Användar rapport';
///////////////////////////////////////////////// hrsale v1.0.3 end

///////////////////////////////////////////////// hrsale v1.0.4 start
$lang['xin_hr_report_employees'] = 'Arbetarrapport';
$lang['xin_hr_m_project_task'] = 'Projekt & Uppdrag';
$lang['xin_setting_module_project_details'] = 'Projects Management is an important feature every company needs to accomplish various projects. Projects has been provided in %s to facilitate admins and employees to create, track, and discuss in between various projects.';
$lang['xin_setting_module_task_details'] = 'Task Management is an important feature every company needs to accomplish various task. Task has been provided in %s to facilitate admins and employees to create, track, and discuss in between various tasks.';
$lang['xin_setting_module_assets_details'] = 'Keep a track of your organization’s assets and assign them to employees. Store and maintain comprehensive asset information and employees can raise requests to replace or repair assets which have stopped working.';
$lang['xin_hr_chat_box'] = 'Chatt Box';
$lang['xin_hr_string_error'] = 'Endast bokstäver är tillåtna!!!';
$lang['xin_hr_special_charactors_not_allowed'] = 'Specialtecken är ej tillåtna.';
$lang['xin_hr_date_format_error'] = 'Datumformat fel. Exempel 20190313';
$lang['xin_employee_error_date_of_birth'] = "Födelsedatum krävs.";
$lang['xin_hr_numeric_error'] = 'Endast siffror är tillåtna!!!';
$lang['xin_hr_alpha_numeric_error'] = 'Endast bokstäver och siffror tillåtna, ex DN123 or 123 or DN';
$lang['xin_hr_fb_field_error'] = 'Invalid Facebook URL, Add http in start.';
$lang['xin_hr_twitter_field_error'] = 'Invalid Twitter URL, Add http in start.';
$lang['xin_hr_blogger_field_error'] = 'Invalid Blogger URL, Add http in start.';
$lang['xin_hr_linkedin_field_error'] = 'Invalid Linkedin URL, Add http in start.';
$lang['xin_hr_gplus_field_error'] = 'Invalid Google Plus URL, Add http in start.';
$lang['xin_hr_instagram_field_error'] = 'Invalid Instagram URL, Add http in start.';
$lang['xin_hr_pinterest_field_error'] = 'Invalid Pinterest URL, Add http in start.';
$lang['xin_hr_youtube_field_error'] = 'Invalid Youtube URL, Add http in start.';
$lang['xin_database_backup_generated'] = 'Databas Backup skapades.';
$lang['xin_company_types'] = 'Företagstyper';
$lang['xin_edit_company_type'] = 'Ändra företagstyp';
$lang['xin_company_type_added'] = 'Företagstyp lades till.';
$lang['xin_company_type_updated'] = 'Företagstyp uppdaterades.';
$lang['xin_company_type_deleted'] = 'Företagstyp raderades.';
///////////////////////////////////////////////// hrsale v1.0.4 end

///////////////////////////////////////////////// hrsale v1.0.5 start
$lang['xin_hr_chat_box_details'] = '%s Chatt funktionen är ett bra verktyg för att hålla kommunikation mellan ledning, kunder och arbetare.';
$lang['xin_project_clients'] = 'Kunder';
$lang['xin_project_client'] = 'Kund';
$lang['xin_project_edit_client'] = 'Ändra i kund';
$lang['xin_project_view_client'] = 'Visa kund';
$lang['xin_project_client_added'] = 'Kund lades till.';
$lang['xin_project_client_updated'] = 'Kund uppdaterad.';
$lang['xin_project_client_deleted'] = 'Kund raderad.';
///////////////////////////////////////////////// hrsale v1.0.5 end

///////////////////////////////////////////////// hrsale v1.0.6 start
$lang['xin_leave_limit_msg'] = 'Du kan inte ansöka om ledighet.';
$lang['xin_manage_leaves'] = 'Hantera ledigheter';
$lang['xin_manage_holidays'] = 'Hantera helgdagar';
$lang['xin_project_client_photo'] = 'Profilbild eller Företags logo';
$lang['xin_project_client_photo_error'] = 'Profilbild krävs.';
$lang['xin_project_manager_title'] = 'Projekledare';
$lang['xin_invoices_title'] = 'Fakturor';
$lang['xin_invoice_create'] = 'Skapa faktura';
$lang['xin_invoice_no'] = 'Faktura #';
$lang['xin_invoice_currency'] = 'Valuta';
$lang['xin_invoice_date'] = 'Fakturadatum';
$lang['xin_invoice_due_date'] = 'Förfallodatum';
$lang['xin_invoice_note'] = 'Faktura kommentar';
$lang['xin_invoice_tax_type'] = 'Momssats';
$lang['xin_invoice_number'] = 'Faktura nummer';
$lang['xin_mark_attendance'] = 'Markera närvaro';
$lang['xin_reset_password_hr'] = 'Återställ ditt lösenord';
$lang['xin_logged_in_as'] = 'INLOGGAD SOM';
$lang['xin_unlock_user_account'] = 'Du har låst ditt konto. Slå in ditt lösenord igen för att låsa upp.';
$lang['xin_user_not_you'] = 'Inte du?';
$lang['xin_user_logged_different'] = 'Logga in som en annan användare';
$lang['xin_manage_your_leave'] = 'Hantera din ledighet';
$lang['xin_manage_your_travels'] = 'Hantera dina reasor';
$lang['xin_manage_your_payslips'] = 'Hantera lönebesked';
$lang['xin_invoices_all'] = 'Alla fakturor';
$lang['xin_client_password_update'] = 'Lösenordet uppdaterades';
$lang['xin_client_profile_update'] = 'Profil uppdaterad';
///////////////////////////////////////////////// hrsale v1.0.6 end 

///////////////////////////////////////////////// hrsale v1.0.7 start

$lang['xin_invoice_tax_types'] = 'Moms sats';
$lang['xin_check_client_email_error'] = 'Kundens mail finns redan.';
$lang['xin_favicon_update_error'] = 'Ikon uppdaterad.';
$lang['xin_employee_update_salary'] = 'Uppdatera ersättning';
$lang['xin_employee_daily_wages'] = 'Daglig ersättning';
$lang['xin_employee_type_wages'] = 'Ersättningstyp';
$lang['xin_employee_salary_error_basic'] = 'Ersättningsbelopp.';
$lang['xin_employee_salary_error_daily'] = 'Daily wages field is required.';
$lang['xin_employee_updated_salary_success'] = 'Uppdatera Arbetarens ersättning.';
$lang['xin_employee_set_salary'] = 'Sätt ersättning';
$lang['xin_employee_set_allowances'] = 'Ersättning';
$lang['xin_employee_set_statutory_deductions'] = 'Avtalsenlig ersättning';
$lang['xin_employee_set_loan_deductions'] = 'Förskott/Lån';
$lang['xin_employee_set_other_payment'] = 'Övriga förmåner';
$lang['xin_employee_set_ssempee'] = 'Sociala avgifter anställd';
$lang['xin_employee_set_ssempeer'] = 'Sociala avgifter anställd';
$lang['xin_employee_set_inc_tax'] = 'Inkomstskatt';
$lang['xin_employee_set_oth_commission'] = 'Ackordtillägg';
$lang['xin_employee_set_oth_claims'] = 'Krav';
$lang['xin_employee_set_oth_paid_leave'] = 'Semesterersättning';
$lang['xin_employee_set_oth_director_fees'] = 'Eventuell avgift';
$lang['xin_employee_set_oth_bonus'] = 'Bonus';
$lang['xin_employee_set_oth_ad_paid'] = 'Betala ut';
$lang['xin_employee_set_allowance_title_error'] = 'Allowance title field is required.';
$lang['xin_employee_set_allowance_amount_error'] = 'Allowance amount field is required.';
$lang['xin_employee_set_allowance_success'] = 'Ersättning lades till.';
$lang['xin_employee_delete_allowance_success'] = 'Allowance data deleted.';
$lang['xin_employee_delete_loan_success'] = 'Förskott raderades.';
$lang['xin_employee_edit_allowance'] = 'Ändra ersättning';
$lang['xin_employee_updated_allowance_success'] = 'Allowance data updated.';
$lang['xin_employee_monthly_installment_title'] = 'Förskottssumma';
$lang['xin_employee_set_loan_title_error'] = 'Förskotts titel krävs.';
$lang['xin_employee_set_mins_title_error'] = 'Förskottsbelopp krävs.';
$lang['xin_employee_add_loan_success'] = 'Förskott lades till.';
$lang['xin_employee_update_loan_success'] = 'Förskott uppdat.';
$lang['xin_employee_updated_statutory_deductions'] = 'Lagstadgade avdrag uppdat.';
$lang['xin_employee_updated_other_pay'] = 'Other payment options updated.';
$lang['xin_employee_overtime_title'] = 'Övertidstitel';
$lang['xin_employee_overtime_no_of_days'] = 'Antal dagar';
$lang['xin_employee_overtime_hour'] = 'Timmar';
$lang['xin_employee_overtime_rate'] = 'Skala';
$lang['xin_employee_delete_overtime_success'] = 'Övertid raderades.';
$lang['xin_employee_set_overtime_title_error'] = 'Övertids titel krävs.';
$lang['xin_employee_set_overtime_no_of_days_error'] = 'Antal dagar måste fyllas i.';
$lang['xin_employee_set_overtime_hours_error'] = 'Timmar behövs fyllas i.';
$lang['xin_employee_set_overtime_rate_error'] = 'Overtime rate field is required.';
$lang['xin_employee_added_overtime_success'] = 'Övertids data lades till.';
$lang['xin_employee_updated_overtime_success'] = 'Övertids data updat.';
$lang['xin_employee_edit_loan_title'] = 'Ändra förskott';
$lang['xin_employee_loan_time'] = 'Loan Time';
$lang['xin_employee_loan_time_single_month'] = 'månad';
$lang['xin_employee_loan_time_more_months'] = 'månader';
$lang['xin_payroll_paid'] = 'Betald';
$lang['xin_payroll_total_loan'] = 'Totalt förskott';
$lang['xin_payroll_total_overtime'] = 'Total övertid';
$lang['xin_payroll_view_payslip'] = 'Visa lönebesked';
$lang['xin_payroll_currency_converter'] = 'Valutaomvandlare';
$lang['xin_payroll_from_usd_currency'] = 'Från Kr till';
$lang['xin_payroll_to_currency_title'] = 'To Currency Title';
$lang['xin_payroll_to_currency_rate'] = 'To Currency Rate';
$lang['xin_employee_delete_currency_con_success'] = 'Currency Converter data deleted.';
$lang['xin_payroll_to_currency_title_error'] = 'To currency title field is required.';
$lang['xin_payroll_to_currency_rate_error'] = 'To currency rate field is required.';
$lang['xin_employee_added_currency_con_success'] = 'Currency Converter data added.';
$lang['xin_employee_updated_currency_con_success'] = 'Currency Converter data updated.';
$lang['xin_payroll_edit_currency_converter'] = 'Edit Currency Converter';
$lang['xin_payroll_pdf_co_name'] = 'Co. Namn';
$lang['xin_payroll_pdf_emp_code'] = 'Emp kod';
$lang['xin_payroll_pdf_co_address'] = 'Co. Adress';
$lang['xin_payroll_pdf_pay_date'] = 'Betaldatum';
$lang['xin_payroll_pdf_dt_engage'] = 'Date Joined';
$lang['xin_payroll_pdf_emp_name'] = 'Emp Name';
$lang['xin_payroll_pdf_emp_address'] = 'Emp Adress';
$lang['xin_payroll_pdf_emp_salary_month'] = 'Lönemånad';
$lang['xin_payroll_pdf_pay_percent'] = 'Payment Percent';
$lang['xin_payroll_pdf_acc_number'] = 'Kontonummer';
$lang['xin_role_add'] = 'Lägg till';
$lang['xin_role_edit'] = 'Ändra';
$lang['xin_role_delete'] = 'Radera';
$lang['xin_role_import'] = 'Importera';
$lang['xin_role_view'] = 'Visa företag';
$lang['xin_role_view_own'] = 'View Own';
$lang['xin_role_dwn_resume'] = 'Download Resume';
$lang['xin_role_create'] = 'Skapa';
$lang['xin_role_list'] = 'Lista';
$lang['xin_role_change_default'] = 'Ändra standard';
$lang['xin_emp_member_since'] = 'Medlem sedan';
$lang['xin_role_layout_settings'] = 'Layout Inställningar';
$lang['xin_payroll_bulk_payment'] = 'Bulk betalning';
$lang['xin_payroll_download_payslip'] = 'Ladda ned lönebesked';
$lang['xin_role_enable'] = 'Aktivera modul';
$lang['xin_left_main'] = 'MAIN NAVIGATION';
///////////////////////////////////////////////// hrsale v1.0.7 end

///////////////////////////////////////////////// hrsale v1.0.8 start
$lang['xin_hr_official_documents'] = 'Dokumentportfolio';
$lang['xin_hr_official_license_name'] = 'Licens Namn';
$lang['xin_hr_official_license_scan'] = 'Dokumentportfolio';
$lang['xin_hr_official_license_number'] = 'Licensnummer';
$lang['xin_hr_official_license_alarm'] = 'Alarm';
$lang['xin_hr_license_number'] = 'Nummer';
$lang['xin_hr_license_no_alarm'] = 'Inget Alarm';
$lang['xin_hr_license_alarm_1'] = '1 Månad';
$lang['xin_hr_license_alarm_3'] = '3 Månader';
$lang['xin_hr_license_alarm_6'] = '6 Månader';
$lang['xin_co_error_license_name'] = 'Licensnamn.';
$lang['xin_co_error_license_exp_date'] = 'Utgångsdatum behövs.';
$lang['xin_co_error_license_number'] = 'Licensnummer krävs.';
$lang['xin_co_error_license_off_doc'] = 'Dokumentfil krävs.';
$lang['xin_hr_official_document_added'] = 'Dokumentfil lades till.';
$lang['xin_hr_official_document_updated'] = 'Dokumentfil uppdat.';
$lang['xin_hr_official_document_deleted'] = 'Dokumentfil raderades.';
$lang['xin_hr_official_document_view'] = 'Visa dokumentfiler';
$lang['xin_hr_leave_cat'] = 'Ledighetskatergorier';
$lang['xin_hr_sub_departments'] = 'Underetreprenör';
$lang['xin_hr_sub_department'] = 'Underentreprenör';
$lang['xin_hr_sub_department_added'] = 'Underentreprenör lades till.';
$lang['xin_hr_sub_department_deleted'] = 'Under entreprenör raderades.';
$lang['xin_hr_sub_department_updated'] = 'Under entreprenör uppdat.';
$lang['xin_hr_main_department'] = 'Yrkesgrupp';
$lang['xin_hr_sub_department_field_error'] = 'Fältet Underentreprenör krävs.';
$lang['xin_hr_finance'] = 'Finans';
$lang['xin_hr_new_expense'] = 'Nya kostnader';
$lang['xin_hr_new_deposit'] = 'Nya uttag';
$lang['header_apply_jobs_frontend'] = 'Jobb';
$lang['xin_hr_attendance_status_today'] = 'Närvarostatus idag';
$lang['xin_hr_license_number'] = 'Nummer';
$lang['xin_hr_view_document'] = 'Visa dokument';
$lang['xin_hr_jb_positions'] = 'Position';
$lang['xin_hr_total_tickets'] = 'Totala tickets';
$lang['xin_hr_total_open_tickets'] = 'Öppna Ticket';
$lang['xin_hr_total_closed_tickets'] = 'Stäng Tickets';
$lang['xin_hr_view_more'] = 'Visa mer';
$lang['xin_hr_view_applications'] = 'Visa funktion';
$lang['xin_hr_upload_documents'] = 'Ladda upp dokument';
$lang['xin_hr_office_holidays'] = 'Kontor';
$lang['xin_hr_commissions'] = 'Ackord';
$lang['xin_employee_set_commission_success'] = 'Ackord lades till.';
$lang['xin_employee_delete_commission_success'] = 'Ackord data raderad.';
$lang['xin_employee_update_commission_success'] = 'Ackord data uppdat.';
$lang['xin_employee_set_statutory_deduction_success'] = 'Lagstadgat avdrag läggs till.';
$lang['xin_employee_delete_statutory_deduction_success'] = 'Lagstadgat avdrag raderades.';
$lang['xin_employee_update_statutory_deduction_success'] = 'Lagstadgat avdrag updaterades.';
$lang['xin_employee_set_otherpayments_success'] = 'Övrig betalning lades till.';
$lang['xin_employee_delete_otherpayments_success'] = 'Other payment data deleted.';
$lang['xin_employee_update_otherpayments_success'] = 'Other payment updated.';
$lang['xin_acc_inv_preview'] = 'Förhandsgranska';
$lang['xin_print'] = 'Printa';
$lang['xin_acc_pay_now'] = 'Betala nu';
$lang['xin_acc_invoice_payments'] = 'Betalda fakturor';
$lang['xin_acc_inv_payments'] = 'Betalnings historik';
$lang['xin_invoice_title'] = 'Faktura';
$lang['xin_invoice_paid_client'] = 'Betalda fakturor';
$lang['xin_invoice_unpaid_client'] = 'Obetalda fakturor';
$lang['xin_invoice_due_amount'] = 'Förfallet belopp';
$lang['xin_acc_payment_gateway'] = 'Betalningsport';
$lang['xin_acc_payment_gateway_info'] = 'Payment gateway Information';
$lang['xin_acc_paypal_info'] = 'Paypal Information';
$lang['xin_acc_stripe_info'] = 'Stripe Information';
$lang['xin_acc_paypal_email'] = 'Paypal Mail';
$lang['xin_acc_paypal_sandbox_active'] = 'Paypal Sandbox';
$lang['xin_acc_paypal_ipn_url'] = 'Paypal IPN URL';
$lang['xin_acc_stripe_secret_key'] = 'Stripe Secret Key';
$lang['xin_acc_stripe_publlished_key'] = 'Stripe Publishable Key';
$lang['xin_acc_online_payment_receive_account'] = 'Online Payment Receive Account';
$lang['xin_acc_payment_gateway_info_updated'] = 'Payment gateway Information updated.';
$lang['xin_hr_booking'] = 'Bokning';
$lang['xin_hr_booking_details'] = 'Booking module is very useful in hr system, with the help of this module you can add appointments, ads in the system. And can view all bookings in a calendar.';
$lang['xin_hr_booking_date'] = 'Bokade datum';
$lang['xin_hr_booking_time'] = 'Bokade tider';
$lang['xin_hr_booking_error_date'] = "The booking date field is required.";
$lang['xin_error_booking_time_field'] = 'The booking time field is required.';
$lang['xin_error_booking_date_current_date'] = 'The booking date field should be greater than current date.';
$lang['xin_hr_booking_added_success'] = 'Bokningen lades till.';
$lang['xin_hr_booking_updated_success'] = 'Bokningen uppdaterades.';
$lang['xin_hr_booking_deleted_success'] = 'Bokningen raderades.';
$lang['xin_hr_booking_edit'] = 'Ändra i bokning';
$lang['xin_hr_booking_view'] = 'Visa bokningar';
$lang['xin_header_menu_animation_style'] = 'Header Menu Animation Style';
$lang['xin_header_menu_animation_style_view_changes'] = 'Select any option to view changes.';
$lang['xin_header_menu_animation_style_error_field'] = 'Animation style field is required.';
$lang['xin_hrsale_themes_options'] = 'Mallar';
$lang['xin_hrsale_themes_options_details'] = 'Välj val av mall';
$lang['xin_hrsale_themes_options_error_field'] = 'Mall val krävs.';
$lang['xin_hrsale_themes_option_1'] = 'Mall nummer 1';
$lang['xin_hrsale_themes_option_2'] = 'Mall nummer 2';
$lang['xin_hrsale_dashboard_option_1'] = 'Skrivbord 1';
$lang['xin_hrsale_dashboard_option_2'] = 'Skrivbord 2';
$lang['xin_hrsale_dashboard_option_3'] = 'Skrivbord 3';
$lang['xin_hrsale_dashboard_option_4'] = 'Skrivbord 4';
$lang['xin_hrsale_dashboard_options'] = 'Admin Skrivbord';
$lang['xin_hrsale_dashboard_options_error_field'] = 'The Dashboard field is required.';
$lang['xin_hrsale_dashboard_options_details'] = 'Ställ in valda Skrivbords typen';
$lang['xin_hrsale_manage'] = 'Hanterad';
$lang['xin_hrsale_project_status'] = 'Projektstatus';
$lang['xin_hrsale_task_status'] = 'Status på uppdraget';
$lang['xin_hrsale_absent_today'] = 'Arbetaren är ffrånvarande idag';
$lang['xin_hrsale_present_today'] = 'Arbetaren är närvarande idag';
$lang['xin_hrsale_absent_status'] = 'Närvaro status';
$lang['xin_hrsale_present_status'] = 'Nuvarande status';
$lang['xin_hrsale_travel_expenses'] = 'Reseutlägg';
$lang['xin_hrsale_paid_salaries_account_balances'] = 'Total paid salaries, account balance, travel expense and other expenses.';
$lang['xin_hrsale_show_calendar_on_dashboard'] = 'Vill du visa kalendern på skrivbordet?';
$lang['xin_sign_in_page_title'] = 'Logga in';
$lang['xin_sign_in_page_options'] = 'Login Page Options';
$lang['xin_sign_in_page_option_details'] = 'Select login page version';
$lang['xin_hrsale_login_page_options_error_field'] = 'The login page option field is required.';
$lang['xin_hrsale_login_v1'] = 'Login sid  version 1';
$lang['xin_hrsale_login_v2'] = 'Login page version 2';
$lang['xin_hrsale_login_v3'] = 'Login page version 3';
$lang['xin_hrsale_login_v4'] = 'Login page version 4';
$lang['xin_hrsale_login_v5'] = 'Login page version 5';
$lang['xin_hrsale_login_to_your_account'] = 'Logga in på ditt konto';
$lang['xin_hrsale_hr_system_login_panel'] = 'Login för HR Systemet ';
$lang['xin_hrsale_welcome'] = 'Välkommen till';
$lang['xin_hrsale_custom_fields'] = 'Anpassade fält';
$lang['xin_hrsale_custom_field'] = 'Anpassade fält';
$lang['xin_hrsale_field_label'] = 'Typ';
$lang['xin_hrsale_field_types'] = 'Typ';
$lang['xin_hrsale_field_validation'] = 'Validering';
$lang['xin_hrsale_field_label_error'] = 'The field label field is required.';
$lang['xin_hrsale_field_priority_error'] = 'The priority label field is required.';
$lang['xin_hrsale_field_added_success'] = 'Custom field added.';
$lang['xin_hrsale_field_updated_success'] = 'Custom field updated.';
$lang['xin_hrsale_field_deleted_success'] = 'Custom field deleted.';
$lang['xin_hrsale_custom_field_edit'] = 'Edit Custom Field';
$lang['xin_hrsale_custom_field_view'] = 'View Custom Field';
$lang['xin_hrsale_custom_field_the'] = 'The';
$lang['xin_hrsale_custom_field_is_required'] = 'field is required.';
$lang['xin_field_label'] = 'Märkning';
$lang['xin_hrsale_total_days'] = 'Totalt antal dagar';
$lang['xin_hrsale_leave_quota_completed'] = 'Your leave quota is completed for ';
$lang['left_performance_kpi'] = 'KPI';
$lang['xin_performance_kpi_maingoals'] = 'Lägg till huvudmål';
$lang['xin_performance_kpi_variablekpi'] = 'Lägg till Nyckeltal KPI';
$lang['xin_performance_kpi_incidental'] = 'Lägg till tillfällig';
$lang['xin_enter_kpi_maingoals'] = 'Enter main goals KPI';
$lang['xin_enter_kpi_variable'] = 'Enter variable KPI';
$lang['xin_enter_kpi_incidental'] = 'Slå in tillfälliga nuckeltal KPI';
$lang['xin_file_manager_category'] = 'Kategori';
$lang['xin_error_kpi_maingoals_field'] = 'Please enter main goals KPI';
$lang['xin_success_kpi_maingoals_added'] = 'Main goals has been added successfully.';
$lang['xin_error_kpi_variable_field'] = 'Please enter variable KPI';
$lang['xin_error_kpi_incidental_field'] = 'Lägg till tillfällig KPI';
$lang['xin_success_kpi_variable_added'] = 'Variable KPI has been added successfully.';
$lang['xin_success_kpi_incidental_added'] = 'Incidental KPI has been added successfully.';
$lang['xin_success_kpi_incidental_updated'] = 'Incidental has been updated successfully.';
$lang['xin_success_kpi_maingoals_updated'] = 'Main goals has been updated successfully.';
$lang['xin_success_kpi_variable_updated'] = 'Variable KPI has been updated successfully.';
$lang['xin_error_kpi_targeted_date_field'] = 'Måldatum skall läggas till.';
$lang['kpi_main'] = 'KPI';
$lang['kpi_q1'] = 'K1';
$lang['kpi_q2'] = 'K2';
$lang['kpi_q3'] = 'K3';
$lang['kpi_q4'] = 'K4';
$lang['kpi_status'] = 'Status';
$lang['kpi_feedback'] = 'Respons';
$lang['kpi_variable'] = 'Variable KPI';
$lang['kpi_incidental'] = 'Tillfällig KPI';
$lang['kpi_result'] = 'Resultat';
$lang['kpi_created_date'] = 'Skapad den';
$lang['xin_all'] = 'All';
$lang['kpi_maingoals_deleted_successful'] = 'Main goals deleted.';
$lang['kpi_variable_deleted_successful'] = 'Variable deleted.';
$lang['kpi_incidental_deleted_successful'] = 'Incidental deleted.';
$lang['kpi_incidental_edit'] = 'Edit Incidental';
$lang['kpi_maingoals_edit'] = 'Ändra huvudmålet';
$lang['kpi_variable_edit'] = 'Ändra variabler';
$lang['kpi_select_employee_to_view'] = 'Välj arbetare för att se nyckeltal KPI';
$lang['kpi_approve_status'] = 'KPI status';
$lang['kpi_approve'] = 'Godkänn huvudmålets kpi?';
$lang['kpi_updated_at'] = 'Uppdaterad den';
$lang['kpi_confirm_approve_maingoals'] = 'Approve main goals KPI?';
$lang['kpi_approve_maingoals_success'] = 'Main goals KPI has been approved.';
$lang['kpi_confirm_approve_variable'] = 'Approve variable KPI?';
$lang['kpi_approve_variable_success'] = 'Variable KPI has been approved.';
$lang['by_julz'] = 'Julz';
$lang['kpi_add_to'] = 'Add To';
$lang['kpi_select_year'] = 'Välj år';
$lang['kpi_select_quarter'] = 'Välj kvartal';
$lang['kpi_first_quarter'] = 'Första kvartalet';
$lang['kpi_second_quarter'] = 'Andra kvartalet';
$lang['kpi_third_quarter'] = 'Tredje kvartalet';
$lang['kpi_fourth_quarter'] = 'Fjärde kvartalet';
$lang['kpi_targeted_date'] = 'Måldatum';
$lang['kpi_statistics'] = 'Statistik';
$lang['kpi_statistics_variable'] = 'Variable statistic';
$lang['kpi_statistics_incidental'] = 'Tillfällig statistik';
$lang['kpi_legend_ongoing'] = 'Pågående';
$lang['kpi_legend_improvement'] = 'Förbättring';
$lang['kpi_legend_achieved'] = 'Avklarade';
$lang['kpi_legend_excellent'] = 'Excellent';
$lang['kpi_statistics_title'] = 'Titel';
$lang['kpi_statistics_value'] = 'Värde';
$lang['job_applications'] = 'Partnerskaps ansökan';
$lang['job_applied'] = 'Ansökt';
$lang['job_interview'] = 'Interview';
$lang['job_hired'] = 'Inhyrd';
$lang['job_rejected'] = 'Avslag';
$lang['kpi_report'] = 'KPI Rapport';
$lang['xin_hr_sub_menu_icons'] = 'Undermenys ikoner';
$lang['xin_hr_draggable_options'] = 'Drag & släpp i kalendern';
$lang['xin_hr_payslip_deleted'] = 'Payslip deleted.';
$lang['xin_enable_geolocation_ssl'] = 'Är SSL installerat?';
$lang['xin_enable_geolocation_ssl_details'] = 'If you have installed ssl on your server then you can enable this option, because you can easily get the employee clock-in/out location in the system.';
$lang['xin_enable_cache'] = 'Aktivera Cache';
$lang['xin_refresh_cache'] = 'Uppdatera Cache';
$lang['xin_hrsale_default_language'] = 'Standard språk';
$lang['xin_field_name_lowercase_error'] = 'Använd endast små bokstäver för namn fältet.';
$lang['xin_monthly_timesheet'] = 'Månadsrapport för arbetarna';
$lang['xin_employees_monthly_timesheet'] = 'Arbetarnas Tidsrapporter';
$lang['xin_assets_assign_to'] = 'Tilldelad till';
$lang['xin_timesheet_workdays'] = 'Arbetade dagar';
$lang['xin_month_timesheet_title'] = 'Tidrapport för månad';
$lang['xin_attendance_timecalendar'] = 'Tidsrapportskalender';
$lang['xin_attendance_total_present'] = 'Totalt närvarande';
$lang['xin_attendance_total_absent'] = 'Totalt frånvarande';
$lang['xin_attendance_total_leave'] = 'Total ledighet';
$lang['xin_attendance_this_month'] = 'Denna månaden';
$lang['xin_attendance_cal_view'] = 'Visa närvaro kalendern';
$lang['xin_attendance_log_view'] = 'Visa närvaro loggen';
$lang['xin_attendance_mark_attendance'] = 'Mark <small>Attendance</small>';
$lang['xin_attendance_overview_this_month'] = 'Attendance <small>Overview</small>';
$lang['xin_payroll_statutory_fixed'] = 'Statutory Amount fixed';
$lang['xin_role_own_dep_announcements'] = 'Own Department Announcements';
$lang['xin_role_upd_company_attendance'] = 'Update Company Attendance';
$lang['xin_role_1st_level_approval'] = 'Chef';
$lang['xin_role_2nd_level_approval'] = 'HR Ansvarig';
$lang['xin_role_first_level_approval'] = 'First Level Approval';
$lang['xin_role_first_level_approved'] = 'Approved First Level';
$lang['xin_role_generate_company_payslips'] = 'Generate Company Payslips';
$lang['xin_role_note1'] = '1: If you enable the module for an employee, it means employee will only see their related record of assigned module.';
$lang['xin_role_note2'] = '2: If you check for a company view, it means employee will be able to see all record of his/her company of assigned module.';
$lang['xin_role_note_title'] = 'Anmärkning:';
$lang['xin_jobs_employer'] = 'Arbetsgivare';
$lang['xin_jobs_employers'] = 'Arbetsgivare';
$lang['xin_jobs_cms_pages'] = 'CMS-sidor';
$lang['xin_full_name_field_error'] = 'Fält med fullt namn krävs.';
$lang['xin_resume_submitted_success'] = 'Ditt CV har skickats.';
$lang['xin_rec_my_account'] = 'Mitt konto';
$lang['xin_rec_error_company_logo_field'] = 'Logofält krävs.';
$lang['xin_payroll_total_earning'] = 'Totalinkomst';
$lang['xin_payroll_total_deductions'] = 'Totala avdrag';
$lang['xin_jobs_employer_added_success'] = 'Arbetsgivaren har lagt till framgång.';
$lang['xin_jobs_employer_updated_success'] = 'Arbetsgivaren har uppdaterat framgångsrikt.';
$lang['xin_jobs_employer_deleted_success'] = 'Arbetsgivaren har raderats.';
$lang['xin_jobs_page_url'] = 'Sidan URL';
$lang['xin_jobs_page_content'] = 'Sidinnehåll';
$lang['xin_jobs_page_url_field_error'] = 'Sidans URL-fält krävs.';
$lang['xin_jobs_page_content_field_error'] = 'Fält för sidinnehåll krävs.';
$lang['xin_jobs_page_updated_success'] = 'Jobb CMS-sida uppdaterad.';
$lang['xin_hr_success_register_user'] = 'Konto skapat.';
$lang['xin_jobs_cover_letter'] = 'Försäkringsbrev';
$lang['xin_jobs_cover_letter_for'] = 'Täckebrev för';
$lang['xin_set_emplo werknemers_salary'] = 'Ställ in anställdas lön';
$lang['xin_employee_semi_monthly_payslip'] = 'Semi-månadslöner';
$lang['xin_salary_title'] = 'Lön';
$lang['xin_salary_allowance_taxable'] = 'Skattepliktig';
$lang['xin_salary_allowance_non_taxable'] = 'Ej beskattningsbar';
$lang['xin_salary_allowance_options'] = 'Ersättningsalternativ';
$lang['xin_sd_ssc_title'] = 'Social Security System';
$lang['xin_sd_phic_title'] = 'Health Insurance Corporation';
$lang['xin_sd_hdmf_title'] = 'Mutualfond för hemutveckling';
$lang['xin_sd_wht_title'] = 'Källskatt på löner';
$lang['xin_sd_other_sd_title'] = 'Annan lagstadgad avdrag';
$lang['xin_salary_sd_options'] = 'Avdragsalternativ';
$lang['xin_payroll_year_date'] = 'År & datum';
$lang['xin_loan_ssc_title'] = 'Social Security System Loan';
$lang['xin_loan_hdmf_title'] = 'Lån till fonder för hemutveckling';
$lang['xin_loan_other_sd_title'] = 'Andra lån';
$lang['xin_salary_loan_options'] = 'Lånalternativ';
$lang['xin_job_is_featured'] = 'Visas?';
$lang['xin_employee_id_already_exist'] = 'Anställds-ID finns redan.';
$lang['xin_employee_username_already_exist'] = 'Användarnamn finns redan.';
$lang['xin_employee_email_already_exist'] = 'E-post finns redan.';
$lang['xin_payroll_no_of_days_in_month'] = 'Nej. av dagar i månaden ';
$lang['xin_payroll_hours_worked_total'] = 'Totalt antal arbetade timmar';
$lang['xin_enable_sub_departments'] = 'Underavdelningar';
$lang['xin_payroll_title_details'] = 'Lönen är den viktigaste delen av våra <strong>% s </ strong>. En mycket intelligent och robust lönehantering tillhandahålls så att du inte behöver oroa dig för någon aspekt av din lönehantering. Systemet kommer att trigga och göra nästan allt åt dig. ';
$lang['xin_subdepartments_title_details'] = '<strong>%s </ strong> ger också enkla modulsystem för underavdelningar, där administratören kan lägga till flera underavdelningar, och under en underavdelningsadministratör kan lägga till flera beteckningar.';
$lang['xin_create_quote'] = 'Skapa offert';
$lang['xin_title_quotes'] = 'Citat';
$lang['xin_title_quote_number'] = 'Citatnummer';
$lang['xin_quote_date'] = 'Citatdatum';
$lang['xin_quote_note'] = 'Citera anmärkning';
$lang['xin_quoted_title'] = 'Citat';
$lang['xin_quoted_approved'] = 'Projekt skapat';
$lang['xin_title_quote_hash'] = 'Citat #';
$lang['xin_project_coordinator'] = 'Projektkoordinator';
$lang['xin_quote_convert_project'] = 'Konvertera till projekt';
$lang['xin_quote_converted_project'] = 'Konverterad till projekt';
$lang['xin_project_manager_error_field'] = 'Fältet Projektledare krävs.';
$lang['xin_project_coordinator_error_field'] = 'Fältet Projektkoordinator krävs.';
$lang['xin_view_companies_data'] = 'Visa företagsdata';
$lang['xin_view_all_quotes'] = 'Visa alla citat';
$lang['xin_quote_type'] = 'Citattyp';
$lang['xin_quote_type_bid'] = 'Bud';
$lang['xin_quote_type_tm'] = 'Tid & material';
$lang['xin_quote_convert_invoice'] = 'Konvertera till faktura';
$lang['xin_quote_converted_invoice'] = 'Konverterad till faktura';
$lang['xin_project_start_date'] = 'Projektets startdatum';
$lang['xin_rec_contact_us'] = 'Kontakta oss';
$lang['xin_inv_mark_as_paid'] = 'Markera som betald';
$lang['xin_q_project_completed'] = 'Projekt slutfört';
$lang['xin_quote_invoiced'] = 'Fakturering';
$lang['xin_quote_deffered'] = 'Deffered';
$lang['xin_q_project_created'] = 'Projekt skapat';
$lang['xin_q_project_deffered'] = 'Projektdeffererat';
$lang['xin_convert_to_project_po'] = 'För att konvertera till projekt, ange P.O #';
$lang['xin_quote_purchase_order_no'] = 'Inköpsorder #';
$lang['xin_quote_password'] = 'Citera lösenord';
$lang['xin_rec_job_categories'] = 'Jobbkategorier';
$lang['xin_rec_job_category'] = 'Jobbkategori';
$lang['xin_error_job_category'] = 'Fältet för jobbkategori krävs.';
$lang['xin_success_job_category_added'] = 'Jobbkategori tillagd.';
$lang['xin_success_job_category_deleted'] = 'Jobbkategori raderad.';
$lang['xin_success_job_category_updated'] = 'Jobbkategori uppdaterad.';
$lang['xin_rec_edit_job_category'] = 'Redigera jobbkategori';
$lang['xin_location_field_error'] = 'Platsfältet krävs.';
$lang['xin_payroll_net_payable'] = 'Netto betalningsbart';
$lang['xin_payroll_date_title'] = 'Lönedatum';
$lang['xin_payroll_history_title'] = 'Lönhistorik';
$lang['xin_record_not_found'] = 'Posten hittades inte.';
$lang['xin_filter'] = 'Filter';
$lang['xin_filter_employement_report'] = 'Anställningsrapport';
$lang['xin_filter_employee'] = 'Filtrera anställd';
$lang['xin_processing_request'] = 'Vi behandlar din förfrågan.';
$lang['xin_error_modules_field'] = 'Modulfältet krävs.';
$lang['xin_leave_notifications'] = 'Lämna meddelanden';
$lang['xin_projects_notifications'] = 'Projektmeddelanden';
$lang['xin_tasks_notifications'] = 'Uppgifter om uppgifter';
$lang['xin_e_details_exp_documents'] = "Utgått dokument";
$lang['xin_assets_warranty'] = 'Tillgångaranti';
/*//////*//////
$lang['xin_title_tax'] = 'Skatt';
$lang['xin_title_tax_name'] = 'Skattnamn';
$lang['xin_title_tax_rate'] = 'Skattesats';
$lang['xin_title_tax_fixed'] = 'Fast';
$lang['xin_title_tax_percent'] = 'Procentandel';
$lang['xin_title_edit_tax'] = 'Redigera produktskatt';
$lang['xin_title_taxes'] = 'Skatter';
$lang['xin_title_item'] = 'Objekt';
$lang['xin_title_qty_hrs'] = 'Antal / Hr';
$lang['xin_title_unit_price'] = 'Enhetspris';
$lang['xin_title_sub_total'] = 'Subtotal';
$lang['xin_title_add_item'] = 'Lägg till objekt';
$lang['xin_title_sub_total2'] = 'Sub Total';
$lang['xin_title_tax_c'] = 'SKATT';
$lang['xin_discount_type'] = 'Rabatttyp';
$lang['xin_discount'] = 'Rabatt';
$lang['xin_discount_amount'] = 'Rabattbelopp';
$lang['xin_flat'] = 'Flat';
$lang['xin_percent'] = 'Procent';
$lang['xin_grand_total'] = 'Grand Total';
$lang['xin_submit_invoice'] = 'Skicka faktura';
$lang['xin_title_edit_invoice'] = 'Redigera faktura';
$lang['xin_title_from'] = 'Från';
$lang['xin_title_to'] = 'Till';
$lang['xin_payment_due'] = 'Betalningsförfall';
$lang['xin_view_invoice'] = 'Visa faktura';
$lang['xin_view_invoice_more'] = 'Visa mer';
$lang['xin_title_wcb'] = 'Välkommen tillbaka';
$lang['xin_title_today_is'] = 'Idag är';
$lang['xin_title_is_going_to_expire_soon'] = 'kommer att löpa ut snart.';
$lang['xin_title_alert'] = 'Varning!';
$lang['xin_title_license'] = 'Licens';
$lang['xin_title_is_expired'] = 'har gått ut.';
///////////////////////////////////////////////// hrsale v1.1.4
$lang['xin_is_half_monthly'] = 'Är halv månad?';
$lang['xin_is_half_monthly_bs_only'] = 'Endast grundlön';
$lang['xin_half_deduct_month'] = 'Avdragsalternativ';
$lang['xin_is_half_monthly_bs_only_both'] = 'Både grundlön och andra alternativ';
$lang['xin_half_monthly'] = 'Halv månadsvis';
$lang['xin_overtime_request'] = 'Övertidsbegäran';
$lang['xin_overtime_thours'] = 'Totalt antal timmar';
$lang['xin_edit_request_attendance_for'] = 'Redigera begäran för';
$lang['xin_error_request_attendance_date'] = 'Datumfältet krävs.';
$lang['xin_error_request_attendance_in_time'] = 'Fältet In Time krävs.';
$lang['xin_error_request_attendance_out_time'] = 'Fältet Out Time krävs.';
$lang['xin_success_request_attendance_update'] = 'Övertidsbegäran uppdaterad.';
$lang['xin_success_request_attendance_added'] = 'Övertidsbegäran skickad.';
$lang['xin_add_request_attendance_for'] = 'Övertidsbegäran för';
$lang['xin_title_first_half'] = 'Först';
$lang['xin_title_second_half'] = 'Andra';
///////////////////////////////////////////////// slutet hrsale v1.1.5

///////////////////////////////////////////////// Start hrsale v1.1.6
$lang['xin_mail_type_config'] = 'E-posttyp';
$lang['xin_mail_smtp_host'] = 'Smtp Host';
$lang['xin_mail_smtp_username'] = 'Smtp-användarnamn';
$lang['xin_mail_smtp_password'] = 'Smtp-lösenord';
$lang['xin_mail_smtp_port'] = 'Smtp-port';
$lang['xin_mail_smtp_secure'] = 'Smtp Secure';
$lang['xin_mail_configuration_title'] = 'E-postkonfiguration';
$lang['xin_reset_password_success_sent_email'] = 'Vi har skickat ett nytt lösenord till din registrerade e-postadress.';
$lang['xin_reset_password_link_success_sent_email'] = 'Återställ lösenordslänk skickat till din e-postadress.';
$lang['xin_performance_technical_error_field'] = "Tekniska kompetenser krävs fält.";
$lang['xin_performance_org_error_field'] = "Organisationskompetenser krävs fält.";
$lang['xin_success_performance_config_updated'] = 'Prestandakonfiguration uppdaterad.';
$lang['xin_e_details_training_record'] = "Träningsrekord";
$lang['xin_security_level'] = "Säkerhetstyp";
$lang['xin_error_security_level_field'] = "Fält för säkerhetstyp krävs.";
$lang['xin_security_level_added'] = "Säkerhetstyp tillagd.";
$lang['xin_security_level_updated'] = "Säkerhetstyp uppdaterad.";
$lang['xin_security_level_deleted'] = "Säkerhetstyp raderad.";
$lang['xin_edit_security_level'] = 'Redigera säkerhetstyp';
$lang['xin_e_details_do_clearance'] = "Datum för godkännande";
$lang['xin_esecurity_level_title'] = "Säkerhetsnivå";
$lang['xin_security_level_emp_added'] = "Säkerhetsnivå tillagd.";
$lang['xin_security_level_emp_updated'] = "Säkerhetsnivå uppdaterad.";
$lang['xin_security_level_emp_deleted'] = "Säkerhetsnivå raderad.";
$lang['xin_edit_emp_security_level'] = 'Redigera säkerhetsnivå';
$lang['xin_hr_leave_half_day'] = 'Halv dag';
$lang['xin_hr_cant_appply_morethan'] = 'Du kan inte ansöka om mer än';
///////////////////////////////////////////////// slutet hrsale v1.1.6

///////////////////////////////////////////////// Start hrsale v1.1.7
$lang['xin_ethnicity_type_title'] = 'Etnicitetstyp';
$lang['xin_ethnicity_type_error_field'] = 'Fältet Etnicitetstyp krävs.';
$lang['xin_ethnicity_type_success_added'] = 'Etnicitetstyp tillagd.';
$lang['xin_ethnicity_type_success_deleted'] = 'Etnicitetstyp raderad.';
$lang['xin_ethnicity_type_success_updated'] = 'Etnicitetstyp uppdaterad.';
$lang['xin_edit_ethnicity_type'] = 'Redigera etnicitetstyp';
$lang['xin_income_type'] = 'Inkomsttyp';
$lang['xin_income_type_error_field'] = 'Inkomsttypsfältet krävs.';
$lang['xin_income_type_success_added'] = 'Inkomsttyp tillagd.';
$lang['xin_income_type_success_deleted'] = 'Inkomsttyp raderad.';
$lang['xin_income_type_success_updated'] = 'Inkomsttyp uppdaterad.';
$lang['xin_edit_income_type'] = 'Redigera inkomsttyp';
$lang['xin_sidebar_title'] = 'Sidofält';
$lang['xin_view_company_emp_title'] = 'Visa företagets anställda';
$lang['xin_view_location_emp_title'] = 'Visa platsanställda';
$lang['xin_internal_title'] = 'Internt';
$lang['xin_external_title'] = 'Extern';
$lang['xin_trainer_opt_title'] = 'Tränaralternativ';
$lang['xin_trainer_opt_error_field'] = 'Välj tränaralternativ';
$lang['xin_promoted_to_title'] = 'Främjas till:';
$lang['xin_expired_title'] = 'Utgått';
$lang['xin_payroll_verifier_title'] = 'Verifierare';
$lang['xin_payroll_approver_title'] = 'Godkännare';
$lang['xin_manager_level_title'] = 'Managernivå godkänd';
$lang['xin_hrd_level_title'] = 'HRD-nivå godkänd';
$lang['xin_gm_om_level_title'] = 'GM / OM-nivå godkänd';
$lang['xin_approve_payroll_title'] = 'Godkänn lönelista';
$lang['xin_second_level_payroll_approver_title'] = 'Slutgodkännande';
$lang['xin_not_approve_payroll_title'] = 'Ej godkänd';
$lang['xin_approved_final_payroll_title'] = 'Godkänd slutnivå för betalningsslipp.';
$lang['xin_disabled_payroll_title'] = 'Inaktiverad löneseddel för anställd.';
$lang['xin_enable_multishifts_title'] = 'Aktivera flera skift';
$lang['xin_enable_multishifts_error_field'] = 'Fält med flera skift krävs.';
$lang['xin_office_shift_field_error'] = 'Fältet för kontorsskift krävs.';
$lang['xin_budget_title'] = 'Budget';
$lang['xin_download_profile_title'] = 'Ladda ner profil';
$lang['xin_available_title'] = 'Tillgänglig';
$lang['xin_away_title'] = 'Borta';
$lang['xin_busy_title'] = 'Upptagen';
$lang['xin_iamavailable_title'] = "Jag är tillgänglig";
$lang['xin_iamaway_title'] = "Jag är borta";
$lang['xin_iambusy_title'] = "Jag är upptagen";
$lang['xin_chatgroup_title'] = 'Gruppchatt';
$lang['xin_privatechat_title'] = 'Privat chatt';
$lang['xin_chatoffline_title'] = 'Offline';
$lang['xin_chatonline_title'] = 'Online';
///////////////////////////////////////////////// slutet hrsale v1.1.7

///////////////////////////////////////////////// Start hrsale v1.1.8
$lang['xin_last_taken_leave_title'] = 'Senast tagna ledighet';
$lang['xin_project_cancelled'] = 'Avbruten';
$lang['xin_project_hold'] = 'Håll';
$lang['xin_project_no'] = 'Projektnr.';
$lang['xin_project_budget_hrs'] = 'Budgettimmar';
$lang['xin_project_actual_hrs'] = 'Faktiska timmar';
$lang['xin_project_budget_hrs_field_error'] = 'Fältet Budgettimmar krävs.';
$lang['xin_project_projectno_field_error'] = 'Projektnr. fältet är obligatoriskt.';
$lang['xin_project_variations'] = 'Variationer';
$lang['xin_task_categoryer'] = 'Uppgiftskategorier';
$lang['xin_task_category'] = 'Uppgiftskategori';
$lang['xin_task_category_field_error'] = 'Fältet för uppgiftskategori krävs.';
$lang['xin_task_category_field_added_success'] = 'Uppgiftskategori tillagd.';
$lang['xin_task_category_field_deleted_success'] = 'Uppgiftskategori raderad.';
$lang['xin_task_category_field_updated_success'] = 'Uppgiftskategori uppdaterad.';
$lang['xin_edit_task_category'] = 'Redigera uppgiftskategori';
$lang['xin_project_variation'] = 'Variation';
$lang['xin_project_variation_hrs'] = 'Variationstimmar';
$lang['xin_project_variation_no'] = 'Variation No.';
$lang['xin_client_approval'] = 'Kundgodkännande';
$lang['xin_client_approval_claimed'] = 'Påstådd';
$lang['xin_client_approval_unclaimed'] = 'Ej anspråk på';
$lang['xin_project_variation_field_error'] = 'Variationsnummerfältet krävs.';
$lang['xin_project_variation_title_field_error'] = 'Variations titelfältet krävs.';
$lang['xin_project_variation_hrs_field_error'] = 'Fältet variationstimmar krävs.';
$lang['xin_project_variation_added_success'] = 'Projektvariation tillagd.';
$lang['xin_project_variation_added_deleted'] = 'Projektvariation raderad.';
$lang['xin_project_variation_added_updated'] = 'Projektvariation uppdaterad.';
$lang['xin_project_edit_variation'] = 'Redigera variant';
$lang['xin_meeting_room'] = 'Mötesrum';
$lang['xin_meeting_room_field_error'] = 'Mötesrumsfältet krävs.';
$lang['xin_project_timelogs'] = 'Tidsloggar';
$lang['xin_project_timelogs_starttime'] = 'Starttid';
$lang['xin_project_timelogs_endtime'] = 'Sluttid';
$lang['xin_project_timelogs_memo'] = 'Memo';
$lang['xin_project_time_start_field_error'] = 'Starttidfältet krävs.';
$lang['xin_project_time_end_field_error'] = 'Fältet sluttid krävs.';
$lang['xin_project_memo_field_error'] = 'Memo-fältet krävs.';
$lang['xin_project_timelogs_added_success'] = 'Timelog tillagd.';
$lang['xin_project_timelogs_updated_success'] = 'Timelog uppdaterad.';
$lang['xin_project_timelogs_deleted_success'] = 'Timelog raderad.';
$lang['xin_project_timelog_edit'] = 'Redigera timelog';
$lang['xin_job_applicants_title'] = 'Sökande';
$lang['xin_primary_selected'] = 'Primär vald';
$lang['xin_call_for_interview'] = 'Ring för intervju';
$lang['xin_change_status'] = 'Ändra status';
$lang['xin_applicant_status_updated'] = 'Status för jobbsökande uppdaterad.';
$lang['xin_view_job_applicants'] = 'Visa jobbansökare';
$lang['xin_hr_report_leave_report'] = 'Lämna rapporter';
$lang['xin_quote_manager'] = 'Citathanterare';
$lang['xin_lead'] = 'Lead';
$lang['xin_leads'] = 'Leads';
$lang['xin_project_edit_lead'] = 'Redigera lead';
$lang['xin_project_view_lead'] = 'Visa bly';
$lang['xin_project_lead_added'] = 'Lead lagt till.';
$lang['xin_project_lead_updated'] = 'Lead uppdaterat.';
$lang['xin_project_lead_deleted'] = 'Lead har tagits bort.';
$lang['xin_estimates'] = 'Uppskattningar';
$lang['xin_change_to_client'] = 'Byt till klient';
$lang['xin_change_lead_confirm'] = 'Är du säker på att du vill ändra lead till client?';
$lang['xin_d_not_lead_restored'] = "Lead konverterat kan inte återställas !!!";
$lang['xin_lead_confirm_change_btn'] = 'Bekräfta ändring';
$lang['xin_lead_has_been_converted'] = 'Lead ändrades till klient framgångsrikt.';
$lang['xin_convert_estimate_invoice_confirm'] = 'Är du säker på att du vill konvertera denna uppskattning till faktura?';
$lang['xin_pay_invoice_confirm'] = 'Är du säker på att du vill betala denna faktura?';
$lang['xin_invoice_has_been_paid'] = 'Faktura har betalats.';
$lang['xin_invoice_still_un_paid'] = 'Faktura är fortfarande obetald.';
$lang['xin_invoice_pay'] = 'Betala faktura';
$lang['xin_approved_leave'] = 'Godkända blad';
$lang['xin_pending_leave'] = 'Väntande löv';
$lang['xin_upcoming_leave'] = 'Kommande';
$lang['xin_project_vo_hrs'] = 'VO Hours';
$lang['xin_project_vo_no'] = 'VO-nummer';
$lang['xin_tasks_calendar'] = 'Uppgifter kalender';
$lang['xin_tasks_sboard'] = 'Uppgifter Scrum Board';
$lang['xin_projects_sboard'] = 'Projects Scrum Board';
///////////////////////////////////////////////// slutet hrsale v1.1.8

///////////////////////////////////////////////// start hrsale v1.1.9
$lang['xin_payee_option'] = 'Alternativ för betalningsmottagare';
$lang['xin_clcontact_person'] = 'Kontaktperson';
$lang['xin_clcontact_person_field_error'] = 'Kontaktpersonfältet krävs.';
$lang['xin_lead_details'] = 'Leaddetaljer';
$lang['xin_lead_followup'] = 'Följ upp';
$lang['xin_lead_next_followup'] = 'Nästa uppföljning';
$lang['xin_lead_new_followup'] = 'Ny uppföljning';
$lang['xin_lead_next_followup_field_error'] = 'Nästa uppföljningsfält krävs.';
$lang['xin_lead_followup_added'] = 'Lead uppföljning tillagd.';
$lang['xin_lead_followup_updated'] = 'Lead Follow Up uppdaterad.';
$lang['xin_lead_followup_deleted'] = 'Lead Uppföljning raderad.';
$lang['xin_lead_add_followup'] = 'Lägg till uppföljning';
$lang['xin_po_no'] = 'P.O. Nej.';
$lang['xin_old_password'] = 'Gammalt lösenord';
$lang['xin_old_password_error_field'] = 'Det gamla lösenordsfältet krävs.';
$lang['xin_old_password_does_not_match'] = 'Det gamla lösenordet matchar inte.';
$lang['xin_blood_group'] = 'Blodgrupp';
$lang['xin_nationality'] = 'Nationalitet';
$lang['xin_citizenship'] = 'Citizenship';
$lang['xin_default_currency_field_error'] = 'Standardvalutafältet krävs.';
$lang['xin_default_timezone_field_error'] = 'Tidszonfältet krävs.';
$lang['xin_leave_file_type'] = 'Ladda bara upp filer: pdf, gif, png, jpg, jpeg';
$lang['xin_phase_no'] = 'Fas nr';
$lang['xin_invoice_terms_condition'] = 'Fakturavillkor & villkor';
$lang['xin_estimate_terms_condition'] = 'Uppskatta villkor och villkor';
$lang['xin_quoted_project'] = 'Citatprojekt';
$lang['xin_quoted_projects'] = 'Citerade projekt';
$lang['xin_quoted_project_no'] = 'Citat projekt nr.';
$lang['xin_estimate_hrs'] = 'Uppskattade timmar';
$lang['xin_quote_date_field_error'] = 'Fältet för uppskattningsdatum krävs.';
$lang['xin_estimate_hrs_field_error'] = 'Det uppskattade timmarfältet krävs.';
$lang['xin_quoted_project_details'] = 'Citerade projektdetaljer';
$lang['xin_quote_calendar'] = 'Beräkna kalender';
$lang['xin_lead_follow_up'] = 'Lead Follow Up';
$lang['xin_import_leads'] = 'Importera potentiella kunder';
$lang['xin_success_leads_import'] = 'Leads Data Importerad framgångsrikt.';
$lang['xin_error_not_leads_import'] = 'Leaders inte importerade.';
$lang['xin_leads_import_description_line2'] = 'Rätt kolumnordning är (Kontaktperson, e-postadress, lösenord, kontaktnummer, företagsnamn, webbadress, adress 1, adress 2, stad, stat, postnummer, land (använd land-ID )
) och du måste följa csv-filen, annars får du ett fel när du importerar csv-filen. ';
$lang['xin_invoice_calendar'] = 'Fakturakalender';
$lang['xin_invoice_completed'] = 'Avslutade fakturor';
$lang['xin_invoice_pending'] = 'Väntande fakturor';
$lang['hr_dashboard_title'] = 'HR Dashboard';
$lang['hr_staff_dashboard_title'] = 'Staff Dashboard';
$lang['xin_view_payslips_all'] = 'Visa alla Payslips';
$lang['xin_view_awards_all'] = 'Visa alla utmärkelser';
$lang['xin_leave_request'] = 'Lämna begäran';
$lang['xin_view_leave_all'] = 'Visa alla ledigheter';
$lang['xin_assets_working'] = 'Arbetar';
$lang['xin_assets_not_working'] = 'Fungerar inte';
$lang['xin_employee_company_txt'] = 'Medarbetarföretag';
$lang['xin_employee_location_txt'] = 'Anställdas plats';
$lang['hr_project_dashboard_title'] = 'Projekt Dashboard';
$lang['xin_dashboard_white_widgets'] = 'White Widgets';
$lang['xin_dashboard_color_widgets'] = 'Färgwidgets';
$lang['xin_view_clients_all'] = 'Visa alla klienter';
$lang['xin_view_leads_all'] = 'Visa alla potentiella kunder';
$lang['xin_chang_clients_leads_all'] = 'Ändrat till klienter';
$lang['xin_view_all'] = 'Visa alla';
$lang['xin_view_all_invoice_payments'] = 'Visa alla fakturabetalningar';
$lang['xin_projects_status'] = 'Projektstatus';
$lang['xin_tasks_status'] = 'Uppgiftsstatus';
$lang['xin_last_5_project_data'] = 'Senaste 5 projektdata';
$lang['xin_hr_imports'] = 'HR-import';
$lang['xin_payslip_history'] = 'Payslip History';
$lang['hr_accounting_dashboard_title'] = 'Finance Dashboard';
$lang['xin_last_invoices'] = 'Sista fakturor';
$lang['xin_last_estimates'] = 'Sista uppskattningar';
$lang['xin_last_projects'] = 'Sista projekt';
$lang['xin_last_tasks'] = 'Sista uppgifter';
$lang['xin_last_clients'] = 'Sista klienter';
$lang['xin_last_leads'] = 'Sista ledningar';
$lang['xin_lead_no_followup'] = 'Ingen uppföljning';
$lang['xin_chang_client_leads_all'] = 'Ändrat till klient';
$lang['xin_income'] = 'Inkomst';
$lang['xin_awards_cash'] = 'Tilldela kontanter';
$lang['hr_timesheet_dashboard_title'] = 'Tidbladets instrumentbräda';
$lang['xin_total_deposit'] = 'Total insättning';
$lang['xin_total_expenses'] = 'Totala utgifter';
$lang['xin_total_payees'] = 'Totala betalningsmottagare';
$lang['xin_total_payers'] = 'Totala betalare';
$lang['xin_invoices_summary'] = 'Sammanfattning av fakturor';
$lang['xin_recent_invoices'] = 'Senaste fakturor';
$lang['xin_latest_income'] = 'Senaste inkomst';
$lang['xin_latest_expense'] = 'Senaste kostnad';
$lang['xin_today_attendance_status'] = 'Status för närvaro idag';
$lang['xin_leave_status'] = 'Lämna status';
$lang['xin_overtime_request_status'] = 'Status för övertidsbegäran';
$lang['xin_latest_leave'] = 'Senaste ledighet';
$lang['xin_latest_holidays'] = 'Senaste helgdagar';
$lang['xin_view_all_holidays'] = 'Visa alla helgdagar';
$lang['xin_reports_to'] = 'Rapporterar till';
$lang['xin_my_team'] = 'Mitt team';
$lang['xin_my_leave'] = 'Min ledighet';
///////////////////////////////////////////////// end hrsale v1.1.9
///////////////////////////////////////////////// Start hrsale v2.0.0
$lang['xin_reset_password_link'] = 'Ange din e-postadress så skickar vi dig en länk för att återställa ditt lösenord.';
$lang['xin_lock_user_session_timeout'] = 'Din session har gått ut. Ange ditt lösenord för att fortsätta. ';
$lang['xin_lock_user_logged_in_as'] = 'LOGGAD IN AS';
$lang['xin_projects_manager_title'] = 'Projektledare';
$lang['xin_change_system_logo'] = 'Ändra logotyp';
$lang['xin_se_contact_person'] = 'Kontaktperson';
$lang['xin_set_up'] = 'Ställ in';
$lang['xin_change_setting_info'] = 'Du kan ändra systeminformation från alternativen nedan.';
$lang['xin_view_all_projects'] = 'Visa alla projekt';
$lang['xin_view_core_hr_modules'] = 'Visa core hr-moduler';
$lang['xin_set_up_all_types'] = 'Ställ in alla typer';
$lang['xin_enable_disable_modules'] = 'Aktivera inaktivera moduler';
$lang['xin_restore'] = 'Återställ';
$lang['xin_database'] = 'Databas';
$lang['xin_database_backup_restore'] = 'Säkerhetskopiera och återställa';
$lang['xin_database_restore_lost_current_data'] = 'Obs: Om du återställer din databas kommer alla aktuella data att gå förlorade.';
$lang['xin_database_choose_backup'] = 'Välj säkerhetskopieringsfil';
$lang['xin_database_backup_field_error'] = 'Välj säkerhetskopia för databas.';
$lang['xin_databse_restored_success'] = 'Din databas har återställts framgångsrikt.';
$lang['xin_department_upload_files'] = 'Ladda upp filer';
$lang['xin_hr_official_documents_setup'] = 'Ställ in officiella dokument';
$lang['xin_e_list_exp_documents'] = "Lista alla giltiga dokument";
$lang['xin_employee_status_updated'] = 'status uppdaterad.';
$lang['xin_for_the_month_of'] = 'För månaden';
$lang['xin_leave_dashboard'] = 'Lämna instrumentpanelen';
$lang['xin_projects_scrm_board'] = 'Kanban Board';
$lang['xin_last_6_month'] = 'De senaste 6 månaderna';
$lang['xin_last_1_year'] = 'Sista 1 året';
$lang['xin_last_2_year'] = 'De senaste 2 åren';
$lang['xin_last_3_year'] = 'De senaste 3 åren';
$lang['xin_deposit_vs_expense'] = 'Insättning vs utgifter';
$lang['xin_last_3_year'] = 'De senaste 3 åren';
$lang['xin_clients_leads_status'] = 'Klienter \ Leads Status';
$lang['xin_graph_report'] = 'Grafrapport';
$lang['xin_acc_ledger_account'] = 'Konto huvudbok';
$lang['xin_acc_ledger_account_of'] = 'Konto huvudbok av';
$lang['xin_hr_payees_payers'] = 'Betalningsmottagare och betalare';
$lang['xin_transfer_funds'] = 'Överföra medel';
$lang['xin_add_edit_info'] = 'Lägg till / redigera';
$lang['xin_awards_report'] = 'Tilldelningsrapport';
$lang['xin_travel_report'] = 'Reserapport';
$lang['xin_assets_report'] = 'Tillgångarapport';
$lang['xin_holidays_report'] = 'Semesterrapport';
$lang['xin_resignation_report'] = 'Uppsägningsrapport';
$lang['xin_promotion_report'] = 'Kampanjrapport';
$lang['xin_complaints_report'] = 'Reklamationsrapport';
$lang['xin_warning_report'] = 'Varningsrapport';
$lang['xin_termination_report'] = 'Uppsägningsrapport';
$lang['xin_emplo werknemers_exit_report'] = 'Anställdas utgångsrapport';
$lang['xin_awards_report'] = 'Tilldelningsrapport';
$lang['xin_awards_report'] = 'Tilldelningsrapport';
$lang['xin_awards_report'] = 'Tilldelningsrapport';
$lang['xin_awards_report'] = 'Tilldelningsrapport';
$lang['xin_jobs_edit_cms_page'] = 'Redigera CMS-sida';
$lang['xin_team'] = 'Team';
$lang['xin_add_task'] = 'Lägg till uppgift';
$lang['xin_success_project_status'] = 'Projektstatus uppdaterad.';
$lang['xin_add_project'] = 'Lägg till projekt';
$lang['left_show_projects'] = 'Visa projekt';
$lang['left_show_tasks'] = 'Visa uppgifter';
$lang['xin_list_view'] = 'Listvy';
$lang['xin_grid_view'] = 'Grid View';
$lang['xin_hrsale_events_calendar'] = 'Händelsekalender';
$lang['xin_hrsale_meetings_calendar'] = 'Möteskalender';
$lang['xin_event_color'] = 'Eventfärg';
$lang['xin_meeting_color'] = 'Mötesfärg';
$lang['xin_invoice_to'] = 'Faktura till';
$lang['xin_total_due'] = 'Total betalning';
$lang['xin_add_member'] = 'Lägg till medlem';
$lang['xin_edit_estimates'] = 'Redigera uppskattning';
$lang['xin_submit_estimates'] = 'Skicka uppskattning';
$lang['xin_estimate_to'] = 'Uppskatta till';
$lang['xin_office_shift_not_assigned'] = 'Kontorsskift inte tilldelat.';
$lang['xin_view_policies'] = 'Visa policyer';
$lang['xin_estimate_leads'] = 'Beräkna Leads';
$lang['xin_estimate_timelogs'] = 'Uppskatta timelogs';
$lang['xin_task_title_field_error'] = 'Uppgiftsfält krävs.';
$lang['xin_login_page_text'] = 'Inloggningssidatext';
$lang['xin_login_page_text_desc'] = 'Det kommer endast att visas för inloggningssida version 1';
$lang['xin_title_saudi_gosi'] = 'Saudisk GOSI';
$lang['xin_enable_saudi_gosi'] = 'Aktivera Saudisk GOSI?';
$lang['xin_pincode'] = 'Stiftkod';
$lang['xin_pincode_field_error'] = 'Stiftkodfältet krävs.';
$lang['xin_pincode_should_be_digits_error'] = 'Stiftkoden ska vara siffror.';
$lang['xin_pincode_six_digits_error'] = 'Stiftkoden måste vara minst 6 siffror.';
$lang['xin_pincode_already_exist'] = 'Pin-kod finns redan.';
$lang['xin_login_employee_with_pincode'] = 'Inloggning av anställd med pin-kod';
$lang['xin_enter_pincode'] = 'Ange pin-kod';
$lang['xin_invalid_pincode'] = 'Ogiltig pin-kod';
$lang['xin_no_nofitication_found'] = 'Ingen avisering hittades !!';
$lang['xin_both_goal_appraisal'] = 'Både mål och bedömning';
///////////////////////////////////////////////// slutet hrsale v2.0.0

/* End of file hrsale_lang.php */
/* Location: ./system/language/swedish/hrsale_lang.php */