This topic is locked
[SOLVED]

 English to German replace in .....

11/28/2020 3:10:16 PM
PHPRunner General questions
A
Andreas G. author

there are still English words in the admin_members_list.php.

I can't find anything in the language setting.
</span>

<span data-itemtype = "members_displaying_filter" data-itemid = "members_displaying_filter" data-pageid = "1">

Displaying

<span id = "linkselectFilter" class = "btn-group">

<span class = "btn btn-link dropdown-toggle inline-button" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false"> all users </span>

<ul class = "dropdown-menu">

<li data-value = "all"> <a href="#"> all users </a> </li>

<li data-value = "modified"> <a href="#"> modified users </a> </li>

</ul>
I have to permanently:

Set Displaying, all users and modified users to German
Andreas

HJB 11/28/2020

Path: C:\Program Files (x86)\PHPRunner10.4\templates\bricks\ugmembersbuttons.htm
Open the HTM file (in bold as above) with NOTEPAD or else editor at hand and manually

correct "Displaying", "All Users" and "Modified Users" according to your needs in German.

A
Andreas G. author 11/29/2020

Thanks for your help
Andreas