|
39 | 39 | {{ fields.checkboxField( |
40 | 40 | 'active_sync', |
41 | 41 | item.fields['active_sync'], |
42 | | - __s('Enable synchronization', 'sccm') |
| 42 | + __('Enable synchronization', 'sccm') |
43 | 43 | ) }} |
44 | 44 |
|
45 | 45 | {{ fields.textField( |
46 | 46 | 'sccmdb_host', |
47 | 47 | item.fields['sccmdb_host'], |
48 | | - __s('Server hostname (MSSQL)', 'sccm') |
| 48 | + __('Server hostname (MSSQL)', 'sccm') |
49 | 49 | ) }} |
50 | 50 |
|
51 | 51 | {{ fields.textField( |
52 | 52 | 'sccmdb_dbname', |
53 | 53 | item.fields['sccmdb_dbname'], |
54 | | - __s('Database name', 'sccm') |
| 54 | + __('Database name', 'sccm') |
55 | 55 | ) }} |
56 | 56 |
|
57 | 57 | {{ fields.textField( |
58 | 58 | 'sccmdb_user', |
59 | 59 | item.fields['sccmdb_user'], |
60 | | - __s('Username', 'sccm') |
| 60 | + __('Username', 'sccm') |
61 | 61 | ) }} |
62 | 62 |
|
63 | 63 | {{ fields.passwordField( |
64 | 64 | 'sccmdb_password', |
65 | 65 | item.fields['sccmdb_password'], |
66 | | - __s('Password', 'sccm'), |
| 66 | + __('Password', 'sccm'), |
67 | 67 | { 'autocomplete': 'off' } |
68 | 68 | ) }} |
69 | 69 |
|
|
74 | 74 | {{ fields.textField( |
75 | 75 | 'inventory_server_url', |
76 | 76 | item.fields['inventory_server_url'], |
77 | | - __s('Inventory server base URL', 'sccm'), |
| 77 | + __('Inventory server base URL', 'sccm'), |
78 | 78 | { |
79 | 79 | 'add_field_html': alert, |
80 | 80 | } |
|
83 | 83 | {{ fields.checkboxField( |
84 | 84 | 'verify_ssl_cert', |
85 | 85 | item.fields['verify_ssl_cert'], |
86 | | - __s('Verify SSL certificate', 'sccm') |
| 86 | + __('Verify SSL certificate', 'sccm') |
87 | 87 | ) }} |
88 | 88 |
|
89 | 89 | {{ fields.checkboxField( |
90 | 90 | 'use_auth_ntlm', |
91 | 91 | item.fields['use_auth_ntlm'], |
92 | | - __s('Use NLTM authentication', 'sccm') |
| 92 | + __('Use NLTM authentication', 'sccm') |
93 | 93 | ) }} |
94 | 94 |
|
95 | 95 | {{ fields.checkboxField( |
96 | 96 | 'unrestricted_auth', |
97 | 97 | item.fields['unrestricted_auth'], |
98 | | - __s('Send credentials to other hosts too', 'sccm') |
| 98 | + __('Send credentials to other hosts too', 'sccm') |
99 | 99 | ) }} |
100 | 100 |
|
101 | 101 | {{ fields.checkboxField( |
102 | 102 | 'use_auth_info', |
103 | 103 | item.fields['use_auth_info'], |
104 | | - __s('Use specific authentication information', 'sccm') |
| 104 | + __('Use specific authentication information', 'sccm') |
105 | 105 | ) }} |
106 | 106 |
|
107 | 107 | {{ fields.textField( |
108 | 108 | 'auth_info', |
109 | 109 | item.fields['auth_info'], |
110 | | - __s('Value for spécific authentication', 'sccm') |
| 110 | + __('Value for spécific authentication', 'sccm') |
111 | 111 | ) }} |
112 | 112 |
|
113 | 113 | {{ fields.checkboxField( |
114 | 114 | 'use_lasthwscan', |
115 | 115 | item.fields['use_lasthwscan'], |
116 | | - __s('Use LastHWScan as GLPI last inventory date', 'sccm') |
| 116 | + __('Use LastHWScan as GLPI last inventory date', 'sccm') |
117 | 117 | ) }} |
118 | 118 |
|
119 | 119 | {{ fields.textareaField( |
|
123 | 123 | ) }} |
124 | 124 |
|
125 | 125 | {% endblock %} |
126 | | - |
127 | | - |
0 commit comments