1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html) 5 * 6 * @author Rainbow-Spike <rainbow_spike@derpy.ru> 7 * @author Wilhelm/ JPTV.club 8 */ 9 10$lang['t_created'] = 'New Page Created'; 11$lang['t_updated'] = 'Update'; 12$lang['t_minor_upd'] = 'Minor Update'; 13$lang['t_removed'] = 'Page Deleted'; 14 15/* TODO: really should have placeholders for the "name" and the "link" for making grammar correct 16 * translations possible. 17 */ 18$lang['e_created'] = 'created page'; 19$lang['e_updated'] = 'updated page'; 20$lang['e_minor_upd'] = 'minor updated page'; 21$lang['e_removed'] = 'deleted page'; 22 23$lang['compare'] = 'Compare Changes'; 24$lang['l_summary'] = 'Edit Summary'; 25 26$lang['anonymous'] = 'An anonymous user (%s)'; 27