File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 2828EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929*/
3030
31+ // Load the APS language file
32+ $ lngfile = 'lib/lang/ ' .$ app ->functions ->check_language ($ _SESSION ['s ' ]['language ' ]).'_aps.lng ' ;
33+ require_once $ lngfile ;
34+ $ app ->tpl ->setVar ($ wb );
35+ $ app ->load_language_file ('web/sites/ ' .$ lngfile );
36+
3137$ liste ['name ' ] = 'aps_instances ' ; // Name of the list
3238$ liste ['table ' ] = 'aps_instances ' ; // Database table
3339$ liste ['table_idx ' ] = 'id ' ; // Table index
8591 'prefix ' => '' ,
8692 'suffix ' => '' ,
8793 'width ' => '' ,
88- 'value ' => array (INSTANCE_INSTALL => $ app ->lng ('Installation_task ' ),
89- INSTANCE_ERROR => $ app ->lng ('Installation_error ' ),
90- INSTANCE_SUCCESS => $ app ->lng ('Installation_success ' ),
91- INSTANCE_REMOVE => $ app ->lng ('Installation_remove ' )),
94+ 'value ' => array (INSTANCE_INSTALL => $ app ->lng ('installation_task_txt ' ),
95+ INSTANCE_ERROR => $ app ->lng ('installation_error_txt ' ),
96+ INSTANCE_SUCCESS => $ app ->lng ('installation_success_txt ' ),
97+ INSTANCE_REMOVE => $ app ->lng ('installation_remove_txt ' )),
9298 'table ' => 'aps_instances ' );
9399?>
You can’t perform that action at this time.
0 commit comments