Commit 9c22fab5f698b2df4a5ec9c13eeb88463abc7ca8
1 parent
00221a34
other part of the javascript i18n template.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5762 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
6 additions
and
0 deletions
templates/ktcore/javascript_i18n.smarty
| ... | ... | @@ -19,6 +19,8 @@ function _(trans_string) { |
| 19 | 19 | |
| 20 | 20 | // strings for file: resources/js/add_document.js |
| 21 | 21 | |
| 22 | +// strings for file: resources/js/adminversiondashlet.js | |
| 23 | + | |
| 22 | 24 | // strings for file: resources/js/conditional_complex_edit.js |
| 23 | 25 | i18n['Finish with this column\'s behaviours.'] = '{i18n}Finish with this column\'s behaviours.{/i18n}'; |
| 24 | 26 | i18n['Assuming this field has behaviour "'] = '{i18n}Assuming this field has behaviour "{/i18n}'; |
| ... | ... | @@ -49,10 +51,14 @@ i18n['of the criteria specified.'] = '{i18n}of the criteria specified.{/i18n}'; |
| 49 | 51 | |
| 50 | 52 | // strings for file: resources/js/help.js |
| 51 | 53 | |
| 54 | +// strings for file: resources/js/jsonlookup.js | |
| 55 | + | |
| 52 | 56 | // strings for file: resources/js/kt3calendar.js |
| 53 | 57 | |
| 54 | 58 | // strings for file: resources/js/kt-utility.js |
| 55 | 59 | |
| 60 | +// strings for file: resources/js/permissions.js | |
| 61 | + | |
| 56 | 62 | // strings for file: resources/js/reorder.js |
| 57 | 63 | |
| 58 | 64 | // strings for file: resources/js/taillog.js | ... | ... |