File: greek.php

package info (click to toggle)
phppgadmin 5.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,916 kB
  • ctags: 4,657
  • sloc: php: 47,091; sh: 37; sql: 16; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 1,308 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
	/**
	 * Greek language file.
	 */

	//Basic
	$plugin_lang['strplugindescription'] = 'Report plugin';
	$plugin_lang['strnoreportsdb'] = 'Η βάση αναφορών δεν έχει δημιουργηθεί. Διαβάστε το αρχείο INSTALL για οδηγίες.';

	// Reports
	$plugin_lang['strreport'] = 'Αναφορά';
	$plugin_lang['strreports'] = 'Αναφορές';
	$plugin_lang['strshowallreports'] = 'Εμφάνιση όλων των αναφορών';
	$plugin_lang['strnoreports'] = 'Δε βρέθηκαν αναφορές.';
	$plugin_lang['strcreatereport'] = 'Δημιουργία αναφοράς';
	$plugin_lang['strreportdropped'] = 'Η αναφορά διαγράφηκε.';
	$plugin_lang['strreportdroppedbad'] = 'Η διαγραφή της αναφοράς απέτυχε.';
	$plugin_lang['strconfdropreport'] = 'Να διαγραφεί η αναφορά "%s"?';
	$plugin_lang['strreportneedsname'] = 'Πρέπει να δώσετε όνομα στην αναφορά.';
	$plugin_lang['strreportneedsdef'] = 'Πρέπει να δώσετε SQL για την αναφορά.';
	$plugin_lang['strreportcreated'] = 'Η αναφορά αποθηκεύτηκε.';
	$plugin_lang['strreportcreatedbad'] = 'Η αποθήκευση της αναφοράς απέτυχε.';

?>