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

« back to all changes in this revision

Viewing changes to lang/georgian-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: georgian-utf-8.inc.php 12645 2009-07-13 17:21:02Z lem9 $ */
 
2
/* $Id: georgian-utf-8.inc.php 13109 2009-11-08 12:04:19Z lem9 $ */
3
3
 
4
4
/**
5
5
 * Translation by Kakha Mchedlidze <kahka at gmail.com>
1025
1025
$strSetupServers_column_info_name = 'Column information table';
1026
1026
$strSetupServers_compress_desc = 'MySQL სერვერთან კავშირის შეკუმშვა';
1027
1027
$strSetupServers_compress_name = 'კავშირის შეკუმშვა';
1028
 
$strSetupServers_connect_type_desc = 'How to connect to server, keep [kdb]tcp[/kdb] if unsure';
 
1028
$strSetupServers_connect_type_desc = 'How to connect to server, keep [kbd]tcp[/kbd] if unsure';
1029
1029
$strSetupServers_connect_type_name = 'კავშირის ტიპი';
1030
1030
$strSetupServers_controlpass_name = 'Control user password';
1031
1031
$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]';
1069
1069
$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it';
1070
1070
$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default';
1071
1071
$strSetupServers_socket_name = 'Server socket';
1072
 
$strSetupServers_ssl_desc = '';
1073
1072
$strSetupServers_ssl_name = 'SSL-ის გამოყენება';
1074
1073
$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]';
1075
1074
$strSetupServers_table_coords_name = 'PDF schema: table coordinates';
1465
1464
$strReplicationStatusInfo = 'This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.';  //to translate
1466
1465
$strReplicationStatus_master = 'Master status';  //to translate
1467
1466
$strReplicationStatus_slave = 'Slave status';  //to translate
 
1467
$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server';  //to translate
1468
1468
?>