Commit 55bc1d4c67c8838aea10b132adc07b7f59294edf
1 parent
e01c019a
Add a list of images that contain English strings, and those strings, to
aid translation of KnowledgeTree. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2933 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
28 additions
and
0 deletions
docs/i18n.txt
| ... | ... | @@ -62,6 +62,34 @@ Here are some guidelines for adding gettext support to the KnowledgeTree. |
| 62 | 62 | $sToRender .= "\t\t<td><img src=\"$default->graphicsUrl/welcome.gif\" border=\"0\"/></td>\n"; |
| 63 | 63 | i18n'd: |
| 64 | 64 | $sToRender .= "\t\t<td><img src=\"" . imgSrc("welcome.gif") . "\" border=\"0\"/></td>\n"; |
| 65 | + | |
| 66 | +Images to translate | |
| 67 | +------------------- | |
| 68 | +heading.gif: Document Management System | |
| 69 | +welcome.gif: Welcome to the Knowledge Tree | |
| 70 | +search.gif: SEARCH | |
| 71 | +tree.gif: KnowledgeTree (no translate?) | |
| 72 | + | |
| 73 | +admin/over.gif: ADMIN | |
| 74 | +admin/norm.gif: ADMIN | |
| 75 | +asearch/over.gif: ADVANCED SEARCH | |
| 76 | +asearch/norm.gif: ADVANCED SEARCH | |
| 77 | +help/over.gif: HELP | |
| 78 | +help/norm.gif: HELP | |
| 79 | +home/over.gif: DASHBOARD | |
| 80 | +home/norm.gif: DASHBOARD | |
| 81 | +leftnav/links.gif: Links | |
| 82 | +leftnav/uadmin.gif: Contact Unit Admin | |
| 83 | +leftnav/cadmin.gif: Contact Admin | |
| 84 | +logout/over.gif: LOGOUT | |
| 85 | +logout/norm.gif: LOGOUT | |
| 86 | +mdocs/over.gif: BROWSE COLLECTION | |
| 87 | +mdocs/norm.gif: BROWSE COLLECTION | |
| 88 | +prefs/over.gif: PREFERENCES | |
| 89 | +prefs/norm.gif: PREFERENCES | |
| 90 | +subscriptions/over.gif: SUBSCRIPTIONS | |
| 91 | +subscriptions/norm.gif: SUBSCRIPTIONS | |
| 92 | + | |
| 65 | 93 | |
| 66 | 94 | Testing |
| 67 | 95 | ------- | ... | ... |