]> hydra-www.ietfng.org Git - android-vcpass-oisafe/commitdiff
OI Safe: New translations.
authorpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Sun, 11 Apr 2010 08:11:16 +0000 (08:11 +0000)
committerpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Sun, 11 Apr 2010 08:11:16 +0000 (08:11 +0000)
git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@2611 72b678ce-9140-0410-bee8-679b907dd61a

readme.txt
res/values-oc/strings.xml [new file with mode: 0644]
translations/androidxml2po.bash

index 2235172c49ef3c622c8299fcd4c7b735423075e6..cc67bdf7cb043faf5c9ed9ecc1c05f3109fc3ea0 100644 (file)
@@ -28,7 +28,7 @@ To obtain the current release, visit
 release: 1.2.5\r
 date: 2009-12-??\r
 - fixed latent service notification\r
-- translations: Romanian, Russian\r
+- translations: Occitan (post 1500), Romanian, Russian\r
 \r
 ---------------------------------------------------------\r
 release: 1.2.4\r
diff --git a/res/values-oc/strings.xml b/res/values-oc/strings.xml
new file mode 100644 (file)
index 0000000..007d814
--- /dev/null
@@ -0,0 +1,269 @@
+<?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:
+  Cédric VALMARY (Per Tot en òc) https://launchpad.net/~cvalmary</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 at 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-&gt;Add</string>
+    <string name="password_lock">Varrolhar</string>
+    <string name="password_view">Afichar</string>
+    <string name="password_edit">Editar</string>
+    <string name="password_add">Apondre</string>
+    <string name="password_delete">Suprimir</string>
+    <string name="password">Senhal</string>
+    <string name="passwords">Senhals</string>
+    <string name="master_password">Senhal principal</string>
+    <string name="username">Nom d'utilizaire</string>
+    <string name="website">Site web</string>
+    <string name="description">Descripcion</string>
+    <string name="notes">Nòtas</string>
+    <string name="save">Enregistrar</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">Categorias</string>
+       <string name="category">Categoria</string>
+    <string name="category_business">Professional</string>
+    <string name="category_personal">Personal</string>
+    <string name="name">Nom</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">Importar</string>
+       <string name="dialog_import_msg">Do you want to replace the database (import from %s)?</string>
+       <string name="yes">Òc</string>
+       <string name="no">Non</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">Apondut</string>
+       <string name="entries">entradas</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">Modificar l'entrada</string>
+       <string name="view_entry">View Entry</string>
+       <string name="help">Ajuda</string>
+       <string name="close">Tampar</string>
+       <string name="go">Anem !</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">Old password</string>
+       <string name="new_password">Senhal novèl</string>
+       <string name="verify_password">Verificar lo senhal</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">Error al moment de modificar lo senhal</string>
+    <string name="password_changed">Senhal cambiat</string>
+    <string name="confirm">Confirmar</string>
+    <string name="confirm_pass_fail">Password entries do not match.</string>
+    <string name="backup">Salvament</string>
+    <string name="backup_progress">Salvament de</string>
+    <string name="backup_complete">Complete.  Passwords backed up: </string>
+    <string name="backup_failed">Backup failed: </string>
+    <string name="restore">Restablir</string>
+    <string name="filename">Nom del fichièr</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">Marrit senhal</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">Site invalid</string>
+    
+    <!-- Menu label to open a category -->
+    <string name="open">Dobrir</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">Desplaçar</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">Paramètres</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">Dobrir OI Safe</string>
+       <string name="lock">Varrolhar</string>
+       <string name="continue_text">Contunhar</string>
+       <string name="generate_password">Generate Password</string>
+       <string name="pass_gen_length">Password Length</string>
+       <string name="pass_gen_uppercase">Majusculas [A-Z]</string>
+       <string name="pass_gen_lowercase">Minusculas [a-z]</string>
+       <string name="pass_gen_numbers">Numèros [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">Copiar cap al quichapapièrs</string>
+       <string name="cancel">Anullar</string>
+       <string name="discard_changes">Abandonar las modificacions</string>
+       <string name="entry_saved">Entry saved</string>
+       <string name="last_edited">Last edited</string>
+       <string name="last_edited_unknown">desconegut</string>
+       <string name="crypto_error">Crypto error:</string>
+       <string name="uniquename">Nom unic</string>
+       <string name="package_access">Accès al paquet</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 &gt; 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">Recercar</string>
+       <string name="search_progress">Recèrca en cors...</string>
+       <string name="search_hint">Type search criteria</string>
+       <string name="search_nothing_found">Pas res de trobat</string>
+       
+       
+       <!-- ***************************
+            Distribution
+            *************************** -->
+       
+       <!-- EULA -->
+       <string name="eula_title">OI Safe EULA</string>
+       <string name="eula_accept">Acceptar</string>
+       <string name="eula_refuse">Anullar</string>
+       
+       <!-- Update -->
+               <string name="update_box_text">Please check manually for updates or install OI Update
+for automatic notifications.
+Current version: %s
+       </string>
+       <string name="update_check_now">Check now.</string>
+       <string name="update_get_updater">Obténer OI Updater.</string>
+       <string name="update_error">Download application not available.</string>
+       <string name="update">Verificar las mesas a jorn</string>
+       
+    <!-- About -->
+    <string name="about">A prepaus</string>
+       <string name="aboutapp_not_available">Version %s\n\nNo compatible extension available to display full info (contact, credits, license).</string>
+    <string name="aboutapp_get">Obténer OI About</string>
+    
+    <!-- File Manager -->
+    <string name="filemanager_not_available">No compatible file manager is available.</string>
+    <string name="filemanager_get_oi_filemanager">Obténer 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">encrypt and decrypt data</string>
+    <string name="oi_safe_permission_intents_descr">Allows the application to encrypt and decrypt text, and access the passwords they have stored in OI Safe.</string> 
+
+       <!-- ***************************
+            Preferences
+            *************************** -->
+
+    <string-array name="pref_entries_lock_timeout">
+        <item>1 minuta</item>
+        <item>5 minutas</item>
+        <item>10 minutas</item>
+        <item>15 minutas</item>
+        <item>30 minutas</item>  
+    </string-array>
+
+        
+</resources>
index e79bd6d1fbcf7b2440b917f1e33c72f875563acc..9b279969b5eae3e89aa8afc5ea541ae08860986b 100644 (file)
@@ -6,9 +6,9 @@
 # Nov 14, 2009: Peli: Modified export_xml2po to work with new Launchpad scheme.
 
 #Set the languages here (long version is the android resource append string).
-short_lang=("de" "es" "fr" "ro" "ru") #do not include template language ("en" usually).
+short_lang=("de" "es" "fr" "oc" "ro" "ru") #do not include template language ("en" usually).
 #="nl" "de" "fr" "ar" "es" "he" "hu" "id" "it" "pl" "pt_BR" "ru" "sv" "zh_CN"
-long_lang=("de" "es" "fr" "ro" "ru") #do not include template language ("en" usually).
+long_lang=("de" "es" "fr" "oc" "ro" "ru") #do not include template language ("en" usually).
 # "nl" "de" "fr" "ar" "es" "he" "hu" "id" "it" "pl" "pt-rBR" "ru" "sv" "zh-rCN"
 #Change the dirs where the files are located. Dirs cannot have leading "."'s or msgmerge will complain.
 launchpad_po_files_dir="."