Thank you, Spuds, it is working now on both forums.
I am a bit confused at the moment, because in the german permission file (line 64 to 70) and in the german help file there are still a couple of (old/wrong?) words and explainations about global and local permissions, also one is in the english help file. "Global" and "Local" are no more used as words in the english permission file, but in the german file they are still there:
english:
$txt['permissions_modify_group'] = 'Modify Group';
$txt['permissions_general'] = 'General Permissions';
$txt['permissions_board'] = 'Default Board Profile Permissions';
$txt['permissions_board_desc'] = '<strong>Note</strong>: changing these board permissions will affect all boards currently assigned the "Default" permissions profile. Boards not using the "Default" profile will not be affected by changes to this page.';
$txt['permissions_commit'] = 'Save changes';
$txt['permissions_on'] = 'in profile';
$txt['permissions_local_for'] = 'Permissions for group';
german:
$txt['permissions_modify_group'] = 'Gruppe ändern';
$txt['permissions_general'] = 'Generelle Berechtigungen';
$txt['permissions_board'] = 'Globale Board-Berechtigungen';
$txt['permissions_board_desc'] = 'Bitte beachte, dass Änderungen am Standard-Profil sämtliche Boards betreffen, denen dieses Profil zugeordnet ist.';
$txt['permissions_commit'] = 'Änderungen speichern';
$txt['permissions_on'] = 'im Profil';
$txt['permissions_local_for'] = 'Lokale Berechtigungen für die Gruppe';
For example this is wrong on line 292 in the german permission file, the english string tells it different and correct:
$txt['permission_by_board_desc'] = 'Hier kannst du einstellen, ob ein Board die globalen Berechtigungen benutzt oder ein anderes Berechtigungsprofil verwendet. Solltest du lokale Berechtigungen verwenden, kannst du im betreffenden Board für jede Benutzergruppe individuelle Berechtigungen angeben.';
$txt['permission_by_board_desc'] = 'Here you can set which permission profile a board uses. You can create new permission profiles from the "Edit Profiles" menu.';
Things are different since a long time now. "Global" is now called "Default" and the "Standard Permission Profile" belongs to it. There is still a sort of "Local Permissions", but they are created and used different now. It is no more possible to change any permissions for a member group directly in a board, for example. This has to be done with another "permission profile" now, which is used in this board.
I am not sure, what to do now. There are some more strings with german expressions and explainations, which sound wrong to me. They might irritate or confuse people, which are looking for help about the permissions. I could explain things a bit more or just remove this old german helptexts and translate all this strings new? The same english strings are telling less and a bit different things.
But this english string in the helpfile (on line 496) is also not really "up to date"? It should tell about "default" or "standard" instead of "global"?
$helptxt['permissions_board'] = 'If a board is set to \'Global,\' it means that the board will not have any special permissions. \'Local\' means it will have its own permissions - separate from the global ones. This allows you to have a board that has more or less permissions than another, without requiring you to set them for each and every board.';