~ubuntu-branches/ubuntu/lucid/phpmyadmin/lucid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2009-12-08 18:35:56 UTC
  • mfrom: (1.2.6 upstream) (36.1.7 lucid)
  • Revision ID: james.westby@ubuntu.com-20091208183556-vr6gh28bmfe1rcps
Tags: 4:3.2.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/* $Id: hungarian-utf-8.inc.php 12640 2009-07-11 09:11:20Z lem9 $ */
 
2
/* $Id: hungarian-utf-8.inc.php 13109 2009-11-08 12:04:19Z lem9 $ */
3
3
// Peter Bakondy <bakondyp@freemail.hu>
4
4
// Mihály Mészáros <poizon at sth dot sze dot hu>
5
5
// József Tamás Herczeg <localicer @NOSPAM@ gmail DOT com>
1081
1081
$strSetupServerSslMsg = 'SSL-kapcsolatokat kell használnia, ha a webszerver támogatja';
1082
1082
$strSetupServers_socket_desc = 'A szoftvercsatorna, melyen a MySQL-szerver figyel, hagyja üresen, ha az alapértelmezett';
1083
1083
$strSetupServers_socket_name = 'A szerver szoftvercsatornája';
1084
 
$strSetupServers_ssl_desc = '';
1085
1084
$strSetupServers_ssl_name = 'SSL használata';
1086
1085
$strSetupServers_table_coords_desc = 'Hagyja üresen, ha nincs PDF-séma támogatás, alapértelmezés: [kbd]pma_table_coords[/kbd]';
1087
1086
$strSetupServers_table_coords_name = 'PDF-séma: table coordinates';
1463
1462
$strZeroRemovesTheLimit = 'Megjegyzés: Ezen beállítások 0-ra (nulla) állítása eltávolítja a korlátozást.';
1464
1463
$strZip = '"zip tömörítés"';
1465
1464
 
 
1465
$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server';  //to translate
1466
1466
?>