Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

l10n: Untranslated "Groups" #27293

Closed
Valdnet opened this issue May 30, 2021 · 0 comments · Fixed by #27295
Closed

l10n: Untranslated "Groups" #27293

Valdnet opened this issue May 30, 2021 · 0 comments · Fixed by #27295
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: language l10n and translations

Comments

@Valdnet
Copy link
Contributor

Valdnet commented May 30, 2021

There is an untranslated text string "Groups" in the "Sharing" administrator settings. You must modify the code so that the text string appears in your native language.

obraz

<?php p($l->t('Exclude groups from creating link shares:'));?>
</p>
<p id="selectLinksExcludedGroups" class="indent <?php if ($_['allowLinks'] === 'no') {
p('hidden');
} ?>">
<input name="shareapi_allow_links_exclude_groups" type="hidden" id="linksExcludedGroups" value="<?php p($_['allowLinksExcludeGroups']) ?>" style="width: 400px" class="noJSAutoUpdate"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: language l10n and translations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant