The string "Inherit everything" in the theme options of a survey is not translated, as it is missing from the .mo/.po files as well from the template (locale/_template/limesurvey.pot).
The web version (https://translate.limesurvey.org/projects/limesurvey-3/de/informal/?filters%5Bterm%5D=inherit&filters%5Buser_login%5D=&filters%5Bstatus%5D=current_or_waiting_or_fuzzy_or_untranslated&filter=Filter&sort%5Bby%5D=priority&sort%5Bhow%5D=desc) also does not list it.
The source files correctly try to translate the string:
themes/survey/fruity/options/options.twig: <label for='simple_edit_options_general_inherit' class='control-label'>{{gT("Inherit everything" )}}</label>
themes/survey/bootswatch/options/options.twig: <label for='simple_edit_options_general_inherit' class='control-label'>{{gT("Inherit everything" )}}</label>
themes/survey/vanilla/options/options.twig: <label for='simple_edit_options_general_inherit' class='control-label'>{{gT("Inherit everything" )}}</label> |