Difference between revisions of "Translating Mindjet MindManager Files"

From Wordfast Wiki
Jump to: navigation, search
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The Mindmap file is actually a compressed archive. When I changed its extension to ZIP, I was able to extract its contents. I copied ''Document.xml'' to translate it.
+
From the Mindjet MindManager application, choose '''''File > Save As…''''' and save your mindmap file in the MindManager Map (XML) format.
  
If you open ''Document.xml'' in a text editor, you will see that the translatable parts are identified in the attribute: '''PlainText'''.
+
If you open ''.xmmap'' file in a text editor, you will see that the translatable parts are identified in the attribute: '''PlainText'''.
  
To translate ''Document.xml'' in Wordfast Pro, I just created a very simple two-line ''*.properties'' file ([https://docs.google.com/uc?id=0B6RiXvgKYZ46RXRlTVpFbUhSOHM click here to download it])
+
To translate the ''.xmmap'' in Wordfast Pro, you first need to create a very simple extraction rules ''*.properties'' file ([https://docs.google.com/uc?id=0B6RiXvgKYZ46RXRlTVpFbUhSOHM click here to download it])
 
  paragraphPrefix.0=PlainText="
 
  paragraphPrefix.0=PlainText="
 
  paragraphSuffix.0="
 
  paragraphSuffix.0="
  
To open the XML file in [[Wordfast Professional|Wordfast Pro]], go to '''''Edit menu'' > ''Preferences'' > ''Formats'' > ''New'' > ''Text-based Filter'''''.
+
Next, you’ll need to create a text-based filter that so Wordfast Pro will recognize the ''.xmmap'' extension and use the ''*.properties'' file rules to extract the proper content.
  
Click the '''''[...]''''' button to locate the (''*.properties'') file. Make sure the "Extension" textbox shows ''*.xml'' and save the settings ('''''OK''''').
+
__TOC__
  
Now, you should be able to open the XML file in WFP ('''''File menu'' > ''Open file''''').
+
== Wordfast Pro 3 ==
 +
To open the ''.xmmap'' file in [[Wordfast Professional|Wordfast Pro 3]]:
 +
# Go to '''''Edit menu'' > ''Preferences'' > ''Formats'' > ''New'' > ''Text-based Filter'''''.
 +
# Click the '''''[...]''''' button to locate the (''*.properties'') file. Make sure the "Extension" textbox shows ''*.xmmap'' and save the settings ('''''OK''''').
 +
# Open the ''.xmmap'' file in WFP3 ('''''File menu'' > ''Open file''''').
  
After translation, replace the original ''Document.xml'' with the translated one, zip the files again, and restore the MMAP extension.
+
After translating and saving the file back to its native ''.xmmap'' format, open the translated ''.xmmap'' file in Mindjet MindManager.
  
Now, you should be able to open the translated MMAP in Mindjet MindManager Professional.
 
  
It would be much easier if the Mindjet MindManager developers add a two-way option to the application itself for importing and exporting back the XML file.
+
== Wordfast Pro 5 ==
 +
# Go to the '''''Wordfast Pro menu'' > ''Preferences'' > ''New Project Preferences'' > ''Filters'''''.<ref>If you want to add a ''.xmmap'' file to an existing project, open the project first, then open '''''Preferences'' > ''Current Project Preferences'' > ''Filters''''' and go to step 3.</ref>
 +
# Click on the '''''Add''''' button.
 +
# Choose the file format '''''Text-based filter''''' (''*xml'').
 +
# Give your filter a name (e.g. Mindjet).
 +
# Use UTF-8 for the source and target encoding.
 +
# Use the '''''Browse...''''' button next to "Extraction rules" to locate the extraction rules (''*.properties'') file.
 +
# Make sure the "Extension" field shows ''xmmap'' and save the settings by pressing '''''OK'''''.
 +
# Now, when creating a new project, you can add the Mindmap file and it will use this newly created filter. If you have more than one customized ''.xmmap'' filter, you will be able to choose which filter to use when adding the ''.xmmap'' file.
  
 +
After translating and saving the file back to its native ''.xmmap'' format, open the translated ''.xmmap'' file in Mindjet MindManager.
  
--[[User:Yasmin|Yasmin Moslem]] 05 June 2012
+
 
 +
== References ==
 +
<references/>
  
  
 
----
 
----
 +
--[[User:Yasmin|Yasmin Moslem]] 05 June 2012
 +
 
Version: Wordfast Pro 5.7 <br>  Operating System: macOS
 
Version: Wordfast Pro 5.7 <br>  Operating System: macOS
  
 
Updated by [[User:Star|Star]] 15 January 2019
 
Updated by [[User:Star|Star]] 15 January 2019
 
[[Category: Wordfast Professional]]
 
[[Category: Wordfast Professional]]

Revision as of 20:58, 1 February 2019

From the Mindjet MindManager application, choose File > Save As… and save your mindmap file in the MindManager Map (XML) format.

If you open .xmmap file in a text editor, you will see that the translatable parts are identified in the attribute: PlainText.

To translate the .xmmap in Wordfast Pro, you first need to create a very simple extraction rules *.properties file (click here to download it)

paragraphPrefix.0=PlainText="
paragraphSuffix.0="

Next, you’ll need to create a text-based filter that so Wordfast Pro will recognize the .xmmap extension and use the *.properties file rules to extract the proper content.

Wordfast Pro 3

To open the .xmmap file in Wordfast Pro 3:

  1. Go to Edit menu > Preferences > Formats > New > Text-based Filter.
  2. Click the [...] button to locate the (*.properties) file. Make sure the "Extension" textbox shows *.xmmap and save the settings (OK).
  3. Open the .xmmap file in WFP3 (File menu > Open file).

After translating and saving the file back to its native .xmmap format, open the translated .xmmap file in Mindjet MindManager.


Wordfast Pro 5

  1. Go to the Wordfast Pro menu > Preferences > New Project Preferences > Filters.[1]
  2. Click on the Add button.
  3. Choose the file format Text-based filter (*xml).
  4. Give your filter a name (e.g. Mindjet).
  5. Use UTF-8 for the source and target encoding.
  6. Use the Browse... button next to "Extraction rules" to locate the extraction rules (*.properties) file.
  7. Make sure the "Extension" field shows xmmap and save the settings by pressing OK.
  8. Now, when creating a new project, you can add the Mindmap file and it will use this newly created filter. If you have more than one customized .xmmap filter, you will be able to choose which filter to use when adding the .xmmap file.

After translating and saving the file back to its native .xmmap format, open the translated .xmmap file in Mindjet MindManager.


References

  1. If you want to add a .xmmap file to an existing project, open the project first, then open Preferences > Current Project Preferences > Filters and go to step 3.



--Yasmin Moslem 05 June 2012

Version: Wordfast Pro 5.7
Operating System: macOS

Updated by Star 15 January 2019