~ubuntu-branches/ubuntu/hardy/phpmyadmin/hardy

« back to all changes in this revision

Viewing changes to lang/swedish-utf-8.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst, Thijs Kinkhorst, Translations
  • Date: 2007-06-17 17:52:03 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20070617175203-6oa2mpmgazkhp8tl
Tags: 4:2.10.2-1

[ Thijs Kinkhorst ]
* New upstream release.
* Welcome Michal Čihař as new co-maintainer.

[ Translations ]
* Vietnamese by Clytie Siddall (Closes: #427177).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/* $Id: swedish-utf-8.inc.php 10110 2007-03-15 21:11:38Z lem9 $ */
 
2
/* $Id: swedish-utf-8.inc.php 10430 2007-06-10 19:28:56Z lem9 $ */
3
3
 
4
4
/*
5
5
 * Translated by Björn T. Hallberg <bjornth at users.sourceforge.net>
193
193
$strDatabaseEmpty = 'Databasens namn är tomt!';
194
194
$strDatabaseExportOptions = 'Exportalternativ för databas';
195
195
$strDatabaseHasBeenDropped = 'Databasen %s har tagits bort.';
196
 
$strDatabaseNoTable = 'Denna databas innehåller ingen tabell!';
197
196
$strDatabases = 'Databaser';
198
197
$strDatabasesDropped = '%s databaser har tagits bort.';
199
198
$strDatabasesStats = 'Databas-statistik';
421
420
$strKorean = 'Koreansk';
422
421
 
423
422
$strLandscape = 'Liggande';
424
 
$strLanguageFileNotFound = 'Språkfil "%1$s" hittades inte.';
425
423
$strLanguage = 'Språk';
426
424
$strLanguageUnknown = 'Okänt språk: %1$s.';
427
425
$strLatchedPages = 'Låsta sidor';
1027
1025
$strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.';
1028
1026
$strZip = '"zippad"';
1029
1027
 
 
1028
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';  //to translate
1030
1029
?>