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

« back to all changes in this revision

Viewing changes to lang/hungarian-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:
172
172
$strDatabaseEmpty = 'Az adatbázis néz mező üres!';  
173
173
$strDatabaseExportOptions = 'Adatbázis export beállítások';
174
174
$strDatabaseHasBeenDropped = '%s adatbázist eldobtam.';
175
 
$strDatabaseNoTable = 'Az adatbázis nem tartalmaz táblákat!';
176
175
$strDatabases = 'adatbázisok';
177
176
$strDatabasesDropped = '%s adatbázist sikeresen töröltem.';  
178
177
$strDatabasesStats = 'Adatbázis statisztika';
643
642
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB táblákba beszúrt sorok száma.';
644
643
$strShowStatusInnodb_rows_readDescr = 'InnoDB táblákból olvasott sorok száma.';
645
644
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB táblákban frissített sorok száma.';
646
 
$strShowStatusNot_flushed_delayed_rowsDescr = 'Írásra várakozó sorok az INSERT DELAY sorokban.';
 
645
$strShowStatusNot_flushed_delayed_rowsDescr = 'Írásra várakozó sorok az INSERT DELAYED sorokban.';
647
646
$strShowStatusOpen_filesDescr = 'Megnyitott fájlok száma.';
648
647
$strShowStatusOpen_tablesDescr = 'Megnyitott táblák száma.';
649
648
$strShowStatusQcache_free_blocksDescr = 'Szabad memóriablokkok a lekérdezés cache-ben.';
844
843
 
845
844
$strKeyCache = 'Key cache';  //to translate
846
845
 
847
 
$strLanguageFileNotFound = 'Language file "%1$s" not found.';  //to translate
848
846
$strLanguageUnknown = 'Unknown language: %1$s.';  //to translate
849
847
 
850
848
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';  //to translate
1046
1044
$strErrorSaveTable = 'Error saving coordinates for Designer.';  //to translate
1047
1045
$strSnapToGrid = 'Snap to grid';  //to translate
1048
1046
$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
 
1047
$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
1049
1048
?>