<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright © 2019 Dotykačka s.r.o. All rights reserved. -->

<resources xmlns:tools="http://schemas.android.com/tools"
           xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"
           tools:ignore="MissingTranslation">

    <!-- ####################################################################################### -->
    <!--                                       APPLICATION                                       -->
    <!-- ####################################################################################### -->
    <string name="app_name">Dotypos</string>
    <string name="app_build_date">Package build date: %s</string>
    <string name="app_version" formatted="false">Version %s</string>
    <string name="symbol_dot">.</string>


    <!-- ####################################################################################### -->
    <!--                                         COMMONS                                         -->
    <!-- ####################################################################################### -->
    <string name="yes">כן</string>
    <string name="no">לא</string>
    <string name="save">שמור</string>
    <string name="close">סגור</string>
    <string name="undo">לבטל</string>
    <string name="not_set">לא מוכן</string>
    <string name="visible">גלוי</string>
    <string name="email_address">כתובת מייל</string>
    <string name="phone_number">מס טלפון</string>
    <string name="pin">PIN</string>
    <string name="please_wait">נא להמתין</string>
    <string name="error">תקלה</string>
    <string name="unknown">לא ידוע</string>
    <string name="add">הוסף חדש</string>
    <string name="barcode">ברקוד</string>
    <string name="no_connection">אינך מחובר לאינטרנט</string>
    <string name="warning">אזהרה</string>
    <string name="exit_title">פעולה זו תסגור את היישום. האם תרצה להמשיך?</string>
    <string name="info">מידע</string>
    <string name="exit">יציאה</string>
    <string name="common_continue">המשך</string>
    <string name="or">או</string>
    <string name="fill_required">אנא מלא שדה זה</string>
    <string name="fill_required_range" formatted="false">הערך צריך להיות בין %s ל %s</string>
    <string name="loading">טוען…</string>
    <string name="skip">דלג</string>
    <string name="send_sms">שלח SMS</string>
    <string name="currency">מטבע</string>
    <string name="balance">איזון</string>
    <string name="balance_no_vat">איזון (w/o VAT/inc. VAT)</string>
    <string name="table">שולחן</string>
    <string name="show_menu">הראה תפריט</string>
    <string name="columns_automatic">אוטומטי</string>
    <string name="display_all">הצג הכל (ללא מסנן)</string>
    <string name="print">הדפס</string>
    <string name="tags">תגיות</string>
    <string name="name_surname">שם ושם משפחה</string>
    <string name="note">הערה</string>
    <string name="discount">הנחה</string>
    <string name="search">חפש</string>
    <string name="new_tag">יום חדש: </string>
    <string name="delete_item">מחק פריט</string>
    <string name="number">מספר</string>
    <string name="common_default">ברירת מחדל</string>
    <string name="try_again">נסה שוב</string>
    <string name="more">עוד</string>
    <string name="email">אימייל</string>
    <string name="sms">SMS</string>
    <string name="send">שלח</string>
    <string name="discount_value" formatted="false">הנחה %s (%s)</string>
    <string name="cancel" translatable="false">@android:string/cancel</string>
    <string name="retry">נסה שוב</string>
    <string name="intent_chooser_title">בחר יישום</string>
    <!-- BUSINESS -->
    <string name="customer">לקוח</string>
    <string name="product">מוצר</string>
    <string name="unit">יחידה</string>

    <!-- COLOR -->
    <string name="color_color_list">רשימת צבעים</string>
    <string name="color_color_spectrum">ספקטרום צבע</string>
    <string name="color_picker_title">בורר צבע</string>
    <!-- TEXT SIZE -->
    <string name="text_size_small">קטן</string>
    <string name="text_size_medium">בינוני</string>
    <string name="text_size_large">גדול</string>
    <!-- USB -->
    <string name="usb_attached">USB device %s חובר בהצלחה</string>
    <string name="usb_detached">USB device נותק</string>
    <!-- DATE -->
    <string name="date_today">היום</string>
    <string name="date_yesterday">אתמול</string>

    <!-- VAT -->
    <string name="vat_payer">תשלום מע"מ</string>
    <!-- BARCODE SCANNER -->
    <string name="barcode_scanner_detected">זוהה סורק ברקוד. אנא השבת את המקלדת חומרה / פיזי כדי לאפשר לתפקוד של המקלדת הרכה.</string>
    <!-- NFC -->
    <string name="nfc_detected">NFC התגלה</string>
    <!-- ERRORS -->
    <string name="error_connection_retry">שגיאת חיבור.\nRetry?</string>
    <string name="error_email_not_filled">הדוא"ל הממלא אינו תקף.</string>
    <string name="error_password_not_filled">הזן תחילה את הסיסמה שלך.</string>

    <!-- REALM INIT -->
    <string name="error_realm_dialog_title">שגיאת בסיס נתונים בתחום</string>
    <string name="error_realm_dialog_message"><![CDATA[Application is in the limited functionality mode. Reports are disabled and application may be slow.\nPlease contact our <a href="?string/uri_help_request?">technical support</a>.]]></string>

    <!-- NOTIFICATION -->
    <string name="ongoing_notification_message">Dotypos מסנכרן נתונים עם הענן</string>

    <!-- TIME -->
    <string name="time_abbr_minutes">%d min</string>
    <string name="time_abbr_hours">%d h</string>
    <string name="time_abbr_days">%d d</string>
    <string name="time_abbr_months">%d m</string>
    <string name="time_abbr_years">%d y</string>
    <string name="time_abbr_ago_now">Just now</string>
    <string name="time_abbr_ago_minutes">%d min ago</string>
    <string name="time_abbr_ago_hours">%d h ago</string>

    <!-- ####################################################################################### -->
    <!--                                          MAIN                                           -->
    <!-- ####################################################################################### -->
    <!-- NAVIGATION -->
    <string name="main_navigation_today">היום</string>
    <string name="main_navigation_today_title">פעולות היום</string>
    <string name="main_navigation_today_stock_management">ניהול מלאי</string>
    <string name="main_navigation_today_kitchen_display">מסוף מטבח</string>
    <string name="main_navigation_product_admin">ניהול פריטים</string>
    <string name="main_navigation_sales">סקירת מכירות</string>
    <string name="main_navigation_settings">הגדרות אפליקציה</string>
    <string name="main_navigation_license">רישיון</string>
    <string name="main_cloud_sync">סנכרון ענן</string>

    <!-- ACTIONS -->
    <string name="main_action_parked_empty">הזמנות פתוחות</string>
    <string name="main_action_customer">לקוח</string>
    <string name="main_action_order_history">היסטוריה</string>
    <string name="main_action_scan_code">קוד סריקה</string>
    <string name="main_action_cash_in_out">מזומנים הכנס / הוצא</string>
    <string name="main_action_shift_new">התחל משמרת חדשה</string>
    <string name="main_action_register_open">הרשמה פתוחה</string>
    <string name="main_action_register_close">הרשמה סגורה</string>
    <string name="main_action_drawer_open">פתח מגירת מזומנים</string>
    <string name="main_action_stock_management">ניהול מניות</string>
    <string name="main_action_reservations">הזמנות</string>
    <string name="main_action_inventory">מלאי</string>
    <string name="main_action_logout">להתנתק</string>
    <string name="main_action_last_bill">החשבון האחרון</string>


    <!-- ####################################################################################### -->
    <!--                                        PRODUCT                                          -->
    <!-- ####################################################################################### -->
    <!-- PRODUCT ADMIN -->
    <string name="product_admin_add_product">מוצר</string>
    <string name="product_admin_add_category">הוסף קטגוריה</string>
    <string name="product_admin_stock_management">ניהול מניות</string>
    <string name="product_admin_sort_category_invalid">מיקום לא חוקי!</string>
    <string name="product_admin_sort_is_busy">אנא המתן, ההזמנה עדיין בעיצומה!</string>

    <!-- PRODUCT ADMIN CREATE DIALOG -->
    <string name="product_admin_create_title">צור</string>
    <string name="product_admin_create_category">קטגוריה</string>
    <string name="product_admin_create_product">מוצר</string>
    <string name="product_admin_create_product_special">מוצר מיוחד</string>
    <string name="product_admin_create_barcode"><b>Tip</b>: אתה יכול להשתמש בסורק ברקוד כדי ליצור מוצר.</string>

    <!-- PRODUCT CREATE -->
    <string name="product_create_title">מוצר חדש</string>
    <string name="product_create_name_default">מוצר חדש</string>
    <string name="product_create_prices_title">מחיר</string>
    <string name="product_create_prices_price">מחיר מבצע</string>
    <string name="product_create_packaging_title">אריזות ויחידות</string>
    <string name="product_create_ean_exists">מוצר עם EAN %1$s כבר קיים: %2$s</string>
    <string name="product_create_submit">שמור</string>
    <string name="product_create_submit_edit">שמור וערוך</string>

    <!-- PRODUCT CREATE SPECIAL -->
    <string name="product_create_special_title">צור מוצר מיוחד</string>
    <string name="product_create_special_submit">צור</string>

    <!-- PRODUCT - DETAIL -->
    <string name="product_detail_delete">מחק</string>
    <string name="product_detail_copy">צור עותק</string>
    <string name="product_detail_copy_name_suffix">%s (עותק של)</string>
    <!-- NAVIGATION -->
    <string name="product_detail_title">פרטי מוצר</string>
    <string name="product_detail_navigation_info">מידע בסיסי</string>
    <string name="product_detail_navigation_prices">מחיר</string>
    <string name="product_detail_navigation_price_plan">תוכנית מחיר</string>
    <string name="product_detail_navigation_warehouses">מחסנים</string>
    <string name="product_detail_navigation_ingredients">רכיבים</string>
    <string name="product_detail_navigation_portions">מנה</string>

    <!-- INFO -->
    <string name="product_detail_info_name">שם מוצר</string>
    <string name="product_detail_info_notes_title">הערות ותגים</string>
    <string name="product_detail_info_description">תיאור ארוך</string>
    <string name="product_detail_info_subtitle">הערה קצרה למוצר</string>
    <string name="product_detail_info_packaging_title">אריזות ויחידות</string>
    <string name="product_detail_info_stock_title">מלאי</string>
    <string name="product_detail_info_stock_packaging_info">כמה %s יתווסף אוטומטית להזמנה. נהדר אם מוכרים 6 פריטים באריזה יחידה.</string>
    <string name="product_detail_info_stock_deduct">ניכוי מהמלאי</string>
    <string name="product_detail_info_production">פריט ייצור\n<small>(מורכב ביישום מלאי)</small></string>
    <string name="product_detail_info_stock_over_title">היתר על מלאי:</string>
    <string name="product_detail_info_stock_over_allow">אפשר תמיד למכור</string>
    <string name="product_detail_info_stock_over_disallow">אל תאפשר מכירה</string>
    <string name="product_detail_info_stock_over_warn">הצג אזהרה בלבד</string>
    <string name="product_detail_info_stock_joint_sale">מכירה משותפת</string>
    <string name="product_detail_info_barcode_title">ברקוד</string>
    <string name="product_detail_info_barcode_ean">EAN קוד</string>
    <string name="product_detail_info_barcode_plu">PLU</string>
    <string name="product_detail_info_takeaway_title">להסיר</string>
    <string name="product_detail_info_takeaway_enabled">אפשר למכור פריט כמוצלח</string>
    <string name="product_detail_info_takeaway_enabled_all">כל הפריטים מורשים למכירה כמוצא לקחת</string>
    <string name="product_detail_info_takeaway_lower_vat_rate">אם תבחר, הפריט יימכר עם שיעור מע"מ נמוך יותר (%s) כשנבחר כמקח.</string>
    <string name="product_detail_info_tag">תגית</string>
    <string name="product_detail_info_notes_quick">הערות מהירות</string>
    <string name="product_detail_info_notes_quick_add">הערה מהירה:</string>
    <string name="product_detail_info_notes_note">הערה</string>
    <string name="product_detail_info_notes_dialog_title">הערות מהירות</string>
    <string name="product_detail_info_eet_subject_title">מכירה באמצעות (שליח)</string>
    <string name="product_detail_info_eet_fiscalization_disable">אל תבצע פיסקליזציה</string>
    <string name="product_detail_info_eet_subject_category">%s (תורשתי על ידי הגדרות קטגוריה)</string>
    <string name="product_detail_info_eet_subject">מכור פריט זה באמצעות (שליח):</string>
    <string name="product_detail_info_eet_subject_empty">=אין נושא EET=</string>
    <!-- WAREHOUSE -->
    <string name="product_detail_warehouse_set_default">השתמש במחסן זה</string>
    <string name="product_detail_warehouse_history">היסטוריית עסקאות</string>
    <string name="product_detail_warehouse_check_availability">בדוק זמינות</string>
    <string name="product_detail_warehouse_purchase_price">מחיר הרכישה</string>
    <string name="product_detail_warehouse_used">מחסן משומש</string>
    <!-- PRICES -->
    <string name="product_detail_prices_current_title">מחיר נוכחי</string>
    <string name="product_detail_prices_validity">תוקף: %s</string>
    <string name="product_detail_prices_plan">תוכנית מחיר</string>
    <string name="product_detail_prices_happy_hours">שעות טובות</string>
    <string name="product_detail_prices_validity_unlimited">תוקף ללא הגבלה</string>
    <string name="product_detail_prices_validity_from">אחרי %s</string>
    <string name="product_detail_prices_validity_to">לפני %s</string>
    <string name="product_detail_prices_without_vat">%s w/o מע"מ</string>
    <string name="product_detail_prices_points">%s נקודות</string>
    <string name="product_detail_prices_vat">מע"מ</string>

    <string name="product_detail_deduct_error_ingredient">שגיאת מרכיב !!!</string>
    <string name="product_detail_deduct_error_fix_first">תקן את החומרים לפני השמירה</string>

    <!-- PRICE EDIT -->
    <string name="product_detail_price_by_unit">ליחידה</string>
    <string name="product_detail_price_packaging">לאריזה</string>
    <string name="product_detail_price_on_sale">למכירה</string>
    <string name="product_detail_price_disable_sale">אל תחיל מכירות להזמנה</string>
    <string name="product_detail_price_with_vat">מחיר כולל מחיר מע"מ</string>
    <string name="product_detail_price_without_vat">מחיר ללא מע"מ</string>
    <string name="product_detail_price_timeable_price">חשב את המחיר הניתן לזמן</string>
    <string name="product_detail_price_requires_manual_price">תמיד בקש מחיר</string>
    <string name="product_detail_price_requires_manual_quantity">דורש הזנת כמות ידנית (משוקלל)</string>
    <string name="product_detail_price_points">נקודות בונוס</string>
    <string name="product_detail_price_points_name">נקודות בונוס</string>

    <!-- INGREDIENT -->
    <string name="product_ingredient_list_title">רשימת המוצרים</string>
    <string name="product_ingredient_list_empty">אין מה להראות.\nאתה יכול להוסיף מרכיב על ידי לחיצה על כפתור הוספה למטה.</string>

    <!-- PRODUCT SEARCH -->
    <string name="product_search_title">חיפוש מוצר</string>
    <string name="product_search_hint">הזן שם, EAN או PLU</string>

    <!-- PRODUCT DELETE -->
    <string name="product_delete_title">למחוק פריט?</string>
    <string name="product_delete_message">האם אתה בטוח למחוק פריט זה?</string>
    <string name="product_delete_error_title">לא ניתן למחוק מוצר!</string>
    <string name="product_delete_error_message">המוצר משמש כמרכיב ל: </string>

    <!-- PRODUCT SCAN -->
    <string name="product_scan_not_found">מוצר לא נמצא</string>
    <string name="product_scan_add">הוסף מוצר</string>
    <string name="product_scan_not_found_with_ean">מוצר עם ה  %s לא נמצא</string>
    <string name="product_scan_multiple_found_title">בחר מבין הפריטים שנמצאו</string>
    <string name="product_scan_create_or_select_from_catalog">אתה יכול לבחור את המוצר הממולא מהקטלוג שלנו או ליצור מוצר חדש בעצמך.</string>
    <string name="product_scan_fetching_from_catalog">מחפש בקטלוג ...</string>

    <!-- PRODUCT STOCK INFO -->
    <string name="product_stock_info">%s - מידע על מלאי</string>
    <string name="product_stock_info_not_found">סטטוס מלאי הפריטים לא נמצא או שלא ניתן לאתר אותו.</string>

    <!-- SPECIAL PRODUCTS -->
    <string name="product_special_divider_name">מחיצה</string>
    <string name="product_special_divider_description">מחלק קורסים בארוחות על הדפסת מטבח, ניתן להשבית הדפסה על קבלה בהגדרות הדפסה.</string>
    <string name="product_special_order_discount_name">הנחת הזמנה</string>
    <string name="product_special_order_discount_description">מוסיף הנחה קבועה להזמנה. ההנחה מחולקת באופן שווה על כל פריטי ההזמנה בקבלה.</string>

    <string name="product_special_warning_title">מוצר מיוחד</string>
    <string name="product_special_warning_message">אתה עומד לערוך מוצר מיוחד.\nשינויים מסוימים עלולים לשבור התנהגות מיוחדת במוצר.</string>


    <!-- ####################################################################################### -->
    <!--                                        CATEGORY                                         -->
    <!-- ####################################################################################### -->
    <string name="category_title">קטגוריה</string>
    <string name="category_display">תצוגה על המסך הראשי</string>
    <string name="category_vat">שיעור מע"מ ברירת מחדל</string>
    <string name="category_vat_no">=אל תשתמש=</string>
    <string name="category_delete">מחק</string>
    <string name="category_list_empty">בקטגוריה אין פריטים.\nאתה יכול ליצור אותם על ידי כפתור למטה.</string>
    <string name="category_list_drag_enabled">גרירת קטגוריה מופעלת</string>
    <string name="category_edit_title">עריכת קטגוריות</string>
    <string name="category_edit_name">שם קטגוריה</string>
    <string name="category_edit_disable_fiscalization">אל תבצע פיסקליזציה</string>
    <string name="category_edit_eet_subject">למכור באמצעות פרוקסי</string>
    <string name="category_all">כל המוצרים (מיוחדים)</string>
    <string name="category_delete_question">האם תרצה למחוק קטגוריה זו?</string>


    <!-- ####################################################################################### -->
    <!--                                  REGISTER OPEN / CLOSE                                  -->
    <!-- ####################################################################################### -->
    <string name="register_closed">הקופה סגורה כרגע. אנא פתח אותו באמצעות כפתור פנקס הקופות. אינך יכול להוסיף פריטים נוספים.</string>

    <!-- REGISTER OPEN -->
    <string name="register_close_closure_balance">יתרת מזומנים סגירה</string>
    <string name="register_open_payment_method">אמצעי תשלום</string>
    <string name="register_open_initial_balance">איזון ראשוני</string>

    <!-- REGISTER CLOSE -->
    <string name="register_close_title">סגור הרשמה</string>
    <string name="register_close_surplus">עודף מזומן:</string>
    <string name="register_close_deficiency">חסר במזומן:</string>
    <plurals name="register_close_open">
        <item quantity="one">יש לך %d ההזמנה נפתחה בהמתנה</item>
        <item quantity="other">יש לך %d פקודות פתוחות בהמתנה</item>
    </plurals>
    <plurals name="register_close_unpaid">
        <item quantity="one">יש לך %d בהמתנה ללא הזמנה</item>
        <item quantity="other">ישלך %d הזמנות שטרם שולמו בהמתנה</item>
    </plurals>
    <string name="register_close_total_cash">סך כל המזומנים</string>
    <string name="register_close_over_under">קצר / מעל</string>
    <string name="register_close_cash_info">סך כל המזומנים כולל המחאות, חותמות מזון וכו '.</string>
    <string name="register_close_payment_method">אמצעי תשלום</string>
    <string name="register_close_amount">כמות</string>

    <!-- SLIP -->
    <string name="register_close_slip">תלוש</string>
    <string name="register_close_warning_fill_slip">מלא תלוש שלם</string>
    <string name="register_close_money_type_name">שם</string>
    <string name="register_close_money_type_nominal_value">ערך נומינלי</string>
    <string name="register_close_slip_empty">התלוש ריק. אנא הגדר סוגי כסף בהגדרות היישום או כבה את התלוש.</string>
    <string name="register_close_food_vouchers_totals">הערך הכולל של שוברי המזון</string>


    <!-- ####################################################################################### -->
    <!--                                         ORDER                                           -->
    <!-- ####################################################################################### -->
    <!-- ORDER -->
    <string name="order_park">המתנה</string>
    <string name="order_split_cancel">בטל פיצול</string>
    <string name="order_split_confirm">פצל</string>
    <string name="order_empty">החשבון הנוכחי ריק</string>
    <string name="order_discount_title">הגדר הנחה</string>
    <string name="order_customer_delete_err_opened_bills">יש הזמנות פתוחות שהוקצו ללקוח זה. אנא פתור אותם תחילה.</string>
    <string name="order_cancel">בטל הזמנה זו</string>
    <string name="order_cancel_title">בטל חשבון?</string>
    <string name="order_cancel_content">האם אתה בטוח לבטל את החשבון הנוכחי?</string>
    <string name="order_vat_summary">מס</string>
    <string name="order_discount_summary">הנחה</string>

    <!-- OPEN ORDERS -->
    <string name="order_parked_title">הזמנות פתוחות</string>
    <string name="order_parked_filter_only_my">רק ההזמנות שלי</string>
    <string name="order_parked_no_order_found">לא נמצאה הזמנה</string>
    <string name="order_parked_no_order_found_show_all">הצג את כל ההזמנות</string>
    <string name="order_parked_no_table">הזמנות ללא שולחן</string>
    <string name="order_parked_historical">הזמנות היסטוריות</string>
    <plurals name="order_parked_item_items_count">
        <item quantity="one">%d פריט</item>
        <item quantity="other">%d פריטים</item>
    </plurals>
    <string name="order_parked_item_locked">הזמנה נעולה</string>
    <string name="order_parked_item_locked_dialog_title">הזמנה נעולה</string>
    <string name="order_parked_item_locked_dialog_message">
        Selected order is currently used by Mobile Waiter.%s
        \n\nUnlock this order on your Mobile Waiter first.
    </string>
    <string name="order_parked_item_locked_dialog_user">
        \n\nEmployee: %s
    </string>
    <string name="order_closed">ההזמנה סגורה</string>

    <!-- ORDER ACTIONS -->
    <string name="order_action_discount">ספק הנחה</string>
    <string name="order_action_scan_qr">סרוק QR</string>
    <string name="order_action_pay_unpaid">שלם</string>
    <string name="order_action_pay">שלם</string>
    <string name="order_action_fiscalize">(לבצע)</string>
    <string name="order_action_generate_invoice">שתף / הדפס חשבונית</string>
    <string name="order_action_generate_nonfiscal_invoice">הדפס חשבונית לא כספית</string>
    <string name="order_action_share_by_email">שתף במייל</string>
    <string name="order_action_details_title">אפשרויות הזמנת פעולה</string>
    <string name="order_action_payment_dialog">הצג שיח תשלומים</string>
    <string name="order_action_customer">הקצה לקוח</string>
    <string name="order_action_control_receipt">הדפס קבלת ביקורת</string>
    <string name="order_print_printshare">הדפס באמצעות אפליקציית PrinterShare</string>
    <string name="order_print_receipt_copy">הדפס עותק קבלה</string>
    <string name="order_action_change_payment_method">שנה את סוג התשלום</string>
    <string name="order_show_items">הצג / ביטול פריטי קבלה</string>


    <!-- ORDER CANCEL -->
    <string name="order_cancel_add_to_stock">Yes, add to stock</string>


    <!-- ORDER MERGE / SPLIT -->
    <string name="order_park_table_occupied">Table is occupied</string>
    <string name="order_split_title">Order options</string>
    <string name="order_split_and_close">Split and issue receipt</string>
    <string name="order_split_create_new">Split and save as new order</string>
    <string name="order_split_mode_warning">You are currently in Split Mode. You cannot add more items to this order.</string>
    <string name="order_merge_merge_orders">Merge with items</string>
    <string name="order_merge_new_order">Open new order</string>
    <string name="order_spit_submit">Split</string>

    <!-- ORDER PACKAGING -->
    <string name="order_item_info_discount">Discount</string>
    <string name="order_item_info_quantity">Quantity</string>
    <string name="order_item_info_note">Note</string>
    <string name="order_item_info_detail">Details</string>
    <string name="order_item_info_name">Name</string>
    <string name="order_item_info_price">Price</string>
    <string name="order_item_info_portion">Portion</string>
    <string name="order_item_info_take_away">Take away</string>
    <string name="order_item_info_submit">Set</string>
    <string name="order_item_margin">Margin</string>
    <string name="order_item_display">Display in Selection</string>
    <string name="order_item_price_purchase">Purchase Price w/o VAT</string>
    <string name="order_item_price_purchase_with_vat">Purchase Price with VAT</string>
    <string name="order_item_last_stock_transaction">Recent Stock Transactions</string>
    <string name="order_item_on_stock_quantity">On Stock Quantity</string>
    <string name="order_item_rounding">Rounding</string>
    <string name="order_item_discount_percent">Discount %s</string>
    <string name="order_item_info_quantity_overlay_title">The item has set a different portion than the standard portion.</string>
    <string name="order_item_info_quantity_overlay_message">To enter a quantity, first change the portion to the standard portion.</string>
    <string name="order_item_info_quantity_overlay_normal_portion">Set standard portion</string>


    <!-- ORDER HISTORY -->
    <string name="order_history_title">History</string>
    <string name="order_history_table">Table: %s</string>
    <string name="order_history_unpaid_title">Unpaid bills</string>
    <string name="order_history_show_unpaid">Show unpaid bills</string>
    <string name="order_history_receipt_title">Receipt lookup</string>
    <string name="order_history_receipt_not_found">Receipt %s not found</string>
    <string name="order_history_empty">There is no order/receipt matching your filter.</string>
    <string name="order_history_discount">%s points</string>
    <string name="order_history_related_cancel">Cancellation receipt</string>
    <string name="order_history_related_cancel_with_no">Cancellation receipt for %s</string>
    <string name="order_history_related_cancel_parked">Canceled opened order</string>
    <string name="order_history_status_paid">Paid</string>
    <string name="order_history_status_paid_part">Partially paid</string>
    <string name="order_history_status_unpaid">Unpaid</string>
    <string name="order_history_status_fiscalization_online">Fiscalized</string>
    <string name="order_history_status_fiscalization_offline">Not fiscalized</string>
    <string name="order_history_status_canceled_full">Fully canceled</string>
    <string name="order_history_status_canceled_part">Partially canceled</string>
    <string name="order_history_status_writeoff">Write-Off</string>
    <string name="order_history_search_button">Search by number</string>
    <string name="order_history_search_hint">Receipt no.:</string>
    <string name="order_history_filter_bills_title">Issued receipts</string>
    <string name="order_history_filter_payment_status">By payment status</string>
    <string name="order_history_filter_paid">Paid receipts</string>
    <string name="order_history_filter_unpaid">Unpaid receipts</string>
    <string name="order_history_filter_receipt_type">By receipt type</string>
    <string name="order_history_filter_normal">Common receipts</string>
    <string name="order_history_filter_canceled">Cancelled receipts</string>
    <string name="order_history_filter_cancellation">Cancellation receipts</string>
    <string name="order_history_filter_writeoff">Write-Offs</string>
    <string name="order_history_filter_order_title">Orders</string>
    <string name="order_history_filter_order_canceled">Cancelled open orders</string>
    <string name="order_history_filter_issue_date_title">Issue date</string>
    <string name="order_history_filter_issue_date_all">All</string>
    <string name="order_history_filter_issue_date_show_all">Show all</string>
    <string name="order_history_filter_issue_date_change">Change</string>
    <string name="order_history_filter_issue_date_set">Set</string>
    <string name="order_history_filter_customer_title">Customer</string>
    <string name="order_history_filter_customer_all">All customers</string>
    <string name="order_history_filter_customer_change">change</string>
    <string name="order_history_filter_employee_title">Issued by employee</string>
    <string name="order_history_filter_employee_all">All employees</string>
    <string name="order_history_filter_eet_title">Fiscalization status</string>
    <string name="order_history_filter_eet_all">All</string>
    <string name="order_history_filter_eet_success">Fiscalized</string>
    <string name="order_history_filter_eet_failure">Not fiscalized</string>
    <string name="order_history_filter_eet_disabled">Without fiscalization</string>
    <string name="order_history_popup_pay">Pay</string>
    <string name="order_history_popup_open">Open</string>
    <string name="order_history_popup_share">Share</string>
    <string name="order_history_popup_print">Print copy</string>

    <!-- ORDER WARNING/ERROR -->
    <string name="order_err_no_more_items">You cannot add more items to this order</string>
    <string name="order_err_save">Error. Unable to write data into Database. Current transaction has not been saved.</string>
    <string name="order_err_missing_points">Customer does not have enough points. This operation is not possible.</string>
    <string name="order_err_unavailable_stock_warning">You are adding quantity which is currently no longer available on stock.</string>
    <string name="order_err_unavailable_stock_warning_value">You are adding quantity which is currently no longer available on stock.
        \nQuantity for this item should be lesser than %s.</string>
    <string name="order_err_unavailable_stock_error">You are adding quantity which is currently no longer available on stock. You cannot add this quantity due to item settings.</string>
    <string name="order_err_unavailable_stock_error_value">You are adding quantity which is currently no longer available on stock. You cannot add this quantity due to item settings.
        \nQuantity for this item must be lesser than %s.</string>


    <!-- ####################################################################################### -->
    <!--                                        PAYMENT                                          -->
    <!-- ####################################################################################### -->

    <string name="payment_print_copy">Print Copy</string>
    <string name="payment_submit_cash">Paid Cash</string>
    <string name="payment_checkout">Checkout</string>
    <string name="payment_scan_qr">== Scan the code and pay this bill  ==</string>
    <string name="payment_open_link">Open Link in Browser</string>
    <string name="payment_paid_notification">%s Payment Received</string>

    <!-- TAKE AWAY -->
    <string name="payment_take_away_eat_in">Eat in</string>
    <string name="payment_take_away_take_away">Take away</string>

    <!-- PAYMENT METHODS -->
    <string name="payment_method">Payment method:</string>
    <string name="payment_type_cash">Cash</string>
    <string name="payment_type_credit_card">Credit Card</string>
    <string name="payment_type_food_voucher">Meal Voucher</string>
    <string name="payment_type_check">Check</string>
    <string name="payment_type_writeoff">Write-Off</string>
    <string name="payment_type_invoice">Invoice</string>
    <string name="payment_type_invoice_nonfiscal">Non-fiscal invoice</string>
    <string name="payment_type_bank_transfer">Bank transfer</string>
    <string name="payment_type_masterpass" translatable="false">Masterpass&#8482;</string>
    <string name="payment_type_sumup" translatable="false">SumUp</string>
    <string name="payment_type_not_paid">Not paid</string>

    <string name="payment_order_title">Order</string>
    <string name="payment_total">Total</string>
    <string name="payment_order_menu_split">Split order</string>
    <string name="payment_order_menu_split_cancel">Cancel order split</string>
    <string name="payment_order_menu_customer_set">Set customer</string>
    <string name="payment_order_menu_customer_change">Change customer</string>
    <string name="payment_order_menu_discount">Provide discount</string>
    <string name="payment_order_menu_note">Set note</string>
    <string name="payment_order_menu_lunch_invitation">Lunch invitation</string>
    <string name="payment_order_menu_lunch_invitation_cancel">Cancel lunch invitation</string>
    <string name="payment_order_menu_merge">Merge items</string>
    <string name="payment_order_menu_on_behalf">Sell by proxy</string>
    <string name="payment_order_split_title">To pay</string>
    <string name="payment_order_payment_title">Payment</string>
    <string name="payment_order_gastro_payment_title">Gastro payment</string>
    <string name="payment_item_split_title">Split item \"%s\"</string>
    <string name="payment_order_eet_subject">By proxy <b>%s</b></string>
    <string name="payment_eet_subject_title">Choose subject for sale by proxy</string>
    <string name="payment_eet_subject_me">Do not sell by proxy</string>

    <string name="payment_order_cancelation_title">Cancelation</string>
    <string name="payment_order_cancelation_split_title">Partial cancellation</string>
    <string name="payment_order_cancelation_split_cancel_title">Cancel partial cancellation</string>

    <string name="payment_payment_split_title">Payment split</string>
    <string name="payment_payment_split_methods">Edit</string>
    <string name="payment_payment_split_methods_title">Pick payment methods:</string>
    <string name="payment_payment_split_add">Add</string>
    <string name="payment_payment_split_remove">Remove</string>
    <string name="payment_payment_split_done">Done</string>

    <string name="payment_payment_menu_split">Create split payment</string>
    <string name="payment_payment_menu_split_cancel">Use simple payment</string>
    <string name="payment_payment_menu_document_invoice">Set as invoice</string>
    <string name="payment_payment_menu_document_receipt">Set as receipt</string>
    <string name="payment_payment_menu_full_layout_show">Show full dialog</string>
    <string name="payment_payment_menu_send_receipt">Send receipt</string>
    <string name="payment_payment_menu_print_receipt">Print</string>
    <string name="payment_payment_menu_print_receipt_full">Print full receipt</string>
    <string name="payment_payment_menu_print_receipt_mini">Print mini receipt</string>
    <string name="payment_payment_menu_take_away">Take away</string>
    <string name="payment_payment_menu_eat_in">Eat in</string>
    <string name="payment_payment_menu_non_gastro">Not a gastro order</string>
    <string name="payment_payment_menu_gastro">Gastro order</string>
    <string name="payment_options_empty">There are no options for current order</string>

    <string name="payment_send_receipt_phone_hint">Enter phone number</string>
    <string name="payment_send_receipt_email_hint">Enter email</string>
    <string name="payment_send_receipt_phone_invalid">Invalid phone number</string>
    <string name="payment_send_receipt_email_invalid">Invalid email address</string>
    <string name="payment_send_email_subject">Your receipt no. %s</string>

    <string name="payment_payment_noeet_receipt">Receipt won\'t be fiscalized</string>
    <string name="payment_payment_fiscalization_disable">Don\'t fiscalize receipt</string>
    <string name="payment_payment_fiscalization_enable">Fiscalize receipt</string>

    <string name="payment_payment_lunch_invitation">Will be printed with lunch invitation</string>

    <string name="payment_payment_eet_fiscalization_disabled_partly">Some of items will be issued without fiscalization</string>

    <string name="payment_payment_eet_subject_auto">Will be drawn as an authorized document</string>

    <string name="payment_stock_deduct_return">Return items to stock</string>
    <string name="payment_saving_order">Saving order</string>
    <string name="payment_not_paid">Not Paid</string>
    <string name="payment_not_paid_cancellation">Not Paid</string>
    <string name="payment_print">Print</string>
    <string name="payment_send">Send</string>
    <string name="payment_paid">Paid</string>
    <string name="payment_write_off">Written off</string>
    <string name="payment_paid_cancellation">Paid</string>

    <string name="payment_method_cash_to_pay">To pay</string>
    <string name="payment_method_cash_paid">Paid</string>
    <string name="payment_method_cash_change">Change</string>

    <string name="payment_negative_not_paid_error">Not paid value can not be negative.</string>
    <string name="payment_method_change_receipt_failed">Issued receipt can not be issued as %1$s,</string>
    <string name="payment_method_change_writeoff_failed">Issued write off can not be issued as %1$s,</string>

    <string name="order_merge_progress">Merging items…</string>
    <string name="progress_issue_receipt">Issuing receipt…</string>
    <string name="progress_order_validation">Validating order…</string>
    <string name="progress_moneylog">Creating financial records…</string>
    <string name="progress_deduct">Stock status modification in progress…</string>

    <string name="payment_validation_could_not_validate">Could not validate order</string>

    <string name="deduct_ingredients_missing_title">Problem with the ingredients</string>
    <string name="deduct_ingredients_missing_message">An error occurred while deducting the ingredients of some products.\nPlease review the ingredients of the following products:</string>

    <string name="order_fiscalization_disabled">Document issued without fiscalization</string>
    <string name="order_fiscalization_failed">Not fiscalized document</string>

    <!-- MASTERPASS -->
    <string name="payment_masterpass_cancel">Cancel transaction</string>
    <string name="payment_masterpass_cancel_title">Cancel transaction</string>
    <string name="payment_masterpass_cancel_message">Would you like to cancel current transaction</string>
    <string name="payment_masterpass_expired_title">Transaction expired</string>
    <string name="payment_masterpass_expired_message">Payment processing took long time.</string>
    <string name="payment_masterpass_declined_title">Transaction declined</string>
    <string name="payment_masterpass_declined_message">Transaction was declined.</string>
    <string name="payment_masterpass_status_created">Waiting to customer action…</string>
    <string name="payment_masterpass_status_assigned">Waiting to customer payment submit…</string>
    <string name="payment_masterpass_status_inprocess">Processing…</string>
    <string name="payment_masterpass_status_approved">Approved</string>
    <string name="payment_masterpass_status_expired">Expired</string>
    <string name="payment_masterpass_status_declined">Declined</string>


    <!-- ####################################################################################### -->
    <!--                                         USERS                                           -->
    <!-- ####################################################################################### -->
    <string name="user_add">Add User</string>
    <string name="user_delete">Delete user</string>
    <string name="user_delete_undo_message">User %s was successfully deleted.</string>
    <string name="user_pin_require">Enter the %d digit PIN</string>
    <string name="user_list_title">User List</string>
    <string name="user_edit_name">First Name and Surname</string>
    <string name="user_edit_email">Email</string>
    <string name="user_edit_pin_hint">PIN Change</string>
    <string name="user_edit_pin">PIN</string>
    <string name="user_edit_pin_used">Duplicated PIN with user %s. Please choose different one.</string>
    <string name="user_edit_enabled">Active</string>
    <string name="user_edit_phone">Phone</string>
    <string name="user_edit_permissions">User Permissions</string>
    <string name="user_edit_permissions_stock">User Permissions (Stock)</string>
    <string name="user_edit_require_pin_always">Access with PIN only</string>
    <string name="user_default_administrator">Administrator</string>
    <string name="user_list_empty">No Users</string>
    <string name="user_auth_restricted">You don\'t have permissions to access this feature</string>

    <!-- LOGIN -->
    <string name="user_login_pin">Enter PIN</string>


    <!-- ####################################################################################### -->
    <!--                                        CUSTOMER                                         -->
    <!-- ####################################################################################### -->
    <string name="customer_list_title">Customers</string>
    <string name="customer_list_new">New customer</string>
    <string name="customer_list_no_customer">No customer</string>
    <string name="customer_detail_delete">Delete customer</string>
    <string name="customer_expire_cancel">Cancel expiration</string>
    <string name="customer_edit_title">Edit Customer</string>
    <string name="customer_edit_vat_id_exists">Customer with VAT ID %1$s already exists: %2$s</string>
    <string name="customer_delete_title">Delete customer</string>
    <string name="customer_delete_message">Are you sure to delete and anonymize customer?</string>
    <string name="customer_delete_yes_plain">Delete only</string>
    <string name="customer_delete_yes_anonymize">Delete and anonymize</string>
    <string name="customer_company">Company</string>
    <string name="customer_company_id">Company ID</string>
    <string name="customer_company_info_load">Load info from registry</string>
    <string name="customer_company_info_missing_value">Enter %s first</string>
    <string name="customer_company_info_progress">Getting company info…</string>
    <string name="customer_vat_id">VAT ID</string>
    <string name="customer_company_name">Company Name</string>
    <string name="customer_name">Name</string>
    <string name="customer_first_name">First Name</string>
    <string name="customer_last_name">Surname</string>
    <string name="customer_address">Address</string>
    <string name="customer_city">City</string>
    <string name="customer_contacts">Contacts</string>
    <string name="customer_notes">Notes</string>
    <string name="customer_internal_note">Internal Note</string>
    <string name="customer_printable_note">Printable Note</string>
    <string name="customer_new_dialog_title">Add new Customer</string>
    <string name="customer_zip">Zip Code</string>
    <string name="customer_points">Reward Points</string>
    <string name="customer_tags">Customer Tags</string>
    <string name="customer_expire">Account expiration date</string>
    <string name="customer_expired_info">Customer\'s Account is Expired</string>
    <string name="customer_negative_points_sale">You can\'t sale item with negative points value without selected customer</string>
    <string name="customer_discount_group">Discount Group</string>
    <string name="customer_tag">tag</string>
    <string name="customer_error_empty_field">This field should not be empty!</string>
    <string name="customer_error_fill_field">Please fill in at least one required field!</string>
    <string name="customer_points_value">%s points</string>
    <string name="customer_pick">Pick customer</string>
    <string name="customer_exsting_order_title">Existing order</string>
    <string name="customer_exsting_order_message">Customer %s has already 1 another order.</string>
    <string name="customer_exsting_order_open">Open order</string>
    <string name="customer_exsting_order_merge">Merge with current order</string>
    <string name="customer_exsting_order_create">Create new order</string>


    <!-- ####################################################################################### -->
    <!--                                       TABLE MAP                                         -->
    <!-- ####################################################################################### -->
    <string name="table_map_title">Table map</string>
    <string name="table_map_page_title">Select a page</string>
    <string name="table_map_order_list_title">Orders on table %1$s</string>
    <plurals name="table_map_order_list_order_items_count">
        <item quantity="one">%1$d item</item>
        <item quantity="other">%1$d items</item>
    </plurals>
    <string name="table_map_order_list_add">New order on the table</string>

    <string name="table_map_add">Add new table</string>
    <string name="table_map_edit">Edit table map</string>
    <string name="table_map_save">Save new table layout</string>
    <string name="table_map_move">Move</string>
    <string name="table_map_page_number">Page %d</string>
    <string name="table_map_notes">Notes</string>
    <string name="table_map_rotate">Rotate table by 90 degrees</string>
    <string name="table_map_table_name">Table Name</string>
    <string name="table_map_split">Split items</string>
    <string name="table_map_table_style">Table Design Style</string>
    <string name="table_map_move_items">Move all items</string>
    <string name="table_map_consolidate">Consolidate same items</string>
    <string name="table_map_new_order_on_table">New order on table</string>
    <string name="table_map_seats">Number of seats</string>
    <string name="table_map_delete_this_table">Delete this table</string>
    <string name="table_map_delete_table_dialog_title">Do you really want to delete this table?</string>
    <string name="table_map_delete_table_dialog_message">You will not be able to use this table anymore.</string>


    <!-- ####################################################################################### -->
    <!--                                          PLU                                            -->
    <!-- ####################################################################################### -->
    <string name="plu_title">PLU code entry</string>
    <string name="plu_hint">Enter PLU code</string>
    <string name="plu_amount_empty">Amount of product could not be zero</string>
    <string name="plu_multiple_found">Multiple products found with this PLU</string>
    <string name="plu_multiple_select">Select product</string>

    <!-- ####################################################################################### -->
    <!--                                         RETAIL                                          -->
    <!-- ####################################################################################### -->
    <string name="simple_sale_catalog_pick">Pick from catalog</string>
    <string name="simple_sale_catalog_plu">PLU</string>
    <string name="simple_sale_catalog_price">Price</string>
    <string name="simple_sale_catalog_vat">VAT %s</string>
    <string name="simple_sale_catalog_vat_without">no VAT</string>
    <string name="simple_sale_product_name">Sale item name</string>
    <string name="simple_sale_product_pick">Pick a name</string>
    <string name="simple_sale_product_custom">Custom name</string>
    <string name="simple_sale_product_custom_prompt">Type a name</string>
    <string name="simple_sale_default_product_name">Sale</string>
    <string name="simple_sale_default_product_name_report">Quick sale</string>
    <string name="simple_sale_vat_title">VAT</string>
    <string name="simple_sale_no_vat_rate_selected_title">No VAT rate selected</string>
    <string name="simple_sale_no_vat_rate_selected_message">Choose VAT rate first</string>
    <plurals name="simple_sale_products_found">
        <item quantity="one">%d item found.</item>
        <item quantity="other">%d items found.</item>
    </plurals>
    <string name="catalog_title">Items catalog</string>
    <string name="catalog_last_used">Last used</string>
    <string name="catalog_top_sales">Top sales</string>
    <string name="catalog_categories">Categories</string>

    <!-- ####################################################################################### -->
    <!--                                    CUSTOMER DISPLAY                                     -->
    <!-- ####################################################################################### -->
    <string name="customer_display_total">Total</string>
    <string name="customer_display_cancel_order">Cancel</string>


    <!-- ####################################################################################### -->
    <!--                                    DISCOUNT GROUPS                                      -->
    <!-- ####################################################################################### -->
    <string name="discount_group_title">Discount Groups Management</string>
    <string name="discount_group_discount_percent">Discount Percent</string>
    <string name="discount_group_none">No discount groups</string>
    <string name="discount_group_none_abbr">None</string>
    <string name="discount_group_add">Add discount group</string>
    <string name="default_discount_no_group">No Discount 0%</string>
    <string name="default_discount_group">Discount Group 5%</string>
    <string name="default_customer_display_message">Dotypos\nWelcome</string>


    <!-- ####################################################################################### -->
    <!--                                        SUPPLIER                                         -->
    <!-- ####################################################################################### -->
    <string name="supplier_list_title">Suppliers List</string>
    <string name="supplier_new_title">Add new Supplier</string>
    <string name="supplier_edit_title">Edit Supplier</string>
    <string name="supplier_name">Name</string>
    <string name="supplier_tax_id">Company ID No.</string>


    <!-- ####################################################################################### -->
    <!--                                      CASH IN / OUT                                      -->
    <!-- ####################################################################################### -->
    <string name="cash_in_out_amount">Amount</string>
    <string name="cash_in_out_tag">tag</string>
    <string name="cash_in_out_purpose">Purpose of payment</string>


    <!-- ####################################################################################### -->
    <!--                                       DASHBOARD                                         -->
    <!-- ####################################################################################### -->
    <string name="dashboard_sales_title">Sales</string>
    <string name="dashboard_products_title">Items</string>
    <string name="dashboard_employees_title">Employees</string>
    <string name="dashboard_customers_title">Customers</string>
    <string name="dashboard_stock">Inventory</string>
    <string name="dashboard_menu_print">Print</string>
    <string name="dashboard_filter_name_hint">Filter Text</string>
    <string name="dashboard_unknown_customer">Unknown Customer</string>
    <string name="dashboard_by_category">By Category</string>
    <string name="dashboard_by_vat">By Sales Tax Breakdown</string>
    <string name="dashboard_canceled">Canceled Transactions</string>

    <!-- DASHBOARD CALENDAR -->
    <string name="calendar_title">Calendar</string>
    <string name="calendar_period_message">Pick time period</string>
    <string name="calendar_period">Time period</string>
    <string name="calendar_range_day">Day</string>
    <string name="calendar_range_week">Week</string>
    <string name="calendar_range_month">Month</string>
    <string name="calendar_shifts">By Shifts</string>

    <!-- DASHBOARD FILTER -->
    <string name="dashboard_filter">Dashboard Filter</string>
    <string name="dashboard_filter_text">Product Title</string>
    <string name="dashboard_filter_under_min_level">Inventory under Minimum Levels</string>
    <string name="dashboard_filter_apply">Apply filter</string>

    <!-- DASHBOARD EMAIL -->
    <string name="dashboard_email_summary_subject">Sales Summary %s</string>

    <!-- DASHBOARD STATS -->
    <string name="dashboard_stats_profit">Profit</string>
    <string name="dashboard_stats_total_discounts">Provided discounts value</string>
    <string name="dashboard_stats_receipts_with_discount">Receipts with discount</string>
    <string name="dashboard_stats_parked_orders_count">Parked Orders (open) All</string>
    <string name="dashboard_stats_parked_orders_value">Parked Orders Value All</string>
    <string name="dashboard_stats_total_sales_no_vat_payer">Product Sales</string>
    <string name="dashboard_stats_total_sales">Product Sales w/o VAT</string>
    <string name="dashboard_stats_total_sales_with_vat">Product Sales</string>
    <string name="dashboard_stats_order_count">Receipts Issued</string>
    <string name="dashboard_stats_total_sales_with_vat_canceled">Product Sales (Voided)</string>
    <string name="dashboard_stats_order_count_canceled">Receipts Issued (Voided)</string>
    <string name="dashboard_stats_money_transactions">Cash Transactions</string>
    <string name="dashboard_stats_money_in">Cash Received</string>
    <string name="dashboard_stats_money_out">Cash Out</string>
    <string name="dashboard_stats_payment_transactions">Transactions (%s)</string>
    <string name="dashboard_stats_average_sale_value">Average billed amount</string>
    <string name="dashboard_stats_vat_value">VAT collected</string>
    <string name="dashboard_stats_cash_deposits">Cash Deposits</string>
    <string name="dashboard_stats_field_without_vat">%s without VAT</string>
    <string name="dashboard_stats_field_with_vat">%s with VAT</string>
    <string name="dashboard_stats_orders_unpaid">Unpaid Orders</string>
    <string name="dashboard_stats_orders_unpaid_value">Unpaid Orders Value</string>
    <string name="dashboard_stats_orders_parked">Parked Orders (open)</string>
    <string name="dashboard_stats_orders_parked_value">Parked Orders Value</string>
    <string name="dashboard_stats_header_stock_purchase">Stock up</string>
    <string name="dashboard_stats_header_stock_transfer">Transfers</string>
    <string name="dashboard_stats_header_stock_sale">Sold</string>

    <!-- ####################################################################################### -->
    <!--                                      NOTIFICATIONS                                      -->
    <!-- ####################################################################################### -->
    <string name="notifications_title">Notifications</string>

    <!-- ####################################################################################### -->
    <!--                                          HELP                                           -->
    <!-- ####################################################################################### -->
    <string name="help_center_title">Help Center</string>
    <string name="help_center_support_request_summary">Email data for Remote Issue Analysis</string>
    <string name="help_center_manual">User manual</string>
    <string name="help_center_knowledge_base">Knowledge base</string>
    <string name="help_center_technical_support">Technical support</string>
    <string name="help_center_developer_data">Send data to developer</string>
    <string name="help_center_wifi">Wi-Fi Settings</string>
    <string name="help_center_more_apps">More apps to download</string>
    <string name="help_center_about">About application</string>
    <string name="help_request">Request Help</string>
    <string name="help_request_generate_pin">Generate code to access cloud</string>
    <string name="help_request_generate_pin_progress">Retrieving code…</string>
    <string name="help_request_generate_pin_error">Could not generate code</string>
    <string name="help_request_pin_text">Enter this verification code if prompted during authentication:</string>
    <string name="help_request_pin_support_info">Technical support info</string>
    <string name="help_request_pin_support_cloud_id">CID:</string>
    <string name="help_request_pin_support_branch_id">BID:</string>
    <string name="help_request_pin_support_license_key">License key:</string>
    <string name="help_request_pin_valid">Pin is valid:</string>
    <string name="help_request_subject">Help Dotypos Request</string>
    <string name="help_request_message_hint">Please describe your request</string>
    <string name="help_request_dialog_title">Help Request Received</string>
    <string name="help_request_dialog_message">Your Request ID is %d. Our Customer service specialist will get back to you.</string>


    <!-- ####################################################################################### -->
    <!--                                        LICENSE                                          -->
    <!-- ####################################################################################### -->
    <string name="license_code">License code:</string>
    <string name="license_check_error">Error while checking for License Status</string>
    <string name="license_check_success">License validated</string>
    <string name="license_check_empty">Error: Missing license</string>
    <string name="license_expire_notice">Your license will expire in %d days</string>
    <string name="license_status_header">License Type:</string>
    <string name="license_expire_header">License Expire Day:</string>
    <string name="license_upgrade_monthly_price">%s monthly</string>
    <string name="license_upgrade_prices_title">Pricing and Upgrade Options</string>
    <string name="license_upgrade_code">Use Unlock Code</string>
    <string name="license_type_premium">PREMIUM</string>
    <string name="license_type_premium_plus">UNLIMITED</string>
    <string name="license_type_start">START</string>
    <string name="license_type_free">FREE</string>
    <string name="license_type_trial">TRIAL</string>
    <string name="license_trial_text">You are currently using Limited Version of Dotypos. Your Trial has expired. Every transaction will have value of 99.99</string>

    <string name="license_upgrade_hint_title">Upgrade to a higher license</string>
    <string name="license_upgrade_hint_button">Order license</string>
    <string name="license_upgrade_hint_header">You are using license <xliff:g example="START" id="hint_license_type_start">%s</xliff:g>, which doesn\'t support this future.</string>
    <string name="license_upgrade_hint_start_footer">Order license <xliff:g example="START" id="hint_license_type_start">%s</xliff:g> and get access to this and more than 50 features.</string>
    <string name="license_upgrade_hint_premium_footer">Order license <xliff:g example="PREMIUM" id="hint_license_type_premium">%s</xliff:g> and get unlimited access to all functions.</string>

    <string name="license_expired_text">Your license key is expired.
        \n\nContact us at email podpora@dotykacka.cz or by phone +420 533 312 146</string>
    <string name="license_expired_code">License code: %s</string>
    <string name="license_expired_submit">License check</string>
    <string name="license_check_progress">Checking license…</string>

    <!-- ####################################################################################### -->
    <!--                                         E-SHOP                                          -->
    <!-- ####################################################################################### -->
    <string name="eshop_exit_dialog_message">Do you really want to cancel your order?</string>
    <string name="eshop_license_activation_progress">Activating your license…</string>
    <string name="eshop_license_activation_success">Your license was successfully activated.</string>
    <string name="eshop_license_activation_failure">License activation failure.\nPlease contact technical support.\nDetails:\n%s</string>

    <!-- ####################################################################################### -->
    <!--                                         SETUP                                           -->
    <!-- ####################################################################################### -->
    <!-- COUNTRY SELECTION -->
    <string name="setup_country_pick_title">Country selection</string>
    <string name="setup_country_pick_message">Please select the country where you use the cash register. Depending on the chosen country, the appropriate cash settings will be set, such as currency, rounding or VAT rates.</string>
    <string name="setup_country_pick_change">Change country</string>
    <string name="setup_country_pick_submit">Continue</string>
    <string name="setup_country_pick_list_title">Please pick a country</string>

    <!-- WELCOME -->
    <string name="setup_welcome_title">Welcome</string>
    <string name="setup_welcome_text">
        Dear customer,\n
        thank you for downloading the cash register application Dotypos. This app is one of the most downloaded cash register applications in the world. It represents a comprehensive and professional cash register software which you can now use freely for the next 30 days. We hope Dotypos will become an indispensable assistant for your business.\n
        \n
        Wishing you a pleasant day,\n
        \n
        The Dotypos Team
    </string>
    <string name="setup_welcome_customer_new">New Customer</string>
    <string name="setup_welcome_customer_returning">Returning Customer</string>

    <!-- LICENSE ENTRY -->
    <string name="setup_code_label">Please enter your license code:</string>
    <string name="setup_agreement"><![CDATA[I agree with <a href="?string/uri_setup_license_agreement?">Terms of use</a>]]></string>
    <string name="setup_next">Next</string>
    <string name="setup_welcome_trial">Continue with trial version</string>
    <string name="setup_code_error_invalid_title">Invalid license</string>
    <string name="setup_code_error_invalid_message">Entered code is not valid</string>
    <string name="setup_code_replacement_title">
        Entered license key is already use with another cash register.
        \nTo replace that cash register you have to sign in to your account.
    </string>
    <string name="setup_code_replacement_no_login_title">
        Entered license key is already use with another cash register.
        \nPlease contact technical support.
    </string>
    <string name="setup_code_replacement_use_before_expired">Entered license key is already expired.\nPlease contact technical support.</string>
    <string name="setup_code_replacement_used_no_cloudid_branchid">Entered license key is already being used but doesn\'t contain required information about the account.\nPlease contact technical support.</string>
    <string name="setup_code_replacement_no_login_go_back">Go back to Dotypos</string>
    <string name="setup_code_replacement_change">Change license key</string>
    <string name="setup_code_replacement_replace">Sign in</string>
    <string name="setup_code_replacement_used">Entered license key is used with another cash regiser.
        \nPlease use valid license key</string>
    <string name="setup_code_replacement_branch_not_found_message">
        No branch matching the given license key was found.
        \nPlease contact our technical support.
    </string>

    <!-- CLOUD LOGIN -->
    <string name="setup_cloud_text">Please enter your Dotypos Cloud credentials:</string>
    <string name="setup_cloud_login_email">Email</string>
    <string name="setup_cloud_login_password">Password</string>
    <string name="setup_cloud_login_submit">Login</string>
    <string name="setup_cloud_login_no_account"><![CDATA[<a href="?string/uri_help_hotline?">Don\'t have Dotypos Cloud account</a>]]></string>
    <string name="setup_cloud_support_title">Please contact our technical support</string>
    <string name="setup_cloud_support_body">You can contact us at email podpora@dotykacka.cz or by phone +420 533 312 146</string>

    <!-- CLOUD PICK -->
    <string name="setup_cloud_select_title">Cloud selection</string>
    <string name="setup_cloud_select_item_ico">Company ID: %s</string>
    <string name="setup_cloud_select_item_pick">Pick</string>
    <string name="setup_cloud_select_create">Create new Cloud</string>
    <string name="setup_cloud_select_info_title">Create new Cloud</string>
    <string name="setup_cloud_select_info_message">This option will create new Cloud with one Cash register. None of products, customers or employees will be shared with other Cash registers.</string>

    <!-- CLOUD SIGN UP -->
    <string name="setup_cloud_sign_up_title">New Dotypos Cloud account</string>
    <string name="setup_cloud_sign_up_company_title">Company information</string>
    <string name="setup_cloud_sign_up_company_id">Company ID</string>
    <string name="setup_cloud_sign_up_company_name">Company name</string>
    <string name="setup_cloud_sign_up_company_address">Company address</string>
    <string name="setup_cloud_sign_up_company_get_info">Load info from ARES</string>
    <string name="setup_cloud_sign_up_company_not_found">Company not found</string>
    <string name="setup_cloud_sign_up_company_vat_id">VAT ID</string>
    <string name="setup_cloud_sign_up_company_no_vat">I don\'t charge VAT</string>
    <string name="setup_cloud_sign_up_contact_title">Contact and Billing information</string>
    <string name="setup_cloud_sign_up_contact_name">Name and surname</string>
    <string name="setup_cloud_sign_up_contact_email">E-mail</string>
    <string name="setup_cloud_sign_up_contact_email_info">E-mail is used as login to Dotypos Cloud and for billing</string>
    <string name="setup_cloud_sign_up_contact_phone">Phone</string>
    <string name="setup_cloud_sign_up_password_title">Password</string>
    <string name="setup_cloud_sign_up_password_subtitle">for Dotypos Cloud login</string>
    <string name="setup_cloud_sign_up_password_enter">Set password</string>
    <string name="setup_cloud_sign_up_password_repeat">Repeat password</string>

    <string name="setup_replacement_title">Device replacement</string>
    <string name="setup_replacement_warning_title">Warning</string>
    <string name="setup_replacement_warning_message" formatted="false">Replacement of your cash register will cause a blockage and transferring data from the cash register %s into this device.</string>
    <string name="setup_replacement_agree">I acknowledge</string>
    <string name="setup_replacement_settings_title">Settings</string>
    <string name="setup_replacement_settings_history_title">Cash register history</string>
    <string name="setup_replacement_settings_history_all">Copy all receipts</string>
    <string name="setup_replacement_settings_history_3_months">Last 3 months</string>
    <string name="setup_replacement_settings_history_none">Don\'t copy any receipts</string>
    <string name="setup_replacement_start">Replace device</string>

    <!-- MIGRATION -->
    <string name="setup_migration_onepub_prompt">
        Enter your Master user credentials</string>
    <string name="setup_migration_onepub_full">Perform full data migration \n<small><i>(can take few minutes)</i></small></string>
    <string name="setup_migration_onepub_part">Transfer only basic data \n<small><i>(products, stock deducting, users, tables)</i></small></string>
    <string name="setup_migration_onepub_continue">Continue</string>
    <string name="setup_migration_onepub_forget">Forget password?</string>
    <string name="setup_migration_error_login_credentials">Your email or password is invalid.</string>
    <string name="setup_migration_progress_login">Signing in…</string>
    <string name="setup_migration_error_system">System error. Please contact technical support.\n\nError: %s</string>
    <string name="setup_migration_progress_migration">Data migration in progress…</string>
    <string name="setup_migration_progress_migration_report">Generating reports and stats…\n<small>(It can take few minutes)</small></string>
    <string name="setup_migration_progress_license">License key verification in progress…</string>

    <string name="setup_migration_delete_data_title">Data delete</string>
    <string name="setup_migration_delete_data_message">You are attempting to migrate data to the already set Dotypos app.
        \nPerforming the migration will cause complete data deletion, including settings.</string>


    <string name="setup_migration_onepub_forget_title">Forget password?</string>
    <string name="setup_migration_onepub_forget_message">Enter your email:</string>
    <string name="setup_migration_onepub_forget_submit">Reset password</string>
    <string name="setup_migration_onepub_forget_progress">Password reset in progress…</string>
    <string name="setup_migration_onepub_forget_success">Password reset instructions
        sent to provided email address.</string>


    <string name="setup_migration_onepub_key_license_key_missing">No license key found.
        \nPlease enter license key:</string>
    <string name="setup_migration_onepub_key_license_key_used">License key %s is already used with another cash register.
        \nPlease enter license key:</string>
    <string name="setup_migration_onepub_key_prompt">Please enter license key:</string>
    <string name="setup_migration_onepub_failed">Data migration failed.\nPlease contact technical support.</string>

    <!-- DEVICE PICK -->
    <string name="setup_cloud_pick_replace_license_code_valid" formatted="false">License: %s (valid to %s)</string>
    <string name="setup_cloud_pick_replace_license_code_invalid" formatted="false">License: %s (invalid)</string>
    <string name="setup_cloud_pick_replace_license_code_none">No active license</string>
    <string name="setup_cloud_pick_replace_submit">Replace device</string>
    <string name="setup_cloud_pick_new_device">Add new device</string>

    <!-- DEVICE -->
    <string name="setup_device_title">Device setup</string>
    <string name="setup_device_company_type_title">Select Business Type</string>
    <string name="setup_device_company_type_restaurant">Restaurant/Cafe</string>
    <string name="setup_device_company_type_retail">Retail</string>
    <string name="setup_device_company_type_services">Services</string>
    <string name="setup_device_company_type_hotel">Accommodation/Hotel</string>
    <string name="setup_device_company_type_quick">Fast Food/Quick Service</string>
    <string name="setup_device_company_type_others">Others</string>
    <string name="setup_device_company_type_feature_empty">No special feature enabled</string>
    <string name="setup_device_no_demo_data">Don\'t create demo sale items</string>
    <string name="setup_device_show_lunch_invitation">Show lunch invitation</string>
    <string name="setup_device_common_modify">Modify</string>
    <string name="setup_device_locale_title">Locale</string>
    <string name="setup_device_locale_country">Country</string>
    <string name="setup_device_locale_currency">Currency</string>
    <string name="setup_device_locale_currency_format_info" formatted="false">price rounded to %d digits, e.g.: %s</string>
    <plurals name="setup_device_locale_currency_format_info">
        <item quantity="one">price rounded to %1$d digit, e.g.: %2$s</item>
        <item quantity="other">price rounded to %1$d digits, e.g.: %2$s</item>
    </plurals>
    <string name="setup_device_locale_vat_rate">VAT rate</string>
    <string name="setup_device_register_title">Register information</string>
    <string name="setup_device_register_name">Register name</string>
    <string name="setup_device_register_address_title">Register address</string>
    <string name="setup_device_register_address_warning">Please make sure that you are entering the register address. This address will be printed in receipt\'s heading.</string>
    <string name="setup_device_register_establishment_name">Establishment name</string>
    <string name="setup_device_register_company_name">Company name</string>
    <string name="setup_device_register_address">Address</string>
    <string name="setup_device_register_zip">ZIP</string>
    <string name="setup_device_register_city">City</string>
    <string name="setup_device_register_company_id">Company ID</string>
    <string name="setup_device_register_not_filled">Please fill the register address first.</string>
    <string name="setup_device_register_vat_id">VAT ID</string>
    <string name="setup_device_register_vat_not_payer">I don\'t charge VAT</string>
    <string name="setup_device_register_name_default">%s register</string>
    <string name="setup_device_finish">Start using Dotypos</string>
    <string name="setup_device_key_not_found">License key not found. Please contact technical support.</string>

    <!-- PROGRESS -->
    <string name="setup_progress_license_validation">Checking license code…</string>
    <string name="setup_progress_login">Checking your credentials…</string>
    <string name="setup_progress_cloud_begin">Getting basic info…</string>
    <string name="setup_progress_cloud_waiting">Waiting to replaced device…</string>
    <string name="setup_progress_cloud_loading">Loading data (it may take a while)…</string>

    <!-- ERRORS AND VALIDATION -->
    <string name="setup_validate_license_code_empty">License code can\'t be empty.</string>
    <string name="setup_err_agreement">You have to agree with Terms of use to continue</string>
    <string name="setup_err_email_empty">Please enter your e-mail address.</string>
    <string name="setup_err_email_invalid">E-mail address is in invalid format.</string>
    <string name="setup_err_password_empty">Please enter your password.</string>
    <string name="setup_err_bad_credentials">E-mail or password is invalid.</string>
    <string name="setup_err_passwords_diff">Entered passwords are different.</string>
    <string name="setup_err_email_exist">Entered e-mail address is already assigned to another account</string>
    <string name="setup_err_email_exist_sign_in">Sign in</string>

    <!-- EXIT -->
    <string name="setup_exit_title">Exit %s</string>
    <string name="setup_exit_message">Do you really want to cancel setup and exit application?</string>

    <!-- SEGMENTS -->
    <string name="segment_gastro">Gastro</string>
    <string name="segment_gastro_bar">Bar</string>
    <string name="segment_gastro_club">Club</string>
    <string name="segment_gastro_disco">Disco</string>
    <string name="segment_gastro_hotel_accommodation">"Hotel, accommodation"</string>
    <string name="segment_gastro_coffee_shop_candy_store">"Coffee shop Candy store"</string>
    <string name="segment_gastro_stand">Stand</string>
    <string name="segment_gastro_pub">Pub</string>
    <string name="segment_gastro_restaurant">Restaurant</string>
    <string name="segment_gastro_fast_food">Fast food</string>
    <string name="segment_gastro_sports_bar">Sports bar</string>
    <string name="segment_retail_store">Retail store</string>
    <string name="segment_retail_store_grocery_store">Grocery store</string>
    <string name="segment_retail_store_specialized">Specialized</string>
    <string name="segment_retail_store_drugstore">Drugstore</string>
    <string name="segment_retail_store_tobacconist">Tobacconist</string>
    <string name="segment_retail_store_goods">Goods</string>
    <string name="segment_retail_store_goods_stand">Goods stand</string>
    <string name="segment_retail_store_others">Others</string>
    <string name="segment_services">Services</string>
    <string name="segment_services_crafts">Crafts</string>
    <string name="segment_services_deliveries">Deliveries</string>
    <string name="segment_services_services_with_establishments">Services with establishment</string>
    <string name="segment_services_mobile_services">Mobile services</string>
    <string name="segment_services_leisure_activities">Leisure activities</string>
    <string name="segment_services_others">Others</string>
    <string name="segment_manufacture">Manufacture</string>
    <string name="segment_manufacture_vegetable_animal">"Vegetable, animal"</string>
    <string name="segment_manufacture_forestry_mining">"Forestry, mining"</string>
    <string name="segment_manufacture_others">Others</string>
    <string name="segment_others">Others</string>
    <string name="segment_others_others">Others</string>

    <!-- ####################################################################################### -->
    <!--                                   CUSTOMER DISPLAY                                      -->
    <!-- ####################################################################################### -->
    <string name="customer_display_served_by">Served by: </string>

    <!-- ####################################################################################### -->
    <!--                                      PREFERENCES                                        -->
    <!-- ####################################################################################### -->
    <!-- POS -->
    <string name="pref_pos_title">POS Settings</string>
    <string name="pref_pos_summary">Generic Settings for POS system</string>
    <string name="pref_pos_name">POS Name</string>
    <string name="pref_pos_name_dialog_title">Friendly name to help you identify this POS system.</string>
    <string name="pref_pos_mode">POS mode</string>
    <string name="pref_pos_mode_basic">Catalog</string>
    <string name="pref_pos_mode_basic_details"><ol><li>suitable for businesses with small amount of items\n</li><li>restaurants\n</li><li>kiosks\n</li><li>services</li></ol></string>
    <string name="pref_pos_mode_retail">Instant sale</string>
    <string name="pref_pos_mode_retail_details"><ol><li>suitable for businesses with large amount of items with PLU or EAN codes\n</li><li>suitable for businesses with no items created\n</li><li>stores\n</li><li>news stands</li></ol></string>
    <string name="pref_pos_decimal_display">Displayed decimals</string>
    <string name="pref_pos_decimal_display_error_msg">The number of decimals must be greater than or equal to the number of decimals for the rounding of receipt items (%d)</string>
    <string name="pref_pos_decimal_item">Receipt items decimals round</string>
    <string name="pref_pos_decimal_item_error_msg">The number of decimals must be less than or equal to the number of displayed decimals (%d).</string>
    <string name="pref_pos_decimal_total">Receipt total decimals round</string>
    <string name="pref_pos_negative_prices">Negative Prices</string>
    <string name="pref_pos_negative_prices_summary">Allow Negative or Zero Product Value</string>
    <string name="pref_pos_negative_quantity">Allow Negative or Zero Product Quantities</string>
    <string name="pref_pos_negative_quantity_summary">Negative Quantity</string>
    <string name="pref_pos_group_items">Group Items on a Bill</string>
    <string name="pref_pos_group_items_summary">Increases Quantity on Existing Items</string>
    <string name="pref_pos_quick_pay">Quick Pay Mode</string>
    <string name="pref_pos_quick_pay_summary">Do not show Payment Dialog for faster transaction</string>
    <string name="pref_pos_qr_scanner">Allow QR Code Scanner</string>
    <string name="pref_pos_qr_scanner_summary">Scan QR or Barcode using build-in camera</string>
    <string name="pref_pos_register_title">Cash Register</string>
    <string name="pref_pos_order_series_id">Receipt Number Starts at</string>
    <string name="pos_change_country_title">Change country</string>

    <!-- TAKE AWAY -->
    <string name="pref_takeaway_title">Takeaway</string>
    <string name="pref_takeaway_enabled">Takeaway sale is enabled</string>
    <string name="pref_takeaway_enabled_disable">Disable</string>
    <string name="pref_takeaway_disabled">Takeaway sale is disabled</string>
    <string name="pref_takeaway_disabled_enable">Enable</string>
    <string name="pref_takeaway_low_rate_title">Lower VAT rate</string>
    <string name="pref_takeaway_low_vat_title">Use lower VAT rate for selected takeaway items</string>
    <string name="pref_takeaway_low_vat_help">VAT will be lowered for properly configured items.</string>
    <string name="pref_takeaway_low_vat_key">Lower rate:</string>
    <string name="pref_takeaway_behavior">Takeaway behavior</string>
    <string name="pref_takeaway_behavior_all">Allow to sale <b>all items</b> as takeaway</string>
    <string name="pref_takeaway_behavior_selected">Allow to sale <b>only selected</b> items as takeaway</string>
    <string name="pref_takeaway_usage_title">Usage</string>
    <string name="pref_takeaway_usage_allow_order_take_away">Allow to set <b>order as take away</b> before payment</string>
    <string name="pref_takeaway_usage_require_selection">Require eat in/take away selection <b>before payment</b></string>
    <string name="pref_takeaway_usage_require_item_selection">Require eat in/take away selection <b>for each item</b></string>
    <string name="pref_takeaway_items_management">Manage takeaway items</string>

    <!-- RECEIPT NUMBERING -->
    <string name="pref_pos_series_pattern_receipt">Receipt numbering</string>
    <string name="pref_pos_series_pattern_invoice">Invoice numbering</string>
    <string name="pref_pos_series_pattern_zreport">ZReport numbering</string>
    <string name="pref_pos_series_id_prefix_title">Number prefix</string>
    <string name="pref_pos_series_id_prefix_label">prefix</string>
    <string name="pref_pos_series_id_iterator_label">document counter</string>
    <string name="pref_pos_series_id_next_number">Next document number: %s</string>
    <string name="pref_pos_series_id_iterator_reset_occurrence_year">Reset document counter every year</string>
    <string name="pref_pos_series_id_iterator_reset_occurrence_month">Reset document counter every month</string>
    <string name="pref_pos_series_id_iterator_reset_occurrence_week">Reset document counter every week</string>
    <string name="pref_pos_series_id_iterator_reset_occurrence_day">Reset document counter every day</string>
    <string name="pref_pos_series_id_iterator_reset_occurrence_eternity">Never reset document counter</string>
    <string name="pref_pos_series_id_iterator_title">Document counter</string>
    <string name="pref_pos_series_id_iterator_number_of_digits">Number of digits</string>
    <string name="pref_pos_series_id_iterator_reset">Reset document counter</string>
    <string name="pref_pos_series_id_help_title">Document number formatting</string>
    <string name="pref_pos_series_id_help_message">You can specify own document number format.\n
        Allowed characters: %1$s\n
        Maximum number of characters: %2$d\n
        \n
        <b>Special formatting characters</b>\n
        \t- %%Y number of year (4 digits)\n
        \t- %%y number of year (2 digits)\n
        \t- %%m number of month (2 digits)\n
        \t- %%d number of day (2 digits)</string>

    <string name="pref_pos_currency_symbol">Currency Symbol</string>
    <string name="pref_pos_currency_code">Currency ISO 4217 Code</string>
    <string name="pref_pos_currency_alternative_title">Alternative Currency</string>
    <string name="pref_pos_currency_alternative_allow">Allow Alternative Currency</string>
    <string name="pref_pos_currency_alternative_exchange_rate">Exchange Rate</string>

    <string name="pref_pos_display_slip_at_register_close">Require slip with cash close</string>
    <string name="pref_pos_display_slip_at_register_open">Require slip with cash open</string>
    <string name="pref_pos_money_types_setting">Set/Update money types</string>
    <string name="pref_pos_change_money_types">Change default money types for slip</string>
    <string name="pref_pos_money_type">Money type</string>
    <string name="pref_pos_rewrite_initial_cash_balance">Filling out the initial cash balance</string>
    <string name="pref_pos_rewrite_initial_cash_balance_summary">Automatically fill out the initial cash balance at the cash register opening</string>

    <!-- EET -->
    <string name="pref_eet_title">EET settings</string>
    <string name="pref_eet_summary">Electronic government registration</string>
    <string name="pref_eet_mode_title">Registered sale data mode</string>
    <string name="pref_eet_mode_operational">Operational</string>
    <string name="pref_eet_mode_verification">Verification</string>
    <string name="pref_eet_environment_title">Eet target environment</string>
    <string name="pref_eet_environment_production">Production</string>
    <string name="pref_eet_environment_playground">Playground</string>
    <string name="pref_eet_configuration_check">Check configuration</string>
    <string name="pref_eet_vat_print">Print VAT on receipts</string>
    <string name="pref_eet_cashless_fiscalization">Fiscalize cashless paid receipts</string>
    <string name="pref_eet_noeet_receipts">Allow issuing receipts without EET</string>
    <string name="pref_eet_noeet_receipts_take_away">Issue takeaway receipts without EET</string>
    <string name="pref_eet_auto_fiscalization_title">Automatic EET data sending retry</string>
    <string name="pref_eet_auto_fiscalization_sumary">Retry every 30 minutes</string>
    <string name="pref_eet_subject_management_title">EET subjects management</string>
    <string name="pref_eet_subject_management_summary">Subjects for sale by proxy</string>
    <string name="pref_eet_simplified_mode">Use simplified EET mode</string>
    <string name="pref_eet_timeouts">Time limits</string>
    <string name="pref_eet_timeout_connection">Connection</string>
    <string name="pref_eet_timeout_read">Read</string>
    <string name="pref_eet_timeout_write">Write</string>
    <string name="pref_eet_timeout_dns">DNS</string>
    <string name="eet_subject_name">Name</string>
    <string name="eet_subject_vat_id">VAT ID</string>
    <string name="eet_subject_enabled">Show in list</string>
    <string name="eet_subject_vat_payer">Payer of VAT</string>
    <string name="eet_subject_add">Create new subject</string>
    <string name="eet_subject_save">Save</string>
    <string name="eet_subject_err_empty">Cannot be empty</string>
    <string name="eet_subject_err_vat_id_not_valid">Not valid VAT ID</string>
    <string name="eet_subject_err_invalid_vat_payer_combination">Combination of Non VAT payer seller and VAT payer EET subject is not supported.</string>
    <string name="eet_subject_empty_title">No EET subject</string>
    <string name="eet_subject_empty_message">You have not created any ERS subject for sale by proxy.</string>
    <string name="eet_btn_set">Set EET</string>
    <string name="eet_btn_state_ok">All receipt fiscalized</string>
    <string name="eet_btn_state_fail">Fiscalize missing receipts</string>
    <string name="eet_btn_state_fail_subtitle">%d documents not fiscalized</string>
    <string name="eet_btn_state_warning">Show fiscalization problems</string>
    <plurals name="eet_btn_state_warning_subtitle">
        <item quantity="one">There is %d fiscalization problem</item>
        <item quantity="other">There are %d fiscalization problems</item>
    </plurals>
    <string name="eet_disabled_title">Fiscalization is not enabled</string>
    <string name="eet_disabled_message">To continue you have to enable fiscalization in EET settings</string>
    <string name="eet_setup_basic">Basic information</string>
    <string name="eet_setup_basic_title" tools:ignore="TypographyFractions">EET settings (1/2)</string>
    <string name="eet_setup_basic_vat_id">VAT id</string>
    <string name="eet_setup_basic_branch_id">EET branch id</string>
    <string name="eet_setup_basic_next">Next</string>
    <string name="eet_setup_basic_vat_id_hint_title">VAT id</string>
    <string name="eet_setup_basic_vat_id_hint_message">If you are not a VAT payer, your VAT id consists of CZ followed by your birth number without the slash.</string>
    <string name="eet_setup_basic_vat_id_error">VAT id must consist of CZ followed by 8-10 digits</string>
    <string name="eet_setup_basic_branch_id_hint_title">EET branch id</string>
    <string name="eet_setup_basic_branch_id_hint_message">This field is a part of the information that you got from the Tax portal.</string>
    <string name="eet_setup_basic_branch_id_error" tools:ignore="TypographyDashes">EET branch must be a number in the range 1-999999</string>
    <string name="eet_setup_cert">Certificate setup</string>
    <string name="eet_setup_cert_title">EET settings (2/2)</string>
    <string name="eet_setup_cert_tooltip"><![CDATA[Select a certificate in the p12 format. <a href="http://manual.dotykacka.cz/index.html?Ziskaniautentizacnichudajuacerti.html#vygenerovani_certifikatu">Where to find it?</a>]]></string>
    <string name="eet_setup_cert_pick_file">Pick a certificate file</string>
    <string name="eet_setup_cert_loading_spinner">Checking certificate</string>
    <string name="eet_setup_cert_finish">Finish setup</string>

    <!-- TAXES -->
    <string name="pref_tax_title">Tax settings</string>
    <string name="tax_vat_title">VAT</string>
    <string name="tax_vat_name">VAT %s</string>
    <string name="tax_vat_edit_rate_title">Set new value of VAT rate</string>
    <string name="tax_vat_edit_rate_submit">Save</string>
    <string name="tax_vat_create_rate_title">Set value of VAT rate</string>
    <string name="tax_vat_create_rate_submit">Create</string>
    <string name="tax_vat_delete_title">Delete VAT rate</string>
    <string name="tax_vat_delete_message">Do you really want to delete VAT rate %s?</string>
    <string name="tax_vat_delete_yes">Yes</string>
    <string name="tax_vat_delete_no">No</string>
    <string name="tax_vat_add">Add new VAT rate</string>
    <string name="tax_vat_value_error">Invalid VAT value (should be between 0 and 100)</string>

    <string name="tax_display_price_without_tax">Work with prices without VAT</string>
    <string name="tax_display_price_without_tax_description">Recommended to use when most of your customers are Payers of VAT</string>

    <string name="tax_vat_become_payer_description">You are currently treated like a Non-payer of VAT.</string>
    <string name="tax_vat_become_payer_button">Become VAT payer</string>
    <string name="tax_vat_become_non_payer_description">You are currently treated like a VAT payer.</string>
    <string name="tax_vat_become_non_payer_button">Become Non-payer of VAT</string>


    <!-- DISPLAY -->
    <string name="pref_display_title">Display Settings</string>

    <string name="pref_display_default_screen_title">Default screen</string>
    <string name="pref_display_default_screen_description">Shown after order issue or park.</string>
    <string name="pref_display_default_screen_product">Product picker</string>
    <string name="pref_display_default_screen_open_orders">List of open orders</string>
    <string name="pref_display_default_screen_table_map">Table map</string>

    <string name="pref_display_sale_screen_title">Sale screen</string>
    <string name="pref_display_columns">Columns to display</string>
    <string name="pref_display_text_size">Text size within a box</string>
    <string name="pref_display_pricing_use_simple">Use simple pricing</string>
    <string name="pref_display_high_contrast">High contrast mode</string>
    <string name="pref_display_hide_navigation">Hide Android Status Bar</string>
    <string name="pref_display_box_show_price">Display price in a box</string>
    <string name="pref_display_hidden_box_in_search">Display hidden product boxes in search</string>
    <string name="pref_display_use_tares">Use tares with scale</string>

    <string name="pref_display_open_orders_title">Open Orders</string>
    <string name="pref_display_open_orders_display_type">Display type</string>
    <string name="pref_display_open_orders_display_type_simple">Simple</string>
    <string name="pref_display_open_orders_display_type_table">Table</string>
    <string name="pref_display_open_orders_display_type_detail">Detail</string>
    <string name="pref_display_open_orders_columns">Number of columns</string>
    <string name="pref_display_open_orders_columns_auto">Auto</string>
    <string name="pref_display_open_orders_group_historical">Group historical orders</string>
    <string name="pref_display_open_orders_group_historical_description">Orders untouched for more than 24 hours will be grouped at the end.</string>
    <string name="pref_display_open_orders_payment_button">Show order issue button</string>

    <string name="pref_display_payment">Payment</string>
    <string name="pref_display_payment_dialog_size">Payment dialog size</string>
    <string name="pref_display_payment_dialog_size_auto">Automatic size</string>
    <string name="pref_display_payment_dialog_size_full">Full</string>
    <string name="pref_display_payment_dialog_size_compact">Compact</string>
    <string name="pref_display_payment_lunch_invitation_title">Allow lunch invitation</string>
    <string name="pref_display_payment_lunch_invitation_summary">Show lunch invitation icon in payment dialog</string>

    <!-- USER -->
    <string name="pref_user_title">User Management</string>

    <!-- SECURITY -->
    <string name="pref_security_title">Security Settings</string>
    <string name="pref_security_auto_logout">Automatic logout</string>
    <string name="pref_security_auto_logout_summary">Logout user with active PIN</string>
    <string name="pref_security_pin_require">Require PIN</string>

    <!-- SYNC -->
    <string name="pref_sync_title">Synchronization and Backups</string>
    <string name="pref_sync_branch_id_title">Unique Installation Code</string>
    <string name="pref_sync_branch_id_message">Enter unique installation ID (minimum of 6 characters). Each record in the Database will be marked with this ID for easy identification. Do not change this number unless you know what you\'re doing.</string>
    <string name="pref_sync_cloud">Synchronize with Dotypos Cloud</string>
    <string name="pref_sync_auto_backup">Automatic Backup</string>
    <string name="pref_sync_auto_backup_enable">Enable automatic backup</string>
    <string name="pref_sync_auto_backup_dialog_title">Do you really want to disable automatic backup?</string>
    <string name="pref_sync_auto_backup_dialog_msg">If you turn off automatic backup, the application will not automatically back up your old data.</string>
    <string name="pref_sync_backup_external">Prefer external storage (SD Card)</string>
    <string name="pref_sync_backup_manual_option">Internal storage (SD card)</string>
    <string name="pref_sync_backup_manual_opt_no_csv">Internal storage (SD Card, without CSV)</string>
    <string name="pref_sync_backup_manual">Perform Manual Backup</string>
    <string name="pref_sync_import">Import CSV </string>
    <string name="pref_sync_cloud_account_title">Dotypos Account Cloud ID</string>
    <string name="pref_sync_cloud_accept_kitchen_orders">Accept Kitchen Orders</string>
    <string name="pref_sync_cloud_accept_kitchen_orders_summary">Will accept Kitchen Orders</string>
    <string name="pref_sync_cloud_kitchen_tag">Tagged products to order</string>
    <string name="pref_sync_cloud_master_data">Upload all Master Data</string>
    <string name="pref_sync_cloud_master_data_title">Cloud Refresh Push</string>
    <string name="pref_sync_cloud_master_data_message">Would you like to resend all local data to cloud? This may take few minutes.</string>
    <string name="pref_sync_branch_err_range">Your POS ID is out of range\nPlease contact technical support.</string>
    <string name="pref_sync_retention_group_title">Data Retention</string>
    <string name="pref_sync_retention_period_title">Retention period</string>
    <string name="pref_sync_retention_period_automatic">Automatic</string>
    <string name="pref_sync_retention_period_automatic_description">Keeps at least current and last month data</string>
    <string name="pref_sync_retention_period_manual">Manual</string>
    <string name="pref_sync_retention_period_disabled">Don\'t remove old data</string>
    <string name="pref_sync_retention_period_disabled_info">Can cause performance issues on devices with large number of transactions</string>
    <plurals name="pref_sync_retention_period_keep_day">
        <item quantity="one">Keep last day</item>
        <item quantity="other">Keep last %d days</item>
    </plurals>
    <plurals name="pref_sync_retention_period_keep_week">
        <item quantity="one">Keep last week</item>
        <item quantity="other">Keep last %d weeks</item>
    </plurals>
    <plurals name="pref_sync_retention_period_keep_month">
        <item quantity="one">Keep last month</item>
        <item quantity="other">Keep last %d months</item>
    </plurals>
    <plurals name="pref_sync_retention_period_keep_quarter">
        <item quantity="one">Keep last quarter</item>
        <item quantity="other">Keep last %d quarters</item>
    </plurals>
    <string name="pref_sync_retention_date">Keeps data since %s</string>
    <string name="pref_sync_retention_unit_quarter">quarters</string>
    <string name="pref_sync_retention_unit_month">months</string>
    <string name="pref_sync_retention_unit_weeks">weeks</string>
    <string name="pref_sync_retention_unit_days">days</string>
    <string name="pref_sync_retention_reason_register_close">There is no register close before this date.</string>

    <!-- EMAIL SUMMARY -->
    <string name="pref_email_sum_title">Email Summary Reports</string>
    <string name="pref_email_enabled">Send e-mails automatically</string>
    <string name="pref_email_to">Addresses to send</string>


    <!-- MODULES -->
    <string name="pref_module_title">External Modules</string>
    <string name="pref_module_summary">Add more features using Third-party Extensions</string>
    <string name="pref_module_market_title">Module Marketplace</string>
    <string name="pref_module_market_summary">Find more useful modules</string>
    <string name="pref_module_exploring_message">Finding installed Third-party Extensions</string>
    <string name="pref_module_external">External Modules</string>


    <string name="pref_advanced_category_title">Advanced options</string>
    <!-- DISCOUNT GROUPS -->
    <string name="pref_discount_groups_title">Discount Groups</string>

    <!-- TABLE MAP -->
    <string name="pref_table_map_title">Table map</string>
    <string name="pref_table_map_enabled">Table map is enabled</string>
    <string name="pref_table_map_enabled_disable">Disable</string>
    <string name="pref_table_map_disabled">Table map is disabled</string>
    <string name="pref_table_map_disabled_enable">Enable</string>
    <string name="pref_table_map_pages_title">Pages</string>
    <string name="pref_table_map_pages_message">Please pick one of the pages for tables management:</string>
    <string name="pref_table_map_pages_list_rename">Rename page</string>
    <string name="pref_table_map_pages_list_rename_title">Name of page</string>
    <string name="pref_table_map_pages_list_rename_save">Save</string>
    <string name="pref_table_map_pages_list_delete">Delete page</string>
    <string name="pref_table_map_pages_list_delete_title">Page deletion</string>
    <string name="pref_table_map_pages_list_delete_no_table_message">Do you really want to delete the page %1$s?</string>
    <string name="pref_table_map_pages_list_delete_with_tables_message">Page %1$s contains %2$d tables.\nDo you want to delete page and tables?</string>
    <string name="pref_table_map_pages_list_delete_with_orders_title">Page cannot be deleted</string>
    <string name="pref_table_map_pages_list_delete_with_orders_message">Page %1$s contains %2$d tables with orders and can\'t be deleted.\nPlease close the orders first.</string>
    <string name="pref_table_map_pages_add">Add new page</string>
    <string name="pref_table_map_activity_title">Activity monitoring</string>

    <string name="pref_table_map_activity_enabled">Display last table action time</string>
    <string name="pref_table_map_change_alert">Alert time</string>
    <string name="pref_table_map_change_alert_prompt">Alert time (in minutes)</string>
    <string name="pref_table_map_change_warning">Warning time</string>
    <string name="pref_table_map_change_warning_prompt">Warning time (in minutes)</string>

    <string name="pref_table_map_behavior">Behavior</string>
    <string name="pref_table_map_behavior_show_after_order_close">Show table map after order close</string>

    <!-- TABLE MAP PAGE -->
    <string name="pref_table_map_page_edit_title">Management of page %s</string>
    <string name="pref_table_map_page_edit_rename">Rename</string>
    <string name="pref_table_map_page_edit_delete">Delete page</string>
    <string name="pref_table_map_page_edit_add">Add table</string>
    <string name="pref_table_mape_page_edit_edit">Edit table</string>

    <!-- PAYMENTS -->
    <string name="pref_payment_title">Payment Settings</string>
    <string name="pref_payment_card_title">Payment card setup</string>
    <string name="pref_payment_credit_card_terminal">Payment card</string>
    <string name="pref_payment_credit_card_allow_open_drawer">Open the cash drawer after the credit card payment</string>
    <string name="pref_payment_terminal_not_installed">Terminal driver not installed, please contact support technician!</string>
    <string name="pref_payment_terminal_select_app">Select terminal app</string>
    <string name="pref_payment_type_food_voucher">Meal Vouchers</string>
    <string name="pref_payment_type_food_voucher_electronic">Electronic Food Vouchers</string>
    <string name="pref_payment_type_food_voucher_electronic_settings">Electronic Food Vouchers settings</string>
    <string name="pref_payment_type_food_voucher_electronic_use_terminal">Use payment terminal</string>
    <string name="pref_payment_type_voucher">Gift Card/Voucher</string>
    <string name="pref_payment_type_bank_transfer">Bank transfer</string>
    <string name="pref_payment_type_check">Cashier\'s Checks</string>
    <string name="pref_payment_type_writeoff">Write-Offs</string>
    <string name="pref_payment_type_invoice">Invoices</string>
    <string name="pref_payment_ilq_title">ILQ mobile payment</string>
    <string name="pref_payment_ilq_enable">Accept mobile ILQ payments</string>
    <string name="pref_payment_ilq_account_id">Merchant Account ID</string>
    <string name="pref_payment_ilq_account_id_message">Enter bank account number or merchant account ID provided by ILQ</string>

    <!-- MASTERPASS -->
    <string name="pref_payment_masterpass_title">Masterpass&#8482; setup</string>
    <string name="pref_payment_masterpass_logo">Display Masterpass&#8482; logo on Customer display</string>
    <string name="pref_masterpass_environment">Masterpass&#8482; environment</string>
    <string name="pref_payment_sumup_settings">SumUp<sup>&#174;</sup> settings</string>

    <!-- PRINTER -->
    <string name="pref_printer_title">Print Settings</string>
    <string name="pref_print_all_receipts">Print All Receipts</string>
    <string name="pref_print_not_selected">Printer not configured</string>
    <string name="pref_print_receipts">Printer for Receipts</string>
    <string name="pref_print_kitchen">Printer for Orders</string>
    <string name="pref_print_zreports_enabled">Automatically print ZReport</string>
    <string name="pref_print_header_order_number">Order number</string>
    <string name="pref_print_header_customer_basic_info">Customer Basic Info</string>
    <string name="pref_print_header_customer_address">Customer Address</string>
    <string name="pref_print_header_customer_contacts">Customer Contacts</string>
    <string name="pref_print_header_customer_note">Customer Printable note</string>
    <string name="pref_print_header_product_subtitle">Product subtitle</string>
    <string name="pref_print_header_product_quick_notes">Product quick notes</string>
    <string name="pref_print_header_product_unit_price">Product unit price</string>
    <string name="pref_print_header_branch_name">Branch name (location)</string>
    <string name="pref_print_header_order_note">Order note</string>
    <string name="pref_print_received">Received</string>
    <string name="pref_print_change">Change</string>
    <string name="pref_print_employee_name">Employee</string>
    <string name="pref_print_mini_receipt_summary">Save the paper with small receipts</string>
    <string name="pref_print_kitchen_table">Table:</string>
    <string name="pref_print_kitchen_orders">Print kitchen Orders</string>
    <string name="pref_print_logo">Header Logo Image</string>
    <string name="pref_print_header">Header Text</string>
    <string name="pref_print_footer">Footer Text</string>
    <string name="pref_print_invoice_footer">Invoice Footer Text</string>
    <string name="pref_print_header_enable">Print Text and Images</string>
    <string name="pref_print_model">Printer Model</string>
    <string name="pref_print_port">Port</string>
    <string name="pref_print_connection">Printer Connection</string>
    <string name="pref_print_address">Address</string>
    <string name="print_settings_printer_print_test">Test Print</string>
    <string name="pref_print_cut_full">Full Paper Cut</string>
    <string name="pref_print_cut_part">Partial Paper Cut</string>
    <string name="pref_print_cut_none">No Paper Cut</string>
    <string name="pref_print_kitchen_prices">Print prices</string>
    <string name="pref_print_kitchen_takeaway">Print "Takeaway"</string>
    <string name="pref_print_kitchen_print_order_items_separately">Print order items separately</string>
    <string name="pref_print_fields">Fields to Print</string>
    <string name="pref_print_order_ignore_tag">Exclude Print Items with Tag from Receipt</string>
    <string name="pref_print_order_number_reset">Reset order number on register open</string>
    <string name="pref_print_driver">Driver</string>
    <string name="pref_print_zreports_items">Print each product item</string>
    <string name="pref_print_beep_count">Beep Count</string>
    <string name="pref_print_append_lines">Append Lines</string>
    <string name="pref_print_code_page">Code page</string>
    <string name="pref_print_characters">Characters per line</string>
    <string name="pref_print_copies">Print Copies</string>
    <string name="pref_print_zreports">ZReports</string>
    <string name="pref_print_orders_inverse_number">Print number inverted</string>
    <string name="pref_print_orders_large_item">Large item names</string>
    <string name="pref_print_canceled_title">Cancelled orders</string>
    <string name="pref_print_canceled_orders">Print cancelled orders</string>
    <string name="pref_print_cancelled_receipts">Print cancelled orders when cancelling receipts</string>
    <string name="pref_print_kitchen_orders_exclude">Do not print orders</string>
    <string name="pref_print_kitchen_filter_tag">Tag Filter for Orders</string>
    <string name="pref_print_language">Print language</string>


    <string name="pref_print_zreport_discounts">Print provided discounts</string>
    <string name="pref_print_zreport_cash_in_out">Print cash in/out</string>
    <string name="pref_print_zreport_slip">Print slip</string>
    <string name="pref_print_zreport_sales">Print sales</string>
    <string name="pref_print_zreport_profit">Print profit</string>
    <string name="pref_print_zreport_sales_category">by category</string>
    <string name="pref_print_zreport_sales_product">by product</string>
    <string name="pref_print_zreport_sales_tag">by tag</string>
    <string name="pref_print_zreport_sales_employee">by employee</string>
    <string name="pref_print_zreport_sales_customer">by customer</string>
    <string name="pref_print_zreport_sales_proxy">by proxy</string>
    <string name="pref_print_zreport_sales_categorized_products">categorized products</string>
    <string name="pref_print_zreport_sales_fiscalization">by fiscalization</string>
    <string name="pref_print_zreport_sales_takeaway">by takeaway</string>

    <string name="print_settings_title">Print Settings</string>
    <string name="print_settings_printer_empty">There are no printers set.</string>
    <string name="print_settings_printer_add">Add printer</string>
    <string name="print_settings_printer_add_title">Add printer</string>
    <string name="print_settings_printer_add_connection_type">Connection type</string>
    <string name="print_settings_printer_connection_usb" translatable="false">USB</string>
    <string name="print_settings_printer_connection_bt" translatable="false">Bluetooth</string>
    <string name="print_settings_printer_connection_net">Network</string>
    <string name="print_settings_printer_connection_change">Change</string>
    <string name="print_settings_printer_device">Device</string>
    <string name="print_settings_printer_device_usb_empty">No USB device found.</string>
    <string name="print_settings_printer_device_bluetooth_empty">No Bluetooth device found.</string>
    <string name="print_settings_printer_device_network_empty">No network device found.</string>
    <string name="print_settings_printer_device_network_searching">Searching for network devices…</string>
    <string name="print_settings_printer_device_network_manual_ip">Manual IP entry…</string>
    <string name="print_settings_printer_device_network_ip_dialog_message">Enter printer IP address:</string>
    <string name="print_settings_printer_device_network_ip_dialog_fail">IP address is not valid</string>
    <string name="print_settings_printer_device_change">Change</string>
    <string name="print_settings_printer_usb_permission_text">Permission to access to device <b>%s</b> is not granted.</string>
    <string name="print_settings_printer_usb_permission_request">Request permission grant</string>
    <string name="print_settings_printer_automatic">Automatically set</string>
    <string name="print_settings_printer_automatic_manual">Customize</string>
    <string name="print_settings_printer_name">Name</string>
    <string name="print_settings_printer_encoding">Encoding</string>
    <string name="print_settings_printer_codepage">Codepage</string>
    <string name="print_settings_printer_font_a">Characters</string>
    <string name="print_settings_printer_font_b">Characters (Font B)</string>
    <string name="print_settings_printer_features_title">Supported features</string>
    <string name="print_settings_printer_features_cut">Paper cut</string>
    <string name="print_settings_printer_features_drawer">Drawer opening</string>
    <string name="print_settings_printer_features_beep">Beep</string>
    <string name="print_settings_printer_finish">Finish</string>
    <string name="print_settings_printer_title">Printer</string>
    <string name="print_settings_printer_tasks_title">Print tasks</string>
    <string name="print_settings_printer_settings">Settings</string>
    <string name="print_settings_printer_delete">Delete printer</string>
    <string name="print_settings_printer_delete_title">Delete printer?</string>
    <string name="print_settings_printer_delete_message">Do you really want to delete this printer?</string>
    <string name="print_settings_print_task_add">Add print task</string>
    <string name="print_settings_print_task_delete">Delete</string>
    <string name="print_settings_print_task_delete_title">Delete print task</string>
    <string name="print_settings_print_task_delete_message">Do you want to delete print task?</string>
    <string name="print_settings_print_task_filters_title">Filters</string>
    <string name="print_settings_print_task_filters_add">Add filter</string>
    <string name="print_settings_print_task_filters_remove">Delete filter</string>
    <string name="print_settings_print_task_settings_title">Print settings</string>
    <string name="print_settings_print_task_settings_language">Print language</string>
    <string name="print_settings_print_task_settings_copies">Number of copies</string>
    <string name="print_settings_print_task_settings_font_b">Use smaller font</string>
    <string name="print_settings_print_task_settings_beep">Beep</string>
    <string name="pref_print_mini_receipt_title">Mini receipt</string>
    <string name="pref_print_receipts_automatically">Print Receipts Automatically</string>
    <string name="pref_print_divider">Print dividers</string>
    <string name="pref_print_receipts_eet_qr">Print Účtenkovka QR code</string>
    <string name="pref_print_receipts_pl_control_receipt_info">Print label on control receipt</string>
    <string name="pref_print_fields_to_print">Fields to Print</string>
    <string name="pref_print_order_logo">Print Logo on Receipts</string>
    <string name="print_task_receipt_logo_change">Change</string>
    <string name="print_task_receipt">Print receipts</string>
    <string name="print_task_invoice">Print invoice</string>
    <string name="print_task_report">Print report</string>
    <string name="print_task_kitchen_order">Print orders</string>
    <string name="print_task_cash_in_out">Print cash in/out</string>
    <string name="print_task_filter_condition_order_item_tag">By item tag</string>
    <string name="print_task_filter_condition_order_item_tag_include">Only tags</string>
    <string name="print_task_filter_condition_order_item_tag_exclude">All, excluding tags</string>
    <string name="print_task_filter_condition_order_item_tag_include_compact">only</string>
    <string name="print_task_filter_condition_order_item_tag_exclude_compact">w/o</string>
    <string name="print_task_filter_condition_order_item_tag_tag">tag</string>
    <string name="print_task_filter_condition_order_device">By device</string>
    <string name="print_task_filter_condition_order_device_not_available">available only with license %s</string>
    <string name="print_task_filter_condition_order_device_subtitle">Printing from the selected devices</string>
    <string name="print_task_filter_condition_order_device_description">Printing from: %s</string>
    <string name="print_task_filter_condition_order_device_this_register">This register</string>
    <string name="print_task_filter_condition_order_device_api">API</string>
    <string name="print_task_font_b">smaller font</string>
    <string name="print_task_description_print_mini">mini receipt</string>
    <string name="print_task_description_print_automatically_disabled">don\'t print automatically</string>
    <string name="print_task_description_print_logo">with logo</string>

    <string name="print_advanced">Advanced settings</string>

    <!-- INVOICE -->
    <string name="pref_invoice_title">Invoices</string>
    <string name="pref_invoice_enabled">Enable invoices</string>
    <string name="pref_invoice_footer">Footer</string>
    <string name="pref_invoice_number_group">Numerical series</string>
    <string name="pref_invoice_number_title">Use separate invoice numbering</string>
    <string name="pref_invoice_number_value">Invoice number</string>

    <!-- PLU KEYBOARD -->
    <string name="pref_plu_title_normal">PLU keyboard</string>
    <string name="pref_plu_title_instant_sale">Instant sale</string>
    <string name="pref_display_plu">Display PLU screen</string>
    <string name="pref_plu_price_entry">Allow sale by price entry</string>

    <!-- CUSTOMER DISPLAY -->
    <string name="pref_customer_display_title">Customer display</string>
    <string name="pref_customer_display_default_text">Default text</string>
    <string name="pref_customer_display_language">Customer display language</string>
    <string name="pref_customer_display_extended_title">Extended Dotypos display</string>
    <string name="pref_customer_display_extended_discovery">Connect Dotypos display</string>
    <string name="pref_customer_display_extended_discovery_progress">Searching for Dotypos displays…</string>
    <string name="pref_customer_display_extended_enabled">Enable Dotypos display</string>
    <string name="pref_customer_display_extended_address">IP Address</string>
    <string name="pref_customer_display_extended_port">Port</string>
    <string name="pref_customer_display_extended_set_up">Set</string>
    <string name="pref_customer_display_extended_settings">Show display settings</string>
    <string name="pref_customer_display_extended_settings_description">Shows settings on customer display</string>
    <string name="pref_customer_display_extended_setup_ok">Display was successfully set up.</string>
    <string name="pref_customer_display_extended_connection_error">Shows settings on customer display</string>
    <string name="pref_customer_display_show_logo_on_receipt">Display logo</string>
    <string name="pref_customer_display_receipt_logo">Displayed logo</string>
    <string name="pref_customer_display_old_version_title">Failed to set the logo</string>
    <string name="pref_customer_display_old_version_message">Please update the Customer Display application in order to set the logo</string>

    <!-- WAREHOUSES -->
    <string name="pref_warehouse_title">Warehouses</string>
    <string name="pref_warehouse_default">Default warehouse</string>

    <!-- MOBILE WAITER -->
    <string name="pref_mobile_waiter_title">Mobile Waiter</string>
    <string name="pref_mobile_waiter_enabled">Allow Mobile Waiter usage</string>
    <string name="pref_mobile_waiter_unlimited">Unlimited</string>
    <string name="pref_mobile_waiter_unlimited_text">You have unlimited number of mobile waiters for your license.</string>
    <string name="pref_mobile_waiter_limited">Licensed devices</string>
    <string name="pref_mobile_waiter_limited_text">Your license allows usage of <b>1 Mobile Waiter device</b>
        \nYou can choose which one to use below.</string>
    <string name="pref_mobile_waiter_use">Use</string>
    <string name="pref_mobile_waiter_used">active</string>

    <!-- CASH DRAWER -->
    <string name="pref_cash_drawer_title">Cash drawer</string>
    <string name="pref_cash_drawer_open_after_receipt">Open cash drawer after printing receipt</string>
    <string name="pref_cash_drawer_open_after_payment">Open cash drawer after payment</string>
    <string name="pref_cash_drawer_open_once">Open cash drawer just once</string>
    <string name="pref_cash_drawer_open_once_description">Open cash drawer after printing receipt or after payment</string>
    <string name="pref_cash_drawer_open_after_payment_method_pick">Open cash register after payment method pick</string>
    <string name="pref_cash_drawer_open_button">Display open button on main screen</string>
    <string name="pref_cash_drawer_printer_warning">Please setup your printer first!</string>

    <!-- EXPERIMENTAL -->
    <string name="pref_experimental_title">Experimental features</string>
    <string name="pref_nsd_enabled_title">NSD enabled</string>

    <!-- SUPPORT -->
    <string name="pref_support_title">Advanced Developer Options</string>
    <string name="pref_support_summary">For technical support crew</string>
    <string name="pref_support_wifi_settings">Wi-Fi Settings</string>
    <string name="pref_support_market">Open in Android Market</string>
    <string name="pref_support_market_summary">Check for Dotypos Update</string>
    <string name="pref_support_team_viewer">Launch TeamViewer</string>
    <string name="pref_support_db_optimize">Optimize Database</string>
    <string name="pref_support_purge">Data purge</string>
    <string name="pref_support_report">Generate reports</string>
    <string name="pref_support_log_level">Set log level</string>
    <string name="pref_support_version_log">Version log</string>
    <string name="pref_support_retention_log">Data retention log</string>
    <string name="pref_support_setup_reset">Force setup guide on next start</string>
    <string name="pref_support_wal_enabled">Enable database WAL</string>
    <string name="pref_support_wal_enabled_description">Restart application to apply</string>
    <string name="pref_support_recover_db">Database recovery</string>
    <string name="pref_support_category_cloud">Synchronization</string>
    <string name="pref_support_category_database">Database</string>
    <string name="pref_support_category_other">Other</string>
    <string name="pref_support_setup_reset_title">Force setup guide</string>
    <string name="pref_support_setup_reset_message">Do you want to force setup guide on next start?</string>
    <string name="pref_support_experimental">Enable experimental features</string>
    <string name="pref_support_max_breadcrumbs_title">Amount of breadcrumbs to preserve</string>
    <string name="pref_support_report_anr">Report ANR</string>
    <string name="pref_support_max_breadcrumbs_message">Set the maximum number of breadcrumbs to keep and sent to Bugsnag (requires app restart).</string>
    <string name="pref_support_send_bugsnag_notification_title">Send test notification to Bugsnag (includes max number of breadcrumbs).</string>
    <string name="pref_support_send_bugsnag_notification_message">For testing Bugsnag integration. Use with caution.</string>
    <string name="pref_support_bugsnag_notif_placeholder">Optional message</string>
    <string name="pref_support_send_db">Send Data to Developer</string>
    <string name="developer_data_send_state_init">You can send data by pressing button below</string>
    <string name="developer_data_send_state_creating_backup">Creating database backup…</string>
    <string name="developer_data_send_state_uploading_backup">Sending database backup…</string>
    <string name="developer_data_send_state_done">Successfully sent</string>
    <string name="developer_data_send_state_failure">Error occurred during processing. Please contact technical support.\nError:\n%s</string>
    <string name="developer_data_send_submit">Send data</string>
    <string name="developer_data_send_retry">Retry</string>

    <!-- ABOUT -->
    <string name="pref_about">About Dotypos App</string>
    <string name="pref_about_cb_hash">Device pair code: %s</string>
    <string name="pref_about_license">License keys: %s</string>

    <!-- PORTIONS MANAGEMENT -->
    <string name="pref_portion_management_title">Portions management</string>
    <string name="pref_portion_management_none">No portion created.</string>
    <string name="pref_portion_management_portion_title">Portion</string>
    <string name="pref_portion_management_price_title">Price</string>
    <string name="pref_portion_management_portion_subtitle">Percent value of portion\'s quantity</string>
    <string name="pref_portion_management_price_subtitle">Percent value of portion\'s price</string>
    <string name="pref_portion_management_dialog_title_new_portion">New portion</string>
    <string name="pref_portion_management_dialog_title_edit_portion">Edit portion</string>
    <string name="pref_portion_management_dialog_portion_hint">Portion (%)</string>
    <string name="pref_portion_management_dialog_price_hint">Price (%)</string>
    <string name="pref_portion_management_dialog_show_portion">Show in the menu</string>
    <string name="pref_portion_management_dialog_save_error">The portion already exists.</string>
    <string name="pref_portion_management_dialog_validate_error">Wrong number</string>
    <string name="pref_portion_management_dialog_delete">Delete</string>
    <string name="pref_portion_management_remove_dialog_title">Do you want to remove <xliff:g example="50% portion, 50% price" id="portion">%s</xliff:g>?</string>
    <string name="pref_portion_management_remove_dialog_message_no_products">This portion is not used by any products</string>
    <string name="pref_portion_management_remove_dialog_message_products">Portion is used by product:</string>

    <!-- JOURNAL -->
    <string name="pref_journal_title">Data journal</string>
    <string name="pref_journal_enabled">Data journaling is enabled</string>
    <plurals name="pref_journal_progress_waiting">
        <item quantity="one">%1$d record is waiting to be processed.</item>
        <item quantity="other">%1$d records are waiting to be processed.</item>
    </plurals>
    <string name="pref_journal_progress_done">All journal records processed.</string>
    <string name="pref_journal_enabled_disable">Disable</string>
    <string name="pref_journal_disabled">Data journaling is disabled</string>
    <string name="pref_journal_disabled_enable">Enable</string>

    <!-- OTHER -->
    <string name="edit_text_preference_validation_error_empty">This field cannot be empty</string>
    <string name="edit_text_preference_validation_error_invalid">Invalid input</string>

    <!-- ####################################################################################### -->
    <!--                                    AUTHORIZATION                                        -->
    <!-- ####################################################################################### -->
    <string name="authorization_settings_title">Authorization</string>

    <string name="app_authorization_title">Application authorization</string>
    <string name="app_authorization_empty">There is no application with granted data access.</string>
    <string name="app_authorization_delete_title">Remove application</string>
    <string name="app_authorization_delete_message">Would you like to cancel access for selected application?</string>

    <string name="app_authorization_db_t_branches">Branches</string>
    <string name="app_authorization_db_t_customers">Customers</string>
    <string name="app_authorization_db_t_reservations">Reservations</string>
    <string name="app_authorization_db_t_tableseats">Tables</string>

    <string name="app_authorization_db_a_query">read</string>
    <string name="app_authorization_db_a_insert">create</string>
    <string name="app_authorization_db_a_update">edit</string>
    <string name="app_authorization_db_a_delete">delete</string>
    <string name="app_authorization_db_a_all">all</string>


    <string name="device_authorization_title">Device authorization</string>
    <string name="device_authorization_waiting">Waiting for authorization</string>
    <string name="device_authorization_authorized">Authorized</string>
    <string name="device_authorization_denied">Denied authorizations</string>
    <string name="device_authorization_empty">No devices</string>
    <string name="device_authorization_dialog_title">Device authorization request</string>
    <string name="device_authorization_dialog_message" formatted="false">Device <b>%s</b> requires access:\n%s</string>
    <string name="device_authorization_dialog_allow">Allow</string>
    <string name="device_authorization_dialog_deny">Deny</string>
    <string name="device_authorization_authorized_remove_title">Cancel authorization</string>
    <string name="device_authorization_authorized_remove_message">Would you like to cancel authorization of device %s?</string>
    <string name="device_authorization_denial_remove_title">Cancel authorization denial</string>
    <string name="device_authorization_denial_remove_message">Would you like to cancel authorization denial of device %s?</string>
    <string name="device_authorization_info">Connection info</string>
    <string name="device_authorization_address">IP address: %s</string>
    <string name="device_authorization_port">Port: %s</string>

    <string name="device_authorization_scope_all">Access to all application data</string>
    <string name="device_authorization_scope_mw">Mobile Waiter access</string>

    <!-- ####################################################################################### -->
    <!--                                      LICENSING                                          -->
    <!-- ####################################################################################### -->
    <string name="license_proxy_reservation_limit_title">Reservation limit</string>
    <string name="license_proxy_reservation_limit_message">You exceeded limit of %d reservations per year.\nUpgrade your license to increase the limit.</string>


    <!-- ####################################################################################### -->
    <!--                                      BACKUP                                        -->
    <!-- ####################################################################################### -->
    <string name="backup_progress_title">Backing up to %s</string>
    <string name="backup_progress_building_files">Backup data is in progress. Wait, please.</string>
    <string name="backup_last">Last Backup: %s</string>
    <string name="backup_failed">Backup Failed</string>
    <string name="backup_done">Backup completed.</string>
    <string name="backup_no_space">No free space on disk!</string>
    <string name="backup_error_db_create">Could not create database backup file.</string>
    <string name="backup_error_db_save">Could not save database backup to local disk.</string>
    <string name="backup_error_csv_create">Could not create csv backup files.</string>
    <string name="backup_error_csv_save">Could not save csv backup files.</string>
    <string name="backup_unknown_error">Unknown error</string>
    <string name="backup_progress_message">Running backup of application data…</string>


    <!-- ####################################################################################### -->
    <!--                                      PRINT                                        -->
    <!-- ####################################################################################### -->
    <string name="print_customer">Customer</string>
    <string name="print_customer_company_header">Company</string>
    <string name="print_customer_company_company_id">Company ID</string>
    <string name="print_customer_company_vat_id">VAT ID</string>
    <string name="print_cash_register">Cash Register:</string>
    <string name="print_issued">Issued:</string>
    <string name="print_receipt_number">Receipt number:</string>
    <string name="print_order_number">Order number:</string>
    <string name="print_receipt_number_mini">Receipt n.:</string>
    <string name="print_discount_sum">Discount:</string>
    <string name="print_discount_price">Price after discount:</string>
    <string name="print_pre_discount_price">Price before discount</string>
    <string name="print_discount">Discount</string>
    <string name="print_issued_by">Issued By:</string>
    <string name="print_total_to_pay">Balance Due</string>
    <string name="print_vat_total">Total</string>
    <string name="print_round_value">Rounding</string>
    <string name="print_of_total_balance">of total balance</string>
    <string name="print_points_collected">Points Collected:</string>
    <string name="print_points_balance">Total Account Points:</string>
    <string name="print_subtotal_without_vat">SUBTOTAL w/o VAT</string>
    <string name="print_subtotal">SUBTOTAL</string>
    <string name="print_vat_rate">VAT rate</string>
    <string name="print_vat_base">Without VAT</string>
    <string name="print_again">Print again</string>
    <string name="print_settings">Print settings</string>
    <string name="print_kitchen_cancel">Order Cancellation</string>
    <string name="print_receipt_test_receipt">**Control Receipt**</string>
    <string name="print_touchpo_footer">Printed using Dotypos App</string>
    <string name="print_error_connect">Unable to print on printer %s - The printer is disconnected. Please ensure the USB printer is connecter or network printer is reachable.</string>
    <string name="print_order_info_title">Order info</string>
    <string name="print_order_info_title_not_receipt">This is not a receipt!!!</string>
    <string name="print_err_default">Exception occurs while printing. Please ensure the printer is connected properly.</string>
    <string name="print_err_connect">The printer is disconnected. Please ensure the USB printer is connected or network printer is reachable.</string>
    <string name="print_err_timeout">Connection to the printer has expired. Make sure the printer is properly connected.</string>
    <string name="print_err_illegal">The printer is not set up. Please check the printer settings.</string>
    <string name="print_portion"><xliff:g example="50%" id="portion">%s%%</xliff:g> portion</string>
    <string name="print_takeaway">Take away</string>
    <string name="print_header_vat">VAT</string>
    <string name="print_header_name">Name</string>
    <string name="print_header_qty_unit_price">Qty &amp; unit price</string>
    <string name="print_header_wo_vat">w/o VAT</string>
    <string name="print_header_w_vat">with VAT</string>
    <string name="print_header_total">Total</string>

    <!-- CASH IN / OUT -->
    <string name="print_cash_in_title">Cash In</string>
    <string name="print_cash_in_company">Received by</string>
    <string name="print_cash_in_customer">Paid by</string>
    <string name="print_cash_in_amount">Cash in amount</string>
    <string name="print_cash_in_company_signature">Received</string>
    <string name="print_cash_in_customer_signature">Paid</string>
    <string name="print_cash_out_title">Cash Out</string>
    <string name="print_cash_out_amount">Cash out amount</string>
    <string name="print_cash_out_company">Issued by</string>
    <string name="print_cash_out_customer">Received by</string>
    <string name="print_cash_out_company_signature">Issued</string>
    <string name="print_cash_out_customer_signature">Received</string>
    <string name="print_cash_in_out_issue_date">Issue date:</string>
    <string name="print_cash_in_out_employee">Employee name:</string>
    <string name="print_cash_in_out_purpose">Purpose of payment</string>

    <!-- ####################################################################################### -->
    <!--                                      PERMISSIONS                                        -->
    <!-- ####################################################################################### -->
    <string name="perm_sales_all">Show Sales (all)</string>
    <string name="perm_sales_today">Show Sales (today)</string>
    <string name="perm_product_edit">Edit/Add Products</string>
    <string name="perm_users_edit">Edit/Add Users</string>
    <string name="perm_customer_edit">Edit/Add Customers</string>
    <string name="perm_offer_discount">Offer Discounts</string>
    <string name="perm_import_export">Export/Import</string>
    <string name="perm_cash_out">Cash Out</string>
    <string name="perm_cash_in">Cash In</string>
    <string name="perm_cancel_items">Cancel receipt items</string>
    <string name="perm_cancel_order">Cancel entire receipt</string>
    <string name="perm_change_payment_method">Change payment type</string>
    <string name="perm_app_settings">Change Application Settings</string>
    <string name="perm_see_cash_balance">See Cash Balance</string>
    <string name="perm_change_parked_items">Change parked order items</string>
    <string name="perm_delete_data">Delete data records</string>
    <string name="perm_modify_data">Modify raw data records</string>
    <string name="perm_stock_management">Stock Management</string>
    <string name="perm_stock_inventory_view">View inventory</string>
    <string name="perm_stock_inventory_create">Create inventory</string>
    <string name="perm_stock_inventory_edit">Edit inventory</string>
    <string name="perm_stock_inventory_show_on_stock_amount">View on stock amount during inventory</string>
    <string name="perm_stock_stock_view">View stock items</string>
    <string name="perm_stock_stock_add_amount">Store items to stock</string>
    <string name="perm_stock_stock_store_enter_price">Enter item price</string>
    <string name="perm_stock_stock_create">Create new product</string>
    <string name="perm_stock_stock_show_on_stock_amount">View on stock amount</string>
    <string name="perm_stock_read">Read stock information</string>
    <string name="perm_stock_write">Write stock information</string>
    <string name="perm_warehouse_edit">Create/Edit warehouses</string>
    <string name="perm_report_view">View Stock reports</string>
    <string name="perm_report_edit">Create/Edit Stock reports</string>
    <string name="perm_supplier_view">View suppliers detail</string>
    <string name="perm_supplier_edit">Create/Edit suppliers</string>
    <string name="perm_template_view">View stock templates</string>
    <string name="perm_template_edit">Create/Edit stock templates</string>
    <string name="perm_print_control_receipt">Print control receipt</string>
    <string name="perm_print_daily_z_reports">Print ZReports</string>
    <string name="perm_select_customer">Show Customer button</string>
    <string name="perm_show_profit">Show profit</string>
    <string name="perm_display_order_history">Display order history</string>
    <string name="perm_allow_not_paid">Issue a receipt without paying</string>
    <string name="perm_writeoff_allow">Allow Write-Off</string>
    <string name="perm_drawer_open">Open cash drawer</string>


    <!-- ####################################################################################### -->
    <!--                                         IMPORT                                          -->
    <!-- ####################################################################################### -->
    <string name="import_updating_files">Updating files</string>
    <string name="import_run">Run Import</string>
    <string name="import_progress">Importing data</string>
    <string name="import_file_system">Local File System</string>
    <string name="import_data_error">Error while importing data</string>
    <string name="import_what_to_update_dialog">How to import data</string>
    <string name="import_separator">Separator</string>
    <string name="import_existing">Update Existing Only</string>
    <string name="import_insert">Insert New Records</string>
    <string name="import_update_insert">Update and Insert missing records</string>
    <string name="import_encoding">Encoding</string>
    <string name="import_data_dialog_message">Do you really want to import %s?</string>
    <string name="import_data_dialog_message_file_not_supported">Unsupported file format!</string>

    <!-- IMPORT COLUMNS -->
    <string name="import_col_import_this_column">Import this column</string>
    <string name="import_col_ignore">Don\'t import (1/0)</string>
    <string name="import_col_id">Product ID (unique)</string>
    <string name="import_col_name">Name</string>
    <string name="import_col_subtitle">Subtitle</string>
    <string name="import_col_description">Description</string>
    <string name="import_col_price_without_vat">Price w/o VAT</string>
    <string name="import_col_price_with_vat">Price with VAT</string>
    <string name="import_col_price_vat_decimal">VAT decimal (e.g. 1.125)</string>
    <string name="import_col_price_vat">VAT percent (e.g. 12.5%)</string>
    <string name="import_col_price_purchase">Purchase price with VAT</string>
    <string name="import_col_price_purchase_without_vat">Purchase price w/o VAT</string>
    <string name="import_col_enabled">Enabled (true/false)</string>
    <string name="import_col_on_sale">On Sale (true/false)</string>
    <string name="import_col_category_id">Category ID</string>
    <string name="import_col_manufacturer_id">Manufacturer ID</string>
    <string name="import_col_ean">EAN code</string>
    <string name="import_col_color">Color Code (Hex #FF00FF)</string>
    <string name="import_col_stock_qty">On Stock Quantity</string>
    <string name="import_col_plu">PLU</string>
    <string name="import_col_category_name">Category Name</string>
    <string name="import_col_stock_deduct">Deduct from Stock (true/false)</string>
    <string name="import_col_tags_list">Tags List</string>
    <string name="import_col_points">Points</string>
    <string name="import_col_unit">Unit</string>
    <string name="import_col_deleted">Deleted</string>


    <!-- ####################################################################################### -->
    <!--                                         FORCED UPDATER                                  -->
    <!-- ####################################################################################### -->
    <string name="update_touchpo_title">Please update application</string>
    <string name="update_touchpo_howto">Without this update you won\'t be able to fully use all the application features.</string>
    <string name="update_touchpo_allow_unknown_sources_title">Permission required</string>
    <string name="update_touchpo_allow_unknown_sources_info">In order to update application allow installation from unknown sources in device\'s settings.</string>
    <string name="update_touchpo_update">Update</string>


    <!-- ####################################################################################### -->
    <!--                                   SERVER TIME CHECKER                                   -->
    <!-- ####################################################################################### -->
    <string name="server_time_check_dialog_bad_time_zone_title">Incorrect time zone</string>
    <string name="server_time_check_dialog_bad_time_title">Incorrect time</string>
    <string name="server_time_check_dialog_bad_time_zone_message">Please check the time and time zone on your device. If the time is not set correctly, the application may misbehave.</string>
    <string name="server_time_check_dialog_bad_time_message">Please check the time on your device. If the time is not set correctly, the application may misbehave.</string>
    <string name="server_time_check_dialog_bad_time_positive">Fix time</string>

    <!-- ####################################################################################### -->
    <!--                                         ENUMS                                           -->
    <!-- ####################################################################################### -->

    <!-- COLORS -->
    <string name="color_aqua">aqua</string>
    <string name="color_black">black</string>
    <string name="color_blue">blue</string>
    <string name="color_fuchsia">fuchsia</string>
    <string name="color_gray">gray</string>
    <string name="color_green">green</string>
    <string name="color_lime">lime</string>
    <string name="color_maroon">maroon</string>
    <string name="color_navy">navy</string>
    <string name="color_olive">olive</string>
    <string name="color_purple">purple</string>
    <string name="color_red">red</string>
    <string name="color_silver">silver</string>
    <string name="color_teal">teal</string>
    <string name="color_white">white</string>
    <string name="color_yellow">yellow</string>

    <!-- MEASUREMENT GROUPS -->
    <string name="measurement_group_count">Count</string>
    <string name="measurement_group_weight">Weight</string>
    <string name="measurement_group_length">Length</string>
    <string name="measurement_group_area">Area</string>
    <string name="measurement_group_volume">Volume</string>
    <string name="measurement_group_time">Time</string>

    <!-- MEASUREMENT UNIT NAMES -->
    <string name="measurement_unit_name_piece">Pieces</string>

    <string name="measurement_unit_name_milligram">Milligrams</string>
    <string name="measurement_unit_name_decagram">Decagrams</string>
    <string name="measurement_unit_name_gram">Grams</string>
    <string name="measurement_unit_name_kilogram">Kilograms</string>
    <string name="measurement_unit_name_quintal">Quintal</string>
    <string name="measurement_unit_name_tonne">Tones</string>
    <string name="measurement_unit_name_pound">Pounds</string>
    <string name="measurement_unit_name_ounce">Ounces</string>

    <string name="measurement_unit_name_millimeter">Millimeters</string>
    <string name="measurement_unit_name_centimeter">Centimeters</string>
    <string name="measurement_unit_name_meter">Meters</string>
    <string name="measurement_unit_name_kilometer">Kilometers</string>
    <string name="measurement_unit_name_inch">Inches</string>
    <string name="measurement_unit_name_mile">Miles</string>

    <string name="measurement_unit_name_square_meter">Square Meters</string>
    <string name="measurement_unit_name_square_foot">Square Foot</string>

    <string name="measurement_unit_name_milliliter">Milliliters</string>
    <string name="measurement_unit_name_centiliter">Centiliters</string>
    <string name="measurement_unit_name_deciliter">Deciliters</string>
    <string name="measurement_unit_name_liter">Liters</string>
    <string name="measurement_unit_name_us_gallon">US Gallons</string>
    <string name="measurement_unit_name_uk_gallon">UK Gallons</string>
    <string name="measurement_unit_name_cubic_foot">Cubic foot</string>
    <string name="measurement_unit_name_hectoliter">Hectoliters</string>
    <string name="measurement_unit_name_cubic_meter">Cubic Meters</string>

    <string name="measurement_unit_name_second">Seconds</string>
    <string name="measurement_unit_name_minute">Minutes</string>
    <string name="measurement_unit_name_hour">Hours</string>
    <string name="measurement_unit_name_day">Days</string>

    <!-- MEASUREMENT UNIT UNITS -->
    <string name="measurement_unit_unit_piece">pcs.</string>

    <string name="measurement_unit_unit_milligram" translatable="false">mg</string>
    <string name="measurement_unit_unit_decagram" translatable="true">dag</string>
    <string name="measurement_unit_unit_gram" translatable="false">g</string>
    <string name="measurement_unit_unit_kilogram" translatable="false">kg</string>
    <string name="measurement_unit_unit_quintal" translatable="false">q</string>
    <string name="measurement_unit_unit_tonne" translatable="false">t</string>
    <string name="measurement_unit_unit_pound" translatable="false">lb</string>
    <string name="measurement_unit_unit_ounce" translatable="false">oz</string>

    <string name="measurement_unit_unit_millimeter" translatable="false">mm</string>
    <string name="measurement_unit_unit_centimeter" translatable="false">cm</string>
    <string name="measurement_unit_unit_meter" translatable="false">m</string>
    <string name="measurement_unit_unit_kilometer" translatable="false">km</string>
    <string name="measurement_unit_unit_inch" translatable="false">in</string>
    <string name="measurement_unit_unit_mile" translatable="false">mi</string>

    <string name="measurement_unit_unit_square_meter" translatable="false">m²</string>
    <string name="measurement_unit_unit_square_foot" translatable="false">ft²</string>

    <string name="measurement_unit_unit_milliliter" translatable="false">ml</string>
    <string name="measurement_unit_unit_centiliter" translatable="false">cl</string>
    <string name="measurement_unit_unit_deciliter" translatable="false">dl</string>
    <string name="measurement_unit_unit_liter" translatable="false">l</string>
    <string name="measurement_unit_unit_us_gallon" translatable="false">gal</string>
    <string name="measurement_unit_unit_uk_gallon" translatable="false">gal</string>
    <string name="measurement_unit_unit_cubic_foot" translatable="false">ft³</string>
    <string name="measurement_unit_unit_hectoliter" translatable="false">hl</string>
    <string name="measurement_unit_unit_cubic_meter" translatable="false">m³</string>

    <string name="measurement_unit_unit_second" translatable="false">s</string>
    <string name="measurement_unit_unit_minute" translatable="false">min</string>
    <string name="measurement_unit_unit_hour" translatable="false">h</string>
    <string name="measurement_unit_unit_day" translatable="false">d</string>

    <!-- ####################################################################################### -->
    <!--                                      PRINT TASKS                                        -->
    <!-- ####################################################################################### -->
    <!-- CLOSURE -->
    <string name="print_closure_head_open">Register opening</string>
    <string name="print_closure_head_closure">Register closure</string>

    <!-- ####################################################################################### -->
    <!--                                      SALES REPORT                                       -->
    <!-- ####################################################################################### -->
    <string name="report_title">Sales overview</string>
    <string name="report_pick">Choose report</string>
    <string name="report_pick_menu">@string/report_pick</string>
    <string name="report_shifts">By shifts</string>
    <string name="report_shifts_current">XReport</string>
    <string name="report_calendar">Calendar</string>
    <string name="report_calendar_daily">Daily report</string>
    <string name="report_calendar_weekly">Weekly report</string>
    <string name="report_calendar_monthly">Monthly report</string>
    <string name="report_calendar_quarter">Quarter report</string>
    <string name="report_calendar_week_no">Week %d</string>
    <string name="report_print_time">Print time: %s</string>
    <string name="report_register_closed">Register closed</string>
    <string name="report_xreport_title">Xreport</string>
    <string name="report_xreport_subtitle">%s</string>
    <string name="report_xreport_cash_value">Register value</string>
    <string name="report_zreport_title">Zreport</string>
    <string name="report_zreport_number">Number %s</string>
    <string name="report_daily_title">Daily report</string>
    <string name="report_weekly_title">Weekly report</string>
    <string name="report_monthly_title">Monthly report</string>
    <string name="report_quarter_title">Quarter report</string>
    <string name="report_print">Print report</string>
    <string name="report_send">Send report</string>
    <string name="report_diff_deficiency">Deficiency</string>
    <string name="report_diff_surplus">Surplus</string>
    <string name="report_diff_title">Deficiency/Surplus</string>
    <string name="report_diff_no_diff">No deficiency/surplus</string>
    <string name="report_diff_expected">Expected closure total %s</string>
    <string name="report_diff_table_type">Type</string>
    <string name="report_diff_table_expected">Expected value</string>
    <string name="report_diff_table_diff">+-/</string>
    <string name="report_diff_total">Total</string>
    <string name="report_transactions_title">Transactions</string>
    <string name="report_transactions_sales">Sales</string>
    <string name="report_transactions_cancellation">Cancelations</string>
    <string name="report_transactions_deposit">Deposits</string>
    <string name="report_transactions_cash_in">Cash in</string>
    <string name="report_transactions_cash_out">Cash out</string>
    <string name="report_transactions_document_count">%d documents</string>
    <string name="report_transactions_no_data">There are no transactions</string>
    <string name="report_revenue_title">Revenue</string>
    <string name="report_revenue_total_cash">Cash total</string>
    <string name="report_revenue_total_cashless">Cashless total</string>
    <string name="report_revenue_total_cash_print" formatted="false">Cash total (<xliff:g example="5" id="receipt_count">%d</xliff:g>)</string>
    <string name="report_revenue_total_cashless_print" formatted="false">Cashless total (<xliff:g example="5" id="receipt_count">%d</xliff:g>)</string>
    <string name="report_receipt_title">Receipts</string>
    <string name="report_receipt_unpaid">Unpaid</string>
    <string name="report_receipt_cancelled">Cancelled</string>
    <string name="report_receipt_cancellation">Cancellation</string>
    <string name="report_receipt_total">All</string>
    <string name="report_vat_title">VAT breakdown</string>
    <string name="report_vat_rate">Rate</string>
    <string name="report_vat_without_vat">w/o VAT</string>
    <string name="report_vat_vat">VAT</string>
    <string name="report_vat_total">Total</string>
    <string name="report_discount_title">Discounts provided</string>
    <string name="report_discount_no_data">No discount provided</string>
    <string name="report_discount_detail_text" formatted="false">%d receipts, %s of total sales</string>
    <string name="report_discount_item_detail" formatted="false">%d receipts, %s of discounts</string>
    <string name="report_discount_print_total">Total discounts</string>
    <string name="report_slip_title">Slip</string>
    <string name="report_slip_no_data">There is no information about slip. Check the slip settings.</string>
    <string name="report_slip_coins">Coins</string>
    <string name="report_slip_banknotes">Banknotes</string>
    <string name="report_slip_value">Value</string>
    <string name="report_slip_count">pcs.</string>
    <string name="report_slip_total">Total</string>
    <string name="report_sales_title">Sales</string>
    <string name="report_sales_sort_order_alphabet">Sort alphabetically</string>
    <string name="report_sales_sort_order_value">Sort by sales</string>
    <string name="report_sales_category_title">By category</string>
    <string name="report_sales_product_title">By product</string>
    <string name="report_sales_tag_title">By tag</string>
    <string name="report_sales_employee_title">By employee</string>
    <string name="report_sales_customer_title">By customer</string>
    <string name="report_sales_proxy_title">By proxy</string>
    <string name="report_sales_fiscalization_title">By fiscalization</string>
    <string name="report_sales_fiscalization_with_fiscalization">Fiscalization enabled</string>
    <string name="report_sales_fiscalization_without_fiscalization">Fiscalization disabled</string>
    <string name="report_sales_takeaway_title">By Takeaway</string>
    <string name="report_sales_takeaway_in">Eaten In</string>
    <string name="report_sales_takeaway_take_away">Takeaway</string>
    <string name="report_sales_categorized">Categorized products</string>
    <string name="report_sales_no_data">No data available</string>
    <string name="report_sales_product_item_detail" formatted="false">sold <xliff:g example="5" id="sold_count">%s</xliff:g> <xliff:g example="kg" id="sold_unit">%s</xliff:g></string>
    <string name="report_profit_title">Profit</string>
    <string name="report_profit_sort_order_alphabet">Sort alphabetically</string>
    <string name="report_profit_sort_order_profit">Sort by profit</string>
    <string name="report_profit_sort_order_margin">Sort by margin</string>
    <string name="report_profit_product_item_detail" formatted="false">margin <xliff:g example="11.23" id="margin_value">%s</xliff:g></string>
    <string name="report_profit_category">Category</string>
    <string name="report_profit_product">Product</string>
    <string name="report_profit_tag">Tag</string>
    <string name="report_profit_employee">Employee</string>
    <string name="report_profit_customer">Customer</string>
    <string name="report_profit_margin">Margin</string>
    <string name="report_profit_profit">Profit</string>
    <string name="report_profit_proxy">Proxy</string>
    <string name="report_profit_fiscalization">Fiscalization</string>
    <string name="report_profit_takeaway">Takeaway</string>
    <string name="report_profit_total">Total</string>
    <string name="report_profit_tag_empty">Without tag</string>
    <string name="report_profit_employee_empty">Without employee</string>
    <string name="report_profit_customer_empty">Without customer</string>
    <string name="report_sales_proxy_empty">Without proxy</string>
    <string name="report_cash_inout_title">Cash in/out</string>
    <string name="report_cash_inout_no_data">No cash in/out</string>
    <string name="report_orders_title">Orders</string>
    <string name="report_orders_print_open">Open orders /shift/</string>
    <string name="report_orders_print_open_total">Open orders /total/</string>
    <string name="report_orders_unpaid">Unpaid orders</string>
    <string name="report_no_data">No data available</string>
    <string name="report_offline">Data loading failed. Please check your connection.</string>
    <string name="report_footer">Dotypos with love.</string>
    <!-- EMAIL -->
    <string name="report_zreport_email_subject" formatted="false">Zreport <xliff:g example="My Cash Register" id="register_name">%s</xliff:g> <xliff:g example="12/12/2016" id="date">%s</xliff:g></string>
    <string name="report_email_not_set_title">E-mail not set</string>
    <string name="report_email_not_set_message">There is no e-mail set for reporting.</string>
    <string name="report_email_not_set_settings">Show settings</string>
    <string name="report_email_title">Send report</string>
    <plurals name="report_email_message">
        <item quantity="one">Report will be send to email: \n%s</item>
        <item quantity="other">Report will be send to emails: \n%s</item>
    </plurals>
    <string name="report_email_send">Send email</string>
    <string name="report_email_send_error">Could not send email!</string>

    <!-- ####################################################################################### -->
    <!--                                  REPORT DASHBOARD                                       -->
    <!-- ####################################################################################### -->
    <string name="report_dashboard_title">Reports dashboard</string>
    <string name="report_dashboard_order_ingredients_title">Order ingredients</string>
    <string name="report_dashboard_order_ingredients_product">Product</string>
    <string name="report_dashboard_order_ingredients_amount">Amount</string>
    <string name="report_dashboard_order_ingredients_print_error">Failed to print report</string>
    <string name="report_dashboard_order_ingredients_email_subject">Order ingredients report</string>
    <string name="report_dashboard_order_ingredients_email_filename">order-ingredients-report.html</string>
    <string name="report_dashboard_stock_transactions_title">Stock transactions</string>
    <string name="report_dashboard_stock_transactions_initial_state">Initial state</string>
    <string name="report_dashboard_stock_transactions_final_state">Final state</string>
    <string name="report_dashboard_stock_transactions_product_purchases">Purchases</string>
    <string name="report_dashboard_stock_transactions_product">Product</string>
    <string name="report_dashboard_stock_product_sales">Sales</string>
    <string name="report_dashboard_stock_transactions_difference">Difference</string>
    <string name="report_dashboard_stock_transactions_difference_price">Price difference</string>
    <string name="report_dashboard_stock_transactions_email_subject" formatted="false">Stock transactions report from <xliff:g example="1.1.2017 8:22:04" id="subject_date_from">%s</xliff:g> to <xliff:g example="1.2.2017 8:22:04" id="subject_date_to">%s</xliff:g></string>
    <string name="report_dashboard_stock_transactions_email_filename">stock-transacations-report-<xliff:g example="1.2.2017 8:22:04" id="file_date_to">%s</xliff:g>.html</string>
    <string name="report_dashboard_stock_transactions_email_title">Stock transactions report</string>
    <string name="report_dashboard_stock_transactions_email_error">Could not send email!</string>
    <string name="report_dashboard_stock_transactions_no_inventory">Inventories have not been created yet</string>
    <string name="report_dashboard_financial_inventory_title">Financial inventory</string>
    <string name="report_dashboard_financial_inventory_sale_price">Sale price</string>
    <string name="report_dashboard_financial_inventory_initial_value">Initial value</string>
    <string name="report_dashboard_financial_inventory_purchases">Purchases</string>
    <string name="report_dashboard_financial_inventory_write_offs">Write offs</string>
    <string name="report_dashboard_financial_inventory_final_value">Final value</string>
    <string name="report_dashboard_financial_inventory_purchase_price_financial_difference">Purchase price financial difference</string>
    <string name="report_dashboard_financial_inventory_sale_price_financial_difference">Sale price financial difference</string>
    <string name="report_dashboard_inventory_pair_date_to">to %s</string>
    <string name="report_dashboard_inventory_pair_date_from">from %s</string>
    <string name="report_dashboard_financial_inventory_sum">Total</string>

    <!-- ####################################################################################### -->
    <!--                                      AUTHORIZATION                                      -->
    <!-- ####################################################################################### -->
    <string name="authorization_title">Requests access to:</string>
    <string name="authorization_scope_all">All data</string>
    <string name="authorization_allow">Allow</string>
    <string name="authorization_deny">Deny</string>


    <!-- ####################################################################################### -->
    <!--                                      FISCALIZATION                                      -->
    <!-- ####################################################################################### -->
    <!-- COMMON -->
    <string name="fiscalization_setup_fiscalization">Setup fiscalization</string>
    <string name="pref_tax_edit_get_taxes">Download tax rates</string>
    <string name="fiscalization_not_supported_title">Fiscalization not supported/required</string>
    <string name="fiscalization_not_supported_summary">You can change country in right top corner</string>

    <string name="fiscalization_dialog_fiscalization_complete_question_title">Has fiscalization ended with success?</string>

    <string name="fiscalization_price_validation_error_dialog_title">This price is not allowed</string>
    <string name="fiscalization_discount_validation_error_dialog_title">Invalid discount percentage</string>
    <string name="fiscalization_vat_validation_error_dialog_title">Invalid VAT rate</string>
    <string name="fiscalization_vat_validation_error_dialog_message">VAT rate on this product couldn\'t be fiscalized. Please update VAT rate of this product or change VAT rates used by Fiscal Printer driver and this application.</string>

    <!-- CZECH -->
    <string name="eet_pref_enabled">Eet enabled</string>
    <string name="eet_pref_vat_id">VAT ID</string>
    <string name="eet_pref_branch_name">Business premises ID</string>
    <string name="eet_pref_device_id">Cash register ID</string>
    <string name="eet_pref_branch_label">Obtained from Ministry of Finance</string>
    <string name="eet_pref_certificate">Certificate</string>
    <string name="eet_pref_certificate_file_prompt">Select Certificate file</string>
    <string name="eet_pref_certificate_password_prompt">Enter Certificate password:</string>
    <string name="eet_pref_certificate_empty">No certificate</string>
    <string name="eet_pref_err_certificate">No certificate is set</string>
    <string name="eet_pref_err_certificate_password">Entered password is invalid</string>
    <string name="eet_pref_err_vat_id">No VAT ID is set</string>
    <string name="eet_pref_err_vat_id_invalid">Entered VAT ID is not valid</string>
    <string name="eet_pref_err_branch_name">Business premises ID is set</string>
    <string name="eet_pref_err_branch_name_invalid"><b>Business premises ID</b> is in invalid format.\nIt have to be number between 1 and 999999.\nThis ID is assigned by the Financial Administration.</string>
    <string name="eet_pref_err_device_id">No Device ID is set</string>
    <string name="eet_pref_verification_success">EET settings successfully verified</string>
    <string name="eet_mode_normal">Normal mode</string>
    <string name="eet_mode_normal_mini">@string/eet_mode_normal</string>
    <string name="eet_mode_offline">Simplified mode</string>
    <string name="eet_mode_offline_mini">Simplified mode</string>
    <string name="eet_progress">Fiscalization in progress</string>
    <string name="eet_progress_bulk">Documents fiscalization in progress…</string>
    <string name="eet_fiscalization_error">Fiscalization error</string>
    <string name="eet_fiscalization_retry">Retry</string>
    <string name="eet_fiscalization_disabled_title">Fiscalization disabled</string>
    <string name="eet_fiscalization_disabled_message">Fiscalization is disabled. Please check your settings and try again.</string>
    <string name="eet_remote_set_success">Fiscalization settings successfully updated (Certificate %s).</string>
    <string name="eet_limit_exceeded">The amount that you are trying to fiscalize is greater that the limit set by the Financial Administration (99 999 999,99 Kč).\n\nFor more information please visit %s.</string>
    <string name="eet_limit_no_fiscalization">Don\'t fiscalize</string>
    <string name="eet_warnings_dialog_title">EET warnings</string>
    <string name="eet_warnings_dialog_button_neutral">Solved, clear list</string>

    <!-- POLAND -->
    <string name="fiscalization_pl_fiscalization_enabled">Fiscalization enabled</string>
    <string name="fiscalization_pl_open_printer_settings">Open fiscal printer settings</string>
    <string name="fiscalization_pl_daily_report_confirmation">Daily report confirmation</string>
    <string name="fiscalization_pl_generate_pdf_invoices">Generate PDF invoices</string>
    <string name="fiscalization_pl_allow_nonfiscal_receipts">Allow issuing receipts without fiscalization</string>
    <string name="fiscalization_pl_daily_report_confirmation_dialog_message">Do you want to print daily report?</string>
    <string name="fiscalization_dialog_change_country_title">Select country for fiscalization</string>
    <string name="fiscalization_pl_title">Fiscalization settings</string>
    <string name="fiscalization_pl_install_driver_title">Missing fiscal printer driver application</string>
    <string name="fiscalization_pl_install_driver">Install driver</string>
    <string name="fiscalization_pl_open_settings_title">Fiscal printer settings available in separate application</string>
    <string name="fiscalization_pl_open_settings">Open fiscalization settings</string>
    <string name="fiscalization_pl_canceled">Transaction canceled by user</string>
    <string name="fiscalization_pl_fiscalization_in_progress">Fiscalization in progress&#8230;</string>

    <string name="non_fiscal_print_select_products">Select products</string>
    <string name="non_fiscal_print_printing">Communication with printer in progress&#8230;</string>

    <string name="fiscalization_pl_gastro_item_name">Gastro service %s</string>

    <string name="fiscalization_error_connection_error">Could not connect to printer, please ensure your Fiscal Printer driver is installed and running</string>
    <string name="fiscalization_error_empty_response">Internal error: Empty response from Fiscal Printer driver.</string>
    <string name="fiscalization_error_unknown_document_type">Unknown document type</string>

    <!-- ####################################################################################### -->
    <!--                                   CALL NOTIFICATION                                     -->
    <!-- ####################################################################################### -->
    <string name="call_notification_title">New phone call</string>
    <string name="call_notification_ignore">Ignore</string>
    <string name="call_notification_unknown_contact">Unknown contact</string>
    <string name="call_notification_add_customer">Add customer</string>
    <string name="call_notification_reserve_table">Reserve table</string>
    <string name="call_notification_pick_customer">Pick customer</string>
    <string name="call_notification_search_progress">Searching for customer…</string>


    <!-- ####################################################################################### -->
    <!--                                        INVOICE                                          -->
    <!-- ####################################################################################### -->
    <string name="invoice">Invoice</string>
    <string name="payment_order_invoice_title">Invoice</string>
    <string name="payment_order_gastro_invoice_title">Gastro invoice</string>
    <string name="invoice_to_receipt">%1$s\nTo receipt: %2$s</string>
    <string name="invoice_cancellation">Cancellation invoice</string>
    <string name="invoice_vat_payer">Invoice</string>
    <string name="invoice_vat">VAT</string>
    <string name="invoice_vat_rate">VAT rate</string>
    <string name="invoice_payment_type_already_paid">Already paid</string>
    <string name="invoice_payment_type_cash">Cash</string>
    <string name="invoice_payment_type_create_error">An error occurred while creating invoice</string>
    <string name="invoice_payment_type_credit_card_pay">Initiate payment</string>
    <string name="invoice_generate_qr_payment_code">Generate QR payment code</string>
    <string name="invoice_invalid_bank_account_number_error">Invalid bank account number</string>
    <string name="invoice_config_title">Print Invoice</string>
    <string name="invoice_help">You can create invoice from context menu</string>
    <string name="invoice_generate_error">The invoice can not be generated</string>
    <string name="invoice_generate_error_descr">The creation of invoices is only supported on devices running Android 4.4 and above.</string>
    <string name="invoice_cannot_issue_invoice">The combination of items in this order does not allow it to be issued as an invoice.</string>
    <string name="invoice_cannot_pay_non_fiscalized">Selected payment method requires fiscalization. However, the issued invoice was not fiscalized.\nBy issuing an invoice without fiscalization you may not be abiding the tax law.</string>
    <string name="invoice_cannot_pay_still_pay">Pay anyway</string>
    <string name="invoice_simple_payment">Issue as receipt</string>

    <!-- COMPANY INFO -->
    <string name="invoice_company_info_title">Company info</string>
    <string name="invoice_company_info_message">Edit Company info</string>
    <string name="invoice_company_info_bank_account_number">Bank account number</string>
    <string name="invoice_company_info_register_name">Register name</string>
    <string name="invoice_company_info_other">Other</string>

    <!-- DIALOG -->
    <string name="invoice_dialog_issue_date">Issued date</string>
    <string name="invoice_dialog_payment_method">Payment method</string>
    <string name="invoice_dialog_taxable_supply_date">Taxable supply date</string>
    <string name="invoice_dialog_due_date">Due date</string>
    <string name="invoice_pick_email_app">Pick an Email application</string>
    <string name="invoice_dialog_make_invoice">Make an Issue</string>
    <string name="invoice_pl_missing_customer_dialog_title">Missing customer</string>
    <string name="invoice_pl_missing_customer_dialog_message">An invoice can\'t be issued without a customer. Please select a customer first.</string>

    <!-- HEADER -->
    <string name="invoice_header_bill_from">Bill from</string>
    <string name="invoice_header_bill_to">Bill to</string>
    <string name="invoice_header_anonymous_customer">Anonymous customer</string>
    <string name="invoice_header_company_id">Company ID:</string>
    <string name="invoice_header_vat_id">VAT ID:</string>
    <string name="invoice_header_register">Register:</string>
    <string name="invoice_header_email">Email:</string>
    <string name="invoice_header_phone">Phone:</string>

    <string name="invoice_header_payment_method">Payment method:</string>
    <string name="invoice_header_bank_account_number">Bank account number:</string>
    <string name="invoice_header_variable_symbol">Variable symbol:</string>

    <string name="invoice_header_issue_date">Issued date:</string>
    <string name="invoice_header_due_date">Due date:</string>
    <string name="invoice_header_taxable_supply_date">Date of taxable supply:</string>

    <!-- PRODUCTS -->
    <string name="invoice_item_table_quantity">Quantity</string>
    <string name="invoice_item_table_item_name">Product name</string>
    <string name="invoice_item_table_unit_price_without_vat">Unit price</string>
    <string name="invoice_item_table_unit_price">Unit price</string>
    <string name="invoice_item_table_total_without_vat">Total w/o VAT</string>
    <string name="invoice_item_table_vat_rate">VAT</string>
    <string name="invoice_item_table_total_with_vat">Total with VAT</string>
    <string name="invoice_item_table_total">Total</string>

    <!-- SUMMARY -->
    <string name="invoice_summary_vat_base">VAT Base</string>
    <string name="invoice_summary_vat_amount">VAT Amount</string>
    <string name="invoice_summary_total_with_vat">Total with VAT</string>
    <string name="invoice_summary_total_wa_vat">Total w/a VAT</string>
    <string name="invoice_summary_total">Total</string>

    <string name="invoice_summary_qr_payment">QR payment</string>

    <!-- ERRORS -->
    <string name="invoice_error_empty_company_info_title">Empty company info</string>
    <string name="invoice_error_empty_company_info_message">You haven\'t filled any information about your company. Please do it in application settings before creating an invoice.</string>
    <string name="invoice_error_invalid_bank_account_number">Invalid bank account number</string>
    <string name="invoice_error_share_invoice_failed">Failed to share invoice</string>
    <string name="invoice_error_install_printer_share">Install PrinterShare app</string>

    <!-- SHARE INVOICE -->
    <string name="invoice_view_on_device">View on this device</string>

    <!-- ACTIVITY -->
    <string name="invoice_print">Print invoice</string>
    <string name="invoice_print_dialog_title">Print invoice</string>
    <string name="invoice_print_dialog_message">Print invoice</string>
    <string name="invoice_print_no_app_error_title">No application for printing found</string>
    <string name="invoice_print_no_app_error_descr">If you want to print invoices, install an application that supports printing of PDF documents</string>
    <string name="invoice_choose_app">Choose app</string>
    <string name="invoice_share">Share</string>
    <string name="invoice_email">E-mail</string>
    <string name="invoice_email_recipient_hint">Recipient\'s address</string>
    <string name="invoice_email_subject_hint">Subject</string>
    <string name="invoice_email_message_hint">Message</string>
    <string name="invoice_email_title">Send invoice</string>
    <string name="invoice_email_subject_error">Subject should not be empty</string>
    <string name="invoice_email_recipient_error">The recipient must be filled</string>
    <string name="invoice_email_do_not_reply">
        This e-mail was automatically generated by Dotykačka s.r.o. Please do not reply to this email.
    </string>
    <string name="invoice_previous_page">Previous</string>
    <string name="invoice_next_page">Next</string>
    <string name="invoice_page_number">Page <xliff:g example="5" id="page_count">%d</xliff:g>/<xliff:g example="10" id="page_count_sum">%d</xliff:g></string>
    <string name="invoice_view_default">View</string>
    <string name="invoice_view_install">Install</string>
    <string name="invoice_view_install_title">Install app to view PDF invoices</string>
    <string name="invoice_view_adobe_title">Adobe Acrobat Reader</string>
    <string name="invoice_view_google_pdf_title">Google PDF Viewer</string>

    <!-- ####################################################################################### -->
    <!--                                        TARES                                            -->
    <!-- ####################################################################################### -->
    <string name="tares_title">Tares</string>
    <string name="tares_add_tare">Add tare</string>
    <string name="tares_tare_name">Tare name</string>
    <string name="tares_tare_weight">Tare weight</string>
    <string name="tares_scale_stable">Stable</string>
    <string name="tares_scale_not_stable">Not Stable</string>
    <string name="tares_confirm_delete_tare_title">Delete tare?</string>
    <string name="tares_confirm_delete_tare_message">Do you really want to delete tare %s?</string>
    <string name="tares_scale_disconnected_info">Connect a scale</string>

    <!-- ####################################################################################### -->
    <!--                                        DEFAULTS                                         -->
    <!-- ####################################################################################### -->
    <!-- RETAIL -->
    <string name="demo_category_retail1">Pastry</string>
    <string name="demo_category_retail2">Fruits</string>
    <string name="demo_product_retail1">Bun</string>
    <string name="demo_product_retail2">Bread</string>
    <string name="demo_product_retail3">Apples</string>
    <!-- OTHERS -->
    <string name="default_category">Drinks</string>
    <string name="default_category1">Food</string>
    <string name="default_product_drink">Coca-Cola 0.3</string>
    <string name="default_product_food">Steak and fries</string>
    <string name="default_employee_owner">Owner</string>
    <string name="default_employee_1">Employee 1</string>
    <string name="default_customer_1">Sample customer</string>
    <string name="default_supplier">Sample Supplier 1</string>
    <string name="default_warehouse">Warehouse "%s"</string>

    <!-- ####################################################################################### -->
    <!--                                        INFO                                             -->
    <!-- ####################################################################################### -->
    <string name="info_old_time_title">Unexpected date</string>
    <string name="info_old_time_message">Your currently set date and time is older than installation date. Please check your date and time settings.</string>
    <string name="info_old_time_date">Current settings: <xliff:g example="12/25/2012" id="date">%s</xliff:g></string>
    <string name="info_old_time_btn">Set Up</string>

    <!-- ####################################################################################### -->
    <!--                                    A6+ PERMISSIONS                                      -->
    <!-- ####################################################################################### -->
    <string name="system_permission_title">Application permissions</string>
    <string name="system_permission_subtitle">Please allow required permissions listed bellow</string>
    <string name="system_permission_storage_title">Write external storage</string>
    <string name="system_permission_storage_subtitle">Automatic backup creation</string>
    <string name="system_permission_allow">Allow</string>
    <string name="system_permission_granted">Granted</string>

    <!-- ####################################################################################### -->
    <!--                                       TEMPORARY                                         -->
    <!-- ####################################################################################### -->
    <!-- STOCK MIGRATION -->
    <string name="stock_migration_title">Stock application</string>
    <string name="stock_migration_message">We have been working hard on new Dotypos Stock application, which replaces old stock functionality in Dotypos.
        \n\nPlease install the application.</string>
    <string name="stock_migration_install">Install Stock application</string>

    <!-- DATA PUSH -->
    <string name="data_push_sql_message_title">Following query received from technical support team will be applied. Do you agree?</string>


    <!-- ####################################################################################### -->
    <!--                                       EMAIL                                             -->
    <!-- ####################################################################################### -->
    <string name="email_send_done">E-mail was sent.</string>
    <string name="email_send_error">E-mail could not be sent!</string>
    <string name="email_address_error">Wrong address</string>
    <string name="email_enter_title">Please enter e-mail address</string>

    <!-- ####################################################################################### -->
    <!--                                       PORTION                                           -->
    <!-- ####################################################################################### -->
    <string name="product_detail_info_portions_none">No portions</string>
    <string name="product_detail_info_portions_edit">Edit</string>
    <string name="product_detail_info_portions">Portion</string>
    <string name="product_detail_info_portion_management">Portion management</string>
    <string name="portion_product_edit">Edit portions</string>
    <string name="portion_product_none">Product has no portions</string>
    <string name="portion_standard_portion">Standard portion</string>
    <string name="portion_product_dialog_add">Add</string>
    <string name="portion_product_dialog_title">Choose portions</string>
    <string name="portion_product_dialog_none">No portions created.</string>
    <string name="portion_name_readable"><xliff:g example="50%" id="portion_quantity">%1$s%%</xliff:g> portion, <xliff:g example="50%" id="portion_price">%2$s%%</xliff:g> price</string>

    <!-- ####################################################################################### -->
    <!-- DEPRECATED -->
    <!-- ####################################################################################### -->
    <!-- STOCK MANAGEMENT -->
    <string name="stock_management_title">Stock management</string>
    <string name="stock_list_item">Item</string>
    <string name="stock_add_quantity">Quantity</string>
    <string name="stock_overview">Status</string>
    <string name="stock_saved">Inventory Saved</string>
    <string name="stock_last_price_without_vat">Last Purchase Price without VAT</string>
    <string name="stock_up_transfer">Transfer to a Warehouse</string>
    <string name="stock_up_transfer_branch">Branch to Transfer to</string>
    <string name="stock_up_invoice_number">Suppliers Invoice Number</string>
    <string name="stock_reset">Reset</string>

    <!-- KITCHEN -->
    <string name="kitchen_mark_all">Out all</string>
    <string name="kitchen_served">Served</string>
    <string name="kitchen_reload">Refresh</string>
    <string name="kitchen_error_cloud">This feature requires Dotypos Cloud and Automatic Sync Enabled</string>

    <!-- TODO: Remove or change this placeholder text -->
    <string name="hello_blank_fragment">Hello blank fragment</string>
    <string name="payment_order_cancelation_forbidden_dialog_title">Unable to pay bill</string>
    <string name="payment_order_cancelation_forbidden_dialog_message">An unpaid bill can not be canceled as paid one.</string>

    <string name="setup_business_subsegment_title">"Subsegment of \"<xliff:g example="Gastro" id="segment">%s</xliff:g>\""</string>
    <string name="setup_business_segment_fragment_title">Business segment selection</string>
    <string name="setup_business_segment_title">Business segment</string>
    <string name="setup_business_segment_continue">Continue</string>
    <string name="setup_business_segment_unknown_feature">Unknown setting</string>
    <string name="inventory_report_select_2_options">Select up to 2 columns to print</string>
    <string name="inventory_report_selected_more_than_2_columns">You have selected more than 2 columns. Please choose 2 or less.</string>
    <string name="print_copy">Copy</string>


</resources>
