--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+* $Id: strings.xml 2312 2009-10-03 22:42:11Z rmceoin $
+*
+* Copyright 2007-2009 OpenIntents.org
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*
+-->
+<resources>
+ <!-- ***************************
+ About information
+ *************************** -->
+
+ <!-- Automatically filled in by Launchpad: -->
+ <string name="about_translators">Launchpad Contributions:
+ iulargsb https://launchpad.net/~iulargsb</string>
+
+ <!-- Strings for OI About -->
+ <string name="about_comments">OI Safe keeps all your private data encrypted.</string>
+ <string name="about_website_label">OI Safe pe OpenIntents</string>
+
+ <!-- ***************************
+ Applicatio-specific strings
+ *************************** -->
+ <string name="app_name">OI Safe</string>
+ <string name="empty_safe">No Passwords present for this category.</string>
+ <string name="empty_category">No categories present. Please add one via Menu->Add</string>
+ <string name="password_lock">Lock</string>
+ <string name="password_view">View</string>
+ <string name="password_edit">Modifică</string>
+ <string name="password_add">Adaugă</string>
+ <string name="password_delete">Delete</string>
+ <string name="password">Parolă</string>
+ <string name="passwords">Parole</string>
+ <string name="master_password">Master Password</string>
+ <string name="username">Utilizator</string>
+ <string name="website">Pagină web</string>
+ <string name="description">Descriere</string>
+ <string name="notes">Note</string>
+ <string name="save">Salvează</string>
+ <string name="invalid_password">Invalid password. Please try again.</string>
+ <string name="notify_blank_pass">Password must be at least 4 characters</string>
+ <string name="notify_blank_desc">Description cannot be blank</string>
+ <string name="notify_blank_name">Name cannot be blank</string>
+ <string name="first_time">Please enter a password below, which will be used to keep your passwords safe.</string>
+ <string name="logoff_explanation">You are currently logged into OI Safe, meaning that other applications can request their passwords and decrypt/encrypt data. Lock to prevent further access until you type in your password again.</string>
+ <string name="remote_ask">Another application is asking to use the master key. Please type in your password to unlock it.</string>
+ <string name="categories">Categorii</string>
+ <string name="category">Categorie</string>
+ <string name="category_business">Business</string>
+ <string name="category_personal">Personal</string>
+ <string name="name">Nume</string>
+ <string name="category_not_empty">Category is not empty. You must delete the passwords first.</string>
+ <string name="cannot_decrypt_category">Cannot decrypt category</string>
+ <string name="cannot_decrypt_password">Cannot decrypt password</string>
+ <string name="error_export">Error exporting database</string>
+ <string name="export_database">Export Database</string>
+ <string name="export_msg">This will export the password database to a plaintext file. THIS IS VERY DANGEROUS. Make sure that you delete the file after you are done with it. Are you sure you want to export?</string>
+ <string name="export_success">Export to '%s' successful. Warning! The file is not encrypted.</string>
+ <string name="export_file_error">Unable to create export file 'oisafe.csv' on SDCARD. You might try disconnecting USB from computer.</string>
+ <string name="import_database">Import Database</string>
+ <string name="import_file_missing">Import file is missing:</string>
+ <string name="import_file_error">Unable to import file 'oisafe.csv' from SDCARD. You might try disconnecting USB from computer.</string>
+ <string name="import_error_first_line">First line is missing fields.</string>
+ <string name="dialog_import_title">Import</string>
+ <string name="dialog_import_msg">Do you want to replace the database (import from %s)?</string>
+ <string name="yes">Yes</string>
+ <string name="no">No</string>
+ <string name="import_progress">Please wait while importing...</string>
+ <string name="import_no_categories">No categories found.</string>
+ <string name="import_no_entries">No entries found in CSV.</string>
+ <string name="import_too_many_categories">Too many categories.</string>
+ <string name="import_not_enough_fields">Not enough fields</string>
+ <string name="import_blank_category">Blank category</string>
+ <string name="import_blank_description">Blank description</string>
+ <string name="dialog_delete_database_title">Delete Database</string>
+ <string name="dialog_delete_database_msg">Are you really sure you want to delete the database? This cannot be undone.</string>
+ <string name="added">Added</string>
+ <string name="entries">entries</string>
+ <string name="import_complete">Import complete</string>
+ <string name="import_delete_csv">Since it is not secure to keep passwords in clear text CSV files, would you like to delete</string>
+ <string name="edit_entry">Edit Entry</string>
+ <string name="view_entry">View Entry</string>
+ <string name="help">Ajutor</string>
+ <string name="close">Închide</string>
+ <string name="go">Go</string>
+ <string name="dialog_delete_password_title">Delete Password</string>
+ <string name="dialog_delete_password_msg">Are you sure you want to delete this password?</string>
+ <string name="change_password">Change Master Password</string>
+ <string name="chg_pass_explaination">Use this to change the password you use to unlock OI Safe. Your data will be re-encrypted with the new password. The more complex your password is, the safer your data will be.</string>
+ <string name="old_password">Parola veche</string>
+ <string name="new_password">Parola nouă</string>
+ <string name="verify_password">Verify password</string>
+ <string name="new_verify_mismatch">New and Verify passwords do not match.</string>
+ <string name="invalid_old_password">Old password is invalid. Please try again.</string>
+ <string name="error_changing_password">Eroare la schimbarea parolei</string>
+ <string name="password_changed">Master Password changed</string>
+ <string name="confirm">Confirmă</string>
+ <string name="confirm_pass_fail">Parolele nu se potrivesc.</string>
+ <string name="backup">Copie de siguranță</string>
+ <string name="backup_progress">Backing up to </string>
+ <string name="backup_complete">Complete. Passwords backed up: </string>
+ <string name="backup_failed">Backup failed: </string>
+ <string name="restore">Restore</string>
+ <string name="filename">Nume fișier</string>
+ <string name="restore_no_file">Backup file not found. You need to perform a backup first to create it. Or copy a backup from your PC.</string>
+ <string name="restore_set_password">Please provide the password used by the backup file. Your master password will be set to this.</string>
+
+ <!-- Toast message. '%s' contains a more detailed error message. -->
+ <string name="restore_unable_to_open">Unable to open file: %s</string>
+
+ <!-- Toast message. '%s' contains the version number of the database. -->
+ <string name="restore_bad_version">Version not supported: %s</string>
+
+ <string name="restore_error">Restore error.</string>
+ <string name="restore_decrypt_error">Bad password.</string>
+ <string name="dialog_restore_database_title">Restore Database</string>
+ <string name="dialog_restore_database_msg">Are you sure you want to replace the current data?</string>
+ <string name="restore_found">Found %s passwords from backup dated %s.</string>
+ <string name="restore_complete">Complete. Passwords restored: %s</string>
+ <string name="copied_to_clipboard">copied to Clipboard</string>
+ <string name="invalid_website">Invalid website</string>
+
+ <!-- Menu label to open a category -->
+ <string name="open">Deschide</string>
+
+ <string name="database_version_error_title">Database Version Error</string>
+ <string name="database_version_error_msg">Sorry, but the version of the database is not supported. You must install the version associated with this database.</string>
+
+ <!-- Menu label to move a password to another category -->
+ <string name="move">Mută</string>
+
+ <string name="move_select">Select Category</string>
+
+ <!-- Toast that password has been moved to another category -->
+ <string name="moved_to">Moved to %s</string>
+
+ <string name="preferences">Configurări</string>
+ <string name="pref_title_external_access">Allow external access</string>
+ <string name="pref_summary_external_access">Allow other applications to secure your data with OI Safe</string>
+ <string name="dialog_title_external_access">OI Safe: Another application requests access.</string>
+ <string name="dialog_summary_external_access">Allow other applications to secure your data with OI Safe.</string>
+ <string name="dialog_comment_external_access">This can also be set in OI Safe\'s Menu / Settings.</string>
+
+ <!-- Preference title -->
+ <string name="pref_title_lock_timeout">Auto lock timeout</string>
+
+ <!-- Preference summary for auto lock timeout -->
+ <string name="pref_summary_lock_timeout">Number of minutes before timeout occurs and safe is locked</string>
+
+ <string name="pref_dialog_title_lock_timeout">Auto lock timeout</string>
+
+ <!-- Preference title -->
+ <string name="pref_title_lock_on_screen_lock">Lock on screen lock</string>
+
+ <!-- Preference summary for lock on screen lock -->
+ <string name="pref_summary_lock_on_screen_lock">Lock when the screen locks</string>
+
+ <!-- Preference title: use a numeric keypad to enter the password -->
+ <string name="pref_title_keypad">Keypad</string>
+
+ <!-- Preference summary: for a numeric keypad -->
+ <string name="pref_summary_keypad">Use a keypad to enter Master Password</string>
+
+ <!-- Preference title -->
+ <string name="pref_title_keypad_mute">Keypad Mute</string>
+
+ <!-- Preference summary: Make the 'keypad sounds' mute.
+ If a user chooses this, then the keypad does not sound when pressing the keys. -->
+ <string name="pref_summary_keypad_mute">Mute keypad sounds</string>
+
+ <string name="intent_decrypt">Decrypt (OI Safe)</string>
+ <string name="intent_encrypt">Encrypt (OI Safe)</string>
+ <string name="intent_get_password">Get password (OI Safe)</string>
+ <string name="intent_set_password">Set password (OI Safe)</string>
+ <string name="intent_restart_timer">Restart timer (OI Safe)</string>
+ <string name="open_safe">Open OI Safe</string>
+ <string name="lock">Lock</string>
+ <string name="continue_text">Continuă</string>
+ <string name="generate_password">Generate Password</string>
+ <string name="pass_gen_length">Password Length</string>
+ <string name="pass_gen_uppercase">Uppercase [A-Z]</string>
+ <string name="pass_gen_lowercase">Lowercase [a-z]</string>
+ <string name="pass_gen_numbers">Numbers [0-9]</string>
+ <string name="pass_gen_symbols">Symbols [!@#$%^\*]</string>
+ <string name="pass_gen_copy_to_current_entry">Copy to Current Entry</string>
+ <string name="pass_gen_copy_to_clipboard">Copiază în clipboard</string>
+ <string name="cancel">Renunță</string>
+ <string name="discard_changes">Discard changes</string>
+ <string name="entry_saved">Entry saved</string>
+ <string name="last_edited">Last edited</string>
+ <string name="last_edited_unknown">unknown</string>
+ <string name="crypto_error">Crypto error:</string>
+ <string name="uniquename">Unique name</string>
+ <string name="package_access">Package access</string>
+ <string name="not_found">not found</string>
+ <string name="dialog_title_first_time_warning">New master key</string>
+ <string name="dialog_summary_first_time_warning">A new random master key has been created. Use menu > backup and store this key in a safe place. Without this key you may lose encrypted data.</string>
+ <string name="switch_mode">Switch mode</string>
+ <string name="decrypt_progress">Decrypting...</string>
+ <string name="search">Caută</string>
+ <string name="search_progress">Caut...</string>
+ <string name="search_hint">Type search criteria</string>
+ <string name="search_nothing_found">Nothing found</string>
+
+
+ <!-- ***************************
+ Distribution
+ *************************** -->
+
+ <!-- EULA -->
+ <string name="eula_title">OI Safe ALUF</string>
+ <string name="eula_accept">Acceptă</string>
+ <string name="eula_refuse">Renunță</string>
+
+ <!-- Update -->
+ <string name="update_box_text">Verificați manual existența versiunilor noi sau instalați OI Update pentru noitificări automate. Versiunea curentă: %s</string>
+ <string name="update_check_now">Verifică acum</string>
+ <string name="update_get_updater">Instalează OI Updater</string>
+ <string name="update_error">Aplicația pentru descărcare nu este disponibilă.</string>
+ <string name="update">Verifică versiuni noi</string>
+
+ <!-- About -->
+ <string name="about">Despre</string>
+ <string name="aboutapp_not_available">Versiune %s\n\nNu există extensie compatibilă pentru afișarea informațiilor complete (contact, mulțumiri, licență).</string>
+ <string name="aboutapp_get">Instalează OI About</string>
+
+ <!-- File Manager -->
+ <string name="filemanager_not_available">Nu este disponibil un manager de fișiere compatibil.</string>
+ <string name="filemanager_get_oi_filemanager">Instalează OI File Manager</string>
+
+ <!-- ***************************
+ Permissions
+ *************************** -->
+
+ <!-- OI Safe -->
+ <string name="oi_safe_permission_service">access the master password</string>
+ <string name="oi_safe_permission_service_descr">Allows the application to access the master key used for encryption and decryption. Should never be used except by OI Safe.</string>
+ <string name="oi_safe_permission_intents">criptează și decriptează date</string>
+ <string name="oi_safe_permission_intents_descr">Permite aplicațiilor să cripteze și să decripteze text, și să acceseze parolele pe care le-au salvat in OI Safe.</string>
+
+ <!-- ***************************
+ Preferences
+ *************************** -->
+
+ <string-array name="pref_entries_lock_timeout">
+ <item>1 minut</item>
+ <item>5 minute</item>
+ <item>10 minute</item>
+ <item>15 minute</item>
+ <item>30 de minute</item>
+ </string-array>
+
+
+</resources>