1<?php
2/**
3 * English language file for sqlcomp plugin
4 *
5 * @author Oliver Geisen <oliver@rehkopf-geisen.de>
6 */
7
8// menu entry for admin plugins
9// $lang['menu'] = 'Your menu entry';
10
11// custom language strings for the plugin
12// $lang['fixme'] = 'FIXME';
13
14$lang['affected'] = "Number of affected Rows";
15$lang['nohandler'] = "This Database Type is not yet Supported...";
16$lang['difference'] = "There are some differences in the table!";
17$lang['same'] = "Everything is allright.";
18$lang['empty'] = "The resultset is empty.";
19$lang['problem'] = "An unkown error occured!";
20$lang['cache'] = "Cache is displayed, but new data could not be retrieved.";
21$lang['first'] = "Cache was refreshed, or table was collected for the first time.";
22$lang['connection'] = "New data could not be retrieved.";
23$lang['wrong'] = "The data is not valid. Please review your connection settings!";
24$lang['syntax_dbcon'] = "Syntax error in database connection params!";
25$lang['syntax_option'] = "Unknown option used";
26$lang['cachedir'] = "Cannot create cache dir";
27
28//Setup VIM: ex: et ts=4 :
29