finnish updates

This commit is contained in:
Marc Delisle
2001-10-18 12:53:20 +00:00
parent a4339de847
commit b34682f897
2 changed files with 7 additions and 4 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-10-18 Marc Delisle <lem9@users.sourceforge.net>
* lang/finnish.inc.php3 updates, thanks to Visa Kopu.
2001-10-17 Marc Delisle <lem9@users.sourceforge.net>
* release 2.2.1rc2

View File

@@ -118,6 +118,7 @@ $strFieldsEnclosedBy = 'Sarakkeiden ymp
$strFieldsEscapedBy = 'Koodinvaihtomerkki (escape)';
$strFieldsTerminatedBy = 'Sarakkeiden erotinmerkki';
$strFixed = 'kiinte<74>';
$strFlush = 'Tyhjenn<6E> v<>limuisti';
$strFormat = 'Muoto';
$strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!';
$strFullText = 'Koko tekstit';
@@ -180,6 +181,7 @@ $strNext = 'Seuraava';
$strNo = 'Ei';
$strNoDatabases = 'Ei tietokantoja';
$strNoDropDatabases = '"DROP DATABASE"-lauseiden k<>ytt<74> on estetty.';
$strNoFrames = 'phpMyAdmin toimii parhaiten <b>kehyksi<73></b> tukevalla selaimella.';
$strNoModification = 'Ei muutoksia';
$strNoPassword = 'Ei salasanaa';
$strNoPrivileges = 'Ei k<>ytt<74>oikeuksia';
@@ -280,6 +282,7 @@ $strTableComments = 'Kommentoi taulua';
$strTableEmpty = 'Taulun nimi puuttuu!';
$strTableHasBeenDropped = 'Taulu %s on pudotettu';
$strTableHasBeenEmptied = 'Taulu %s on tyhjennetty';
$strTableHasBeenFlushed = 'Taulun %s v<>limuisti on tyhjennetty';
$strTableMaintenance = 'Taulun huolto';
$strTables = '%s taulu(a)';
$strTableStructure = 'Rakenne taululle';
@@ -318,8 +321,5 @@ $strYes = 'Kyll
$strZip = '"zip-pakattu"';
// To translate
$strFlush = 'Flush';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strOverhead = 'Overhead'; //to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strOverhead = 'Overhead';
?>