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'; 10fa53f2a3SWolfgang Gassler$lang['commitMsg'] = 'Commit Message (%user%,%summary%,%page% are replaced by the corresponding values)'; 11fa53f2a3SWolfgang Gassler$lang['repoPath'] = 'Path of the git repo (e.g. the savedir '.$GLOBALS['conf']['savedir'].')'; 12*be81f8ffSWolfgang Gassler$lang['addParams'] = 'Additional git parameters (added to the git execution command)';