Add header to the file.

This commit is contained in:
Michal Čihař
2010-03-11 18:47:56 +01:00
parent 4313c02fe9
commit cc8f02ec86

View File

@@ -1,5 +1,12 @@
<?php
/* $Id$ */
/**
* Messages for phpMyAdmin.
*
* This file is here for easy transition to Gettext. You should not add any
* new messages here, use instead gettext directly in your template/PHP
* file.
*/
/* We use only utf-8 */
$charset = 'utf-8';