Quote:
Originally Posted by Diegnum
Thank you for the update. Your GUI is very useful for non technical users !!
By the way I can also translate to spanish if you could just provide me a text file of all the text strings to tranlsate ?
|
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>The error log has been saved as </key>
<string>The error log has been saved as </string>
<key> in the same folder as the ePub </key>
<string> in the same folder as the ePub </string>
<key>No problems found in </key>
<string>No problems found in </string>
<key>• OK •</key>
<string>• OK •</string>
<key>You may choose a folder of ePubs to check, or a single ePub.</key>
<string>You may choose a folder of ePubs to check, or a single ePub.</string>
<key>Cancel</key>
<string>Cancel</string>
<key>Choose Folder</key>
<string>Choose Folder</string>
<key>Please choose the folder of ePubs to be Checked.</key>
<string>Please choose the folder of ePubs to be Checked.</string>
<key>Choose ePub</key>
<string>Choose ePub</string>
<key>Please choose the ePub to be Checked.</key>
<string>Please choose the ePub to be Checked.</string>
</dict>
</plist>
The strings to translate are the ones inside the <string>...<string> tags
I found I haven't been keeping the translations up to date. Whoops. If anyone wants to contribute other translations please do so.