1fa53f2a3SWolfgang Gassler<?php 2fa53f2a3SWolfgang Gassler 3fa53f2a3SWolfgang Gassler/** 4fa53f2a3SWolfgang Gassler * English strings for the gitbacked plugin 5fa53f2a3SWolfgang Gassler * 6fa53f2a3SWolfgang Gassler * @author Wolfgang Gassler <wolfgang@gassler.org> 7fa53f2a3SWolfgang Gassler */ 8fa53f2a3SWolfgang Gassler 9fa53f2a3SWolfgang Gassler$lang['pushAfterCommit'] = 'Push active branch to remote origin after every commit'; 10b92b117aSWolfgang Gassler$lang['periodicPull'] = 'Pull the remote git repository every "periodicMinutes" triggered by a http page request'; 11a1c13450SMarkus Hoffrogge$lang['updateIndexOnPull'] = 'Update index of pages changed on pull'; 12b92b117aSWolfgang Gassler$lang['periodicMinutes'] = 'Timespan (in minutes) between periodic pull requests'; 13*1bd38d0cSSam Edwards$lang['commitPageMsg'] = 'Commit message for page edits (%user%,%mail%,%summary%,%page%,%ns% are replaced by the corresponding values)'; 14*1bd38d0cSSam Edwards$lang['commitPageMsgDel'] = 'Commit message for deleted pages (%user%,%mail%,%summary%,%page%,%ns% are replaced by the corresponding values)'; 15*1bd38d0cSSam Edwards$lang['commitMediaMsg'] = 'Commit message for media files (%user%,%mail%,%media% are replaced by the corresponding values)'; 16*1bd38d0cSSam Edwards$lang['commitMediaMsgDel'] = 'Commit message for deleted media files (%user%,%mail%,%media% are replaced by the corresponding values)'; 17e8224fc2SMarkus Hoffrogge$lang['repoPath'] = 'Path of the git repo(s) (e.g. the savedir ' . $GLOBALS['conf']['savedir'] . ')'; 184eba9b44SDanny Lin$lang['repoWorkDir'] = 'Path of the git working tree, must contain "pages" and "media" directories (e.g. the savedir ' . $GLOBALS['conf']['savedir'] . ')'; 19635161d0SCarsten Teibes$lang['gitPath'] = 'Path to the git binary (if empty, the default "/usr/bin/git" will be used)'; 2012701840SDanny Lin$lang['addParams'] = 'Additional git parameters (added to the git execution command) (%user% and %mail% are replaced by the corresponding values)'; 2166f21a70SWolfgang Gassler$lang['ignorePaths'] = 'Paths/files which are ignored and not added to git (comma-separated)'; 222e4b7233SMarkus Hoffrogge$lang['emailAddressOnError'] = 'If set, in case of a git error an eMail will be sent to this address rather than confusing the end user by the Exception raised. Multiple mail addresses can be configured comma separated'; 23e8224fc2SMarkus Hoffrogge$lang['notifyByMailOnSuccess'] = 'If <code>emailAddressOnError</code> is defined, an eMail will be sent on any git commit. This is supposed to be used for eMail notification test purposes only'; 24