2021-05-07 11:48:10 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
<!-- # app -->
|
|
|
|
<!-- # error messages -->
|
|
|
|
<!-- # clouds -->
|
|
|
|
<!-- ## cloud names -->
|
|
|
|
<!-- # permission -->
|
|
|
|
<!-- ## permission messages -->
|
2021-07-12 16:05:06 +02:00
|
|
|
<string name="snack_bar_action_title_search_next">अगला</string>
|
2021-05-07 11:48:10 +02:00
|
|
|
<!-- # screens -->
|
|
|
|
<!-- # screen: vault list -->
|
|
|
|
<!-- # screen: file browser -->
|
2021-07-12 16:05:06 +02:00
|
|
|
<string name="screen_file_browser_default_title">गुप्त तिजोरी</string>
|
|
|
|
<string name="screen_file_browser_share_button_text">चुनें</string>
|
2021-05-07 11:48:10 +02:00
|
|
|
<!-- ## screen: text editor -->
|
|
|
|
<!-- ## screen: share files -->
|
|
|
|
<!-- ## screen: choose cloud service -->
|
|
|
|
<!-- ## screen: cloud connections -->
|
|
|
|
<!-- ## screen: webdav settings -->
|
2021-07-12 16:05:06 +02:00
|
|
|
<string name="screen_webdav_settings_password_label">पासवर्ड</string>
|
2021-05-07 11:48:10 +02:00
|
|
|
<!-- ## screen: s3 settings -->
|
|
|
|
<!-- ## screen: enter vault name -->
|
|
|
|
<!-- ## screen: set password -->
|
2021-07-12 16:05:06 +02:00
|
|
|
<string name="screen_set_password_button_text">हो गया</string>
|
|
|
|
<string name="screen_set_password_strength_indicator_1">कमजोर</string>
|
|
|
|
<string name="screen_set_password_strength_indicator_2">बढ़िया</string>
|
|
|
|
<string name="screen_set_password_strength_indicator_3">मजबूत</string>
|
2021-05-07 11:48:10 +02:00
|
|
|
<!-- ## screen: settings -->
|
2021-07-12 16:05:06 +02:00
|
|
|
<string name="screen_settings_section_general">सामान्य</string>
|
2021-05-07 11:48:10 +02:00
|
|
|
<!-- ## screen: cloud settings -->
|
|
|
|
<!-- ## screen: licenses -->
|
|
|
|
<!-- ## screen: authenticate cloud -->
|
|
|
|
<!-- ## screen: insecure android version info -->
|
|
|
|
<!-- # dialogs -->
|
2021-07-12 16:05:06 +02:00
|
|
|
<string name="dialog_button_cancel">रद्द करें</string>
|
|
|
|
<string name="dialog_enter_password_positive_button">अनलॉक करें</string>
|
2021-05-07 11:48:10 +02:00
|
|
|
<!-- Vault not found -->
|
2021-07-12 16:05:06 +02:00
|
|
|
<string name="dialog_lock_vault">लॉक करें</string>
|
|
|
|
<string name="dialog_app_is_obscured_info_neutral_button">बंद करें</string>
|
|
|
|
<string name="dialog_sym_link_back_button">पीछे जाएं</string>
|
2021-05-07 11:48:10 +02:00
|
|
|
<!-- # error reports -->
|
|
|
|
<!-- # misc -->
|
|
|
|
<!-- ## file size helper -->
|
|
|
|
<!-- ## date helper -->
|
|
|
|
<!-- ## biometric authentication -->
|
|
|
|
<!-- notification -->
|
|
|
|
<!-- lock timeout names -->
|
2021-10-01 17:17:24 +02:00
|
|
|
<string name="lock_timeout_1m">1 मिनट</string>
|
|
|
|
<string name="lock_timeout_2m">2 मिनट</string>
|
|
|
|
<string name="lock_timeout_5m">5 मिनट</string>
|
|
|
|
<string name="lock_timeout_10m">10 मिनट</string>
|
|
|
|
<string name="lock_timeout_never">कभी नहीं</string>
|
2021-05-07 11:48:10 +02:00
|
|
|
<!-- cache size names -->
|
2021-10-01 17:17:24 +02:00
|
|
|
<string name="cache_size_50m">50 MB</string>
|
|
|
|
<string name="cache_size_100m">100 MB</string>
|
|
|
|
<string name="cache_size_250m">250 MB</string>
|
|
|
|
<string name="cache_size_500m">500 MB</string>
|
|
|
|
<string name="cache_size_1000m">1 GB</string>
|
|
|
|
<string name="cache_size_5000m">5 GB</string>
|
2021-05-07 11:48:10 +02:00
|
|
|
<!-- screen scheme mode names -->
|
|
|
|
<!-- update interval names -->
|
2021-10-01 17:17:24 +02:00
|
|
|
<string name="update_interval_1d">दिन में एक बार</string>
|
|
|
|
<string name="update_interval_1w">सप्ताह में एक बार</string>
|
|
|
|
<string name="update_interval_1m">महीने में एक बार</string>
|
2021-05-07 11:48:10 +02:00
|
|
|
</resources>
|