javascript_i18n.smarty
2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/*
* Javascript (actual translations);
*/
{literal}
var i18n = {};
function _(trans_string) {
var newstr = i18n[trans_string];
if (!isUndefinedOrNull(newstr)) { return newstr; }
else {
return trans_string;
}
}
{/literal}
// strings for file: resources/js/add_document.js
// strings for file: resources/js/adminversiondashlet.js
// strings for file: resources/js/browsehelper.js
// strings for file: resources/js/collectionframe.js
// strings for file: resources/js/conditional_complex_edit.js
i18n['Finish with this column\'s behaviours.'] = '{i18n}Finish with this column\'s behaviours.{/i18n}';
i18n['Assuming this field has behaviour "'] = '{i18n}Assuming this field has behaviour "{/i18n}';
// strings for file: resources/js/conditional_simple_edit.js
i18n['Dependencies saved. (at '] = '{i18n}Dependencies saved. (at {/i18n}';
i18n['Dependencies for value "'] = '{i18n}Dependencies for value "{/i18n}';
i18n['Now editing field "'] = '{i18n}Now editing field "{/i18n}';
i18n['Loading Dependencies for value "'] = '{i18n}Loading Dependencies for value "{/i18n}';
// strings for file: resources/js/conditional_usage.js
i18n['Undo'] = '{i18n}Undo{/i18n}';
i18n['Undo'] = '{i18n}Undo{/i18n}';
// strings for file: resources/js/constructed_search.js
i18n['loading...'] = '{i18n}loading...{/i18n}';
i18n['Remove'] = '{i18n}Remove{/i18n}';
i18n['first select a type of query'] = '{i18n}first select a type of query{/i18n}';
i18n['Add'] = '{i18n}Add{/i18n}';
i18n['Criteria Group'] = '{i18n}Criteria Group{/i18n}';
i18n['Criteria'] = '{i18n}Criteria{/i18n}';
i18n['Values'] = '{i18n}Values{/i18n}';
i18n['Return items which match'] = '{i18n}Return items which match{/i18n}';
i18n['all'] = '{i18n}all{/i18n}';
i18n['any'] = '{i18n}any{/i18n}';
i18n['of the criteria specified.'] = '{i18n}of the criteria specified.{/i18n}';
// strings for file: resources/js/constructed_search_postprocess.js
// strings for file: resources/js/dashboard.js
// strings for file: resources/js/help.js
// strings for file: resources/js/jsonlookup.js
// strings for file: resources/js/kt3calendar.js
// strings for file: resources/js/kt-utility.js
// strings for file: resources/js/permissions.js
// strings for file: resources/js/reorder.js
// strings for file: resources/js/taillog.js
// strings for file: resources/js/toggleselect.js