Language.php 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <html>
  2. <HEAD>
  3. <TITLE>Ditto, Clipboard Extension</TITLE>
  4. <META NAME="Keywords" CONTENT="Win32, Clipboard, Manager, Extension, Enhanced, Multi-Clipboard, MultiClipboard, OpenSource, open-source, free, copy, cut, paste, multiclip, clipmagic">
  5. <META NAME="Description" CONTENT="Ditto is an extension to the standard windows clipboard. It saves each item placed on the clipboard allowing you access to any of those items at a later time. Ditto allows you to specify what gets saved, text, images or html.">
  6. <META NAME="Author" CONTENT="[email protected]">
  7. </HEAD>
  8. <body>
  9. <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
  10. <tr>
  11. <td width="2%" bgcolor="#3C6496">&nbsp;</td>
  12. <td width="98%" bgcolor="#3C6496">
  13. &nbsp;</td>
  14. </tr>
  15. <tr>
  16. <td width="2%" bgcolor="#3C6496">&nbsp;</td>
  17. <td width="98%">
  18. <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber4" height="1">
  19. <tr>
  20. <td width="68%" height="3"><b><font size="7">Ditto, Language</font></b></td>
  21. <td width="132%" height="3" valign="top" align="right"><a href="http://ditto-cp.sourceforge.net">Home</a></td>
  22. </tr>
  23. <tr>
  24. <td width="68%" height="3"></td>
  25. <td width="132%" height="3"></td>
  26. </tr>
  27. </table>
  28. <p style="margin-left: 4">Steps to creating a language file</p>
  29. <ol>
  30. <li>
  31. <p style="margin-left: 4"><a href="http://sourceforge.net/project/showfiles.php?group_id=84084">Download
  32. the latest version
  33. here</a>.</li>
  34. <li>
  35. <p style="margin-left: 4">Navigate to the language directory under the installation path (usually, C:\Program files\Ditto)</li>
  36. <li>
  37. <p style="margin-left: 4">Make a copy of English.xml and name it appropriately
  38. (Spanish.xml)</li>
  39. <li>
  40. <p style="margin-left: 4">Open the file in your favorite text editor.</li>
  41. <li>
  42. <p style="margin-left: 4">For each item place the translated text in the
  43. tag.&nbsp; Your translating the text in &quot;English_Text&quot;.&nbsp;&nbsp;
  44. Do Not change the ID or English Text&nbsp;</li>
  45. <li>
  46. <p style="margin-left: 4">
  47. <b><font size="4">ex. &lt;Item English_Text = "Groups" ID =
  48. &quot;-1&quot;&gt;<i>Replacement for &quot;Groups&quot; goes here</i>&lt;/Item></font></b></li>
  49. <li>
  50. <p style="margin-left: 4">Save the file in the language directory, then restart Ditto and on the General Tab there is a
  51. language combo. Select your language and hit ok. Now you should see your language when you view Ditto. You can still edit your file but you will need to restart Ditto to view you changes.</li>
  52. <li>
  53. <p style="margin-left: 4">For languages that require Unicode characters
  54. save the file as UTF-8</li>
  55. <li>
  56. <p style="margin-left: 4">When your finished with a language file email the files to me ([email protected]) so I can put them on the website and include them in a upcoming release.</li>
  57. </ol>
  58. </td>
  59. </tr>
  60. <tr>
  61. <td width="2%" bgcolor="#3C6496">
  62. <p></p>
  63. </td>
  64. <td width="98%">
  65. &nbsp;
  66. <p>&nbsp;</p>
  67. <p>&nbsp;</p>
  68. <p>&nbsp;</p>
  69. <p>&nbsp;</p>
  70. <p>&nbsp;</p>
  71. <p>&nbsp;</p>
  72. <p>&nbsp;</p>
  73. <p>&nbsp;</p>
  74. <p>&nbsp;
  75. </td>
  76. </tr>
  77. </table>
  78. <p align="left">
  79. </p>
  80. </body>
  81. </html>