File: german.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 (23 lines) | stat: -rw-r--r-- 1,092 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
<?php
	/**
	 * German language file.
	 */

	//Basic
	$plugin_lang['strplugindescription'] = 'Report plugin';
	$plugin_lang['strnoreportsdb'] = 'Sie haben die Berichtsdatenbank nicht angelegt. In der Datei INSTALL finden Sie Anweisungen dafür.';

	// Reports
	$plugin_lang['strreport'] = 'Bericht';
	$plugin_lang['strreports'] = 'Berichte';
	$plugin_lang['strshowallreports'] = 'Alle Berichte anzeigen';
	$plugin_lang['strnoreports'] = 'Keine Berichte gefunden.';
	$plugin_lang['strcreatereport'] = 'Bericht erstellen.';
	$plugin_lang['strreportdropped'] = 'Bericht gelöscht.';
	$plugin_lang['strreportdroppedbad'] = 'Löschen des Berichtes fehlgeschlagen.';
	$plugin_lang['strconfdropreport'] = 'Sind Sie sicher, dass Sie den Bericht "%s" löschen wollen?';
	$plugin_lang['strreportneedsname'] = 'Sie müssen für den Bericht einen Namen angeben.';
	$plugin_lang['strreportneedsdef'] = 'Sie müssen eine SQL-Abfrage für den Bericht eingeben.';
	$plugin_lang['strreportcreated'] = 'Bericht gespeichert.';
	$plugin_lang['strreportcreatedbad'] = 'Speichern des Berichtes fehlgeschlagen.';
?>