File: dutch.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 (21 lines) | stat: -rw-r--r-- 910 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
<?php
	/**
	 * Dutch Language file.
	 */
	//Basic
	$plugin_lang['strplugindescription'] = 'Report plugin';

	//Reports
	$plugin_lang['strreport'] = 'Rapport';
	$plugin_lang['strreports'] = 'Rapporten';
	$plugin_lang['strshowallreports'] = 'Toon alle rapporten';
	$plugin_lang['strnoreports'] = 'Geen rapporten gevonden.';
	$plugin_lang['strcreatereport'] = 'Maak rapport aan';
	$plugin_lang['strreportdropped'] = 'Rapport verwijderd.';
	$plugin_lang['strreportdroppedbad'] = 'Verwijdering van rapport mislukt.';
	$plugin_lang['strconfdropreport'] = 'Weet u zeker dat u het rapport "%s" wilt verwijderen?';
	$plugin_lang['strreportneedsname'] = 'U dient een naam op te geven voor het rapport.';
	$plugin_lang['strreportneedsdef'] = 'U dient SQL op te geven voor het rapport.';
	$plugin_lang['strreportcreated'] = 'Rapport bewaard.';
	$plugin_lang['strreportcreatedbad'] = 'Bewaren van het rapport mislukt.';
?>