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

« back to all changes in this revision

Viewing changes to lang/estonian-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: estonian-utf-8.inc.php 10110 2007-03-15 21:11:38Z lem9 $ */
 
2
/* $Id: estonian-utf-8.inc.php 10430 2007-06-10 19:28:56Z lem9 $ */
3
3
 
4
4
/*
5
5
 * Translated by Marko Ellermaa, <marko.ellermaa@nlkp.net>
196
196
$strDatabaseEmpty = 'Andmebaasi nimi on tühi!';
197
197
$strDatabaseExportOptions = 'Andmebaasi eksportimise seaded';
198
198
$strDatabaseHasBeenDropped = 'Andmebaas %s kustutatud.';
199
 
$strDatabaseNoTable = 'See andmebaas ei sisalda tabelit!';
200
199
$strDatabases = 'Andmebaasid';
201
200
$strDatabasesDropped = 'andmebaasid %s kustutati õnnestunult.';
202
201
$strDatabasesStats = 'Andmebaaside statistika';
418
417
$strKorean = 'Korea';
419
418
 
420
419
$strLandscape = 'Laipilt';
421
 
$strLanguageFileNotFound = 'Ei leia keele fail "%1$s" .';
422
420
$strLanguage = 'Keel';  
423
421
$strLanguageUnknown = 'Tundmatu keel: %1$s.';
424
422
$strLatchedPages = 'Lukustatud lehed';
815
813
$strShowStatusKey_write_requestsDescr = 'Mitu päringut et kirjutada võtme plokk vahemällu.';
816
814
$strShowStatusKey_writesDescr = 'Mitu füüsilist kirjutamist kirjutada võtme plokk kettale.';
817
815
$strShowStatusLast_query_costDescr = 'Viimase kompileeritud päringu arvuatud tulemus päringu optimiseerija vastu. Kasulik võrdlemaks erinevaid päringu plaane ühelt ja samalt päringult. Vaikimisi väärtus 0 tähendab et päring pole veel töödeldud.';
818
 
$strShowStatusNot_flushed_delayed_rowsDescr = 'Mitu rida on ootel INSERT DELAY päringutes.';
 
816
$strShowStatusNot_flushed_delayed_rowsDescr = 'Mitu rida on ootel INSERT DELAYED päringutes.';
819
817
$strShowStatusOpened_tablesDescr = 'Mitu tabelit on avatud. Avatud tabeleid on palju siis sinu tabeli vahemälus kindlasti liiga väike.';
820
818
$strShowStatusOpen_filesDescr = 'Mitu faili on avatud.';
821
819
$strShowStatusOpen_streamsDescr = 'Mitu voogu on hetkel avatud (enamasti logimiseks).';
1034
1032
 
1035
1033
$strSnapToGrid = 'Snap to grid';  //to translate
1036
1034
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.';  //to translate
 
1035
$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
1037
1036
?>