1*fa53f2a3SWolfgang Gassler<?php 2*fa53f2a3SWolfgang Gassler 3*fa53f2a3SWolfgang Gassler/** 4*fa53f2a3SWolfgang Gassler * English strings for the gitbacked plugin 5*fa53f2a3SWolfgang Gassler * 6*fa53f2a3SWolfgang Gassler * @author Wolfgang Gassler <wolfgang@gassler.org> 7*fa53f2a3SWolfgang Gassler */ 8*fa53f2a3SWolfgang Gassler 9*fa53f2a3SWolfgang Gassler$lang['pushAfterCommit'] = 'Push active branch to remote origin after every commit'; 10*fa53f2a3SWolfgang Gassler$lang['commitMsg'] = 'Commit Message (%user%,%summary%,%page% are replaced by the corresponding values)'; 11*fa53f2a3SWolfgang Gassler$lang['repoPath'] = 'Path of the git repo (e.g. the savedir '.$GLOBALS['conf']['savedir'].')';