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

« back to all changes in this revision

Viewing changes to lang/danish-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: danish-utf-8.inc.php 12645 2009-07-13 17:21:02Z lem9 $ */ /* danish - Dansk v 2.20 (based on english rev. 10226) 2007/04/03 01:23:45 - oversætter AlleyKat kan kontaktes på < phpmyadmin (at) phpbb2.dk > */
 
2
/* $Id: danish-utf-8.inc.php 13109 2009-11-08 12:04:19Z lem9 $ */ /* danish - Dansk v 2.20 (based on english rev. 10226) 2007/04/03 01:23:45 - oversætter AlleyKat kan kontaktes på < phpmyadmin (at) phpbb2.dk > */
3
3
 
4
4
$charset = 'utf-8';
5
5
$text_dir = 'ltr';
1210
1210
$strSetupServers_socket_name = 'Server socket';  //to translate
1211
1211
$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default';  //to translate
1212
1212
$strSetupServers_ssl_name = 'Use SSL';  //to translate
1213
 
$strSetupServers_ssl_desc = '';  //to translate
1214
1213
$strSetupServers_connect_type_name = 'Connection type';  //to translate
1215
1214
$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure';  //to translate
1216
1215
$strSetupServers_extension_name = 'PHP extension to use';  //to translate
1460
1459
$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
1461
1460
$strReplicationStatus_master = 'Master status';  //to translate
1462
1461
$strReplicationStatus_slave = 'Slave status';  //to translate
 
1462
$strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server';  //to translate
1463
1463
?>