Skip to content

Commit

Permalink
New translations strings.xml (Romanian)
Browse files Browse the repository at this point in the history
  • Loading branch information
hegocre committed Apr 11, 2024
1 parent e7048e2 commit 84c1f61
Showing 1 changed file with 1 addition and 69 deletions.
70 changes: 1 addition & 69 deletions app/src/main/res/values-ro-rRO/strings.xml
Original file line number Diff line number Diff line change
@@ -1,70 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="content_description_site_favicon">Site favicon</string>
<string name="action_login">Login</string>
<string name="login_server_url">Server URL</string>
<string name="error_url_cannot_be_empty">URL cannot be empty</string>
<string name="error_url_must_start_https">URL must start with https://</string>
<string name="action_log_out">Log out</string>
<string name="dialog_log_out_text">Are you sure you want to log out?</string>
<string name="password_attr_password">Password</string>
<string name="dialog_master_password_title">Enter master password</string>
<string name="text_input_show_password_toggle">Show Password</string>
<string name="action_search">Search</string>
<string name="autofill_preference_title">Autofill</string>
<string name="screen_settings">Settings</string>
<string name="autofill_preference_subtitle">Enable autofill service</string>
<string name="preferences_category_general">General</string>
<string name="preferences_category_autofill_service">Autofill service</string>
<string name="action_save">Save</string>
<string name="action_edit_password">Edit password</string>
<string name="password_folder_attr_label">Label</string>
<string name="custom_field_label">Label</string>
<string name="password_attr_username">Username</string>
<string name="password_attr_url">URL</string>
<string name="custom_field_type_url">URL</string>
<string name="error_password_saving_failed">Password saving has failed. Please, try again</string>
<string name="action_delete_password">Delete password</string>
<string name="error_password_deleting_failed">Password deleting has failed. Please, try again</string>
<string name="dialog_delete_element_text">This element will be deleted. Please, confirm this action</string>
<string name="action_delete">Delete</string>
<string name="password_attr_notes">Notes</string>
<string name="password_attr_favorite">Favorite</string>
<string name="action_add_custom_field">New custom field</string>
<string name="custom_field_type">Field type</string>
<string name="custom_field_type_text">Text</string>
<string name="custom_field_type_email">Email</string>
<string name="custom_field_type_secret">Secret</string>
<string name="error_field_cannot_be_empty">This field cannot be empty</string>
<string name="error_enter_valid_url">Enter a valid URL</string>
<string name="error_enter_valid_email">Enter a valid email</string>
<string name="error_could_not_generate_password">Could not generate password</string>
<string name="error_could_not_open_url">Could not open URL</string>
<string name="screen_about">About</string>
<string name="navigation_back">Back</string>
<string name="author">Author</string>
<string name="password_attr_security_status">Security status</string>
<string name="content_description_folder_icon">Folder icon</string>
<string name="action_clear_search_query">Clear search query</string>
<string name="action_generate_password">Generate password</string>
<string name="action_copy_value">Copy value</string>
<string name="top_level_folder_name">Home</string>
<string name="action_select">Select</string>
<string name="action_create_element">Create</string>
<string name="error_folder_saving_failed">Folder saving has failed. Please, try again</string>
<string name="error_folder_deleting_failed">Folder deleting has failed. Please, try again</string>
<string name="action_delete_folder">Delete folder</string>
<string name="folder_attr_parent_folder">Parent folder</string>
<string name="preferences_category_security">Security</string>
<string name="app_lock_preference_title">App lock</string>
<string name="app_lock_preference_subtitle">Lock the access to the app with a passcode</string>
<string name="biometric_unlock_preference_title">Biometric unlock</string>
<string name="biometric_unlock_preference_subtitle">Allow unlocking the app with device biometrics</string>
<string name="error_app_lock_incorrect_code">Incorrect code</string>
<string name="app_lock_input_passcode">Input passcode</string>
<string name="app_lock_confirm_passcode">Confirm passcode</string>
<string name="error_passcodes_dont_match">Passcodes don\'t match</string>
<string name="error_cannot_connect_to_server">Cannot connect to server. Tap to retry.</string>
<string name="dialog_invalid_certificate_title">Invalid certificate</string>
<string name="dialog_invalid_certificate_text">The HTTPS certificate is invalid. Do you want to proceed?</string>
</resources>
<resources></resources>

0 comments on commit 84c1f61

Please sign in to comment.