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