# Translation of OpenERP Server. # This file contains the translation of the following modules: # * anonymization # # Translators: # FIRST AUTHOR , 2013 msgid "" msgstr "" "Project-Id-Version: Odoo 7.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-06-07 19:36+0000\n" "PO-Revision-Date: 2016-03-12 12:14+0000\n" "Last-Translator: Martin Trigaux\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/odoo/odoo-7/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard msgid "ir.model.fields.anonymize.wizard" msgstr "ir.model.fields.anonymize.wizard" #. module: anonymization #: field:ir.model.fields.anonymization,model_id:0 msgid "Object" msgstr "Object" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymization_migration_fix msgid "ir.model.fields.anonymization.migration.fix" msgstr "ir.model.fields.anonymization.migration.fix" #. module: anonymization #: field:ir.model.fields.anonymization.migration.fix,target_version:0 msgid "Target Version" msgstr "Target Version" #. module: anonymization #: selection:ir.model.fields.anonymization.migration.fix,query_type:0 msgid "sql" msgstr "sql" #. module: anonymization #: code:addons/anonymization/anonymization.py:91 #, python-format msgid "" "The database anonymization is currently in an unstable state. Some fields " "are anonymized, while some fields are not anonymized. You should try to " "solve this problem before trying to create, write or delete fields." msgstr "The database anonymization is currently in an unstable state. Some fields are anonymized, while some fields are not anonymized. You should try to solve this problem before trying to create, write or delete fields." #. module: anonymization #: field:ir.model.fields.anonymization,field_name:0 msgid "Field Name" msgstr "Field Name" #. module: anonymization #: field:ir.model.fields.anonymization,field_id:0 #: field:ir.model.fields.anonymization.migration.fix,field_name:0 msgid "Field" msgstr "Field" #. module: anonymization #: selection:ir.model.fields.anonymization,state:0 msgid "New" msgstr "New" #. module: anonymization #: field:ir.model.fields.anonymize.wizard,file_import:0 msgid "Import" msgstr "Import" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymization msgid "ir.model.fields.anonymization" msgstr "ir.model.fields.anonymization" #. module: anonymization #: code:addons/anonymization/anonymization.py:300 #, python-format msgid "" "Before executing the anonymization process, you should make a backup of your" " database." msgstr "Before executing the anonymization process, you should make a backup of your database." #. module: anonymization #: field:ir.model.fields.anonymization.history,state:0 #: field:ir.model.fields.anonymize.wizard,state:0 msgid "Status" msgstr "Status" #. module: anonymization #: field:ir.model.fields.anonymization.history,direction:0 msgid "Direction" msgstr "Direction" #. module: anonymization #: model:ir.actions.act_window,name:anonymization.action_ir_model_fields_anonymization_tree #: view:ir.model.fields.anonymization:0 #: model:ir.ui.menu,name:anonymization.menu_administration_anonymization_fields msgid "Anonymized Fields" msgstr "Anonymized Fields" #. module: anonymization #: model:ir.ui.menu,name:anonymization.menu_administration_anonymization msgid "Database anonymization" msgstr "Database anonymization" #. module: anonymization #: selection:ir.model.fields.anonymization.history,direction:0 msgid "clear -> anonymized" msgstr "clear -> anonymized" #. module: anonymization #: selection:ir.model.fields.anonymization,state:0 #: selection:ir.model.fields.anonymize.wizard,state:0 msgid "Anonymized" msgstr "Anonymized" #. module: anonymization #: field:ir.model.fields.anonymization,state:0 msgid "unknown" msgstr "unknown" #. module: anonymization #: code:addons/anonymization/anonymization.py:448 #, python-format msgid "Anonymized value is None. This cannot happens." msgstr "Anonymized value is None. This cannot happens." #. module: anonymization #: field:ir.model.fields.anonymization.history,filepath:0 msgid "File path" msgstr "File path" #. module: anonymization #: help:ir.model.fields.anonymize.wizard,file_import:0 msgid "" "This is the file created by the anonymization process. It should have the " "'.pickle' extention." msgstr "This is the file created by the anonymisation process. It should have the '.pickle' extention." #. module: anonymization #: field:ir.model.fields.anonymization.history,date:0 msgid "Date" msgstr "Date" #. module: anonymization #: field:ir.model.fields.anonymize.wizard,file_export:0 msgid "Export" msgstr "Export" #. module: anonymization #: view:ir.model.fields.anonymize.wizard:0 msgid "Reverse the Database Anonymization" msgstr "Reverse the Database Anonymisation" #. module: anonymization #: code:addons/anonymization/anonymization.py:444 #, python-format msgid "" "Cannot anonymize fields of these types: binary, many2many, many2one, " "one2many, reference." msgstr "Cannot anonymise fields of these types: binary, many2many, many2one, one2many, reference." #. module: anonymization #: view:ir.model.fields.anonymize.wizard:0 msgid "Database Anonymization" msgstr "Database Anonymisation" #. module: anonymization #: model:ir.ui.menu,name:anonymization.menu_administration_anonymization_wizard msgid "Anonymize database" msgstr "Anonymise database" #. module: anonymization #: selection:ir.model.fields.anonymization.migration.fix,query_type:0 msgid "python" msgstr "python" #. module: anonymization #: view:ir.model.fields.anonymization.history:0 #: field:ir.model.fields.anonymization.history,field_ids:0 msgid "Fields" msgstr "Fields" #. module: anonymization #: selection:ir.model.fields.anonymization,state:0 #: selection:ir.model.fields.anonymize.wizard,state:0 msgid "Clear" msgstr "Clear" #. module: anonymization #: code:addons/anonymization/anonymization.py:533 #, python-format msgid "" "It is not possible to reverse the anonymization process without supplying " "the anonymization export file." msgstr "It is not possible to reverse the anonymisation process without supplying the anonymisation export file." #. module: anonymization #: field:ir.model.fields.anonymize.wizard,summary:0 msgid "Summary" msgstr "Summary" #. module: anonymization #: view:ir.model.fields.anonymization:0 msgid "Anonymized Field" msgstr "Anonymised Field" #. module: anonymization #: code:addons/anonymization/anonymization.py:391 #: code:addons/anonymization/anonymization.py:526 #, python-format msgid "" "The database anonymization is currently in an unstable state. Some fields " "are anonymized, while some fields are not anonymized. You should try to " "solve this problem before trying to do anything." msgstr "The database anonymisation is currently in an unstable state. Some fields are anonymised, while some fields are not anonymised. You should try to solve this problem before trying to do anything." #. module: anonymization #: selection:ir.model.fields.anonymize.wizard,state:0 msgid "Unstable" msgstr "Unstable" #. module: anonymization #: selection:ir.model.fields.anonymization.history,state:0 msgid "Exception occured" msgstr "Exception occured" #. module: anonymization #: selection:ir.model.fields.anonymization,state:0 msgid "Not Existing" msgstr "Not Existing" #. module: anonymization #: field:ir.model.fields.anonymization,model_name:0 msgid "Object Name" msgstr "Object Name" #. module: anonymization #: model:ir.actions.act_window,name:anonymization.action_ir_model_fields_anonymization_history_tree #: view:ir.model.fields.anonymization.history:0 #: model:ir.ui.menu,name:anonymization.menu_administration_anonymization_history msgid "Anonymization History" msgstr "Anonymisation History" #. module: anonymization #: field:ir.model.fields.anonymization.migration.fix,model_name:0 msgid "Model" msgstr "Model" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymization_history msgid "ir.model.fields.anonymization.history" msgstr "ir.model.fields.anonymization.history" #. module: anonymization #: code:addons/anonymization/anonymization.py:358 #, python-format msgid "" "The database anonymization is currently in an unstable state. Some fields " "are anonymized, while some fields are not anonymized. You should try to " "solve this problem before trying to do anything else." msgstr "The database anonymisation is currently in an unstable state. Some fields are anonymised, while some fields are not anonymized. You should try to solve this problem before trying to do anything else." #. module: anonymization #: code:addons/anonymization/anonymization.py:389 #: code:addons/anonymization/anonymization.py:448 #, python-format msgid "Error !" msgstr "Error !" #. module: anonymization #: model:ir.actions.act_window,name:anonymization.action_ir_model_fields_anonymize_wizard #: view:ir.model.fields.anonymize.wizard:0 msgid "Anonymize Database" msgstr "Anonymise Database" #. module: anonymization #: field:ir.model.fields.anonymize.wizard,name:0 msgid "File Name" msgstr "File Name" #. module: anonymization #: field:ir.model.fields.anonymization.migration.fix,sequence:0 msgid "Sequence" msgstr "Sequence" #. module: anonymization #: selection:ir.model.fields.anonymization.history,direction:0 msgid "anonymized -> clear" msgstr "anonymised -> clear" #. module: anonymization #: selection:ir.model.fields.anonymization.history,state:0 msgid "Started" msgstr "Started" #. module: anonymization #: code:addons/anonymization/anonymization.py:389 #, python-format msgid "The database is currently anonymized, you cannot anonymize it again." msgstr "The database is currently anonymised, you cannot anonymize it again." #. module: anonymization #: selection:ir.model.fields.anonymization.history,state:0 msgid "Done" msgstr "Done" #. module: anonymization #: field:ir.model.fields.anonymization.migration.fix,query:0 #: field:ir.model.fields.anonymization.migration.fix,query_type:0 msgid "Query" msgstr "Query" #. module: anonymization #: view:ir.model.fields.anonymization.history:0 #: field:ir.model.fields.anonymization.history,msg:0 #: field:ir.model.fields.anonymize.wizard,msg:0 msgid "Message" msgstr "Message" #. module: anonymization #: code:addons/anonymization/anonymization.py:65 #: sql_constraint:ir.model.fields.anonymization:0 #, python-format msgid "You cannot have two fields with the same name on the same object!" msgstr "You cannot have two fields with the same name on the same object!"