summaryrefslogtreecommitdiffstats
path: root/modules/translation.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Several minor fixesSimon Rettberg2014-11-191-0/+2
| | | | | | | - Removed common share setting for now (until properly supported) - Remove extra container div in message display - Support multiline translation strings - Add "next" button on top of file list when creating custom config module
* Create parent directories when saving trnalsations, add translations for ↵Simon Rettberg2014-10-091-0/+1
| | | | eventlog and main menu
* Big load of changesSimon Rettberg2014-10-091-2/+32
| | | | | | | | | | | - Added callback functionality for taskmanager tasks. You can launch a task and define a callback function to be run when the task finished. This requires activating the cronjob - Added cron functionality: Add cronjob that calls the cron api every 5 minutes to use it. (See cron.inc.php) - Added eventlog - Added missing translations - Merged main-menu-login and main-menu-logout
* Minor fixes and improvementsSimon Rettberg2014-10-061-1/+1
|
* [i18n] Remove empty tags from json outputSimon Rettberg2014-09-021-2/+8
|
* [i18n] Language handling is now completely dynamic, no more hardcoded de,en,ptSimon Rettberg2014-09-021-174/+183
|
* Fix display glitchesSimon Rettberg2014-08-251-0/+3
|
* [i18n] Template translation is now dynamic wrt number of languagesSimon Rettberg2014-08-251-30/+31
|
* Find messages and hardcoded-messages in php files, fix editing of messagesSimon Rettberg2014-08-151-27/+59
|
* [i18n] Sanity checks, introduced subdir for template language filesSimon Rettberg2014-08-141-38/+30Star
|
* [translation] Hide templates with no lang_* tagsSimon Rettberg2014-08-131-20/+35
|
* Merge branch 'i18n' of https://gitlab.c3sl.ufpr.br/cdn/slx-admin into i18nSimon Rettberg2014-08-121-164/+181
| | | | | | Conflicts: lang/i18n.php modules/translation.inc.php
* [i18n] renamed, improved and commented the translation systemraul2014-08-081-0/+372