summaryrefslogtreecommitdiff
path: root/htroot/Translator_p.html
AgeCommit message (Collapse)Author
2026-07-11cleaned up user authenticationMichael Peter Christen
this removes the userDB-exception in the normal authentication process which affected mostly wiki and blog which are not required any more. We also cleaned up translation messages as this function was not used at all. This is a required step forward a renovation of the jetty server.
2022-02-08Move sub-menu UI Translations from public Status to secure Sys Administrationreger24
- as UI Translation (TransNews_p.html) is a secured page - it uses for publishing internal News system but belongs not really to "Community Data"
2017-04-03Enforced access controls on a few more administration pages.luccioman
- ensure use of HTTP POST method when performing server side effect operations - transaction token required to ensure the request has effectively been requested by user interaction
2016-09-09Add title attribute to Translator_p.html edit fieldsreger
(to display complete text hint) Thank's @luc
2016-08-29Added news service for easy, community driven UI translation support.reger
New or modified translation (via /Translator_p.html) can be shared/distributed via the YaCy internal news service. Remote peers can see and vote on the translation via the new http://localhost:8090/TransNews_p.html servlet. A positive vote will add the received translation to the local translation list and post a voting message to the news service. (at this no processing of received votings is implemented) + fixed the msg service retention time check (NewsPool.automaticProcessP)
2016-08-29make error msg part of html (allowing translation) instead of hardcoded textreger
2016-06-15add button (Translator servlet) to switch one already translated line in ↵reger
edit mode
2016-06-08add DE translation Translator_preger
+ html conform order form/fieldset
2016-06-04disable input field of translated text in Translator_p servletreger
As currently only adding missing translation is supported
2016-06-03introduce a translation edit servlet Translator_p.html YaCy's UI text ↵reger
translation This is the 1st rudimentary approach to support the translatio utilities. It allows currently to edit untranslated text and save it in a local translation file in the DATA/LOCALE directory. + refactor Translator (less static's) to leverage on class overrides and support garbage collection for this 1 time routine + adjust TranslatorXliff to check for local translations in DATA/LOCALE, this includes storing manually downloaded translation files in DATA as well (to keep default untouched) + on 1st call of Translator_p a master tanslation file is generated, checking the supported languages for missing translation text (later this masterfile is planned to part of the distribution, to harmonize translation key text between the languages) Outlook: the local modifications (possibly as translation fragments instead of complete file) to be shared with maintainer using xlif features.