View Single Post
Old 06-07-2013, 06:22 AM   #52
pdurrant
The Grand Mouse 高貴的老鼠
pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.
 
pdurrant's Avatar
 
Posts: 74,072
Karma: 315558332
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Oasis
Quote:
Originally Posted by Diegnum View Post
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.

Last edited by pdurrant; 06-07-2013 at 06:34 AM.
pdurrant is offline   Reply With Quote