File: swedish.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 (25 lines) | stat: -rw-r--r-- 1,128 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
25
<?php
	/**
	 * Swedish language file.
	 */

	// Basic
	$plugin_lang['strplugindescription'] = 'Report plugin';
	$plugin_lang['strnoreportsdb'] = 'Du har inte skapat någon rapportdatabas. Läs filen INSTALL för instruktioner.';

	// Reports
	$plugin_lang['strreport'] = 'Rapport';
	$plugin_lang['strreports'] = 'Rapporter';
	$plugin_lang['strshowallreports'] = 'Visa alla rapporter';
	$plugin_lang['strtopbar'] = '%s körs på %s:%s -- Du är inloggad som användare "%s"';
	$plugin_lang['strtimefmt'] = 'jS M, Y g:iA';
	$plugin_lang['strnoreports'] = 'Hittade inga rapporter.';
	$plugin_lang['strcreatereport'] = 'Skapa rapport';
	$plugin_lang['strreportdropped'] = 'Rapport skapad.';
	$plugin_lang['strreportcreated'] = 'Rapport sparad.';
	$plugin_lang['strreportneedsname'] = 'Du måste namnge din rapport.';
	$plugin_lang['strreportcreatedbad'] = 'Misslyckades att spara rapport.';
	$plugin_lang['strreportdroppedbad'] = 'Misslyckades att skapa rapport.';
	$plugin_lang['strconfdropreport'] = 'Är du säker på att du vill radera rapporten "%s"?';
	$plugin_lang['strreportneedsdef'] = 'Du måste ange din SQL-fråga.';
?>