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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2009-06-30 14:05:13 UTC
  • mfrom: (1.2.1 upstream) (36.1.2 karmic)
  • Revision ID: james.westby@ubuntu.com-20090630140513-hz71do3sij2jhm4s
* New upstream version fixing XSS (PMASA-2009-5).
* Document no empty password in README.Debian and the shipped sample
  configuration file (LP: #388703).
* Install service file for avahi (if web service enabled and if avahi is
  installed) (LP: #369244).
* Mention protecting of setup if not using provided configuration snippets
  for webservers.
* Call ucf with --debconf-ok in postrm (Closes: #534894).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/* $Id: italian-utf-8.inc.php 12304 2009-03-24 12:56:58Z nijel $ */
 
2
/* $Id: italian-utf-8.inc.php 12494 2009-05-25 08:11:32Z helmo $ */
3
3
 
4
4
/**
5
5
 * translated by: Pietro Danesi <danone at users.sourceforge.net>  2002-03-29
314
314
$strFileNameTemplateRemember = 'ricorda il template';
315
315
$strFiles = 'File';
316
316
$strFileToImport = 'File importato';
317
 
$strFixed = 'fisso';
318
317
$strFlushPrivilegesNote = 'N.B.: phpMyAdmin legge i privilegi degli utenti direttamente nella tabella dei privilegi di MySQL. Il contenuto di questa tabella può differire dai privilegi usati dal server se sono stati fatti cambiamenti manuali. In questo caso, Si dovrebbero %srinfrescare i privilegi%s prima di continuare.';
319
318
$strFlushQueryCache = 'Rinfresca la cache delle query';
320
319
$strFlushTable = 'Inizializza ("FLUSH") la tabella';
1334
1333
$strSetupSaveDir_name = 'Save directory';  //to translate
1335
1334
$strSetupServerAuthConfigMsg = 'You set [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].';  //to translate
1336
1335
$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons';  //to translate
1337
 
$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.';  //to translate
1338
1336
$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used';  //to translate
1339
1337
$strSetupServers_AllowDeny_order_name = 'Host authentication order';  //to translate
1340
1338
$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults';  //to translate
1341
1339
$strSetupServers_AllowDeny_rules_name = 'Host authentication rules';  //to translate
1342
 
$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password';  //to translate
1343
1340
$strSetupServers_AllowRoot_name = 'Allow root login';  //to translate
1344
1341
$strSetupServers_auth_swekey_config_desc = 'Config file for [a@http://swekey.com]SweKey hardware authentication[/a], relative to phpMyAdmin root directory, eg. ./swekey.conf';  //to translate
1345
1342
$strSetupServers_auth_swekey_config_name = 'SweKey config file';  //to translate
1366
1363
$strSetupServers_hide_db_name = 'Hide databases';  //to translate
1367
1364
$strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]';  //to translate
1368
1365
$strSetupServers_history_name = 'SQL query history table';  //to translate
1369
 
$strSetupServers_host_desc = '';  //to translate
1370
1366
$strSetupServers_host_name = 'Server hostname';  //to translate
1371
1367
$strSetupServers_LogoutURL_name = 'Logout URL';  //to translate
1372
1368
$strSetupServers_nopassword_desc = 'Try to connect without password';  //to translate
1401
1397
$strSetupServers_user_name = 'User for config auth';  //to translate
1402
1398
$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance';  //to translate
1403
1399
$strSetupServers_verbose_check_name = 'Verbose check';  //to translate
1404
 
$strSetupServers_verbose_desc = 'Hostname where MySQL server is running';  //to translate
1405
1400
$strSetupServers_verbose_name = 'Verbose name of this server';  //to translate
1406
1401
$strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button';  //to translate
1407
1402
$strSetupShowAll_name = 'Allow to display all the rows';  //to translate
1449
1444
$strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.';  //to translate
1450
1445
$strSetupZipDump_name = 'ZIP';  //to translate
1451
1446
 
 
1447
$strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.';  //to translate
 
1448
$strSetupServers_host_desc = 'Hostname where MySQL server is running';  //to translate
 
1449
$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.';  //to translate
 
1450
$strCreateUserDatabasePrivileges = 'Grant all privileges on database &quot;%s&quot;';  //to translate
 
1451
$strShowBinaryContents = 'Show binary contents';  //to translate
 
1452
$strShowBLOBContents = 'Show BLOB contents';  //to translate
 
1453
$strStatic = 'static';  //to translate
 
1454
$strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)';  //to translate
 
1455
$strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.';  //to translate
 
1456
$strSetupServers_AllowNoPassword_name = 'Allow logins without a password';  //to translate
 
1457
$strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.';  //to translate
 
1458
$strGetMoreThemes = 'Get more themes!';  //to translate
 
1459
$strNoneDefault = 'None';  //to translate
 
1460
$strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.';  //to translate
 
1461
$strRemoveCRLF = 'Remove CRLF characters within fields';  //to translate
 
1462
$strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values';  //to translate
 
1463
$strAndSmall = 'and';  //to translate
 
1464
$strReplicationStatus = 'Replication status';  //to translate
 
1465
$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
$strReplicationStatus_master = 'Master status';  //to translate
 
1467
$strReplicationStatus_slave = 'Slave status';  //to translate
1452
1468
?>