1<?php
2/**
3 * english language file for timestamp plugin
4 *
5 * @author Trenton Ivey <Trenton.Ivey@gmail.com>
6 */
7
8$lang['timestamp_format'] = 'Date format for the timestamp (see PHP\'s <a href="http://php.net/strftime">strftime</a> function)';
9
10//Setup VIM: ex: et ts=4 :
11