From b75cb05e23f7a39651e481c68d1782139b8cf661 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 8 Nov 2008 14:52:40 +0000 Subject: [PATCH 01/60] 3.1.0-beta1 --- Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation.html b/Documentation.html index 04a23c5ae..84c9019f5 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.0-dev - Documentation + phpMyAdmin 3.1.0-beta1 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.0-dev Documentation

    +

    phpMyAdmin 3.1.0-beta1 Documentation

    -

    phpMyAdmin 3.1.0-dev official translators list

    +

    phpMyAdmin 3.1.0-beta1 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From 3fd8084932db4e8c6692313c33a097388f7e8eee Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 9 Nov 2008 21:52:01 +0000 Subject: [PATCH 02/60] French update --- lang/french-utf-8.inc.php | 136 +++++++++++++++++++------------------- 1 file changed, 68 insertions(+), 68 deletions(-) diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index d40bf9f75..09c2c2fc9 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1073,74 +1073,74 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; -$strBLOBRepository = 'BLOB Repository'; //to translate -$strBLOBRepositoryDamaged = 'Damaged'; //to translate -$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate -$strBLOBRepositoryDisabled = 'Disabled'; //to translate -$strBLOBRepositoryDisable = 'Disable'; //to translate -$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate -$strBLOBRepositoryEnabled = 'Enabled'; //to translate -$strBLOBRepositoryEnable = 'Enable'; //to translate -$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate -$strBLOBRepositoryRepair = 'Repair'; //to translate -$strBLOBRepositoryStatus = 'Status'; //to translate -$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate -$strViewImage = 'View image'; //to translate -$strPlayAudio = 'Play audio'; //to translate -$strViewVideo = 'View video'; //to translate -$strDownloadFile = 'Download file'; //to translate -$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate -$strShowKeys = 'Only show keys'; //to translate -$strSetupServersAdd = 'Add a new server'; //to translate -$strSetupServersEdit = 'Edit server'; //to translate -$strSetupFormset_features = 'Features'; //to translate -$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate -$strSetupFormset_main_frame = 'Customize main frame'; //to translate -$strSetupFormset_import = 'Customize import defaults'; //to translate -$strSetupFormset_export = 'Customize export options'; //to translate -$strSetupFormset_customization = 'Customization'; //to translate -$strSetupTrue = 'yes'; //to translate -$strSetupFalse = 'no'; //to translate -$strSetupDisplay = 'Display'; //to translate -$strSetupDownload = 'Download'; //to translate -$strSetupClear = 'Clear'; //to translate -$strSetupLoad = 'Load'; //to translate -$strSetupRestoreDefaultValue = 'Restore default value'; //to translate -$strSetupSetValue = 'Set value: %s'; //to translate -$strSetupWarning = 'Warning'; //to translate -$strSetupIgnoreErrors = 'Ignore errors'; //to translate -$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate -$strSetupShowForm = 'Show form'; //to translate -$strSetupOverview = 'Overview'; //to translate -$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate -$strSetupNoServers = 'There are no configured servers'; //to translate -$strSetupNewServer = 'New server'; //to translate -$strSetupDefaultLanguage = 'Default language'; //to translate -$strSetupDefaultServer = 'Default server'; //to translate -$strSetupLetUserChoose = 'let the user choose'; //to translate -$strSetupOptionNone = '- none -'; //to translate -$strSetupEndOfLine = 'End of line'; //to translate -$strSetupConfigurationFile = 'Configuration file'; //to translate -$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate -$strSetupDonateLink = 'Donate'; //to translate -$strSetupVersionCheckLink = 'Check for latest version'; //to translate -$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate -$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate -$strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate -$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate -$strSetupVersionCheck = 'Version check'; //to translate -$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate -$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate -$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate -$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate -$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate -$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate -$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate -$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strBLOBRepository = 'Dépôt BLOB'; +$strBLOBRepositoryDamaged = 'Endommagé'; +$strBLOBRepositoryDisableAreYouSure = 'Êtes-vous certain de vouloir désactiver toutes les références BLOB pour la base %s?'; +$strBLOBRepositoryDisabled = 'Désactivé'; +$strBLOBRepositoryDisable = 'Désactiver'; +$strBLOBRepositoryDisableStrongWarning = 'Vous allez DÉSACTIVER un dépôt BLOB!'; +$strBLOBRepositoryEnabled = 'Activé'; +$strBLOBRepositoryEnable = 'Activer'; +$strBLOBRepositoryRemove = 'Supprimer les références au dépôt BLOB'; +$strBLOBRepositoryRepair = 'Réparer'; +$strBLOBRepositoryStatus = 'État'; +$strBLOBRepositoryUpload = 'Télécharger vers le dépôt BLOB'; +$strViewImage = 'Afficher l\'image'; +$strPlayAudio = 'Lecture audio'; +$strViewVideo = 'Lecture vidéo'; +$strDownloadFile = 'Télécharger'; +$strLogServerHelp = 'Vous pouvez entrer le nom du serveur ou son adresse IP, ainsi que le port séparé par un espace.'; +$strShowKeys = 'Ne montrer que les clés.'; +$strSetupServersAdd = 'Ajouter un serveur'; +$strSetupServersEdit = 'Modifier serveur'; +$strSetupFormset_features = 'Fonctionnalités'; +$strSetupFormset_left_frame = 'Personnaliser le cadre de navigation'; +$strSetupFormset_main_frame = 'Personnaliser le cadre principal'; +$strSetupFormset_import = 'Personnaliser les valeurs pour importation'; +$strSetupFormset_export = 'Personnaliser les valeurs pour exportation'; +$strSetupFormset_customization = 'Personnalisation'; +$strSetupTrue = 'oui'; +$strSetupFalse = 'non'; +$strSetupDisplay = 'Afficher'; +$strSetupDownload = 'Télécharger'; +$strSetupClear = 'Vider'; +$strSetupLoad = 'Charger'; +$strSetupRestoreDefaultValue = 'Ramener la valeur par défaut'; +$strSetupSetValue = 'Assigner la valeur: %s'; +$strSetupWarning = 'Avertissement'; +$strSetupIgnoreErrors = 'Ignorer les erreurs'; +$strSetupRevertErroneousFields = 'Tenter de ramener les champs en erreur à leur valeur par défaut'; +$strSetupShowForm = 'Afficher le formulaire'; +$strSetupOverview = 'Survol'; +$strSetupShowHiddenMessages = 'Afficher les messages cachés (#MSG_COUNT)'; +$strSetupNoServers = 'Aucun serveur n\'est configuré.'; +$strSetupNewServer = 'Nouveau serveur'; +$strSetupDefaultLanguage = 'Langue par défaut'; +$strSetupDefaultServer = 'Serveur par défaut'; +$strSetupLetUserChoose = 'laisser l\'utilisateur choisir'; +$strSetupOptionNone = '- aucun -'; +$strSetupEndOfLine = 'Fin de ligne'; +$strSetupConfigurationFile = 'Fichier de configuration'; +$strSetupHomepageLink = 'Site de phpMyAdmin'; +$strSetupDonateLink = 'Faire un don'; +$strSetupVersionCheckLink = 'Vérifier la présence d\'une nouvelle version'; +$strSetupCannotLoadConfig = 'Impossible de charger ou sauvegarder la configuration'; +$strSetupCannotLoadConfigMsg = 'Veuillez créer le répertoire [em]config[/em] accessible en écriture tel que décrit sur [a@../Documentation.html#setup_script]documentation[/a]. Sinon vous ne pourrez que télécharger ou afficher la configuration.'; +$strSetupInsecureConnection = 'Connexion non sécurisée'; +$strSetupInsecureConnectionMsg1 = 'Votre connexion n\'est pas sécurisée, tout le traffic (par exemple un mot de passe) est transféré sans être encrypté!'; +$strSetupInsecureConnectionMsg2 = 'Si votre serveur accepte les requêtes HTTPS, utilisez une [a@%s]connexion sécurisée[/a].'; +$strSetupVersionCheck = 'Vérification de version'; +$strSetupVersionCheckWrapperError = 'Ni CURL ni "URL wrapper" ne sont disponibles; impossible de chercher une nouvelle version.'; +$strSetupVersionCheckDataError = 'Échec lors de la vérification de version.'; +$strSetupVersionCheckInvalid = 'Un numéro de version invalide a été reçu du serveur.'; +$strSetupVersionCheckUnparsable = 'Analyse impossible du numéro de version.'; +$strSetupVersionCheckNewAvailable = 'Une nouvelle version de phpMyAdmin est disponible : %s, publiée le %s.'; +$strSetupVersionCheckNewAvailableSvn = 'Vous utilisez phpMyAdmin sous subversion, faites [kbd]svn update[/kbd] :-)[br]La dernière version stable est %s, publiée le %s.'; +$strSetupVersionCheckNone = 'Aucune version stable plus récente n\'est disponible'; +$strSetupServerSecurityInfoMsg = 'Si vous l\'estimez nécessaire, utilisez des réglages de protection - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]authentification du serveur[/a] et [a@?page=form&formset=features#tab_Security]serveurs de confiance[/a].'; +$strSetupServerSslMsg = 'Vous devriez utiliser des connexions SSL si votre serveur le permet.'; +$strSetupServerExtensionMsg = 'Il est recommandé d\'utiliser mysqli'; +$strSetupServerAuthConfigMsg = 'Vous demandez l\'authentification [kbd]config[/kbd] et avez inclus un code d\'utilisateur et mot de passe pour une connexion automatique. phpMyAdmin serait accessible à toute personne qui en connaît l\'URL. Il est recommandé d\'utiliser les modes [a@?page=servers&mode=edit&id=%1$d#tab_Server]d\'authentification[/a] [kbd]cookie[/kbd] ou [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate From 0a1858dca1dd8e18e35aadfe9ccb443de6fd708e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 9 Nov 2008 21:59:11 +0000 Subject: [PATCH 03/60] typo "passowrd" --- lang/afrikaans-utf-8.inc.php | 2 +- lang/albanian-utf-8.inc.php | 2 +- lang/arabic-utf-8.inc.php | 2 +- lang/azerbaijani-utf-8.inc.php | 2 +- lang/bangla-utf-8.inc.php | 2 +- lang/basque-utf-8.inc.php | 2 +- lang/belarusian_cyrillic-utf-8.inc.php | 2 +- lang/belarusian_latin-utf-8.inc.php | 2 +- lang/bosnian-utf-8.inc.php | 2 +- lang/brazilian_portuguese-utf-8.inc.php | 2 +- lang/bulgarian-utf-8.inc.php | 2 +- lang/catalan-utf-8.inc.php | 2 +- lang/chinese_simplified-utf-8.inc.php | 2 +- lang/chinese_traditional-utf-8.inc.php | 2 +- lang/croatian-utf-8.inc.php | 2 +- lang/czech-utf-8.inc.php | 2 +- lang/danish-utf-8.inc.php | 2 +- lang/dutch-utf-8.inc.php | 2 +- lang/english-utf-8.inc.php | 2 +- lang/estonian-utf-8.inc.php | 2 +- lang/finnish-utf-8.inc.php | 2 +- lang/french-utf-8.inc.php | 2 +- lang/galician-utf-8.inc.php | 2 +- lang/georgian-utf-8.inc.php | 2 +- lang/german-utf-8.inc.php | 2 +- lang/greek-utf-8.inc.php | 2 +- lang/hebrew-utf-8.inc.php | 2 +- lang/hindi-utf-8.inc.php | 2 +- lang/hungarian-utf-8.inc.php | 2 +- lang/indonesian-utf-8.inc.php | 2 +- lang/italian-utf-8.inc.php | 2 +- lang/japanese-utf-8.inc.php | 2 +- lang/korean-utf-8.inc.php | 2 +- lang/latvian-utf-8.inc.php | 2 +- lang/lithuanian-utf-8.inc.php | 2 +- lang/macedonian_cyrillic-utf-8.inc.php | 2 +- lang/malay-utf-8.inc.php | 2 +- lang/mongolian-utf-8.inc.php | 2 +- lang/norwegian-utf-8.inc.php | 2 +- lang/persian-utf-8.inc.php | 2 +- lang/polish-utf-8.inc.php | 2 +- lang/portuguese-utf-8.inc.php | 2 +- lang/romanian-utf-8.inc.php | 2 +- lang/russian-utf-8.inc.php | 2 +- lang/serbian_cyrillic-utf-8.inc.php | 2 +- lang/serbian_latin-utf-8.inc.php | 2 +- lang/sinhala-utf-8.inc.php | 2 +- lang/slovak-utf-8.inc.php | 2 +- lang/slovenian-utf-8.inc.php | 2 +- lang/spanish-utf-8.inc.php | 2 +- lang/swedish-utf-8.inc.php | 2 +- lang/tatarish-utf-8.inc.php | 2 +- lang/thai-utf-8.inc.php | 2 +- lang/turkish-utf-8.inc.php | 2 +- lang/ukrainian-utf-8.inc.php | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 84ecc9ef8..866b9ff42 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1169,7 +1169,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index b73953242..5a312499d 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1168,7 +1168,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 6edf66370..cb9431714 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1170,7 +1170,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 430e0dd13..fa8902035 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1165,7 +1165,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index dc43ce2b1..e733a2f95 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1144,7 +1144,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 3b56ae370..575d9f43e 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1162,7 +1162,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 0594d3077..10cff293c 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1144,7 +1144,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 44db2fd61..2f70a1b92 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1152,7 +1152,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 7941f143c..7883586b5 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1168,7 +1168,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index fd2f3b7d0..a980a000d 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1142,7 +1142,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index da1f590db..1f1e029c9 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1165,7 +1165,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 093924e97..e3a9dccd4 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1141,7 +1141,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index c8354a286..2845e9b1f 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1170,7 +1170,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index bf9ccbd93..3cd9c17ae 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1149,7 +1149,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 736f1f730..364f15ade 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1146,7 +1146,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index abadea027..c547a81e7 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1317,7 +1317,7 @@ $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to $strSetupSaveDir_name = 'Save directory'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupServersAdd = 'Add a new server'; //to translate $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index e8c1d3d47..e1b6310fa 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1144,7 +1144,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 26e78e686..3b1eabfc4 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1166,7 +1166,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 7262b65b8..8ec9f8ca0 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -1003,7 +1003,7 @@ $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; $strSetupSaveDir_name = 'Save directory'; $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; $strSetupServersAdd = 'Add a new server'; $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; $strSetupServers_AllowDeny_order_name = 'Host authentication order'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 6bcc93983..232d9ba38 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1150,7 +1150,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index b765e7562..1c545f0fc 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1145,7 +1145,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 09c2c2fc9..d8142721d 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1141,7 +1141,7 @@ $strSetupServerSecurityInfoMsg = 'Si vous l\'estimez nécessaire, utilisez des r $strSetupServerSslMsg = 'Vous devriez utiliser des connexions SSL si votre serveur le permet.'; $strSetupServerExtensionMsg = 'Il est recommandé d\'utiliser mysqli'; $strSetupServerAuthConfigMsg = 'Vous demandez l\'authentification [kbd]config[/kbd] et avez inclus un code d\'utilisateur et mot de passe pour une connexion automatique. phpMyAdmin serait accessible à toute personne qui en connaît l\'URL. Il est recommandé d\'utiliser les modes [a@?page=servers&mode=edit&id=%1$d#tab_Server]d\'authentification[/a] [kbd]cookie[/kbd] ou [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index a9a375734..fda264b65 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1143,7 +1143,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 6275ad37a..5b00e889c 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1170,7 +1170,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 15a93831f..9090e24a0 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1150,7 +1150,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 22d7b7501..93735824c 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1167,7 +1167,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 01dcb1b2f..f29ffc8b6 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1162,7 +1162,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 23b7cf45e..05ae433c4 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1170,7 +1170,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 42ba5abab..526561711 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1147,7 +1147,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index ee3b5d726..490b76b88 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1160,7 +1160,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 427ee99ce..370e20434 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1148,7 +1148,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 0211f14bd..66fe4572f 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1150,7 +1150,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index af60ac50b..de80ce0c8 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1165,7 +1165,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 1593f5289..14198d571 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1167,7 +1167,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 5272f7a5b..06aab7ab4 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1160,7 +1160,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 3634bf72b..4b94eb2e7 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1145,7 +1145,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index ff8a2c54a..ce4ce8141 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1182,7 +1182,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index f8fdc1105..2d6268eac 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1165,7 +1165,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index bdb3529cd..e6a458900 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1142,7 +1142,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 8ad12a3ac..a3375c833 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1196,7 +1196,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 7750ce507..f9e82d2f2 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1138,7 +1138,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 1ee442a22..073c5ea4d 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1171,7 +1171,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index e4c075c3d..a99462213 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1146,7 +1146,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 40879d20d..73ee49f57 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1155,7 +1155,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 047f212da..0ac2ac746 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1144,7 +1144,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index e1002f17e..254cdb7a8 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1144,7 +1144,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index 660b57e73..ca8dd36d2 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1147,7 +1147,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 1778055ac..52bf33df8 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1145,7 +1145,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index bc5561af7..cda0a49f7 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1164,7 +1164,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 9f8eddbe3..40fbd1ed2 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1140,7 +1140,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 836583da1..9e6d5716a 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1142,7 +1142,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 02ee8cc4f..b788465f3 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1155,7 +1155,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index ba7a3e20d..d1dfff647 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1166,7 +1166,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 574fa995a..22970e273 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1150,7 +1150,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 55bfe0261..608e33e8d 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1164,7 +1164,7 @@ $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate $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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate From c9ab2664e970d246884b2df050944b04e3245766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 10 Nov 2008 11:19:48 +0000 Subject: [PATCH 04/60] =?UTF-8?q?Czech=20update,=20thanks=20to=20Ond=C5=99?= =?UTF-8?q?ej=20Vadinsk=C3=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 2 +- lang/czech-utf-8.inc.php | 171 ++++++++++++++++++++------------------- 2 files changed, 87 insertions(+), 86 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95152dd77..551eb4c6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,7 +31,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + rfe #1276463 [search] Search empty/not empty values + rfe #823652 [structure] ENUM values: field size too small - [lang] Persian update, thanks to Goolex - goolex -- [lang] Czech update, thanks to Nicky 726. +- [lang] Czech update, thanks to Ondřej Vadinský. 3.0.2.0 (not yet released) - [lang] Italian update, thanks to Luca and fantu diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index c547a81e7..1cf7173d6 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -4,6 +4,7 @@ /** * Czech language file by * Michal Čihař + * Ondřej Vadinský */ $charset = 'utf-8'; @@ -743,7 +744,7 @@ $strRussian = 'Ruština'; $strSaveOnServer = 'Uložit na serveru v adresáři %s'; $strSavePosition = 'Uložit rozmístění'; -$strSave = 'Ulož'; +$strSave = 'Uložit'; $strScaleFactorSmall = 'Měřítko je příliš malé, aby se schéma vešlo na jednu stránku'; $strSearchFormTitle = 'Vyhledávání v databázi'; $strSearchInField = 'Uvnitř pole:'; @@ -821,7 +822,90 @@ $strSetupDisplayDatabasesList_desc = 'Zobrazit přehled databází jako seznam n $strSetupDisplayDatabasesList_name = 'Zabrazit databáze jako seznam'; $strSetupDisplayServersList_desc = 'Zobrazit přehled serverů jako seznam namísto rozbalovacího menu'; $strSetupDisplayServersList_name = 'Zobrazit servery jako seznam'; -$strSetupDisplay = 'Zobrazení'; +$strSetupDisplay = 'Zobrazit'; +$strSetupDonateLink = 'Přispějte'; +$strSetupDownload = 'Stáhnout'; +$strSetupEndOfLine = 'Konec řádku'; +$strSetuperror_connection = 'Nepodařilo se připojit k MySQL serveru'; +$strSetuperror_empty_user_for_config_auth = 'Při použití nastavené autentizační metody nebylo vyplněno uživatelské jméno.'; +$strSetuperror_form = 'Odeslaný formulář obsahuje chyby'; +$strSetuperror_incorrect_ip_address = 'Nesprávná IP adresa: %s'; +$strSetuperror_incorrect_port = 'Neplatné číslo portu '; +$strSetuperror_incorrect_value = 'Nesprávná hodnota'; +$strSetuperror_missing_field_data = 'Chybí data v %s'; +$strSetuperror_nan_nneg = 'Nebylo zadáno nezáporné číslo'; +$strSetuperror_nan_p = 'Nebylo zadáno kladné číslo'; +$strSetupExecTimeLimit_desc = 'Zadejte počet sekund, po které může skript běžet, nebo ([kbd]0[/kbd] pro žádná omezení'; +$strSetupExecTimeLimit_name = 'Časový limit běhu skriptu'; +$strSetupExport_asfile_name = 'Uložit jako soubor'; +$strSetupExport_compression_name = 'Komprese'; +$strSetupExport_file_template_database_name = 'Vzor pro jméno databáze'; +$strSetupExport_file_template_server_name = 'Vzor pro jméno serveru'; +$strSetupExport_file_template_table_name = 'Vzor pro jméno tabulky'; +$strSetupExport_format_name = 'Formát'; +$strSetupExport_charset_name = 'Znaková sada souboru'; +$strSetupExport_onserver_name = 'Uložit na server'; +$strSetupExport_onserver_overwrite_name = 'Přepsat existující soubory'; +$strSetupExport_remember_file_template_name = 'Pamatovat si vzor pro jména souborů'; +$strSetupFalse = 'ne'; +$strSetupForceSSL_desc = 'Vynutit zabezpečené spojení při použití phpMyAdmina'; +$strSetupForceSSLMsg = 'Tato [a@?page=form&formset=features#tab_Security]volba[/a] by měla být povolena, pokud ji Váš server podporuje'; +$strSetupForceSSL_name = 'Vynutit SSL spojení'; +$strSetupForeignKeyDropdownOrder_desc = 'Pořadí řazení položek v rozbalovací nabídce cizích klíčů; [kbd]obsah[/kbd] jsou referenční data, [kbd]id[/kbd] je hodnota klíče'; +$strSetupForeignKeyDropdownOrder_name = 'Pořadí cizích klíčů v rozbalovací nabídce'; +$strSetupForeignKeyMaxLimit_desc = 'Rozbalovací nabídka bude použita pokud je přítomno menší množství položek'; +$strSetupForeignKeyMaxLimit_name = 'Nejvyšší počet cizích klíčů'; +$strSetupForm_Browse_desc = 'Přizpůsobí režim prohlížení'; +$strSetupForm_Browse = 'Režim prohlížení'; +$strSetupForm_Edit_desc = 'Přizpůsobí režim úprav'; +$strSetupForm_Edit = 'Režim úprav'; +$strSetupForm_Export_defaults_desc = 'Přizpůsobí výchozí nastavení exportu'; +$strSetupForm_Export_defaults = 'Výchozí nastavení exportu'; +$strSetupForm_Import_defaults_desc = 'Přizpůsobí výchozí nastavení importu'; +$strSetupForm_Import_defaults = 'Výchozí nastavení importu'; +$strSetupForm_Import_export_desc = 'Nastaví adresáře pro import a export a volby komprese'; +$strSetupForm_Import_export = 'Import / export'; +$strSetupForm_Left_databases = 'Databáze'; +$strSetupForm_Left_databases_desc = 'Nastavení zobrazení databází'; +$strSetupForm_Left_frame_desc = 'Přizpůsobí vzhled rámu s navigací'; +$strSetupForm_Left_frame = 'Rám s navigací'; +$strSetupForm_Left_servers_desc = 'Nastavení zobrazení serverů'; +$strSetupForm_Left_servers = 'Servery'; +$strSetupForm_Left_tables_desc = 'Nastavení zobrazení tabulek'; +$strSetupForm_Left_tables = 'Tabulky'; +$strSetupForm_Main_frame = 'Hlavní rám'; +$strSetupForm_Other_core_settings_desc = 'Nastavení, která nelze zařadit jinam'; +$strSetupForm_Other_core_settings = 'Jiná důležitá nastavení'; +$strSetupForm_Query_window_desc = 'Přizpůsobit nastavení okna dotazů'; +$strSetupForm_Query_window = 'Okno dotazů'; +$strSetupForm_Security_desc = 'Prosíme, vemte v potaz, že phpMyAdmin je pouze uživatelské rozhraní a jeho funkce neomezují MySQL'; +$strSetupForm_Security = 'Zabezpeční'; +$strSetupForm_Server_config_desc = 'Pokročilé nastavení serveru, neměňte tyto volby, pokud nevíte, čeho se týkají.'; +$strSetupForm_Server_config = 'Nastavení servru'; +$strSetupForm_Server_desc = 'Vložte parametry připojení k serveru'; +$strSetupForm_Server_pmadb_desc = 'Nastavení databáze phpMyAdmina tak, aby získal přístup k dodatečným funkcím, viz [a@../Documentation.html#linked-tables]infrastruktura propojených tabulek[/a] v dokumentaci.'; +$strSetupForm_Server_pmadb = 'PMA databáze'; +$strSetupForm_Server = 'Základní nastavení'; +$strSetupFormset_customization = 'Přizpůsobení'; +$strSetupFormset_export = 'Přizpůsobení exportu'; +$strSetupFormset_features = 'Funkce'; +$strSetupFormset_import = 'Přizpůsobení výchozího nastavení importu'; +$strSetupFormset_left_frame = 'Přizpůsobení rámu s navigací'; +$strSetupFormset_main_frame = 'Přizpůsobení hlavního rámu'; +$strSetupForm_Sql_box_desc = 'Přizpůsobení odkazů zobrazených v políčcích pro SQL dotazy.'; +$strSetupForm_Sql_box = 'Políčko pro SQL dotazy'; +$strSetupForm_Sql_queries_desc = 'Nastavení SQL dotazů, pro nastavení políček pro SQL dotazy si prohlédněte nastavení [a@?page=form&formset=main_frame#tab_Sql_box]rámu s navigací[/a].'; +$strSetupForm_Sql_queries = 'SQL dotazy'; +$strSetupForm_Startup_desc = 'Přizpůsobení úvodní stránky'; +$strSetupForm_Startup = 'Úvodní stránka'; +$strSetupForm_Tabs_desc = 'Nastaví, jak mají fungovat panely'; +$strSetupForm_Tabs = 'Panely'; +$strSetupGZipDump_desc = 'Povolí [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] kompresi pro importování a exportování.'; +$strSetupGZipDump_name = 'GZip'; +$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip komprese a dekomprese[/a] vyžaduje funkce (%s) které nejsou dostupné na tomto systému'; +$strSetupHomepageLink = 'Domovská stránka phpMyAdmina'; +$strSetupLoad = 'Nahrát'; +$strSetupVersionCheckLink = 'Zkontrolovat nejnovější verzi'; $strShowAll = 'Zobrazit vše'; $strShowColor = 'Barevné šipky'; $strShowDatadictAs = 'Formát datového slovníku'; @@ -1136,93 +1220,12 @@ $strZip = '„zazipováno“'; // To translate: -$strSetupDonateLink = 'Donate'; //to translate -$strSetupDownload = 'Download'; //to translate -$strSetupEndOfLine = 'End of line'; //to translate -$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate $strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate -$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate -$strSetuperror_form = 'Submitted form contains errors'; //to translate -$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate -$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate -$strSetuperror_incorrect_value = 'Incorrect value'; //to translate -$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate -$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate -$strSetuperror_nan_p = 'Not a positive number'; //to translate -$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate -$strSetupExport_asfile_name = 'Save as file'; //to translate -$strSetupExport_compression_name = 'Compression'; //to translate -$strSetupExport_file_template_database_name = 'Database name template'; //to translate -$strSetupExport_file_template_server_name = 'Server name template'; //to translate -$strSetupExport_file_template_table_name = 'Table name template'; //to translate -$strSetupExport_format_name = 'Format'; //to translate -$strSetupExport_charset_name = 'Character set of the file'; //to translate -$strSetupExport_onserver_name = 'Save on server'; //to translate -$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate -$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate -$strSetupFalse = 'no'; //to translate -$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate -$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate -$strSetupForceSSL_name = 'Force SSL connection'; //to translate -$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate -$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate -$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate -$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate -$strSetupForm_Browse = 'Browse mode'; //to translate -$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate -$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate -$strSetupForm_Edit = 'Edit mode'; //to translate -$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate -$strSetupForm_Export_defaults = 'Export defaults'; //to translate -$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate -$strSetupForm_Import_defaults = 'Import defaults'; //to translate -$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate -$strSetupForm_Import_export = 'Import / export'; //to translate -$strSetupForm_Left_databases = 'Databases'; //to translate -$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate -$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate -$strSetupForm_Left_frame = 'Navigation frame'; //to translate -$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate -$strSetupForm_Left_servers = 'Servers'; //to translate -$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate -$strSetupForm_Left_tables = 'Tables'; //to translate -$strSetupForm_Main_frame = 'Main frame'; //to translate -$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate -$strSetupForm_Other_core_settings = 'Other core settings'; //to translate -$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate -$strSetupForm_Query_window = 'Query window'; //to translate -$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate -$strSetupForm_Security = 'Security'; //to translate -$strSetupForm_Server = 'Basic settings'; //to translate -$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate -$strSetupForm_Server_config = 'Server configuration'; //to translate -$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate $strSetupForm_Server_login_options = 'Signon login options'; //to translate -$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate -$strSetupForm_Server_pmadb = 'PMA database'; //to translate -$strSetupFormset_customization = 'Customization'; //to translate -$strSetupFormset_export = 'Customize export options'; //to translate -$strSetupFormset_features = 'Features'; //to translate -$strSetupFormset_import = 'Customize import defaults'; //to translate -$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate -$strSetupFormset_main_frame = 'Customize main frame'; //to translate -$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate -$strSetupForm_Sql_box = 'SQL Query box'; //to translate -$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate -$strSetupForm_Sql_queries = 'SQL queries'; //to translate -$strSetupForm_Startup_desc = 'Customize startup page'; //to translate -$strSetupForm_Startup = 'Startup'; //to translate -$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate -$strSetupForm_Tabs = 'Tabs'; //to translate -$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate -$strSetupGZipDump_name = 'GZip'; //to translate -$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate $strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate $strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate @@ -1267,7 +1270,6 @@ $strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate $strSetupLetUserChoose = 'let the user choose'; //to translate $strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate $strSetupLightTabs_name = 'Light tabs'; //to translate -$strSetupLoad = 'Load'; //to translate $strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate @@ -1433,7 +1435,6 @@ $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on mult $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate -$strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate From a8bfb2fc8c0c698e26dc07cc4e3c0e62402d98ea Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 10 Nov 2008 18:10:29 +0000 Subject: [PATCH 05/60] patch #2255890 [lang] English-language cleanup --- ChangeLog | 2 + lang/afrikaans-utf-8.inc.php | 20 ++--- lang/albanian-utf-8.inc.php | 20 ++--- lang/arabic-utf-8.inc.php | 20 ++--- lang/azerbaijani-utf-8.inc.php | 20 ++--- lang/bangla-utf-8.inc.php | 20 ++--- lang/basque-utf-8.inc.php | 20 ++--- lang/belarusian_cyrillic-utf-8.inc.php | 20 ++--- lang/belarusian_latin-utf-8.inc.php | 20 ++--- lang/bosnian-utf-8.inc.php | 20 ++--- lang/brazilian_portuguese-utf-8.inc.php | 20 ++--- lang/bulgarian-utf-8.inc.php | 20 ++--- lang/catalan-utf-8.inc.php | 20 ++--- lang/chinese_simplified-utf-8.inc.php | 20 ++--- lang/chinese_traditional-utf-8.inc.php | 20 ++--- lang/croatian-utf-8.inc.php | 20 ++--- lang/danish-utf-8.inc.php | 20 ++--- lang/dutch-utf-8.inc.php | 20 ++--- lang/english-utf-8.inc.php | 110 ++++++++++++------------ lang/estonian-utf-8.inc.php | 20 ++--- lang/finnish-utf-8.inc.php | 20 ++--- lang/french-utf-8.inc.php | 20 ++--- lang/galician-utf-8.inc.php | 20 ++--- lang/georgian-utf-8.inc.php | 20 ++--- lang/german-utf-8.inc.php | 20 ++--- lang/greek-utf-8.inc.php | 20 ++--- lang/hebrew-utf-8.inc.php | 20 ++--- lang/hindi-utf-8.inc.php | 20 ++--- lang/hungarian-utf-8.inc.php | 20 ++--- lang/indonesian-utf-8.inc.php | 20 ++--- lang/italian-utf-8.inc.php | 20 ++--- lang/japanese-utf-8.inc.php | 20 ++--- lang/korean-utf-8.inc.php | 20 ++--- lang/latvian-utf-8.inc.php | 20 ++--- lang/lithuanian-utf-8.inc.php | 20 ++--- lang/macedonian_cyrillic-utf-8.inc.php | 20 ++--- lang/malay-utf-8.inc.php | 20 ++--- lang/mongolian-utf-8.inc.php | 20 ++--- lang/norwegian-utf-8.inc.php | 20 ++--- lang/persian-utf-8.inc.php | 20 ++--- lang/polish-utf-8.inc.php | 20 ++--- lang/portuguese-utf-8.inc.php | 20 ++--- lang/romanian-utf-8.inc.php | 20 ++--- lang/russian-utf-8.inc.php | 20 ++--- lang/serbian_cyrillic-utf-8.inc.php | 20 ++--- lang/serbian_latin-utf-8.inc.php | 20 ++--- lang/sinhala-utf-8.inc.php | 20 ++--- lang/slovak-utf-8.inc.php | 20 ++--- lang/slovenian-utf-8.inc.php | 20 ++--- lang/spanish-utf-8.inc.php | 20 ++--- lang/swedish-utf-8.inc.php | 20 ++--- lang/tatarish-utf-8.inc.php | 20 ++--- lang/thai-utf-8.inc.php | 20 ++--- lang/turkish-utf-8.inc.php | 20 ++--- lang/ukrainian-utf-8.inc.php | 20 ++--- 55 files changed, 587 insertions(+), 585 deletions(-) diff --git a/ChangeLog b/ChangeLog index 551eb4c6b..38fcc0a61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + rfe #823652 [structure] ENUM values: field size too small - [lang] Persian update, thanks to Goolex - goolex - [lang] Czech update, thanks to Ondřej Vadinský. +- patch #2255890 [lang] English-language cleanup, + thanks to Isaac Bennetch - ibennetch 3.0.2.0 (not yet released) - [lang] Italian update, thanks to Luca and fantu diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 866b9ff42..75b791164 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1155,24 +1155,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1248,7 +1243,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1337,9 +1331,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1349,7 +1341,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1454,7 +1445,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1469,4 +1459,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 5a312499d..ad11fdfc9 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1154,24 +1154,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1247,7 +1242,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1336,9 +1330,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1348,7 +1340,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1453,7 +1444,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1468,4 +1458,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index cb9431714..1ec03d9b8 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1156,24 +1156,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1249,7 +1244,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1338,9 +1332,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1350,7 +1342,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1455,7 +1446,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1470,4 +1460,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index fa8902035..dac87c0e4 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1151,24 +1151,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1244,7 +1239,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1333,9 +1327,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1345,7 +1337,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1450,7 +1441,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1465,4 +1455,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index e733a2f95..f7656b452 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1130,24 +1130,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1223,7 +1218,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1312,9 +1306,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1324,7 +1316,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1429,7 +1420,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1444,4 +1434,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 575d9f43e..3858713d3 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1148,24 +1148,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1241,7 +1236,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1330,9 +1324,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1342,7 +1334,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1447,7 +1438,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1462,4 +1452,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 10cff293c..5007dec91 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1130,24 +1130,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1223,7 +1218,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1312,9 +1306,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1324,7 +1316,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1429,7 +1420,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1444,4 +1434,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 2f70a1b92..5ef26d83d 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1138,24 +1138,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1231,7 +1226,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1320,9 +1314,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1332,7 +1324,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1437,7 +1428,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1452,4 +1442,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 7883586b5..426b7e9ca 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1154,24 +1154,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1247,7 +1242,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1336,9 +1330,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1348,7 +1340,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1453,7 +1444,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1468,4 +1458,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index a980a000d..e199798b1 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1128,24 +1128,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1221,7 +1216,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1310,9 +1304,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1322,7 +1314,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1427,7 +1418,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1442,4 +1432,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 1f1e029c9..5bb5de760 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1151,24 +1151,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1244,7 +1239,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1333,9 +1327,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1345,7 +1337,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1450,7 +1441,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1465,4 +1455,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index e3a9dccd4..d92d56bfe 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1127,24 +1127,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1220,7 +1215,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1309,9 +1303,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1321,7 +1313,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1426,7 +1417,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1441,4 +1431,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 2845e9b1f..8d5b282d4 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1156,24 +1156,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1249,7 +1244,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1338,9 +1332,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1350,7 +1342,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1455,7 +1446,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1470,4 +1460,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 3cd9c17ae..a3f95b952 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1135,24 +1135,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1228,7 +1223,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1317,9 +1311,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1329,7 +1321,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1434,7 +1425,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1449,4 +1439,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 364f15ade..27dea3288 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1132,24 +1132,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1225,7 +1220,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1314,9 +1308,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1326,7 +1318,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1431,7 +1422,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1446,4 +1436,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index e1b6310fa..a359cec23 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1130,24 +1130,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1223,7 +1218,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1312,9 +1306,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1324,7 +1316,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1429,7 +1420,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1444,4 +1434,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 3b1eabfc4..e9add4d7b 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1152,24 +1152,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1245,7 +1240,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1334,9 +1328,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1346,7 +1338,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1451,7 +1442,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1466,4 +1456,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 8ec9f8ca0..2577020e6 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -23,7 +23,7 @@ $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; $strAbortedClients = 'Aborted'; $strAccessDenied = 'Access denied'; -$strAccessDeniedCreateConfig = 'You probably did not create a configuration file. You might want to use %1$ssetup script%2$s to create one.'; +$strAccessDeniedCreateConfig = 'You probably did not create a configuration file. You might want to use the %1$ssetup script%2$s to create one.'; $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; $strAction = 'Action'; $strActions = 'Actions'; @@ -49,7 +49,7 @@ $strAfterInsertNewInsert = 'Insert another new row'; $strAfterInsertNext = 'Edit next row'; $strAfterInsertSame = 'Go back to this page'; $strAll = 'All'; -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; +$strAllowInterrupt = 'Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. This might be good way to import large files, however it can break transactions.'; $strAllTableSameWidth = 'Display all tables with the same width'; $strAlterOrderBy = 'Alter table order by'; $strAnalyze = 'Analyze'; @@ -127,11 +127,31 @@ $strCannotLogin = 'Cannot log in to the MySQL server'; $strCantLoad = 'Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your PHP configuration.'; $strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.'; $strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!'; -$strCantUseRecodeIconv = 'Couldn\'t use either the iconv, libiconv or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.'; +$strCantUseRecodeIconv = 'Couldn\'t use the iconv, libiconv, or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.'; $strCardinality = 'Cardinality'; $strCaseInsensitive = 'case-insensitive'; $strCaseSensitive = 'case-sensitive'; $strCentralEuropean = 'Central European'; +$strChange = 'Change'; +$strChangeCopyModeCopy = '... keep the old one.'; +$strChangeCopyMode = 'Create a new user with the same privileges and ...'; +$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; +$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; +$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; +$strChangeCopyUser = 'Change Login Information / Copy User'; +$strChangeDisplay = 'Choose field to display'; +$strChangePassword = 'Change password'; +$strCharset = 'Charset'; +$strCharsetOfFile = 'Character set of the file:'; +$strCharsetsAndCollations = 'Character Sets and Collations'; +$strCharsets = 'Charsets'; +$strCheckAll = 'Check All'; +$strCheck = 'Check'; +$strCheckOverhead = 'Check tables having overhead'; +$strCheckPrivs = 'Check Privileges'; +$strCheckPrivsLong = 'Check privileges for database "%s".'; +$strCheckTable = 'Check table'; +$strChoosePage = 'Please choose a page to edit'; $strColComFeat = 'Displaying Column Comments'; $strCollation = 'Collation'; $strColumnNames = 'Column names'; @@ -180,26 +200,6 @@ $strCustomColor = 'Custom color'; $strCyrillic = 'Cyrillic'; $strCzech = 'Czech'; $strCzechSlovak = 'Czech-Slovak'; -$strChangeCopyModeCopy = '... keep the old one.'; -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; -$strChangeCopyUser = 'Change Login Information / Copy User'; -$strChangeDisplay = 'Choose field to display'; -$strChange = 'Change'; -$strChangePassword = 'Change password'; -$strCharset = 'Charset'; -$strCharsetOfFile = 'Character set of the file:'; -$strCharsetsAndCollations = 'Character Sets and Collations'; -$strCharsets = 'Charsets'; -$strCheckAll = 'Check All'; -$strCheck = 'Check'; -$strCheckOverhead = 'Check tables having overhead'; -$strCheckPrivs = 'Check Privileges'; -$strCheckPrivsLong = 'Check privileges for database "%s".'; -$strCheckTable = 'Check table'; -$strChoosePage = 'Please choose a page to edit'; $strDanish = 'Danish'; $strDatabase = 'Database'; @@ -393,7 +393,7 @@ $strInnoDBDataHomeDir = 'Data home directory'; $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; $strInnoDBPages = 'pages'; $strInnodbStat = 'InnoDB Status'; -$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; +$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user \'.root\'.'; $strInsertAsNewRow = 'Insert as new row'; $strInsertedRowId = 'Inserted row id: %1$d'; $strInsert = 'Insert'; @@ -433,6 +433,7 @@ $strKorean = 'Korean'; $strLandscape = 'Landscape'; $strLanguage = 'Language'; $strLanguageUnknown = 'Unknown language: %1$s.'; +$strLatchedPages = 'Latched pages'; $strLatexCaption = 'Table caption'; $strLatexContent = 'Content of table __TABLE__'; $strLatexContinuedCaption = 'Continued table caption'; @@ -441,7 +442,6 @@ $strLatexIncludeCaption = 'Include table caption'; $strLatexLabel = 'Label key'; $strLaTeX = 'LaTeX'; $strLatexStructure = 'Structure of table __TABLE__'; -$strLatchedPages = 'Latched pages'; $strLatvian = 'Latvian'; $strLDI = 'CSV using LOAD DATA'; $strLDILocal = 'Use LOCAL keyword'; @@ -498,9 +498,9 @@ $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table ind $strMyISAMRepairThreads = 'Repair threads'; $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; $strMyISAMSortBufferSize = 'Sort buffer size'; +$strMySQLCharset = 'MySQL charset'; $strMysqlClientVersion = 'MySQL client version'; $strMySQLConnectionCollation = 'MySQL connection collation'; -$strMySQLCharset = 'MySQL charset'; $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; $strMySQLSaid = 'MySQL said: '; $strMySQLShowProcess = 'Show processes'; @@ -567,19 +567,19 @@ $strPartitionDefinition = 'PARTITION definition'; $strPartitioned = 'partitioned'; $strPartitionMaintenance = 'Partition maintenance'; $strPartition = 'Partition %s'; +$strPasswordChanged = 'The password for %s was changed successfully.'; $strPasswordEmpty = 'The password is empty!'; $strPasswordHashing = 'Password Hashing'; -$strPasswordChanged = 'The password for %s was changed successfully.'; $strPasswordNotSame = 'The passwords aren\'t the same!'; $strPassword = 'Password'; +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; $strPBXTDataFileGrowSize = 'Data file grow size'; $strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; $strPBXTDataLogThreshold = 'Data log threshold'; $strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; $strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; $strPBXTGarbageThreshold = 'Garbage threshold'; -$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; -$strPBXTCheckpointFrequency = 'Checkpoint frequency'; $strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; $strPBXTIndexCacheSize = 'Index cache size'; $strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; @@ -638,8 +638,8 @@ $strPrivDescDelete = 'Allows deleting data.'; $strPrivDescDropDb = 'Allows dropping databases and tables.'; $strPrivDescDropTbl = 'Allows dropping tables.'; $strPrivDescEvent = 'Allows to set up events for the event scheduler'; -$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.'; $strPrivDescExecute5 = 'Allows executing stored routines.'; +$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.'; $strPrivDescFile = 'Allows importing data from and exporting data into files.'; $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; $strPrivDescIndex = 'Allows creating and dropping indexes.'; @@ -786,10 +786,10 @@ $strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; $strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; $strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; $strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; $strSetupblowfish_secret_name = 'Blowfish secret'; $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; $strSetupBrowseMarkerEnable_name = 'Row marker'; @@ -800,6 +800,13 @@ $strSetupBZipDump_name = 'Bzip2'; $strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; $strSetupCannotLoadConfig = 'Cannot load or save configuration'; $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; +$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; +$strSetupCharEditing_name = 'CHAR fields editing'; +$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; +$strSetupCharTextareaCols_name = 'CHAR textarea columns'; +$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; +$strSetupCharTextareaRows_name = 'CHAR textarea rows'; +$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; $strSetupClear = 'Clear'; $strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; $strSetupCompressOnFly_name = 'Compress on the fly'; @@ -841,12 +848,12 @@ $strSetuperror_nan_p = 'Not a positive number'; $strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; $strSetupExecTimeLimit_name = 'Maximum execution time'; $strSetupExport_asfile_name = 'Save as file'; +$strSetupExport_charset_name = 'Character set of the file'; $strSetupExport_compression_name = 'Compression'; $strSetupExport_file_template_database_name = 'Database name template'; $strSetupExport_file_template_server_name = 'Server name template'; $strSetupExport_file_template_table_name = 'Table name template'; $strSetupExport_format_name = 'Format'; -$strSetupExport_charset_name = 'Character set of the file'; $strSetupExport_onserver_name = 'Save on server'; $strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; $strSetupExport_remember_file_template_name = 'Remember file name template'; @@ -909,25 +916,18 @@ $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] c $strSetupGZipDump_name = 'GZip'; $strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; $strSetupHomepageLink = 'phpMyAdmin homepage'; -$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; -$strSetupCharEditing_name = 'CHAR fields editing'; -$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; -$strSetupCharTextareaCols_name = 'CHAR textarea columns'; -$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; -$strSetupCharTextareaRows_name = 'CHAR textarea rows'; -$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; $strSetupIconvExtraParams_name = 'Extra parameters for iconv'; $strSetupIgnoreErrors = 'Ignore errors'; -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; $strSetupImport_format_name = 'Format of imported file'; $strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; $strSetupImport_skip_queries_name = 'Partial import: skip queries'; $strSetupInsecureConnection = 'Insecure connection'; -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; $strSetupInsertRows_desc = 'How many rows can be inserted at one time'; $strSetupInsertRows_name = 'Number of inserted rows'; @@ -954,19 +954,19 @@ $strSetupLetUserChoose = 'let the user choose'; $strSetupLightTabs_desc = 'Use less graphically intense tabs'; $strSetupLightTabs_name = 'Light tabs'; $strSetupLoad = 'Load'; -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; $strSetupLoginCookieRecall_name = 'Recall user name'; -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; $strSetupLoginCookieStore_name = 'Login cookie store'; $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; $strSetupLoginCookieValidity_name = 'Login cookie validity'; -$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; -$strSetupMaxDbList_name = 'Maximum databases'; $strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; $strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; +$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; +$strSetupMaxDbList_name = 'Maximum databases'; $strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; $strSetupMaxRows_name = 'Maximum number of rows to display'; $strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; @@ -1001,7 +1001,7 @@ $strSetupRestoreDefaultValue = 'Restore default value'; $strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; $strSetupSaveDir_name = 'Save directory'; -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; $strSetupServersAdd = 'Add a new server'; @@ -1034,7 +1034,7 @@ $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/ $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; $strSetupServersEdit = 'Edit server'; -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; $strSetupServers_extension_name = 'PHP extension to use'; $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; $strSetupServers_hide_db_name = 'Hide databases'; @@ -1073,20 +1073,20 @@ $strSetupServers_table_info_desc = 'Table to describe the display fields, leave $strSetupServers_table_info_name = 'Display fields table'; $strSetupServers_user_desc = 'Leave empty if not using config auth'; $strSetupServers_user_name = 'User for config auth'; -$strSetupServers_verbose_desc = 'Hostname where MySQL server is running'; $strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; $strSetupServers_verbose_check_name = 'Verbose check'; +$strSetupServers_verbose_desc = 'Hostname where MySQL server is running'; $strSetupServers_verbose_name = 'Verbose name of this server'; $strSetupSetValue = 'Set value: %s'; $strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; $strSetupShowAll_name = 'Allow to display all the rows'; +$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; +$strSetupShowChgPassword_name = 'Show password change form'; $strSetupShowCreateDb_name = 'Show create database form'; $strSetupShowForm = 'Show form'; $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; $strSetupShowFunctionFields_name = 'Show function fields'; $strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; -$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; -$strSetupShowChgPassword_name = 'Show password change form'; $strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; $strSetupShowPhpInfo_name = 'Show phpinfo() link'; $strSetupShowServerInfo_name = 'Show detailed MySQL server information'; @@ -1120,7 +1120,7 @@ $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; $strSetupVersionCheckInvalid = 'Got invalid version string from server'; $strSetupVersionCheckLink = 'Check for latest version'; -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; $strSetupVersionCheckNone = 'No newer stable version is available'; $strSetupVersionCheckUnparsable = 'Unparsable version string'; @@ -1236,8 +1236,8 @@ $strShowStatusReset = 'Reset'; $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; +$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; @@ -1283,9 +1283,9 @@ $strSQPBugInvalidIdentifer = 'Invalid Identifer'; $strSQPBugUnclosedQuote = 'Unclosed quote'; $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; $strStandInStructureForView = 'Stand-in structure for view'; +$strStatCheckTime = 'Last check'; $strStatCreateTime = 'Creation'; $strStatement = 'Statements'; -$strStatCheckTime = 'Last check'; $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; $strStatUpdateTime = 'Last update'; $strStatus = 'Status'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 232d9ba38..dc8c26950 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1136,24 +1136,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1229,7 +1224,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1318,9 +1312,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1330,7 +1322,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1435,7 +1426,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1450,4 +1440,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 1c545f0fc..351819519 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1131,24 +1131,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1224,7 +1219,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1313,9 +1307,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1325,7 +1317,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1430,7 +1421,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1445,4 +1435,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index d8142721d..0f02d6e6c 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1127,24 +1127,19 @@ $strSetupVersionCheckLink = 'Vérifier la présence d\'une nouvelle version'; $strSetupCannotLoadConfig = 'Impossible de charger ou sauvegarder la configuration'; $strSetupCannotLoadConfigMsg = 'Veuillez créer le répertoire [em]config[/em] accessible en écriture tel que décrit sur [a@../Documentation.html#setup_script]documentation[/a]. Sinon vous ne pourrez que télécharger ou afficher la configuration.'; $strSetupInsecureConnection = 'Connexion non sécurisée'; -$strSetupInsecureConnectionMsg1 = 'Votre connexion n\'est pas sécurisée, tout le traffic (par exemple un mot de passe) est transféré sans être encrypté!'; $strSetupInsecureConnectionMsg2 = 'Si votre serveur accepte les requêtes HTTPS, utilisez une [a@%s]connexion sécurisée[/a].'; $strSetupVersionCheck = 'Vérification de version'; $strSetupVersionCheckWrapperError = 'Ni CURL ni "URL wrapper" ne sont disponibles; impossible de chercher une nouvelle version.'; $strSetupVersionCheckDataError = 'Échec lors de la vérification de version.'; $strSetupVersionCheckInvalid = 'Un numéro de version invalide a été reçu du serveur.'; $strSetupVersionCheckUnparsable = 'Analyse impossible du numéro de version.'; -$strSetupVersionCheckNewAvailable = 'Une nouvelle version de phpMyAdmin est disponible : %s, publiée le %s.'; $strSetupVersionCheckNewAvailableSvn = 'Vous utilisez phpMyAdmin sous subversion, faites [kbd]svn update[/kbd] :-)[br]La dernière version stable est %s, publiée le %s.'; $strSetupVersionCheckNone = 'Aucune version stable plus récente n\'est disponible'; $strSetupServerSecurityInfoMsg = 'Si vous l\'estimez nécessaire, utilisez des réglages de protection - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]authentification du serveur[/a] et [a@?page=form&formset=features#tab_Security]serveurs de confiance[/a].'; $strSetupServerSslMsg = 'Vous devriez utiliser des connexions SSL si votre serveur le permet.'; $strSetupServerExtensionMsg = 'Il est recommandé d\'utiliser mysqli'; -$strSetupServerAuthConfigMsg = 'Vous demandez l\'authentification [kbd]config[/kbd] et avez inclus un code d\'utilisateur et mot de passe pour une connexion automatique. phpMyAdmin serait accessible à toute personne qui en connaît l\'URL. Il est recommandé d\'utiliser les modes [a@?page=servers&mode=edit&id=%1$d#tab_Server]d\'authentification[/a] [kbd]cookie[/kbd] ou [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1220,7 +1215,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1309,9 +1303,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1321,7 +1313,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1426,7 +1417,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1441,4 +1431,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index fda264b65..3e861377a 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1129,24 +1129,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1222,7 +1217,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1311,9 +1305,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1323,7 +1315,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1428,7 +1419,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1443,4 +1433,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 5b00e889c..057a50a06 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1156,24 +1156,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1249,7 +1244,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1338,9 +1332,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1350,7 +1342,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1455,7 +1446,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1470,4 +1460,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 9090e24a0..1165bd1b4 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1136,24 +1136,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1229,7 +1224,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1318,9 +1312,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1330,7 +1322,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1435,7 +1426,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1450,4 +1440,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 93735824c..911415299 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1153,24 +1153,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1246,7 +1241,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1335,9 +1329,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1347,7 +1339,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1452,7 +1443,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1467,4 +1457,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index f29ffc8b6..cc4f8a2fd 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1148,24 +1148,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1241,7 +1236,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1330,9 +1324,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1342,7 +1334,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1447,7 +1438,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1462,4 +1452,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 05ae433c4..15508c527 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1156,24 +1156,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1249,7 +1244,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1338,9 +1332,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1350,7 +1342,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1455,7 +1446,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1470,4 +1460,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 526561711..4aac30183 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1133,24 +1133,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1226,7 +1221,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1315,9 +1309,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1327,7 +1319,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1432,7 +1423,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1447,4 +1437,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 490b76b88..c9f747afc 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1146,24 +1146,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1239,7 +1234,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1328,9 +1322,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1340,7 +1332,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1445,7 +1436,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1460,4 +1450,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 370e20434..b80b2f54e 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1134,24 +1134,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1227,7 +1222,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1316,9 +1310,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1328,7 +1320,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1433,7 +1424,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1448,4 +1438,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 66fe4572f..ee0a9e396 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1136,24 +1136,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1229,7 +1224,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1318,9 +1312,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1330,7 +1322,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1435,7 +1426,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1450,4 +1440,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index de80ce0c8..90bc281ae 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1151,24 +1151,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1244,7 +1239,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1333,9 +1327,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1345,7 +1337,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1450,7 +1441,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1465,4 +1455,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 14198d571..12e1b76d9 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1153,24 +1153,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1246,7 +1241,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1335,9 +1329,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1347,7 +1339,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1452,7 +1443,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1467,4 +1457,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 06aab7ab4..145123327 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1146,24 +1146,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1239,7 +1234,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1328,9 +1322,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1340,7 +1332,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1445,7 +1436,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1460,4 +1450,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 4b94eb2e7..079339acf 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1131,24 +1131,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1224,7 +1219,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1313,9 +1307,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1325,7 +1317,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1430,7 +1421,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1445,4 +1435,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index ce4ce8141..07c20f789 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1168,24 +1168,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1261,7 +1256,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1350,9 +1344,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1362,7 +1354,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1467,7 +1458,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1482,4 +1472,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 2d6268eac..9e8bad49e 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1151,24 +1151,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1244,7 +1239,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1333,9 +1327,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1345,7 +1337,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1450,7 +1441,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1465,4 +1455,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index e6a458900..cbac6be2b 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1128,24 +1128,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1221,7 +1216,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1310,9 +1304,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1322,7 +1314,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1427,7 +1418,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1442,4 +1432,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index a3375c833..528effc4d 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1182,24 +1182,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1275,7 +1270,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1364,9 +1358,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1376,7 +1368,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1481,7 +1472,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1496,4 +1486,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index f9e82d2f2..2f0f8938f 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1124,24 +1124,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1217,7 +1212,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1306,9 +1300,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1318,7 +1310,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1423,7 +1414,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1438,4 +1428,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 073c5ea4d..ee74f0bc6 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1157,24 +1157,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1250,7 +1245,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1339,9 +1333,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1351,7 +1343,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1456,7 +1447,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1471,4 +1461,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index a99462213..4f873a863 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1132,24 +1132,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1225,7 +1220,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1314,9 +1308,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1326,7 +1318,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1431,7 +1422,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1446,4 +1436,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 73ee49f57..f30499825 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1141,24 +1141,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1234,7 +1229,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1323,9 +1317,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1335,7 +1327,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1440,7 +1431,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1455,4 +1445,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 0ac2ac746..e6e338409 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1130,24 +1130,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1223,7 +1218,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1312,9 +1306,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1324,7 +1316,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1429,7 +1420,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1444,4 +1434,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 254cdb7a8..2b09263e6 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1130,24 +1130,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1223,7 +1218,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1312,9 +1306,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1324,7 +1316,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1429,7 +1420,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1444,4 +1434,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index ca8dd36d2..c5cebc621 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1133,24 +1133,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1226,7 +1221,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1315,9 +1309,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1327,7 +1319,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1432,7 +1423,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1447,4 +1437,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 52bf33df8..78ba8ed5d 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1131,24 +1131,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1224,7 +1219,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1313,9 +1307,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1325,7 +1317,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1430,7 +1421,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1445,4 +1435,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index cda0a49f7..97e3c2d50 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1150,24 +1150,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1243,7 +1238,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1332,9 +1326,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1344,7 +1336,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1449,7 +1440,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1464,4 +1454,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 40fbd1ed2..21763b5d4 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1126,24 +1126,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1219,7 +1214,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1308,9 +1302,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1320,7 +1312,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1425,7 +1416,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1440,4 +1430,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 9e6d5716a..69810212c 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1128,24 +1128,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1221,7 +1216,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1310,9 +1304,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1322,7 +1314,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1427,7 +1418,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1442,4 +1432,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index b788465f3..7ec6288f3 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1141,24 +1141,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1234,7 +1229,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1323,9 +1317,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1335,7 +1327,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1440,7 +1431,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1455,4 +1445,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index d1dfff647..e377e74e9 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1152,24 +1152,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1245,7 +1240,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1334,9 +1328,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1346,7 +1338,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1451,7 +1442,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1466,4 +1456,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 22970e273..c4edc8e38 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1136,24 +1136,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1229,7 +1224,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1318,9 +1312,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1330,7 +1322,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1435,7 +1426,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1450,4 +1440,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 608e33e8d..68fc31e46 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1150,24 +1150,19 @@ $strSetupVersionCheckLink = 'Check for latest version'; //to translate $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate $strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate $strSetupVersionCheck = 'Version check'; //to translate $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate $strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate @@ -1243,7 +1238,6 @@ $strSetupServers_ssl_desc = ''; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1332,9 +1326,7 @@ $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be r $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate $strSetupShowSQL_name = 'Show SQL queries'; //to translate $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate $strSetupConfirm_name = 'Confirm DROP queries'; //to translate @@ -1344,7 +1336,6 @@ $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requi $strSetupQueryHistoryMax_name = 'Query history length'; //to translate $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate $strSetupMaxDbList_name = 'Maximum databases'; //to translate @@ -1449,7 +1440,6 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1464,4 +1454,14 @@ $strSetupExport_remember_file_template_name = 'Remember file name template'; // $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate ?> From 5e34c480d522d87c0abeddccbb8c1a2b38257cc6 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 12 Nov 2008 18:17:52 +0000 Subject: [PATCH 06/60] French updates --- lang/french-utf-8.inc.php | 180 +++++++++++++++++++------------------- 1 file changed, 90 insertions(+), 90 deletions(-) diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 0f02d6e6c..e22fcb643 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1135,98 +1135,98 @@ $strSetupVersionCheckInvalid = 'Un numéro de version invalide a été reçu du $strSetupVersionCheckUnparsable = 'Analyse impossible du numéro de version.'; $strSetupVersionCheckNewAvailableSvn = 'Vous utilisez phpMyAdmin sous subversion, faites [kbd]svn update[/kbd] :-)[br]La dernière version stable est %s, publiée le %s.'; $strSetupVersionCheckNone = 'Aucune version stable plus récente n\'est disponible'; -$strSetupServerSecurityInfoMsg = 'Si vous l\'estimez nécessaire, utilisez des réglages de protection - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]authentification du serveur[/a] et [a@?page=form&formset=features#tab_Security]serveurs de confiance[/a].'; +$strSetupServerSecurityInfoMsg = 'Si vous l\'estimez nécessaire, utilisez des réglages de protection - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]authentification du serveur[/a] et [a@?page=form&formset=features#tab_Security]serveurs mandataires de confiance[/a].'; $strSetupServerSslMsg = 'Vous devriez utiliser des connexions SSL si votre serveur le permet.'; $strSetupServerExtensionMsg = 'Il est recommandé d\'utiliser mysqli'; -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate -$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate -$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate -$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetuperror_form = 'Submitted form contains errors'; //to translate -$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate -$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate -$strSetuperror_incorrect_value = 'Incorrect value'; //to translate -$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate -$strSetuperror_nan_p = 'Not a positive number'; //to translate -$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate -$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate -$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate -$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate -$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate -$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate -$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate -$strSetupForm_Server = 'Basic settings'; //to translate -$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate -$strSetupForm_Server_login_options = 'Signon login options'; //to translate -$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate -$strSetupForm_Server_config = 'Server configuration'; //to translate -$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate -$strSetupForm_Server_pmadb = 'PMA database'; //to translate -$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate -$strSetupForm_Import_export = 'Import / export'; //to translate -$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate -$strSetupForm_Security = 'Security'; //to translate -$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate -$strSetupForm_Sql_queries = 'SQL queries'; //to translate -$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate -$strSetupForm_Other_core_settings = 'Other core settings'; //to translate -$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate -$strSetupForm_Left_frame = 'Navigation frame'; //to translate -$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate -$strSetupForm_Left_servers = 'Servers'; //to translate -$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate -$strSetupForm_Left_databases = 'Databases'; //to translate -$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate -$strSetupForm_Left_tables = 'Tables'; //to translate -$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate -$strSetupForm_Main_frame = 'Main frame'; //to translate -$strSetupForm_Startup = 'Startup'; //to translate -$strSetupForm_Startup_desc = 'Customize startup page'; //to translate -$strSetupForm_Browse = 'Browse mode'; //to translate -$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate -$strSetupForm_Edit = 'Edit mode'; //to translate -$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate -$strSetupForm_Tabs = 'Tabs'; //to translate -$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate -$strSetupForm_Sql_box = 'SQL Query box'; //to translate -$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate -$strSetupForm_Import_defaults = 'Import defaults'; //to translate -$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate -$strSetupForm_Export_defaults = 'Export defaults'; //to translate -$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate -$strSetupForm_Query_window = 'Query window'; //to translate -$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate -$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate -$strSetupServers_verbose_desc = 'Hostname where MySQL server is running'; //to translate -$strSetupServers_host_name = 'Server hostname'; //to translate -$strSetupServers_host_desc = ''; //to translate -$strSetupServers_port_name = 'Server port'; //to translate -$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_socket_name = 'Server socket'; //to translate -$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_ssl_name = 'Use SSL'; //to translate -$strSetupServers_ssl_desc = ''; //to translate -$strSetupServers_connect_type_name = 'Connection type'; //to translate -$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate -$strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_compress_name = 'Compress connection'; //to translate -$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate -$strSetupServers_auth_type_name = 'Authentication type'; //to translate -$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate -$strSetupServers_user_name = 'User for config auth'; //to translate -$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_password_name = 'Password for config auth'; //to translate -$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_nopassword_name = 'Connect without password'; //to translate -$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate -$strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServerNoPasswordRootMsg = 'Vous permettez la connextion au serveur en tant que root sans mot de passe.'; +$strSetupBlowfishSecretLengthMsg = 'La clé doit avoir un minimum de 8 caractères.'; +$strSetupForceSSLMsg = 'Cette [a@?page=form&formset=features#tab_Security]option[/a] doit être activée si votre serveur la supporte.'; +$strSetupAllowArbitraryServerMsg = 'Cette [a@?page=form&formset=features#tab_Security]option[/a] ne devrait pas être activée car elle permet à un attaquant de tenter de forcer l\'entrée sur tout serveur MySQL. Si vous en avez réellement besoin, utilisez [a@?page=form&formset=features#tab_Security]la liste des serveurs mandataires de confiance[/a].'; +$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] devrait contenir une valeur d\'au plus 1800 secondes (30 minutes). Une valeur plus grande pose un risque.'; +$strSetupDirectoryNotice = 'Assurez-vous que ce répertoire n\'est pas accessible par les autres utilisateurs.'; +$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]La compression et décompression GZip[/a] requièrent des fonctions (%s) non disponibles sur ce serveur.'; +$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]La compression et décompression Bzip2[/a] requièrent des fonctions (%s) non disponibles sur ce serveur.'; +$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]La décompression Zip[/a] requiert des fonctions (%s) non disponibles sur ce serveur.'; +$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]La compression Zip[/a] requiert des fonctions (%s) non disponibles sur ce serveur.'; +$strSetuperror_form = 'Le formulaire soumis contient des erreurs.'; +$strSetuperror_missing_field_data = 'Données manquantes pour %s'; +$strSetuperror_incorrect_port = 'Numéro de port invalide'; +$strSetuperror_incorrect_value = 'Valeur incorrecte'; +$strSetuperror_incorrect_ip_address = 'Adresse IP incorrecte : %s'; +$strSetuperror_nan_p = 'Nombre non positif'; +$strSetuperror_nan_nneg = 'Nombre non négatif'; +$strSetuperror_empty_pmadb_user = 'Le "controluser" est vide.'; +$strSetuperror_empty_pmadb_password = 'Le "controlpass" est vide.'; +$strSetuperror_empty_user_for_config_auth = 'Le code d\'utilisateur est vide alors que vous utilisez la méthode "config".'; +$strSetuperror_empty_signon_session = 'Le nom de session "signon" est vide.'; +$strSetuperror_empty_signon_url = 'L\'URL de "signon" est vide.'; +$strSetuperror_connection = 'Connexion au serveur MySQL impossible.'; +$strSetupForm_Server = 'Configuration de base'; +$strSetupForm_Server_desc = 'Entrez les paramètres de connexion au serveur'; +$strSetupForm_Server_login_options = 'Option de connexion "signon"'; +$strSetupForm_Server_login_options_desc = 'Entrez les options pour l\'authentification "signon"'; +$strSetupForm_Server_config = 'Configuration du serveur'; +$strSetupForm_Server_config_desc = 'Configuration avancée, assurez-vous de connaître la signification de ces options avant de les modifier'; +$strSetupForm_Server_pmadb = 'Base de données phpMyAdmin "pmadb"'; +$strSetupForm_Server_pmadb_desc = 'Configurez la base phpMyAdmin pour activer des fonctionnalités additionnelles, voir [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a]'; +$strSetupForm_Import_export = 'Importation / exportation'; +$strSetupForm_Import_export_desc = 'Configurez les répertoires d\'importation et d\'exportation ainsi que les options de compression'; +$strSetupForm_Security = 'Sécurité'; +$strSetupForm_Security_desc = 'Veuillez noter que phpMyAdmin n\'est qu\'une interface et que ses réglages ne limitent en rien MySQL'; +$strSetupForm_Sql_queries = 'Requêtes SQL'; +$strSetupForm_Sql_queries_desc = 'Réglages pour requêtes SQL, voir [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a]'; +$strSetupForm_Other_core_settings = 'Autres réglages de base'; +$strSetupForm_Other_core_settings_desc = 'Réglages divers'; +$strSetupForm_Left_frame = 'Panneau de navigation'; +$strSetupForm_Left_frame_desc = 'Personnaliser l\'apparence du panneau de navigation'; +$strSetupForm_Left_servers = 'Serveurs'; +$strSetupForm_Left_servers_desc = 'Options d\'affichage des serveurs'; +$strSetupForm_Left_databases = 'Bases de données'; +$strSetupForm_Left_databases_desc = 'Options d\'affichage des bases de données'; +$strSetupForm_Left_tables = 'Tables'; +$strSetupForm_Left_tables_desc = 'Options d\'affichage des tables'; +$strSetupForm_Main_frame = 'Panneau principal'; +$strSetupForm_Startup = 'Page de départ'; +$strSetupForm_Startup_desc = 'Personnaliser la page de départ'; +$strSetupForm_Browse = 'Mode affichage'; +$strSetupForm_Browse_desc = 'Personnaliser le mode affichage'; +$strSetupForm_Edit = 'Mode édition'; +$strSetupForm_Edit_desc = 'Personnaliser le mode édition'; +$strSetupForm_Tabs = 'Onglets'; +$strSetupForm_Tabs_desc = 'Personnaliser les onglets'; +$strSetupForm_Sql_box = 'Boîte de requêtes SQL'; +$strSetupForm_Sql_box_desc = 'Personnaliser les liens affichés dans les boîtes de requêtes SQL'; +$strSetupForm_Import_defaults = 'Valeurs par défaut pour importation'; +$strSetupForm_Import_defaults_desc = 'Personnaliser les valeurs utilisées habituellement'; +$strSetupForm_Export_defaults = 'Valeurs par défaut pour exportation'; +$strSetupForm_Export_defaults_desc = 'Personnaliser les valeurs utilisées habituellement'; +$strSetupForm_Query_window = 'Panneau de requêtes'; +$strSetupForm_Query_window_desc = 'Personnaliser le panneau de requêtes'; +$strSetupServers_verbose_name = 'Nom à afficher pour ce serveur'; +$strSetupServers_verbose_desc = 'Nom du serveur où MySQL tourne'; +$strSetupServers_host_name = 'Nom du serveur'; +$strSetupServers_host_desc = ''; +$strSetupServers_port_name = 'Port'; +$strSetupServers_port_desc = 'Port sur lequel MySQL est en écoute, laisser vide pour utiliser la valeur par défaut'; +$strSetupServers_socket_name = 'Interface de connexion "socket"'; +$strSetupServers_socket_desc = 'Interface de connexion du serveur MySQL, laisser vide pour utiliser la valeur par défaut'; +$strSetupServers_ssl_name = 'Utiliser SSL'; +$strSetupServers_ssl_desc = ''; +$strSetupServers_connect_type_name = 'Type de connexion'; +$strSetupServers_connect_type_desc = 'Comment se connecter au serveur, utilisez TCP si vous êtes dans le doute'; +$strSetupServers_extension_name = 'Extension PHP'; +$strSetupServers_compress_name = 'Utiliser le mode compression sur la connexion'; +$strSetupServers_compress_desc = '(connexion au serveur MySQL)'; +$strSetupServers_auth_type_name = 'Type d\'Authentification'; +$strSetupServers_auth_type_desc = ''; +$strSetupServers_user_name = 'Utilisateur pour méthode "config"'; +$strSetupServers_user_desc = 'Laisser vide si vous n\'utilisez pas la méthode d\'authentification "config"'; +$strSetupServers_password_name = 'Mot de passe pour méthode "config"'; +$strSetupServers_password_desc = 'Laisser vide si vous n\'utilisez pas la méthode d\'authentification "config"'; +$strSetupServers_nopassword_name = 'Connexion sans mot de passe'; +$strSetupServers_nopassword_desc = 'Essayer de se connecter sans mot de passe'; +$strSetupServers_SignonSession_name = 'Nom de session pour méthode "signon"'; +$strSetupServers_SignonSession_desc = 'Voir [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] pour un exemple'; $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate From 275251ccb6c16b1560a67e1a466eae9116ffba3a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 13 Nov 2008 13:04:42 +0000 Subject: [PATCH 07/60] swekey.conf should no longer be located relative to the PMA root dir --- lang/afrikaans-utf-8.inc.php | 2 +- lang/albanian-utf-8.inc.php | 2 +- lang/arabic-utf-8.inc.php | 2 +- lang/azerbaijani-utf-8.inc.php | 2 +- lang/bangla-utf-8.inc.php | 2 +- lang/basque-utf-8.inc.php | 2 +- lang/belarusian_cyrillic-utf-8.inc.php | 2 +- lang/belarusian_latin-utf-8.inc.php | 2 +- lang/bosnian-utf-8.inc.php | 2 +- lang/brazilian_portuguese-utf-8.inc.php | 2 +- lang/bulgarian-utf-8.inc.php | 2 +- lang/catalan-utf-8.inc.php | 2 +- lang/chinese_simplified-utf-8.inc.php | 2 +- lang/chinese_traditional-utf-8.inc.php | 2 +- lang/croatian-utf-8.inc.php | 2 +- lang/czech-utf-8.inc.php | 2 +- lang/danish-utf-8.inc.php | 2 +- lang/dutch-utf-8.inc.php | 2 +- lang/english-utf-8.inc.php | 2 +- lang/estonian-utf-8.inc.php | 2 +- lang/finnish-utf-8.inc.php | 2 +- lang/french-utf-8.inc.php | 2 +- lang/galician-utf-8.inc.php | 2 +- lang/georgian-utf-8.inc.php | 2 +- lang/german-utf-8.inc.php | 2 +- lang/greek-utf-8.inc.php | 2 +- lang/hebrew-utf-8.inc.php | 2 +- lang/hindi-utf-8.inc.php | 2 +- lang/hungarian-utf-8.inc.php | 2 +- lang/indonesian-utf-8.inc.php | 2 +- lang/italian-utf-8.inc.php | 2 +- lang/japanese-utf-8.inc.php | 2 +- lang/korean-utf-8.inc.php | 2 +- lang/latvian-utf-8.inc.php | 2 +- lang/lithuanian-utf-8.inc.php | 2 +- lang/macedonian_cyrillic-utf-8.inc.php | 2 +- lang/malay-utf-8.inc.php | 2 +- lang/mongolian-utf-8.inc.php | 2 +- lang/norwegian-utf-8.inc.php | 2 +- lang/persian-utf-8.inc.php | 2 +- lang/polish-utf-8.inc.php | 2 +- lang/portuguese-utf-8.inc.php | 2 +- lang/romanian-utf-8.inc.php | 2 +- lang/russian-utf-8.inc.php | 2 +- lang/serbian_cyrillic-utf-8.inc.php | 2 +- lang/serbian_latin-utf-8.inc.php | 2 +- lang/sinhala-utf-8.inc.php | 2 +- lang/slovak-utf-8.inc.php | 2 +- lang/slovenian-utf-8.inc.php | 2 +- lang/spanish-utf-8.inc.php | 2 +- lang/swedish-utf-8.inc.php | 2 +- lang/tatarish-utf-8.inc.php | 2 +- lang/thai-utf-8.inc.php | 2 +- lang/turkish-utf-8.inc.php | 2 +- lang/ukrainian-utf-8.inc.php | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 75b791164..f59089858 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1258,7 +1258,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1469,4 +1468,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index ad11fdfc9..285c99207 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1257,7 +1257,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1468,4 +1467,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 1ec03d9b8..9a1395496 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1259,7 +1259,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1470,4 +1469,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index dac87c0e4..1ddff6bf5 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1254,7 +1254,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1465,4 +1464,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index f7656b452..2f690a903 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1233,7 +1233,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1444,4 +1443,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 3858713d3..fa5bdc700 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1251,7 +1251,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1462,4 +1461,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 5007dec91..3a3e68be3 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1233,7 +1233,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1444,4 +1443,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 5ef26d83d..7f92f2983 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1241,7 +1241,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1452,4 +1451,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 426b7e9ca..92fe05f00 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1257,7 +1257,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1468,4 +1467,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index e199798b1..4805b8592 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1231,7 +1231,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1442,4 +1441,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 5bb5de760..e3f292cdd 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1254,7 +1254,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1465,4 +1464,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index d92d56bfe..50a8385a6 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1230,7 +1230,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1441,4 +1440,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 8d5b282d4..0985ca26e 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1259,7 +1259,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1470,4 +1469,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index a3f95b952..fcddf194a 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1238,7 +1238,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1449,4 +1448,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 27dea3288..f8df7729f 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1235,7 +1235,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1446,4 +1445,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 1cf7173d6..c463e157e 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1327,7 +1327,6 @@ $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to transl $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate $strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$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 $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate $strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1448,4 +1447,5 @@ $strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_e $strSetupZipDump_name = 'ZIP'; //to translate $strShowKeys = 'Only show keys'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index a359cec23..58327779f 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1233,7 +1233,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1444,4 +1443,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index e9add4d7b..3582a9823 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1255,7 +1255,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1466,4 +1465,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 2577020e6..025760092 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -1011,7 +1011,7 @@ $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; $strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; $strSetupServers_AllowRoot_name = 'Allow root login'; -$strSetupServers_auth_swekey_config_desc = 'Config file for [a@http://swekey.com]SweKey hardware authentication[/a], relative to phpMyAdmin root directory, eg. ./swekey.conf'; +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; $strSetupServers_auth_swekey_config_name = 'SweKey config file'; $strSetupServers_auth_type_desc = 'Authentication method to use'; $strSetupServers_auth_type_name = 'Authentication type'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index dc8c26950..8756e1673 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1239,7 +1239,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1450,4 +1449,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 351819519..9782ec51e 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1234,7 +1234,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1445,4 +1444,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index e22fcb643..eff041218 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1230,7 +1230,6 @@ $strSetupServers_SignonSession_desc = 'Voir [a@http://wiki.cihar.com/pma/auth_ty $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1441,4 +1440,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 3e861377a..4d7490fd7 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1232,7 +1232,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1443,4 +1442,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 057a50a06..35568e128 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1259,7 +1259,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1470,4 +1469,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 1165bd1b4..ba82c9097 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1239,7 +1239,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1450,4 +1449,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 911415299..6bc0e0226 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1256,7 +1256,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1467,4 +1466,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index cc4f8a2fd..9d6df1de9 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1251,7 +1251,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1462,4 +1461,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 15508c527..6fc7a6050 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1259,7 +1259,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1470,4 +1469,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 4aac30183..b5f1f0a74 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1236,7 +1236,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1447,4 +1446,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index c9f747afc..0a7f2ae4b 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1249,7 +1249,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1460,4 +1459,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index b80b2f54e..51994b6ff 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1237,7 +1237,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1448,4 +1447,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index ee0a9e396..7c1c5a00e 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1239,7 +1239,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1450,4 +1449,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 90bc281ae..1d1fdd550 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1254,7 +1254,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1465,4 +1464,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 12e1b76d9..aa2e69ac1 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1256,7 +1256,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1467,4 +1466,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 145123327..083d30804 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1249,7 +1249,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1460,4 +1459,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 079339acf..3bcd69754 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1234,7 +1234,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1445,4 +1444,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 07c20f789..dd81f3c22 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1271,7 +1271,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1482,4 +1481,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 9e8bad49e..b0ec8e46a 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1254,7 +1254,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1465,4 +1464,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index cbac6be2b..7923ec295 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1231,7 +1231,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1442,4 +1441,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 528effc4d..2a4e7708a 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1285,7 +1285,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1496,4 +1495,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 2f0f8938f..84e20c90f 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1227,7 +1227,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1438,4 +1437,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index ee74f0bc6..33b06a07f 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1260,7 +1260,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1471,4 +1470,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 4f873a863..b215f3f73 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1235,7 +1235,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1446,4 +1445,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index f30499825..f16715602 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1244,7 +1244,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1455,4 +1454,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index e6e338409..40f47b7b2 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1233,7 +1233,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1444,4 +1443,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 2b09263e6..f1a34c585 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1233,7 +1233,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1444,4 +1443,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index c5cebc621..0f91a45d4 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1236,7 +1236,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1447,4 +1446,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 78ba8ed5d..d40d38ac2 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1234,7 +1234,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1445,4 +1444,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 97e3c2d50..35da57ab5 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1253,7 +1253,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1464,4 +1463,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 21763b5d4..a8e9ac84b 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1229,7 +1229,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1440,4 +1439,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 69810212c..300423e23 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1231,7 +1231,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1442,4 +1441,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 7ec6288f3..23bc02d66 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1244,7 +1244,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1455,4 +1454,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index e377e74e9..fe31a0d09 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1255,7 +1255,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1466,4 +1465,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index c4edc8e38..1431ec457 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1239,7 +1239,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1450,4 +1449,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 68fc31e46..0e4e23888 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1253,7 +1253,6 @@ $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_typ $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$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 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate $strSetupServers_hide_db_name = 'Hide databases'; //to translate @@ -1464,4 +1463,5 @@ $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie sh $strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> From c31b781004566aaa4f548587c1e3e6c2e75c5b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 13 Nov 2008 13:25:03 +0000 Subject: [PATCH 08/60] Fix typo in translation. --- lang/czech-utf-8.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index c463e157e..edbcd266b 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -881,7 +881,7 @@ $strSetupForm_Query_window = 'Okno dotazů'; $strSetupForm_Security_desc = 'Prosíme, vemte v potaz, že phpMyAdmin je pouze uživatelské rozhraní a jeho funkce neomezují MySQL'; $strSetupForm_Security = 'Zabezpeční'; $strSetupForm_Server_config_desc = 'Pokročilé nastavení serveru, neměňte tyto volby, pokud nevíte, čeho se týkají.'; -$strSetupForm_Server_config = 'Nastavení servru'; +$strSetupForm_Server_config = 'Nastavení serevru'; $strSetupForm_Server_desc = 'Vložte parametry připojení k serveru'; $strSetupForm_Server_pmadb_desc = 'Nastavení databáze phpMyAdmina tak, aby získal přístup k dodatečným funkcím, viz [a@../Documentation.html#linked-tables]infrastruktura propojených tabulek[/a] v dokumentaci.'; $strSetupForm_Server_pmadb = 'PMA databáze'; From 1b27b31b882134234562bbde6a08601fa27af36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 13 Nov 2008 14:13:49 +0000 Subject: [PATCH 09/60] Really fix typo :-). --- lang/czech-utf-8.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index edbcd266b..8bd4c1593 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -881,7 +881,7 @@ $strSetupForm_Query_window = 'Okno dotazů'; $strSetupForm_Security_desc = 'Prosíme, vemte v potaz, že phpMyAdmin je pouze uživatelské rozhraní a jeho funkce neomezují MySQL'; $strSetupForm_Security = 'Zabezpeční'; $strSetupForm_Server_config_desc = 'Pokročilé nastavení serveru, neměňte tyto volby, pokud nevíte, čeho se týkají.'; -$strSetupForm_Server_config = 'Nastavení serevru'; +$strSetupForm_Server_config = 'Nastavení serveru'; $strSetupForm_Server_desc = 'Vložte parametry připojení k serveru'; $strSetupForm_Server_pmadb_desc = 'Nastavení databáze phpMyAdmina tak, aby získal přístup k dodatečným funkcím, viz [a@../Documentation.html#linked-tables]infrastruktura propojených tabulek[/a] v dokumentaci.'; $strSetupForm_Server_pmadb = 'PMA databáze'; From 35b6e59160e699d05a0f5e481c0e84387665687e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 13 Nov 2008 17:44:40 +0000 Subject: [PATCH 10/60] Norwegian update --- ChangeLog | 1 + lang/norwegian-utf-8.inc.php | 740 +++++++++++++++++------------------ translators.html | 4 +- 3 files changed, 373 insertions(+), 372 deletions(-) diff --git a/ChangeLog b/ChangeLog index 38fcc0a61..1c97a3c7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - [lang] Czech update, thanks to Ondřej Vadinský. - patch #2255890 [lang] English-language cleanup, thanks to Isaac Bennetch - ibennetch ++ [lang] Norwegian update, thanks to Sven-Erik Andersen 3.0.2.0 (not yet released) - [lang] Italian update, thanks to Luca and fantu diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 7923ec295..00f6728d9 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -16,7 +16,7 @@ $day_of_week = array('Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør'); $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'); // See http://www.php.net/manual/en/function.strftime.php to define the // variable below -$datefmt = '%d. %B, %Y klokka %H:%M %p'; +$datefmt = '%d. %B, %Y %H:%M %p'; $timespanfmt = '%s dager, %s timer, %s minutter og %s sekunder'; $strAbortedClients = 'Avbrutt'; @@ -83,6 +83,18 @@ $strBinLogName = 'Loggnavn'; $strBinLogOriginalPosition = 'Original posisjon'; $strBinLogPosition = 'Posisjon'; $strBinLogServerId = 'Tjener ID'; +$strBLOBRepository = 'BLOB lager'; +$strBLOBRepositoryDamaged = 'Skadet'; +$strBLOBRepositoryDisableAreYouSure = 'Er du sikker på at du ønsker å slå av alle BLOB referanser for databasen %s?'; +$strBLOBRepositoryDisabled = 'Avslått'; +$strBLOBRepositoryDisable = 'Avslå'; +$strBLOBRepositoryDisableStrongWarning = 'Du er i ferd med å SLÅ AV et BLOB lager!'; +$strBLOBRepositoryEnabled = 'Påslått'; +$strBLOBRepositoryEnable = 'Slå på'; +$strBLOBRepositoryRemove = 'Fjern BLOB lager referanse'; +$strBLOBRepositoryRepair = 'Reparer'; +$strBLOBRepositoryStatus = 'Status'; +$strBLOBRepositoryUpload = 'Last opp til BLOB lager'; $strBookmarkAllUsers = 'La alle brukere ha adgang til dette bokmerket'; $strBookmarkCreated = 'Bokmerke %s opprettet'; $strBookmarkDeleted = 'Bokmerket har blitt slettet.'; @@ -133,7 +145,7 @@ $strCharsets = 'Tegnsett'; $strCharsetsAndCollations = 'Tegnsett og sammenligninger'; $strCheck = 'Kontroller'; $strCheckAll = 'Merk alle'; -$strCheckOverhead = 'Kontroller overheng'; +$strCheckOverhead = 'Merk overheng'; $strCheckPrivs = 'Kontroller privilegier'; $strCheckPrivsLong = 'Kontroller privilegier for databasen "%s".'; $strCheckTable = 'Kontroller tabell'; @@ -239,6 +251,7 @@ $strDisplayPDF = 'Vis PDF-skjema'; $strDoAQuery = 'Utfør en "spørring ved eksempel" (jokertegn: "%")'; $strDocSQL = 'DocSQL'; $strDocu = 'Dokumentasjon'; +$strDownloadFile = 'Last ned fil'; $strDoYouReally = 'Vil du virkelig '; $strDrop = 'Slett'; $strDropDatabaseStrongWarning = 'Du er i ferd med å SLETTE en komplett database!'; @@ -443,6 +456,7 @@ $strLoginInformation = 'Innlogingsinformasjon'; $strLogout = 'Logg ut'; $strLogPassword = 'Passord:'; $strLogServer = 'Tjener'; +$strLogServerHelp = 'Du kan skrive vertsnavn/IP adresse og port separert med mellomrom.'; $strLogUsername = 'Brukernavn:'; $strLongOperation = 'Denne operasjonen kan ta lang tid. Ønsker du å fortsette?'; @@ -594,6 +608,7 @@ $strPhoneBook = 'telefonkatalog'; $strPhp = 'Lag PHP kode'; $strPHPExtension = 'PHP tillegg'; $strPHPVersion = 'PHP-Versjon'; +$strPlayAudio = 'Spill lyd'; $strPleaseSelectPrimaryOrUniqueKey = 'Velg primærnøkkelen eller en unik nøkkel'; $strPmaDocumentation = 'phpMyAdmin-Dokumentasjon'; $strPmaUriError = '$cfg[\'PmaAbsoluteUri\'] variabelen MÅ være innstilt i din konfigurasjonsfil!'; @@ -764,6 +779,356 @@ $strServerVersion = 'Tjenerversjon'; $strSessionStartupErrorGeneral = 'Kan ikke starte sessjonen uten feil, kontroller feilmeldinger i din PHP og/eller webtjenerloggfil og konfigurer din PHP innstallasjon korrekt.'; $strSessionValue = 'Økts verdi'; $strSetEnumVal = 'Hvis felttypen er "enum" eller "set", skriv inn verdien med dette formatet: \'a\',\'b\',\'c\'...
    Hvis du skulle trenge å ha en skråstrek ("\") eller en enkel apostrof ("\'") blant disse verdiene, skriv en skråstrek foran (eks. \'\\\\xyz\' eller \'a\\\'b\').'; +$strSetupServersAdd = 'Legg til en ny tjener'; +$strSetupServersEdit = 'Rediger tjener'; +$strSetupFormset_features = 'Egenskaper'; +$strSetupFormset_left_frame = 'Endre navigasjonsrammen'; +$strSetupFormset_main_frame = 'Endre hovedrammen'; +$strSetupFormset_import = 'Endre importstandarder'; +$strSetupFormset_export = 'Endre eksportstandarder'; +$strSetupFormset_customization = 'Tilpasning'; +$strSetupTrue = 'ja'; +$strSetupFalse = 'nei'; +$strSetupDisplay = 'Vis'; +$strSetupDownload = 'Last ned'; +$strSetupClear = 'Fjern'; +$strSetupLoad = 'Last'; +$strSetupRestoreDefaultValue = 'Gjennopprett standard verdi'; +$strSetupSetValue = 'Sett verdi: %s'; +$strSetupWarning = 'Advarsel'; +$strSetupIgnoreErrors = 'Ignorer feil'; +$strSetupRevertErroneousFields = 'Forsøk å reverser felter med feil til standard verdier'; +$strSetupShowForm = 'Vis skjema'; +$strSetupOverview = 'Oversikt'; +$strSetupShowHiddenMessages = 'Vis skjulte meldinger (#MSG_COUNT)'; +$strSetupNoServers = 'Der finnes ingen konfigurerte tjenere'; +$strSetupNewServer = 'Ny tjener'; +$strSetupDefaultLanguage = 'Standard språk'; +$strSetupDefaultServer = 'Standard tjener'; +$strSetupLetUserChoose = 'la brukeren bestemme'; +$strSetupOptionNone = '- ingen -'; +$strSetupEndOfLine = 'Linjeslutt'; +$strSetupConfigurationFile = 'Konfigurasjonsfil'; +$strSetupHomepageLink = 'phpMyAdmin hjemmeside'; +$strSetupDonateLink = 'Doner'; +$strSetupVersionCheckLink = 'Sjekk for siste versjon'; +$strSetupCannotLoadConfig = 'Kan ikke laste eller lagre konfigurasjonen'; +$strSetupCannotLoadConfigMsg = 'Opprett en mappe [em]config[/em] som er skrivbar for webtjener i phpMyAdmin øverste mappe som beskrevet i [a@../Documentation.html#setup_script]documentation[/a]. Hvis ikke så vil du kun være i stand til å laste ned eller fremvise den.'; +$strSetupInsecureConnection = 'Usikker tilkobling'; +$strSetupInsecureConnectionMsg1 = 'Du bruker ikke en sikker tilkobling, all data (inkludert sensitive, slik som passorder) blir overført ukryptert!'; +$strSetupInsecureConnectionMsg2 = 'Hvis din tjener også er konfigurert til å akseptere HTTPS forespørsler så følg [a@%s]denne linken[/a] for å bruke en sikker tilkobling.'; +$strSetupVersionCheck = 'Versjonskontroll'; +$strSetupVersionCheckWrapperError = 'Hverken URL wrapper eller CURL er tilgjengelig. Versjonskontroll er ikke mulig.'; +$strSetupVersionCheckDataError = 'Lesing av versjon feilet. Du er kanskje offline eller oppgraderingstjeneren svarer ikke.'; +$strSetupVersionCheckInvalid = 'Mottok ugyldig versjonsstreng fra tjeneren'; +$strSetupVersionCheckUnparsable = 'Uleselig versjonsstreng'; +$strSetupVersionCheckNewAvailable = 'Ny versjon av phpMyAdmin er tilgjengelig, du bør vurdere å oppgradere. Ny versjon er %s, utgitt den %s.'; +$strSetupVersionCheckNewAvailableSvn = 'Du bruker subversion versjon, kjør [kbd]svn update[/kbd] :-)[br]Den siste stabile versjon er %s, utgutt den %s.'; +$strSetupVersionCheckNone = 'Ingen ny stabil versjon er tilgjengelig'; +$strSetupServerSecurityInfoMsg = 'Hvis du føler at dette er nødvending, så bruk ekstra beskyttelsesinnstillinger - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]vertsautentisering[/a] innstillinger og [a@?page=form&formset=features#tab_Security]godkjente mellomlagerliste[/a]. Merk at IP-basert beskyttelse ikke er så god hvis din IP tilhører en Internettilbyder som har tusenvis av brukere, inkludert deg, tilknyttet.'; +$strSetupServerSslMsg = 'Du bør bruke SSL tilkobling dersom din webtjener har støtte for det'; +$strSetupServerExtensionMsg = 'Du bør bruke mysqli for bedre ytelse'; +$strSetupServerAuthConfigMsg = 'Du valgte [kbd]config[/kbd] autentisering og inkluderte brukernavn og passord for autmatisk innlogging, noe som ikke anbefales for aktive tjenere. Hvem som helst som kjenner phpMyAdmin URL kan direkte få adgang til ditt phpMyAdmin panel. Velg [a@?page=servers&mode=edit&id=%1$d#tab_Server]autentiseringstype[/a] [kbd]cookie[/kbd] eller [kbd]http[/kbd].'; +$strSetupServerNoPasswordRootMsg = 'Du tillater å koble til tjeneren som root uten et passord.'; +$strSetupBlowfishSecretMsg = 'Du hadde ikke satt blowfist hemmelig nøkkel eller slått på cookie autentisering så nøkkelen ble generert for deg. Den brukes til å krypterer cookies.'; +$strSetupBlowfishSecretLengthMsg = 'Nøkkelen er for kort, den bør ha minst 8 tegn'; +$strSetupBlowfishSecretCharsMsg = 'Nøkkelen bør inneholde tall, bokstaver [em]og[/em] spesielle tegn'; +$strSetupForceSSLMsg = 'Denne [a@?page=form&formset=features#tab_Security]innstillingen[/a] burde være påslått hvis din webtjener støtter dette'; +$strSetupAllowArbitraryServerMsg = 'Denne [a@?page=form&formset=features#tab_Security]innstillingen[/a] bør være avslått da den tillater angripere å tvinge til seg innlogging på hvilke som helst MySQL tjenere. Hvis du føler dette er nødvendig, bruk [a@?page=form&formset=features#tab_Security]godkjente mellomlagerliste[/a]. Merk at IP-basert beskyttelse ikke er så god hvis din IP tilhører en Internettilbyder som har tusenvis av brukere, inkludert deg, tilknyttet.'; +$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] bør ikke settes til mer enn 1800 sekunder (30 minutter). Verdier større enn 1800 kan utgjøre en sikkerhetsrisiko f.eks. ved at noen prøver å utgi seg for en bruker.'; +$strSetupDirectoryNotice = 'Denne verdien bør være dobbeltkontrollert for å sikre at denne katalogen verken er tilgjengelig for alle og heller ikke kan leses eller skrives til av andre brukere på tjeneren din.'; +$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip komprimering og dekomprimering[/a] trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet.'; +$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 komprimering og dekomprimering[/a] trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet.'; +$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip dekomprimering[/a]trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet.'; +$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip komprimering[/a] trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet.'; +$strSetuperror_form = 'Innsendt skjema inneholder feil'; +$strSetuperror_missing_field_data = 'Mangler data for %s'; +$strSetuperror_incorrect_port = 'Ikke et gyldig portnummer'; +$strSetuperror_incorrect_value = 'Ugyldig verdi'; +$strSetuperror_incorrect_ip_address = 'Ugyldig IP addresse: %s'; +$strSetuperror_nan_p = 'Ikke et positivt nummer'; +$strSetuperror_nan_nneg = 'Ikke et ikke-negativt nummer'; +$strSetuperror_empty_pmadb_user = 'Blankt phpMyAdmin kontrollbruker for bruk av pmadb'; +$strSetuperror_empty_pmadb_password = 'Blankt phpMyAdmin kontrollbrukerpassord for bruk av pmadb'; +$strSetuperror_empty_user_for_config_auth = 'Blankt brukernavn for bruk av config autentiseringsmetoden'; +$strSetuperror_empty_signon_session = 'Tom signon sessjonsnavn ved bruk av signon autentiseringsmetode'; +$strSetuperror_empty_signon_url = 'Tom signon URL ved bruk av signon autentiseringsmetode'; +$strSetuperror_connection = 'Kunne ikke koble til MySQL tjener'; +$strSetupForm_Server = 'Grunnleggende innstillinger'; +$strSetupForm_Server_desc = 'Legg til tjenertilkoblingsparametre'; +$strSetupForm_Server_login_options = 'Signon innloggingsinnstillinger'; +$strSetupForm_Server_login_options_desc = 'Skriv innloggingsinnstillinger for signon autentiseringsmetode'; +$strSetupForm_Server_config = 'Tjenerinnstillinger'; +$strSetupForm_Server_config_desc = 'Avanserte tjenerinnstillinger, ikke endre disse hvis du ikke vet hva de er for'; +$strSetupForm_Server_pmadb = 'PMA database'; +$strSetupForm_Server_pmadb_desc = 'Konfigurer phpMyAdmin databasen for å få tilgang til ekstra egenskaper, se [a@../Documentation.html#linked-tables]lenkede-tabeller infrastruktur[/a] i dokumentasjonen'; +$strSetupForm_Import_export = 'Import / eksport'; +$strSetupForm_Import_export_desc = 'Set import and eksport mapper og komprimeringsinnstillinger'; +$strSetupForm_Security = 'Sikkerhet'; +$strSetupForm_Security_desc = 'Merk at phpMyAdmin er bare et brukergrensesnitt og dens egenskaper begrenser ikke MySQL'; +$strSetupForm_Sql_queries = 'SQL spørringer'; +$strSetupForm_Sql_queries_desc = 'Innstillinger for SQL spørringer, for SQL spørringsboksinnstillinger se [a@?page=form&formset=main_frame#tab_Sql_box]navigasjonsramme[/a]innstillingene'; +$strSetupForm_Other_core_settings = 'Andre hovedinnstillinger'; +$strSetupForm_Other_core_settings_desc = 'Innstillinger som ikke passer andre steder'; +$strSetupForm_Left_frame = 'Navigasjonsramme'; +$strSetupForm_Left_frame_desc = 'Endre utseendet til navigasjonsrammen'; +$strSetupForm_Left_servers = 'Tjenere'; +$strSetupForm_Left_servers_desc = 'Tjenervisningsinnstillinger'; +$strSetupForm_Left_databases = 'Databaser'; +$strSetupForm_Left_databases_desc = 'Databasevisningsinnstillinger'; +$strSetupForm_Left_tables = 'Tabeller'; +$strSetupForm_Left_tables_desc = 'Tabellvisningsinnstillinger'; +$strSetupForm_Main_frame = 'Hovedramme'; +$strSetupForm_Startup = 'Oppstart'; +$strSetupForm_Startup_desc = 'Endre oppstartssiden'; +$strSetupForm_Browse = 'Visningsmodus'; +$strSetupForm_Browse_desc = 'Endre visningsmodus'; +$strSetupForm_Edit = 'Redigeringsmodus'; +$strSetupForm_Edit_desc = 'Endre redigeringsmodus'; +$strSetupForm_Tabs = 'Faner'; +$strSetupForm_Tabs_desc = 'Velg hvordan du ønsker fanene skal fungere'; +$strSetupForm_Sql_box = 'SQL spørringsboks'; +$strSetupForm_Sql_box_desc = 'Endre linker vist i SQL spørringsbokser'; +$strSetupForm_Import_defaults = 'Importinnstillinger'; +$strSetupForm_Import_defaults_desc = 'Endre standard importinnstillinger'; +$strSetupForm_Export_defaults = 'Eksportinnstillinger'; +$strSetupForm_Export_defaults_desc = 'Endre standard eksportinnstillinger'; +$strSetupForm_Query_window = 'Spørringsvindu'; +$strSetupForm_Query_window_desc = 'Endre spørringsvinduinnstillinger'; +$strSetupServers_verbose_name = 'Fult navn for denne tjeneren'; +$strSetupServers_verbose_desc = 'Vertsnavn hvor MySQL tjeneren kjører'; +$strSetupServers_host_name = 'Tjenervertsnavn'; +$strSetupServers_host_desc = ''; +$strSetupServers_port_name = 'Tjenerport'; +$strSetupServers_port_desc = 'Porten som MySQL tjeneren lytter på, la stå tom for standard verdi'; +$strSetupServers_socket_name = 'Tjenersokkel'; +$strSetupServers_socket_desc = 'Sokkel som MySQL tjeneren lytter på, la stå tom for standard verdi'; +$strSetupServers_ssl_name = 'Bruk SSL'; +$strSetupServers_ssl_desc = ''; +$strSetupServers_connect_type_name = 'Tilkoblingstype'; +$strSetupServers_connect_type_desc = 'Hvordan koble til tjener, behold tcp hvis usikker'; +$strSetupServers_extension_name = 'Bruk PHP modul'; +$strSetupServers_extension_desc = 'Hvilken PHP modul som skal brukes, bruk mysqli hvis støttet'; +$strSetupServers_compress_name = 'Komprimer tilkobling'; +$strSetupServers_compress_desc = 'Komprimer tilkoblingen til MySQL tjeneren'; +$strSetupServers_auth_type_name = 'Autentiseringstype'; +$strSetupServers_auth_type_desc = 'Autentiseringsmetode som skal brukes'; +$strSetupServers_user_name = 'Bruker for config autentisering'; +$strSetupServers_user_desc = 'La stå tom om du ikke skal bruke config autentisering'; +$strSetupServers_password_name = 'Passord for config autentisering'; +$strSetupServers_password_desc = 'La stå tom om du ikke skal bruke config autentisering'; +$strSetupServers_nopassword_name = 'Koble til uten passord'; +$strSetupServers_nopassword_desc = 'Forsøk å koble til uten passord'; +$strSetupServers_SignonSession_name = 'Signon sesjonsnavn'; +$strSetupServers_SignonSession_desc = 'Se [a@http://wiki.cihar.com/pma/auth_types#signon]autentiseringstyper[/a] for et eksempel'; +$strSetupServers_SignonURL_name = 'Signon URL'; +$strSetupServers_LogoutURL_name = 'Logg ut URL'; +$strSetupServers_auth_swekey_config_name = 'SweKey config fil'; +$strSetupServers_auth_swekey_config_desc = 'Stien til konfigfila for [a@http://swekey.com]SweKey hardware authentication[/a] (ikke lokalisert i din dokumentrot; foreslått: /etc/swekey.conf)'; +$strSetupServers_only_db_name = 'Vis kun opplistede databaser'; +$strSetupServers_only_db_desc = 'Du kan bruke MySQL jokertegn (% and _), escape dem hvis du ønsker å bruke dem direkte, f.eks. bruk \'my\_db\' og ikke \'my_db\''; +$strSetupServers_hide_db_name = 'Skul databaser'; +$strSetupServers_hide_db_desc = 'Skjul databaser som matcher regular expression (PCRE)'; +$strSetupServers_AllowRoot_name = 'Tillat innlogging som root'; +$strSetupServers_AllowNoPasswordRoot_name = 'Tillat root uten passord'; +$strSetupServers_DisableIS_name = 'Slå av bruk av INFORMATION_SCHEMA'; +$strSetupServers_DisableIS_desc = 'Mer informasjon på [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] og [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; +$strSetupServers_AllowDeny_order_name = 'Rekkefølge for vertsautentisering'; +$strSetupServers_AllowDeny_order_desc = 'La stå tom hvis ikke brukt'; +$strSetupServers_AllowDeny_rules_name = 'Vertsautentiseringsregler'; +$strSetupServers_AllowDeny_rules_desc = 'La stå tom for standard'; +$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES kommando'; +$strSetupServers_ShowDatabasesCommand_desc = 'SQL kommando for å hente liste over databaser'; +$strSetupServers_CountTables_name = 'Tell tabeller'; +$strSetupServers_CountTables_desc = 'Tell tabeller ved visning av databaseliste'; +$strSetupServers_pmadb_name = 'PMA database'; +$strSetupServers_pmadb_desc = 'Database brukt for relasjoner, bokmerker og PDF egenskaper. Se [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for komplett informasjon. La stå blank for å slå av. Standard: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_controluser_name = 'Kontrollbruker'; +$strSetupServers_controluser_desc = 'En spesiell MySQL bruker konfigurert med begrensede rettigheter, mer informasjon tilgjengelig på [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; +$strSetupServers_controlpass_name = 'Kontrollbrukerpassord'; +$strSetupServers_verbose_check_name = 'Full kontroll'; +$strSetupServers_verbose_check_desc = 'Slå av hvis du vet at dine pma_* tabeller er oppdaterte. Denne forhindrer kompabilitetssjekk og øker ytelsen'; +$strSetupServers_bookmarktable_name = 'Bokmerketabell'; +$strSetupServers_bookmarktable_desc = 'La stå tom for ingen [a@http://wiki.cihar.com/pma/bookmark]bokmerke[/a]støtte, standard: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_relation_name = 'Relasjonstabell'; +$strSetupServers_relation_desc = 'La stå tom for ingen [a@http://wiki.cihar.com/pma/relation]relasjonslink[/a]støtte, default: [kbd]pma_relation[/kbd]'; +$strSetupServers_table_info_name = 'Visningsfelttabell'; +$strSetupServers_table_info_desc = 'Tabell for beskrivelse av visningsfelter, la stå tom for ingen støtte; standard: [kbd]pma_table_info[/kbd]'; +$strSetupServers_table_coords_name = 'PDF schema: tabellkoordinater'; +$strSetupServers_table_coords_desc = 'La stå tom for ingen PDF schema støtte, standard: [kbd]pma_table_coords[/kbd]'; +$strSetupServers_pdf_pages_name = 'PDF schema: sidetabell'; +$strSetupServers_pdf_pages_desc = 'La stå tom for ingen PDF schema støtte, standard: [kbd]pma_pdf_pages[/kbd]'; +$strSetupServers_column_info_name = 'Kolonneinformasjonstabell'; +$strSetupServers_column_info_desc = 'La stå tom for ingen kolonnekommentarer/mime typer, standard: [kbd]pma_column_info[/kbd]'; +$strSetupServers_history_name = 'SQL spørringshistorietabell'; +$strSetupServers_history_desc = 'La stå tom for ingen SQL spørringshistorie, standard: [kbd]pma_history[/kbd]'; +$strSetupServers_designer_coords_name = 'Designertabell'; +$strSetupServers_designer_coords_desc = 'La stå tom for ingen Designer støtte, standard: [kbd]designer_coords[/kbd]'; +$strSetupUploadDir_name = 'Opplastingsmappe'; +$strSetupUploadDir_desc = 'Mappe på tjeneren hvor du kan laste opp filer for import'; +$strSetupSaveDir_name = 'Lagringsmappe'; +$strSetupSaveDir_desc = 'Mappe for eksporter kan lagres på tjeneren'; +$strSetupAllowAnywhereRecoding_name = 'Tillat karaktertegnsettkonvertering'; +$strSetupDefaultCharset_name = 'Standard karaktertegnsett'; +$strSetupDefaultCharset_desc = 'Standard karaktertegnsett brukt ved konverteringer'; +$strSetupRecodingEngine_name = 'Rekodingsmotor'; +$strSetupRecodingEngine_desc = 'Velg hvilken funksjon som vil bli brukt for karaktertegnsettskonverteringer'; +$strSetupIconvExtraParams_name = 'Ekstra parametre for iconv'; +$strSetupZipDump_name = 'ZIP'; +$strSetupZipDump_desc = 'Slå på [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-komprimering for import og eksportoperasjoner'; +$strSetupGZipDump_name = 'GZip'; +$strSetupGZipDump_desc = 'Slå på [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a]-komprimering for import og eksportoperasjoner'; +$strSetupBZipDump_name = 'Bzip2'; +$strSetupBZipDump_desc = 'Slå på [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a]-komprimering for import og eksportoperasjoner'; +$strSetupCompressOnFly_name = 'Komprimer direkte'; +$strSetupCompressOnFly_desc = 'Kopmrimer gzip/bzip2 eksporter direkte uten behov for mye minne; hvis du får problemer med opprettede gzip/bzip2 filer så slå av denne funksjonen'; +$strSetupblowfish_secret_name = 'Blowfish secret'; +$strSetupblowfish_secret_desc = 'Hemmelig passordfrase brukt for kryptering av cookies i [kbd]cookie[/kbd] autentisering'; +$strSetupForceSSL_name = 'Tving SSL tilkobling'; +$strSetupForceSSL_desc = 'Tving sikker tilkobling ved bruk av phpMyAdmin'; +$strSetupCheckConfigurationPermissions_name = 'Kontroller konfigurasjonsfilrettigheter'; +$strSetupTrustedProxies_name = 'Liste over godkjente mellomlager for IP allow/deny'; +$strSetupTrustedProxies_desc = 'Sett inn mellomlager som [kbd]IP: trusted HTTP header[/kbd]. Følgende eksempel spesifiserer at phpMyAdminskal stole på en HTTP_X_FORWARDED_FOR (X-Forwarded-For) header som kommer fra mellomlager 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; +$strSetupAllowUserDropDatabase_name = 'Vis "Drop database" link for normale brukere'; +$strSetupAllowArbitraryServer_name = 'Tillat innlogging til hvilke som helst MySQL tjener'; +$strSetupAllowArbitraryServer_desc = 'Hvis tillatt kan brukere skrive inn hvilke som helst MySQL tjener i innloggingsskjemaet for cookie autentisering'; +$strSetupLoginCookieRecall_name = 'Husk brukernavn'; +$strSetupLoginCookieRecall_desc = 'Definerer om forrige innlogging skal husker eller ikke i cookie autentiseringsmodus'; +$strSetupLoginCookieValidity_name = 'Innloggings cookie gyldighet'; +$strSetupLoginCookieValidity_desc = 'Definer hvor lenge (i sekunder) en innloggings cookie skal være gyldig'; +$strSetupLoginCookieStore_name = 'Innloggings cookie lagring'; +$strSetupLoginCookieStore_desc = 'Definerer hvor lenge (i sekunder) en innloggings cookie skal lagres i nettleseren. Standard 0 betyer at den kun vil bli lagret for eksisterende sessjon, det vil si at den vil bli slettet så fort du lukker nettleservinduet. Dette er anbefalt for ikke sikre brukermiljøer.'; +$strSetupLoginCookieDeleteAll_name = 'Slett alle cookies ved utlogging'; +$strSetupLoginCookieDeleteAll_desc = 'Hvis påslått vil alle cookies for alle tjenere bli slettet ved utlogging, ellers bare for den aktuelle tjeneren. Sett denne til FALSE gjør det lett å glemme å logge ut fra andre tjenere når du bruker flere.'; +$strSetupShowSQL_name = 'Vis SQL spørringer'; +$strSetupShowSQL_desc = 'Definer om SQL spørringer generert av phpMyAdmin skal vises'; +$strSetupConfirm_name = 'Bekreft DROP spørringer'; +$strSetupConfirm_desc = 'Om en advarsel ("Er du helt sikker...") skal vises når du er i ferd med å miste data'; +$strSetupQueryHistoryDB_name = 'Permanent spørringshistorie'; +$strSetupQueryHistoryDB_desc = 'Slå på hvis du ønsker DB-basert spørringshistorie (trenger pmadb). Hvis avslått, vil JS-rutiner vise spørringshistorien (tapt ved lukking av vindu).'; +$strSetupQueryHistoryMax_name = 'Spørringshistorielengde'; +$strSetupQueryHistoryMax_desc = 'Hvor mange spørringer lagres'; +$strSetupIgnoreMultiSubmitErrors_name = 'Ignorer flere spørringsfeil'; +$strSetupIgnoreMultiSubmitErrors_desc = 'Hvis påslått vil PMA forsette å behandle flerspørrings spørringer også hvis en av spørringene feiler'; +$strSetupVerboseMultiSubmit_name = 'Utførlig flere utsagn'; +$strSetupVerboseMultiSubmit_desc = 'Vis berørte rader av hver spørring på flerutsagn spørringer. Se libraries/import.lib.php for standarder for hvor mange spørringer en flerutsagn spørringer kan inneholde.'; +$strSetupMaxDbList_name = 'Maks antall databaser'; +$strSetupMaxDbList_desc = 'Maks antall databases vist i venstre ramme og databaselista'; +$strSetupMaxTableList_name = 'Maks antall tabeller'; +$strSetupMaxTableList_desc = 'Maks antall tabeller vist i tabellista'; +$strSetupMaxCharactersInDisplayedSQL_name = 'Maks lengde SQL'; +$strSetupMaxCharactersInDisplayedSQL_desc = 'Maks antall tegn brukt når en SQL spørring er framvist'; +$strSetupOBGzip_name = 'GZip utbuffring'; +$strSetupOBGzip_desc = 'Bruk GZip utbuffring for økt hastighet i HTTP overføringer'; +$strSetupPersistentConnections_name = 'Vedvarende forbindelser'; +$strSetupPersistentConnections_desc = 'Bruk vedvarende forbindelser til MySQL databasen'; +$strSetupExecTimeLimit_name = 'Maks kjøretid'; +$strSetupExecTimeLimit_desc = 'Antall sekunder et skript har lov til å kjøre ([kbd]0[/kbd] for ingen begrensning)'; +$strSetupMemoryLimit_name = 'Minnetak'; +$strSetupMemoryLimit_desc = 'Maks antal byte et skript har lov til å bruke, f.eks. [kbd]32M[/kbd] ([kbd]0[/kbd] for ingen begrensning)'; +$strSetupSkipLockedTables_name = 'Ignorer låste tabeller'; +$strSetupSkipLockedTables_desc = 'Merk tabeller i bruk og gjør det mulig å vise databaser med låste tabeller'; +$strSetupUseDbSearch_name = 'Bruk databasesøk'; +$strSetupUseDbSearch_desc = 'Gjør det mulig å søke i hele databasen'; +$strSetupLeftFrameLight_name = 'Bruk hurtigversjon'; +$strSetupLeftFrameLight_desc = 'Slå av denne hvis du ønsker å kunne se alle databaser på en gang'; +$strSetupLeftDisplayLogo_name = 'Vis logo'; +$strSetupLeftDisplayLogo_desc = 'Vis logo i venstre ramme'; +$strSetupLeftLogoLink_name = 'Logo link URL'; +$strSetupLeftLogoLinkWindow_name = 'Logo link mål'; +$strSetupLeftLogoLinkWindow_desc = 'Åpne den linkede siden i hovedvinduet ([kbd]main[/kbd]) eller i en ny en ([kbd]new[/kbd])'; +$strSetupLeftDefaultTabTable_name = 'Mål for hurtigtilgangsikon'; +$strSetupLeftPointerEnable_name = 'Aktiver utheving'; +$strSetupLeftPointerEnable_desc = 'Uthev tjener under musmarkøren'; +$strSetupLeftDisplayServers_name = 'Vis tjenerutvalg'; +$strSetupLeftDisplayServers_desc = 'Vis tjenervalg øverst i venstre ramme'; +$strSetupDisplayServersList_name = 'Vis tjenere som en liste'; +$strSetupDisplayServersList_desc = 'Vis tjenere som en liste istedet for en nedfallsliste'; +$strSetupDisplayDatabasesList_name = 'Vis databaser som en liste'; +$strSetupDisplayDatabasesList_desc = 'Vis databaser som en liste istedet for en nedfallsliste'; +$strSetupLeftFrameDBTree_name = 'Vis databaser i et tre'; +$strSetupLeftFrameDBTree_desc = 'Kun i hurtigversjon; vis databaser i et tre (bestemmes av skilletegnet definert nedenfor)'; +$strSetupLeftFrameDBSeparator_name = 'Database treskilletegn'; +$strSetupLeftFrameDBSeparator_desc = 'Streng som skiller databaser i forskellige trenivåer'; +$strSetupShowTooltipAliasDB_name = 'Vis databasekommentaren istedet for dens navn'; +$strSetupShowTooltipAliasDB_desc = 'Hvis verktøytips er påslått og en databasekommentar er definert vil denne bytte om på kommentar og det reelle navnet'; +$strSetupLeftFrameTableSeparator_name = 'Tabelltreseparator'; +$strSetupLeftFrameTableSeparator_desc = 'Streng som skiller tabeller i forskellige trenivåer'; +$strSetupLeftFrameTableLevel_name = 'Maks tabelltredybde'; +$strSetupShowTooltip_name = 'Vis tabellkommentarer i verktøytips'; +$strSetupShowTooltipAliasTB_name = 'Vis tabellkommentar istedet for dens navn'; +$strSetupShowTooltipAliasTB_desc = 'Når du setter denne til [kbd]nested[/kbd] så blir tabellnavnaliaset kun brukt til å splitte/neste tabellene etter $cfg[\'LeftFrameTableSeparator\'] direktivet, så bare mappen et kalt lik aliaset, selve tabellnavnet forblir uendret'; +$strSetupShowStats_name = 'Vis statistikk'; +$strSetupShowStats_desc = 'Tillat visning av database og tabellstatistikk (f.eks. lagringsbruk)'; +$strSetupShowPhpInfo_name = 'Vis phpinfo() link'; +$strSetupShowPhpInfo_desc = 'Vis link til [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] resultat'; +$strSetupShowServerInfo_name = 'Vis detaljert MySQL tjenerinformasjon'; +$strSetupShowChgPassword_name = 'Vis passordendringsskjema'; +$strSetupShowChgPassword_desc = 'Merk at påslåing av denne ikke har noen effekt med [kbd]config[/kbd] autentiseringsmodus siden passordet er hardkodet i konfigurasjonsfila; dette begrenser ikke muligheten til å utføre samme kommando direkte'; +$strSetupShowCreateDb_name = 'Vis opprett database skjema'; +$strSetupSuggestDBName_name = 'Foreslå nytt databasenavn'; +$strSetupSuggestDBName_desc = 'Foreslå et databasenavn i "Opprett Database" skjemaet (hvis mulig) eller behold tekstfeltet tomt'; +$strSetupNavigationBarIconic_name = 'Ikonnavigasjonsmeny'; +$strSetupNavigationBarIconic_desc = 'Bruk bare ikoner, bare tekst eller begge deler'; +$strSetupShowAll_name = 'Tillat visning av alle rader'; +$strSetupShowAll_desc = 'Avgjør om en bruker får en "vis alle (rader)" knapp'; +$strSetupMaxRows_name = 'Maks antall rader som kan framvises'; +$strSetupMaxRows_desc = 'Antall rader som viser ved framvisning av et resultat. Hvis resultatet inneholder flere rader vil "Forrige" og "Neste" linker bli vist.'; +$strSetupOrder_name = 'Standard sorteringsrekkefølge'; +$strSetupOrder_desc = '[kbd]SMART[/kbd] - dvs. synkende rekkefølge for felter av typen TIME, DATE, DATETIME og TIMESTAMP, ellers stigende rekkefølge'; +$strSetupBrowsePointerEnable_name = 'Pekermarkering'; +$strSetupBrowsePointerEnable_desc = 'Framhev raden under musmarkøren'; +$strSetupBrowseMarkerEnable_name = 'Radframheving'; +$strSetupBrowseMarkerEnable_desc = 'Framhev valgte rader'; +$strSetupProtectBinary_name = 'Beskytt binære felter'; +$strSetupProtectBinary_desc = 'Ikke tillat BLOB eller BLOB og BINARY felter fra redigering'; +$strSetupShowFunctionFields_name = 'Vis funksjonsfelter'; +$strSetupShowFunctionFields_desc = 'Vis funksjonsfelter i rediger/sett inn modus'; +$strSetupCharEditing_name = 'CHAR felt redigering'; +$strSetupCharEditing_desc = 'Definerer hvilken type redigeringskontroll som skal brukes for CHAR og VARCHAR felter; [kbd]input[/kbd] - tillater begrensning av lengde, [kbd]textarea[/kbd] - tillater linjeskift i felter'; +$strSetupCharTextareaCols_name = 'CHAR textarea kolonner'; +$strSetupCharTextareaCols_desc = 'Antall kolonner i CHAR/VARCHAR tekstbokser'; +$strSetupCharTextareaRows_name = 'CHAR textarea rader'; +$strSetupCharTextareaRows_desc = 'Antall rader i CHAR/VARCHAR tekstbokser'; +$strSetupInsertRows_name = 'Antall innsettingsrader'; +$strSetupInsertRows_desc = 'Hvor mange rader som kan settes inn på en gang'; +$strSetupForeignKeyDropdownOrder_name = 'Fremmednøkkelrekkefølge'; +$strSetupForeignKeyDropdownOrder_desc = 'Sorteringsrekkefølge for elementer i en fremmednøkkel nedfallsboks; [kbd]content[/kbd] for refererte data, [kbd]id[/kbd] for nøkkelverdien'; +$strSetupForeignKeyMaxLimit_name = 'Fremmednøkkelbegrensning'; +$strSetupForeignKeyMaxLimit_desc = 'En nedfallsboks vil bli brukt hvis færre elementer er tilstede'; +$strSetupLightTabs_name = 'Hurtigfaner'; +$strSetupLightTabs_desc = 'Bruk mindre grafisk tunge faner'; +$strSetupPropertiesIconic_name = 'Ikoniske tabelloperasjoner'; +$strSetupPropertiesIconic_desc = 'Bruk bare ikoner, bare tekst eller begge deler'; +$strSetupDefaultTabServer_name = 'Standard tjenerfane'; +$strSetupDefaultTabServer_desc = 'Fanen som vises når en tjener tas i bruk'; +$strSetupDefaultTabDatabase_name = 'Standard databasefane'; +$strSetupDefaultTabDatabase_desc = 'Fanen som vises når en database tas i bruk'; +$strSetupDefaultTabTable_name = 'Standard tabellfane'; +$strSetupDefaultTabTable_desc = 'Fanen som vises når en tabell tas i bruk'; +$strSetupQueryWindowDefTab_name = 'Standard spørringsvindufane'; +$strSetupQueryWindowDefTab_desc = 'Fanen som vises når et nytt spørringsvindu åpnes'; +$strSetupSQLQuery_Edit_name = 'Rediger'; +$strSetupSQLQuery_Explain_name = 'Forklar SQL'; +$strSetupSQLQuery_ShowAsPHP_name = 'Lag PHP kode'; +$strSetupSQLQuery_Validate_name = 'Kontroller SQL'; +$strSetupSQLQuery_Refresh_name = 'Oppdater'; +$strSetupImport_format_name = 'Importfilformat'; +$strSetupImport_format_desc = 'Standard format, merk at denne lista avhenger av lokasjon (database, tabell) og bare SQL er alltid tilgjengelig'; +$strSetupImport_allow_interrupt_name = 'Delvis import: tillat avbrudd'; +$strSetupImport_allow_interrupt_desc = 'Tillat avbrudd av import i de tilfeller skriptet oppdager at den er i nærheten av tidsbegrensningen. Dette kan være en god måte å importere store filer, men den kan knekke transaksjoner.'; +$strSetupImport_skip_queries_name = 'Delvis import: hopp over spørringer'; +$strSetupImport_skip_queries_desc = 'Antall rader (spørringer) å hoppe over fra start'; +$strSetupExport_format_name = 'Format'; +$strSetupExport_compression_name = 'Kompresjon'; +$strSetupExport_asfile_name = 'Lagre som fil'; +$strSetupExport_charset_name = 'Filas tegnsett'; +$strSetupExport_onserver_name = 'Lagre på tjener'; +$strSetupExport_onserver_overwrite_name = 'Skriv over eksisterende filer'; +$strSetupExport_remember_file_template_name = 'Husk filnavnmal'; +$strSetupExport_file_template_table_name = 'Tabellnavnmal'; +$strSetupExport_file_template_database_name = 'Databasenavnmal'; +$strSetupExport_file_template_server_name = 'Tjenernavnmal'; $strShow = 'Vis'; $strShowAll = 'Vis alle'; $strShowColor = 'Vis farger'; @@ -771,6 +1136,7 @@ $strShowDatadictAs = 'Data Ordbok Format'; $strShowFullQueries = 'Vis hele spørringen'; $strShowGrid = 'Vis rutenett'; $strShowHideLeftMenu = 'Skjul/Vis venstre meny'; +$strShowKeys = 'Bare vis nøkler'; $strShowingBookmark = 'Vis bokmerke'; $strShowingPhp = 'Viser som PHP kode'; $strShowingRecords = 'Viser rader '; @@ -1053,7 +1419,9 @@ $strViewDumpDatabases = 'Vis dumpet skjema av databaser'; $strViewDumpDB = 'Vis dump (skjema) av database'; $strViewHasAtLeast = 'Denne visningen har minst dette antall rader. Sjekk %sdocumentation%s.'; $strViewHasBeenDropped = 'Visningen %s har blitt slettet'; +$strViewImage = 'Vis bilde'; $strViewName = 'VIEW navn'; +$strViewVideo = 'Vis video'; $strWebServer = 'Webserver'; $strWebServerUploadDirectory = 'webtjener opplastingskatalog'; @@ -1074,372 +1442,4 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrensningen.'; $strZip = 'Komprimert (zip)'; -$strBLOBRepository = 'BLOB Repository'; //to translate -$strBLOBRepositoryDamaged = 'Damaged'; //to translate -$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate -$strBLOBRepositoryDisabled = 'Disabled'; //to translate -$strBLOBRepositoryDisable = 'Disable'; //to translate -$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate -$strBLOBRepositoryEnabled = 'Enabled'; //to translate -$strBLOBRepositoryEnable = 'Enable'; //to translate -$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate -$strBLOBRepositoryRepair = 'Repair'; //to translate -$strBLOBRepositoryStatus = 'Status'; //to translate -$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate -$strViewImage = 'View image'; //to translate -$strPlayAudio = 'Play audio'; //to translate -$strViewVideo = 'View video'; //to translate -$strDownloadFile = 'Download file'; //to translate -$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate -$strShowKeys = 'Only show keys'; //to translate -$strSetupServersAdd = 'Add a new server'; //to translate -$strSetupServersEdit = 'Edit server'; //to translate -$strSetupFormset_features = 'Features'; //to translate -$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate -$strSetupFormset_main_frame = 'Customize main frame'; //to translate -$strSetupFormset_import = 'Customize import defaults'; //to translate -$strSetupFormset_export = 'Customize export options'; //to translate -$strSetupFormset_customization = 'Customization'; //to translate -$strSetupTrue = 'yes'; //to translate -$strSetupFalse = 'no'; //to translate -$strSetupDisplay = 'Display'; //to translate -$strSetupDownload = 'Download'; //to translate -$strSetupClear = 'Clear'; //to translate -$strSetupLoad = 'Load'; //to translate -$strSetupRestoreDefaultValue = 'Restore default value'; //to translate -$strSetupSetValue = 'Set value: %s'; //to translate -$strSetupWarning = 'Warning'; //to translate -$strSetupIgnoreErrors = 'Ignore errors'; //to translate -$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate -$strSetupShowForm = 'Show form'; //to translate -$strSetupOverview = 'Overview'; //to translate -$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate -$strSetupNoServers = 'There are no configured servers'; //to translate -$strSetupNewServer = 'New server'; //to translate -$strSetupDefaultLanguage = 'Default language'; //to translate -$strSetupDefaultServer = 'Default server'; //to translate -$strSetupLetUserChoose = 'let the user choose'; //to translate -$strSetupOptionNone = '- none -'; //to translate -$strSetupEndOfLine = 'End of line'; //to translate -$strSetupConfigurationFile = 'Configuration file'; //to translate -$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate -$strSetupDonateLink = 'Donate'; //to translate -$strSetupVersionCheckLink = 'Check for latest version'; //to translate -$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate -$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate -$strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate -$strSetupVersionCheck = 'Version check'; //to translate -$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate -$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate -$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate -$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate -$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate -$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate -$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate -$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate -$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate -$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetuperror_form = 'Submitted form contains errors'; //to translate -$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate -$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate -$strSetuperror_incorrect_value = 'Incorrect value'; //to translate -$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate -$strSetuperror_nan_p = 'Not a positive number'; //to translate -$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate -$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate -$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate -$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate -$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate -$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate -$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate -$strSetupForm_Server = 'Basic settings'; //to translate -$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate -$strSetupForm_Server_login_options = 'Signon login options'; //to translate -$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate -$strSetupForm_Server_config = 'Server configuration'; //to translate -$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate -$strSetupForm_Server_pmadb = 'PMA database'; //to translate -$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate -$strSetupForm_Import_export = 'Import / export'; //to translate -$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate -$strSetupForm_Security = 'Security'; //to translate -$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate -$strSetupForm_Sql_queries = 'SQL queries'; //to translate -$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate -$strSetupForm_Other_core_settings = 'Other core settings'; //to translate -$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate -$strSetupForm_Left_frame = 'Navigation frame'; //to translate -$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate -$strSetupForm_Left_servers = 'Servers'; //to translate -$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate -$strSetupForm_Left_databases = 'Databases'; //to translate -$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate -$strSetupForm_Left_tables = 'Tables'; //to translate -$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate -$strSetupForm_Main_frame = 'Main frame'; //to translate -$strSetupForm_Startup = 'Startup'; //to translate -$strSetupForm_Startup_desc = 'Customize startup page'; //to translate -$strSetupForm_Browse = 'Browse mode'; //to translate -$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate -$strSetupForm_Edit = 'Edit mode'; //to translate -$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate -$strSetupForm_Tabs = 'Tabs'; //to translate -$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate -$strSetupForm_Sql_box = 'SQL Query box'; //to translate -$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate -$strSetupForm_Import_defaults = 'Import defaults'; //to translate -$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate -$strSetupForm_Export_defaults = 'Export defaults'; //to translate -$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate -$strSetupForm_Query_window = 'Query window'; //to translate -$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate -$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate -$strSetupServers_verbose_desc = 'Hostname where MySQL server is running'; //to translate -$strSetupServers_host_name = 'Server hostname'; //to translate -$strSetupServers_host_desc = ''; //to translate -$strSetupServers_port_name = 'Server port'; //to translate -$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_socket_name = 'Server socket'; //to translate -$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_ssl_name = 'Use SSL'; //to translate -$strSetupServers_ssl_desc = ''; //to translate -$strSetupServers_connect_type_name = 'Connection type'; //to translate -$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate -$strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_compress_name = 'Compress connection'; //to translate -$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate -$strSetupServers_auth_type_name = 'Authentication type'; //to translate -$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate -$strSetupServers_user_name = 'User for config auth'; //to translate -$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_password_name = 'Password for config auth'; //to translate -$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_nopassword_name = 'Connect without password'; //to translate -$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate -$strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate -$strSetupServers_SignonURL_name = 'Signon URL'; //to translate -$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate -$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$strSetupServers_only_db_name = 'Show only listed databases'; //to translate -$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate -$strSetupServers_hide_db_name = 'Hide databases'; //to translate -$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate -$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate -$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate -$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate -$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate -$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate -$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate -$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate -$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate -$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate -$strSetupServers_CountTables_name = 'Count tables'; //to translate -$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate -$strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate -$strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate -$strSetupServers_controlpass_name = 'Control user password'; //to translate -$strSetupServers_verbose_check_name = 'Verbose check'; //to translate -$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 -$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate -$strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate -$strSetupServers_table_info_name = 'Display fields table'; //to translate -$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate -$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate -$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]'; //to translate -$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate -$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate -$strSetupServers_column_info_name = 'Column information table'; //to translate -$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate -$strSetupServers_history_name = 'SQL query history table'; //to translate -$strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]'; //to translate -$strSetupServers_designer_coords_name = 'Designer table'; //to translate -$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]'; //to translate -$strSetupUploadDir_name = 'Upload directory'; //to translate -$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate -$strSetupSaveDir_name = 'Save directory'; //to translate -$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate -$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate -$strSetupDefaultCharset_name = 'Default character set'; //to translate -$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate -$strSetupRecodingEngine_name = 'Recoding engine'; //to translate -$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate -$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate -$strSetupZipDump_name = 'ZIP'; //to translate -$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate -$strSetupGZipDump_name = 'GZip'; //to translate -$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate -$strSetupBZipDump_name = 'Bzip2'; //to translate -$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate -$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate -$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate -$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate -$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate -$strSetupForceSSL_name = 'Force SSL connection'; //to translate -$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate -$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate -$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate -$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate -$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate -$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate -$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate -$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate -$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate -$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate -$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate -$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupShowSQL_name = 'Show SQL queries'; //to translate -$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate -$strSetupConfirm_name = 'Confirm DROP queries'; //to translate -$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate -$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate -$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate -$strSetupQueryHistoryMax_name = 'Query history length'; //to translate -$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate -$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate -$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate -$strSetupMaxDbList_name = 'Maximum databases'; //to translate -$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate -$strSetupMaxTableList_name = 'Maximum tables'; //to translate -$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate -$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate -$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate -$strSetupOBGzip_name = 'GZip output buffering'; //to translate -$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate -$strSetupPersistentConnections_name = 'Persistent connections'; //to translate -$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate -$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate -$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupMemoryLimit_name = 'Memory limit'; //to translate -$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate -$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate -$strSetupUseDbSearch_name = 'Use database search'; //to translate -$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate -$strSetupLeftFrameLight_name = 'Use light version'; //to translate -$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate -$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate -$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate -$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate -$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate -$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate -$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate -$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate -$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate -$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate -$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate -$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate -$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate -$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate -$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate -$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate -$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate -$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate -$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate -$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate -$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate -$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate -$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate -$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate -$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate -$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate -$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate -$strSetupShowStats_name = 'Show statistics'; //to translate -$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate -$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate -$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate -$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate -$strSetupShowChgPassword_name = 'Show password change form'; //to translate -$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate -$strSetupShowCreateDb_name = 'Show create database form'; //to translate -$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate -$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate -$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate -$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupShowAll_name = 'Allow to display all the rows'; //to translate -$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate -$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate -$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate -$strSetupOrder_name = 'Default sorting order'; //to translate -$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate -$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate -$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate -$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate -$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate -$strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate -$strSetupShowFunctionFields_name = 'Show function fields'; //to translate -$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate -$strSetupCharEditing_name = 'CHAR fields editing'; //to translate -$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate -$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate -$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate -$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate -$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate -$strSetupInsertRows_name = 'Number of inserted rows'; //to translate -$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate -$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate -$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate -$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate -$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate -$strSetupLightTabs_name = 'Light tabs'; //to translate -$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate -$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate -$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupDefaultTabServer_name = 'Default server tab'; //to translate -$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate -$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate -$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate -$strSetupDefaultTabTable_name = 'Default table tab'; //to translate -$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate -$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate -$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate -$strSetupSQLQuery_Edit_name = 'Edit'; //to translate -$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate -$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate -$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate -$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate -$strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate -$strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate -$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate -$strSetupExport_format_name = 'Format'; //to translate -$strSetupExport_compression_name = 'Compression'; //to translate -$strSetupExport_asfile_name = 'Save as file'; //to translate -$strSetupExport_charset_name = 'Character set of the file'; //to translate -$strSetupExport_onserver_name = 'Save on server'; //to translate -$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate -$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate -$strSetupExport_file_template_table_name = 'Table name template'; //to translate -$strSetupExport_file_template_database_name = 'Database name template'; //to translate -$strSetupExport_file_template_server_name = 'Server name template'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate -$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate -$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate -$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate -$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/translators.html b/translators.html index 646eb420a..f12f280e3 100644 --- a/translators.html +++ b/translators.html @@ -316,9 +316,9 @@ - Norwegian + Norwegian (bokmål) - Sven-Erik Andersen (sven_erik@andersen.as) + Sven-Erik Andersen (sven.erik.andersen@gmail.com) From 4e5beb3904b496fc9f3b75a413442accbb55315d Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Thu, 13 Nov 2008 19:21:34 +0000 Subject: [PATCH 11/60] Setup script: open wiki and docs links in new windows/tabs --- setup/lib/FormDisplay.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/lib/FormDisplay.tpl.php b/setup/lib/FormDisplay.tpl.php index 25526cb25..920f8174a 100644 --- a/setup/lib/FormDisplay.tpl.php +++ b/setup/lib/FormDisplay.tpl.php @@ -122,8 +122,8 @@ function display_input($path, $name, $description = '', $type, $value, $value_is - Doc - Wiki + Doc + Wiki From e461ba85e1cc84a4d37c0fa72ad480a9440d8edb Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Thu, 13 Nov 2008 20:02:18 +0000 Subject: [PATCH 12/60] Setup script: moved swekey config from signon to server form --- setup/lib/forms.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/lib/forms.inc.php b/setup/lib/forms.inc.php index 4fcbe6909..f83bb5f0f 100644 --- a/setup/lib/forms.inc.php +++ b/setup/lib/forms.inc.php @@ -34,12 +34,12 @@ $forms['Server'] = array('Servers' => array(1 => array( 'auth_type', 'user', 'password', - 'nopassword'))); + 'nopassword', + 'auth_swekey_config' => './swekey.conf'))); $forms['Server_login_options'] = array('Servers' => array(1 => array( 'SignonSession', 'SignonURL', - 'LogoutURL', - 'auth_swekey_config' => './swekey.conf'))); + 'LogoutURL'))); $forms['Server_config'] = array('Servers' => array(1 => array( 'only_db', 'hide_db', From e8df21afbf71414136045b20706dda065de2ecbf Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 15 Nov 2008 23:03:14 +0000 Subject: [PATCH 13/60] French update --- lang/french-utf-8.inc.php | 738 +++++++++++++++++++------------------- 1 file changed, 369 insertions(+), 369 deletions(-) diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index eff041218..a5211d518 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -82,6 +82,18 @@ $strBinLogName = 'Nom du log binaire'; $strBinLogOriginalPosition = 'Position d\'origine'; $strBinLogPosition = 'Position'; $strBinLogServerId = 'ID du serveur'; +$strBLOBRepositoryDamaged = 'Endommagé'; +$strBLOBRepository = 'Dépôt BLOB'; +$strBLOBRepositoryDisableAreYouSure = 'Êtes-vous certain de vouloir désactiver toutes les références BLOB pour la base %s?'; +$strBLOBRepositoryDisabled = 'Désactivé'; +$strBLOBRepositoryDisable = 'Désactiver'; +$strBLOBRepositoryDisableStrongWarning = 'Vous allez DÉSACTIVER un dépôt BLOB!'; +$strBLOBRepositoryEnable = 'Activer'; +$strBLOBRepositoryEnabled = 'Activé'; +$strBLOBRepositoryRemove = 'Supprimer les références au dépôt BLOB'; +$strBLOBRepositoryRepair = 'Réparer'; +$strBLOBRepositoryStatus = 'État'; +$strBLOBRepositoryUpload = 'Télécharger vers le dépôt BLOB'; $strBookmarkAllUsers = 'Signet visible pour les autres utilisateurs'; $strBookmarkCreated = 'Signet %s créé'; $strBookmarkDeleted = 'Le signet a été effacé.'; @@ -156,7 +168,7 @@ $strConnections = 'Connexions'; $strConstraintsForDumped = 'Contraintes pour les tables exportées'; $strConstraintsForTable = 'Contraintes pour la table'; $strControluserFailed = 'La connexion au "controluser" tel que défini dans votre configuration a échoué.'; -$strCookiesRequired = 'Vous devez accepter les cookies pour poursuivre.'; +$strCookiesRequired = 'Vous devez accepter les "cookies" pour poursuivre.'; $strCopy = 'Copier'; $strCopyDatabaseOK = 'La base de données %s a été copiée sur %s'; $strCopyTable = 'Copier la table vers (base.table) :'; @@ -238,6 +250,7 @@ $strDisplayPDF = 'Afficher le schéma en PDF'; $strDoAQuery = 'Recherche par valeur (passepartout: "%")'; $strDocSQL = 'DocSQL'; $strDocu = 'Documentation'; +$strDownloadFile = 'Télécharger'; $strDoYouReally = 'Voulez-vous vraiment effectuer '; $strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!'; $strDrop = 'Supprimer'; @@ -441,6 +454,7 @@ $strLogin = 'Connexion'; $strLoginInformation = 'Information pour la connexion'; $strLogout = 'Quitter'; $strLogPassword = 'Mot de passe :'; +$strLogServerHelp = 'Vous pouvez entrer le nom du serveur ou son adresse IP, ainsi que le port séparé par un espace.'; $strLogServer = 'Serveur'; $strLogUsername = 'Utilisateur :'; $strLongOperation = 'Cette opération pourrait être longue. Procéder quand même? '; @@ -593,6 +607,7 @@ $strPhoneBook = 'annuaire téléphonique'; $strPhp = 'Créer source PHP'; $strPHPExtension = 'Extension PHP'; $strPHPVersion = 'Version de PHP'; +$strPlayAudio = 'Lecture audio'; $strPleaseSelectPrimaryOrUniqueKey = 'Veuillez choisir la clé primaire ou un index unique'; $strPmaDocumentation = 'Documentation de phpMyAdmin'; $strPmaUriError = 'Le paramètre $cfg[\'PmaAbsoluteUri\'] DOIT être renseigné dans votre fichier de configuration !'; @@ -763,6 +778,356 @@ $strServerVersion = 'Version du serveur'; $strSessionStartupErrorGeneral = 'Erreur lors du démarrage de la session, veuillez vérifier les erreurs indiquées par PHP ou dans le fichier témoin du serveur web, et configurer PHP correctement.'; $strSessionValue = 'Valeur pour la session'; $strSetEnumVal = 'Les différentes valeurs des champs de type enum/set sont à spécifier sous la forme \'a\',\'b\',\'c\'...
    Pour utiliser un caractère "\\" ou "\'" dans l\'une de ces valeurs, faites-le précéder du caractère d\'échappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').'; +$strSetupAllowAnywhereRecoding_name = 'Active la conversion des caractères'; +$strSetupAllowArbitraryServer_desc = 'Si activé, permet d\'entrer un nom de serveur MySQL sur le panneau de connexion (mode "cookie")'; +$strSetupAllowArbitraryServerMsg = 'Cette [a@?page=form&formset=features#tab_Security]option[/a] ne devrait pas être activée car elle permet à un attaquant de tenter de forcer l\'entrée sur tout serveur MySQL. Si vous en avez réellement besoin, utilisez [a@?page=form&formset=features#tab_Security]la liste des serveurs mandataires de confiance[/a].'; +$strSetupAllowArbitraryServer_name = 'Permettre de tenter une connexion à tout serveur MySQL'; +$strSetupAllowUserDropDatabase_name = 'Montrer le lien pour détruire une base de données aux utilisateurs ordinaires'; +$strSetupBlowfishSecretCharsMsg = 'La clé devrait contenir des lettres, des nombres et des caractères spéciaux'; +$strSetupblowfish_secret_desc = 'Mot de passe utilisé pour encrypter les "cookies" quand on utilise l\'authentification [kbd]cookie[/kbd]'; +$strSetupBlowfishSecretLengthMsg = 'La clé doit avoir un minimum de 8 caractères.'; +$strSetupBlowfishSecretMsg = 'Vous n\'aviez pas configuré un secret Blowfish et utilisez l\'authentification "cookie", alors une clé secrète a été générée pour vous. Elle sert à encrypter les "cookies", vous n\'avez pas à vous en souvenir.'; +$strSetupblowfish_secret_name = 'Secret Blowfish'; +$strSetupBrowseMarkerEnable_desc = '(utilisé quand on clique sur une ligne)'; +$strSetupBrowseMarkerEnable_name = 'Activer le marqueur d\'enregistrements'; +$strSetupBrowsePointerEnable_desc = ''; +$strSetupBrowsePointerEnable_name = 'Activer le pointeur de surbrillance'; +$strSetupBZipDump_desc = 'Active la compression [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] pour les opérations d\'importation et d\'exportation'; +$strSetupBZipDump_name = 'Bzip2'; +$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]La compression et décompression Bzip2[/a] requièrent des fonctions (%s) non disponibles sur ce serveur.'; +$strSetupCannotLoadConfig = 'Impossible de charger ou sauvegarder la configuration'; +$strSetupCannotLoadConfigMsg = 'Veuillez créer le répertoire [em]config[/em] accessible en écriture tel que décrit sur [a@../Documentation.html#setup_script]documentation[/a]. Sinon vous ne pourrez que télécharger ou afficher la configuration.'; +$strSetupCharEditing_desc = 'Déterminer la méthode d\'édition pour les colonnes CHAR et VARCHAR; [kbd]input[/kbd] - permet de limiter la taille, [kbd]textarea[/kbd] - permet la saisie de sauts de lignes'; +$strSetupCharEditing_name = 'Édition des colonnes CHAR'; +$strSetupCharTextareaCols_desc = '(colonnes CHAR/VARCHAR)'; +$strSetupCharTextareaCols_name = 'Taille horizontale pour un "textarea"'; +$strSetupCharTextareaRows_desc = '(colonnes CHAR/VARCHAR)'; +$strSetupCharTextareaRows_name = 'Taille verticale pour un "textarea"'; +$strSetupCheckConfigurationPermissions_name = 'Vérifier les permissions du fichier de configuration'; +$strSetupClear = 'Vider'; +$strSetupCompressOnFly_desc = 'Comprime les exportations gzip/bzip2 à la volée avec économie de mémoire; si les fichiers gzip/bzip2 produits ne sont pas conformes, désactivez ceci'; +$strSetupCompressOnFly_name = 'Compression à la volée'; +$strSetupConfigurationFile = 'Fichier de configuration'; +$strSetupConfirm_desc = 'Un message devrait-il s\'afficher quand vous êtes sur le point de perdre des données'; +$strSetupConfirm_name = 'Confirmer les requêtes de suppression (DROP)'; +$strSetupDefaultCharset_desc = 'Utilisé pour les conversions'; +$strSetupDefaultCharset_name = 'Jeu de caractères par défaut'; +$strSetupDefaultLanguage = 'Langue par défaut'; +$strSetupDefaultServer = 'Serveur par défaut'; +$strSetupDefaultTabDatabase_desc = ''; +$strSetupDefaultTabDatabase_name = 'Onglet par défaut pour bases de données'; +$strSetupDefaultTabServer_desc = ''; +$strSetupDefaultTabServer_name = 'Onglet par défaut pour serveur'; +$strSetupDefaultTabTable_desc = ''; +$strSetupDefaultTabTable_name = 'Onglet par défaut pour tables'; +$strSetupDirectoryNotice = 'Assurez-vous que ce répertoire n\'est pas accessible par les autres utilisateurs.'; +$strSetupDisplay = 'Afficher'; +$strSetupDisplayDatabasesList_desc = '...au lieu d\'un menu déroulant'; +$strSetupDisplayDatabasesList_name = 'Affiche les bases de données sous forme de liste'; +$strSetupDisplayServersList_desc = '...au lieu d\'un menu déroulant'; +$strSetupDisplayServersList_name = 'Affiche les serveurs sous forme de liste'; +$strSetupDonateLink = 'Faire un don'; +$strSetupDownload = 'Télécharger'; +$strSetupEndOfLine = 'Fin de ligne'; +$strSetuperror_connection = 'Connexion au serveur MySQL impossible.'; +$strSetuperror_empty_pmadb_password = 'Le "controlpass" est vide.'; +$strSetuperror_empty_pmadb_user = 'Le "controluser" est vide.'; +$strSetuperror_empty_signon_session = 'Le nom de session "signon" est vide.'; +$strSetuperror_empty_signon_url = 'L\'URL de "signon" est vide.'; +$strSetuperror_empty_user_for_config_auth = 'Le code d\'utilisateur est vide alors que vous utilisez la méthode "config".'; +$strSetuperror_form = 'Le formulaire soumis contient des erreurs.'; +$strSetuperror_incorrect_ip_address = 'Adresse IP incorrecte : %s'; +$strSetuperror_incorrect_port = 'Numéro de port invalide'; +$strSetuperror_incorrect_value = 'Valeur incorrecte'; +$strSetuperror_missing_field_data = 'Données manquantes pour %s'; +$strSetuperror_nan_nneg = 'Nombre non négatif'; +$strSetuperror_nan_p = 'Nombre non positif'; +$strSetupExecTimeLimit_desc = 'Nombre de secondes allouées à l\'exécution des scripts ([kbd]0[/kbd] signifie "illimité")'; +$strSetupExecTimeLimit_name = 'Durée maximum d\'exécution'; +$strSetupExport_asfile_name = 'Sauvegarder le fichier'; +$strSetupExport_charset_name = 'Jeu de caractères du fichier'; +$strSetupExport_compression_name = 'Compression'; +$strSetupExport_file_template_database_name = 'Modèle de nom de base de données'; +$strSetupExport_file_template_server_name = 'Modèle de nom de serveur'; +$strSetupExport_file_template_table_name = 'Modèle de nom de table'; +$strSetupExport_format_name = 'Format'; +$strSetupExport_onserver_name = 'Sauvegarder sur le serveur'; +$strSetupExport_onserver_overwrite_name = 'Écraser un fichier existant'; +$strSetupExport_remember_file_template_name = 'Se souvenir du modèle de nom de fichier'; +$strSetupFalse = 'non'; +$strSetupForceSSL_desc = 'Force des connexions https entre le navigateur et phpMyAdmin'; +$strSetupForceSSLMsg = 'Cette [a@?page=form&formset=features#tab_Security]option[/a] doit être activée si votre serveur la supporte.'; +$strSetupForceSSL_name = 'Forcer les connexions SSL'; +$strSetupForeignKeyDropdownOrder_desc = '[kbd]content[/kbd] signifie la donnée référencée, [kbd]id[/kbd] représente la valeur de la clé'; +$strSetupForeignKeyDropdownOrder_name = 'Ordre dans le menu des clés étrangères'; +$strSetupForeignKeyMaxLimit_desc = 'Un menu déroulant sera utilisé si le nombre de valeurs est inférieur à cette limite'; +$strSetupForeignKeyMaxLimit_name = 'Limite pour clé étrangère'; +$strSetupForm_Browse_desc = 'Personnaliser le mode affichage'; +$strSetupForm_Browse = 'Mode affichage'; +$strSetupForm_Edit_desc = 'Personnaliser le mode édition'; +$strSetupForm_Edit = 'Mode édition'; +$strSetupForm_Export_defaults_desc = 'Personnaliser les valeurs utilisées habituellement'; +$strSetupForm_Export_defaults = 'Valeurs par défaut pour exportation'; +$strSetupForm_Import_defaults_desc = 'Personnaliser les valeurs utilisées habituellement'; +$strSetupForm_Import_defaults = 'Valeurs par défaut pour importation'; +$strSetupForm_Import_export_desc = 'Configurez les répertoires d\'importation et d\'exportation ainsi que les options de compression'; +$strSetupForm_Import_export = 'Importation / exportation'; +$strSetupForm_Left_databases = 'Bases de données'; +$strSetupForm_Left_databases_desc = 'Options d\'affichage des bases de données'; +$strSetupForm_Left_frame_desc = 'Personnaliser l\'apparence du panneau de navigation'; +$strSetupForm_Left_frame = 'Panneau de navigation'; +$strSetupForm_Left_servers_desc = 'Options d\'affichage des serveurs'; +$strSetupForm_Left_servers = 'Serveurs'; +$strSetupForm_Left_tables_desc = 'Options d\'affichage des tables'; +$strSetupForm_Left_tables = 'Tables'; +$strSetupForm_Main_frame = 'Panneau principal'; +$strSetupForm_Other_core_settings = 'Autres réglages de base'; +$strSetupForm_Other_core_settings_desc = 'Réglages divers'; +$strSetupForm_Query_window_desc = 'Personnaliser le panneau de requêtes'; +$strSetupForm_Query_window = 'Panneau de requêtes'; +$strSetupForm_Security_desc = 'Veuillez noter que phpMyAdmin n\'est qu\'une interface et que ses réglages ne limitent en rien MySQL'; +$strSetupForm_Security = 'Sécurité'; +$strSetupForm_Server_config = 'Configuration du serveur'; +$strSetupForm_Server_config_desc = 'Configuration avancée, assurez-vous de connaître la signification de ces options avant de les modifier'; +$strSetupForm_Server = 'Configuration de base'; +$strSetupForm_Server_desc = 'Entrez les paramètres de connexion au serveur'; +$strSetupForm_Server_login_options_desc = 'Entrez les options pour l\'authentification "signon"'; +$strSetupForm_Server_login_options = 'Option de connexion "signon"'; +$strSetupForm_Server_pmadb = 'Base de données phpMyAdmin "pmadb"'; +$strSetupForm_Server_pmadb_desc = 'Configurez la base phpMyAdmin pour activer des fonctionnalités additionnelles, voir [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a]'; +$strSetupFormset_customization = 'Personnalisation'; +$strSetupFormset_export = 'Personnaliser les valeurs pour exportation'; +$strSetupFormset_features = 'Fonctionnalités'; +$strSetupFormset_import = 'Personnaliser les valeurs pour importation'; +$strSetupFormset_left_frame = 'Personnaliser le cadre de navigation'; +$strSetupFormset_main_frame = 'Personnaliser le cadre principal'; +$strSetupForm_Sql_box = 'Boîte de requêtes SQL'; +$strSetupForm_Sql_box_desc = 'Personnaliser les liens affichés dans les boîtes de requêtes SQL'; +$strSetupForm_Sql_queries_desc = 'Réglages pour requêtes SQL, voir [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a]'; +$strSetupForm_Sql_queries = 'Requêtes SQL'; +$strSetupForm_Startup_desc = 'Personnaliser la page de départ'; +$strSetupForm_Startup = 'Page de départ'; +$strSetupForm_Tabs_desc = 'Personnaliser les onglets'; +$strSetupForm_Tabs = 'Onglets'; +$strSetupGZipDump_desc = 'Active la compression [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] pour les opérations d\'importation et d\'exportation'; +$strSetupGZipDump_name = 'GZip'; +$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]La compression et décompression GZip[/a] requièrent des fonctions (%s) non disponibles sur ce serveur.'; +$strSetupHomepageLink = 'Site de phpMyAdmin'; +$strSetupIconvExtraParams_name = 'Paramètres pour iconv'; +$strSetupIgnoreErrors = 'Ignorer les erreurs'; +$strSetupIgnoreMultiSubmitErrors_desc = 'Si activé, phpMyAdmin continue le traitement des requêtes multi-énoncés même en cas d\'échec de l\'un des énoncés.'; +$strSetupIgnoreMultiSubmitErrors_name = 'Ignorer les erreurs dans les requêtes multi-énoncés'; +$strSetupImport_allow_interrupt_desc = 'Permettre l\'interruption de l\'importation si la limite de temps est sur le point d\'être atteinte. Ceci pourrait aider à importer des fichiers volumineux, au détriment du respect des transactions.'; +$strSetupImport_allow_interrupt_name = 'Permettre l\'interruption lors de l\'importation'; +$strSetupImport_format_desc = 'Format par défaut; soyez conscient que cette liste dépend du contexte (base de données, table) et que seul SQL est toujours disponible'; +$strSetupImport_format_name = 'Format du fichier importé'; +$strSetupImport_skip_queries_desc = '... relatif au début du fichier'; +$strSetupImport_skip_queries_name = 'Nombre de requêtes à ignorer'; +$strSetupInsecureConnection = 'Connexion non sécurisée'; +$strSetupInsecureConnectionMsg1 = 'Votre connexion n\'est pas sécurisée; toutes les données sont transférées non-encryptées!'; +$strSetupInsecureConnectionMsg2 = 'Si votre serveur accepte les requêtes HTTPS, utilisez une [a@%s]connexion sécurisée[/a].'; +$strSetupInsertRows_desc = ''; +$strSetupInsertRows_name = 'Nombre d\'enregistrements à insérer'; +$strSetupLeftDefaultTabTable_name = 'Cible de l\'icône d\'accès rapide'; +$strSetupLeftDisplayLogo_desc = '...dans le panneau de navigation'; +$strSetupLeftDisplayLogo_name = 'Affichage du logo'; +$strSetupLeftDisplayServers_desc = '...en haut du panneau de navigation'; +$strSetupLeftDisplayServers_name = 'Affiche la liste des serveurs'; +$strSetupLeftFrameDBSeparator_desc = '...pour la séparation en niveaux'; +$strSetupLeftFrameDBSeparator_name = 'Séparateur pour l\'arborescence des bases de données'; +$strSetupLeftFrameDBTree_desc = 'En affichage léger; déterminé par le séparateur)'; +$strSetupLeftFrameDBTree_name = 'Montre les bases de données dans une arborescence'; +$strSetupLeftFrameLight_desc = 'Désactiver ceci si vous désirez voir toutes les bases de données d\'un seul coup dans le panneau de navigation'; +$strSetupLeftFrameLight_name = 'Active l\'affichage léger'; +$strSetupLeftFrameTableLevel_name = 'Nombre de niveaux pour l\'arborescence des tables'; +$strSetupLeftFrameTableSeparator_desc = '...pour la séparation en niveaux'; +$strSetupLeftFrameTableSeparator_name = 'Séparateur pour l\'arborescence des noms de tables'; +$strSetupLeftLogoLink_name = 'URL du lien sous le logo'; +$strSetupLeftLogoLinkWindow_desc = 'Pour la fenêtre principale, ([kbd]main[/kbd]) ou dans une nouvelle fenêtre, ([kbd]new[/kbd])'; +$strSetupLeftLogoLinkWindow_name = 'Fenêtre-cible pour la page ouverte lors d\'un clic sur le logo'; +$strSetupLeftPointerEnable_desc = '...dans le panneau de navigation'; +$strSetupLeftPointerEnable_name = 'Active la surbrillance'; +$strSetupLetUserChoose = 'laisser l\'utilisateur choisir'; +$strSetupLightTabs_desc = 'Utiliser des onglets moins intenses graphiquement'; +$strSetupLightTabs_name = 'Onglets légers'; +$strSetupLoad = 'Charger'; +$strSetupLoginCookieDeleteAll_desc = 'Si "true", la déconnexion se produit pour tous les serveurs; si "false", on se déconnecte seulement du serveur courant.'; +$strSetupLoginCookieDeleteAll_name = 'Détruire tous les "cookies" à la déconnexion'; +$strSetupLoginCookieRecall_desc = 'Sur le panneau de connexion (mode "cookie"), le nom du précédent utilisateur devrait-il apparaître?'; +$strSetupLoginCookieRecall_name = 'Se souvenir du nom d\'utilisateur'; +$strSetupLoginCookieStore_desc = 'Définit combien de secondes le "cookie" de connexion sera conservé dans le fureteur. La valeur par défaut de 0 signifie qu\'il ne sera conservé que pour la session; ceci est recommandé si l\'environnement n\'est pas digne de confiance.'; +$strSetupLoginCookieStore_name = 'Stockage du "cookie"'; +$strSetupLoginCookieValidity_desc = 'Le nombre de secondes pendant lequel la connexion demeure valide'; +$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] devrait contenir une valeur d\'au plus 1800 secondes (30 minutes). Une valeur plus grande pose un risque.'; +$strSetupLoginCookieValidity_name = 'Durée de validité de la connexion (mode "cookie")'; +$strSetupMaxCharactersInDisplayedSQL_desc = '...en nombre de caractères'; +$strSetupMaxCharactersInDisplayedSQL_name = 'Taille maximum des requêtes SQL affichées'; +$strSetupMaxDbList_desc = '...affichées dans le panneau de gauche et la liste des bases'; +$strSetupMaxDbList_name = 'Nombre maximum de bases de données'; +$strSetupMaxRows_desc = ''; +$strSetupMaxRows_name = 'Nombre maximum d\'enregistrements à afficher'; +$strSetupMaxTableList_desc = '...affichées dans la liste des tables'; +$strSetupMaxTableList_name = 'Nombre maximum de tables'; +$strSetupMemoryLimit_desc = 'Le nombre d\'octets qu\'un script peut allouer, par exemple [kbd]32M[/kbd] ([kbd]0[/kbd] signifie "illimité")'; +$strSetupMemoryLimit_name = 'Limite mémoire'; +$strSetupNavigationBarIconic_desc = 'Utiliser les icônes (true), du texte (false) ou les deux (both)'; +$strSetupNavigationBarIconic_name = 'Apparence de la barre de navigation'; +$strSetupNewServer = 'Nouveau serveur'; +$strSetupNoServers = 'Aucun serveur n\'est configuré.'; +$strSetupOBGzip_desc = 'sert à augmenter la vitesse des transferts HTTP'; +$strSetupOBGzip_name = 'Tampon de sortie GZip ("output buffering")'; +$strSetupOptionNone = '- aucun -'; +$strSetupOrder_desc = '[kbd]SMART[/kbd] signifie un ordre décroissant pour les colonnes TIME, DATE, DATETIME et TIMESTAMP, et croissant pour les autres'; +$strSetupOrder_name = 'Ordre de tri par défaut'; +$strSetupOverview = 'Survol'; +$strSetupPersistentConnections_desc = '...au serveur MySQL'; +$strSetupPersistentConnections_name = 'Connexions persistentes'; +$strSetupPropertiesIconic_desc = 'Utiliser les icônes (true), du texte (false) ou les deux (both)'; +$strSetupPropertiesIconic_name = 'Icônes pour les actions sur les tables'; +$strSetupProtectBinary_desc = 'Empêche l\'édition des champs BLOB et BINARY'; +$strSetupProtectBinary_name = 'Protéger les champs binaires'; +$strSetupQueryHistoryDB_desc = 'Activer si vous désirez un historique permanent (nécessite pmadb). Si désactivé, utilise JS pour afficher un historique temporaire'; +$strSetupQueryHistoryDB_name = 'Historique permanent des requêtes'; +$strSetupQueryHistoryMax_desc = 'Le nombre de requêtes à conserver dans l\'historique'; +$strSetupQueryHistoryMax_name = 'Taille de l\'historique'; +$strSetupQueryWindowDefTab_desc = ''; +$strSetupQueryWindowDefTab_name = 'Onglet par défaut pour fenêtre de requêtes'; +$strSetupRecodingEngine_desc = 'Détermine quelles fonctions seront utilisées pour effectuer la conversion des caractères'; +$strSetupRecodingEngine_name = 'Moteur de conversion'; +$strSetupRestoreDefaultValue = 'Ramener la valeur par défaut'; +$strSetupRevertErroneousFields = 'Tenter de ramener les champs en erreur à leur valeur par défaut'; +$strSetupSaveDir_desc = 'Répertoire où les exportations peuvent être sauvegardées sur le serveur'; +$strSetupSaveDir_name = 'Répertoire de sauvegarde'; +$strSetupServerAuthConfigMsg = 'La méthode d\'authentification [kbd]config[/kbd] permet une connexion automatique, ce qui n\'est pas souhaitable dans un environnement réel. Toute personne qui connaît l\'URL d\'accès peut entrer dans votre phpMyAdmin. Il est suggérer de régler votre [a@?page=servers&mode=edit&id=%1$d#tab_Server]type d\'authentification[/a] à [kbd]cookie[/kbd] ou [kbd]http[/kbd].'; +$strSetupServerExtensionMsg = 'Il est recommandé d\'utiliser mysqli'; +$strSetupServerNoPasswordRootMsg = 'Vous permettez la connextion au serveur en tant que root sans mot de passe.'; +$strSetupServersAdd = 'Ajouter un serveur'; +$strSetupServers_AllowDeny_order_desc = 'Laisser vide si non utilisé'; +$strSetupServers_AllowDeny_order_name = 'Ordre d\'authentification des serveurs'; +$strSetupServers_AllowDeny_rules_desc = 'Laisser vide pour la valeur par défaut'; +$strSetupServers_AllowDeny_rules_name = 'Règles d\'authentification des serveurs'; +$strSetupServers_AllowNoPasswordRoot_name = 'Permettre l\'utilisateur root sans mot de passe'; +$strSetupServers_AllowRoot_name = 'Permettre une connexion à root'; +$strSetupServers_auth_swekey_config_desc = 'Le chemin du fichier de configuration pour [a@http://swekey.com]l\'authentification matérielle Swekey[/a] (ne pas placer sous la racine des documents; suggestion : /etc/swekey.conf)'; +$strSetupServers_auth_swekey_config_name = 'Fichier de configuration SweKey'; +$strSetupServers_auth_type_desc = ''; +$strSetupServers_auth_type_name = 'Type d\'Authentification'; +$strSetupServers_bookmarktable_desc = 'Laisser vider pour désactiver le support des [a@http://wiki.cihar.com/pma/bookmark]signets[/a], par défaut : [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_name = 'Table pour signets'; +$strSetupServers_column_info_desc = 'Laisser vider pour désactiver les commentaires sur les colonnes et les types MIME; par défaut : [kbd]pma_column_info[/kbd]'; +$strSetupServers_column_info_name = 'Table pour informations sur les colonnes'; +$strSetupServers_compress_desc = '(connexion au serveur MySQL)'; +$strSetupServers_compress_name = 'Utiliser le mode compression sur la connexion'; +$strSetupServers_connect_type_desc = 'Comment se connecter au serveur, utilisez TCP si vous êtes dans le doute'; +$strSetupServers_connect_type_name = 'Type de connexion'; +$strSetupServers_controlpass_name = 'Mot de passe de l\'utilisateur de contrôle'; +$strSetupServers_controluser_desc = 'Un compte MySQL spécial avec des permissions limitées, voir [a@http://wiki.cihar.com/pma/controluser] notre wiki[/a]'; +$strSetupServers_controluser_name = 'Utilisateur de contrôle'; +$strSetupServers_CountTables_desc = 'Comptage du nombre de tables en montrant la liste des bases de données'; +$strSetupServers_CountTables_name = 'Comptage des tables'; +$strSetupServers_designer_coords_desc = 'Laisser vider pour désactiver, par défaut : [kbd]designer_coords[/kbd]'; +$strSetupServers_designer_coords_name = 'Table pour "concepteur"'; +$strSetupServers_DisableIS_desc = 'Voir [a@http://sf.net/support/tracker.php?aid=1849494]ce bogue phpMyAdmin[/a] et [a@http://bugs.mysql.com/19588]ce bogue MySQL[/a]'; +$strSetupServers_DisableIS_name = 'Empêcher l\'accès à INFORMATION_SCHEMA'; +$strSetupServerSecurityInfoMsg = 'Si vous l\'estimez nécessaire, utilisez des réglages de protection - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]authentification du serveur[/a] et [a@?page=form&formset=features#tab_Security]serveurs mandataires de confiance[/a].'; +$strSetupServersEdit = 'Modifier serveur'; +$strSetupServers_extension_desc = 'Quelle extension PHP utiliser (prenez mysqli si possible)'; +$strSetupServers_extension_name = 'Extension PHP'; +$strSetupServers_hide_db_desc = 'Masquer les bases dont le nom correspond à l\'expression (PCRE)'; +$strSetupServers_hide_db_name = 'Masquer les bases de données'; +$strSetupServers_history_desc = 'Laisser vider pour désactiver, par défaut : [kbd]pma_history[/kbd]'; +$strSetupServers_history_name = 'Tables pour historique des requêtes SQL'; +$strSetupServers_host_desc = ''; +$strSetupServers_host_name = 'Nom du serveur'; +$strSetupServers_LogoutURL_name = 'URL pour quitter'; +$strSetupServers_nopassword_desc = 'Essayer de se connecter sans mot de passe'; +$strSetupServers_nopassword_name = 'Connexion sans mot de passe'; +$strSetupServers_only_db_desc = 'Vous pouvez utiliser ces caractères passepartout (% et _), avec un caractère d\'échappement si vous les employez de manière littérale ("ma\_base" et non "ma_base")'; +$strSetupServers_only_db_name = 'Restreindre la liste des bases de données'; +$strSetupServers_password_desc = 'Laisser vide si vous n\'utilisez pas la méthode d\'authentification "config"'; +$strSetupServers_password_name = 'Mot de passe pour méthode "config"'; +$strSetupServers_pdf_pages_desc = 'Laisser vider pour désactiver, par défaut : [kbd]pma_pdf_pages[/kbd]'; +$strSetupServers_pdf_pages_name = 'Table pour décrire les schémas en PDF'; +$strSetupServers_pmadb_desc = 'La base utilisée pour les fonctionnalités relationnelles, signets et PDF. Voir [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a]. Laisser vider pour désactiver. Par défaut : [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_name = 'Base de données phpMyAdmin (pmadb)'; +$strSetupServers_port_desc = 'Port sur lequel MySQL est en écoute, laisser vide pour utiliser la valeur par défaut'; +$strSetupServers_port_name = 'Port'; +$strSetupServers_relation_desc = 'Laisser vider pour désactiver le support [a@http://wiki.cihar.com/pma/relation]relationnel[/a], par défaut : [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_name = 'Table relationnelle'; +$strSetupServers_ShowDatabasesCommand_desc = 'La commande SQL à utiliser pour acquérir la liste des bases de données'; +$strSetupServers_ShowDatabasesCommand_name = 'Commande SHOW DATABASES'; +$strSetupServers_SignonSession_desc = 'Voir [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] pour un exemple'; +$strSetupServers_SignonSession_name = 'Nom de session pour méthode "signon"'; +$strSetupServers_SignonURL_name = 'URL pour connexion'; +$strSetupServerSslMsg = 'Vous devriez utiliser des connexions SSL si votre serveur le permet.'; +$strSetupServers_socket_desc = 'Interface de connexion du serveur MySQL, laisser vide pour utiliser la valeur par défaut'; +$strSetupServers_socket_name = 'Interface de connexion "socket"'; +$strSetupServers_ssl_desc = ''; +$strSetupServers_ssl_name = 'Utiliser SSL'; +$strSetupServers_table_coords_desc = 'Laisser vider pour désactiver, par défaut : [kbd]pma_table_coords[/kbd]'; +$strSetupServers_table_coords_name = 'Table pour coordonnées du schéma en PDF'; +$strSetupServers_table_info_desc = 'Sert à définir les champs descriptifs, laisser vide pour désactiver; par défaut : [kbd]pma_table_info[/kbd]'; +$strSetupServers_table_info_name = 'Table pour champs descriptifs'; +$strSetupServers_user_desc = 'Laisser vide si vous n\'utilisez pas la méthode d\'authentification "config"'; +$strSetupServers_user_name = 'Utilisateur pour méthode "config"'; +$strSetupServers_verbose_check_desc = 'Désactiver si vous savez que vos tables pma_* sont à jour. Ceci contourne une vérification et améliore la performance'; +$strSetupServers_verbose_check_name = 'Vérification détaillée'; +$strSetupServers_verbose_desc = 'Nom du serveur où MySQL tourne'; +$strSetupServers_verbose_name = 'Nom à afficher pour ce serveur'; +$strSetupSetValue = 'Assigner la valeur: %s'; +$strSetupShowAll_desc = '...via le bouton "Tout afficher"'; +$strSetupShowAll_name = 'Permettre l\'affichage de tous les enregistrements'; +$strSetupShowChgPassword_desc = 'N\'a aucun effet si on utilise le mode d\'authentification [kbd]config[/kbd]; cependant on peut exécuter un changement de mot de passe manuellement avec la commande appropriée'; +$strSetupShowChgPassword_name = 'Afficher le dialogue de changement de mot de passe'; +$strSetupShowCreateDb_name = 'Afficher le formulaire de création de base de données'; +$strSetupShowForm = 'Afficher le formulaire'; +$strSetupShowFunctionFields_desc = 'En insertion/édition, montrer la colonne contenant les fonctions'; +$strSetupShowFunctionFields_name = 'Montrer les fonctions'; +$strSetupShowHiddenMessages = 'Afficher les messages cachés (#MSG_COUNT)'; +$strSetupShowPhpInfo_desc = '...lien vers le résultat de [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]'; +$strSetupShowPhpInfo_name = 'Afficher un lien vers phpinfo()'; +$strSetupShowServerInfo_name = 'Afficher les informations détaillées sur le serveur MySQL'; +$strSetupShowSQL_desc = 'Détermine si les requêtes générées par phpMyAdmin devraient être affichées'; +$strSetupShowSQL_name = 'Afficher les requêtes SQL'; +$strSetupShowStats_desc = '...sur les bases de données et les tables (espace utilisé)'; +$strSetupShowStats_name = 'Afficher les statistiques'; +$strSetupShowTooltipAliasDB_desc = 'Inverse l\'affichage du nom et des commentaires'; +$strSetupShowTooltipAliasDB_name = 'Affiche le commentaire décrivant la base de données, au lieu de son nom'; +$strSetupShowTooltipAliasTB_desc = 'Si défini à [kbd]nested[/kbd], l\'alias du nom de table ne sert qu\'à subdiviser les tables selon $cfg[\'LeftFrameTableSeparator\']'; +$strSetupShowTooltipAliasTB_name = 'Affiche le commentaire de table au lieu de son nom'; +$strSetupShowTooltip_name = 'Affichage des commentaires de table en infobulle'; +$strSetupSkipLockedTables_desc = 'Marque les tables utilisées et rend possible l\'affichage des bases de données comportant des tables verrouillées'; +$strSetupSkipLockedTables_name = 'Saute les tables verrouillées'; +$strSetupSQLQuery_Edit_name = 'Modifier'; +$strSetupSQLQuery_Explain_name = 'Expliquer SQL'; +$strSetupSQLQuery_Refresh_name = 'Actualiser'; +$strSetupSQLQuery_ShowAsPHP_name = 'Créer code PHP'; +$strSetupSQLQuery_Validate_name = 'Valider SQL'; +$strSetupSuggestDBName_desc = '...dans le dialogue de création de base, si possible, sinon laisser le champ vide'; +$strSetupSuggestDBName_name = 'Suggérer un nom de nouvelle base de données'; +$strSetupTrue = 'oui'; +$strSetupTrustedProxies_desc = 'Format des définitions : [kbd]IP: en-tête[/kbd]. Dans cet exemple, phpMyAdmin devrait faire confiance si l\'en-tête HTTP_X_FORWARDED_FOR (X-Forwarded-For) provient du serveur 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; +$strSetupTrustedProxies_name = 'Liste des serveurs mandataires de confiance en vue de "IP allow/deny"'; +$strSetupUploadDir_desc = 'Répertoire sur le serveur, dans lequel vous téléchargez des fichiers en vue de les importer'; +$strSetupUploadDir_name = 'Répertoire de téléchargement'; +$strSetupUseDbSearch_desc = ''; +$strSetupUseDbSearch_name = 'Permet une recherche dans toute la base de données'; +$strSetupVerboseMultiSubmit_desc = 'Montre le nombre d\'enregistrements affectés par chaque énoncé. Voir libraries/import.lib.php pour le nombre d\'énoncés qu\'une requête peut comporter.'; +$strSetupVerboseMultiSubmit_name = 'Détails pour les requêtes multi-énoncés'; +$strSetupVersionCheckDataError = 'Échec lors de la vérification de version.'; +$strSetupVersionCheckInvalid = 'Un numéro de version invalide a été reçu du serveur.'; +$strSetupVersionCheckLink = 'Vérifier la présence d\'une nouvelle version'; +$strSetupVersionCheckNewAvailableSvn = 'Vous utilisez phpMyAdmin sous subversion, faites [kbd]svn update[/kbd] :-)[br]La dernière version stable est %s, publiée le %s.'; +$strSetupVersionCheckNewAvailable = 'Une nouvelle version de phpMyAdmin est disponible et vous devriez songer à une mise à niveau. La version la plus récente est %s, publiée le %s.'; +$strSetupVersionCheckNone = 'Aucune version stable plus récente n\'est disponible'; +$strSetupVersionCheckUnparsable = 'Analyse impossible du numéro de version.'; +$strSetupVersionCheck = 'Vérification de version'; +$strSetupVersionCheckWrapperError = 'Ni CURL ni "URL wrapper" ne sont disponibles; impossible de chercher une nouvelle version.'; +$strSetupWarning = 'Avertissement'; +$strSetupZipDump_desc = 'Active la compression [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] pour les opérations d\'importation et d\'exportation'; +$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]La compression Zip[/a] requiert des fonctions (%s) non disponibles sur ce serveur.'; +$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]La décompression Zip[/a] requiert des fonctions (%s) non disponibles sur ce serveur.'; +$strSetupZipDump_name = 'ZIP'; $strShow = 'Afficher'; $strShowAll = 'Tout afficher'; $strShowColor = 'Couleurs'; @@ -774,6 +1139,7 @@ $strShowingBookmark = 'Affichage du signet'; $strShowingPhp = 'Affichage du code PHP'; $strShowingRecords = 'Affichage des enregistrements'; $strShowingSQL = 'Affichage de la requête SQL'; +$strShowKeys = 'Ne montrer que les clés.'; $strShowOpenTables = 'Montrer les tables ouvertes'; $strShowPHPInfo = 'Afficher les informations relatives à PHP'; $strShowSlaveHosts = 'Montrer les serveurs esclaves'; @@ -1051,7 +1417,9 @@ $strViewDumpDatabases = 'Schéma et/ou contenu des bases de données'; $strViewDumpDB = 'Schéma et données de la base '; $strViewHasAtLeast = 'Cette vue contient au moins ce nombre d\'enregistrements. Veuillez référer à %sdocumentation%s.'; $strViewHasBeenDropped = 'La vue %s a été supprimée'; +$strViewImage = 'Afficher l\'image'; $strViewName = 'Nom de la vue'; +$strViewVideo = 'Lecture vidéo'; $strView = 'Vue'; $strWebServer = 'Serveur web'; @@ -1073,372 +1441,4 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; -$strBLOBRepository = 'Dépôt BLOB'; -$strBLOBRepositoryDamaged = 'Endommagé'; -$strBLOBRepositoryDisableAreYouSure = 'Êtes-vous certain de vouloir désactiver toutes les références BLOB pour la base %s?'; -$strBLOBRepositoryDisabled = 'Désactivé'; -$strBLOBRepositoryDisable = 'Désactiver'; -$strBLOBRepositoryDisableStrongWarning = 'Vous allez DÉSACTIVER un dépôt BLOB!'; -$strBLOBRepositoryEnabled = 'Activé'; -$strBLOBRepositoryEnable = 'Activer'; -$strBLOBRepositoryRemove = 'Supprimer les références au dépôt BLOB'; -$strBLOBRepositoryRepair = 'Réparer'; -$strBLOBRepositoryStatus = 'État'; -$strBLOBRepositoryUpload = 'Télécharger vers le dépôt BLOB'; -$strViewImage = 'Afficher l\'image'; -$strPlayAudio = 'Lecture audio'; -$strViewVideo = 'Lecture vidéo'; -$strDownloadFile = 'Télécharger'; -$strLogServerHelp = 'Vous pouvez entrer le nom du serveur ou son adresse IP, ainsi que le port séparé par un espace.'; -$strShowKeys = 'Ne montrer que les clés.'; -$strSetupServersAdd = 'Ajouter un serveur'; -$strSetupServersEdit = 'Modifier serveur'; -$strSetupFormset_features = 'Fonctionnalités'; -$strSetupFormset_left_frame = 'Personnaliser le cadre de navigation'; -$strSetupFormset_main_frame = 'Personnaliser le cadre principal'; -$strSetupFormset_import = 'Personnaliser les valeurs pour importation'; -$strSetupFormset_export = 'Personnaliser les valeurs pour exportation'; -$strSetupFormset_customization = 'Personnalisation'; -$strSetupTrue = 'oui'; -$strSetupFalse = 'non'; -$strSetupDisplay = 'Afficher'; -$strSetupDownload = 'Télécharger'; -$strSetupClear = 'Vider'; -$strSetupLoad = 'Charger'; -$strSetupRestoreDefaultValue = 'Ramener la valeur par défaut'; -$strSetupSetValue = 'Assigner la valeur: %s'; -$strSetupWarning = 'Avertissement'; -$strSetupIgnoreErrors = 'Ignorer les erreurs'; -$strSetupRevertErroneousFields = 'Tenter de ramener les champs en erreur à leur valeur par défaut'; -$strSetupShowForm = 'Afficher le formulaire'; -$strSetupOverview = 'Survol'; -$strSetupShowHiddenMessages = 'Afficher les messages cachés (#MSG_COUNT)'; -$strSetupNoServers = 'Aucun serveur n\'est configuré.'; -$strSetupNewServer = 'Nouveau serveur'; -$strSetupDefaultLanguage = 'Langue par défaut'; -$strSetupDefaultServer = 'Serveur par défaut'; -$strSetupLetUserChoose = 'laisser l\'utilisateur choisir'; -$strSetupOptionNone = '- aucun -'; -$strSetupEndOfLine = 'Fin de ligne'; -$strSetupConfigurationFile = 'Fichier de configuration'; -$strSetupHomepageLink = 'Site de phpMyAdmin'; -$strSetupDonateLink = 'Faire un don'; -$strSetupVersionCheckLink = 'Vérifier la présence d\'une nouvelle version'; -$strSetupCannotLoadConfig = 'Impossible de charger ou sauvegarder la configuration'; -$strSetupCannotLoadConfigMsg = 'Veuillez créer le répertoire [em]config[/em] accessible en écriture tel que décrit sur [a@../Documentation.html#setup_script]documentation[/a]. Sinon vous ne pourrez que télécharger ou afficher la configuration.'; -$strSetupInsecureConnection = 'Connexion non sécurisée'; -$strSetupInsecureConnectionMsg2 = 'Si votre serveur accepte les requêtes HTTPS, utilisez une [a@%s]connexion sécurisée[/a].'; -$strSetupVersionCheck = 'Vérification de version'; -$strSetupVersionCheckWrapperError = 'Ni CURL ni "URL wrapper" ne sont disponibles; impossible de chercher une nouvelle version.'; -$strSetupVersionCheckDataError = 'Échec lors de la vérification de version.'; -$strSetupVersionCheckInvalid = 'Un numéro de version invalide a été reçu du serveur.'; -$strSetupVersionCheckUnparsable = 'Analyse impossible du numéro de version.'; -$strSetupVersionCheckNewAvailableSvn = 'Vous utilisez phpMyAdmin sous subversion, faites [kbd]svn update[/kbd] :-)[br]La dernière version stable est %s, publiée le %s.'; -$strSetupVersionCheckNone = 'Aucune version stable plus récente n\'est disponible'; -$strSetupServerSecurityInfoMsg = 'Si vous l\'estimez nécessaire, utilisez des réglages de protection - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]authentification du serveur[/a] et [a@?page=form&formset=features#tab_Security]serveurs mandataires de confiance[/a].'; -$strSetupServerSslMsg = 'Vous devriez utiliser des connexions SSL si votre serveur le permet.'; -$strSetupServerExtensionMsg = 'Il est recommandé d\'utiliser mysqli'; -$strSetupServerNoPasswordRootMsg = 'Vous permettez la connextion au serveur en tant que root sans mot de passe.'; -$strSetupBlowfishSecretLengthMsg = 'La clé doit avoir un minimum de 8 caractères.'; -$strSetupForceSSLMsg = 'Cette [a@?page=form&formset=features#tab_Security]option[/a] doit être activée si votre serveur la supporte.'; -$strSetupAllowArbitraryServerMsg = 'Cette [a@?page=form&formset=features#tab_Security]option[/a] ne devrait pas être activée car elle permet à un attaquant de tenter de forcer l\'entrée sur tout serveur MySQL. Si vous en avez réellement besoin, utilisez [a@?page=form&formset=features#tab_Security]la liste des serveurs mandataires de confiance[/a].'; -$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] devrait contenir une valeur d\'au plus 1800 secondes (30 minutes). Une valeur plus grande pose un risque.'; -$strSetupDirectoryNotice = 'Assurez-vous que ce répertoire n\'est pas accessible par les autres utilisateurs.'; -$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]La compression et décompression GZip[/a] requièrent des fonctions (%s) non disponibles sur ce serveur.'; -$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]La compression et décompression Bzip2[/a] requièrent des fonctions (%s) non disponibles sur ce serveur.'; -$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]La décompression Zip[/a] requiert des fonctions (%s) non disponibles sur ce serveur.'; -$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]La compression Zip[/a] requiert des fonctions (%s) non disponibles sur ce serveur.'; -$strSetuperror_form = 'Le formulaire soumis contient des erreurs.'; -$strSetuperror_missing_field_data = 'Données manquantes pour %s'; -$strSetuperror_incorrect_port = 'Numéro de port invalide'; -$strSetuperror_incorrect_value = 'Valeur incorrecte'; -$strSetuperror_incorrect_ip_address = 'Adresse IP incorrecte : %s'; -$strSetuperror_nan_p = 'Nombre non positif'; -$strSetuperror_nan_nneg = 'Nombre non négatif'; -$strSetuperror_empty_pmadb_user = 'Le "controluser" est vide.'; -$strSetuperror_empty_pmadb_password = 'Le "controlpass" est vide.'; -$strSetuperror_empty_user_for_config_auth = 'Le code d\'utilisateur est vide alors que vous utilisez la méthode "config".'; -$strSetuperror_empty_signon_session = 'Le nom de session "signon" est vide.'; -$strSetuperror_empty_signon_url = 'L\'URL de "signon" est vide.'; -$strSetuperror_connection = 'Connexion au serveur MySQL impossible.'; -$strSetupForm_Server = 'Configuration de base'; -$strSetupForm_Server_desc = 'Entrez les paramètres de connexion au serveur'; -$strSetupForm_Server_login_options = 'Option de connexion "signon"'; -$strSetupForm_Server_login_options_desc = 'Entrez les options pour l\'authentification "signon"'; -$strSetupForm_Server_config = 'Configuration du serveur'; -$strSetupForm_Server_config_desc = 'Configuration avancée, assurez-vous de connaître la signification de ces options avant de les modifier'; -$strSetupForm_Server_pmadb = 'Base de données phpMyAdmin "pmadb"'; -$strSetupForm_Server_pmadb_desc = 'Configurez la base phpMyAdmin pour activer des fonctionnalités additionnelles, voir [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a]'; -$strSetupForm_Import_export = 'Importation / exportation'; -$strSetupForm_Import_export_desc = 'Configurez les répertoires d\'importation et d\'exportation ainsi que les options de compression'; -$strSetupForm_Security = 'Sécurité'; -$strSetupForm_Security_desc = 'Veuillez noter que phpMyAdmin n\'est qu\'une interface et que ses réglages ne limitent en rien MySQL'; -$strSetupForm_Sql_queries = 'Requêtes SQL'; -$strSetupForm_Sql_queries_desc = 'Réglages pour requêtes SQL, voir [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a]'; -$strSetupForm_Other_core_settings = 'Autres réglages de base'; -$strSetupForm_Other_core_settings_desc = 'Réglages divers'; -$strSetupForm_Left_frame = 'Panneau de navigation'; -$strSetupForm_Left_frame_desc = 'Personnaliser l\'apparence du panneau de navigation'; -$strSetupForm_Left_servers = 'Serveurs'; -$strSetupForm_Left_servers_desc = 'Options d\'affichage des serveurs'; -$strSetupForm_Left_databases = 'Bases de données'; -$strSetupForm_Left_databases_desc = 'Options d\'affichage des bases de données'; -$strSetupForm_Left_tables = 'Tables'; -$strSetupForm_Left_tables_desc = 'Options d\'affichage des tables'; -$strSetupForm_Main_frame = 'Panneau principal'; -$strSetupForm_Startup = 'Page de départ'; -$strSetupForm_Startup_desc = 'Personnaliser la page de départ'; -$strSetupForm_Browse = 'Mode affichage'; -$strSetupForm_Browse_desc = 'Personnaliser le mode affichage'; -$strSetupForm_Edit = 'Mode édition'; -$strSetupForm_Edit_desc = 'Personnaliser le mode édition'; -$strSetupForm_Tabs = 'Onglets'; -$strSetupForm_Tabs_desc = 'Personnaliser les onglets'; -$strSetupForm_Sql_box = 'Boîte de requêtes SQL'; -$strSetupForm_Sql_box_desc = 'Personnaliser les liens affichés dans les boîtes de requêtes SQL'; -$strSetupForm_Import_defaults = 'Valeurs par défaut pour importation'; -$strSetupForm_Import_defaults_desc = 'Personnaliser les valeurs utilisées habituellement'; -$strSetupForm_Export_defaults = 'Valeurs par défaut pour exportation'; -$strSetupForm_Export_defaults_desc = 'Personnaliser les valeurs utilisées habituellement'; -$strSetupForm_Query_window = 'Panneau de requêtes'; -$strSetupForm_Query_window_desc = 'Personnaliser le panneau de requêtes'; -$strSetupServers_verbose_name = 'Nom à afficher pour ce serveur'; -$strSetupServers_verbose_desc = 'Nom du serveur où MySQL tourne'; -$strSetupServers_host_name = 'Nom du serveur'; -$strSetupServers_host_desc = ''; -$strSetupServers_port_name = 'Port'; -$strSetupServers_port_desc = 'Port sur lequel MySQL est en écoute, laisser vide pour utiliser la valeur par défaut'; -$strSetupServers_socket_name = 'Interface de connexion "socket"'; -$strSetupServers_socket_desc = 'Interface de connexion du serveur MySQL, laisser vide pour utiliser la valeur par défaut'; -$strSetupServers_ssl_name = 'Utiliser SSL'; -$strSetupServers_ssl_desc = ''; -$strSetupServers_connect_type_name = 'Type de connexion'; -$strSetupServers_connect_type_desc = 'Comment se connecter au serveur, utilisez TCP si vous êtes dans le doute'; -$strSetupServers_extension_name = 'Extension PHP'; -$strSetupServers_compress_name = 'Utiliser le mode compression sur la connexion'; -$strSetupServers_compress_desc = '(connexion au serveur MySQL)'; -$strSetupServers_auth_type_name = 'Type d\'Authentification'; -$strSetupServers_auth_type_desc = ''; -$strSetupServers_user_name = 'Utilisateur pour méthode "config"'; -$strSetupServers_user_desc = 'Laisser vide si vous n\'utilisez pas la méthode d\'authentification "config"'; -$strSetupServers_password_name = 'Mot de passe pour méthode "config"'; -$strSetupServers_password_desc = 'Laisser vide si vous n\'utilisez pas la méthode d\'authentification "config"'; -$strSetupServers_nopassword_name = 'Connexion sans mot de passe'; -$strSetupServers_nopassword_desc = 'Essayer de se connecter sans mot de passe'; -$strSetupServers_SignonSession_name = 'Nom de session pour méthode "signon"'; -$strSetupServers_SignonSession_desc = 'Voir [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] pour un exemple'; -$strSetupServers_SignonURL_name = 'Signon URL'; //to translate -$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate -$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$strSetupServers_only_db_name = 'Show only listed databases'; //to translate -$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate -$strSetupServers_hide_db_name = 'Hide databases'; //to translate -$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate -$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate -$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate -$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate -$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate -$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate -$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate -$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate -$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate -$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate -$strSetupServers_CountTables_name = 'Count tables'; //to translate -$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate -$strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate -$strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate -$strSetupServers_controlpass_name = 'Control user password'; //to translate -$strSetupServers_verbose_check_name = 'Verbose check'; //to translate -$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 -$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate -$strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate -$strSetupServers_table_info_name = 'Display fields table'; //to translate -$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate -$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate -$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]'; //to translate -$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate -$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate -$strSetupServers_column_info_name = 'Column information table'; //to translate -$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate -$strSetupServers_history_name = 'SQL query history table'; //to translate -$strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]'; //to translate -$strSetupServers_designer_coords_name = 'Designer table'; //to translate -$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]'; //to translate -$strSetupUploadDir_name = 'Upload directory'; //to translate -$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate -$strSetupSaveDir_name = 'Save directory'; //to translate -$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate -$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate -$strSetupDefaultCharset_name = 'Default character set'; //to translate -$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate -$strSetupRecodingEngine_name = 'Recoding engine'; //to translate -$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate -$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate -$strSetupZipDump_name = 'ZIP'; //to translate -$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate -$strSetupGZipDump_name = 'GZip'; //to translate -$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate -$strSetupBZipDump_name = 'Bzip2'; //to translate -$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate -$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate -$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate -$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate -$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate -$strSetupForceSSL_name = 'Force SSL connection'; //to translate -$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate -$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate -$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate -$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate -$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate -$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate -$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate -$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate -$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate -$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate -$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate -$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupShowSQL_name = 'Show SQL queries'; //to translate -$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate -$strSetupConfirm_name = 'Confirm DROP queries'; //to translate -$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate -$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate -$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate -$strSetupQueryHistoryMax_name = 'Query history length'; //to translate -$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate -$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate -$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate -$strSetupMaxDbList_name = 'Maximum databases'; //to translate -$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate -$strSetupMaxTableList_name = 'Maximum tables'; //to translate -$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate -$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate -$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate -$strSetupOBGzip_name = 'GZip output buffering'; //to translate -$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate -$strSetupPersistentConnections_name = 'Persistent connections'; //to translate -$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate -$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate -$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupMemoryLimit_name = 'Memory limit'; //to translate -$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate -$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate -$strSetupUseDbSearch_name = 'Use database search'; //to translate -$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate -$strSetupLeftFrameLight_name = 'Use light version'; //to translate -$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate -$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate -$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate -$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate -$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate -$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate -$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate -$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate -$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate -$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate -$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate -$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate -$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate -$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate -$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate -$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate -$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate -$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate -$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate -$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate -$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate -$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate -$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate -$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate -$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate -$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate -$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate -$strSetupShowStats_name = 'Show statistics'; //to translate -$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate -$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate -$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate -$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate -$strSetupShowChgPassword_name = 'Show password change form'; //to translate -$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate -$strSetupShowCreateDb_name = 'Show create database form'; //to translate -$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate -$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate -$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate -$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupShowAll_name = 'Allow to display all the rows'; //to translate -$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate -$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate -$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate -$strSetupOrder_name = 'Default sorting order'; //to translate -$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate -$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate -$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate -$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate -$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate -$strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate -$strSetupShowFunctionFields_name = 'Show function fields'; //to translate -$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate -$strSetupCharEditing_name = 'CHAR fields editing'; //to translate -$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate -$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate -$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate -$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate -$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate -$strSetupInsertRows_name = 'Number of inserted rows'; //to translate -$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate -$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate -$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate -$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate -$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate -$strSetupLightTabs_name = 'Light tabs'; //to translate -$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate -$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate -$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupDefaultTabServer_name = 'Default server tab'; //to translate -$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate -$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate -$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate -$strSetupDefaultTabTable_name = 'Default table tab'; //to translate -$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate -$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate -$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate -$strSetupSQLQuery_Edit_name = 'Edit'; //to translate -$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate -$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate -$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate -$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate -$strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate -$strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate -$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate -$strSetupExport_format_name = 'Format'; //to translate -$strSetupExport_compression_name = 'Compression'; //to translate -$strSetupExport_asfile_name = 'Save as file'; //to translate -$strSetupExport_charset_name = 'Character set of the file'; //to translate -$strSetupExport_onserver_name = 'Save on server'; //to translate -$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate -$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate -$strSetupExport_file_template_table_name = 'Table name template'; //to translate -$strSetupExport_file_template_database_name = 'Database name template'; //to translate -$strSetupExport_file_template_server_name = 'Server name template'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate -$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate -$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate -$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate -$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> From 60d0cff718d43719ada48932cc50b71a9da4de9d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 16 Nov 2008 19:04:06 +0000 Subject: [PATCH 14/60] Hungarian update --- ChangeLog | 1 + lang/hungarian-utf-8.inc.php | 792 +++++++++++++++++------------------ 2 files changed, 397 insertions(+), 396 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c97a3c7a..e676044e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - patch #2255890 [lang] English-language cleanup, thanks to Isaac Bennetch - ibennetch + [lang] Norwegian update, thanks to Sven-Erik Andersen ++ [lang] Hungarian update, thanks to Jozsef Tamas Herczeg - dodika 3.0.2.0 (not yet released) - [lang] Italian update, thanks to Luca and fantu diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index b5f1f0a74..c08dd69ee 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -43,14 +43,14 @@ $strAddPrivilegesOnDb = 'Jogok hozzáadása a következő adatbázison'; $strAddPrivilegesOnTbl = 'Jogok hozzáadása a következő táblán:'; $strAddSearchConditions = 'adja meg a keresési feltételeket (a "where" feltétel törzsét):'; $strAddToIndex = 'Hozzáadás az index  %s oszlophoz'; -$strAddUser = 'Új felhasználó hozzáadása'; $strAddUserMessage = 'Az új felhasználó hozzáadása megtörtént.'; +$strAddUser = 'Új felhasználó hozzáadása'; $strAdministration = 'Adminisztráció'; -$strAfter = '%s után'; $strAfterInsertBack = 'Vissza az előző oldalra'; $strAfterInsertNewInsert = 'Új sor beszúrása'; $strAfterInsertNext = 'Következő sor szerkesztése'; $strAfterInsertSame = 'Visszatérés erre az oldalra'; +$strAfter = '%s után'; $strAll = 'Mind'; $strAllowInterrupt = 'Az importálás megszakításának engedélyezése, ha a szkript észleli, hogy közel van az időkorláthoz. Nagy fájlok importálásakor jól jöhet, azonban meg tudja szakítani a tranzakciót.'; $strAllTableSameWidth = 'Az összes tábla megjelenítése ugyanolyan szélességgel'; @@ -88,18 +88,18 @@ $strBinLogName = 'Napló neve'; $strBinLogOriginalPosition = 'Eredeti pozíció'; $strBinLogPosition = 'Pozíció'; $strBinLogServerId = 'Szerver AZ'; -$strBLOBRepository = 'BLOB-tár'; +$strBLOBRepository = 'BLOB-ratár'; $strBLOBRepositoryDamaged = 'Sérült'; $strBLOBRepositoryDisableAreYouSure = 'Biztosan le akarja tiltani a(z) %s adatbázis összes BLOB hivatkozását?'; $strBLOBRepositoryDisabled = 'Letiltott'; $strBLOBRepositoryDisable = 'Letiltás'; -$strBLOBRepositoryDisableStrongWarning = 'Ön egy BLOB-tár LETILTÁSÁRA készül!'; +$strBLOBRepositoryDisableStrongWarning = 'Ön egy BLOB-raktár LETILTÁSÁRA készül!'; $strBLOBRepositoryEnabled = 'Engedélyezett'; $strBLOBRepositoryEnable = 'Engedélyezés'; -$strBLOBRepositoryRemove = 'BLOB-tár hivatkozás eltávolítása'; +$strBLOBRepositoryRemove = 'A BLOB-raktár hivatkozásának eltávolítása'; $strBLOBRepositoryRepair = 'Javítás'; $strBLOBRepositoryStatus = 'Állapot'; -$strBLOBRepositoryUpload = 'Feltöltés a BLOB-tárba'; +$strBLOBRepositoryUpload = 'Feltöltés a BLOB-raktárba'; $strBookmarkAllUsers = 'A hozzáférés ehhez a könyvjelzőhöz az összes felhasználó számára engedélyezett'; $strBookmarkCreated = 'A(z) %s könyvjelző elkészült'; $strBookmarkDeleted = 'A könyvjelző törlése megtörtént.'; @@ -108,9 +108,9 @@ $strBookmarkQuery = 'Könyvjelzőkhöz hozzáadott SQL-lekérdezés'; $strBookmarkReplace = 'Az ugyanazon nevű könyvjelző kicserélése'; $strBookmarkThis = 'Az SQL-lekérdezés hozzáadása a könyvjelzőkhöz'; $strBookmarkView = 'Csak megtekinthető'; -$strBrowse = 'Tartalom'; $strBrowseDistinctValues = 'A különböző értékek tallózása'; $strBrowseForeignValues = 'Az idegen kulcsok böngészése'; +$strBrowse = 'Tartalom'; $strBufferPoolActivity = 'Pufferkészlet művelete'; $strBufferPool = 'Pufferkészlet'; $strBufferPoolUsage = 'Pufferkészlet kihasználtsága'; @@ -135,14 +135,14 @@ $strCardinality = 'Számosság'; $strCaseInsensitive = 'a kis- és nagybetű nem különbözik'; $strCaseSensitive = 'a kis- és nagybetű különbözik'; $strCentralEuropean = 'Közép-európai'; -$strChange = 'Módosítás'; $strChangeCopyModeCopy = '... a régiek megőrzése.'; -$strChangeCopyMode = 'Új felhasználó létrehozása ezekkel a jogokkal, és ...'; $strChangeCopyModeDeleteAndReload = ' ... a régiek törlése a felhasználói táblákból, majd a jogok újratöltése.'; $strChangeCopyModeJustDelete = ' ... a régiek törlése a felhasználói táblákból.'; $strChangeCopyModeRevoke = ' ... az összes aktív jog visszaállítása a régiekből, majd törlés.'; +$strChangeCopyMode = 'Új felhasználó létrehozása ezekkel a jogokkal, és ...'; $strChangeCopyUser = 'Bejelentkezési adatok módosítása / Felhasználó másolása'; $strChangeDisplay = 'Válassza ki a megjelenítendő mezőt'; +$strChange = 'Módosítás'; $strChangePassword = 'Jelszó megváltoztatása'; $strCharset = 'Karakterkészlet'; $strCharsetOfFile = 'A fájl karakterkészlete:'; @@ -175,16 +175,16 @@ $strConstraintsForDumped = 'Megkötések a kiírt táblákhoz'; $strConstraintsForTable = 'Megkötések a táblához'; $strControluserFailed = 'A konfigurációban meghatározott kapcsolat a kontrollfelhasználó számára nem sikerült.'; $strCookiesRequired = 'Ettől a ponttól engedélyeznie kell a cookie-k fogadását.'; -$strCopy = 'Másolás'; $strCopyDatabaseOK = 'A(z) %s adatbázis másolása a(z) %s adatbázisba megtörtént'; -$strCopyTable = 'Tábla másolása (adatbázis.tábla):'; +$strCopy = 'Másolás'; $strCopyTableOK = 'A(z) %s tábla másolása %s néven megtörtént.'; $strCopyTableSameNames = 'Nem másolható ugyanabba a tábla!'; +$strCopyTable = 'Tábla másolása (adatbázis.tábla):'; $strCouldNotKill = 'A phpMyAdmin nem tudta leállítani a(z) %s szálat. Valószínűleg már befejeződött.'; -$strCreate = 'Létrehozás'; $strCreateDatabaseBeforeCopying = 'CREATE DATABASE másolás előtt'; $strCreateIndex = 'Index készítése a(z) %s. oszlopon'; $strCreateIndexTopic = 'Új index létrehozása'; +$strCreate = 'Létrehozás'; $strCreateNewDatabase = 'Új adatbázis létrehozása'; $strCreateNewTable = 'Új tábla létrehozása a(z) %s adatbázisban'; $strCreatePage = 'Új oldal készítése'; @@ -205,6 +205,7 @@ $strCzech = 'Cseh'; $strCzechSlovak = 'Csehszlovák'; $strDanish = 'Dán'; +$strData = 'Adatok'; $strDatabase = 'Adatbázis'; $strDatabaseEmpty = 'Üres az adatbázis neve!'; $strDatabaseExportOptions = 'Adatbázis exportálási beállításai'; @@ -216,7 +217,6 @@ $strDatabasesStats = 'Adatbázis-statisztika'; $strDatabasesStatsDisable = 'Statisztika letiltása'; $strDatabasesStatsEnable = 'Statisztika engedélyezése'; $strDatabasesStatsHeavyTraffic = 'Megjegyzés: az adatbázis-statisztika engedélyezése a webszerver és a MySQL közti nagy adatforgalomhoz vezethet.'; -$strData = 'Adatok'; $strDataDict = 'Adatkönyvtár'; $strDataOnly = 'Csak az adatok'; $strDataPages = 'Adatokat tartalmazó lapok'; @@ -231,19 +231,19 @@ $strDefaultEngine = 'Ezen a MySQL szerveren a(z) %s az alapértelmezett tároló $strDefaultValueHelp = 'Írjon be egy értéket az alapértelmezett értékekhez, fordított perjel, escape karakter vagy idézőjelek nélkül, a következő formátum használatával: a'; $strDefragment = 'Tábla töredezettségmentesítése'; $strDelayedInserts = 'Késleltetett beszúrások használata'; -$strDeleteAndFlush = 'Törölje a felhasználót, azután töltse be újra a jogokat.'; $strDeleteAndFlushDescr = 'Ez a legtisztább út, viszont a jogok újratöltése eltarthat egy ideig.'; -$strDelete = 'Törlés'; +$strDeleteAndFlush = 'Törölje a felhasználót, azután töltse be újra a jogokat.'; $strDeleted = 'A sor törlése megtörtént'; $strDeleteNoUsersSelected = 'Nincs törlésre kijelölt felhasználó!'; $strDeleteRelation = 'Kapcsolat törlése'; +$strDelete = 'Törlés'; $strDeleting = '%s törlése'; $strDelimiter = 'Elválasztó'; $strDelOld = 'A jelenlegi oldalon lévő táblahivatkozások már léteznek. Szeretné törölni ezeket a hivatkozásokat?'; $strDescending = 'Csökkenő'; $strDescription = 'Leírás'; -$strDesigner = 'Tervező'; $strDesignerHelpDisplayField = 'A megjelenítendő mező rózsaszínben látható. Egy mező megjelenítendő mezőként történő beállításához/eltávolításához kattintson a "Válassza ki a megjelenítendő mezőt" ikonra, majd kattintson a megfelelő mező nevére.'; +$strDesigner = 'Tervező'; $strDetails = 'Részletek...'; $strDictionary = 'szótár'; $strDirectLinks = 'Közvetlen hivatkozások'; @@ -266,17 +266,17 @@ $strDumpSaved = 'A kiíratás mentése a(z) %s fájlba megtörtént.'; $strDumpXRows = '%s sor kiírása a(z) %s. rekorddal kezdődően'; $strDynamic = 'dinamikus'; -$strEdit = 'Szerkesztés'; $strEditPDFPages = 'PDF oldalak szerkesztése'; $strEditPrivileges = 'Jogok szerkesztése'; +$strEdit = 'Szerkesztés'; $strEffective = 'Hatályos'; $strEmpty = 'Kiürítés'; $strEmptyResultSet = 'A MySQL üres eredményhalmazt adott vissza (pl. nulla sorok).'; $strEnabled = 'Engedélyezett'; $strEncloseInTransaction = 'Az exportálás befoglalása egy tranzakcióban'; $strEndCut = 'Kivágás vége'; -$strEnd = 'Vége'; $strEndRaw = 'Feldolgozatlan Vége'; +$strEnd = 'Vége'; $strEngineAvailable = 'A(z) %s motor elérhető ezen a MySQL szerveren.'; $strEngineDisabled = '%s letiltott ezen a MySQL szerveren.'; $strEngines = 'Motorok'; @@ -304,9 +304,9 @@ $strExtendedInserts = 'Kiterjesztett beszúrások'; $strExtra = 'Extra'; $strFailedAttempts = 'Sikertelen próbák'; -$strField = 'Mező'; $strFieldHasBeenDropped = 'A(z) %s mező eldobása megtörtént'; $strFieldInsertFromFileTempDirNotExists = 'Hiba történt a feltöltött fájl áthelyezésekor, lásd: GYIK 1.11'; +$strField = 'Mező'; $strFieldsEnclosedBy = 'Mező lezárás'; $strFieldsEscapedBy = 'Mező escape karakter'; $strFields = 'Mezők száma'; @@ -314,9 +314,9 @@ $strFieldsTerminatedBy = 'Mező vége'; $strFileAlreadyExists = 'már létezik %s fájl a szerveren, változtassa meg a fájlnevet, vagy állítsa be a felülírási opciót!'; $strFileCouldNotBeRead = 'Nem lehetett beolvasni a fájlt'; $strFileNameTemplateDescriptionDatabase = 'adatbázis neve'; +$strFileNameTemplateDescription = 'Ennek az értéknek az értelmezése az %1$sstrftime%2$s használatával történik, vagyis időformázó karakterláncokat használhat. A következő átalakításokra kerül továbbá sor: %3$s. Más szöveg eredeti állapotában kerül megtartásra.'; $strFileNameTemplateDescriptionServer = 'szerver neve'; $strFileNameTemplateDescriptionTable = 'tábla neve'; -$strFileNameTemplateDescription = 'Ennek az értéknek az értelmezése az %1$sstrftime%2$s használatával történik, vagyis időformázó karakterláncokat használhat. A következő átalakításokra kerül továbbá sor: %3$s. Más szöveg eredeti állapotában kerül megtartásra.'; $strFileNameTemplate = 'Fájlnévsablon'; $strFileNameTemplateRemember = 'a sablon megjegyzése'; $strFiles = 'Fájlok'; @@ -324,8 +324,8 @@ $strFileToImport = 'Importálandó fájl'; $strFixed = 'rögzített'; $strFlushPrivilegesNote = 'Megjegyzés: a phpMyAdmin a felhasználók jogait közvetlenül a MySQL privilégium táblákból veszi. Ezen táblák tartalma eltérhet a szerver által használt jogoktól, ha a módosításuk kézzel történt. Ebben az esetben %stöltse be újra a jogokat%s a folytatás előtt.'; $strFlushQueryCache = 'Lekérdezési gyorsítótár kiírása'; -$strFlushTable = 'Tábla kiírása ("FLUSH")'; $strFlushTables = 'Összes tábla kiírása (bezárása)'; +$strFlushTable = 'Tábla kiírása ("FLUSH")'; $strFontSize = 'Betűméret'; $strForeignKeyError = 'Hiba történt az idegen kulcs %1$s táblán történő létrehozásakor (ellenőrizze az adattípusokat)'; $strForeignKeyRelationAdded = 'IDEGEN KULCS kapcsolat hozzáadása megtörtént'; @@ -373,8 +373,8 @@ $strId = 'AZ'; $strIdxFulltext = 'Teljes szöveg'; $strIEUnsupported = 'Az Internet Explorer nem támogatja ezt a funkciót.'; $strIgnoreDuplicates = 'A dupla sorok figyelmen kívül hagyása'; -$strIgnore = 'Kihagyás'; $strIgnoreInserts = 'Mellőző beszúrások használata'; +$strIgnore = 'Kihagyás'; $strImportExportCoords = 'A PDF-séma importálási/exportálási koordinátái'; $strImportFiles = 'Fájlok importálása'; $strImportFormat = 'Importálandó fájl formátuma'; @@ -387,10 +387,10 @@ $strIndex = 'Index'; $strIndexName = 'Index neve:'; $strIndexType = 'Index típusa:'; $strIndexWarningTable = 'Probléma a(z) `%s` tábla indexeivel'; -$strInnoDBAutoextendIncrement = 'Növekmény automatikus bővítése'; $strInnoDBAutoextendIncrementDesc = ' A növekmény mérete egy automatikusan bővülő táblahely méretének bővítéséhez, amikor megtelik.'; -$strInnoDBBufferPoolSize = 'Pufferkészlet mérete'; +$strInnoDBAutoextendIncrement = 'Növekmény automatikus bővítése'; $strInnoDBBufferPoolSizeDesc = 'Az InnoDB által a táblák adatainak és indexeinek gyorsítótárazásához használt memóriapuffer mérete.'; +$strInnoDBBufferPoolSize = 'Pufferkészlet mérete'; $strInnoDBDataFilePath = 'Adatfájlok'; $strInnoDBDataHomeDir = 'Adatok kezdőkönyvtára'; $strInnoDBDataHomeDirDesc = 'Az összes InnoDB adatfájl könyvtára elérési útjának közös része.'; @@ -398,16 +398,16 @@ $strInnoDBPages = 'lapok'; $strInnodbStat = 'InnoDB állapota'; $strInsecureMySQL = 'A konfigurációs fájl olyan beállításokat (jelszó nélküli root hozzáférés) tartalmaz, melyek megegyeznek az alapértelmezett MySQL jogosult fiókéval. A MySQL szerver most ezzel az alapbeállítással fut, behatolásra nyitott. Javítsa ezt a biztonsági rést.'; $strInsertAsNewRow = 'Beszúrás új sorként'; -$strInsertedRowId = 'A beszúrt sor azonosítószáma: %1$d'; $strInsert = 'Beszúrás'; +$strInsertedRowId = 'A beszúrt sor azonosítószáma: %1$d'; $strInterface = 'Kezelőfelület'; $strInternalAndForeign = 'Nincs szükség belső kapcsolatra, ha létezik megfelelő IDEGEN KULCS kapcsolat.'; $strInternalRelationAdded = 'A belső kapcsolat hozzáadása megtörtént'; $strInternalRelations = 'Belső kapcsolatok'; $strInUse = 'használatban'; $strInvalidAuthMethod = 'Érvénytelen hitelesítési mód került beállításra a konfigurációban:'; -$strInvalidColumnCount = 'Az oszlopok számának nullánál nagyobbnak kell lennie.'; $strInvalidColumn = 'A megadott oszlop (%s) érvénytelen!'; +$strInvalidColumnCount = 'Az oszlopok számának nullánál nagyobbnak kell lennie.'; $strInvalidCSVFieldCount = 'A CSV bevitel %d. sorában a mezők száma érvénytelen.'; $strInvalidCSVFormat = 'A CSV bevitel %d. sorában a formázás érvénytelen.'; $strInvalidCSVParameter = 'A CSV importálás paramétere érvénytelen: %s'; @@ -436,7 +436,7 @@ $strKorean = 'Koreai'; $strLandscape = 'Fekvő'; $strLanguage = 'Nyelv'; $strLanguageUnknown = 'Ismeretlen nyelv: %1$s.'; -$strLatchedPages = 'Zárolt lapok'; +$strLatchedPages = 'Zárolt oldalak'; $strLatexCaption = 'Táblacím'; $strLatexContent = '__TABLE__ tábla tartalma'; $strLatexContinuedCaption = 'Táblacím folytatása'; @@ -456,11 +456,11 @@ $strLinksTo = 'Hivatkozások:'; $strLithuanian = 'Litván'; $strLocalhost = 'Helyi'; $strLocationTextfile = 'A szövegfájl helye'; -$strLoginInformation = 'Bejelentkezési adatok'; $strLogin = 'Belépés'; +$strLoginInformation = 'Bejelentkezési adatok'; $strLogout = 'Kilépés'; $strLogPassword = 'Jelszó:'; -$strLogServerHelp = 'A hosztnevet/IP-címét és a portot szóközzel elválasztva írhatja be.'; +$strLogServerHelp = 'Az állomásnevet/IP-címet és a port számát szóközzel elválasztva írhatja be.'; $strLogServer = 'Szerver'; $strLogUsername = 'Felhasználónév:'; $strLongOperation = 'Ez a művelet sokáig eltarthat. Mindenképp folytatja?'; @@ -477,24 +477,24 @@ $strMIME_MIMEtype = 'MIME-típus'; $strMIME_nodescription = 'Ehhez az átalakításhoz nem érhető el leírás.
    Kérdezze meg a szerzőtől, hogy mit csinál a(z) %s.'; $strMIME_transformation = 'Böngésző átalakítása'; $strMIME_transformation_note = 'Az elérhető átalakítási beállítások listájához és a hozzájuk tartozó MIME-típusokhoz kattintson ide: %stransformation descriptions%s'; -$strMIME_transformation_options_note = 'Írja be az átalakítási beállítások értékeit a következő formátumban: \'a\', 100, b,\'c\'...
    Ha fordított perjelet ("\") vagy idézőjelet ("\'") akar beszúrni az értékekbe, akkor kezdje fordított perjellel (például: \'\\\\xyz\' vagy \'a\\\'b\').'; $strMIME_transformation_options = 'Átalakítás beállításai'; +$strMIME_transformation_options_note = 'Írja be az átalakítási beállítások értékeit a következő formátumban: \'a\', 100, b,\'c\'...
    Ha fordított perjelet ("\") vagy idézőjelet ("\'") akar beszúrni az értékekbe, akkor kezdje fordított perjellel (például: \'\\\\xyz\' vagy \'a\\\'b\').'; $strMIMETypesForTable = 'Tábla MIME-típusok'; $strMIME_without = 'A dőlttel írt MIME-típusoknak nincs külön átalakítási funkciójuk'; $strModifications = 'A módosítások mentése megtörtént'; $strModifyIndexTopic = 'Index módosítása'; $strModify = 'Módosítás'; $strMoveMenu = 'Menü áthelyezése'; -$strMoveTable = 'Tábla áthelyezése (adatbázis.tábla):'; $strMoveTableOK = 'A(z) %s tábla áthelyezése a(z) %s adatbázisba kész.'; $strMoveTableSameNames = 'Nem helyezhető át ugyanabba a tábla!'; +$strMoveTable = 'Tábla áthelyezése (adatbázis.tábla):'; $strMultilingual = 'többnyelvű'; $strMyISAMDataPointerSize = 'Adatmutató mérete'; $strMyISAMDataPointerSizeDesc = 'Az alapértelmezett mutató mérete bájtban, a CREATE TABLE által a MyISAM táblákhoz, ha nem adták meg a MAX_ROWS beállítás értékét.'; $strMyISAMMaxExtraSortFileSizeDesc = 'Ha a MyISAM indexkészítéshez használt ideiglenes fájl nagyobb volna az itt megadott érték által használt kulcsgyorsítótárnál, akkor részesítse előnyben a kulcsgyorsítótár módszert.'; $strMyISAMMaxExtraSortFileSize = 'Index készítésekor az ideiglenes fájlok mérete legfeljebb'; -$strMyISAMMaxSortFileSizeDesc = 'A MySQL által engedélyezett ideiglenes fájl legnagyobb mérete a MyISAM index újralétrehozásakor (REPAIR TABLE, ALTER TABLE vagy LOAD DATA INFILE során).'; $strMyISAMMaxSortFileSize = 'Az ideiglenes rendezőfájlok mérete legfeljebb'; +$strMyISAMMaxSortFileSizeDesc = 'A MySQL által engedélyezett ideiglenes fájl legnagyobb mérete a MyISAM index újralétrehozásakor (REPAIR TABLE, ALTER TABLE vagy LOAD DATA INFILE során).'; $strMyISAMRecoverOptions = 'Automatikus helyreállítási mód'; $strMyISAMRecoverOptionsDesc = 'Az összeomlott MyISAM táblák automatikus helyreállítási módja, a --myisam-recover szerver indítási beállításnál megadottak szerint.'; $strMyISAMRepairThreadsDesc = 'Ha ez az érték nagyobb, mint 1, akkor a MyISAM táblaindexek készítése a tároló folyamat által párhuzamosan (mindegyik index a saját szálában) történik a javítás során '; @@ -523,8 +523,8 @@ $strNoFrames = 'A phpMyAdmin keretkezelő böngészőben használhatóbb. $strNoIndex = 'Nincs meghatározott index!'; $strNoIndexPartsDefined = 'Nincs meghatározott indexrész!'; $strNoModification = 'Nincs változás'; -$strNone = 'Nincs'; $strNo = 'Nem'; +$strNone = 'Nincs'; $strNoOptions = 'Ennek a formátumnak nincsenek beállításai'; $strNoPassword = 'Nincs jelszó'; $strNoPermission = 'A webszerver számára nem engedélyezett a(z) %s fájl mentése.'; @@ -573,10 +573,10 @@ $strPartition = '%s partíció'; $strPasswordChanged = '%s jelszavának megváltoztatása sikerült.'; $strPasswordEmpty = 'Üres a jelszó mező!'; $strPasswordHashing = 'Jelszó kivonatolása'; -$strPasswordNotSame = 'Nem egyeznek a jelszavak!'; $strPassword = 'Jelszó'; -$strPBXTCheckpointFrequency = 'Ellenőrzőpont gyakorisága'; +$strPasswordNotSame = 'Nem egyeznek a jelszavak!'; $strPBXTCheckpointFrequencyDesc = 'Az ellenőrzőpont végrehajtása előtt a tranzakciónaplóba írt adatok mennyisége. Az alapértelmezés 24 MB.'; +$strPBXTCheckpointFrequency = 'Ellenőrzőpont gyakorisága'; $strPBXTDataFileGrowSize = 'Az adatfájl növekedési mérete'; $strPBXTDataFileGrowSizeDesc = 'Az adatkezelő (.xtd) fájlok növekedési mérete.'; $strPBXTDataLogThreshold = 'Adatnapló küszöbértéke'; @@ -610,8 +610,8 @@ $strPerMinute = 'percenként'; $strPerSecond = 'másodpercenként'; $strPersian = 'Perzsa'; $strPhoneBook = 'telefonkönyv'; -$strPhp = 'PHP kód készítése'; $strPHPExtension = 'PHP-kiterjesztés'; +$strPhp = 'PHP kód készítése'; $strPHPVersion = 'PHP verzió'; $strPlayAudio = 'Hang lejátszása'; $strPleaseSelectPrimaryOrUniqueKey = 'Válassza ki az elsődleges kulcsot, vagy egy egyedi kulcsot'; @@ -621,10 +621,10 @@ $strPolish = 'Lengyel'; $strPortrait = 'Álló'; $strPos1 = 'A tetejére'; $strPrevious = 'Előző'; +$strPrimary = 'Elsődleges'; $strPrimaryKeyHasBeenDropped = 'Az elsődleges kulcs eldobása megtörtént'; $strPrimaryKeyName = 'Az elsődleges kulcs nevének "PRIMARY"-nak kell lennie!'; $strPrimaryKeyWarning = '(Az elsődleges kulcs nevének, és csak annak "PRIMARY"-nak kell lennie!)'; -$strPrimary = 'Elsődleges'; $strPrint = 'Nyomtatás'; $strPrintViewFull = 'Nyomtatási nézet (teljes szöveggel)'; $strPrintView = 'Nyomtatási nézet'; @@ -719,8 +719,8 @@ $strReset = 'Alaphelyzet'; $strResourceLimits = 'Erőforrás-korlátozások'; $strRestartInsertion = 'Beszúrás újrakezdése %s sorral'; $strReType = 'Újraírás'; -$strRevokeAndDeleteDescr = 'A felhasználóknak még van USAGE joguk a jogok újratöltéséig.'; $strRevokeAndDelete = 'A felhasználók összes jogának visszavonása, majd törlése.'; +$strRevokeAndDeleteDescr = 'A felhasználóknak még van USAGE joguk a jogok újratöltéséig.'; $strRevokeMessage = '%s jogainak visszavonása megtörtént'; $strRevoke = 'Visszavonás'; $strRomanian = 'Román'; @@ -744,20 +744,20 @@ $strRunSQLQueryOnServer = 'A(z) %s szerveren lefuttatandó SQL lekérdezés(ek)' $strRunSQLQuery = 'SQL lekérdezés(ek) futtatása a(z) %s adatbázison'; $strRussian = 'Orosz'; +$strSave = 'Mentés'; $strSaveOnServer = 'Mentés a szerver %s könyvtárában'; $strSavePosition = 'Pozíció mentése'; -$strSave = 'Mentés'; $strScaleFactorSmall = 'A mérettényező túl kicsi, hogy a séma ráférjen egy oldalra'; $strSearchFormTitle = 'Keresés az adatbázisban'; $strSearchInField = 'Mezőben:'; $strSearchInTables = 'Táblá(k)ban:'; +$strSearch = 'Keresés'; $strSearchNeedle = 'Keresendő szavak vagy értékek (karakterhelyettesítő: "%"):'; $strSearchOption1 = 'legalább az egyik szó'; $strSearchOption2 = 'minden szó'; $strSearchOption3 = 'a pontos kifejezés'; $strSearchOption4 = 'reguláris kifejezésként'; $strSearchResultsFor = 'Keresési eredmények "%s" %s:'; -$strSearch = 'Keresés'; $strSearchType = 'Keresés:'; $strSecretRequired = 'A konfigurációs fájlnak egy titkos hozzáférési kódra (blowfish_secret) van szüksége.'; $strSelectADb = 'Válasszon adatbázist'; @@ -772,11 +772,11 @@ $strSend = 'Mentés fájlként'; $strSent = 'Küldött'; $strServerChoice = 'Szerver választása'; $strServerNotResponding = 'A szerver nem válaszol'; -$strServer = 'Szerver'; $strServers = 'Szerverek'; $strServerStatusDelayedInserts = 'Késleltetett beszúrások'; $strServerStatus = 'Futtatási információk'; $strServerStatusUptime = 'Ez a MySQL szerver %s óta fut. Indítás időpontja: %s.'; +$strServer = 'Szerver'; $strServerTabVariables = 'Változók'; $strServerTrafficNotes = 'Szerver forgalma: Ezek a táblázatok a MySQL szerver hálózati forgalmának statisztikájáit mutatják az indítástól kezdve.'; $strServerVars = 'Szerver változók és beállítások'; @@ -784,6 +784,356 @@ $strServerVersion = 'Szerver verzió'; $strSessionStartupErrorGeneral = 'A munkamenet nem indítható hibák nélkül. Ellenőrizze a PHP és/vagy a webszerver naplófájljába bejegyzett hibákat, és konfigurálja megfelelően a PHP telepítését.'; $strSessionValue = 'Munkamenet értéke'; $strSetEnumVal = 'Ha a mező típusa "enum" vagy "set", akkor az értékeket ilyen formában írja be: \'a\',\'b\',\'c\'...
    Ha fordított perjelet ("\") vagy aposztrófot ("\'") akar ezekben az értékekben használni, akkor fordított perjellel kezdje (pl.: \'\\\\xyz\' vagy \'a\\\'b\').'; +$strSetupAllowAnywhereRecoding_name = 'Karakterkészlet-konvertálás engedélyezése'; +$strSetupAllowArbitraryServer_desc = 'Ha engedélyezi, akkor a felhasználó bármilyen MySQL-szervert be tud írni a bejelentkezési űrlapban a cookie-s hitelesítéshez'; +$strSetupAllowArbitraryServerMsg = 'Ezt a [a@?page=form&formset=features#tab_Security]beállítást[/a] l kell tiltani, ugyanis a támadóknak bármilyen MySQL-szerverre lehetővé teszi az egyszerű bejelentkezést. Ha úgy érzi, hogy erre szükség van, akkor használja a [a@?page=form&formset=features#tab_Security]megbízható proxyk listáját[/a]. Az IP-alapú védelem azonban lehet, hogy nem megbízható, ha az Ön IP-címe olyan internetszolgáltatóhoz tartozik, ahol több ezer felhasználó, köztük Ön is, csatlakozik az internethez.'; +$strSetupAllowArbitraryServer_name = 'Bármilyen MySQL-szerverre történő bejelentkezés engedélyezése'; +$strSetupAllowUserDropDatabase_name = 'Az "Adatbázis eldobása" hivatkozás megjelenítése a normál felhasználók számára'; +$strSetupBlowfishSecretCharsMsg = 'A kulcs alfanumerikus karaktereket, betűket [em]és[/em] speciális karaktereket tartalmazzon'; +$strSetupblowfish_secret_desc = 'A [kbd]cookie[/kbd] hitelesítésben a cookie-k titkosításához használt titkos hozzáférési kód'; +$strSetupBlowfishSecretLengthMsg = 'Túl rövid a kulcs, legalább 8 karakterből álljon'; +$strSetupBlowfishSecretMsg = 'Nem állította be a blowfish titkosítást, s engedélyezte a cookie-s hitelesítést, ezért a kulcs generálása az Ön számára megtörtént. Ez kerül felhasználásra a cookiek titkosításához.'; +$strSetupblowfish_secret_name = 'Blowfish titkosítás'; +$strSetupBrowseMarkerEnable_desc = 'A kijelölt sorok szövegkiemeléssel'; +$strSetupBrowseMarkerEnable_name = 'Sorkiemelő'; +$strSetupBrowsePointerEnable_desc = 'A sor szövegkiemelése, melyre az egérkurzor mutat'; +$strSetupBrowsePointerEnable_name = 'A mutató kiemelése'; +$strSetupBZipDump_desc = 'A [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] tömörítés engedélyezése az importálási és exportálási műveletekhez'; +$strSetupBZipDump_name = 'Bzip2'; +$strSetupBZipDumpWarning = 'A [a@?page=form&formset=features#tab_Import_export]Bzip2 formátumba tömörítéshez és kibontáshoz[/a] olyan függvényekre (%s) van szükség, melyek ezen a rendszeren nem elérhetőek.'; +$strSetupCannotLoadConfig = 'A beállítások nem tölthetők be vagy menthetők'; +$strSetupCannotLoadConfigMsg = 'Készítsen a [a@../Documentation.html#setup_script]dokumentációban[/a] ismertetettek szerint a webszerver által írható [em]config[/em] mappát a phpMyAdmin felső szintű könyvtárában. Csak akkor tudja különben letölteni vagy megjeleníteni azt.'; +$strSetupCharEditing_desc = 'Meghatározza, hogy mely szerkesztő vezérlőket kell használni a CHAR és a VARCHAR mezőknél; [kbd]input[/kbd] - korlátozhatóvá tszi a bevitel hosszát, [kbd]textarea[/kbd] - új sorokat engedélyez a mezőkben'; +$strSetupCharEditing_name = 'CHAR mezők szerkesztése'; +$strSetupCharTextareaCols_desc = 'A CHAR/VARCHAR szövegterületek oszlopainak száma'; +$strSetupCharTextareaCols_name = 'CHAR szövegterület oszlopai'; +$strSetupCharTextareaRows_desc = 'A CHAR/VARCHAR szövegterületek sorainak száma'; +$strSetupCharTextareaRows_name = 'CHAR szövegterület sorai'; +$strSetupCheckConfigurationPermissions_name = 'Konfigurációs fájl engedélyeinek ellenőrzése'; +$strSetupClear = 'Törlés'; +$strSetupCompressOnFly_desc = 'A gzip/bzip2 exportálások menet közben történő, sok memóriaszükséglet nélküli tömörítése; ha problémákba ütközik a létrehozott gzip/bzip2 fájlokkal kapcsolatban, akkor tiltsa le ezt a funkciót'; +$strSetupCompressOnFly_name = 'Menet közbeni tömörítés'; +$strSetupConfigurationFile = 'Konfigurációs fájl'; +$strSetupConfirm_desc = 'Meg kell-e adatvesztés előtt jeleníteni figyelmeztetést ("Biztosan...")'; +$strSetupConfirm_name = 'A DROP lekérdezések megerősítése'; +$strSetupDefaultCharset_desc = 'A konvertálások alapértelmezett karakterkészlete'; +$strSetupDefaultCharset_name = 'Alapértelmezett karakterkészlet'; +$strSetupDefaultLanguage = 'Alapértelmezett nyelv'; +$strSetupDefaultServer = 'Alapértelmezett szerver'; +$strSetupDefaultTabDatabase_desc = 'Az adatbázisba belépéskor megjelenített fül'; +$strSetupDefaultTabDatabase_name = 'Alapértelmezett adatbázis fül'; +$strSetupDefaultTabServer_desc = 'A szerverre belépéskor megjelenített fül'; +$strSetupDefaultTabServer_name = 'Alapértelmezett szerver fül'; +$strSetupDefaultTabTable_desc = 'A táblába belépéskor megjelenített fül'; +$strSetupDefaultTabTable_name = 'Alapértelmezett tábla fül'; +$strSetupDirectoryNotice = 'Ezt az értéket alaposan kell ellenőrizni, hogy megbizonyosodjon róla, ehhez a könyvtárhoz nem férhet hozzá mindenki, s a szerveren lévő többi felhasználó által sem írható.'; +$strSetupDisplayDatabasesList_desc = 'Az adatbázisok legördülő helyett listaként történő megjelenítése'; +$strSetupDisplayDatabasesList_name = 'Az adatbázisok megjelenítése listaként'; +$strSetupDisplay = 'Nézet'; +$strSetupDisplayServersList_desc = 'A szerverek legördülő helyett listaként történő megjelenítése'; +$strSetupDisplayServersList_name = 'A szerverek megjelenítése listaként'; +$strSetupDonateLink = 'Adományozás'; +$strSetupDownload = 'Letöltés'; +$strSetupEndOfLine = 'Sorvége'; +$strSetuperror_connection = 'Nem lehetett kapcsolódni a MySQL-szerverhez'; +$strSetuperror_empty_pmadb_password = 'A phpMyAdmin vezérlő felhasználói jelszó kiürítése a pmadb használatakor'; +$strSetuperror_empty_pmadb_user = 'A phpMyAdmin vezérlő felhasználó kiürítése a pmadb használatakor'; +$strSetuperror_empty_signon_session = 'A bejelentkezési munkamenet nevének kiürítése az egyszeri bejelentkezési hitelesítési módszer használatakor'; +$strSetuperror_empty_signon_url = 'A bejelentkezési URL kiürítése az egyszeri bejelentkezési módszer használatakor'; +$strSetuperror_empty_user_for_config_auth = 'A felhasználónév kiürítése a konfiguráció hitelesítési módszerének használatakor'; +$strSetuperror_form = 'A beküldött űrlapban hibák vannak'; +$strSetuperror_incorrect_ip_address = 'A következő IP-cím hibás: %s'; +$strSetuperror_incorrect_port = 'A portszám nem érvényes'; +$strSetuperror_incorrect_value = 'Az érték pontatlan'; +$strSetuperror_missing_field_data = '%s adatai hiányoznak'; +$strSetuperror_nan_nneg = 'Nem egy nem negatív szám'; +$strSetuperror_nan_p = 'Nem egy pozitív szám'; +$strSetupExecTimeLimit_desc = 'Adja meg a másodpercek számát, amíg egy parancsfájl futása engedélyezett ([kbd]0[/kbd], ha korlátlan)'; +$strSetupExecTimeLimit_name = 'Végrehajtási idő legfeljebb'; +$strSetupExport_asfile_name = 'Mentés fájlként'; +$strSetupExport_charset_name = 'A fájl karakterkészlete'; +$strSetupExport_compression_name = 'Tömörítés'; +$strSetupExport_file_template_database_name = 'Adatbázisnév-sablon'; +$strSetupExport_file_template_server_name = 'Szervernév-sablon'; +$strSetupExport_file_template_table_name = 'Táblanév-sablon'; +$strSetupExport_format_name = 'Formátum'; +$strSetupExport_onserver_name = 'Mentés a szerveren'; +$strSetupExport_onserver_overwrite_name = 'A létező fájl(ok) felülírása'; +$strSetupExport_remember_file_template_name = 'A fájlnévsablon megjegyzése'; +$strSetupFalse = 'nem'; +$strSetupForceSSL_desc = 'Biztonságos kapcsolat kényszerítése a phpMyAdmin használata során'; +$strSetupForceSSLMsg = 'Engedélyeznie kell ezt a [a@?page=form&formset=features#tab_Security]beállítást[/a], ha támogatja a webszerver'; +$strSetupForceSSL_name = 'SSL kapcsolat kényszerítése'; +$strSetupForeignKeyDropdownOrder_desc = 'Az elemek sorrendje egy idegen kulcs legördülő panelban; [kbd]tartalom[/kbd]: hivatkozott adat, [kbd]id[/kbd]: a kulcs értéke'; +$strSetupForeignKeyDropdownOrder_name = 'Az idegen kulcs legördülő sorrendje'; +$strSetupForeignKeyMaxLimit_desc = 'Legördülő lesz használatban, ha kevesebb elem van jelen'; +$strSetupForeignKeyMaxLimit_name = 'Idegen kulcs korlátozása'; +$strSetupForm_Browse_desc = 'A tallózó mód testreszabása'; +$strSetupForm_Browse = 'Tallózó mód'; +$strSetupForm_Edit_desc = 'A szerkesztő mód testreszabása'; +$strSetupForm_Edit = 'Szerkesztő mód'; +$strSetupForm_Export_defaults_desc = 'Az exportálás alapértelmezett beállításainak testreszabása'; +$strSetupForm_Export_defaults = 'Exportálás alapértelmezései'; +$strSetupForm_Import_defaults_desc = 'Az importálás alapértelmezett, gyakori beállításainak testreszabása'; +$strSetupForm_Import_defaults = 'Importálás alapértelmezései'; +$strSetupForm_Import_export_desc = 'Az importálás és az exportálás könyvtárának megadása, ill. a tömörítés beállítása'; +$strSetupForm_Import_export = 'Importálás / exportálás'; +$strSetupForm_Left_databases = 'Adatbázisok'; +$strSetupForm_Left_databases_desc = 'Az adatbázisok megjelenítésének beállításai'; +$strSetupForm_Left_frame_desc = 'A navigációs keret megjelenésének testreszabása'; +$strSetupForm_Left_frame = 'Navigációs keret'; +$strSetupForm_Left_servers_desc = 'A szerverek megjelenítésének beállításai'; +$strSetupForm_Left_servers = 'Szerverek'; +$strSetupForm_Left_tables_desc = 'A táblák megjelenítésének beállításai'; +$strSetupForm_Left_tables = 'Táblák'; +$strSetupForm_Main_frame = 'Főkeret'; +$strSetupForm_Other_core_settings_desc = 'A sehova sem illő beállítások'; +$strSetupForm_Other_core_settings = 'Egyéb alapbeállítások'; +$strSetupForm_Query_window_desc = 'A lekérdezés ablak beállításainak testreszabása'; +$strSetupForm_Query_window = 'Lekérdezés ablak'; +$strSetupForm_Security = 'Biztonság'; +$strSetupForm_Security_desc = 'Ne feledje, hogy a phpMyAdmin csak egy felhasználói kezelőfelület, s funkciói nem korlátozzák a MySQL-t'; +$strSetupForm_Server = 'Alapbeállítások'; +$strSetupForm_Server_config_desc = 'Speciális szerverbeállítások, melyeket ne módosítson, ha nem tudja, hogy mire valók'; +$strSetupForm_Server_config = 'Szerverbeállítások'; +$strSetupForm_Server_desc = 'Írja be a szerver csatlakozási paramétereit'; +$strSetupForm_Server_login_options_desc = 'Írja be az egyszeri bejelentkezés hitelesítéséhez szükséges bejelentkezési beállításokat'; +$strSetupForm_Server_login_options = 'Egyszeri bejelentkezés beállításai'; +$strSetupForm_Server_pmadb_desc = 'A phpMyAdmin adatbázis konfigurálásával további funkciókhoz nyer hozzáférést, lásd a [a@../Documentation.html#linked-tables]csatolt táblák infrastruktúra[/a] fejezetet a dokumentációban'; +$strSetupForm_Server_pmadb = 'PMA adatbázis'; +$strSetupFormset_customization = 'Testreszabás'; +$strSetupFormset_export = 'Exportálás beállításainak testreszabása'; +$strSetupFormset_features = 'Funkciók'; +$strSetupFormset_import = 'Importálás alapértelmezéseinek testreszabása'; +$strSetupFormset_left_frame = 'A navigációs keret testreszabása'; +$strSetupFormset_main_frame = 'A főkeret testreszabása'; +$strSetupForm_Sql_box_desc = 'Az SQL-lekérdezési panelekben látható hivatkozások testreszabása'; +$strSetupForm_Sql_box = 'SQL-lekérdezési panelek'; +$strSetupForm_Sql_queries_desc = 'Az SQL-lekérdezések beállításai, az SQL-lekérdezési panel beállításait lásd a [a@?page=form&formset=main_frame#tab_Sql_box]Navigációs keret[/a] beállításaiban'; +$strSetupForm_Sql_queries = 'SQL-lekérdezések'; +$strSetupForm_Startup_desc = 'A kezdőlap testreszabása'; +$strSetupForm_Startup = 'Indítás'; +$strSetupForm_Tabs_desc = 'Válassza ki, hogyan kívánja használni a füleket'; +$strSetupForm_Tabs = 'Fülek'; +$strSetupGZipDump_desc = 'A [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] tömörítés engedélyezése az importálási és az exportálási műveletekhez'; +$strSetupGZipDump_name = 'GZip'; +$strSetupGZipDumpWarning = 'A [a@?page=form&formset=features#tab_Import_export]GZip formátumba tömörítéshez és kibontáshoz[/a] olyan függvényekre (%s) van szükség, melyek ezen a rendszeren nem elérhetőek.'; +$strSetupHomepageLink = 'phpMyAdmin honlap'; +$strSetupIconvExtraParams_name = 'Az iconv funkció extra paraméterei'; +$strSetupIgnoreErrors = 'A hibák figyelmen kívül hagyása'; +$strSetupIgnoreMultiSubmitErrors_desc = 'Ha engedélyezett, akkor a PMA folytatja a több utasításból álló lekérdezések kiszámítását, ha nem sikerült az egyik lekérdezés'; +$strSetupIgnoreMultiSubmitErrors_name = 'Több utasítás hibáinak figyelmen kívül hagyása'; +$strSetupImport_allow_interrupt_desc = 'Az importálás megszakításának engedélyezése, ha a parancsfájl megállapítása szerint közel van az időkorláthoz. Ez a nagy fájlok importálásának lehet jó módja, azonban megszakíthatja a tranzakciókat.'; +$strSetupImport_allow_interrupt_name = 'Részleges importálás: a megszakítás engedélyezése'; +$strSetupImport_format_desc = 'Alapértelmezett formátum, mely függ a helytől (adatbázis, tábla) és csak az SQL mindig elérhető'; +$strSetupImport_format_name = 'Az importált fájl formátuma'; +$strSetupImport_skip_queries_desc = 'Az elejétől kihagyandó rekordok (lekérdezések) száma'; +$strSetupImport_skip_queries_name = 'Részleges importálás: lekérdezések kihagyása'; +$strSetupInsecureConnectionMsg1 = 'Ön nem biztonságos kapcsolatot használ, valamennyi adat (beleértve a bizalmasakat, mint a jelszavak) átvitele titkosítatlanul történik!'; +$strSetupInsecureConnectionMsg2 = 'Ha a szervert a HTTPS-kérések fogadására is beállították, akkor biztonságos kapcsolat használatához kövesse [a@%s]ezt a hivatkozást[/a].'; +$strSetupInsecureConnection = 'Veszélyes kapcsolat'; +$strSetupInsertRows_desc = 'Hány sor szúrható be egyszerre'; +$strSetupInsertRows_name = 'A beszúrt sorok száma'; +$strSetupLeftDefaultTabTable_name = 'A gyors hozzáférés ikon célja'; +$strSetupLeftDisplayLogo_desc = 'A logo megjelenítése a bal oldali keretben'; +$strSetupLeftDisplayLogo_name = 'A logó megjelenítése'; +$strSetupLeftDisplayServers_desc = 'A választható szerverek megjelenítése a bal oldali keret tetején'; +$strSetupLeftDisplayServers_name = 'A választható szerverek megjelenítése'; +$strSetupLeftFrameDBSeparator_desc = 'Az adatbázisokat különféle fa szintekre elválasztó karakterlánc'; +$strSetupLeftFrameDBSeparator_name = 'Az adatbázisfa elválasztója'; +$strSetupLeftFrameDBTree_desc = 'Csak az egyszerűsített változatban; az adatbázisok megjelenítése faként (az alább megadott elválasztó által megállapítva)'; +$strSetupLeftFrameDBTree_name = 'Az adatbázisok megjelenítése fa szerkezetként'; +$strSetupLeftFrameLight_desc = 'Tiltsa ezt le, ha egyszerre kívánja megtekinteni az összes adatbázist'; +$strSetupLeftFrameLight_name = 'Egyszerűsített változat használata'; +$strSetupLeftFrameTableLevel_name = 'A táblafa mélysége legfeljebb'; +$strSetupLeftFrameTableSeparator_desc = 'A táblákat különféle fa szintekre tagoló karakterlánc'; +$strSetupLeftFrameTableSeparator_name = 'Táblafa elválasztó'; +$strSetupLeftLogoLink_name = 'A logó hivatkozásának URL-címe'; +$strSetupLeftLogoLinkWindow_desc = 'A hivatkozott oldal megnyitása a(z) ([kbd]main[/kbd]) főablakban vagy újban ([kbd]new[/kbd])'; +$strSetupLeftLogoLinkWindow_name = 'A logó hivatkozásának célja'; +$strSetupLeftPointerEnable_desc = 'A szerver kiemelése az egérmutató alatt'; +$strSetupLeftPointerEnable_name = 'A szövegkiemelés engedélyezése'; +$strSetupLetUserChoose = 'válassza ki a felhasználó'; +$strSetupLightTabs_desc = 'Grafikusan kevésbé kiemelt fülek használata'; +$strSetupLightTabs_name = 'Világos fülek'; +$strSetupLoad = 'Betöltés'; +$strSetupLoginCookieDeleteAll_desc = 'Ha engedélyezi, akkor a kijelentkezés valamennyi szerver cookie-jait törli, különben csak a jelenlegiét. E beállítás FALSE lehetőségre állításával több szerver használata esetén könnyen megfeledkezhet a másik szerverről kijelentkezésről.'; +$strSetupLoginCookieDeleteAll_name = 'Kijelentkezéskor az összes cookie törlése'; +$strSetupLoginCookieRecall_desc = 'Meghatározza, hogy az előző bejelentkezést kell-e újrahívni a cookie-s hitelesítési módban'; +$strSetupLoginCookieRecall_name = 'A felhasználónév újrahívása'; +$strSetupLoginCookieStore_desc = 'Meghatározza, hogy (másodpercben) meddig kell egy cookie-t tárolni a böngészőben. Az alapértelmezett 0 azt jelenti, hogy csak létező munkamenetekhez kerül megtartásra, vagyis a böngésző ablakának bezárásakor azonnal törlésre kerül. Ez nem megbízható környezetek esetén ajánlott.'; +$strSetupLoginCookieStore_name = 'A bejelentkezési cookie tárolása'; +$strSetupLoginCookieValidity_desc = 'Meghatározza, hogy meddig érvényes (másodpercben) egy bejelentkezési cookie'; +$strSetupLoginCookieValidityMsg = 'A [a@?page=form&formset=features#tab_Security]bejelentkezési cookie érvényességét[/a] legtöbbször 1800 másodpercre (30 percre) kell állítani. Az 1800-nál nagyobb értékek kockára teszik a biztonságot, mint például a megszemélyesítés.'; +$strSetupLoginCookieValidity_name = 'A bejelentkezési cookie érvényessége'; +$strSetupMaxCharactersInDisplayedSQL_desc = 'Egy SQL-lekérdezés megjelenítésekor használt karakterek száma legfeljebb'; +$strSetupMaxCharactersInDisplayedSQL_name = 'A SQL kijelzett hossza legfeljebb'; +$strSetupMaxDbList_desc = 'A bal oldali keretben és az adatbázislistában látható adatbázisok száma'; +$strSetupMaxDbList_name = 'Az adatbázisok száma'; +$strSetupMaxRows_desc = 'Egy eredményhalmaz tallózásakor megjelenített sorok száma. Ha az eredményhalmaz több sort tartalmaz, akkor az "Előző" és a "Következő" hivatkozás lesz látható.'; +$strSetupMaxRows_name = 'A megjelenítendő sorok száma'; +$strSetupMaxTableList_desc = 'A táblalistában megjelenítendő táblák száma'; +$strSetupMaxTableList_name = 'A táblák száma'; +$strSetupMemoryLimit_desc = 'Egy parancsfájl számára a lefoglaláshoz engedélyezett bájtok száma, pl. [kbd]32M[/kbd] (korlátlan: [kbd]0[/kbd])'; +$strSetupMemoryLimit_name = 'A memória korlátozása'; +$strSetupNavigationBarIconic_desc = 'Csak ikonok, csak szöveg, vagy mindkettő használata'; +$strSetupNavigationBarIconic_name = 'Navigációs sáv ikonokkal'; +$strSetupNewServer = 'Új szerver'; +$strSetupNoServers = 'Nincsenek konfigurált szerverek'; +$strSetupOBGzip_desc = 'A GZip-kimenet pufferelése a HTTP-átvitelekben megnövekedett sebességhez'; +$strSetupOBGzip_name = 'GZip-kimenet pufferelése'; +$strSetupOptionNone = '- nincs -'; +$strSetupOrder_desc = '[kbd]SMART[/kbd] - pl. a TIME, DATE, DATETIME és TIMESTAMP típusú mezők sorrendje csökkenő, egyéb esetben növekvő'; +$strSetupOrder_name = 'Alapértelmezett rendezési mód'; +$strSetupOverview = 'Áttekintés'; +$strSetupPersistentConnections_desc = 'Állandó kapcsolatok használata a MySQL adatbázisokhoz'; +$strSetupPersistentConnections_name = 'Állandó kapcsolatok'; +$strSetupPropertiesIconic_desc = 'Csak ikonok, csak szöveg, vagy mindkettő használata'; +$strSetupPropertiesIconic_name = 'Ikonos táblaműveletek'; +$strSetupProtectBinary_desc = 'A BLOB vagy a BLOB és BINARY mezők módosításának tiltása'; +$strSetupProtectBinary_name = 'A bináris mezők védelme'; +$strSetupQueryHistoryDB_desc = 'Engedélyezze, ha adatbázis alapú lekérdezési előzményeket szeretne (pmadb szükséges hozzá). Ha letiltja, akkor JS-rutinokat használ fel a lekérdezési előzmények megjelenítéséhez (ablak bezárásakor elvész).'; +$strSetupQueryHistoryDB_name = 'Állandó lekérdezési előzmények'; +$strSetupQueryHistoryMax_desc = 'Hány lekérdezés tartandó meg az előzményekben'; +$strSetupQueryHistoryMax_name = 'A lekérdezési előzmények hossza'; +$strSetupQueryWindowDefTab_desc = 'Új lekérdezési ablak megnyitásakor fül megjelenítése'; +$strSetupQueryWindowDefTab_name = 'Alapértelmezett lekérdezési ablak fül'; +$strSetupRecodingEngine_desc = 'Válassza ki a karakterkészlet-konvertáláshoz használandó funkciókat'; +$strSetupRecodingEngine_name = 'Átkódoló motor'; +$strSetupRestoreDefaultValue = 'Alapértelmezett érték visszaállítása'; +$strSetupRevertErroneousFields = 'A hibás mezők alapértelmezett értékei visszaállításának megkísérlése'; +$strSetupSaveDir_desc = 'A könyvtár, melybe az exportálások menthetők a szerveren'; +$strSetupSaveDir_name = 'Mentési könyvtár'; +$strSetupServerAuthConfigMsg = 'Ön a [kbd]konfigurációs[/kbd] hitelesítési típust állította be, s az automatikus bejelentkezéshez megadta a felhasználónevet és a jelszót, ami működő állomások esetén nemkívánatos beállítás. Bárki, aki tudja vagy kitalálja a phpMyAdmin URL-címét, közvetlenül hozzá tud férni a phpMyAdmin panelhoz. Állítsa [kbd]cookie[/kbd] vagy [kbd]http[/kbd] módra a [a@?page=servers&mode=edit&id=%1$d#tab_Server]hitelesítési típust[/a].'; +$strSetupServerExtensionMsg = 'Teljesítmény okokból használja a mysqli kiterjesztést'; +$strSetupServerNoPasswordRootMsg = 'Jelszó nélküli root felhasználóként engedélyezi a csatlakozást a szerverhez.'; +$strSetupServersAdd = 'Új szerver hozzáadása'; +$strSetupServers_AllowDeny_order_desc = 'Hagyja üresen, ha nem használja'; +$strSetupServers_AllowDeny_order_name = 'Az állomás hitelesítési sorrendje'; +$strSetupServers_AllowDeny_rules_desc = 'Hagyja üresen az alapértelmezésekhez'; +$strSetupServers_AllowDeny_rules_name = 'Az állomás hitelesítési szabályai'; +$strSetupServers_AllowNoPasswordRoot_name = 'A jelszó nélküli root felhasználó engedélyezése'; +$strSetupServers_AllowRoot_name = 'A root bejelentkezés engedélyezése'; +$strSetupServers_auth_swekey_config_desc = 'A [a@http://swekey.com]SweKey hardveres hitelesítés[/a] konfigurációs fájljának elérési útja (nem a dokumentumgyökérben található; javaslat: /etc/swekey.conf)'; +$strSetupServers_auth_swekey_config_name = 'SweKey konfigurációs fájl'; +$strSetupServers_auth_type_desc = 'Használandó hitelesítési módszer'; +$strSetupServers_auth_type_name = 'Hitelesítés típusa'; +$strSetupServers_bookmarktable_desc = 'Hagyja üresen, ha nincs [a@http://wiki.cihar.com/pma/bookmark]könyvjelző[/a] támogatás, alapértelmezés: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_name = 'Könyvjelzők táblája'; +$strSetupServers_column_info_desc = 'Hagyja üresen, ha nincs oszlopmegjegyzés/mime-típus, alapértelmezés: [kbd]pma_column_info[/kbd]'; +$strSetupServers_column_info_name = 'Oszlopinformációs tábla'; +$strSetupServers_compress_desc = 'A MySQL-szerverhez csatlakozás tömörítése'; +$strSetupServers_compress_name = 'A kapcsolat tömörítése'; +$strSetupServers_connect_type_desc = 'A szerverhez csatlakozás módja, hagyja meg a tcp értéket, ha nem biztos benne'; +$strSetupServers_connect_type_name = 'Csatlakozás típusa'; +$strSetupServers_controlpass_name = 'A kontrollfelhasználó jelszava'; +$strSetupServers_controluser_desc = 'Korlátozott jogokkal rendelkező, speciális MySQL felhasználó, bővebben a [a@http://wiki.cihar.com/pma/controluser]wiki[/a] címen olvashat róla'; +$strSetupServers_controluser_name = 'Kontrollfelhasználó'; +$strSetupServers_CountTables_desc = 'A táblák megszámolása az adatbázislista megjelenítésekor'; +$strSetupServers_CountTables_name = 'Táblák megszámolása'; +$strSetupServers_designer_coords_desc = 'Hagyja üresen, ha nem akar Tervező támogatást, alapértelmezés: [kbd]designer_coords[/kbd]'; +$strSetupServers_designer_coords_name = 'Tervező tábla'; +$strSetupServers_DisableIS_desc = 'Bővebben a [a@http://sf.net/support/tracker.php?aid=1849494]PMA hibakövetőben[/a] és a [a@http://bugs.mysql.com/19588]MySQL hibabejelentőben[/a] olvashat róla'; +$strSetupServers_DisableIS_name = 'Az INFORMATION_SCHEMA használatának letiltása'; +$strSetupServerSecurityInfoMsg = 'Ha úgy érzi, gogy erre szükség van, akkor használjon további védelmi beállításokat - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]állomás hitelesítési[/a] beállítások és [a@?page=form&formset=features#tab_Security]megbízható proxyk listája[/a]. Az IP-alapú védelem azonban lehet, hogy nem megbízható, ha az Ön IP-címe olyan internetszolgáltatóhoz tartozik, ahol több ezer felhasználó, köztük Ön is, csatlakozik az internethez.'; +$strSetupServersEdit = 'Szerver módosítása'; +$strSetupServers_extension_desc = 'Melyik PHP-kiterjesztés használandó, használja a mysqli kiterjesztést, ha támogatott'; +$strSetupServers_extension_name = 'Használandó PHP-kiterjesztés'; +$strSetupServers_hide_db_desc = 'A (PCRE) reguláris kifejezéssel megegyező adatbázisok elrejtése'; +$strSetupServers_hide_db_name = 'Adatbázisok elrejtése'; +$strSetupServers_history_desc = 'Hagyja üresen, ha nincs szükség az SQL-lekérdezések előzményeinek támogatására, alapértelmezés: [kbd]pma_history[/kbd]'; +$strSetupServers_history_name = 'SQL-lekérdezések előzményeinek táblája'; +$strSetupServers_host_desc = ''; +$strSetupServers_host_name = 'A szerver állomásneve'; +$strSetupServers_LogoutURL_name = 'Kijelentkezési URL'; +$strSetupServers_nopassword_desc = 'A csatlakozás jelszó nélküli megkísérlése'; +$strSetupServers_nopassword_name = 'Jelszó nélküli csatlakozás'; +$strSetupServers_only_db_desc = 'Használhatja a MySQL-karakterhelyettesítőket (% és _), vezérelheti őket, ha akarja, a literális példányaik használatához, pl. használja a \'my\_db\' alakot, s ne a \'my_db\' alakot'; +$strSetupServers_only_db_name = 'Csak a kilistázott adatbázisok megjelenítése'; +$strSetupServers_password_desc = 'Hagyja üresen, ha nem a konfigurációs hitelesítést használja'; +$strSetupServers_password_name = 'A konfigurációs hitelesítés jelszava'; +$strSetupServers_pdf_pages_desc = 'Hagyja üresen, ha nincs PDF-séma támogatás, alapértelmezés: [kbd]pma_pdf_pages[/kbd]'; +$strSetupServers_pdf_pages_name = 'PDF-séma: pages table'; +$strSetupServers_pmadb_desc = 'A kapcsolatokhoz, könyvjelzőkhöz és PDF-funkciókhoz használt adatbázis. A teljes információt lásd a [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] oldalon. Hagyja üresen, ha nincs szükség a támogatására. Alapértelmezés: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_name = 'PMA adatbázis'; +$strSetupServers_port_desc = 'A port, melyen a MySQL-szerver figyel, hagyja üresen, ha az alapértelmezett'; +$strSetupServers_port_name = 'A szerver portja'; +$strSetupServers_relation_desc = 'Hagyja üresen, ha nincs [a@http://wiki.cihar.com/pma/relation]relációs hivatkozás[/a] támogatás, alapértelmezés: [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_name = 'Relációs tábla'; +$strSetupServers_ShowDatabasesCommand_desc = 'A meglévő adatbázisokat kiolvasó SQL-parancs'; +$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES parancs'; +$strSetupServers_SignonSession_desc = 'Lásd a [a@http://wiki.cihar.com/pma/auth_types#signon]hitelesítési típusok[/a] példáját'; +$strSetupServers_SignonSession_name = 'Az egyszeri bejelentkezési munkamenet neve'; +$strSetupServers_SignonURL_name = 'Az egyszeri bejelentkezés URL-címe'; +$strSetupServerSslMsg = 'SSL-kapcsolatokat kell használnia, ha a webszerver támogatja'; +$strSetupServers_socket_desc = 'A szoftvercsatorna, melyen a MySQL-szerver figyel, hagyja üresen, ha az alapértelmezett'; +$strSetupServers_socket_name = 'A szerver szoftvercsatornája'; +$strSetupServers_ssl_desc = ''; +$strSetupServers_ssl_name = 'SSL használata'; +$strSetupServers_table_coords_desc = 'Hagyja üresen, ha nincs PDF-séma támogatás, alapértelmezés: [kbd]pma_table_coords[/kbd]'; +$strSetupServers_table_coords_name = 'PDF-séma: table coordinates'; +$strSetupServers_table_info_desc = 'A megjelenítendő mezők táblája, hagyja üresen, ha ne támogassa; alapértelmezés: [kbd]pma_table_info[/kbd]'; +$strSetupServers_table_info_name = 'Megjelenítendő mezők táblája'; +$strSetupServers_user_desc = 'Hagyja üresen, ha nem a konfigurációs hitelesítést használja'; +$strSetupServers_user_name = 'A konfigurációs hitelesítés felhasználóneve'; +$strSetupServers_verbose_check_desc = 'Tiltsa le, ha tudja, hogy a pma_* táblák naprakészek. Ez megelőzi a kompatibilitási ellenőrzéseket, s ezáltal növeli a teljesítményt'; +$strSetupServers_verbose_check_name = 'Részletes ellenőrzés'; +$strSetupServers_verbose_desc = 'Az állomás neve, ahol a MySQL szerver fut'; +$strSetupServers_verbose_name = 'A szerver részletes neve'; +$strSetupSetValue = 'Adja meg az értéket: %s'; +$strSetupShowAll_desc = 'Meg kell-e jeleníteni egy felhasználó számára az "az összes (rekord) megjelenítése" gombot'; +$strSetupShowAll_name = 'Az összes sor megjelenítésének engedélyezése'; +$strSetupShowChgPassword_desc = 'Megjegyzendő, hogy ennek az engedélyezése nincs hatással a [kbd]config[/kbd] hitelesítési módra, mert a jelszót a konfigurációs fájl tartalmazza, ami közvetlenül nem korlátozza ugyanazon parancs végrehajtásának a lehetőségét.'; +$strSetupShowChgPassword_name = 'A jelszómódosító űrlap megjelenítése'; +$strSetupShowCreateDb_name = 'Az adatbázis létrehozása űrlap megjelenítése'; +$strSetupShowForm = 'Űrlap megjelenítése'; +$strSetupShowFunctionFields_desc = 'Szerkesztés/beszúrás módban a függvénymezők megjelenítése'; +$strSetupShowFunctionFields_name = 'A függvénymezők megjelenítése'; +$strSetupShowHiddenMessages = 'A rejtett üzenetek megjelenítése (#MSG_COUNT)'; +$strSetupShowPhpInfo_desc = 'Megjeleníti a [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] kimenetre mutató hivatkozást'; +$strSetupShowPhpInfo_name = 'A phpinfo() hivatkozás megjelenítése'; +$strSetupShowServerInfo_name = 'A MySQL-szerver részletes adatainak megjelenítése'; +$strSetupShowSQL_desc = 'Meghatározza, hogy meg kell-e jeleníteni a phpMyAdmin által generált SQL-lekérdezéseket'; +$strSetupShowSQL_name = 'Az SQL-lekérdezések megjelenítése'; +$strSetupShowStats_desc = 'Az adatbázis- és táblastatisztika megjelenítésének engedélyezése (pl. területhasználat)'; +$strSetupShowStats_name = 'A statisztika megjelenítése'; +$strSetupShowTooltipAliasDB_desc = 'Ha engedélyezettek az eszközleírások, s ha megadták az adatbázis megjegyzését, akkor ez tükrözi a megjegyzést és a valódi nevet'; +$strSetupShowTooltipAliasDB_name = 'Az adatbázis megjegyzésének megjelenítése a neve helyett'; +$strSetupShowTooltipAliasTB_desc = 'E beállítás [kbd]beágyazottra[/kbd] állításakor a táblanév alias kerül csak felhasználásra a táblák felosztásához/beágyazásához a $cfg[\'LeftFrameTableSeparator\'] utasítás alapján, ezért csak a mappát hívják úgy, mint az aliast, a táblanév változatlan marad.'; +$strSetupShowTooltipAliasTB_name = 'A tábla megjegyzésének megjelenítése a neve helyett'; +$strSetupShowTooltip_name = 'A tábla megjegyzéseinek megjelenítése az eszközleírásokban'; +$strSetupSkipLockedTables_desc = 'A használt táblák megjelölése, s a zárolt táblákat tartalmazó adatbázisok láthatóvá tétele'; +$strSetupSkipLockedTables_name = 'A zárolt táblák kihagyása'; +$strSetupSQLQuery_Edit_name = 'Módosítás'; +$strSetupSQLQuery_Explain_name = 'Az SQL magyarázata'; +$strSetupSQLQuery_Refresh_name = 'Frissítés'; +$strSetupSQLQuery_ShowAsPHP_name = 'PHP-kód létrehozása'; +$strSetupSQLQuery_Validate_name = 'SQL érvényesítése'; +$strSetupSuggestDBName_desc = 'Javaslat adatbázisnévre az "Adatbázis létrehozása" űrlapon (ha lehet), vagy maradjon üres a szövegmező'; +$strSetupSuggestDBName_name = 'Új adatbázisnév javasolása'; +$strSetupTrue = 'igen'; +$strSetupTrustedProxies_desc = 'Proxyk bevitele [kbd]IP: megbízható HTTP fejlécként[/kbd]. A következő példa határozza meg, hogy a phpMyAdmin megbízzon-e az 1.2.3.4 proxytól érkező HTTP_X_FORWARDED_FOR (X-Forwarded-For) fejlécben:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; +$strSetupTrustedProxies_name = 'A megbízható proxyk listája az IP engedélyezéshez/elutasításhoz'; +$strSetupUploadDir_desc = 'A szerveren lévő könyvtár, melybe feltöltheti az importálandó fájlokat'; +$strSetupUploadDir_name = 'Feltöltések könyvtára'; +$strSetupUseDbSearch_desc = 'A teljes adatbázisban történő keresés engedélyezése'; +$strSetupUseDbSearch_name = 'Adatbázis-kereső használata'; +$strSetupVerboseMultiSubmit_desc = 'Több utasításból álló lekérdezések esetén mindegyik utasítás érintett sorainak megjelenítése. Egy utasítás által tartalmazható lekérdezések számának alapértelmezéseit lásd libraries/import.lib.php fájlban.'; +$strSetupVerboseMultiSubmit_name = 'Részletes, több utasítás'; +$strSetupVersionCheckDataError = 'A verzió beolvasása nem sikerült. Lehet, hogy ön kapcsolat nélküli módban dolgozik, vagy a frissítő szerver nem válaszol.'; +$strSetupVersionCheckInvalid = 'Érvénytelen verzió karakterlánc érkezett a szerverről'; +$strSetupVersionCheckLink = 'Új verzió ellenőrzése'; +$strSetupVersionCheckNewAvailable = 'Jelent meg új phpMyAdmin verzió, fontolja meg a frissítést. Legújabb verzió: %s, kiadás dátuma: %s.'; +$strSetupVersionCheckNewAvailableSvn = 'Ön verziókezeléses verziót használ, futtassa le az [kbd]svn frissítést[/kbd] :-)[br]Legújabb stabil verzió: %s, kiadás dátuma: %s.'; +$strSetupVersionCheckNone = 'Nem jelent meg újabb stabil verzió'; +$strSetupVersionCheckUnparsable = 'A verzió karakterlánc nem elemezhető'; +$strSetupVersionCheck = 'Verzió-ellenőrzés'; +$strSetupVersionCheckWrapperError = 'Nem érhető el sem az URL wrapper, sem a CURL. A verzió-ellenőrzés nem lehetséges.'; +$strSetupWarning = 'Figyelmeztetés'; +$strSetupZipDump_desc = 'A [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] tömörítés engedélyezése az importálási és az exportálási műveletekhez'; +$strSetupZipDumpExportWarning = 'A [a@?page=form&formset=features#tab_Import_export]zip formátumba tömörítéshez[/a] olyan függvényekre (%s) van szükség, melyek ezen a rendszeren nem elérhetőek.'; +$strSetupZipDumpImportWarning = 'A [a@?page=form&formset=features#tab_Import_export]zipek kibontásához[/a] olyan függvényekre (%s) van szükség, melyek ezen a rendszeren nem elérhetőek.'; +$strSetupZipDump_name = 'ZIP'; $strShowAll = 'Mind látható'; $strShowColor = 'Szín megjelenítése'; $strShowDatadictAs = 'Adatkönyvtár formátum'; @@ -795,9 +1145,9 @@ $strShowingPhp = 'Megjelenítés PHP kódként'; $strShowingRecords = 'Megjelenített sorok:'; $strShowingSQL = 'Megjelenítés SQL lekérdezésként'; $strShowKeys = 'Csak a kulcsok megjelenítése'; +$strShow = 'Megjelenítés'; $strShowOpenTables = 'Nyitott táblák megjelenítése'; $strShowPHPInfo = 'PHP információ megjelenítése'; -$strShow = 'Megjelenítés'; $strShowSlaveHosts = 'Kisegítő állomások megjelenítése'; $strShowSlaveStatus = 'Kisegítő állapot megjelenítése'; $strShowStatusBinlog_cache_disk_useDescr = 'A tranzakciók száma, melyek az ideiglenes bináris naplógyorsítótárat használt, azonban az túllépte a binlog_cache_size méretet, és ideiglenes fájlt használt az utasítások tárolásához a tranzakcióból.'; @@ -960,7 +1310,7 @@ $strSwedish = 'Svéd'; $strSwekeyAuthenticating = 'Hitelesítés...'; $strSwekeyAuthFailed = 'A hardveres hitelesítés nem sikerült'; $strSwekeyNoKeyId = 'A(z) %s fájl nem tartalmaz semmilyen kulcsazonosítót'; -$strSwekeyNoKey = 'Érvényes hitelesítési kulcs csatlakoztatása nem történt meg'; +$strSwekeyNoKey = 'Nem történt meg érvényes hitelesítő kulcs csatlakoztatása'; $strSwitchToDatabase = 'A másolt adatbázisra váltás'; $strSwitchToTable = 'A másolt táblára váltás'; @@ -995,10 +1345,10 @@ $strTheme = 'Téma / Séma'; $strThisHost = 'Ez a hoszt'; $strThreads = 'Szálak'; $strThreadSuccessfullyKilled = 'Sikerült leállítani a(z) %s. szálat.'; +$strTime = 'Idő'; $strTimeoutInfo = 'Az előző importálás időtúllépés miatt leállt, újraküldés után a(z) %d pozíciótól folytatódik.'; $strTimeoutNothingParsed = 'Az utolsó futáskor azonban nem került adat elemzésre, ami általában azt jelenti, hogy a phpMyAdmin nem tudja befejezni ezt az importálást, ha Ön nem növeli meg a PHP időkorlátozását.'; $strTimeoutPassed = 'Script időtúllépés történt, ha be akarja fejezni az importálást, akkor küldje újra ugyanazt a fájlt és az importálás folytatódni fog.'; -$strTime = 'Idő'; $strToFromPage = 'oldalra/-ról'; $strToggleScratchboard = 'Scratchboard kapcsolása'; $strToggleSmallBig = 'Kicsi/nagy kapcsoló'; @@ -1052,12 +1402,12 @@ $strUseBackquotes = 'Idézőjelek használata a tábla- és mezőneveknél'; $strUseHostTable = 'Hoszt-tábla használata'; $strUserAlreadyExists = '%s felhasználó már létezik!'; $strUserEmpty = 'Üres a felhasználónév!'; +$strUser = 'Felhasználó'; $strUserName = 'Felhasználónév'; $strUserNotFound = 'Nem található a kiválasztott felhasználó a privilégium táblában.'; $strUserOverview = 'Felhasználók áttekintése'; $strUsersDeleted = 'A kiválasztott felhasználók törlése sikerült.'; $strUsersHavingAccessToDb = 'A(z) "%s" adatbázishoz hozzáférhető felhasználók'; -$strUser = 'Felhasználó'; $strUseTabKey = 'A TAB billentyűvel értékről értékre lépkedhet, ill. a CTRL+nyilakkal bárhová léphet.'; $strUseTables = 'Felhasználandó táblák'; $strUseTextField = 'Szöveges mező használata'; @@ -1075,8 +1425,8 @@ $strViewHasAtLeast = 'Ebben a nézetben legalább ennyi számú sor van. Kérjü $strViewHasBeenDropped = 'A(z) %s nézet eldobása kész'; $strViewImage = 'Kép megtekintése'; $strViewName = 'NÉZET neve'; -$strViewVideo = 'Videó megtekintése'; $strView = 'Nézet'; +$strViewVideo = 'Videó megtekintése'; $strWebServerUploadDirectoryError = 'Nem elérhető a feltöltésekhez megadott könyvtár'; $strWebServerUploadDirectory = 'webszerver feltöltési könyvtár'; @@ -1097,354 +1447,4 @@ $strYes = 'Igen'; $strZeroRemovesTheLimit = 'Megjegyzés: Ezen beállítások 0-ra (nulla) állítása eltávolítja a korlátozást.'; $strZip = '"zip tömörítés"'; -$strSetupServersAdd = 'Add a new server'; //to translate -$strSetupServersEdit = 'Edit server'; //to translate -$strSetupFormset_features = 'Features'; //to translate -$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate -$strSetupFormset_main_frame = 'Customize main frame'; //to translate -$strSetupFormset_import = 'Customize import defaults'; //to translate -$strSetupFormset_export = 'Customize export options'; //to translate -$strSetupFormset_customization = 'Customization'; //to translate -$strSetupTrue = 'yes'; //to translate -$strSetupFalse = 'no'; //to translate -$strSetupDisplay = 'Display'; //to translate -$strSetupDownload = 'Download'; //to translate -$strSetupClear = 'Clear'; //to translate -$strSetupLoad = 'Load'; //to translate -$strSetupRestoreDefaultValue = 'Restore default value'; //to translate -$strSetupSetValue = 'Set value: %s'; //to translate -$strSetupWarning = 'Warning'; //to translate -$strSetupIgnoreErrors = 'Ignore errors'; //to translate -$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate -$strSetupShowForm = 'Show form'; //to translate -$strSetupOverview = 'Overview'; //to translate -$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate -$strSetupNoServers = 'There are no configured servers'; //to translate -$strSetupNewServer = 'New server'; //to translate -$strSetupDefaultLanguage = 'Default language'; //to translate -$strSetupDefaultServer = 'Default server'; //to translate -$strSetupLetUserChoose = 'let the user choose'; //to translate -$strSetupOptionNone = '- none -'; //to translate -$strSetupEndOfLine = 'End of line'; //to translate -$strSetupConfigurationFile = 'Configuration file'; //to translate -$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate -$strSetupDonateLink = 'Donate'; //to translate -$strSetupVersionCheckLink = 'Check for latest version'; //to translate -$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate -$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate -$strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate -$strSetupVersionCheck = 'Version check'; //to translate -$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate -$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate -$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate -$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate -$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate -$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate -$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate -$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate -$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate -$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetuperror_form = 'Submitted form contains errors'; //to translate -$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate -$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate -$strSetuperror_incorrect_value = 'Incorrect value'; //to translate -$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate -$strSetuperror_nan_p = 'Not a positive number'; //to translate -$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate -$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate -$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate -$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate -$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate -$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate -$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate -$strSetupForm_Server = 'Basic settings'; //to translate -$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate -$strSetupForm_Server_login_options = 'Signon login options'; //to translate -$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate -$strSetupForm_Server_config = 'Server configuration'; //to translate -$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate -$strSetupForm_Server_pmadb = 'PMA database'; //to translate -$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate -$strSetupForm_Import_export = 'Import / export'; //to translate -$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate -$strSetupForm_Security = 'Security'; //to translate -$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate -$strSetupForm_Sql_queries = 'SQL queries'; //to translate -$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate -$strSetupForm_Other_core_settings = 'Other core settings'; //to translate -$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate -$strSetupForm_Left_frame = 'Navigation frame'; //to translate -$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate -$strSetupForm_Left_servers = 'Servers'; //to translate -$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate -$strSetupForm_Left_databases = 'Databases'; //to translate -$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate -$strSetupForm_Left_tables = 'Tables'; //to translate -$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate -$strSetupForm_Main_frame = 'Main frame'; //to translate -$strSetupForm_Startup = 'Startup'; //to translate -$strSetupForm_Startup_desc = 'Customize startup page'; //to translate -$strSetupForm_Browse = 'Browse mode'; //to translate -$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate -$strSetupForm_Edit = 'Edit mode'; //to translate -$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate -$strSetupForm_Tabs = 'Tabs'; //to translate -$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate -$strSetupForm_Sql_box = 'SQL Query box'; //to translate -$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate -$strSetupForm_Import_defaults = 'Import defaults'; //to translate -$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate -$strSetupForm_Export_defaults = 'Export defaults'; //to translate -$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate -$strSetupForm_Query_window = 'Query window'; //to translate -$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate -$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate -$strSetupServers_verbose_desc = 'Hostname where MySQL server is running'; //to translate -$strSetupServers_host_name = 'Server hostname'; //to translate -$strSetupServers_host_desc = ''; //to translate -$strSetupServers_port_name = 'Server port'; //to translate -$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_socket_name = 'Server socket'; //to translate -$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_ssl_name = 'Use SSL'; //to translate -$strSetupServers_ssl_desc = ''; //to translate -$strSetupServers_connect_type_name = 'Connection type'; //to translate -$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate -$strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_compress_name = 'Compress connection'; //to translate -$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate -$strSetupServers_auth_type_name = 'Authentication type'; //to translate -$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate -$strSetupServers_user_name = 'User for config auth'; //to translate -$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_password_name = 'Password for config auth'; //to translate -$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_nopassword_name = 'Connect without password'; //to translate -$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate -$strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate -$strSetupServers_SignonURL_name = 'Signon URL'; //to translate -$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate -$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$strSetupServers_only_db_name = 'Show only listed databases'; //to translate -$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate -$strSetupServers_hide_db_name = 'Hide databases'; //to translate -$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate -$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate -$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate -$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate -$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate -$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate -$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate -$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate -$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate -$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate -$strSetupServers_CountTables_name = 'Count tables'; //to translate -$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate -$strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate -$strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate -$strSetupServers_controlpass_name = 'Control user password'; //to translate -$strSetupServers_verbose_check_name = 'Verbose check'; //to translate -$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 -$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate -$strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate -$strSetupServers_table_info_name = 'Display fields table'; //to translate -$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate -$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate -$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]'; //to translate -$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate -$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate -$strSetupServers_column_info_name = 'Column information table'; //to translate -$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate -$strSetupServers_history_name = 'SQL query history table'; //to translate -$strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]'; //to translate -$strSetupServers_designer_coords_name = 'Designer table'; //to translate -$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]'; //to translate -$strSetupUploadDir_name = 'Upload directory'; //to translate -$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate -$strSetupSaveDir_name = 'Save directory'; //to translate -$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate -$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate -$strSetupDefaultCharset_name = 'Default character set'; //to translate -$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate -$strSetupRecodingEngine_name = 'Recoding engine'; //to translate -$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate -$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate -$strSetupZipDump_name = 'ZIP'; //to translate -$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate -$strSetupGZipDump_name = 'GZip'; //to translate -$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate -$strSetupBZipDump_name = 'Bzip2'; //to translate -$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate -$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate -$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate -$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate -$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate -$strSetupForceSSL_name = 'Force SSL connection'; //to translate -$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate -$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate -$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate -$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate -$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate -$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate -$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate -$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate -$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate -$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate -$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate -$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupShowSQL_name = 'Show SQL queries'; //to translate -$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate -$strSetupConfirm_name = 'Confirm DROP queries'; //to translate -$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate -$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate -$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate -$strSetupQueryHistoryMax_name = 'Query history length'; //to translate -$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate -$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate -$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate -$strSetupMaxDbList_name = 'Maximum databases'; //to translate -$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate -$strSetupMaxTableList_name = 'Maximum tables'; //to translate -$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate -$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate -$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate -$strSetupOBGzip_name = 'GZip output buffering'; //to translate -$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate -$strSetupPersistentConnections_name = 'Persistent connections'; //to translate -$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate -$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate -$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupMemoryLimit_name = 'Memory limit'; //to translate -$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate -$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate -$strSetupUseDbSearch_name = 'Use database search'; //to translate -$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate -$strSetupLeftFrameLight_name = 'Use light version'; //to translate -$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate -$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate -$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate -$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate -$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate -$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate -$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate -$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate -$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate -$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate -$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate -$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate -$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate -$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate -$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate -$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate -$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate -$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate -$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate -$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate -$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate -$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate -$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate -$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate -$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate -$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate -$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate -$strSetupShowStats_name = 'Show statistics'; //to translate -$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate -$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate -$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate -$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate -$strSetupShowChgPassword_name = 'Show password change form'; //to translate -$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate -$strSetupShowCreateDb_name = 'Show create database form'; //to translate -$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate -$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate -$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate -$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupShowAll_name = 'Allow to display all the rows'; //to translate -$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate -$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate -$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate -$strSetupOrder_name = 'Default sorting order'; //to translate -$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate -$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate -$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate -$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate -$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate -$strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate -$strSetupShowFunctionFields_name = 'Show function fields'; //to translate -$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate -$strSetupCharEditing_name = 'CHAR fields editing'; //to translate -$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate -$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate -$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate -$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate -$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate -$strSetupInsertRows_name = 'Number of inserted rows'; //to translate -$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate -$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate -$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate -$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate -$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate -$strSetupLightTabs_name = 'Light tabs'; //to translate -$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate -$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate -$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupDefaultTabServer_name = 'Default server tab'; //to translate -$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate -$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate -$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate -$strSetupDefaultTabTable_name = 'Default table tab'; //to translate -$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate -$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate -$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate -$strSetupSQLQuery_Edit_name = 'Edit'; //to translate -$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate -$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate -$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate -$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate -$strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate -$strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate -$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate -$strSetupExport_format_name = 'Format'; //to translate -$strSetupExport_compression_name = 'Compression'; //to translate -$strSetupExport_asfile_name = 'Save as file'; //to translate -$strSetupExport_charset_name = 'Character set of the file'; //to translate -$strSetupExport_onserver_name = 'Save on server'; //to translate -$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate -$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate -$strSetupExport_file_template_table_name = 'Table name template'; //to translate -$strSetupExport_file_template_database_name = 'Database name template'; //to translate -$strSetupExport_file_template_server_name = 'Server name template'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate -$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate -$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate -$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate -$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> From d10ae94e7b6872ddd7748889e630b329ef1d4dcb Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 16 Nov 2008 19:50:31 +0000 Subject: [PATCH 15/60] typo --- lang/afrikaans-utf-8.inc.php | 2 +- lang/albanian-utf-8.inc.php | 2 +- lang/arabic-utf-8.inc.php | 2 +- lang/azerbaijani-utf-8.inc.php | 2 +- lang/bangla-utf-8.inc.php | 2 +- lang/basque-utf-8.inc.php | 2 +- lang/belarusian_cyrillic-utf-8.inc.php | 2 +- lang/belarusian_latin-utf-8.inc.php | 2 +- lang/bosnian-utf-8.inc.php | 2 +- lang/brazilian_portuguese-utf-8.inc.php | 2 +- lang/bulgarian-utf-8.inc.php | 2 +- lang/catalan-utf-8.inc.php | 2 +- lang/chinese_simplified-utf-8.inc.php | 2 +- lang/chinese_traditional-utf-8.inc.php | 2 +- lang/croatian-utf-8.inc.php | 2 +- lang/czech-utf-8.inc.php | 2 +- lang/danish-utf-8.inc.php | 2 +- lang/dutch-utf-8.inc.php | 2 +- lang/english-utf-8.inc.php | 2 +- lang/estonian-utf-8.inc.php | 2 +- lang/finnish-utf-8.inc.php | 2 +- lang/galician-utf-8.inc.php | 2 +- lang/georgian-utf-8.inc.php | 2 +- lang/german-utf-8.inc.php | 2 +- lang/greek-utf-8.inc.php | 2 +- lang/hebrew-utf-8.inc.php | 2 +- lang/hindi-utf-8.inc.php | 2 +- lang/indonesian-utf-8.inc.php | 2 +- lang/italian-utf-8.inc.php | 2 +- lang/japanese-utf-8.inc.php | 2 +- lang/korean-utf-8.inc.php | 2 +- lang/latvian-utf-8.inc.php | 2 +- lang/lithuanian-utf-8.inc.php | 2 +- lang/macedonian_cyrillic-utf-8.inc.php | 2 +- lang/malay-utf-8.inc.php | 2 +- lang/mongolian-utf-8.inc.php | 2 +- lang/persian-utf-8.inc.php | 2 +- lang/polish-utf-8.inc.php | 2 +- lang/portuguese-utf-8.inc.php | 2 +- lang/romanian-utf-8.inc.php | 2 +- lang/russian-utf-8.inc.php | 2 +- lang/serbian_cyrillic-utf-8.inc.php | 2 +- lang/serbian_latin-utf-8.inc.php | 2 +- lang/sinhala-utf-8.inc.php | 2 +- lang/slovak-utf-8.inc.php | 2 +- lang/slovenian-utf-8.inc.php | 2 +- lang/spanish-utf-8.inc.php | 2 +- lang/swedish-utf-8.inc.php | 2 +- lang/tatarish-utf-8.inc.php | 2 +- lang/thai-utf-8.inc.php | 2 +- lang/turkish-utf-8.inc.php | 2 +- lang/ukrainian-utf-8.inc.php | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index f59089858..b7a6da576 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1411,7 +1411,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 285c99207..3b5ed36e7 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1410,7 +1410,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 9a1395496..ff64a04a3 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1412,7 +1412,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 1ddff6bf5..2a2085ad6 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1407,7 +1407,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index 2f690a903..8f88ae6cc 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1386,7 +1386,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index fa5bdc700..efa0bb88b 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1404,7 +1404,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 3a3e68be3..83c084b6a 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1386,7 +1386,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 7f92f2983..ee91b565d 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1394,7 +1394,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 92fe05f00..bb929bdf3 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1410,7 +1410,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 4805b8592..1bac7e1a8 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1384,7 +1384,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index e3f292cdd..511d74348 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1407,7 +1407,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 50a8385a6..eb14de710 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1383,7 +1383,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 0985ca26e..b6d2d319a 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1412,7 +1412,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index fcddf194a..338ebd76f 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1391,7 +1391,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index f8df7729f..add07b105 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1388,7 +1388,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 8bd4c1593..fad80c21b 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1303,7 +1303,7 @@ $strSetupPersistentConnections_desc = 'Use persistent connections to MySQL datab $strSetupPersistentConnections_name = 'Persistent connections'; //to translate $strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate $strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate $strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 58327779f..42dd2d812 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1386,7 +1386,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 3582a9823..dca6c4b93 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1408,7 +1408,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 025760092..6678a5d91 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -987,7 +987,7 @@ $strSetupPersistentConnections_desc = 'Use persistent connections to MySQL datab $strSetupPersistentConnections_name = 'Persistent connections'; $strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; $strSetupPropertiesIconic_name = 'Iconic table operations'; -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; $strSetupProtectBinary_name = 'Protect binary fields'; $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; $strSetupQueryHistoryDB_name = 'Permanent query history'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 8756e1673..39a14c283 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1392,7 +1392,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 9782ec51e..c24e7664f 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1387,7 +1387,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 4d7490fd7..13a3007a8 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1385,7 +1385,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 35568e128..fb6609ec3 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1412,7 +1412,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index ba82c9097..af611d21f 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1392,7 +1392,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 6bc0e0226..653054252 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1409,7 +1409,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 9d6df1de9..806f9db6e 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1404,7 +1404,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 6fc7a6050..974902e8f 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1412,7 +1412,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 0a7f2ae4b..87b43b80a 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1402,7 +1402,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 51994b6ff..a171dbf75 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1390,7 +1390,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 7c1c5a00e..933d91102 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1392,7 +1392,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 1d1fdd550..2eff4582b 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1407,7 +1407,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index aa2e69ac1..b9a97c237 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1409,7 +1409,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 083d30804..5fbb33514 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1402,7 +1402,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 3bcd69754..55b7e64fa 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1387,7 +1387,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index dd81f3c22..6a9ff5e2d 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1424,7 +1424,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index b0ec8e46a..f7b9ab02f 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1407,7 +1407,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 2a4e7708a..d86fb02fc 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1438,7 +1438,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 84e20c90f..f716d4fd4 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1380,7 +1380,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 33b06a07f..f4fd2aa52 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1413,7 +1413,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index b215f3f73..21f676911 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1388,7 +1388,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index f16715602..fa0211434 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1397,7 +1397,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 40f47b7b2..de663d201 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1386,7 +1386,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index f1a34c585..4d669d2d8 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1386,7 +1386,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index 0f91a45d4..ab204312f 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1389,7 +1389,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index d40d38ac2..f83a1a297 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1387,7 +1387,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 35da57ab5..cf724f67e 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1406,7 +1406,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index a8e9ac84b..abb146987 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1382,7 +1382,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 300423e23..ddfbb15c9 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1384,7 +1384,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 23bc02d66..f574a5c6d 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1397,7 +1397,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index fe31a0d09..d8e57be44 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1408,7 +1408,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 1431ec457..d2b04b5c3 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1392,7 +1392,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 0e4e23888..1f4e1c0e3 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1406,7 +1406,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate From 93900cc23bd91da4cead31b1b09a75db027bb4cf Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 16 Nov 2008 20:07:15 +0000 Subject: [PATCH 16/60] rfe #2212013 (part) improve display --- libraries/display_tbl.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index 806b49651..d7d9a02ec 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -566,7 +566,7 @@ function PMA_displayTableHeaders(&$is_display, &$fields_meta, $fields_cnt = 0, $ echo '
    '; PMA_generate_html_checkbox('display_binary', $GLOBALS['strShow'] . ' BINARY', ! empty($_SESSION['userconf']['display_binary']), false); - + echo '
    '; PMA_generate_html_checkbox('display_blob', $GLOBALS['strShow'] . ' BLOB', ! empty($_SESSION['userconf']['display_blob']), false); echo '
    '; From 001ee40265bcaf9a50fe09c23f69f5b8cac3a054 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 17 Nov 2008 12:43:28 +0000 Subject: [PATCH 17/60] French update (ChangeLog entry) --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index e676044e0..b172457ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA thanks to Isaac Bennetch - ibennetch + [lang] Norwegian update, thanks to Sven-Erik Andersen + [lang] Hungarian update, thanks to Jozsef Tamas Herczeg - dodika ++ [lang] French update by Marc Delisle - lem9 3.0.2.0 (not yet released) - [lang] Italian update, thanks to Luca and fantu From aece8a6e263fad20aeef2cd3c094cebe3229f18c Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 17 Nov 2008 23:13:52 +0000 Subject: [PATCH 18/60] bug #2222344 [display] Query involving a function shown as binary --- ChangeLog | 1 + libraries/display_tbl.lib.php | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b172457ca..84af9a050 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + [lang] Norwegian update, thanks to Sven-Erik Andersen + [lang] Hungarian update, thanks to Jozsef Tamas Herczeg - dodika + [lang] French update by Marc Delisle - lem9 +- bug #2222344 [display] Query involving a function shown as binary 3.0.2.0 (not yet released) - [lang] Italian update, thanks to Luca and fantu diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index d7d9a02ec..2a0cfdaea 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -1659,6 +1659,11 @@ function PMA_displayTable_checkConfigParams() } elseif (isset($_REQUEST['display_options_form'])) { // we know that the checkbox was unchecked unset($_SESSION['userconf']['query'][$sql_key]['display_binary']); + } else { + // selected by default because some operations like OPTIMIZE TABLE + // and all queries involving functions return "binary" contents, + // according to low-level field flags + $_SESSION['userconf']['query'][$sql_key]['display_binary'] = true; } if (isset($_REQUEST['display_blob'])) { From e420ce40c4915768be3306114434fde9421876d1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 17 Nov 2008 23:21:49 +0000 Subject: [PATCH 19/60] 3.1.0-rc1 --- Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation.html b/Documentation.html index 84c9019f5..f9533045a 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.0-beta1 - Documentation + phpMyAdmin 3.1.0-rc1 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.0-beta1 Documentation

    +

    phpMyAdmin 3.1.0-rc1 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index 4f72d09cd..e42fd5e9a 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.0-beta1 - ------------------- + Version 3.1.0-rc1 + ----------------- http://www.phpmyadmin.net/ Copyright (C) 1998-2000 Tobias Ratschiller diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 7753d3b5c..abae3536f 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.0-beta1'); + $this->set('PMA_VERSION', '3.1.0-rc1'); /** * @deprecated */ diff --git a/translators.html b/translators.html index f12f280e3..e47813142 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.0-beta1 - Official translators + phpMyAdmin 3.1.0-rc1 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.0-beta1 official translators list

    +

    phpMyAdmin 3.1.0-rc1 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From f27e4e52e276ac32c7f52f6c584371999d9d1921 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 18 Nov 2008 18:10:59 +0000 Subject: [PATCH 20/60] Italian update --- ChangeLog | 1 + lang/italian-utf-8.inc.php | 679 +++++++++++++++++++------------------ 2 files changed, 341 insertions(+), 339 deletions(-) diff --git a/ChangeLog b/ChangeLog index 84af9a050..7e72e37d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -38,6 +38,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + [lang] Hungarian update, thanks to Jozsef Tamas Herczeg - dodika + [lang] French update by Marc Delisle - lem9 - bug #2222344 [display] Query involving a function shown as binary ++ [lang] Italian update, thanks to fantu - fantu 3.0.2.0 (not yet released) - [lang] Italian update, thanks to Luca and fantu diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index a171dbf75..6ac14de15 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -777,6 +777,58 @@ $strServerVersion = 'Versione MySQL'; $strSessionStartupErrorGeneral = 'Non posso far partire la sessione senza errori, controlla gli errori nel log di PHP e/o del tuo server web e configura correttamente la tua installazione di PHP.'; $strSessionValue = 'Valore sessione'; $strSetEnumVal = 'Se il tipo di campo è "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...
    Se comunque dovete mettere dei backslash ("\") o dei single quote ("\'") davanti a questi valori anteporre un "\" (per esempio \'\\\\xyz\' o \'a\\\'b\').'; +$strSetupCannotLoadConfig = 'Impossibile caricare o salvare la configurazione'; +$strSetupConfigurationFile = 'File di configurazione'; +$strSetupDefaultLanguage = 'Lingua predefinita'; +$strSetupDefaultServer = 'Server predefinito'; +$strSetupDisplay = 'Visualizza'; +$strSetupDonateLink = 'Dona'; +$strSetupDownload = 'Scarica'; +$strSetuperror_incorrect_value = 'Valore non corretto'; +$strSetupExport_compression_name = 'Compressione'; +$strSetupExport_format_name = 'Formato'; +$strSetupFalse = 'no'; +$strSetupForm_Import_export = 'Importa / esporta'; +$strSetupForm_Left_frame = 'Frame di navigazione'; +$strSetupForm_Left_tables_desc = 'Opzioni di visualizzazione tabelle'; +$strSetupForm_Left_tables = 'tabelle'; +$strSetupForm_Security = 'Sicurezza'; +$strSetupForm_Server_config = 'Configurazione del server'; +$strSetupForm_Server_desc = 'Inserisci i parametri di connessione al server'; +$strSetupForm_Server = 'Impostazioni di base'; +$strSetupForm_Server_pmadb = 'Database di PMA'; +$strSetupFormset_customization = 'Personalizzazione'; +$strSetupFormset_export = 'Personalizza le opzioni di esportazione'; +$strSetupFormset_features = 'Caratteristiche'; +$strSetupFormset_left_frame = 'Personalizza frame di navigazione'; +$strSetupFormset_main_frame = 'Personalizza frame principale'; +$strSetupForm_Startup = 'Avvio'; +$strSetupIgnoreErrors = 'Ignora errori'; +$strSetupInsecureConnection = 'Connessione non sicura'; +$strSetupLeftDisplayLogo_desc = 'Mostra logo nel frame di sinistra'; +$strSetupLeftDisplayLogo_name = 'Visualizza logo'; +$strSetupLeftFrameLight_name = 'Usa versione leggera'; +$strSetupLoad = 'Carica'; +$strSetupMemoryLimit_name = 'Limite memoria'; +$strSetupNewServer = 'Nuovo server'; +$strSetupNoServers = 'Non ci sono server configurati'; +$strSetupOptionNone = '- nessuno -'; +$strSetupOverview = 'Panoramica'; +$strSetupRestoreDefaultValue = 'Ripristinare valori predefiniti'; +$strSetupServersAdd = 'Aggiungi un nuovo server'; +$strSetupServers_auth_type_desc = 'Metodo di autenticazione da usare'; +$strSetupServers_auth_type_name = 'Tipo di autenticazione'; +$strSetupServers_connect_type_name = 'Tipo di connessione'; +$strSetupServersEdit = 'Modifica server'; +$strSetupSetValue = 'Imposta valore: %s'; +$strSetupShowForm = 'Visualizza form'; +$strSetupSQLQuery_Edit_name = 'Modifica'; +$strSetupSQLQuery_Refresh_name = 'Aggiorna'; +$strSetupSQLQuery_ShowAsPHP_name = 'Crea codice PHP'; +$strSetupTrue = 'sì'; +$strSetupVersionCheck = 'Controllo versione'; +$strSetupVersionCheckLink = 'Controlla l\'ultima versione'; +$strSetupWarning = 'Attenzione'; $strShowAll = 'Mostra tutti'; $strShowColor = 'Mostra il colore'; $strShowDatadictAs = 'Formato del Data Dictionary'; @@ -1098,354 +1150,303 @@ $strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Reposi $strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate $strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate -$strSetupServersAdd = 'Add a new server'; //to translate -$strSetupServersEdit = 'Edit server'; //to translate -$strSetupFormset_features = 'Features'; //to translate -$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate -$strSetupFormset_main_frame = 'Customize main frame'; //to translate -$strSetupFormset_import = 'Customize import defaults'; //to translate -$strSetupFormset_export = 'Customize export options'; //to translate -$strSetupFormset_customization = 'Customization'; //to translate -$strSetupTrue = 'yes'; //to translate -$strSetupFalse = 'no'; //to translate -$strSetupDisplay = 'Display'; //to translate -$strSetupDownload = 'Download'; //to translate -$strSetupClear = 'Clear'; //to translate -$strSetupLoad = 'Load'; //to translate -$strSetupRestoreDefaultValue = 'Restore default value'; //to translate -$strSetupSetValue = 'Set value: %s'; //to translate -$strSetupWarning = 'Warning'; //to translate -$strSetupIgnoreErrors = 'Ignore errors'; //to translate -$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate -$strSetupShowForm = 'Show form'; //to translate -$strSetupOverview = 'Overview'; //to translate -$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate -$strSetupNoServers = 'There are no configured servers'; //to translate -$strSetupNewServer = 'New server'; //to translate -$strSetupDefaultLanguage = 'Default language'; //to translate -$strSetupDefaultServer = 'Default server'; //to translate -$strSetupLetUserChoose = 'let the user choose'; //to translate -$strSetupOptionNone = '- none -'; //to translate -$strSetupEndOfLine = 'End of line'; //to translate -$strSetupConfigurationFile = 'Configuration file'; //to translate -$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate -$strSetupDonateLink = 'Donate'; //to translate -$strSetupVersionCheckLink = 'Check for latest version'; //to translate -$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate -$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate -$strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate -$strSetupVersionCheck = 'Version check'; //to translate -$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate -$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate -$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate -$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate -$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate -$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate -$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate +$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate +$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate -$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate -$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate +$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate +$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate +$strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate +$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate +$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate +$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate +$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate +$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate +$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate +$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate +$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate +$strSetupBZipDump_name = 'Bzip2'; //to translate $strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetuperror_form = 'Submitted form contains errors'; //to translate -$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate -$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate -$strSetuperror_incorrect_value = 'Incorrect value'; //to translate -$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate -$strSetuperror_nan_p = 'Not a positive number'; //to translate -$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate -$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate +$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate +$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate +$strSetupCharEditing_name = 'CHAR fields editing'; //to translate +$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate +$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate +$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate +$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate +$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate +$strSetupClear = 'Clear'; //to translate +$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate +$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate +$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate +$strSetupConfirm_name = 'Confirm DROP queries'; //to translate +$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate +$strSetupDefaultCharset_name = 'Default character set'; //to translate +$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate +$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate +$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate +$strSetupDefaultTabServer_name = 'Default server tab'; //to translate +$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate +$strSetupDefaultTabTable_name = 'Default table tab'; //to translate +$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate +$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate +$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate +$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate +$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate +$strSetupEndOfLine = 'End of line'; //to translate +$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate -$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate +$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate -$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate -$strSetupForm_Server = 'Basic settings'; //to translate -$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate -$strSetupForm_Server_login_options = 'Signon login options'; //to translate -$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate -$strSetupForm_Server_config = 'Server configuration'; //to translate -$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate -$strSetupForm_Server_pmadb = 'PMA database'; //to translate -$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate -$strSetupForm_Import_export = 'Import / export'; //to translate -$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate -$strSetupForm_Security = 'Security'; //to translate -$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate -$strSetupForm_Sql_queries = 'SQL queries'; //to translate -$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate -$strSetupForm_Other_core_settings = 'Other core settings'; //to translate -$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate -$strSetupForm_Left_frame = 'Navigation frame'; //to translate -$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate -$strSetupForm_Left_servers = 'Servers'; //to translate -$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate -$strSetupForm_Left_databases = 'Databases'; //to translate -$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate -$strSetupForm_Left_tables = 'Tables'; //to translate -$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate -$strSetupForm_Main_frame = 'Main frame'; //to translate -$strSetupForm_Startup = 'Startup'; //to translate -$strSetupForm_Startup_desc = 'Customize startup page'; //to translate -$strSetupForm_Browse = 'Browse mode'; //to translate -$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate -$strSetupForm_Edit = 'Edit mode'; //to translate -$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate -$strSetupForm_Tabs = 'Tabs'; //to translate -$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate -$strSetupForm_Sql_box = 'SQL Query box'; //to translate -$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate -$strSetupForm_Import_defaults = 'Import defaults'; //to translate -$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate -$strSetupForm_Export_defaults = 'Export defaults'; //to translate -$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate -$strSetupForm_Query_window = 'Query window'; //to translate -$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate -$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate -$strSetupServers_verbose_desc = 'Hostname where MySQL server is running'; //to translate -$strSetupServers_host_name = 'Server hostname'; //to translate -$strSetupServers_host_desc = ''; //to translate -$strSetupServers_port_name = 'Server port'; //to translate -$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_socket_name = 'Server socket'; //to translate -$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_ssl_name = 'Use SSL'; //to translate -$strSetupServers_ssl_desc = ''; //to translate -$strSetupServers_connect_type_name = 'Connection type'; //to translate -$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate -$strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_compress_name = 'Compress connection'; //to translate -$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate -$strSetupServers_auth_type_name = 'Authentication type'; //to translate -$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate -$strSetupServers_user_name = 'User for config auth'; //to translate -$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_password_name = 'Password for config auth'; //to translate -$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_nopassword_name = 'Connect without password'; //to translate -$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate -$strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate -$strSetupServers_SignonURL_name = 'Signon URL'; //to translate -$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate -$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$strSetupServers_only_db_name = 'Show only listed databases'; //to translate -$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate -$strSetupServers_hide_db_name = 'Hide databases'; //to translate -$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate -$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate -$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate -$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate -$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate -$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate -$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate -$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate -$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate -$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate -$strSetupServers_CountTables_name = 'Count tables'; //to translate -$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate -$strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate -$strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate -$strSetupServers_controlpass_name = 'Control user password'; //to translate -$strSetupServers_verbose_check_name = 'Verbose check'; //to translate -$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 -$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate -$strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate -$strSetupServers_table_info_name = 'Display fields table'; //to translate -$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate -$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate -$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]'; //to translate -$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate -$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate -$strSetupServers_column_info_name = 'Column information table'; //to translate -$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate -$strSetupServers_history_name = 'SQL query history table'; //to translate -$strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]'; //to translate -$strSetupServers_designer_coords_name = 'Designer table'; //to translate -$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]'; //to translate -$strSetupUploadDir_name = 'Upload directory'; //to translate -$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate -$strSetupSaveDir_name = 'Save directory'; //to translate -$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate -$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate -$strSetupDefaultCharset_name = 'Default character set'; //to translate -$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate -$strSetupRecodingEngine_name = 'Recoding engine'; //to translate -$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate -$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate -$strSetupZipDump_name = 'ZIP'; //to translate -$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate -$strSetupGZipDump_name = 'GZip'; //to translate -$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate -$strSetupBZipDump_name = 'Bzip2'; //to translate -$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate -$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate -$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate -$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate -$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate -$strSetupForceSSL_name = 'Force SSL connection'; //to translate -$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate -$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate -$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate -$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate -$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate -$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate -$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate -$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate -$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate -$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate -$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate -$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupShowSQL_name = 'Show SQL queries'; //to translate -$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate -$strSetupConfirm_name = 'Confirm DROP queries'; //to translate -$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate -$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate -$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate -$strSetupQueryHistoryMax_name = 'Query history length'; //to translate -$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate -$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate -$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate -$strSetupMaxDbList_name = 'Maximum databases'; //to translate -$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate -$strSetupMaxTableList_name = 'Maximum tables'; //to translate -$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate -$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate -$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate -$strSetupOBGzip_name = 'GZip output buffering'; //to translate -$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate -$strSetupPersistentConnections_name = 'Persistent connections'; //to translate -$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate -$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate +$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate +$strSetuperror_form = 'Submitted form contains errors'; //to translate +$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate +$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate +$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate +$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate +$strSetuperror_nan_p = 'Not a positive number'; //to translate $strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupMemoryLimit_name = 'Memory limit'; //to translate -$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate -$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate -$strSetupUseDbSearch_name = 'Use database search'; //to translate -$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate -$strSetupLeftFrameLight_name = 'Use light version'; //to translate -$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate -$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate -$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate -$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate -$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate -$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate -$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate -$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate -$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate -$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate -$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate -$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate -$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate -$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate -$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate -$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate -$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate -$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate -$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate -$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate -$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate -$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate -$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate -$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate -$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate -$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate -$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate -$strSetupShowStats_name = 'Show statistics'; //to translate -$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate -$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate -$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate -$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate -$strSetupShowChgPassword_name = 'Show password change form'; //to translate -$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate -$strSetupShowCreateDb_name = 'Show create database form'; //to translate -$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate -$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate -$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate -$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupShowAll_name = 'Allow to display all the rows'; //to translate -$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate -$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate -$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate -$strSetupOrder_name = 'Default sorting order'; //to translate -$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate -$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate -$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate -$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate -$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate -$strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate -$strSetupShowFunctionFields_name = 'Show function fields'; //to translate -$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate -$strSetupCharEditing_name = 'CHAR fields editing'; //to translate -$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate -$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate -$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate -$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate -$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate -$strSetupInsertRows_name = 'Number of inserted rows'; //to translate -$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate -$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate -$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate -$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate -$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate -$strSetupLightTabs_name = 'Light tabs'; //to translate -$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate -$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate -$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupDefaultTabServer_name = 'Default server tab'; //to translate -$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate -$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate -$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate -$strSetupDefaultTabTable_name = 'Default table tab'; //to translate -$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate -$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate -$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate -$strSetupSQLQuery_Edit_name = 'Edit'; //to translate -$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate -$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate -$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate -$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate -$strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate -$strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate -$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate -$strSetupExport_format_name = 'Format'; //to translate -$strSetupExport_compression_name = 'Compression'; //to translate +$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate $strSetupExport_asfile_name = 'Save as file'; //to translate $strSetupExport_charset_name = 'Character set of the file'; //to translate +$strSetupExport_file_template_database_name = 'Database name template'; //to translate +$strSetupExport_file_template_server_name = 'Server name template'; //to translate +$strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_onserver_name = 'Save on server'; //to translate $strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate $strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate -$strSetupExport_file_template_table_name = 'Table name template'; //to translate -$strSetupExport_file_template_database_name = 'Database name template'; //to translate -$strSetupExport_file_template_server_name = 'Server name template'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate -$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate -$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate -$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate -$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate +$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate +$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate +$strSetupForceSSL_name = 'Force SSL connection'; //to translate +$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate +$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate +$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate +$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate +$strSetupForm_Browse = 'Browse mode'; //to translate +$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate +$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate +$strSetupForm_Edit = 'Edit mode'; //to translate +$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate +$strSetupForm_Export_defaults = 'Export defaults'; //to translate +$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate +$strSetupForm_Import_defaults = 'Import defaults'; //to translate +$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate +$strSetupForm_Left_databases = 'Databases'; //to translate +$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate +$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate +$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate +$strSetupForm_Left_servers = 'Servers'; //to translate +$strSetupForm_Main_frame = 'Main frame'; //to translate +$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate +$strSetupForm_Other_core_settings = 'Other core settings'; //to translate +$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate +$strSetupForm_Query_window = 'Query window'; //to translate +$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate +$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate +$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate +$strSetupForm_Server_login_options = 'Signon login options'; //to translate +$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate +$strSetupFormset_import = 'Customize import defaults'; //to translate +$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate +$strSetupForm_Sql_box = 'SQL Query box'; //to translate +$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate +$strSetupForm_Sql_queries = 'SQL queries'; //to translate +$strSetupForm_Startup_desc = 'Customize startup page'; //to translate +$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate +$strSetupForm_Tabs = 'Tabs'; //to translate +$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate +$strSetupGZipDump_name = 'GZip'; //to translate +$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate +$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate +$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate +$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate +$strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate +$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate +$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate +$strSetupImport_format_name = 'Format of imported file'; //to translate +$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate +$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate +$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate +$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate +$strSetupInsertRows_name = 'Number of inserted rows'; //to translate +$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate +$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate +$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate +$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate +$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate +$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate +$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate +$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate +$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate +$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate +$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate +$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate +$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate +$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate +$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate +$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate +$strSetupLetUserChoose = 'let the user choose'; //to translate +$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate +$strSetupLightTabs_name = 'Light tabs'; //to translate +$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate +$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate +$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate +$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate +$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate +$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate +$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate +$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate +$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate +$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate +$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate +$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate +$strSetupMaxDbList_name = 'Maximum databases'; //to translate +$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate +$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate +$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate +$strSetupMaxTableList_name = 'Maximum tables'; //to translate +$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate +$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate +$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate +$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate +$strSetupOBGzip_name = 'GZip output buffering'; //to translate +$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate +$strSetupOrder_name = 'Default sorting order'; //to translate +$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate +$strSetupPersistentConnections_name = 'Persistent connections'; //to translate +$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate +$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_name = 'Protect binary fields'; //to translate +$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate +$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate +$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate +$strSetupQueryHistoryMax_name = 'Query history length'; //to translate +$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate +$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate +$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate +$strSetupRecodingEngine_name = 'Recoding engine'; //to translate +$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate +$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate +$strSetupSaveDir_name = 'Save directory'; //to translate +$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate +$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate +$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate +$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate +$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate +$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate +$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate +$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 +$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate +$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate +$strSetupServers_column_info_name = 'Column information table'; //to translate +$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate +$strSetupServers_compress_name = 'Compress connection'; //to translate +$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate +$strSetupServers_controlpass_name = 'Control user password'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_name = 'Control user'; //to translate +$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate +$strSetupServers_CountTables_name = 'Count tables'; //to translate +$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]'; //to translate +$strSetupServers_designer_coords_name = 'Designer table'; //to translate +$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate +$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate +$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate +$strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate +$strSetupServers_extension_name = 'PHP extension to use'; //to translate +$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate +$strSetupServers_hide_db_name = 'Hide databases'; //to translate +$strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]'; //to translate +$strSetupServers_history_name = 'SQL query history table'; //to translate +$strSetupServers_host_desc = ''; //to translate +$strSetupServers_host_name = 'Server hostname'; //to translate +$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate +$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate +$strSetupServers_nopassword_name = 'Connect without password'; //to translate +$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate +$strSetupServers_only_db_name = 'Show only listed databases'; //to translate +$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate +$strSetupServers_password_name = 'Password for config auth'; //to translate +$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate +$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_name = 'PMA database'; //to translate +$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate +$strSetupServers_port_name = 'Server port'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_name = 'Relation table'; //to translate +$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate +$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_name = 'Signon session name'; //to translate +$strSetupServers_SignonURL_name = 'Signon URL'; //to translate +$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate +$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate +$strSetupServers_socket_name = 'Server socket'; //to translate +$strSetupServers_ssl_desc = ''; //to translate +$strSetupServers_ssl_name = 'Use SSL'; //to translate +$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]'; //to translate +$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate +$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate +$strSetupServers_table_info_name = 'Display fields table'; //to translate +$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate +$strSetupServers_user_name = 'User for config auth'; //to translate +$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 +$strSetupServers_verbose_check_name = 'Verbose check'; //to translate +$strSetupServers_verbose_desc = 'Hostname where MySQL server is running'; //to translate +$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate +$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate +$strSetupShowAll_name = 'Allow to display all the rows'; //to translate +$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate +$strSetupShowChgPassword_name = 'Show password change form'; //to translate +$strSetupShowCreateDb_name = 'Show create database form'; //to translate +$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate +$strSetupShowFunctionFields_name = 'Show function fields'; //to translate +$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate +$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate +$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate +$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate +$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate +$strSetupShowSQL_name = 'Show SQL queries'; //to translate +$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate +$strSetupShowStats_name = 'Show statistics'; //to translate +$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate +$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate +$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate +$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate +$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate +$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate +$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate +$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate +$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate +$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate +$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate +$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate +$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate +$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate +$strSetupUploadDir_name = 'Upload directory'; //to translate +$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate +$strSetupUseDbSearch_name = 'Use database search'; //to translate +$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate +$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate +$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate +$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate +$strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate +$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate +$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate +$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate +$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate +$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate +$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate +$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate +$strSetupZipDump_name = 'ZIP'; //to translate + ?> From 8fcaa32aac1dc79d18bde673effa7d52c5b4d7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 19 Nov 2008 21:28:03 +0000 Subject: [PATCH 21/60] Czech translation update --- lang/czech-utf-8.inc.php | 140 +++++++++++++++++++-------------------- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index fad80c21b..f17facf0a 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -867,8 +867,8 @@ $strSetupForm_Import_export_desc = 'Nastaví adresáře pro import a export a vo $strSetupForm_Import_export = 'Import / export'; $strSetupForm_Left_databases = 'Databáze'; $strSetupForm_Left_databases_desc = 'Nastavení zobrazení databází'; -$strSetupForm_Left_frame_desc = 'Přizpůsobí vzhled rámu s navigací'; -$strSetupForm_Left_frame = 'Rám s navigací'; +$strSetupForm_Left_frame_desc = 'Přizpůsobí vzhled navigačního rámu'; +$strSetupForm_Left_frame = 'Navigační rám'; $strSetupForm_Left_servers_desc = 'Nastavení zobrazení serverů'; $strSetupForm_Left_servers = 'Servery'; $strSetupForm_Left_tables_desc = 'Nastavení zobrazení tabulek'; @@ -890,11 +890,11 @@ $strSetupFormset_customization = 'Přizpůsobení'; $strSetupFormset_export = 'Přizpůsobení exportu'; $strSetupFormset_features = 'Funkce'; $strSetupFormset_import = 'Přizpůsobení výchozího nastavení importu'; -$strSetupFormset_left_frame = 'Přizpůsobení rámu s navigací'; +$strSetupFormset_left_frame = 'Přizpůsobení navigačního rámu'; $strSetupFormset_main_frame = 'Přizpůsobení hlavního rámu'; $strSetupForm_Sql_box_desc = 'Přizpůsobení odkazů zobrazených v políčcích pro SQL dotazy.'; $strSetupForm_Sql_box = 'Políčko pro SQL dotazy'; -$strSetupForm_Sql_queries_desc = 'Nastavení SQL dotazů, pro nastavení políček pro SQL dotazy si prohlédněte nastavení [a@?page=form&formset=main_frame#tab_Sql_box]rámu s navigací[/a].'; +$strSetupForm_Sql_queries_desc = 'Nastavení SQL dotazů, pro nastavení políček pro SQL dotazy si prohlédněte nastavení [a@?page=form&formset=main_frame#tab_Sql_box]navigačního rámu[/a].'; $strSetupForm_Sql_queries = 'SQL dotazy'; $strSetupForm_Startup_desc = 'Přizpůsobení úvodní stránky'; $strSetupForm_Startup = 'Úvodní stránka'; @@ -904,7 +904,72 @@ $strSetupGZipDump_desc = 'Povolí [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] $strSetupGZipDump_name = 'GZip'; $strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip komprese a dekomprese[/a] vyžaduje funkce (%s) které nejsou dostupné na tomto systému'; $strSetupHomepageLink = 'Domovská stránka phpMyAdmina'; +$strSetupCharEditing_desc = 'Definuje, který typ ovládacích prvků má být použit při editaci polí typu CHAR a VARCHAR; [kbd]vstup[/kbd] - umožňuje omezit délku vstupu, [kbd]textová oblast[/kbd] - umožní použít odřádkování.'; +$strSetupCharEditing_name = 'Editace polí typu CHAR'; +$strSetupCharTextareaCols_desc = 'Počet sloupců textových oblastí typu CHAR/VARCHAR.'; +$strSetupCharTextareaCols_name = 'Sloupce pro textové oblasti typu CHAR'; +$strSetupCharTextareaRows_desc = 'Počet řádků textových oblastí typu CHAR/VARCHAR.'; +$strSetupCharTextareaRows_name = 'Řádky pro textové oblasti CHAR'; +$strSetupCheckConfigurationPermissions_name = 'Zkontrolovat přístupová práva konfiguračního souboru'; +$strSetupIconvExtraParams_name = 'Další parametry pro iconv'; +$strSetupIgnoreErrors = 'Ignorovat chyby'; +$strSetupIgnoreMultiSubmitErrors_desc = 'Pokud je povoleno, PMA pokračuje ve zpracování víceprvkových dotazů, i když jeden z nich selhal.'; +$strSetupIgnoreMultiSubmitErrors_name = 'Ignorovat chyby ve víceprvkových dotazech'; +$strSetupImport_allow_interrupt_desc = 'Povolí přerušení importu v případě, že skript zjistí blížící se vypršení časového limitu. Tento způsob může být vhodný pro import velkých souborů, ovšem může poškodit transakce.'; +$strSetupImport_allow_interrupt_name = 'Častečný import: povolit přerušení'; +$strSetupImport_format_desc = 'Výchozí formát; vemte v potaz, že toto závisí na umístění (databáze, tabulka) a pouze SQL je vždy dostupný.'; +$strSetupImport_format_name = 'Formát importovaného souboru'; +$strSetupImport_skip_queries_desc = 'Počet záznamů (dotazů) od začátku, které se mají přeskočit.'; +$strSetupImport_skip_queries_name = 'Částečný import: přeskočit dotazy'; +$strSetupInsecureConnectionMsg1 = 'Nepoužíváte zabezpečené připojení, všechna data (včetně citlivých údajů jako jsou hesla) se posílají nešifrovaně!'; +$strSetupInsecureConnectionMsg2 = 'Pokud je Váš server nastaven tak, aby přijal HTTPS požadavky, klikněte na [a@%s]tento odkaz[/a] pro použití zabezpečeného připojení.'; +$strSetupInsecureConnection = 'Nezabezpečené připojení'; +$strSetupInsertRows_desc = 'Kolik řádků může být vloženo naráz.'; +$strSetupInsertRows_name = 'Počet vkládaných řádků'; +$strSetupLeftDefaultTabTable_name = 'Cíl pro ikonu rychlého přístupu'; +$strSetupLeftDisplayLogo_desc = 'Zobrazí logo v levém rámu'; +$strSetupLeftDisplayLogo_name = 'Zobrazit logo'; +$strSetupLeftDisplayServers_desc = 'Zobrazí volbu serveru v horní části levého rámu.'; +$strSetupLeftDisplayServers_name = 'Zobrazit výběr serverů'; +$strSetupLeftFrameDBSeparator_desc = 'Řetězec, který rozděluje databáze do různých pater stromu'; +$strSetupLeftFrameDBSeparator_name = 'Oddělovač databázového stromu'; +$strSetupLeftFrameDBTree_desc = 'Pouze pro odlehčenou verzi; zobrazí databáze jako strom (určeno oddělovačem nastaveným níže)'; +$strSetupLeftFrameDBTree_name = 'Stromový pohled na databáze'; +$strSetupLeftFrameLight_desc = 'Tuto volbu zakažte, pokud chcete vidět všechny databáze najednou'; +$strSetupLeftFrameLight_name = 'Použít odlehčenou verzi'; +$strSetupLeftFrameTableLevel_name = 'Nejvyšší počet pater tabulkového stromu'; +$strSetupLeftFrameTableSeparator_desc = 'Řetězec, který rozděluje tabulky do různých pater stromu'; +$strSetupLeftFrameTableSeparator_name = 'Oddělovač tabulkovýho stromu'; +$strSetupLeftLogoLink_name = 'URL odkazu loga'; +$strSetupLeftLogoLinkWindow_desc = 'Zda se má odkazovaná stránka otevřít v hlavním okně ([kbd]hlavní[/kbd]) nebo v novém ([kbd]nové[/kbd]).'; +$strSetupLeftLogoLinkWindow_name = 'Cíl odkazu loga'; +$strSetupLeftPointerEnable_desc = 'Zvýrazní server pod kurzorem myši.'; +$strSetupLeftPointerEnable_name = 'Povolit zvýrazňování'; +$strSetupLetUserChoose = 'Nechat uživatele, aby si vybral'; +$strSetupLightTabs_desc = 'Použije graficky méně náročné panely.'; +$strSetupLightTabs_name = 'Odlehčené panely'; $strSetupLoad = 'Nahrát'; +$strSetupLoginCookieDeleteAll_desc = 'Pokud je povoleno, dochází při odhlášení ke smazání cookies na všech serverech, pokud je zakázáno, maže se cookie pouze pro současný server. Zakázání může způsobit, že se zapomenete odhlásit od ostatních serverů, pokud jich používáte více.'; +$strSetupLoginCookieDeleteAll_name = 'Smazat všechny cookies při odhlášení'; +$strSetupLoginCookieRecall_desc = 'Určuje, zda se má pamatovat předchozí přihlášení, při použití autentizace pomocí cookies.'; +$strSetupLoginCookieRecall_name = 'Pamatovat si uživatelské jméno'; +$strSetupLoginCookieStore_desc = 'Určuje, jak dlouho (v sekundách) si má prohlížeč pamatovat přihlašovací cookie. Výchozí hodnota 0 znamená, že cookie bude držena jen pro existující sezení, čili, že bude smazána v okamžiku, kdy zavřete okno prohlížeče. Tato volba je doporučena pro nedůvěryhodná prostředí.'; +$strSetupLoginCookieStore_name = 'Uložení přihlašovací cookie'; +$strSetupLoginCookieValidity_desc = 'Určuje, jak dlouho (v sekundách) je přihlašovací cookie platná.'; +$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Platnost přihlašovací cookie[/a] by měla být nastavena nejvýše na 1800 sekund (30 minut). Hodnoty vyšší než 1800 mohou znamenat bezpečnostní riziko; hrozí například podvržení identity.'; +$strSetupLoginCookieValidity_name = 'Platnost přihlašovací cookie'; +$strSetupMaxDbList_desc = 'Nejvyšší počet databází zobrazovaných v levém rámu a v seznamu databází.'; +$strSetupMaxDbList_name = 'Nejvyšší počet databází'; +$strSetupMaxCharactersInDisplayedSQL_desc = 'Nejvyšší počet znaků SQL dotazu, které se ještě zobrazí.'; +$strSetupMaxCharactersInDisplayedSQL_name = 'Nejvyšší délka zobrazeného SQL dotazu'; +$strSetupMaxRows_desc = 'Počet řádků, které se zobrazí při procházení množiny výsledků. Pokud je množina výsledků delší, zobrazí se odkazy "Předchozí" a "Další".'; +$strSetupMaxRows_name = 'Nejvyšší počet zobrazených řádků'; +$strSetupMaxTableList_desc = 'Nejvyšší počet tabulek zobrazených v seznamu tabulek.'; +$strSetupMaxTableList_name = 'Nejvyšší počet zobrazených tabulek'; +$strSetupMemoryLimit_desc = 'Počet bytů, které si může skript alokovat, např. [kbd]32M[/kbd] ([kbd]0[/kbd] ruší omezení)'; +$strSetupMemoryLimit_name = 'Omezení paměti'; +$strSetupNavigationBarIconic_desc = 'Zda se mají použít pouze ikony, text, nebo objí.'; +$strSetupNavigationBarIconic_name = 'Ikony v navigační liště'; $strSetupVersionCheckLink = 'Zkontrolovat nejnovější verzi'; $strShowAll = 'Zobrazit vše'; $strShowColor = 'Barevné šipky'; @@ -1226,71 +1291,6 @@ $strSetuperror_empty_signon_session = 'Empty signon session name while using sig $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate $strSetupForm_Server_login_options = 'Signon login options'; //to translate -$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate -$strSetupCharEditing_name = 'CHAR fields editing'; //to translate -$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate -$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate -$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate -$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate -$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate -$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate -$strSetupIgnoreErrors = 'Ignore errors'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate -$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate -$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate -$strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate -$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate -$strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate -$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate -$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate -$strSetupInsertRows_name = 'Number of inserted rows'; //to translate -$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate -$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate -$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate -$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate -$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate -$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate -$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate -$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate -$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate -$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate -$strSetupLeftFrameLight_name = 'Use light version'; //to translate -$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate -$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate -$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate -$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate -$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate -$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate -$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate -$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate -$strSetupLetUserChoose = 'let the user choose'; //to translate -$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate -$strSetupLightTabs_name = 'Light tabs'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate -$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate -$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate -$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate -$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate -$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate -$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate -$strSetupMaxDbList_name = 'Maximum databases'; //to translate -$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate -$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate -$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate -$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate -$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate -$strSetupMaxTableList_name = 'Maximum tables'; //to translate -$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupMemoryLimit_name = 'Memory limit'; //to translate -$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate $strSetupNewServer = 'New server'; //to translate $strSetupNoServers = 'There are no configured servers'; //to translate $strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate @@ -1327,6 +1327,7 @@ $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to transl $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate $strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate $strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate @@ -1447,5 +1448,4 @@ $strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_e $strSetupZipDump_name = 'ZIP'; //to translate $strShowKeys = 'Only show keys'; //to translate -$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> From 852b04cd66aa0b8ab4178c2f541d601a11baf132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 21 Nov 2008 08:58:00 +0000 Subject: [PATCH 22/60] Adjust create-release.sh instructions to match current website. --- scripts/create-release.sh | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/scripts/create-release.sh b/scripts/create-release.sh index 6d42c396b..091f95ca9 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -130,7 +130,7 @@ if [ "$mode" = "snapshot" -a "$2" = "sf" ] ; then fi # Do SVNcheckout -mkdir -p ./svn +mkdir -p ./svn cd svn echo "Exporting repository from subversion" @@ -219,16 +219,10 @@ echo echo "MD5 sums:" echo "--------" -md5sum *.{gz,zip,bz2,7z} | sed "s/\([^ ]*\)[ ]*\([^ ]*\)/\$md5sum['\2'] = '\1';/" +md5sum *.{gz,zip,bz2,7z} | sed "s/\([^ ]*\)[ ]*\([^ ]*\)/md5sum['\2'] = '\1'/" echo -echo "Sizes:" -echo "------" - -ls -l --block-size=k *.{gz,zip,bz2,7z} | sed -r "s/[a-z-]+[[:space:]]+[0-9]+[[:space:]]+[^[:space:]]+[[:space:]]+[^[:space:]]+[[:space:]]+([0-9]*)K.*[[:space:]]([^[:space:]]+)\$/\$size['\2'] = \1;/" - -echo -echo "Add these to /home/groups/p/ph/phpmyadmin/htdocs/home_page/files.inc.php on sf" +echo "Add these to website/data/md5.py in SVN" cat < Date: Fri, 21 Nov 2008 16:47:05 +0000 Subject: [PATCH 23/60] Swedish update --- ChangeLog | 1 + lang/swedish-utf-8.inc.php | 820 ++++++++++++++++++------------------- 2 files changed, 411 insertions(+), 410 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7e72e37d2..cfa2e5010 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + [lang] French update by Marc Delisle - lem9 - bug #2222344 [display] Query involving a function shown as binary + [lang] Italian update, thanks to fantu - fantu ++ [lang] Swedish update, thanks to Björn T. Hallberg 3.0.2.0 (not yet released) - [lang] Italian update, thanks to Luca and fantu diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index ddfbb15c9..488f9b9a8 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -56,9 +56,9 @@ $strAnd = 'Och'; $strAndThen = 'och sedan'; $strAngularLinks = 'Vinklade länkar'; $strAnIndex = 'Ett index har lagts till för %s'; -$strAny = 'Vem som helst'; $strAnyHost = 'Vilken värd som helst'; $strAnyUser = 'Vilken användare som helst'; +$strAny = 'Vem som helst'; $strApproximateCount = 'Kan vara ungefärligt. Se FAQ 3.11'; $strAPrimaryKey = 'En primär nyckel har lagts till för %s'; $strArabic = 'Arabisk'; @@ -83,6 +83,18 @@ $strBinLogName = 'Loggnamn'; $strBinLogOriginalPosition = 'Ursprunglig position'; $strBinLogPosition = 'Position'; $strBinLogServerId = 'Server-ID'; +$strBLOBRepository = 'BLOB-förvaringsplats'; +$strBLOBRepositoryDamaged = 'Skadad'; +$strBLOBRepositoryDisableAreYouSure = 'Vill du verkligen inaktivera alla BLOB-referenser för databas %s?'; +$strBLOBRepositoryDisabled = 'Inaktiverad'; +$strBLOBRepositoryDisable = 'Inaktivera'; +$strBLOBRepositoryDisableStrongWarning = 'Du håller på att inaktivera en BLOB-förvaringsplats!'; +$strBLOBRepositoryEnable = 'Aktivera'; +$strBLOBRepositoryEnabled = 'Aktiverad'; +$strBLOBRepositoryRemove = 'Ta bort referens till BLOB-förvaringsplats'; +$strBLOBRepositoryRepair = 'Reparera'; +$strBLOBRepositoryStatus = 'Status'; +$strBLOBRepositoryUpload = 'Ladda upp till BLOB-förvaringsplats'; $strBookmarkAllUsers = 'Låt varje användare få tillgång till detta bokmärke'; $strBookmarkCreated = 'Bokmärket %s har skapats'; $strBookmarkDeleted = 'Bokmärket har tagits bort.'; @@ -91,9 +103,9 @@ $strBookmarkQuery = 'Bokmärkt SQL-fråga'; $strBookmarkReplace = 'Ersätt befintligt bokmärke med samma namn'; $strBookmarkThis = 'Skapa bokmärke för den här SQL-frågan'; $strBookmarkView = 'Visa endast'; -$strBrowse = 'Visa'; $strBrowseDistinctValues = 'Visa distinkta värden'; $strBrowseForeignValues = 'Visa främmande värden'; +$strBrowse = 'Visa'; $strBufferPoolActivity = 'Buffertaktivitet'; $strBufferPool = 'Buffertutrymme'; $strBufferPoolUsage = 'Buffertanvändning'; @@ -120,17 +132,17 @@ $strCaseSensitive = 'skiftlägeskänsligt'; $strCentralEuropean = 'Centraleuropeisk'; $strChange = 'Ändra'; $strChangeCopyModeCopy = '... behåll den gamla.'; -$strChangeCopyMode = 'Skapa en ny användare med samma privilegier och ...'; $strChangeCopyModeDeleteAndReload = ' ... ta bort den gamla från användartabellerna och ladda om privilegierna efteråt.'; $strChangeCopyModeJustDelete = ' ... ta bort den gamla från användartabellerna.'; $strChangeCopyModeRevoke = ' ... upphäv alla aktiva privilegier från dan gamla och ta bort den efteråt.'; +$strChangeCopyMode = 'Skapa en ny användare med samma privilegier och ...'; $strChangeCopyUser = 'Ändra inloggningsinformation / Kopiera användare'; $strChangeDisplay = 'Välj fält som ska visas'; $strChangePassword = 'Byt lösenord'; -$strCharset = 'Teckenuppsättning'; $strCharsetOfFile = 'Filens teckenuppsättning:'; $strCharsetsAndCollations = 'Teckenuppsättningar och kollationeringar'; $strCharsets = 'Teckenuppsättningar'; +$strCharset = 'Teckenuppsättning'; $strCheckAll = 'Markera alla'; $strCheck = 'Kontrollera'; $strCheckOverhead = 'Markera ooptimerade'; @@ -158,13 +170,12 @@ $strConstraintsForDumped = 'Restriktioner för dumpade tabeller'; $strConstraintsForTable = 'Restriktioner för tabell'; $strControluserFailed = 'Uppkoppling för controluser enligt din konfiguration misslyckades.'; $strCookiesRequired = 'Kakor (cookies) måste tillåtas för att gå vidare.'; -$strCopy = 'Kopiera'; $strCopyDatabaseOK = 'Databas %s har kopierats till %s'; +$strCopy = 'Kopiera'; $strCopyTable = 'Kopiera tabellen till (databas.tabell):'; $strCopyTableOK = 'Tabellen %s har kopierats till %s.'; $strCopyTableSameNames = 'Kan inte kopiera tabell till samma namn!'; $strCouldNotKill = 'phpMyAdmin kunde inte döda tråd %s. Troligtvis har den redan avslutats.'; -$strCreate = 'Skapa'; $strCreateDatabaseBeforeCopying = 'CREATE DATABASE före kopiering'; $strCreateIndex = 'Skapa ett index för %s kolumn(er)'; $strCreateIndexTopic = 'Skapa ett nytt index'; @@ -173,6 +184,7 @@ $strCreateNewTable = 'Skapa ny tabell i databas %s'; $strCreatePage = 'Skapa en ny sida'; $strCreatePdfFeat = 'Skapande av PDF-sidor'; $strCreateRelation = 'Skapa relation'; +$strCreate = 'Skapa'; $strCreateTable = 'Skapa tabell'; $strCreateUserDatabase = 'Databas för användare'; $strCreateUserDatabaseName = 'Skapa databas med samma namn och ge alla privilegier'; @@ -184,8 +196,8 @@ $strCroatian = 'Kroatisk'; $strCSV = 'CSV'; $strCustomColor = 'Anpassad färg'; $strCyrillic = 'Kyrillisk'; -$strCzech = 'Tjeckisk'; $strCzechSlovak = 'Tjeckisk-Slovakisk'; +$strCzech = 'Tjeckisk'; $strDanish = 'Dansk'; $strDatabase = 'Databas'; @@ -209,16 +221,16 @@ $strDbIsEmpty = 'Databasen verkar vara tom!'; $strDbPrivileges = 'Databasspecifika privilegier'; $strDBRename = 'Döp om databasen till'; $strDbSpecific = 'databasspecifik'; -$strDefault = 'Standard'; $strDefaultEngine = '%s är standardlagringsmotorn på denna MySQL-server.'; +$strDefault = 'Standard'; $strDefaultValueHelp = 'För standardvärden, ange endast ett enstaka värde, utan bakåtstreck eller citattecken, enligt formatet: a'; $strDefragment = 'Defragmentera tabell'; $strDelayedInserts = 'Använd fördröjda infogningar'; -$strDeleteAndFlush = 'Ta bort användarna och ladda om privilegierna efteråt.'; $strDeleteAndFlushDescr = 'Detta är det renaste sättet, men omladdning av privilegierna kan ta en stund.'; -$strDelete = 'Radera'; +$strDeleteAndFlush = 'Ta bort användarna och ladda om privilegierna efteråt.'; $strDeleted = 'Raden har raderats'; $strDeleteNoUsersSelected = 'Inga användare valda för borttagning!'; +$strDelete = 'Radera'; $strDeleteRelation = 'Ta bort relation'; $strDeleting = 'Tar bort %s'; $strDelimiter = 'Avgränsare'; @@ -239,6 +251,7 @@ $strDisplayPDF = 'Visa PDF-schema'; $strDoAQuery = 'Utför en "Query By Example" (jokertecken: "%")'; $strDocSQL = 'DocSQL'; $strDocu = 'Dokumentation'; +$strDownloadFile = 'Ladda ner fil'; $strDoYouReally = 'Vill du verkligen '; $strDropDatabaseStrongWarning = 'Du håller på att FÖRGÖRA en hel databas!'; $strDrop = 'Radera'; @@ -252,13 +265,13 @@ $strEdit = 'Ändra'; $strEditPDFPages = 'Redigera PDF-sidor'; $strEditPrivileges = 'Ändra privilegier'; $strEffective = 'Effektivt'; -$strEmpty = 'Töm'; $strEmptyResultSet = 'MySQL returnerade ett tomt resultat (dvs inga rader).'; +$strEmpty = 'Töm'; $strEnabled = 'Aktiverat'; $strEncloseInTransaction = 'Inneslut export i en transaktion'; $strEndCut = 'SLUT URKLIPP'; -$strEnd = 'Slutet'; $strEndRaw = 'SLUT RÅTEXT'; +$strEnd = 'Slutet'; $strEngineAvailable = '%s är tillgänglig på denna MySQL-server.'; $strEngineDisabled = '%s har inaktiverats på denna MySQL-server.'; $strEngines = 'Motorer'; @@ -271,7 +284,7 @@ $strErrorRelationAdded = 'Fel: Relation inte tillagd.'; $strErrorRelationExists = 'Fel: Relation finns redan.'; $strErrorRenamingTable = 'Fel vid namnbyte på tabell %1$s till %2$s'; $strErrorSaveTable = 'Fel vid sparande av koordinater för Designer.'; -$strEscapeWildcards = 'Jokerteknen _ och % måste föregås av ett \ för att användas i egentlig betydelse'; +$strEscapeWildcards = 'Jokertecknen _ och % måste föregås av ett \ för att användas i egentlig betydelse'; $strEsperanto = 'Esperanto'; $strEstonian = 'Estnisk'; $strEvent = 'Händelse'; @@ -296,9 +309,9 @@ $strFieldsTerminatedBy = 'Fälten avslutas med'; $strFileAlreadyExists = 'Filen %s finns redan på servern. Ändra filnamnet eller kryssa i skriv över-alternativet.'; $strFileCouldNotBeRead = 'Filen kunde inte läsas'; $strFileNameTemplateDescriptionDatabase = 'databasnamn'; +$strFileNameTemplateDescription = 'Detta värde tolkas mha %1$sstrftime%2$s, så du kan använda strängar med tidsformatering. Dessutom kommer följande omvandlingar att ske: %3$s. Övrig text behålls som den är.'; $strFileNameTemplateDescriptionServer = 'servernamn'; $strFileNameTemplateDescriptionTable = 'tabellnamn'; -$strFileNameTemplateDescription = 'Detta värde tolkas mha %1$sstrftime%2$s, så du kan använda strängar med tidsformatering. Dessutom kommer följande omvandlingar att ske: %3$s. Övrig text behålls som den är.'; $strFileNameTemplate = 'Mall för filnamn'; $strFileNameTemplateRemember = 'kom ihåg mall'; $strFiles = 'Filer'; @@ -363,7 +376,7 @@ $strImportFormat = 'Format på importerad fil'; $strImport = 'Importera'; $strImportSuccessfullyFinished = 'Importen har avslutats korrekt, %d frågor utförda.'; $strIndexes = 'Index'; -$strIndexesSeemEqual = 'Indexen %1$s och %2$s verkar vara indentiska och ett av dem kan möjligen tas bort.'; +$strIndexesSeemEqual = 'Indexen %1$s och %2$s verkar vara identiska och ett av dem kan möjligen tas bort.'; $strIndexHasBeenDropped = 'Index %s har tagits bort'; $strIndex = 'Index'; $strIndexName = 'Indexnamn :'; @@ -374,8 +387,8 @@ $strInnoDBAutoextendIncrementDesc = 'Tillökningsstorleken vid automatisk utökn $strInnoDBBufferPoolSize = 'Buffertstorlek'; $strInnoDBBufferPoolSizeDesc = 'Storleken på minnesbufferten som InnoDB använder för cache av data och index till sina tabeller.'; $strInnoDBDataFilePath = 'Datafiler'; -$strInnoDBDataHomeDir = 'Hemkatalog för data'; $strInnoDBDataHomeDirDesc = 'Den gemensamma delen av sökvägen för alla InnoDB-datafiler.'; +$strInnoDBDataHomeDir = 'Hemkatalog för data'; $strInnoDBPages = 'sidor'; $strInnodbStat = 'InnoDB-status'; $strInsecureMySQL = 'Din konfigurationsfil innehåller inställningar (root-konto utan lösenord) som motsvarar MySQL:s privilegierade standardkonto. Din MySQL-server körs med denna standardinställning och är öppen för intrång, så du bör verkligen täppa till detta säkerhetshål.'; @@ -387,7 +400,7 @@ $strInternalAndForeign = 'En intern relation är inte nödvändig när en motsva $strInternalRelationAdded = 'Intern relation tillagd'; $strInternalRelations = 'Interna relationer'; $strInUse = 'används'; -$strInvalidAuthMethod = 'Ogiltig metod för autenticiering angiven i konfiguration:'; +$strInvalidAuthMethod = 'Ogiltig metod för autentisering angiven i konfiguration:'; $strInvalidColumnCount = 'Antalet kolumner måste vara större än noll.'; $strInvalidColumn = 'Ogiltig kolumn (%s) angiven!'; $strInvalidCSVFieldCount = 'Ogiltigt antal fält i CSV-indata på rad %d.'; @@ -442,6 +455,7 @@ $strLoginInformation = 'Inloggningsinformation'; $strLogin = 'Logga in'; $strLogout = 'Logga ut'; $strLogPassword = 'Lösenord:'; +$strLogServerHelp = 'Du kan ange värdnamn/IP-adress och port separerade med mellanslag.'; $strLogServer = 'Server'; $strLogUsername = 'Användarnamn:'; $strLongOperation = 'Denna operation kan ta lång tid. Försätt ändå?'; @@ -456,22 +470,22 @@ $strMIME_available_transform = 'Tillgängliga omvandlingar'; $strMIME_description = 'Beskrivning'; $strMIME_MIMEtype = 'MIME-typ'; $strMIME_nodescription = 'Ingen beskrivning för denna omvandling finns tillgänglig.
    Vänligen fråga upphovsmannen vad %s gör.'; -$strMIME_transformation = 'Webbläsaromvandling'; $strMIME_transformation_note = 'För en lista med tillgängliga omvandlingsparametrar och deras MIME-typomvandlingar, klicka på %somvandlingsbeskrivningar%s'; $strMIME_transformation_options_note = 'Ange värdena för omvandlingsparametrar enligt följande format: \'a\', 100, b,\'c\'...
    Om du behöver lägga till ett bakåtstreck ("\") eller ett enkelcitat ("\'") i värdena, skriv ett bakåtstreck före tecknet (t.ex. \'\\\\xyz\' eller \'a\\\'b\').'; $strMIME_transformation_options = 'Omvandlingsparametrar'; +$strMIME_transformation = 'Webbläsaromvandling'; $strMIMETypesForTable = 'MIME-TYPER FÖR TABELL'; $strMIME_without = 'Kursiverade MIME-typer har inte någon separat omvandlingsfunktion'; $strModifications = 'Ändringarna har sparats'; -$strModifyIndexTopic = 'Ändra ett index'; $strModify = 'Ändra'; +$strModifyIndexTopic = 'Ändra ett index'; $strMoveMenu = 'Flytta meny'; $strMoveTable = 'Flytta tabellen till (databas.tabell):'; $strMoveTableOK = 'Tabellen %s har flyttats till %s.'; $strMoveTableSameNames = 'Kan inte flytta tabell till samma namn!'; $strMultilingual = 'flerspråkig'; -$strMyISAMDataPointerSize = 'Storlek för datapekare'; $strMyISAMDataPointerSizeDesc = 'Standardpekarens storlek i bytes, vilken används av CREATE TABLE för MyISAM-tabeller när inget MAX_ROWS-alternativ är specificerat.'; +$strMyISAMDataPointerSize = 'Storlek för datapekare'; $strMyISAMMaxExtraSortFileSizeDesc = 'Om den temporära filen som används för snabbt skapande av MyISAM-index skulle vara större än att använda nyckelcachen vars storlek specificeras här, så föredras metoden med nyckelcachen.'; $strMyISAMMaxExtraSortFileSize = 'Maximal storlek för temporära filer vid skapande av index'; $strMyISAMMaxSortFileSizeDesc = 'Denna maximala storleken för den temporära filen som MySQL är tillåten att använda under återskapande av MyISAM-index (vid REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).'; @@ -554,28 +568,28 @@ $strPartition = 'Partition %s'; $strPasswordChanged = 'Lösenordet för %s har ändrats.'; $strPasswordEmpty = 'Lösenordet är tomt!'; $strPasswordHashing = 'Hashning av lösenord'; -$strPasswordNotSame = 'Lösenorden är inte lika!'; $strPassword = 'Lösenord'; -$strPBXTCheckpointFrequency = 'Frekvens för kontrollpunkt'; +$strPasswordNotSame = 'Lösenorden är inte lika!'; $strPBXTCheckpointFrequencyDesc = 'Mängden data som skrivs till transaktionsloggen innan en kontrollpunkt utförs. Standardvärdet är 24MB.'; -$strPBXTDataFileGrowSize = 'Växstorlek för datafil'; +$strPBXTCheckpointFrequency = 'Frekvens för kontrollpunkt'; $strPBXTDataFileGrowSizeDesc = 'Storleken med vilken filer för hanteringsdata (.xtd) växer.'; -$strPBXTDataLogThreshold = 'Gräns för datalogg'; +$strPBXTDataFileGrowSize = 'Växstorlek för datafil'; $strPBXTDataLogThresholdDesc = 'Maximal storlek för dataloggfil. Standardvärdet är 64MB. PBXT kan skapa maximalt 32000 dataloggar, som används av alla tabeller. Så denna variabels värde kan ökas för att öka den totala mängden data som kan lagras i databasen.'; +$strPBXTDataLogThreshold = 'Gräns för datalogg'; $strPBXTGarbageThresholdDesc = 'Andelen skräp i en dataloggfil innan den komprimeras. Detta är ett värde mellan 1 och 99. Standardvärdet är 50.'; $strPBXTGarbageThreshold = 'Gräns för skräp'; -$strPBXTIndexCacheSizeDesc = 'Detta är mängden minne som allokeras för indexcachen. Standardvärdet är 32MB. Minnet som allokeras här används endast för cache av indexsidor.'; $strPBXTIndexCacheSize = 'Cachestorlek för index'; -$strPBXTLogBufferSizeDesc = 'Storleken på använd buffer vid skrivning av datalogg. Standardvärdet är 256MB. Motorn allokerar en buffer per tråd, men endast om tråden behöver skriva en datalogg.'; +$strPBXTIndexCacheSizeDesc = 'Detta är mängden minne som allokeras för indexcachen. Standardvärdet är 32MB. Minnet som allokeras här används endast för cache av indexsidor.'; $strPBXTLogBufferSize = 'Bufferstolek för logg'; -$strPBXTLogCacheSizeDesc = 'Mängden minne som allokeras för transaktionsloggcachen som används för cache av transaktionsloggdata. Standardvärdet är 16MB.'; +$strPBXTLogBufferSizeDesc = 'Storleken på använd buffer vid skrivning av datalogg. Standardvärdet är 256MB. Motorn allokerar en buffer per tråd, men endast om tråden behöver skriva en datalogg.'; $strPBXTLogCacheSize = 'Cachestorlek för logg'; -$strPBXTLogFileCountDesc = 'Detta är antalet transaktionsloggfiler (pbxt/system/xlog*.xt) som systemet upprätthåller. Om antalet loggar överstiger detta värde tas gamla loggar bort. Annars döps de om och ges det näst högsta numret.'; +$strPBXTLogCacheSizeDesc = 'Mängden minne som allokeras för transaktionsloggcachen som används för cache av transaktionsloggdata. Standardvärdet är 16MB.'; $strPBXTLogFileCount = 'Antal loggfiler'; +$strPBXTLogFileCountDesc = 'Detta är antalet transaktionsloggfiler (pbxt/system/xlog*.xt) som systemet upprätthåller. Om antalet loggar överstiger detta värde tas gamla loggar bort. Annars döps de om och ges det näst högsta numret.'; $strPBXTLogFileThresholdDesc = 'Storleken på en transaktionslogg före övergång då en ny logg skapas. Standardvärdet är 16MB.'; $strPBXTLogFileThreshold = 'Gräns för loggfil'; -$strPBXTRecordCacheSizeDesc = 'Detta är mängden minne som allokeras för radcachen som används för cache av tabelldata. Standardvärdet är 32MB. Detta minne används för att cacha ändringar i filer för hanteringsdata (.xtd) och radpekare (.xtr).'; $strPBXTRecordCacheSize = 'Cachestorlek för rad'; +$strPBXTRecordCacheSizeDesc = 'Detta är mängden minne som allokeras för radcachen som används för cache av tabelldata. Standardvärdet är 32MB. Detta minne används för att cacha ändringar i filer för hanteringsdata (.xtd) och radpekare (.xtr).'; $strPBXTRowFileGrowSizeDesc = 'Storleken med vilken filer för radpekare (.xtr) växer.'; $strPBXTRowFileGrowSize = 'Växstorlek för radfil'; $strPBXTTransactionBufferSizeDesc = 'Storleken på den globala transaktionsloggbuffern (motorn allokerar 2 buffrar med denna storlek). Standardvärdet är 1MB.'; @@ -591,9 +605,10 @@ $strPerMinute = 'per minut'; $strPerSecond = 'per sekund'; $strPersian = 'Persiska'; $strPhoneBook = 'telefonbok'; -$strPhp = 'Skapa PHP-kod'; $strPHPExtension = 'PHP-tillägg'; +$strPhp = 'Skapa PHP-kod'; $strPHPVersion = 'PHP-version'; +$strPlayAudio = 'Spela ljud'; $strPleaseSelectPrimaryOrUniqueKey = 'Välj den primära nyckeln eller en unik nyckel'; $strPmaDocumentation = 'phpMyAdmin dokumentation'; $strPmaUriError = 'Variabeln $cfg[\'PmaAbsoluteUri\'] MÅSTE anges i din konfigurationsfil!'; @@ -609,8 +624,8 @@ $strPrint = 'Skriv ut'; $strPrintViewFull = 'Utskriftsvänlig visning (med fullständiga texter)'; $strPrintView = 'Utskriftsvänlig visning'; $strPrivDescAllPrivileges = 'Inkluderar alla privilegier utom GRANT.'; -$strPrivDescAlter = 'Tillåter ändring av befintliga tabellers struktur.'; $strPrivDescAlterRoutine = 'Tillåter ändring och borttagning av lagrade rutiner.'; +$strPrivDescAlter = 'Tillåter ändring av befintliga tabellers struktur.'; $strPrivDescCreateDb = 'Tillåter skapande av nya databaser och tabeller.'; $strPrivDescCreateRoutine = 'Tillåter skapande av lagrade rutiner.'; $strPrivDescCreateTbl = 'Tillåter skapande av nya tabeller.'; @@ -688,14 +703,14 @@ $strReload = 'Uppdatera'; $strRemovePartitioning = 'Ta bort partitionering'; $strRemoveSelectedUsers = 'Ta bort markerade användare'; $strRenameDatabaseOK = 'Databas %s har döpts om till %s'; -$strRenameTableOK = 'Tabell %s har döpts om till %s'; $strRenameTable = 'Döp om tabellen till'; +$strRenameTableOK = 'Tabell %s har döpts om till %s'; $strRepair = 'Reparera'; $strRepairTable = 'Reparera tabell'; $strReplaceNULLBy = 'Ersätt NULL med'; $strReplaceTable = 'Ersätt data i tabell'; $strReplication = 'Replikering'; -$strReset = 'Nollställ'; +$strReset = 'Återställ'; $strResourceLimits = 'Resursbegränsningar'; $strRestartInsertion = 'Börja om infogning med %s rader'; $strReType = 'Skriv igen'; @@ -720,8 +735,8 @@ $strRows = 'Rader'; $strRowsStatistic = 'Radstatistik'; $strRunning = 'körs på %s'; $strRunQuery = 'Kör fråga'; -$strRunSQLQueryOnServer = 'Kör SQL-fråga/frågor på server %s'; $strRunSQLQuery = 'Kör SQL-fråga/frågor i databasen %s'; +$strRunSQLQueryOnServer = 'Kör SQL-fråga/frågor på server %s'; $strRussian = 'Rysk'; $strSaveOnServer = 'Spara på servern i katalogen %s'; @@ -764,6 +779,356 @@ $strServerVersion = 'Serverversion'; $strSessionStartupErrorGeneral = 'Kan inte starta session utan fel. Kontrollera felmeddelanden i din PHP:s och/eller webbservers loggfil och konfigurera din PHP-installation korrekt.'; $strSessionValue = 'Sessionsvärde'; $strSetEnumVal = 'Om en fälttyp är "enum" eller "set", ange värden enligt följande format: \'a\',\'b\',\'c\'...
    Om du behöver lägga till ett bakåtstreck ("\") eller ett enkelcitat ("\'") i värdena, skriv ett bakåtstreck före tecknet (t.ex. \'\\\\xyz\' eller \'a\\\'b\').'; +$strSetupAllowAnywhereRecoding_name = 'Tillåt omvandling av teckenuppsättning'; +$strSetupAllowArbitraryServer_desc = 'Om aktiverat kan användare ange valfri MySQL-server i inloggningsformulär för cookie-autentisering'; +$strSetupAllowArbitraryServerMsg = 'Detta [a@?page=form&formset=features#tab_Security]alternativ[/a] bör inaktiveras eftersom det möjliggör för attackerare att forcera inloggning till vilken MySQL-server som helst. Om du känner att detta är nödvändigt, använd [a@?page=form&formset=features#tab_Security]betrodd proxyserverlista[/a]. Dock är kanske IP-baserat skydd inte pålitligt om din IP-adress hör till en ISP som tusentals användare, inklusive du, är ansluten till.'; +$strSetupAllowArbitraryServer_name = 'Tillåt inloggning till valfri MySQL-server'; +$strSetupAllowUserDropDatabase_name = 'Visa "Ta bort databas"-länk för normala användare'; +$strSetupBlowfishSecretCharsMsg = 'Nyckel bör innehålla bokstäver, siffror [em]och[/em] specialteckan'; +$strSetupblowfish_secret_desc = 'Hemlig lösenordsfras som används för kryptering av cookies i [kbd]cookie[/kbd]-autentisering'; +$strSetupBlowfishSecretLengthMsg = 'Nyckel är för kort, den borde ha minst 8 tecken'; +$strSetupBlowfishSecretMsg = 'Du hade inte blowfish-säkerhet angivet och hade aktiverat cookie-autentisering, så en nyckel genererades automatiskt åt dig. Den används för att kryptera cookies; du behöver inte komma ihåg den.'; +$strSetupblowfish_secret_name = 'Blowfish-säkerhet'; +$strSetupBrowseMarkerEnable_desc = 'Framhäv markerade rader'; +$strSetupBrowseMarkerEnable_name = 'Radmarkering'; +$strSetupBrowsePointerEnable_desc = 'Framhäv raden under muspekaren'; +$strSetupBrowsePointerEnable_name = 'Framhäv under pekare'; +$strSetupBZipDump_desc = 'Aktivera [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a]-komprimering för import- och exportoperationer'; +$strSetupBZipDump_name = 'Bzip2'; +$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 komprimering och dekomprimering[/a] erfordrar funktioner (%s) som inte är tillgängliga på detta system.'; +$strSetupCannotLoadConfig = 'Kan inte ladda eller spara konfiguration'; +$strSetupCannotLoadConfigMsg = 'Skapa en för webbservern skrivbar katalog [em]config[/em] i phpMyAdmin:s huvudkatalog enligt beskrivning i [a@../Documentation.html#setup_script]dokumentationen[/a]. Annars kan du endast ladda ner och visa den.'; +$strSetupCharEditing_desc = 'Anger vilken typ av redigeringskontroll som ska användas för CHAR- och VARCHAR-fält; [kbd]input[/kbd] - tillåter begränsning av antal tecken, [kbd]textarea[/kbd] - tillåter radbrytningar i fält'; +$strSetupCharEditing_name = 'Redigering av CHAR-fält'; +$strSetupCharTextareaCols_desc = 'Antal kolumner för CHAR/VARCHAR-textrutor'; +$strSetupCharTextareaCols_name = 'Kolumner för CHAR-textrutor'; +$strSetupCharTextareaRows_desc = 'Antal rader för CHAR/VARCHAR-textrutor'; +$strSetupCharTextareaRows_name = 'Rader för CHAR-textrutor'; +$strSetupCheckConfigurationPermissions_name = 'Kontrollera rättigheter för konfigurationsfil'; +$strSetupClear = 'Nollställ'; +$strSetupCompressOnFly_desc = 'Komprimera gzip/bzip2-exporter i farten utan behov av mycket minne; avaktivera denna funktion om du råkar ut för problem med skapade gzip/bzip2-filer'; +$strSetupCompressOnFly_name = 'Komprimera i farten'; +$strSetupConfigurationFile = 'Konfigurationsfil'; +$strSetupConfirm_desc = 'Anger om en varning ("Vill du verkligen...") ska visas när du håller på att förlora data'; +$strSetupConfirm_name = 'Bekräfta DROP-frågor'; +$strSetupDefaultCharset_desc = 'Standard teckenuppsättning som används för omvandlingar'; +$strSetupDefaultCharset_name = 'Standard teckenuppsättning'; +$strSetupDefaultLanguage = 'Förvalt språk'; +$strSetupDefaultServer = 'Förvald server'; +$strSetupDefaultTabDatabase_desc = 'Flik som visas när man går till en databas'; +$strSetupDefaultTabDatabase_name = 'Standard databasflik'; +$strSetupDefaultTabServer_desc = 'Flik som visas när man går till en server'; +$strSetupDefaultTabServer_name = 'Standard serverflik'; +$strSetupDefaultTabTable_desc = 'Flik som visas när man går till en tabell'; +$strSetupDefaultTabTable_name = 'Standard tabellflik'; +$strSetupDirectoryNotice = 'Detta värde bör dubbelkollas för att försäkra att denna katalog varken är åtkomlig för världen eller skrivbar för andra användare på din server.'; +$strSetupDisplayDatabasesList_desc = 'Visa databaslista som en lista istället för en listkontroll'; +$strSetupDisplayDatabasesList_name = 'Visa databaser som en lista'; +$strSetupDisplayServersList_desc = 'Visa serverlista som en lista istället för en listkontroll'; +$strSetupDisplayServersList_name = 'Visa servrar som en lista'; +$strSetupDisplay = 'Visa'; +$strSetupDonateLink = 'Donera'; +$strSetupDownload = 'Ladda ner'; +$strSetupEndOfLine = 'Radslut'; +$strSetuperror_connection = 'Kunde inte ansluta till MySQL-server'; +$strSetuperror_empty_pmadb_password = 'Tomt lösenord för phpMyAdmin kontrollanvändare vid användning av pmadb'; +$strSetuperror_empty_pmadb_user = 'Tom phpMyAdmin kontrollanvändare vid användning av pmadb'; +$strSetuperror_empty_signon_session = 'Tomt sessionsnamn för signon vid användning av signon-autentisering'; +$strSetuperror_empty_signon_url = 'Tom URL för signon vid användning av signon-autentisering'; +$strSetuperror_empty_user_for_config_auth = 'Tomt användarnamn vid användning av config-autentisering'; +$strSetuperror_form = 'Skickat formulär innehåller fel'; +$strSetuperror_incorrect_ip_address = 'Felaktig IP-adress: %s'; +$strSetuperror_incorrect_port = 'Inte ett giltigt portnummer'; +$strSetuperror_incorrect_value = 'Felaktigt värde'; +$strSetuperror_missing_field_data = 'Saknar data för %s'; +$strSetuperror_nan_nneg = 'Inte ett icke-negativt tal'; +$strSetuperror_nan_p = 'Inte ett positivt tal'; +$strSetupExecTimeLimit_desc = 'Ange antalet sekunder som ett skript har tillåtelse att köra ([kbd]0[/kbd] för ingen begränsning)'; +$strSetupExecTimeLimit_name = 'Max körtid'; +$strSetupExport_asfile_name = 'Spara som fil'; +$strSetupExport_charset_name = 'Filens teckenuppsättning'; +$strSetupExport_compression_name = 'Komprimering'; +$strSetupExport_file_template_database_name = 'Mall för databasnamn'; +$strSetupExport_file_template_server_name = 'Mall för servernamn'; +$strSetupExport_file_template_table_name = 'Mall för tabellnamn'; +$strSetupExport_format_name = 'Format'; +$strSetupExport_onserver_name = 'Spara på server'; +$strSetupExport_onserver_overwrite_name = 'Skriv över befintlig fil(er)'; +$strSetupExport_remember_file_template_name = 'Kom ihåg mall för filnamn'; +$strSetupFalse = 'nej'; +$strSetupForceSSL_desc = 'Tvinga säkrad anslutning vid användning av phpMyAdmin'; +$strSetupForceSSLMsg = 'Denna [a@?page=form&formset=features#tab_Security]inställning[/a] bör vara aktiverad om din webbserver har stöd för det.'; +$strSetupForceSSL_name = 'Tvinga SSL-anslutning'; +$strSetupForeignKeyDropdownOrder_desc = 'Sorteringsordning för poster i en främmande nyckel-listruta; [kbd]content[/kbd] är refererad data, [kbd]id[/kbd] är nyckelvärdet'; +$strSetupForeignKeyDropdownOrder_name = 'Ordning i främmande nyckel-listruta'; +$strSetupForeignKeyMaxLimit_desc = 'En listruta kommer användas om det är färre poster'; +$strSetupForeignKeyMaxLimit_name = 'Begränsning för främmande nyckel'; +$strSetupForm_Browse_desc = 'Anpassa viningsläge'; +$strSetupForm_Browse = 'Visningsläge'; +$strSetupForm_Edit_desc = 'Anpassa redigeringsläge'; +$strSetupForm_Edit = 'Redigeringsläge'; +$strSetupForm_Export_defaults_desc = 'Anpassa standardalternativ för export'; +$strSetupForm_Export_defaults = 'Standard för export'; +$strSetupForm_Import_defaults_desc = 'Anpassa standardalternativ för import'; +$strSetupForm_Import_defaults = 'Standard för import'; +$strSetupForm_Import_export_desc = 'Ange kataloger för import och export och alternativ för komprimering'; +$strSetupForm_Import_export = 'Importera / exportera'; +$strSetupForm_Left_databases = 'Databaser'; +$strSetupForm_Left_databases_desc = 'Visningsalternativ för databaser'; +$strSetupForm_Left_frame_desc = 'Anpassa navigeringsramens utseende'; +$strSetupForm_Left_frame = 'Navigeringsram'; +$strSetupForm_Left_servers_desc = 'Visningsalternativ för servrar'; +$strSetupForm_Left_servers = 'Servrar'; +$strSetupForm_Left_tables_desc = 'Visningsalternativ för tabeller'; +$strSetupForm_Left_tables = 'Tabeller'; +$strSetupForm_Main_frame = 'Huvudram'; +$strSetupForm_Other_core_settings = 'Andra grundinställningar'; +$strSetupForm_Other_core_settings_desc = 'Inställningar som inte passade någon annan stans'; +$strSetupForm_Query_window_desc = 'Anpassa alternativ för frågefönster'; +$strSetupForm_Query_window = 'Frågefönster'; +$strSetupForm_Security_desc = 'Observera att phpMyAdmin endast är ett användargränssnitt och dess funktioner inte begränsar MySQL'; +$strSetupForm_Security = 'Säkerhet'; +$strSetupForm_Server_config_desc = 'Advancerad serverkonfiguration, ändra inte dessa alternativ såvida du inte vet vad de är till för'; +$strSetupForm_Server_config = 'Serverkonfiguration'; +$strSetupForm_Server_desc = 'Ange parametrar för anslutning till server'; +$strSetupForm_Server = 'Grundinställningar'; +$strSetupForm_Server_login_options_desc = 'Ange inloggningsaltertiv för signon-autentisering'; +$strSetupForm_Server_login_options = 'Signon inloggningsalternativ'; +$strSetupForm_Server_pmadb_desc = 'Konfigurera phpMyAdmin-databas att få tillgång till extra funktionalitet, se [a@../Documentation.html#linked-tables]infrastruktur för länkade tabeller[/a] i dokumentationen'; +$strSetupForm_Server_pmadb = 'PMA databas'; +$strSetupFormset_customization = 'Anpassning'; +$strSetupFormset_export = 'Anpassa export'; +$strSetupFormset_features = 'Funktioner'; +$strSetupFormset_import = 'Anpassa import'; +$strSetupFormset_left_frame = 'Anpassa navigeringsram'; +$strSetupFormset_main_frame = 'Anpassa huvudram'; +$strSetupForm_Sql_box_desc = 'Anpassa länkar som visas i SQL-frågeruta'; +$strSetupForm_Sql_box = 'SQL-frågeruta'; +$strSetupForm_Sql_queries_desc = 'Inställningar för SQL-frågor, för SQL-frågeboxalternativ se [a@?page=form&formset=main_frame#tab_Sql_box]Navigeringsram[/a]-inställningar'; +$strSetupForm_Sql_queries = 'SQL-frågor'; +$strSetupForm_Startup_desc = 'Anpassa startsida'; +$strSetupForm_Startup = 'Start'; +$strSetupForm_Tabs_desc = 'Välj hur du vill att flikar ska fungera'; +$strSetupForm_Tabs = 'Flikar'; +$strSetupGZipDump_desc = 'Aktivera [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a]-komprimering för import- och exportoperationer'; +$strSetupGZipDump_name = 'GZip'; +$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip komprimering och dekomprimering[/a] erfordrar funktioner (%s) som inte är tillgängliga på detta system.'; +$strSetupHomepageLink = 'phpMyAdmin:s hemsida'; +$strSetupIconvExtraParams_name = 'Extra parameterar för iconv'; +$strSetupIgnoreErrors = 'Ignorera fel'; +$strSetupIgnoreMultiSubmitErrors_desc = 'Om aktiverat fortsätter phpMyAdmin att utföra fleruttrycksfrågor även om en av frågorna misslyckades'; +$strSetupIgnoreMultiSubmitErrors_name = 'Ignorera fel i fleruttrycksfrågor'; +$strSetupImport_allow_interrupt_desc = 'Tillåt avbrott av import ifall skriptet upptäcker att det är nära tidsbegränsningen. Detta kan vara ett bra sätt att importera stora filer, men det kan bryta transaktioner.'; +$strSetupImport_allow_interrupt_name = 'Partiell import: tillåt avbrott'; +$strSetupImport_format_desc = 'Standardformat; observera att denna lista beror på plats (databas, tabell) och endast SQL är alltid tillgängligt'; +$strSetupImport_format_name = 'Format på importerad fil'; +$strSetupImport_skip_queries_desc = 'Antal poster (frågor) att hoppa över från början'; +$strSetupImport_skip_queries_name = 'Partiell import: hoppa över frågor'; +$strSetupInsecureConnectionMsg1 = 'Du använder inte en säker anslutning; all data (inklusive potentiellt känslig information, som lösenord) överförs okrypterat!'; +$strSetupInsecureConnectionMsg2 = 'Om din server även är konfigurerad för att acceptera HTTPS-förfrågningar, följ [a@%s]denna länk[/a] för att använda en säker anslutning.'; +$strSetupInsecureConnection = 'Osäker anslutning'; +$strSetupInsertRows_desc = 'Hur många rader som kan infogas på en gång'; +$strSetupInsertRows_name = 'Antal infogade rader'; +$strSetupLeftDefaultTabTable_name = 'Mål för snabbåtkomst-ikon'; +$strSetupLeftDisplayLogo_desc = 'Visa logo i vänster ram'; +$strSetupLeftDisplayLogo_name = 'Visa logo'; +$strSetupLeftDisplayServers_desc = 'Visa val av server högst upp i vänstra ramen'; +$strSetupLeftDisplayServers_name = 'Visa serverval'; +$strSetupLeftFrameDBSeparator_desc = 'Sträng som separerar databaser i olika trädnivåer'; +$strSetupLeftFrameDBSeparator_name = 'Avskiljare för databasträd'; +$strSetupLeftFrameDBTree_desc = 'Endast lätt version; visa databaser i ett träd (bestämt av avskiljaren definierad nedan)'; +$strSetupLeftFrameDBTree_name = 'Visa databaser i ett träd'; +$strSetupLeftFrameLight_desc = 'Inaktivera detta om du vill se alla databaser på en gång'; +$strSetupLeftFrameLight_name = 'Använd lätt version'; +$strSetupLeftFrameTableLevel_name = 'Max djup i tabellträd'; +$strSetupLeftFrameTableSeparator_desc = 'Sträng som separerar tabeller i olika trädnivåer'; +$strSetupLeftFrameTableSeparator_name = 'Avskiljare för tabellträd'; +$strSetupLeftLogoLink_name = 'Logo-länk URL'; +$strSetupLeftLogoLinkWindow_desc = 'Öppna den länkade sidan i huvudfönstret ([kbd]main[/kbd]) eller i ett nytt ([kbd]new[/kbd])'; +$strSetupLeftLogoLinkWindow_name = 'Logo-länk mål'; +$strSetupLeftPointerEnable_desc = 'Framhäv server under muspekaren'; +$strSetupLeftPointerEnable_name = 'Aktivera framhävning'; +$strSetupLetUserChoose = 'låt användaren välja'; +$strSetupLightTabs_desc = 'Använd mindre grafiskt intensiva flikar'; +$strSetupLightTabs_name = 'Lätta flikar'; +$strSetupLoad = 'Ladda'; +$strSetupLoginCookieDeleteAll_desc = 'Om SANT, raderas cookies för alla servrar vid utloggning; när satt till FALSKT, sker utloggning endast för nuvarande server. Om detta är satt till FALSKT är det lätt att glömma bort att logga ut från andra servrar när man är ansluten till flera servrar.'; +$strSetupLoginCookieDeleteAll_name = 'Radera alla cookies vid utloggning'; +$strSetupLoginCookieRecall_desc = 'Anger om föregående inloggningen ska återkallas eller inte vid cookie-autentisering'; +$strSetupLoginCookieRecall_name = 'Återkalla användarnamn'; +$strSetupLoginCookieStore_desc = 'Anger hur lång tid (i sekunder) som en inloggnings-cookie ska lagras i webbläsaren. Standardvärdet 0 innebär att den sparas endast under befintlig session, och kommer tas bort så snart webbläsaren stängs. Detta är rekommenderat för icke pålitliga miljöer.'; +$strSetupLoginCookieStore_name = 'Förvaring av inloggnings-cookie'; +$strSetupLoginCookieValidity_desc = 'Anger hur lång tid (i sekunder) som en inloggnings-cookie är giltig'; +$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Giltighet för inloggnings-cookie[/a] bör sättas till 1800 sekunder (30 minuter) som mest. Värden större än 1800 kan utgöra en säkerhetsrisk såsom identitetsstöld.'; +$strSetupLoginCookieValidity_name = 'Giltighet för inloggnings-cookie'; +$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximalt antal tecken som används när en SQL-fråga visas'; +$strSetupMaxCharactersInDisplayedSQL_name = 'Max visad SQL-längd'; +$strSetupMaxDbList_desc = 'Maximalt antal databaser som visas i vänster ram och databaslista'; +$strSetupMaxDbList_name = 'Max antal databaser'; +$strSetupMaxRows_desc = 'Antal rader som visas vid visning av en resultatmängd. Om resultatmängden innehåller fler rader, visas länkar för "Föregående" och "Nästa".'; +$strSetupMaxRows_name = 'Max antal rader att visa'; +$strSetupMaxTableList_desc = 'Maximalt antal tabeller som visas i tabellista'; +$strSetupMaxTableList_name = 'Max antal tabeller'; +$strSetupMemoryLimit_desc = 'Antal byte som ett skript har tillåtelse att allokera, t.ex. [kbd]32M[/kbd] ([kbd]0[/kbd] för ingen begränsning)'; +$strSetupMemoryLimit_name = 'Minnesgräns'; +$strSetupNavigationBarIconic_desc = 'Använd endast ikoner, endast text eller båda'; +$strSetupNavigationBarIconic_name = 'Ikonbaserad navigeringslist'; +$strSetupNewServer = 'Ny server'; +$strSetupNoServers = 'Det finns inga konfigurerade servrar'; +$strSetupOBGzip_desc = 'Använd GZip buffring av utdata för ökad hastighet i HTTP-överföringar'; +$strSetupOBGzip_name = 'GZip buffring av utdata'; +$strSetupOptionNone = '- ingen -'; +$strSetupOrder_desc = '[kbd]SMART[/kbd] - innebär fallande ordning för fält av typ TIME, DATE, DATETIME och TIMESTAMP, stigande ordning annars'; +$strSetupOrder_name = 'Standard sorteringsordning'; +$strSetupOverview = 'Översikt'; +$strSetupPersistentConnections_desc = 'Använd persistenta anslutningar till MySQL-databaser'; +$strSetupPersistentConnections_name = 'Persistenta anslutningar'; +$strSetupPropertiesIconic_desc = 'Använd endast ikoner, endast text eller båda'; +$strSetupPropertiesIconic_name = 'Ikonbaserad tabelloperationer'; +$strSetupProtectBinary_desc = 'Förhindra att BLOB och BINARY fält ändras'; +$strSetupProtectBinary_name = 'Skydda binära fält'; +$strSetupQueryHistoryDB_desc = 'Aktivera om du vill ha DB-baserad frågehistorik (kräver pmadb). Om inakiverad, så används JS-rutiner för att visa frågehistorik (förloras när fönstret stängs).'; +$strSetupQueryHistoryDB_name = 'Permanent frågehistorik'; +$strSetupQueryHistoryMax_desc = 'Antal frågor som spara i historiken'; +$strSetupQueryHistoryMax_name = 'Längd på frågehistorik'; +$strSetupQueryWindowDefTab_desc = 'Flik som visas när man öppnar ett nytt frågefönster'; +$strSetupQueryWindowDefTab_name = 'Standard frågefönsterflik'; +$strSetupRecodingEngine_desc = 'Välj vilka funktioner som kommer användas för omvandling av teckenuppsättning'; +$strSetupRecodingEngine_name = 'Omvandlingsmotor'; +$strSetupRestoreDefaultValue = 'Återställ standardvärde'; +$strSetupRevertErroneousFields = 'Försök återställa felaktiga fält till deras standardvärden'; +$strSetupSaveDir_desc = 'Katalog på servern där exporter kan sparas'; +$strSetupSaveDir_name = 'Spara-katalog'; +$strSetupServerAuthConfigMsg = 'Du valde [kbd]config[/kbd]-autentisering och inkluderade användarnamn och lösenord för autoinloggning, vilket inte är en önskvärd inställning för skarpa värdar. Vem som helst som vet eller gissar din phpMyAdmin-URL kan direkt komma åt ditt phpMyAdmin-verktyg. Sätt [a@?page=servers&mode=edit&id=%1$d#tab_Server]autentiseringstyp[/a] till [kbd]cookie[/kbd] eller [kbd]http[/kbd].'; +$strSetupServerExtensionMsg = 'Du bör använda mysqli av prestandaanledningar'; +$strSetupServerNoPasswordRootMsg = 'Du tillåter anslutning till servern som root utan ett lösenord.'; +$strSetupServersAdd = 'Lägg till en ny server'; +$strSetupServers_AllowDeny_order_desc = 'Lämna tomt om inte används'; +$strSetupServers_AllowDeny_order_name = 'Ordning för värdautentisering'; +$strSetupServers_AllowDeny_rules_desc = 'Lämna tomt för standard'; +$strSetupServers_AllowDeny_rules_name = 'Regler för värdautentisering'; +$strSetupServers_AllowNoPasswordRoot_name = 'Tillåt root utan lösenord'; +$strSetupServers_AllowRoot_name = 'Tillåt root-inloggning'; +$strSetupServers_auth_swekey_config_desc = 'Sökväg till konfigurationsfilen för [a@http://swekey.com]SweKey hårdvaruautentisering[/a] (inte placerad i din dokumentrotkatalog; förslag: /etc/swekey.conf)'; +$strSetupServers_auth_swekey_config_name = 'SweKey konfigurationsfil'; +$strSetupServers_auth_type_desc = 'Autentiseringsmetod att använda'; +$strSetupServers_auth_type_name = 'Typ av autentisering'; +$strSetupServers_bookmarktable_desc = 'Lämna tomt för inget stöd för [a@http://wiki.cihar.com/pma/bookmark]bokmärken[/a], standard: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_name = 'Tabell för bokmärken'; +$strSetupServers_column_info_desc = 'Lämna tomt för inget stöd för kolumnkommentarer/mime-typer, standard: [kbd]pma_column_info[/kbd]'; +$strSetupServers_column_info_name = 'Tabell för kolumninformation'; +$strSetupServers_compress_desc = 'Komprimera anslutning till MySQL-servern'; +$strSetupServers_compress_name = 'Komprimera anslutning'; +$strSetupServers_connect_type_desc = 'Typ av anslutning till servern, behåll tcp om osäker'; +$strSetupServers_connect_type_name = 'Anslutningstyp'; +$strSetupServers_controlpass_name = 'Lösenord för kontrollanvändare'; +$strSetupServers_controluser_desc = 'En speciell MySQL-användare konfigurerad med begränsade rättigheter, mer information tillgänglig på [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; +$strSetupServers_controluser_name = 'Kontrollanvändare'; +$strSetupServers_CountTables_desc = 'Räkna tabeller vid visning av databaslista'; +$strSetupServers_CountTables_name = 'Räkna tabeller'; +$strSetupServers_designer_coords_desc = 'Lämna tomt för inget stöd för Designer, standard: [kbd]designer_coords[/kbd]'; +$strSetupServers_designer_coords_name = 'Tabell för Designer'; +$strSetupServers_DisableIS_desc = 'Mer information på [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] och [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; +$strSetupServers_DisableIS_name = 'Inaktivera användning av INFORMATION_SCHEMA'; +$strSetupServerSecurityInfoMsg = 'Om du känner att detta är nödvändigt, använd ytterligare säkerhetsinställningar - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]värdautentisering[/a] och [a@?page=form&formset=features#tab_Security]betrodd proxyserverlista[/a]. Dock är kanske IP-baserat skydd inte pålitligt om din IP-adress hör till en ISP som tusentals användare, inklusive du, är ansluten till.'; +$strSetupServersEdit = 'Ändra server'; +$strSetupServers_extension_desc = 'Vilket PHP-tillägg som ska användas; du bör använda mysqli om det stöds'; +$strSetupServers_extension_name = 'PHP-tillägg att använda'; +$strSetupServers_hide_db_desc = 'Dölj databaser som matchar reguljärt uttryck (PCRE)'; +$strSetupServers_hide_db_name = 'Dölj databaser'; +$strSetupServers_history_desc = 'Lämna tomt för inget stöd för SQL-frågehistorik, standard: [kbd]pma_history[/kbd]'; +$strSetupServers_history_name = 'Tabell för SQL-frågehistorik'; +$strSetupServers_host_desc = 'Serverns värdnamn eller IP-adress, t.ex. localhost'; +$strSetupServers_host_name = 'Serverns värdnamn'; +$strSetupServers_LogoutURL_name = 'Utloggning URL'; +$strSetupServers_nopassword_desc = 'Försök ansluta utan lösenord'; +$strSetupServers_nopassword_name = 'Anslut utan lösenord'; +$strSetupServers_only_db_desc = 'Du kan använda MySQL:s jokertecken (% och _), ange \ före om du vill använda deras bokstavliga instanser, t.ex. använd \'my\_db\' och inte \'my_db\''; +$strSetupServers_only_db_name = 'Visa endast listade databaser'; +$strSetupServers_password_desc = 'Lämna tomt om inte autentisering config används'; +$strSetupServers_password_name = 'Löseenord för autentisering config'; +$strSetupServers_pdf_pages_desc = 'Lämna tomt för inget stöd för PDF-schema, standard: [kbd]pma_pdf_pages[/kbd]'; +$strSetupServers_pdf_pages_name = 'PDF-schema: Tabell för sidor'; +$strSetupServers_pmadb_desc = 'Databas som används för relationer, bokmärken och PDF-funktioner. Se [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] för komplett information. Lämna tomt för utan stöd. Standard: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_name = 'PMA databas'; +$strSetupServers_port_desc = 'Port som MySQL-servern lyssnar på, lämna tomt för standard'; +$strSetupServers_port_name = 'Serverport'; +$strSetupServers_relation_desc = 'Lämna tomt för inget stöd för [a@http://wiki.cihar.com/pma/relation]relationslänkar[/a], standard: [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_name = 'Tabell för relationer'; +$strSetupServers_ShowDatabasesCommand_desc = 'SQL-kommando för att hämta tillgängliga databaser'; +$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES-kommando'; +$strSetupServers_SignonSession_desc = 'Se [a@http://wiki.cihar.com/pma/auth_types#signon]autentiseringstyper[/a] för ett exempel'; +$strSetupServers_SignonSession_name = 'Signon sessionsnamn'; +$strSetupServers_SignonURL_name = 'Signon URL'; +$strSetupServerSslMsg = 'Du bör använda SSL-anslutningar om din webbserver har stöd för det'; +$strSetupServers_socket_desc = 'Sockel som MySQL-servern lyssnar på, lämna tomt för standard'; +$strSetupServers_socket_name = 'Serversockel'; +$strSetupServers_ssl_desc = ''; +$strSetupServers_ssl_name = 'Använd SSL'; +$strSetupServers_table_coords_desc = 'Lämna tomt för inget stöd för PDF-schema, standard: [kbd]pma_table_coords[/kbd]'; +$strSetupServers_table_coords_name = 'PDF-schema: tabellkoordinater'; +$strSetupServers_table_info_desc = 'Tabell för att beskriva fält att visa, lämna tomt för inget stöd; standard: [kbd]pma_table_info[/kbd]'; +$strSetupServers_table_info_name = 'Tabell för visa fält'; +$strSetupServers_user_desc = 'Lämna tomt om inte autentisering config används'; +$strSetupServers_user_name = 'Användare för autentisering config'; +$strSetupServers_verbose_check_desc = 'Inaktivera ifall du vet att dina tabeller pma_* är aktuella. Detta förhindrar kompabilitetskontroller och ökar därmed prestanda'; +$strSetupServers_verbose_check_name = 'Utförlig kontroll'; +$strSetupServers_verbose_desc = 'Värdnamn där MySQL-servern körs'; +$strSetupServers_verbose_name = 'Beskrivande namn för denna server'; +$strSetupSetValue = 'Ange värde: %s'; +$strSetupShowAll_desc = 'Ifall en användare ska få se en knapp "visa alla (rader)"'; +$strSetupShowAll_name = 'Tillåt att visa alla rader'; +$strSetupShowChgPassword_desc = 'Observera att aktivering av detta har ingen inverkan på [kbd]config[/kbd]-autentisering eftersom lösenordet är hårdkodat i konfigurationsfilen; detta begränsar inte möjligheten att utföra samma kommando direkt'; +$strSetupShowChgPassword_name = 'Visa ändra lösenord-formulär'; +$strSetupShowCreateDb_name = 'Visa skapa databas-formulär'; +$strSetupShowForm = 'Visa formulär'; +$strSetupShowFunctionFields_desc = 'Visa funktionsfälten i ändra/infoga-läge'; +$strSetupShowFunctionFields_name = 'Visa funktionsfält'; +$strSetupShowHiddenMessages = 'Visa dolda meddelanden (#MSG_COUNT)'; +$strSetupShowPhpInfo_desc = 'Visar länk till [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]'; +$strSetupShowPhpInfo_name = 'Visa phpinfo()-länk'; +$strSetupShowServerInfo_name = 'Visa detaljerad MySQL-serverinformation'; +$strSetupShowSQL_desc = 'Anger om SQL-frågor som genereras av phpMyAdmin ska visas'; +$strSetupShowSQL_name = 'Visa SQL-frågor'; +$strSetupShowStats_desc = 'Tillåt visning av databas- och tabellstatistik (t.ex. utrymmesanvändning)'; +$strSetupShowStats_name = 'Visa statistik'; +$strSetupShowTooltipAliasDB_desc = 'Om tooltip används och en databaskommentar är angiven, så byter detta plats på kommentaren och det verkliga namnet'; +$strSetupShowTooltipAliasDB_name = 'Visa databaskommentar istället för dess namn'; +$strSetupShowTooltipAliasTB_desc = 'När detta är satt till [kbd]nested[/kbd], används tabellens alias endast för att dela/stapla tabellerna enligt direktivet $cfg[\'LeftFrameTableSeparator\'] , så endast mappen kallas för detta alias, tabellnamnet självt förblir oförändrat'; +$strSetupShowTooltipAliasTB_name = 'Visa tabellkommentar istället för dess namn'; +$strSetupShowTooltip_name = 'Visa tabellkommentarer i tooltip'; +$strSetupSkipLockedTables_desc = 'Markera använda tabeller och gör det möjligt att visa databaser med låsta tabeller'; +$strSetupSkipLockedTables_name = 'Hoppa över låsta tabeller'; +$strSetupSQLQuery_Edit_name = 'Ändra'; +$strSetupSQLQuery_Explain_name = 'Förklara SQL-kod'; +$strSetupSQLQuery_Refresh_name = 'Uppdatera'; +$strSetupSQLQuery_ShowAsPHP_name = 'Skapa PHP-kod'; +$strSetupSQLQuery_Validate_name = 'Validera SQL-kod'; +$strSetupSuggestDBName_desc = 'Föreslå ett daabasnamn i "Skapa databas"-formuläret (om möjligt) eller behåll textfältet tomt'; +$strSetupSuggestDBName_name = 'Föreslå nytt databasnamn'; +$strSetupTrue = 'ja'; +$strSetupTrustedProxies_desc = 'Ange proxyservrar som [kbd]IP: trusted HTTP header[/kbd]. Följande exampel anger att phpMyAdmin ska betro ett HTTP_X_FORWARDED_FOR (X-Forwarded-For) huvud som kommer från proxyservern 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; +$strSetupTrustedProxies_name = 'Lista med betrodda proxyservrar för IP allow/deny'; +$strSetupUploadDir_desc = 'Katalog på servern där du kan ladda upp filer för import'; +$strSetupUploadDir_name = 'Uppladdningskatalog'; +$strSetupUseDbSearch_desc = 'Tillåt sökning i hela databasen'; +$strSetupUseDbSearch_name = 'Använd databassökning'; +$strSetupVerboseMultiSubmit_desc = 'Visa påverkade rader för varje uttryck i fleruttrycksfrågor. Se libraries/import.lib.php för standardvärden för hur många frågor ett uttryck kan innehålla.'; +$strSetupVerboseMultiSubmit_name = 'Utförliga fleruttrycksfrågor'; +$strSetupVersionCheckDataError = 'Läsning av version misslyckades. Kanske är du offline eller så svarar inte uppgraderingsservern.'; +$strSetupVersionCheckInvalid = 'Fick ogiltig versionssträng från server'; +$strSetupVersionCheckLink = 'Kontrollera senaste version'; +$strSetupVersionCheckNewAvailable = 'En nyare version av phpMyAdmin finns tillgänglig och du bör överväga att uppgradera. Den nyaste versionen är %s, publicerad den %s.'; +$strSetupVersionCheckNewAvailableSvn = 'Du använder en subversion-version, kör [kbd]svn update[/kbd] :-)[br]Den senaste stabila versionen är %s, publicerad den %s.'; +$strSetupVersionCheckNone = 'Ingen nyare stabil version finns tillgänglig'; +$strSetupVersionCheckUnparsable = 'Ej analyserbar versionssträng'; +$strSetupVersionCheck = 'Versionskontroll'; +$strSetupVersionCheckWrapperError = 'Varken URL-wrapper eller CURL är tillgänglig. Versionskontroll är inte möjlig.'; +$strSetupWarning = 'Varning'; +$strSetupZipDump_desc = 'Aktivera [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-komprimering för import- och exportoperationer'; +$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip komprimering[/a] erfordrar funktioner (%s) som inte är tillgängliga på detta system.'; +$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip dekomprimering[/a] erfordrar funktioner (%s) som inte är tillgängliga på detta system.'; +$strSetupZipDump_name = 'ZIP'; $strShowAll = 'Visa alla'; $strShowColor = 'Visa färger'; $strShowDatadictAs = 'Format för datalexikon'; @@ -774,9 +1139,9 @@ $strShowingBookmark = 'Visar bokmärke'; $strShowingPhp = 'Visar som PHP-kod'; $strShowingRecords = 'Visar rader '; $strShowingSQL = 'Visar SQL-fråga'; +$strShowKeys = 'Endast visa nycklar'; $strShowOpenTables = 'Visa öppna tabeller'; $strShowPHPInfo = 'Visa PHP-information'; -$strShow = 'Visa'; $strShowSlaveHosts = 'Visa slav-värdar'; $strShowSlaveStatus = 'Visa slav-status'; $strShowStatusBinlog_cache_disk_useDescr = 'Antalet transaktioner som använde den temporära binära loggcachen, men som överskred värdet binlog_cache_size och använde en temporär fil för att lagra satser från transaktionen.'; @@ -889,10 +1254,11 @@ $strShowStatusThreads_runningDescr = 'Antalet trådar som inte är vilande.'; $strShowTableDimension = 'Visa tabellers dimensioner'; $strShowTables = 'Visa tabeller'; $strShowThisQuery = ' Visa frågan här igen '; +$strShow = 'Visa'; $strSimplifiedChinese = 'Förenklad kinesiska'; $strSingly = '(ensam)'; $strSize = 'Storlek'; -$strSkipQueries = 'Antal poster (rader) att hoppa över från början'; +$strSkipQueries = 'Antal poster (frågor) att hoppa över från början'; $strSlovak = 'Slovakiska'; $strSlovenian = 'Slovenska'; $strSmallBigAll = 'Små/stora alla'; @@ -921,8 +1287,8 @@ $strStatement = 'Uppgift'; $strStatisticsOverrun = 'På en upptagen server kan byte-räknare spåra ur, varför denna statistik som rapporterats från MySQL-servern kan vara felaktig.'; $strStatUpdateTime = 'Senaste uppdatering'; $strStatus = 'Status'; -$strStorageEngines = 'Lagringsmotorer'; $strStorageEngine = 'Lagringsmotor'; +$strStorageEngines = 'Lagringsmotorer'; $strStrucCSV = 'CSV'; $strStrucData = 'Struktur och data'; $strStrucExcelCSV = 'CSV för MS Excel'; @@ -936,10 +1302,10 @@ $strSuccess = 'Din SQL-fråga utfördes korrekt'; $strSuhosin = 'Server körs med Suhosin. Se %sdokumentation%s för möjliga frågor.'; $strSum = 'Summa'; $strSwedish = 'Svensk'; -$strSwekeyAuthenticating = 'Autenticiering pågår...'; -$strSwekeyAuthFailed = 'Hårdvaruautenticiering misslyckades'; +$strSwekeyAuthenticating = 'Autentisering pågår...'; +$strSwekeyAuthFailed = 'Hårdvaruautentisering misslyckades'; +$strSwekeyNoKey = 'Giltig autentiseringsnyckel saknas'; $strSwekeyNoKeyId = 'Filen %s innehåller inget nyckelid'; -$strSwekeyNoKey = 'Giltig autenticieringsnyckel saknas'; $strSwitchToDatabase = 'Byt till kopierad databas'; $strSwitchToTable = 'Byt till kopierad tabell'; @@ -1022,7 +1388,7 @@ $strUploadErrorExtension = 'Filuppladdning stoppades av tillägg.'; $strUploadErrorFormSize = 'Den uppladdade filen överskrider direktivet MAX_FILE_SIZE som specificerades i HTML-formuläret.'; $strUploadErrorIniSize = 'Den uppladdade filen överskrider direktivet upload_max_filesize i php.ini.'; $strUploadErrorNoTempDir = 'Saknar en temporär katalog.'; -$strUploadErrorPartial = 'Den uppladdade filen var endast delvis uplladdad.'; +$strUploadErrorPartial = 'Den uppladdade filen var endast delvis uppladdad.'; $strUploadErrorUnknown = 'Okänt fel i filuppladdning.'; $strUploadLimit = 'Du försökte förmodligen ladda upp en för stor fil. Se %sdokumentationen%s för metoder att gå runt denna begränsning.'; $strUploadsNotAllowed = 'Filuppladdningar är inte tillåtna på denna server.'; @@ -1030,13 +1396,13 @@ $strUsage = 'Användning'; $strUseBackquotes = 'Använd bakåtcitat runt tabell- och fältnamn'; $strUseHostTable = 'Använd värdtabell'; $strUserAlreadyExists = 'Användaren %s finns redan!'; +$strUser = 'Användare'; $strUserEmpty = 'Användarnamnet är tomt!'; $strUserName = 'Användarnamn'; $strUserNotFound = 'Den markerade användaren kunde inte hittas i privilegiumtabellen.'; $strUserOverview = 'Användaröversikt'; $strUsersDeleted = 'De markerade användarna har tagits bort.'; $strUsersHavingAccessToDb = 'Användare som har tillgång till "%s"'; -$strUser = 'Användare'; $strUseTabKey = 'Använd TAB-tangenten för att flytta från värde till värde, eller CTRL+pil för att flytta vart som helst'; $strUseTables = 'Använd tabeller'; $strUseTextField = 'Använd textfältet'; @@ -1052,7 +1418,9 @@ $strViewDumpDB = 'Visa SQL-satser för databasen'; $strViewDump = 'Visa SQL-satser för tabellen'; $strViewHasAtLeast = 'Denna vy har åtminstone detta antal rader. Se %sdokumentation%s.'; $strViewHasBeenDropped = 'Vyn %s har tagits bort'; +$strViewImage = 'Visa bild'; $strViewName = 'Namn på vy'; +$strViewVideo = 'Visa video'; $strView = 'Vy'; $strWebServerUploadDirectoryError = 'Katalogen som du konfigurerat för uppladdning kan inte nås'; @@ -1074,372 +1442,4 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.'; $strZip = '"zippad"'; -$strBLOBRepository = 'BLOB Repository'; //to translate -$strBLOBRepositoryDamaged = 'Damaged'; //to translate -$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate -$strBLOBRepositoryDisabled = 'Disabled'; //to translate -$strBLOBRepositoryDisable = 'Disable'; //to translate -$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate -$strBLOBRepositoryEnabled = 'Enabled'; //to translate -$strBLOBRepositoryEnable = 'Enable'; //to translate -$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate -$strBLOBRepositoryRepair = 'Repair'; //to translate -$strBLOBRepositoryStatus = 'Status'; //to translate -$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate -$strViewImage = 'View image'; //to translate -$strPlayAudio = 'Play audio'; //to translate -$strViewVideo = 'View video'; //to translate -$strDownloadFile = 'Download file'; //to translate -$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate -$strShowKeys = 'Only show keys'; //to translate -$strSetupServersAdd = 'Add a new server'; //to translate -$strSetupServersEdit = 'Edit server'; //to translate -$strSetupFormset_features = 'Features'; //to translate -$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate -$strSetupFormset_main_frame = 'Customize main frame'; //to translate -$strSetupFormset_import = 'Customize import defaults'; //to translate -$strSetupFormset_export = 'Customize export options'; //to translate -$strSetupFormset_customization = 'Customization'; //to translate -$strSetupTrue = 'yes'; //to translate -$strSetupFalse = 'no'; //to translate -$strSetupDisplay = 'Display'; //to translate -$strSetupDownload = 'Download'; //to translate -$strSetupClear = 'Clear'; //to translate -$strSetupLoad = 'Load'; //to translate -$strSetupRestoreDefaultValue = 'Restore default value'; //to translate -$strSetupSetValue = 'Set value: %s'; //to translate -$strSetupWarning = 'Warning'; //to translate -$strSetupIgnoreErrors = 'Ignore errors'; //to translate -$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate -$strSetupShowForm = 'Show form'; //to translate -$strSetupOverview = 'Overview'; //to translate -$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate -$strSetupNoServers = 'There are no configured servers'; //to translate -$strSetupNewServer = 'New server'; //to translate -$strSetupDefaultLanguage = 'Default language'; //to translate -$strSetupDefaultServer = 'Default server'; //to translate -$strSetupLetUserChoose = 'let the user choose'; //to translate -$strSetupOptionNone = '- none -'; //to translate -$strSetupEndOfLine = 'End of line'; //to translate -$strSetupConfigurationFile = 'Configuration file'; //to translate -$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate -$strSetupDonateLink = 'Donate'; //to translate -$strSetupVersionCheckLink = 'Check for latest version'; //to translate -$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate -$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate -$strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate -$strSetupVersionCheck = 'Version check'; //to translate -$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate -$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate -$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate -$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate -$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate -$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate -$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate -$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate -$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate -$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetuperror_form = 'Submitted form contains errors'; //to translate -$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate -$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate -$strSetuperror_incorrect_value = 'Incorrect value'; //to translate -$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate -$strSetuperror_nan_p = 'Not a positive number'; //to translate -$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate -$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate -$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate -$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate -$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate -$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate -$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate -$strSetupForm_Server = 'Basic settings'; //to translate -$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate -$strSetupForm_Server_login_options = 'Signon login options'; //to translate -$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate -$strSetupForm_Server_config = 'Server configuration'; //to translate -$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate -$strSetupForm_Server_pmadb = 'PMA database'; //to translate -$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate -$strSetupForm_Import_export = 'Import / export'; //to translate -$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate -$strSetupForm_Security = 'Security'; //to translate -$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate -$strSetupForm_Sql_queries = 'SQL queries'; //to translate -$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate -$strSetupForm_Other_core_settings = 'Other core settings'; //to translate -$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate -$strSetupForm_Left_frame = 'Navigation frame'; //to translate -$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate -$strSetupForm_Left_servers = 'Servers'; //to translate -$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate -$strSetupForm_Left_databases = 'Databases'; //to translate -$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate -$strSetupForm_Left_tables = 'Tables'; //to translate -$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate -$strSetupForm_Main_frame = 'Main frame'; //to translate -$strSetupForm_Startup = 'Startup'; //to translate -$strSetupForm_Startup_desc = 'Customize startup page'; //to translate -$strSetupForm_Browse = 'Browse mode'; //to translate -$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate -$strSetupForm_Edit = 'Edit mode'; //to translate -$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate -$strSetupForm_Tabs = 'Tabs'; //to translate -$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate -$strSetupForm_Sql_box = 'SQL Query box'; //to translate -$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate -$strSetupForm_Import_defaults = 'Import defaults'; //to translate -$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate -$strSetupForm_Export_defaults = 'Export defaults'; //to translate -$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate -$strSetupForm_Query_window = 'Query window'; //to translate -$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate -$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate -$strSetupServers_verbose_desc = 'Hostname where MySQL server is running'; //to translate -$strSetupServers_host_name = 'Server hostname'; //to translate -$strSetupServers_host_desc = ''; //to translate -$strSetupServers_port_name = 'Server port'; //to translate -$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_socket_name = 'Server socket'; //to translate -$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_ssl_name = 'Use SSL'; //to translate -$strSetupServers_ssl_desc = ''; //to translate -$strSetupServers_connect_type_name = 'Connection type'; //to translate -$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate -$strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_compress_name = 'Compress connection'; //to translate -$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate -$strSetupServers_auth_type_name = 'Authentication type'; //to translate -$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate -$strSetupServers_user_name = 'User for config auth'; //to translate -$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_password_name = 'Password for config auth'; //to translate -$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_nopassword_name = 'Connect without password'; //to translate -$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate -$strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate -$strSetupServers_SignonURL_name = 'Signon URL'; //to translate -$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate -$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$strSetupServers_only_db_name = 'Show only listed databases'; //to translate -$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate -$strSetupServers_hide_db_name = 'Hide databases'; //to translate -$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate -$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate -$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate -$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate -$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate -$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate -$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate -$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate -$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate -$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate -$strSetupServers_CountTables_name = 'Count tables'; //to translate -$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate -$strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate -$strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate -$strSetupServers_controlpass_name = 'Control user password'; //to translate -$strSetupServers_verbose_check_name = 'Verbose check'; //to translate -$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 -$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate -$strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate -$strSetupServers_table_info_name = 'Display fields table'; //to translate -$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate -$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate -$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]'; //to translate -$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate -$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate -$strSetupServers_column_info_name = 'Column information table'; //to translate -$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate -$strSetupServers_history_name = 'SQL query history table'; //to translate -$strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]'; //to translate -$strSetupServers_designer_coords_name = 'Designer table'; //to translate -$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]'; //to translate -$strSetupUploadDir_name = 'Upload directory'; //to translate -$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate -$strSetupSaveDir_name = 'Save directory'; //to translate -$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate -$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate -$strSetupDefaultCharset_name = 'Default character set'; //to translate -$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate -$strSetupRecodingEngine_name = 'Recoding engine'; //to translate -$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate -$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate -$strSetupZipDump_name = 'ZIP'; //to translate -$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate -$strSetupGZipDump_name = 'GZip'; //to translate -$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate -$strSetupBZipDump_name = 'Bzip2'; //to translate -$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate -$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate -$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate -$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate -$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate -$strSetupForceSSL_name = 'Force SSL connection'; //to translate -$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate -$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate -$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate -$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate -$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate -$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate -$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate -$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate -$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate -$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate -$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate -$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupShowSQL_name = 'Show SQL queries'; //to translate -$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate -$strSetupConfirm_name = 'Confirm DROP queries'; //to translate -$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate -$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate -$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate -$strSetupQueryHistoryMax_name = 'Query history length'; //to translate -$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate -$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate -$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate -$strSetupMaxDbList_name = 'Maximum databases'; //to translate -$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate -$strSetupMaxTableList_name = 'Maximum tables'; //to translate -$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate -$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate -$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate -$strSetupOBGzip_name = 'GZip output buffering'; //to translate -$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate -$strSetupPersistentConnections_name = 'Persistent connections'; //to translate -$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate -$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate -$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupMemoryLimit_name = 'Memory limit'; //to translate -$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate -$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate -$strSetupUseDbSearch_name = 'Use database search'; //to translate -$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate -$strSetupLeftFrameLight_name = 'Use light version'; //to translate -$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate -$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate -$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate -$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate -$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate -$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate -$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate -$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate -$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate -$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate -$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate -$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate -$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate -$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate -$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate -$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate -$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate -$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate -$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate -$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate -$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate -$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate -$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate -$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate -$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate -$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate -$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate -$strSetupShowStats_name = 'Show statistics'; //to translate -$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate -$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate -$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate -$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate -$strSetupShowChgPassword_name = 'Show password change form'; //to translate -$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate -$strSetupShowCreateDb_name = 'Show create database form'; //to translate -$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate -$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate -$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate -$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupShowAll_name = 'Allow to display all the rows'; //to translate -$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate -$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate -$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate -$strSetupOrder_name = 'Default sorting order'; //to translate -$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate -$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate -$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate -$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate -$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate -$strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate -$strSetupShowFunctionFields_name = 'Show function fields'; //to translate -$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate -$strSetupCharEditing_name = 'CHAR fields editing'; //to translate -$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate -$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate -$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate -$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate -$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate -$strSetupInsertRows_name = 'Number of inserted rows'; //to translate -$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate -$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate -$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate -$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate -$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate -$strSetupLightTabs_name = 'Light tabs'; //to translate -$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate -$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate -$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupDefaultTabServer_name = 'Default server tab'; //to translate -$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate -$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate -$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate -$strSetupDefaultTabTable_name = 'Default table tab'; //to translate -$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate -$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate -$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate -$strSetupSQLQuery_Edit_name = 'Edit'; //to translate -$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate -$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate -$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate -$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate -$strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate -$strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate -$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate -$strSetupExport_format_name = 'Format'; //to translate -$strSetupExport_compression_name = 'Compression'; //to translate -$strSetupExport_asfile_name = 'Save as file'; //to translate -$strSetupExport_charset_name = 'Character set of the file'; //to translate -$strSetupExport_onserver_name = 'Save on server'; //to translate -$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate -$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate -$strSetupExport_file_template_table_name = 'Table name template'; //to translate -$strSetupExport_file_template_database_name = 'Database name template'; //to translate -$strSetupExport_file_template_server_name = 'Server name template'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate -$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate -$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate -$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate -$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> From 89272a9f030e1830275c6ec9a9bdd826e382a4ec Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 21 Nov 2008 17:35:47 +0000 Subject: [PATCH 24/60] bug #2315549 [import] fclose() error with "Create PHP code" --- ChangeLog | 1 + import.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cfa2e5010..12e4be1e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,6 +40,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #2222344 [display] Query involving a function shown as binary + [lang] Italian update, thanks to fantu - fantu + [lang] Swedish update, thanks to Björn T. Hallberg +- bug #2315549 [import] fclose() error with "Create PHP code" 3.0.2.0 (not yet released) - [lang] Italian update, thanks to Luca and fantu diff --git a/import.php b/import.php index 6dc0c222f..7ada5ec30 100644 --- a/import.php +++ b/import.php @@ -350,7 +350,7 @@ if (!$error) { } } -if (! $error && $import_handle !== FALSE) { +if (! $error && FALSE !== $import_handle && NULL !== $import_handle) { fclose($import_handle); } From e477efcab97caffa5b72bcaef9c57458918ca707 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 22 Nov 2008 15:51:51 +0000 Subject: [PATCH 25/60] proper references to Swekey --- ChangeLog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 12e4be1e0..94f14ef9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,8 @@ $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ 3.1.0.0 (not yet released) -+ [auth] Support for Swekey hardware authentication ++ [auth] Support for Swekey hardware authentication, + see http://phpmyadmin.net/auth_key - bug #2046883 [core] Notices about deprecated dl() (so stop using it) + BLOBstreaming support, thanks to Raj Kissu Rajandran and Google Summer of Code 2008 @@ -129,8 +130,6 @@ danbarry + [interface] Display options; thanks to Dave Grijalva for the idea about showing the display field while browsing - bug #1910621 [display] part 2: do not display a BINARY content as text -+ [auth] support SweKey hardware authentication - see http://phpmyadmin.net/auth_key + rfe #1962383 [designer] Option to create a PDF page - patch #2007196, Typos in comments, thanks to knittl - knittl - bug #1982315 [GUI] Comma and quote in ENUM, thanks to Joshua Hogendorn From 2c9a3e4a02da3742eb04861159225a0af2847921 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 23 Nov 2008 20:09:15 +0000 Subject: [PATCH 26/60] Polish update --- ChangeLog | 1 + lang/polish-utf-8.inc.php | 646 +++++++++++++++++++------------------- translators.html | 2 +- 3 files changed, 325 insertions(+), 324 deletions(-) diff --git a/ChangeLog b/ChangeLog index 94f14ef9f..d155cffe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + [lang] Italian update, thanks to fantu - fantu + [lang] Swedish update, thanks to Björn T. Hallberg - bug #2315549 [import] fclose() error with "Create PHP code" ++ [lang] Polish update, thanks to Jakub Wilk 3.0.2.0 (not yet released) - [lang] Italian update, thanks to Luca and fantu diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index f716d4fd4..1c67a3fba 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -102,26 +102,26 @@ $strCanNotLoadExportPlugins = 'Nie udało się załadować modułów eksportu, p $strCanNotLoadImportPlugins = 'Nie udało się załadować modułów importu, proszę sprawdzić instalację!'; $strCannotLogin = 'Nie udało się zalogować na serwer MySQL'; $strCantLoad = 'nie udało się załadować modułu %s,
    proszę sprawdzić konfigurację PHP'; -$strCantLoadRecodeIconv = 'Nie udało się załadować rozszerzeń iconv lub recode, które są niezbędne do konwersji kodowania znaków, skonfiguruj PHP tak, by mógł używać tych rozszerzeń albo zablokuj konwersję kodowania znaków w phpMyAdminie.'; +$strCantLoadRecodeIconv = 'Nie udało się załadować rozszerzeń iconv lub recode, które są niezbędne do konwersji kodowania napisów, skonfiguruj PHP tak, by mógł używać tych rozszerzeń albo zablokuj konwersję kodowania napisów w phpMyAdminie.'; $strCantRenameIdxToPrimary = 'Nie można zmienić nazwy indeksu na PRIMARY!'; $strCantUseRecodeIconv = 'Nie udało się użyć ani funkcji iconv, ani libiconv, mimo że rozszerzenia zgłaszają się jako załadowane. Proszę sprawdzić swoją konfigurację PHP.'; $strCardinality = 'Moc'; $strCaseInsensitive = 'bez rozróżniania wielkości liter'; $strCaseSensitive = 'z rozróżnianiem wielkości liter'; $strCentralEuropean = 'Środkowoeuropejski'; -$strChangeCopyModeCopy = '... pozostaw starego.'; -$strChangeCopyModeDeleteAndReload = ' ... usuń starego z tabel użytkowników, a następnie przeładuj uprawnienia.'; -$strChangeCopyModeJustDelete = ' ... usuń starego z tabel użytkowników.'; -$strChangeCopyModeRevoke = ' ... odbierz wszystkie aktywne uprawnienia staremu, a następnie go usuń.'; -$strChangeCopyMode = 'Utwórz nowego użytkownika z takimi samymi uprawnieniami i ...'; +$strChangeCopyModeCopy = '… pozostaw starego.'; +$strChangeCopyModeDeleteAndReload = ' … usuń starego z tabel użytkowników, a następnie przeładuj uprawnienia.'; +$strChangeCopyModeJustDelete = ' … usuń starego z tabel użytkowników.'; +$strChangeCopyModeRevoke = ' … odbierz wszystkie aktywne uprawnienia staremu, a następnie go usuń.'; +$strChangeCopyMode = 'Utwórz nowego użytkownika z takimi samymi uprawnieniami i …'; $strChangeCopyUser = 'Zmień dane użytkownika / Skopiuj użytkownika'; $strChangeDisplay = 'Wybierz wyświetlane pole'; $strChangePassword = 'Zmień hasło'; $strChange = 'Zmień'; -$strCharsetOfFile = 'Zestaw znaków dla pliku:'; -$strCharsetsAndCollations = 'Zestawy znaków i metody porównywania napisów'; -$strCharsets = 'Zestawy znaków'; -$strCharset = 'Zestaw znaków'; +$strCharsetOfFile = 'Kodowanie pliku:'; +$strCharsetsAndCollations = 'Kodowania napisów i metody porównywania napisów'; +$strCharsets = 'Kodowania napisów'; +$strCharset = 'Kodowanie napisów'; $strCheckAll = 'Zaznacz wszystkie'; $strCheckOverhead = 'Zaznacz nieoptymalne'; $strCheckPrivsLong = 'Sprawdź uprawnienia bazy danych "%s".'; @@ -145,7 +145,7 @@ $strConnectionError = 'Nie udało się nawiązać połączenia: błędne ustawie $strConnections = 'Połączenia'; $strConstraintsForDumped = 'Ograniczenia dla zrzutów tabel'; $strConstraintsForTable = 'Ograniczenia dla tabeli'; -$strCookiesRequired = 'Odtąd musi być włączona obsługa ciasteczek [cookies].'; +$strCookiesRequired = 'Odtąd musi być włączona obsługa ciasteczek.'; $strCopyDatabaseOK = 'Baza danych %s została skopiowana do %s'; $strCopy = 'Kopiuj'; $strCopyTableOK = 'Tabela %s została skopiowana do %s.'; @@ -403,7 +403,7 @@ $strLongOperation = 'Ta operacja może trwać długo. Czy mimo to kontynuować?' $strMaxConnects = 'Maks. jednoczesnych połączeń'; $strMaximalQueryLength = 'Maksymalna długość utworzonego zapytania'; $strMaximumSize = 'Maksymalny rozmiar: %s%s'; -$strMbExtensionMissing = 'Rozszerzenie PHP o nazwie mbstring nie zostało znalezione, a wygląda na to, że używasz wielobajtowego zestawu znaków. Bez rozszerzenia mbstring phpMyAdmin nie ma możliwości poprawnego rozbijania napisów, co może skutkować niespodziewanymi rezultatami.'; +$strMbExtensionMissing = 'Rozszerzenie PHP o nazwie mbstring nie zostało znalezione, a wygląda na to, że używasz wielobajtowego kodowania napisów. Bez rozszerzenia mbstring phpMyAdmin nie ma możliwości poprawnego rozbijania napisów, co może skutkować niespodziewanymi rezultatami.'; $strMbOverloadWarning = 'Opcja mbstring.func_overload jest włączona w pliku konfiguracyjnym PHP. Jest ona niezgodna z phpMyAdminem i może powodować utratę niektórych danych!'; $strMIME_available_mime = 'Dostępne typy MIME'; $strMIME_available_transform = 'Dostępne transformacje'; @@ -411,7 +411,7 @@ $strMIME_description = 'Opis'; $strMIME_MIMEtype = 'Typ MIME'; $strMIME_nodescription = 'Transformacja ta nie ma opisu.
    Proszę zapytać autora, co robi %s.'; $strMIME_transformation_note = 'Aby uzyskać listę dostępnych opcji transformacji i ich typów MIME, kliknij %sopisy transformacji%s'; -$strMIME_transformation_options_note = 'Proszę wprowadzić wartości dla transformacji w następującym formacie: \'a\', 100, b,\'c\'...
    Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').'; +$strMIME_transformation_options_note = 'Proszę wprowadzić wartości dla transformacji w następującym formacie: \'a\', 100, b,\'c\'…
    Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').'; $strMIME_transformation_options = 'Opcje transformacji'; $strMIME_transformation = 'Sposób prezentacji danych'; $strMIMETypesForTable = 'TYPY MIME TABELI'; @@ -435,7 +435,7 @@ $strMyISAMRepairThreadsDesc = 'Wartość większa niż 1 oznacza, że indeksy ta $strMyISAMRepairThreads = 'Liczba wątków naprawiających'; $strMyISAMSortBufferSizeDesc = 'Bufor, który jest alokowany w czasie sortowania indeksów MyISAM podczas operacji REPAIR TABLE albo gdy indeksy są tworzone przez polecenia CREATE INDEX lub ALTER TABLE.'; $strMyISAMSortBufferSize = 'Rozmiar bufora dla sortowania'; -$strMySQLCharset = 'System kodowania znaków dla MySQL'; +$strMySQLCharset = 'Kodowanie napisów dla MySQL'; $strMysqlClientVersion = 'Wersja klienta MySQL'; $strMySQLConnectionCollation = 'System porównań dla połączenia MySQL'; $strMySQLSaid = 'MySQL zwrócił komunikat: '; @@ -480,7 +480,7 @@ $strNumSearchResultsTotal = 'W sumie: %s trafień'; $strNumTables = 'Tabele'; $strOK = 'OK'; -$strOpenDocumentSpreadsheet = 'arkusz kalkulacyjny w formacie Open Document'; +$strOpenDocumentSpreadsheet = 'Arkusz kalkulacyjny w formacie Open Document'; $strOpenDocumentText = 'Tekst w formacie Open Document'; $strOpenNewWindow = 'Otwórz nowe okno phpMyAdmina'; $strOperations = 'Operacje'; @@ -520,7 +520,7 @@ $strPortrait = 'Orientacja pionowa'; $strPos1 = 'Początek'; $strPrevious = 'Poprzednie'; $strPrimaryKeyHasBeenDropped = 'Klucz podstawowy został usunięty'; -$strPrimaryKeyName = 'Nazwą podstawowego klucza musi być... PRIMARY!'; +$strPrimaryKeyName = 'Nazwą podstawowego klucza musi być… PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" musi być nazwą jedynie klucza podstawowego!)'; $strPrimary = 'Podstawowy'; $strPrint = 'Drukuj'; @@ -601,7 +601,7 @@ $strRepairTable = 'Napraw tabelę'; $strReplaceNULLBy = 'Zamiana NULL na'; $strReplaceTable = 'Zamiana danych tabeli z plikiem'; $strReplication = 'Replikacja'; -$strReset = 'Reset'; +$strReset = 'Resetuj'; $strResourceLimits = 'Ograniczenia zasobów'; $strReType = 'Ponownie'; $strRevokeAndDelete = 'Cofnij wszystkie aktywne uprawnienia użytkownikom, a następnie usuń ich.'; @@ -658,7 +658,7 @@ $strServerTrafficNotes = 'Ruch na serwerze: Poniższe tabele pokazują st $strServerVars = 'Zmienne i ustawienia serwera'; $strServerVersion = 'Wersja serwera'; $strSessionValue = 'Wartość sesji'; -$strSetEnumVal = 'Jeżeli pole jest typu "ENUM" lub "SET", wartości wprowadza się w formacie: \'a\',\'b\',\'c\'...
    Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').'; +$strSetEnumVal = 'Jeżeli pole jest typu "ENUM" lub "SET", wartości wprowadza się w formacie: \'a\',\'b\',\'c\'…
    Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').'; $strShowAll = 'Pokaż wszystko'; $strShowColor = 'Pokaż kolor'; $strShowDatadictAs = 'Format słownika danych'; @@ -686,7 +686,7 @@ $strShowStatusHandler_discoverDescr = 'Serwer MySQL może zapytać mechanizm sk $strShowStatusHandler_read_firstDescr = 'Ile razy z indeksu została odczytana pierwsza pozycja. Duża wartość sugeruje, że serwer wykonuje pełnych przeszukań indeksów; na przykład SELECT col1 FROM foo, przy założeniu, że col1 jest zindeksowane.'; $strShowStatusHandler_read_keyDescr = 'Liczba żądań odczytu rekordu na podstawie indeksu. Duża wartość to dobra oznaka tego, że zapytania i tabele są właściwie zindeksowane.'; $strShowStatusHandler_read_nextDescr = 'Liczba żądań odczytu następnego rekordu w porządku indeksowym. Ta wartość jest zwiększana przy odpytywaniu o zindeksowaną kolumnę na ograniczonym przedziale lub przy przeszukiwaniu indeksu.'; -$strShowStatusHandler_read_prevDescr = 'Liczba żądań odczytu poprzedniego rekordu w porządku indeksowym. Metoda używana głównie do optymalizacji ORDER BY ... DESC.'; +$strShowStatusHandler_read_prevDescr = 'Liczba żądań odczytu poprzedniego rekordu w porządku indeksowym. Metoda używana głównie do optymalizacji ORDER BY … DESC.'; $strShowStatusHandler_read_rndDescr = 'Liczba żądań odczytu następnego rekordu na podstawie stałego położenia. Wartość jest duża przy wykonywaniu dużej ilości zapytań wymagających sortowania rezultatu. Prawdopodobnie wykonano wiele zapytań wymagających przeszukania całej tabeli lub złączeń, które nie używają poprawnie indeksów.'; $strShowStatusHandler_read_rnd_nextDescr = 'Liczba żądań odczytu następnego rekord w pliku z danymi. Wartość jest duża przy wykonywania wielu przeszukiwań tabeli. Ogólnie sugeruje to, że tabele nie są poprawnie zindeksowane lub że zapytania nie są napisane w sposób pozwalający skorzystać z istniejących indeksów.'; $strShowStatusHandler_rollbackDescr = 'Liczba wewnętrznych instrukcji ROLLBACK.'; @@ -798,7 +798,7 @@ $strSQLCompatibility = 'Tryb zgodności SQL'; $strSQLExportType = 'Rodzaj eksportu'; $strSQLParserBugMessage = 'Istnieje szansa, że właśnie znaleziono błąd w analizatorze składni SQL. Proszę zbadać bliżej swoje zapytanie i sprawdzić, czy cudzysłowy są poprawne i dobrze sparowane. Inną możliwą przyczyną niepowodzenia może być wysyłanie pliku ze znakami binarnymi poza obszarem tekstu ujętego w cudzysłowy. Można również sprawdzić zapytanie SQL poprzez linię poleceń MySQL-a. W znalezieniu przyczyny problemu może pomóc także - jeśli się pojawi - poniższy opis błędu serwera MySQL. Jeśli nadal występują z problemy lub analizator składni zgłasza usterkę a linia poleceń - nie, ogranicz sekwencję zapytań SQL do pojedynczego, które powoduje problemy i zgłoś błąd, dołączając fragment danych zawarty w poniższej sekcji TNIJ:'; $strSQLParserUserError = 'Wygląda na to, że w twoim zapytaniu SQL jest błąd. W znalezieniu przyczyny problemu może pomóc także - jeśli się pojawi - poniższy opis błędu serwera MySQL.'; -$strSQLQuery = 'zapytanie SQL'; +$strSQLQuery = 'Zapytanie SQL'; $strSQLResult = 'Rezultat SQL'; $strSQL = 'SQL'; $strSQPBugInvalidIdentifer = 'Nieprawidłowy identyfikator'; @@ -873,7 +873,7 @@ $strTransformation_text_plain__formatted = 'Zachowuje oryginalne formatowanie po $strTransformation_text_plain__imagelink = 'Wyświetla obrazek i link, pole zawiera nazwę pliku; pierwszą opcję jest prefiks, taki jak "http://domena.com/", drugą opcją jest szerokość w pikselach, trzecią opcją jest wysokość.'; $strTransformation_text_plain__link = 'Wyświetla link, pole zawiera nazwę pliku; pierwsza opcja to prefiks, taki jak "http://domena.com/", druga opcja to tytuł linku.'; $strTransformation_text_plain__sql = 'Formatuj tekst traktując jako zapytanie SQL z podświetlaniem składni.'; -$strTransformation_text_plain__substr = 'Pokazuje jedynie część napisu. Pierwsza opcja to offset, od którego ma zacząć się wyświetlanie tekstu (domyślnie 0). Druga opcja to ilość zwracanego tekstu. Jeżeli jest pusta, zwracany jest cały pozostały tekst. Trzecia opcja określa jakie znaki zostaną dodane do wyjścia, jeżeli zwracany jest część napisu (domyślnie: ...) .'; +$strTransformation_text_plain__substr = 'Pokazuje jedynie część napisu. Pierwsza opcja to offset, od którego ma zacząć się wyświetlanie tekstu (domyślnie 0). Druga opcja to ilość zwracanego tekstu. Jeżeli jest pusta, zwracany jest cały pozostały tekst. Trzecia opcja określa jakie znaki zostaną dodane do wyjścia, jeżeli zwracany jest część napisu (domyślnie: …) .'; $strTruncateQueries = 'Ucinaj wyświetlane zapytania'; $strTurkish = 'Turecki'; $strType = 'Typ'; @@ -936,229 +936,234 @@ $strYes = 'Tak'; $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.'; $strZip = '".zip"'; -$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate -$strDocSQL = 'DocSQL'; //to translate -$strTableName = 'Table name'; //to translate -$strTableIsEmpty = 'Table seems to be empty!'; //to translate -$strDbIsEmpty = 'Database seems to be empty!'; //to translate -$strShowingPhp = 'Showing as PHP code'; //to translate -$strShowingSQL = 'Showing SQL query'; //to translate -$strDesigner = 'Designer'; //to translate -$strNumberOfTables = 'Number of tables'; //to translate -$strCreateTable = 'Create table'; //to translate -$strCreateRelation = 'Create relation'; //to translate -$strSavePosition = 'Save position'; //to translate -$strSelectForeignKey = 'Select Foreign Key'; //to translate -$strHide = 'Hide'; //to translate -$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate -$strReload = 'Reload'; //to translate -$strSmallBigAll = 'Small/Big All'; //to translate -$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate -$strMoveMenu = 'Move Menu'; //to translate -$strAngularLinks = 'Angular links'; //to translate -$strDirectLinks = 'Direct links'; //to translate -$strHideShowAll = 'Hide/Show all'; //to translate -$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate -$strInternalRelationAdded = 'Internal relation added'; //to translate -$strRelationDeleted = 'Relation deleted'; //to translate -$strToSelectRelation = 'To select relation, click :'; //to translate -$strExportImportToScale = 'Export/Import to scale'; //to translate -$strRecommended = 'recommended'; //to translate -$strToFromPage = 'to/from page'; //to translate +$strTransformation_text_plain__dateformat = 'Wyświetla pola typu TIME, TIMESTAMP, DATETIME lub numeryczne uniksowe znaczniki czasu jako sformatowane daty. Pierwsza opcja to przesunięcie (w godzinach) które zostanie dodane do znacznika czasu (domyślnie: 0). Drugą opcją można określić inny napis formatujący datę/czas. Trzecia opcja określa czy daty mają być lokalne ("local") czy w UTC ("utc"). Od tego wyboru zależy format daty: w przypadku "local" jest taki jak dla funkcji PHP strftime(), w przypadku "utc" — gmdate().'; +$strDocSQL = 'DocSQL'; +$strTableName = 'Nazwa tabeli'; +$strTableIsEmpty = 'Tabela wydaje się pusta!'; +$strDbIsEmpty = 'Baza danych wydaje się pusta!'; +$strShowingPhp = 'Wyświetlany jest kod PHP.'; +$strShowingSQL = 'Wyświetlane jest zapytanie SQL.'; +$strDesigner = 'Projektant'; +$strNumberOfTables = 'Liczba tabel'; +$strCreateTable = 'Utwórz tabelę'; +$strCreateRelation = 'Utwórz związek'; +$strSavePosition = 'Zapamiętaj pozycję'; +$strSelectForeignKey = 'Wybierz klucz zewnętrzny'; +$strHide = 'Ukryj'; +$strShowHideLeftMenu = 'Pokaż/ukryj lewe menu'; +$strReload = 'Przeładuj'; +$strSmallBigAll = 'Wszystko małe/duże'; +$strImportExportCoords = 'Importuj/eksportuj współrzędne schematu PDF'; +$strMoveMenu = 'Przesuń menu'; +$strAngularLinks = 'Kanciaste połączenia'; +$strDirectLinks = 'Bezpośrednie połączenia'; +$strHideShowAll = 'Ukryj/pokaż wszystko'; +$strHideShowNoRelation = 'Ukryj/pokaż tabele bez związków'; +$strInternalRelationAdded = 'Dodano wewnętrzne powiązanie'; +$strRelationDeleted = 'Usunięto powiązanie'; +$strToSelectRelation = 'Aby wybrać powiązanie, kliknij :'; +$strExportImportToScale = 'Eksport/import w skali'; +$strRecommended = 'zalecana'; +$strToFromPage = 'od/do strony'; $strSelectReferencedKey = 'Select referenced key'; //to translate -$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate -$strHelp = 'Help'; //to translate -$strCancel = 'Cancel'; //to translate -$strDeleteRelation = 'Delete relation'; //to translate -$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate +$strPleaseSelectPrimaryOrUniqueKey = 'Należy wybrać klucz główny lub klucz jednoznaczny'; +$strHelp = 'Pomoc'; +$strCancel = 'Anuluj'; +$strDeleteRelation = 'Usuń związek'; +$strKnownExternalBug = 'Funkcja %s jest dotknięta przez znany błąd, zobacz %s'; $strStructureForView = 'Structure for view'; //to translate $strStandInStructureForView = 'Stand-in structure for view'; //to translate -$strToggleSmallBig = 'Toggle small/big'; //to translate -$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate -$strErrorRelationAdded = 'Error: Relation not added.'; //to translate -$strErrorRelationExists = 'Error: relation already exists.'; //to translate -$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate -$strSnapToGrid = 'Snap to grid'; //to translate +$strToggleSmallBig = 'Przełącz małe/duże'; +$strIEUnsupported = 'Internet Explorer nie obsługuje tej funkcji.'; +$strErrorRelationAdded = 'Błąd: nie dodano związku.'; +$strErrorRelationExists = 'Błąd: związek już istnieje.'; +$strErrorSaveTable = 'Błąd podczas zapisywania współrzędnych dla Projektanta.'; +$strSnapToGrid = 'Przyciągaj do siatki'; $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 -$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate -$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate -$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate -$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate -$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate -$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate -$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate -$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 -$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate -$strViewName = 'VIEW name'; //to translate -$strOptions = 'Options'; //to translate -$strFiles = 'Files'; //to translate -$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate -$strRoutines = 'Routines'; //to translate -$strRoutineReturnType = 'Return type'; //to translate -$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate +$strUploadErrorIniSize = 'Rozmiar wrzucanego pliku jest większy niż wartość dyrektywy upload_max_filesize w php.ini.'; +$strUploadErrorFormSize = 'Rozmiar wrzucanego pliku jest więcszy niż wartość dyrektywy MAX_FILE_SIZE określonej w formularzu HTML.'; +$strUploadErrorPartial = 'Plik został wrzucony jedynie częściowo.'; +$strUploadErrorNoTempDir = 'Nie znaleziono katalogu tymczasowego.'; +$strUploadErrorCantWrite = 'Nie udało się zapisać pliku na dysk.'; +$strUploadErrorExtension = 'Wrzucanie pliku zostało zatrzymane przez rozszerzenie.'; +$strUploadErrorUnknown = 'Nieznany błąd wrzucania plików.'; +$strSessionStartupErrorGeneral = 'Nie udało się bezbłędnie utworzyć sesji. Należy sprawdzić błędy w logach PHP i serwera WWW, a następnie właściwie skonfigurować instalację PHP.'; +$strFieldInsertFromFileTempDirNotExists = 'Błąd podczas przesuwania wrzuconego pliku, zobacz FAQ 1.11'; +$strViewName = 'Nazwa perspektywy'; +$strOptions = 'Opcje'; +$strFiles = 'Pliki'; +$strMysqlLibDiffersServerVersion = 'Wersja %s biblioteki MySQL dla PHP różni się od wersji %s serwera MySQL. Może to powodować niespodziewane zachowani Może to powodować nieprzewidywale zachowanie.'; +$strRoutines = 'Procedury i funkcje'; +$strRoutineReturnType = 'Zwracany typ'; +$strControluserFailed = 'Połączenie dla użytkownika kontrolnego zdefiniowanego w pliku konfiguracyjnym nie powiodło się.'; $strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate $strRestartInsertion = 'Restart insertion with %s rows'; //to translate -$strTriggers = 'Triggers'; //to translate -$strEvent = 'Event'; //to translate -$strProfiling = 'Profiling'; //to translate -$strPartitionDefinition = 'PARTITION definition'; //to translate -$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate -$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate -$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate -$strPartitioned = 'partitioned'; //to translate -$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate -$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate -$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate -$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate -$strRowsDeleted = '%1$d row(s) deleted.'; //to translate -$strRowsAffected = '%1$d row(s) affected.'; //to translate -$strRowsInserted = '%1$d row(s) inserted.'; //to translate -$strInsertedRowId = 'Inserted row id: %1$d'; //to translate -$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate -$strPartitionMaintenance = 'Partition maintenance'; //to translate -$strPartition = 'Partition %s'; //to translate -$strAnalyze = 'Analyze'; //to translate -$strCheck = 'Check'; //to translate -$strOptimize = 'Optimize'; //to translate -$strRebuild = 'Rebuild'; //to translate -$strRepair = 'Repair'; //to translate -$strRemovePartitioning = 'Remove partitioning'; //to translate -$strSearchInField = 'Inside field:'; //to translate -$strTexyText = 'Texy! text'; //to translate -$strDetails = 'Details...'; //to translate -$strComment = 'Comment'; //to translate -$strPacked = 'Packed'; //to translate -$strActions = 'Actions'; //to translate -$strInterface = 'Interface'; //to translate -$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate -$strEvents = 'Events'; //to translate -$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate -$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate -$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate +$strTriggers = 'Wyzwalacze'; +$strEvent = 'Zdarzenie'; +$strProfiling = 'Profilowanie'; +$strPartitionDefinition = 'Definicja partycji'; +$strPrivDescTrigger = 'Pozwól tworzyć i usuwać wyzwalacze.'; +$strPrivDescEvent = 'Pozwól ustawiać zdarzenia w harmonogramie zdarzeń'; +$strPrivDescProcess = 'Pozwól oglądać procesy wszystkich użytkowyników'; +$strPartitioned = 'partycjonowanie'; +$strTableAlteredSuccessfully = 'Tabela %1$s została pomyślnie zmodyfikowana'; +$strDatabaseHasBeenCreated = 'Baza danych %1$s została utworzona.'; +$strTableHasBeenCreated = 'Tabela %1$s została utworzona.'; +$strForeignKeyError = 'Błąd podczas tworzenia klucza zewnętrznego na %1$s (należy sprawdzić typy danych)'; +$strRowsDeleted = 'Usuniętych rekordów: %1$d.'; +$strRowsAffected = 'Zmodyfikowanych rekordów: %1$d.'; +$strRowsInserted = 'Wstawionych rekordów: %1$d.'; +$strInsertedRowId = 'Identyfikator wstawionego rekordu: %1$d'; +$strIndexesSeemEqual = 'Indeksy %1$s i %2$s wyglądają na identyczne i jeden z nich mógłby zostać usunięty.'; +$strPartitionMaintenance = 'Zarządzanie partycjami'; +$strPartition = 'Partycja %s'; +$strAnalyze = 'Analizuj'; +$strCheck = 'Sprawdź'; +$strOptimize = 'Optymalizuj'; +$strRebuild = 'Przebuduj'; +$strRepair = 'Napraw'; +$strRemovePartitioning = 'Usuń partycjonowanie'; +$strSearchInField = 'Wewnątrz pola:'; +$strTexyText = 'Tekst Texy!'; +$strDetails = 'Szczegóły…'; +$strComment = 'Komentarz'; +$strPacked = 'Spakowany'; +$strActions = 'Działania'; +$strInterface = 'Interfejs'; +$strSuhosin = 'Serwer działa pod ochroną Suhosina. Możliwe problemy opisuje %sdokumentacja%s.'; +$strEvents = 'Zdarzenia'; +$strForeignKeyRelationAdded = 'Relacja FOREIGN KEY została dodana.'; +$strInternalAndForeign = 'Wewnętrzna relacja jest zbędna gdy istnieje odpowiednia relacja FOREIGN KEY.'; +$strViewHasAtLeast = 'Ta perspektywa ma przynajmniej tyle wierszy. Więcej informacji w %sdocumentation%s.'; $strRelationalKey = 'Relational key'; //to translate $strRelationalDisplayField = 'Relational display field'; //to translate -$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate -$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate -$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate -$strSwekeyAuthenticating = 'Authenticating...'; //to translate -$strPBXTIndexCacheSize = 'Index cache size'; //to translate -$strPBXTRecordCacheSize = 'Record cache size'; //to translate -$strPBXTLogCacheSize = 'Log cache size'; //to translate -$strPBXTLogFileThreshold = 'Log file threshold'; //to translate -$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate -$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate -$strPBXTDataLogThreshold = 'Data log threshold'; //to translate -$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate -$strPBXTLogBufferSize = 'Log buffer size'; //to translate +$strSwekeyNoKey = 'Prawidłowy klucz uwierzytelniający nie jest podłączony'; +$strSwekeyNoKeyId = 'Plik %s nie zawiera żadnego identyfikatora klucza'; +$strSwekeyAuthFailed = 'Uwierzytelnianie sprzętowe nie powiodło się'; +$strSwekeyAuthenticating = 'Trwa uwierzytelnianie…'; +$strPBXTIndexCacheSize = 'Rozmiar pamięci podręcznej indeksów'; +$strPBXTRecordCacheSize = 'Rozmiar pamięci podręcznej rekordów'; +$strPBXTLogCacheSize = 'Rozmiar pamięci podręcznej dziennika'; +$strPBXTLogFileThreshold = 'Próg pliku dziennika'; +$strPBXTTransactionBufferSize = 'Rozmiar bufora transakcji'; +$strPBXTCheckpointFrequency = 'Częstotliwość punktów kontrolnych'; +$strPBXTDataLogThreshold = 'Próg dziennika danych.'; +$strPBXTGarbageThreshold = 'Próg śmieci'; +$strPBXTLogBufferSize = 'Rozmiar bufora dziennika'; $strPBXTDataFileGrowSize = 'Data file grow size'; //to translate $strPBXTRowFileGrowSize = 'Row file grow size'; //to translate $strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate $strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate -$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate -$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate -$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate -$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate +$strPBXTLogBufferSizeDesc = 'Rozmiar bufora używanego podczas zapisu dziennika danych. Domyślną wartością jest 256MB. Silnik alokuje jeden bufor na wątek, ale tylko gdy wątek musi zapisać dane do dziennika.'; +$strPBXTGarbageThresholdDesc = 'Procent śmieci w dzienniku danych, nim zostanie skompaktowany. Liczba jest między 1 i 99. Domyślną wartością jest 50.'; +$strPBXTDataLogThresholdDesc = 'Maksymalny rozmiar pliku z dziennikiem danych. Domyślną wartością jest 64MB. PBXT może utworzyć co najwyżej 32000 dzienników danych, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate +$strPBXTCheckpointFrequencyDesc = 'Ilość danych zapisanych do dziennika transakcji przed wykonaniem punktu kontrolnego. Domyślną wartością jest 24MB.'; $strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate -$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate -$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate -$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate -$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate -$strPBXTLogFileCount = 'Log file count'; //to translate -$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate -$strAsDefined = 'As defined:'; //to translate -$strWiki = 'Wiki'; //to translate -$strWebServer = 'Web server'; //to translate -$strPHPExtension = 'PHP extension'; //to translate -$strCustomColor = 'Custom color'; //to translate -$strBLOBRepository = 'BLOB Repository'; //to translate -$strBLOBRepositoryDamaged = 'Damaged'; //to translate -$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate -$strBLOBRepositoryDisabled = 'Disabled'; //to translate -$strBLOBRepositoryDisable = 'Disable'; //to translate -$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate -$strBLOBRepositoryEnabled = 'Enabled'; //to translate -$strBLOBRepositoryEnable = 'Enable'; //to translate -$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate -$strBLOBRepositoryRepair = 'Repair'; //to translate -$strBLOBRepositoryStatus = 'Status'; //to translate -$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate -$strViewImage = 'View image'; //to translate -$strPlayAudio = 'Play audio'; //to translate -$strViewVideo = 'View video'; //to translate -$strDownloadFile = 'Download file'; //to translate -$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate -$strShowKeys = 'Only show keys'; //to translate -$strSetupServersAdd = 'Add a new server'; //to translate -$strSetupServersEdit = 'Edit server'; //to translate -$strSetupFormset_features = 'Features'; //to translate -$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate -$strSetupFormset_main_frame = 'Customize main frame'; //to translate -$strSetupFormset_import = 'Customize import defaults'; //to translate -$strSetupFormset_export = 'Customize export options'; //to translate -$strSetupFormset_customization = 'Customization'; //to translate -$strSetupTrue = 'yes'; //to translate -$strSetupFalse = 'no'; //to translate -$strSetupDisplay = 'Display'; //to translate -$strSetupDownload = 'Download'; //to translate -$strSetupClear = 'Clear'; //to translate -$strSetupLoad = 'Load'; //to translate -$strSetupRestoreDefaultValue = 'Restore default value'; //to translate -$strSetupSetValue = 'Set value: %s'; //to translate -$strSetupWarning = 'Warning'; //to translate -$strSetupIgnoreErrors = 'Ignore errors'; //to translate -$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate -$strSetupShowForm = 'Show form'; //to translate -$strSetupOverview = 'Overview'; //to translate -$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate -$strSetupNoServers = 'There are no configured servers'; //to translate -$strSetupNewServer = 'New server'; //to translate -$strSetupDefaultLanguage = 'Default language'; //to translate -$strSetupDefaultServer = 'Default server'; //to translate -$strSetupLetUserChoose = 'let the user choose'; //to translate -$strSetupOptionNone = '- none -'; //to translate -$strSetupEndOfLine = 'End of line'; //to translate -$strSetupConfigurationFile = 'Configuration file'; //to translate -$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate -$strSetupDonateLink = 'Donate'; //to translate -$strSetupVersionCheckLink = 'Check for latest version'; //to translate -$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate -$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate -$strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate -$strSetupVersionCheck = 'Version check'; //to translate -$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate -$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate -$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate -$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate -$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate -$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate -$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate -$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate +$strPBXTLogFileThresholdDesc = 'Rozmiar logu transakcji przed rollover, and a new log is created. Domyślną wartośćią jest 16MB.'; +$strPBXTLogCacheSizeDesc = 'Ilość pamięci zaalokowanej jako pamięć podręczna dziennika transakcji. Domyślną wartością jest 16MB.'; +$strPBXTRecordCacheSizeDesc = 'Ilość pamięci zaalokowanej jako pamięć podręszna rekordów, używana do buforowania danych tabel. Domyślą wartością jest 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate +$strPBXTIndexCacheSizeDesc = 'Ilość pamięci zaalokowanej jako pamięć podręczna indeksów. Domyślną wartością jest 32MB. Pamięc jest używana tylko do buforowane stron indeksów.'; +$strPBXTLogFileCount = 'Liczba plików dziennika'; +$strPBXTLogFileCountDesc = 'Liczba plików dziennika transakcji (pbxt/system/xlog*.xt), które będzie utwrzymywał system. Jeżeli liczba dzienników przekroczy tę wartość, stare dzienniki zostaną usunięte, w przeciwnym przypadku zmieniana jest ich nazwa i dostają kolejny najwyższy numer.'; +$strAsDefined = 'Zdefiniowana następująco:'; +$strWiki = 'Wiki'; +$strWebServer = 'Serwer WWW'; +$strPHPExtension = 'Rozszerzenie PHP'; +$strCustomColor = 'Własny kolor'; +$strBLOBRepository = 'Repozytorium BLOBów'; +$strBLOBRepositoryDamaged = 'Uszkodzone'; +$strBLOBRepositoryDisableAreYouSure = 'Czy na pewno wyłączyć wszystkie odwołania do BLOBów z bazy danych %s?'; +$strBLOBRepositoryDisabled = 'Wyłączone'; +$strBLOBRepositoryDisable = 'Wyłącz'; +$strBLOBRepositoryDisableStrongWarning = 'Masz zamiar WYŁĄCZYĆ repozytorium BLOBów!'; +$strBLOBRepositoryEnabled = 'Włączone'; +$strBLOBRepositoryEnable = 'Włącz'; +$strBLOBRepositoryRemove = 'Usuń odołanie do repozytorium BLOBów'; +$strBLOBRepositoryRepair = 'Napraw'; +$strBLOBRepositoryStatus = 'Status'; +$strBLOBRepositoryUpload = 'Wrzuć do repozytorium BLOBów'; +$strViewImage = 'Zobacz obraz'; +$strPlayAudio = 'Odegraj dźwięk'; +$strViewVideo = 'Obejrzyj film'; +$strDownloadFile = 'Ściągnij plik'; +$strLogServerHelp = 'Można podać nawę hosta/adres IP i port oddzielone spacją.'; +$strShowKeys = 'Pokaż tylko klucze'; +$strSetupServersAdd = 'Dodaj nowy serwer'; +$strSetupServersEdit = 'Edytuj serwer'; +$strSetupFormset_features = 'Funkcje'; +$strSetupFormset_left_frame = 'Indywidualizacja ramki nawigacyjnej'; +$strSetupFormset_main_frame = 'Indywidualizacja głównej ramkj'; +$strSetupFormset_import = 'Indywidualizacja opcji importu'; +$strSetupFormset_export = 'Indywidualizacja opcji eksportu'; +$strSetupFormset_customization = 'Indywidualizacja'; +$strSetupTrue = 'tak'; +$strSetupFalse = 'nie'; +$strSetupDisplay = 'Pokaż'; +$strSetupDownload = 'Ściągnij'; +$strSetupClear = 'Wyczyść'; +$strSetupLoad = 'Załaduj'; +$strSetupRestoreDefaultValue = 'Przywróć wartość domyślną'; +$strSetupSetValue = 'Ustaw wartość: %s'; +$strSetupWarning = 'Ostrzeżenie'; +$strSetupIgnoreErrors = 'Ignoruj błędy'; +$strSetupRevertErroneousFields = 'Spróbuj przywrócić błędne pola do ich domyślnych wartości'; +$strSetupShowForm = 'Pokaż formularz'; +$strSetupOverview = 'Opcje podstawowe'; +$strSetupShowHiddenMessages = 'Pokaż ukryte wiadomości (#MSG_COUNT)'; +$strSetupNoServers = 'Brak skonfigurowanych serwerów'; +$strSetupNewServer = 'Nowy serwer'; +$strSetupDefaultLanguage = 'Domyślny język'; +$strSetupDefaultServer = 'Domyślny serwer'; +$strSetupLetUserChoose = 'wybór pozostawiony użytkownikowi'; +$strSetupOptionNone = '- brak -'; +$strSetupEndOfLine = 'Koniec linii'; +$strSetupConfigurationFile = 'Plik konfiguracyjny'; +$strSetupHomepageLink = 'Strona główna phpMyAdmina'; +$strSetupDonateLink = 'Przekazanie darowizny'; +$strSetupVersionCheckLink = 'Sprawdź, czy jest nowsza wersja'; +$strSetupCannotLoadConfig = 'Nie udało się załadować lub zapisać konfiguracji'; +$strSetupCannotLoadConfigMsg = 'Należy w głównym katalogu phpMyAdmina utworzyć katalog [em]config[/em] z możliwością zapisu przez serwer WWW, w sposób opisany w [a@../Documentation.html#setup_script]dokumentacji[/a]. W przeciwnym przypadku konfigurację będzie można tylko ściągnąć lub obejrzeć.'; +$strSetupInsecureConnection = 'Niezabezpieczone połączenie'; +$strSetupInsecureConnectionMsg1 = 'W przypadku używania niezabezpieczonego połączenia, wszystkie dane (w tym niejawne, jak hasło) są przesyłanie w formie niezaszyfrowanej!'; +$strSetupInsecureConnectionMsg2 = 'Jeżeli serwer WWW jest skonfigurowany do obsługi zapytań HTTPS, należy skorzystać z [a@%s]tego linku[/a], aby zabezpieczyć połączenie.'; +$strSetupVersionCheck = 'Sprawdzenie wersji'; +$strSetupVersionCheckWrapperError = 'URL wrapper ani CURL nie są dostępnie. Sprawdzenie wersji jest niemożliwe.'; +$strSetupVersionCheckDataError = 'Odczytanie wersji nie udało się. Być może nie ma połączenia z Internetem lub serwer aktualizacji nie odpowiada.'; +$strSetupVersionCheckInvalid = 'Otrzymano od serwera nieprawidłowy numer wersji'; +$strSetupVersionCheckUnparsable = 'Nie udało się zanalizować numeru wersji'; +$strSetupVersionCheckNewAvailable = 'Dostępna jest nowa wersja phpMyAdmina, należy rozważyć aktualizację. Nowa werja to %s, wydana dnia %s.'; +$strSetupVersionCheckNewAvailableSvn = 'Używana jest wersja z subversion, należy uruchomić [kbd]svn update[/kbd] :-)[br]Najnowsza stabilna wersja to %s, wydana dnia %s.'; +$strSetupVersionCheckNone = 'Nowsza stabilna wersja nie jest dostępna'; +$strSetupServerSecurityInfoMsg = 'Jeżeli wydaje się to konieczne, można użyć dodatkowych ustawień bezpieczeństwa — [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]uwierzytelniania na podstawie hosta[/a] i [a@?page=form&formset=features#tab_Security]listy zaufanych serwerów proxy[/a]. Jednakże ochrona oparta na adresy IP może nie być wiarygodna, jeżeli używany IP należy do ISP, do którego podłączonych jest tysiące użytkowników.'; +$strSetupServerSslMsg = 'Jeżeli połączenia SSL są obsługiwane przez serwer WWW, powinny być używane.'; +$strSetupServerExtensionMsg = 'Z powodów wydajnościowych powinien być uzywany mysqli.'; +$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&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate +$strSetupServerNoPasswordRootMsg = 'Dozwolone jest połączenie się z serwerem jako root bez hasła.'; +$strSetupBlowfishSecretMsg = 'Klucz blowfish ne był ustawiony, natomiast włączone było uwierzytelnianie przez ciasteczka, więc klucz został wygenerowany. Jest on używany do szyfrowania ciasteczek.'; +$strSetupBlowfishSecretLengthMsg = 'Klucz jest za krótki, powinien mieć co najmniej 8 znaków.'; +$strSetupBlowfishSecretCharsMsg = 'Klucz powinien zawierać znaki alfanumeryczne [em]i[/em] i specjalne.'; +$strSetupForceSSLMsg = 'Ta [a@?page=form&formset=features#tab_Security]opcja[/a] powinna być włączona, jeśli serwer WWW ją obsługuje.'; +$strSetupAllowArbitraryServerMsg = 'Ta [a@?page=form&formset=features#tab_Security]opcja[/a] powinna być wyłączona, ponieważ pozwala atakującemu metodą brute force zalogować się na dowolny serwer MySQL. Jeżeli wydaje się ona konieczna, należy użyć [a@?page=form&formset=features#tab_Security]listy zaufanych serwerów proxy[/a]. Jednakże ochrona oparta na adresy IP może nie być wiarygodna, jeżeli używany IP należy do ISP, do którego podłączonych jest tysiące użytkowników.'; +$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Ważność ciasteczka logowania[/a] powinna wynosić co najwyżej 1800 sekund (30 minut). Większe wartości mogą stwarzać zagrożenie bezpieczeństwa, takie jak możliwość podszycia się.'; $strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate $strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate $strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate $strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate $strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetuperror_form = 'Submitted form contains errors'; //to translate -$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate -$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate -$strSetuperror_incorrect_value = 'Incorrect value'; //to translate -$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate -$strSetuperror_nan_p = 'Not a positive number'; //to translate -$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate +$strSetuperror_form = 'Wysłany formularz zawiera błędy'; +$strSetuperror_missing_field_data = 'Brakuje danych dla %s'; +$strSetuperror_incorrect_port = 'Nieprawdiłowy numer portu'; +$strSetuperror_incorrect_value = 'Nieprawidłowa wartość'; +$strSetuperror_incorrect_ip_address = 'Nieprawidłowy adres IP: %s'; +$strSetuperror_nan_p = 'Liczba nie jest dodatnia'; +$strSetuperror_nan_nneg = 'Liczba nie jest nieujemna'; $strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate $strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate $strSetuperror_connection = 'Could not connect to MySQL server'; //to translate -$strSetupForm_Server = 'Basic settings'; //to translate +$strSetupForm_Server = 'Ustawienia podstawowe'; $strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate $strSetupForm_Server_login_options = 'Signon login options'; //to translate $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate @@ -1168,7 +1173,7 @@ $strSetupForm_Server_pmadb = 'PMA database'; //to translate $strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate $strSetupForm_Import_export = 'Import / export'; //to translate $strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate -$strSetupForm_Security = 'Security'; //to translate +$strSetupForm_Security = 'Bezpieczeństwo'; $strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate $strSetupForm_Sql_queries = 'SQL queries'; //to translate $strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate @@ -1176,11 +1181,11 @@ $strSetupForm_Other_core_settings = 'Other core settings'; //to translate $strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate $strSetupForm_Left_frame = 'Navigation frame'; //to translate $strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate -$strSetupForm_Left_servers = 'Servers'; //to translate +$strSetupForm_Left_servers = 'Sewery'; $strSetupForm_Left_servers_desc = 'Servers display options'; //to translate -$strSetupForm_Left_databases = 'Databases'; //to translate +$strSetupForm_Left_databases = 'Bazy danych'; $strSetupForm_Left_databases_desc = 'Databases display options'; //to translate -$strSetupForm_Left_tables = 'Tables'; //to translate +$strSetupForm_Left_tables = 'Tabele'; $strSetupForm_Left_tables_desc = 'Tables display options'; //to translate $strSetupForm_Main_frame = 'Main frame'; //to translate $strSetupForm_Startup = 'Startup'; //to translate @@ -1201,58 +1206,60 @@ $strSetupForm_Query_window = 'Query window'; //to translate $strSetupForm_Query_window_desc = 'Customize query window options'; //to translate $strSetupServers_verbose_name = 'Verbose name of this server'; //to translate $strSetupServers_verbose_desc = 'Hostname where MySQL server is running'; //to translate -$strSetupServers_host_name = 'Server hostname'; //to translate +$strSetupServers_host_name = 'Nazwa hosta serwera'; $strSetupServers_host_desc = ''; //to translate -$strSetupServers_port_name = 'Server port'; //to translate -$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_socket_name = 'Server socket'; //to translate -$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_ssl_name = 'Use SSL'; //to translate +$strSetupServers_port_name = 'Port serwera'; +$strSetupServers_port_desc = 'Port na którym nasłuchuje serwer MySQL, pole puste oznacza wartość domyślną'; +$strSetupServers_socket_name = 'Gniazdo serwer'; +$strSetupServers_socket_desc = 'Gniazdko, na którym nasłuchuje serwer MySQL, pole puste oznacza wartość domyślną'; +$strSetupServers_ssl_name = 'Używaj SSL'; $strSetupServers_ssl_desc = ''; //to translate -$strSetupServers_connect_type_name = 'Connection type'; //to translate -$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate -$strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_compress_name = 'Compress connection'; //to translate -$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate -$strSetupServers_auth_type_name = 'Authentication type'; //to translate -$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate -$strSetupServers_user_name = 'User for config auth'; //to translate -$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_password_name = 'Password for config auth'; //to translate -$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_nopassword_name = 'Connect without password'; //to translate -$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate +$strSetupServers_connect_type_name = 'Typ połączenia'; +$strSetupServers_connect_type_desc = 'Sposób połączenia z serwerem; w razie niepewności, należy pozostawić tcp'; +$strSetupServers_extension_name = 'Rozszerzenie PHP'; +$strSetupServers_extension_desc = 'Jakiego rozszerzenie PHP ma być użyte; o ile jest obsługiwane, należy podać mysqli'; +$strSetupServers_compress_name = 'Kompresja połączenia'; +$strSetupServers_compress_desc = 'Czy połączenie do serwera MySQL ma być kompresowane'; +$strSetupServers_auth_type_name = 'Typ uwierzytelniania'; +$strSetupServers_auth_type_desc = 'Jaka metoda uwierzytelniania ma być użyta'; +$strSetupServers_user_name = 'Użytkownik dla uwierzytelniania typu config'; +$strSetupServers_user_desc = 'Należy pozostawić puste w przypadku innego niż config typu uwierzytelniania'; +$strSetupServers_password_name = 'Hasło dla uwierzytelniania typu config'; +$strSetupServers_password_desc = 'Należy pozostawić puste w przypadku innego niż config typu uwierzytelniania'; +$strSetupServers_nopassword_name = 'Łącz się bez hasła'; +$strSetupServers_nopassword_desc = 'Ma być podejmowana próba łączenia się bez hasła'; $strSetupServers_SignonSession_name = 'Signon session name'; //to translate $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$strSetupServers_only_db_name = 'Show only listed databases'; //to translate -$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate -$strSetupServers_hide_db_name = 'Hide databases'; //to translate -$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate -$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate +$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 +$strSetupServers_only_db_name = 'Pokaż tylko wymienione bazy danych'; +$strSetupServers_only_db_desc = 'Można użyć znaków wieloznacznych MySQL-a (% i _), należy poprzedzić je znakiem \\, by uzyskać je w znaczeniu dosłownym, np. \'moja\_baza\' a nie \'moja_baza\''; +$strSetupServers_hide_db_name = 'Ukryj bazy danych'; +$strSetupServers_hide_db_desc = 'Ukryj bazy danych pasujące do wyrażenia regularnego (PCRE)'; +$strSetupServers_AllowRoot_name = 'Pozwól na logowanie się roota'; +$strSetupServers_AllowNoPasswordRoot_name = 'Pozwól na logowanie się roota bez hasła'; $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate -$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate +$strSetupServers_AllowDeny_order_desc = 'Należy pozostawić puste jeśli nie jest używane'; $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate -$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate -$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate -$strSetupServers_CountTables_name = 'Count tables'; //to translate -$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate -$strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_ShowDatabasesCommand_name = 'Polecenie SHOW DATABASES'; +$strSetupServers_ShowDatabasesCommand_desc = 'Polecenie SQL do pobrania dostępnych baz danych'; +$strSetupServers_CountTables_name = 'Zliczaj tabele'; +$strSetupServers_CountTables_desc = 'Zliczaj tabele podczas pokazywania listy bazy danych'; +$strSetupServers_pmadb_name = 'Baza danych PMA'; +$strSetupServers_pmadb_desc = 'Baza danych używana prze funkcje związków, zakładek i generowania PDF-ów. Pełna informacja znajduje się na stronie [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a]. Puste pole oznacza brak obsługi. Domyślna wartość: [kbd]phpmyadmin[/kbd]'; $strSetupServers_controluser_name = 'Control user'; //to translate $strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 -$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate +$strSetupServers_bookmarktable_name = 'Tabela zakładek'; $strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate -$strSetupServers_relation_name = 'Relation table'; //to translate +$strSetupServers_relation_name = 'Tabela związków'; $strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate @@ -1270,69 +1277,72 @@ $strSetupUploadDir_name = 'Upload directory'; //to translate $strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate $strSetupSaveDir_name = 'Save directory'; //to translate $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate -$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate -$strSetupDefaultCharset_name = 'Default character set'; //to translate -$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate -$strSetupRecodingEngine_name = 'Recoding engine'; //to translate -$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate -$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate -$strSetupZipDump_name = 'ZIP'; //to translate -$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate -$strSetupGZipDump_name = 'GZip'; //to translate -$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate -$strSetupBZipDump_name = 'Bzip2'; //to translate -$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate -$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate -$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate -$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate -$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate -$strSetupForceSSL_name = 'Force SSL connection'; //to translate -$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate -$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate +$strSetupAllowAnywhereRecoding_name = 'Pozwalaj na konwersję kodowania napisów'; +$strSetupDefaultCharset_name = 'Domyślne kodowanie napisów'; +$strSetupDefaultCharset_desc = 'Domyślne kodowanie napisów używane przy konwersjach'; +$strSetupRecodingEngine_name = 'Mechanizm konwersji kodowania napisów'; +$strSetupRecodingEngine_desc = 'Które funckje będą użyte do konwersji kodowania napisów'; +$strSetupIconvExtraParams_name = 'Dodatkowe parametry dla iconva'; +$strSetupZipDump_name = 'ZIP'; +$strSetupZipDump_desc = 'Włącza format kompresji [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] dla operacji importu i eksportu'; +$strSetupGZipDump_name = 'GZip'; +$strSetupGZipDump_desc = 'Włącza format kompresji [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] dla operacji importu i eksportu'; +$strSetupBZipDump_name = 'Bzip2'; +$strSetupBZipDump_desc = 'Włącza format kompresji [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] dla operacji importu i eksportu'; +$strSetupCompressOnFly_name = 'Kompresuj w locie'; +$strSetupCompressOnFly_desc = 'Kompresuje eksporty gzip/bzip2 w locie, bez dużego zapotrzebowania na pamięć; w przypadku wystąpienia problemów z tworzonymi plikami gzip/bzip2, należy wyłączyć tę funkcję'; +$strSetupblowfish_secret_name = 'Sekret Blowfish'; +$strSetupblowfish_secret_desc = 'Tajne hasło używane do szyfrowania ciasteczek przy uwierzytelnianiu przez ciasteczka.'; +$strSetupForceSSL_name = 'Wymuszaj połączenie SSL'; +$strSetupForceSSL_desc = 'Wymusza bezpiecznie połącznie podczas używania phpMyAdmina'; +$strSetupCheckConfigurationPermissions_name = 'Sprawdź uprawnienia pliku konfiguracyjnego'; $strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate $strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate $strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate -$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate -$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate -$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate -$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate -$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate -$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate -$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupShowSQL_name = 'Show SQL queries'; //to translate -$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate -$strSetupConfirm_name = 'Confirm DROP queries'; //to translate -$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate -$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate +$strSetupAllowArbitraryServer_name = 'Pozwól logować się na dowolny serwera MySQL'; +$strSetupAllowArbitraryServer_desc = 'Włączenie powoduje, że przy uwierzytelnianiu przez ciasteczka, użytkownik w formularzu logowania może wprowadzić dowolny serwer MySQL'; +$strSetupLoginCookieRecall_name = 'Przypominaj nazwę użytkownika'; +$strSetupLoginCookieRecall_desc = 'Określa czy przy uwierzytelnianiu przez ciasteczka ma być przypominana poprzednia nazwa użytkownika'; +$strSetupLoginCookieValidity_name = 'Ważność ciasteczka logowania'; +$strSetupLoginCookieValidity_desc = 'Jak długo (w sekundach) ważny będzie ciasteczko logowania'; +$strSetupLoginCookieStore_name = 'Przechowywania ciasteczka logowania'; +$strSetupLoginCookieStore_desc = 'Jak długo (w sekundach) ciasteczko logowania ma być przechowywane przez przeglądarkę. Domyślna wartość 0 oznacza, że będzie przechowane tylko podczas bieżącej sesji, tj. że zostanie skasowane po zamknięciu okna przeglądarki. Takie rozwiązanie jest preferowane w środowisku niegodnym zaufania.'; +$strSetupLoginCookieDeleteAll_name = 'Usuń wszystkie ciasteczka przy wylogowaniu'; +$strSetupLoginCookieDeleteAll_desc = 'Włączenie powoduje, że przy wylogowaniu usunięte zostaną ciasteczka dla wszystkich serwerów, a nie tylko bieżącego. Wyłączenie tej opcji powoduje, że gdy korzysta się z więcej niż jednego serwera, łatwo zapomnieć wylogować się z pozostałych.'; +$strSetupShowSQL_name = 'Pokaż zapytania SQL'; +$strSetupShowSQL_desc = 'Czy mają być pokazywane zapytania SQL generowane przez phpMyAdmina'; +$strSetupConfirm_name = 'Potwierdzanie zapytań DROP'; +$strSetupConfirm_desc = 'Czy w wypadku ryzyka utraty danych ma być pokazywane ostrzeżenie ("Czy na pewno wykonać…")'; +$strSetupQueryHistoryDB_name = 'Permanentna historia zapytań'; $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate -$strSetupQueryHistoryMax_name = 'Query history length'; //to translate -$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate -$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate +$strSetupQueryHistoryMax_name = 'Długośc history zapytań'; +$strSetupQueryHistoryMax_desc = 'Ile zapytań na być przechowaywanych w historii'; +$strSetupIgnoreMultiSubmitErrors_name = 'Ignoruj błędy w ciągu instrukcji'; +$strSetupIgnoreMultiSubmitErrors_desc = 'Włączenie powoduje, że phpMyAdmin będzie kontynuował obliczanie zapytania składającego się z wielu instrukcji, nawet jeśli wykonanie którejś z nich nie udało się'; $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate -$strSetupMaxDbList_name = 'Maximum databases'; //to translate -$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate -$strSetupMaxTableList_name = 'Maximum tables'; //to translate -$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate -$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate -$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate -$strSetupOBGzip_name = 'GZip output buffering'; //to translate -$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate -$strSetupPersistentConnections_name = 'Persistent connections'; //to translate -$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate -$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate -$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupMemoryLimit_name = 'Memory limit'; //to translate -$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate +$strSetupMaxDbList_name = 'Maksimum baz danych'; +$strSetupMaxDbList_desc = 'Maksymalna liczba baz danych pokazywanych w lewej ramce i na liście baz danych'; +$strSetupMaxTableList_name = 'Maksimum tabel'; +$strSetupMaxTableList_desc = 'Maksymalna liczba tabel pokazywanych na liście tabel'; +$strSetupMaxCharactersInDisplayedSQL_name = 'Maksymalna pokazywana długość SQL'; +$strSetupMaxCharactersInDisplayedSQL_desc = 'Maksymalna liczba pokazywanych znaków zapytania SQL'; +$strSetupOBGzip_name = 'Kompresja wyjścia GZip'; +$strSetupOBGzip_desc = 'Czy kompresować GZip-em wyjście w celu zwiększenia szybkości transferów HTTP'; +$strSetupPersistentConnections_name = 'Trwałe połączenia'; +$strSetupPersistentConnections_desc = 'Czy użyć trwałych połączeń do baz danych MySQL'; +$strSetupExecTimeLimit_name = 'Maksymalny czas wykonania'; +$strSetupExecTimeLimit_desc = 'Jak długo (w sekundach) może trwać wykonywanie skryptu ([kbd]0[/kbd] oznacza brak limitu)'; +$strSetupMemoryLimit_name = 'Limit pamięci'; +$strSetupMemoryLimit_desc = 'Ile pamięci może zaalokować skrypt, np. [kbd]32M[/kbd] ([kbd]0[/kbd] oznacza brak limitu)'; +$strSetupSkipLockedTables_name = 'Pomiń zablokowane tabele'; $strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate $strSetupUseDbSearch_name = 'Use database search'; //to translate $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate $strSetupLeftFrameLight_name = 'Use light version'; //to translate $strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate -$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate -$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate +$strSetupLeftDisplayLogo_name = 'Pokaż logo'; +$strSetupLeftDisplayLogo_desc = 'Pokaż logo w lewej ramce'; $strSetupLeftLogoLink_name = 'Logo link URL'; //to translate $strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate $strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate @@ -1380,7 +1390,7 @@ $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate $strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate +$strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate $strSetupShowFunctionFields_name = 'Show function fields'; //to translate $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate $strSetupCharEditing_name = 'CHAR fields editing'; //to translate @@ -1413,6 +1423,7 @@ $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate $strSetupImport_format_name = 'Format of imported file'; //to translate +$strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate @@ -1420,22 +1431,11 @@ $strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from st $strSetupExport_format_name = 'Format'; //to translate $strSetupExport_compression_name = 'Compression'; //to translate $strSetupExport_asfile_name = 'Save as file'; //to translate -$strSetupExport_charset_name = 'Character set of the file'; //to translate +$strSetupExport_charset_name = 'Kodowanie pliku'; $strSetupExport_onserver_name = 'Save on server'; //to translate $strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate $strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate $strSetupExport_file_template_table_name = 'Table name template'; //to translate $strSetupExport_file_template_database_name = 'Database name template'; //to translate $strSetupExport_file_template_server_name = 'Server name template'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate -$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate -$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate -$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate -$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate ?> diff --git a/translators.html b/translators.html index e47813142..8406d5fc1 100644 --- a/translators.html +++ b/translators.html @@ -332,7 +332,7 @@ Polish - Jakub Wilk (ubanus@users.sourceforge.net) + volunteer needed From 4f11f62855891860c0cf3c0c882e24fae7bf27f4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 23 Nov 2008 20:53:39 +0000 Subject: [PATCH 27/60] false alarm on this test --- test/PMA_generateCommonUrl_test.php | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/test/PMA_generateCommonUrl_test.php b/test/PMA_generateCommonUrl_test.php index e724924d4..3c6115557 100644 --- a/test/PMA_generateCommonUrl_test.php +++ b/test/PMA_generateCommonUrl_test.php @@ -102,16 +102,14 @@ class PMA_generate_common_url_test extends PHPUnit_Framework_TestCase $GLOBALS['cfg']['ServerDefault'] = 'y'; $separator = PMA_get_arg_separator(); - $expected = 'server=x' . htmlentities($separator) - . 'lang=x' . htmlentities($separator) - . 'convcharset=x' . htmlentities($separator) - . 'collation_connection=x' . htmlentities($separator) + $expected = 'server=x' . $separator + . 'lang=x' . $separator + . 'convcharset=x' . $separator + . 'collation_connection=x' . $separator . 'token=x' ; - $expected = 'db=db' - . htmlentities($separator) . 'table=table' - . htmlentities($separator) . $expected; + $expected = 'db=db' . $separator . 'table=table' . $separator . $expected; $this->assertEquals($expected, PMA_generate_common_url('db', 'table', '&')); } @@ -125,15 +123,14 @@ class PMA_generate_common_url_test extends PHPUnit_Framework_TestCase $GLOBALS['cfg']['ServerDefault'] = 'y'; $separator = PMA_get_arg_separator(); - $expected = 'server=x' . htmlentities($separator) - . 'lang=x' . htmlentities($separator) - . 'convcharset=x' . htmlentities($separator) - . 'collation_connection=x' . htmlentities($separator) + $expected = 'server=x' . $separator + . 'lang=x' . $separator + . 'convcharset=x' . $separator + . 'collation_connection=x' . $separator . 'token=x' ; - $expected = 'db=db' - . htmlentities($separator) . $expected; + $expected = 'db=db' . $separator . $expected; $this->assertEquals($expected, PMA_generate_common_url('db', '', '&')); } From 4c41f9f1bc6c060c74ea85b93139f975bd403d56 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 23 Nov 2008 21:11:59 +0000 Subject: [PATCH 28/60] another false alarm --- test/PMA_blowfish_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/PMA_blowfish_test.php b/test/PMA_blowfish_test.php index 9d7657b03..4bb9d0c0a 100644 --- a/test/PMA_blowfish_test.php +++ b/test/PMA_blowfish_test.php @@ -43,14 +43,14 @@ class PMA_blowfish_test extends PHPUnit_Framework_TestCase { $secret = '$%ÄüfuDFRR'; $decrypted = '12345678'; - $encrypted = 'p0nz15awFT4='; + $encrypted = 'kO/kc4j/nyk='; $this->assertEquals($encrypted, PMA_blowfish_encrypt($decrypted, $secret)); } public function testDecrypt() { $secret = '$%ÄüfuDFRR'; - $encrypted = 'p0nz15awFT4='; + $encrypted = 'kO/kc4j/nyk='; $decrypted = '12345678'; $this->assertEquals($decrypted, PMA_blowfish_decrypt($encrypted, $secret)); } From 5ef43f4cabde8e5cfe544763c58861de55b5af6b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 27 Nov 2008 21:19:22 +0000 Subject: [PATCH 29/60] missing parameter --- libraries/display_tbl.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/display_tbl.lib.php b/libraries/display_tbl.lib.php index 2a0cfdaea..97de4b0bf 100644 --- a/libraries/display_tbl.lib.php +++ b/libraries/display_tbl.lib.php @@ -1227,7 +1227,7 @@ function PMA_displayTableBody(&$dt_result, &$is_display, $map, $analyzed_sql) { $nowrap = ' nowrap'; $where_comparison = ' = ' . $row[$i]; - $vertical_display['data'][$row_no][$i] = ' ' . "\n"; } @@ -1346,7 +1346,7 @@ function PMA_displayTableBody(&$dt_result, &$is_display, $map, $analyzed_sql) { // loic1: do not wrap if date field type $nowrap = ((preg_match('@DATE|TIME@i', $meta->type) || $bool_nowrap) ? ' nowrap' : ''); $where_comparison = ' = \'' . PMA_sqlAddslashes($row[$i]) . '\''; - $vertical_display['data'][$row_no][$i] = ' ' . "\n"; @@ -2224,7 +2224,7 @@ function PMA_handle_non_printable_contents($category, $content, $transform_funct * @param string $where_comparison * @return string formatted data */ -function PMA_prepare_row_data($mouse_events, $class, $condition_field, $analyzed_sql, $meta, $map, $data, $transform_function, $default_function, $nowrap, $where_comparison) { +function PMA_prepare_row_data($mouse_events, $class, $condition_field, $analyzed_sql, $meta, $map, $data, $transform_function, $default_function, $nowrap, $where_comparison, $transform_options) { // continue the tag started before calling this function: $result = $mouse_events . ' class="' . $class . ($condition_field ? ' condition' : '') . $nowrap . '">'; From d3e6cb4df500e4e095170e6d7c4767a79cfdeedc Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 28 Nov 2008 13:18:53 +0000 Subject: [PATCH 30/60] 3.1.0 --- ChangeLog | 4 ++-- Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index d155cffe0..75b274ba7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ -3.1.0.0 (not yet released) +3.1.0.0 (2008-11-28) + [auth] Support for Swekey hardware authentication, see http://phpmyadmin.net/auth_key - bug #2046883 [core] Notices about deprecated dl() (so stop using it) @@ -44,7 +44,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #2315549 [import] fclose() error with "Create PHP code" + [lang] Polish update, thanks to Jakub Wilk -3.0.2.0 (not yet released) +3.0.2.0 (not released) - [lang] Italian update, thanks to Luca and fantu - bug #2107583 [GUI] Leading newline truncated, thanks to Isart Montane - bug #2222230 [import] Assigning a value in import.php, thanks to diff --git a/Documentation.html b/Documentation.html index f9533045a..efe8bcab2 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.0-rc1 - Documentation + phpMyAdmin 3.1.0 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.0-rc1 Documentation

    +

    phpMyAdmin 3.1.0 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index e42fd5e9a..2647f71df 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.0-rc1 - ----------------- + Version 3.1.0 + ------------- http://www.phpmyadmin.net/ Copyright (C) 1998-2000 Tobias Ratschiller diff --git a/libraries/Config.class.php b/libraries/Config.class.php index abae3536f..f92bf81bb 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.0-rc1'); + $this->set('PMA_VERSION', '3.1.0'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 8406d5fc1..e9429452a 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.0-rc1 - Official translators + phpMyAdmin 3.1.0 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.0-rc1 official translators list

    +

    phpMyAdmin 3.1.0 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From 96fde2ffe3f4fd47b3e9966bdce2120544c38340 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 6 Dec 2008 18:47:16 +0000 Subject: [PATCH 31/60] 3.1.1-rc1 --- Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation.html b/Documentation.html index 2bb18ace8..c3277243b 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.1-dev - Documentation + phpMyAdmin 3.1.1-rc1 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.1-dev Documentation

    +

    phpMyAdmin 3.1.1-rc1 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index 08fbb7ce5..08987aae4 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.1-dev + Version 3.1.1-rc1 ----------------- http://www.phpmyadmin.net/ diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 086474c0d..47ce7d1d2 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.1-dev'); + $this->set('PMA_VERSION', '3.1.1-rc1'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 2198babfc..e3b699739 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.1-dev - Official translators + phpMyAdmin 3.1.1-rc1 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.1-dev official translators list

    +

    phpMyAdmin 3.1.1-rc1 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From e520da9ec7a970645846299b92da6ce22a0f7cf7 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 6 Dec 2008 19:23:55 +0000 Subject: [PATCH 32/60] md5sums.py --- scripts/create-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/create-release.sh b/scripts/create-release.sh index 091f95ca9..ae12feee7 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -222,7 +222,7 @@ echo "--------" md5sum *.{gz,zip,bz2,7z} | sed "s/\([^ ]*\)[ ]*\([^ ]*\)/md5sum['\2'] = '\1'/" echo -echo "Add these to website/data/md5.py in SVN" +echo "Add these to website/data/md5sums.py in SVN" cat < Date: Tue, 9 Dec 2008 13:45:32 +0000 Subject: [PATCH 33/60] [security] possible XSRF on several pages --- ChangeLog | 1 + libraries/db_table_exists.lib.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 708e0e675..a79323ea8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + [lang] Catalan update, thanks to Xavier Navarro + [lang] Finnish update, thanks to Jouni Kahkonen - [core] Avoid error with BLOBstreaming support requiring SUPER privilege +- [security] possible XSRF on several pages 3.1.0.0 (2008-11-28) + [auth] Support for Swekey hardware authentication, diff --git a/libraries/db_table_exists.lib.php b/libraries/db_table_exists.lib.php index 66c30e9ed..fc078a42a 100644 --- a/libraries/db_table_exists.lib.php +++ b/libraries/db_table_exists.lib.php @@ -71,7 +71,7 @@ if (empty($is_table) && !defined('PMA_SUBMIT_MULT')) { * @todo should this check really only happen if IS_TRANSFORMATION_WRAPPER? */ $_result = PMA_DBI_try_query( - 'SELECT COUNT(*) FROM `' . PMA_sqlAddslashes($table, true) . '`;', + 'SELECT COUNT(*) FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE); $is_table = ($_result && @PMA_DBI_num_rows($_result)); PMA_DBI_free_result($_result); From 5244baa46ae575f376b067aca20794be4e2ccd39 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 9 Dec 2008 17:22:43 +0000 Subject: [PATCH 34/60] 3.1.1 --- ChangeLog | 2 +- Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index a79323ea8..ad688c4cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ -3.1.1.0 (not yet released) +3.1.1.0 (2008-12-09) - patch #2242765 [core] Navi panel server links wrong, thanks to Martin Stricker - martinstricker - bug #2186823 [core] bad session.save_path not detected diff --git a/Documentation.html b/Documentation.html index c3277243b..fc6adca5c 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.1-rc1 - Documentation + phpMyAdmin 3.1.1 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.1-rc1 Documentation

    +

    phpMyAdmin 3.1.1 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index 08987aae4..e76d87773 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.1-rc1 - ----------------- + Version 3.1.1 + ------------- http://www.phpmyadmin.net/ Copyright (C) 1998-2000 Tobias Ratschiller diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 47ce7d1d2..e06716018 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.1-rc1'); + $this->set('PMA_VERSION', '3.1.1'); /** * @deprecated */ diff --git a/translators.html b/translators.html index e3b699739..5c686fd92 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.1-rc1 - Official translators + phpMyAdmin 3.1.1 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.1-rc1 official translators list

    +

    phpMyAdmin 3.1.1 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From 73e363470c320e0f33a6e86cf111fd592ebb573b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 7 Jan 2009 17:32:54 +0000 Subject: [PATCH 35/60] 3.1.2-rc1 --- Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation.html b/Documentation.html index bcb53804e..66e248146 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.2-dev - Documentation + phpMyAdmin 3.1.2-rc1 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.2-dev Documentation

    +

    phpMyAdmin 3.1.2-rc1 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index c7d272191..3edb0592b 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.2-dev + Version 3.1.2-rc1 ----------------- http://www.phpmyadmin.net/ diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 13d9c8c44..75767df6a 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.2-dev'); + $this->set('PMA_VERSION', '3.1.2-rc1'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 9e3a8c79f..7bb603ce3 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.2-dev - Official translators + phpMyAdmin 3.1.2-rc1 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.2-dev official translators list

    +

    phpMyAdmin 3.1.2-rc1 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From fb7f7e32345f3578d571c041cb86ba9964ec8be1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 19 Jan 2009 17:26:59 +0000 Subject: [PATCH 36/60] remove test directory from package --- scripts/create-release.sh | 68 +++------------------------------------ 1 file changed, 4 insertions(+), 64 deletions(-) diff --git a/scripts/create-release.sh b/scripts/create-release.sh index ae12feee7..d7189eed2 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -3,70 +3,6 @@ # $Id$ # vim: expandtab sw=4 ts=4 sts=4: # -# 2005-09-13, lem9@users.sourceforge.net -# - no longer create a config.default.php from config.inc.php -# -# 2005-06-12, lem9@users.sourceforge.net -# - cvs server name changed to cvs, because cvs1 no longer works from -# shell.sourceforge.net -# -# 2003-08-23, nijel@users.sourceforge.net: -# - support for creating snapshots outside sourceforge: -# * cvs server name can be read from environment variable cvsserver -# * do not change to directories as used on sourceforge if $2 is local -# -# 2003-08-13, nijel@users.sourceforge.net: -# - config.default -> config.default.php -# -# 2004-08-09, lem9@users.sourceforge.net: -# - remember to create a new bug tracking group -# -# 2004-06-07 rabus@users.sourceforge.net -# - create backup config file -# -# 2004-04-29, lem9@users.sourceforge.net: -# - keep only the previous cvs directory created -# -# 2004-04-16, lem9@users.sourceforge.net: -# - daily snapshot when called with first parameter "snapshot" -# - remove directory used for the checkout -# -# 2003-11-18, nijel@users.sourceforge.net: -# - switch php3 -> php -# -# 2003-10-10, nijel@users.sourceforge.net: -# - cvsserver set on just one place to ease testing -# - echoes md5 sums to include on download page -# -# 2003-06-22, robbat2@users.sourceforge.net: -# - Moved to using updatedocs.sh for updating documentation -# - Make tarring faster by re-arranging ops -# -# 2003-01-17, rabus@users.sourceforge.net: -# - Changed the CVS hostname to cvs1 because cvs1.sourceforge.net is now blocked -# for the SF shell servers, too. Note: The script now works on the SF shell -# servers ONLY! -# -# 2002-11-22, rabus@users.sourceforge.net: -# - changed the CVS server dns to cvs1.sourceforge.net -# (cvs.phpmyadmin.sourceforge.net does not work at the SF shell anymore). -# -# 2002-10-03, rabus@users.sourceforge.net: -# - more detailed instructions -# -# 2002-09-08, robbat2@users.sourceforge.net: -# - Tweaked final instruction list -# -# 2002-06-17, lem9@users.sourceforge.net: -# - I option to tar for bzip2 is deprecated, use j -# -# 2002-27-04, loic@phpmyadmin.net: -# - added the cvs branch feature -# -# 2001-08-08, swix@users.sourceforge.net: -# - created script -# - added release todo list -# KITS="all-languages english" COMPRESSIONS="zip-7z tbz tgz 7z" @@ -148,6 +84,10 @@ LC_ALL=C date -u > phpMyAdmin/RELEASE-DATE-${target} # Building Documentation.txt LC_ALL=C w3m -dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt +# Remove test directory from package to avoid Path disclosure messages +# if someone runs /test/wui.php and there are test failures +rm -rf phpMyAdmin/test + # Renaming directory mv phpMyAdmin phpMyAdmin-$target From b1908d956c4eb16e333cb8c45c20b843c5024f9b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 19 Jan 2009 17:32:29 +0000 Subject: [PATCH 37/60] 3.1.2 release --- ChangeLog | 2 +- Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index a2556b6a7..09e672e2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ -3.1.2.0 (not yet released) +3.1.2.0 (2009-01-19) - bug #1253252 [display] Can't NULL a column with relation defined - bug #2009500 [SQL] Small improvements in generated SQL (partial fix) - bug #1963184 [export] YAML export improvement, diff --git a/Documentation.html b/Documentation.html index 66e248146..28649ae5d 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.2-rc1 - Documentation + phpMyAdmin 3.1.2 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.2-rc1 Documentation

    +

    phpMyAdmin 3.1.2 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index 3edb0592b..16c1ed21b 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.2-rc1 - ----------------- + Version 3.1.2 + ------------- http://www.phpmyadmin.net/ Copyright (C) 1998-2000 Tobias Ratschiller diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 75767df6a..25b929d48 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.2-rc1'); + $this->set('PMA_VERSION', '3.1.2'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 7bb603ce3..8183a2dcd 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.2-rc1 - Official translators + phpMyAdmin 3.1.2 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.2-rc1 official translators list

    +

    phpMyAdmin 3.1.2 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From 8e66dff22c6e9601725d23089482578d2ddba7d2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 23 Jan 2009 17:53:04 +0000 Subject: [PATCH 38/60] ChangeLog-2007 --- ChangeLog | 452 ------------------------------------------------------ 1 file changed, 452 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09e672e2c..136199a64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -374,458 +374,6 @@ danbarry - bug #1847409 [security] Path disclosure on darkblue_orange/layout.inc.php, thanks to Jürgen Wind - windkiel -2.11.3.0 (2007-12-08) -- patch #1818389 to remove a notice (failed to flush buffer), thanks to - Bertrand -- patch #1821154, HTTP authentication: fix auth working with php/mod_fastcgi, - thanks to yarodin -- wrong default charset in case of broken session -- bug #1824506 [profiling] Profile command repeated on older MySQL servers -- bug #1825172 [export] Exporting and functions -- bug #1817224 [import] Incorrect detection of file_uploads in some cases, - thanks to Juergen Wind -- bug #1777249 [display] Do not underline links in left panel (in default - themes) -- bug #1826022 [privileges] unable to add user (MySQL 3.23) since PMA 2.11.2 -- bug #1823045 [import] Error importing file with lowercase "delimiter" -- bug #1828913 [structure] Can't set FULLTEXT index on CHAR column -- bug #1804081 [export] export on server doesn't obey AllowAnyWhereRecoding -- bug #1789988 [display] space before SHOW COLUMNS -- bug #1831646 [table creation] Error in CREATE TABLE with multiple primary - keys and AUTO_INCREMENT -- [display] Division by zero when showing all records (page selector) -- bug #1828265 [privileges] No weird characters in generated password -- bug #1759194 [import] open_basedir warning -- bug #1793948 [parser] ROW_FORMAT incorrectly parsed -- undefined PMA_MYSQL_INT_VERSION when no default server is set -- bug #1763343 [session] Behavior with session.auto_start enabled -+ [lang] Hungarian update, thanks to Mihály Mészáros -+ [lang] German update, thanks to Jürgen Wind - windkiel -- patch #1837691 [query window] js errors, thanks to Victor Volkov -- patch #1839052 [lang] catalan not in UTF-8, thanks to jaz001 -- patch #1838626 [GUI] Login interface broken on Konqueror, thanks to fhimpe - -2.11.2.2 (2007-11-20) -- bug #1835123 [security] fixed XSS vulnerability on login page, - thanks to Tim Brown (Nth Dimension) for the advisory - and to Sebastian for the fix - -2.11.2.1 (2007-11-11) -- fixed possible SQL injection using database name -- fixed possible XSS in database name - thanks to Omer Singer, The DigiTrust Group - -2.11.2.0 (2007-10-27) -- patch #1791576 HTTP auth: support REDIRECT_REMOTE_USER, thanks to Allard -+ [lang] Serbian update, thanks to Mihailo Stefanovic -- bug #1798841 [relations] Copying db does not copy internal relations -- bug #1798646 [display] Character '+' in query wrongly interpreted -- bug #1801919 [themes] Do not use NaviDatabaseNameColor for fieldset legend -- bug #1764735 [core] Designer: PDF error when deleting a table -- bug #1764195 [views] DROP button does not work on defective views -- bug #1805773 [relations] browse foreign values: return values not escaped, - thanks to Alex Rambau -- bug #1807923 [login] Login with html entities in password fails -- [core] Undefined variable when creating a table that exists -- patch #1808578 Changes in font size were no longer detected after patch - #1787915 -+ [lang] Croatian update, thanks to Renato Pavicic -- patch #1807615 [GUI] Display patch for column rights in Opera -- bug #1811519 Can't delete user with a german umlaut. -- bug #1811519 [privileges] fixed used collation for accessing mysql.user in server privileges -- it should not be possible to move or copy a table to information_schema -- bug #1814733 win: copy db to mixed name db fails -- bug #1777249 [display] Remove horizontal lines in navigation panel -- bug #1805102 [display] TextareaAutoSelect issues: set this parameter - default value to false to help cut&paste from a terminal window; also - set focus to the textarea -- bug #1814463 [display] Wrong database size -- bug #1811527 [display] Problem with links to the MySQL manual -- patch #1817529 [auth] Incorrect login via URL when AllowArbitraryServer - is true, thanks to Juergen Wind - -2.11.1.2 (2007-10-17) -- fixed XSS in server_status.php, thanks to Omer Singer, The DigiTrust Group -- fixed some possible XSS with PHP_SELF, PATH_INFO, REQUEST_URI - (reference: CVE-2007-5589) - -2.11.1.1 (2007-10-15) -- bug #1810629 [setup] XSS in setup.php, thanks to Omer Singer, The DigiTrust Group - -2.11.1.0 (2007-09-20) -- bug #1783667 [export] NO_AUTO_VALUE_ON_ZERO and MySQL version -- bug #1780098 [GUI] Logout causes CSS loss, thanks to Juergen Wind -. incorrect field ids, thanks to Michael Keck -- bug #1787522 [view] wrong choice in algorithm drop-down -- bug #1777620 [GUI] Table Print preview: missing column header, - thanks to Mario Rohkrämer -- Do not display "Your MySQL library..." if only the Z part of X.Y.Z version - is different -- bugs #1767759, 1216521 [data] Duplicate entry error Browse feature: this minor - feature removed due to its complexity -- bug #1774825 [operations] Rename database loses charset info -- bug #1791568 [core] Undefined cfg, thanks to Christian Schmidt -- bug #1782332 [structure] New table form does not overtake data -- bug #1793763 [requirements] minimum PHP should be 4.2.0 -- patch #1787915 Avoid CSS reloading on every click, thanks to Juergen Wind -- bug #1798627 [GUI] Wrong storage engine displayed - -2.11.0.0 (2007-08-21) -+ [import] support handling of DELIMITER to mimic mysql CLI, thanks to fb1 -+ improved PHP 6 compatibility -- bug #1674914 [structure] changing definition of a TIMESTAMP field -- bug #1615530 [upload] added more specific error message if field upload fails -- bug #1627210, #1083301, #1482401 [data] warning on duplicate indexes -- bug #1668724 JavaScript focus login Opera -- bug #1666657 [auth] Cookie password delete on timeout / inactivity -- bug #1648802 different mysql library and server version -- bug #1662976 [auth] Authentication fails when controluser/pass is set -- bug #1643758 [import] Error #1264 importing NULL values in MySQL 5.0 -- bug #1523747 [innodb] make warning about row count more visible -- bug #1676012 [auth] strip non-US-ASCII characters (RFC2616) -- bug #1679440 Added FAQ entry about header errors under IIS caused by - an end-of-line character -- [gui] avoid displaying a wide selector in server selection -- bug #1614004 [relation] foreign key spanning multiple columns are - incorrectly displayed -- bug #1681598 [interface] Edit next row -- bug #1688053 [export] Wrong export of binary character fields -- bug #1498281 [parser] Wrong primary key used for displaying results - with subquery -- bug #1699772 Visual space bug in table name (in browser) -- bug #1699532 Cause of data manipulation issues: implemented changes - as suggested by crisp_; still have to work on updating an ENUM value -+ [core] added PMA_fatalError() and made use of it -. [core] added PMA_isValid() and PMA_ifSetOr() for variable handling -. [i18n] use generic $strOptions -. [core] get rid of $propicon -. [core] globalized variables to be includable inside function in - libraries/select_lang.lib.php -+ [doc] changed all documentation in config.inc.php to phpDocumentor style -+ [data] support for CREATE VIEW from query results -+ [gui] dropped css/ folder and moved into root of PMA -+ [l10n] new: Sinhala, Macedonian -+ [export] YAML export (see yaml.org), thanks to Bryce Thornton -+ [upload] moved file upload functionality into own class -+ [upload] make use of $cfg['TempDir'] for file uploads -+ [server] improved display of binary logs -+ [data] better error handling in tbl_create.php -+ [routines] from Patch #1649881, thanks to Mike Beck -+ [querywindow] store sql history in session -+ [querywindow] sql history now without db too -+ [querywindow] tweaks in sql history view -+ [export] Native Excel (Spreadsheet_Excel_Writer) improvements, - thanks to Christian Schmidt -+ [doc] requirement of mcrypt on 64-bit, thanks to Isaac Bennetch -+ [lang] Danish update, thanks to Finn Sorensen -+ RFE #1435922 [gui] navigation frame shows listing of databases when none selected -+ [data] support BIT datatype (under mysqli), thanks to Christian Schmidt -+ [display] automatic confirmation for sort by key, thanks to Juergen Wind -+ [data] can now choose the number of insert rows -+ RFE #1704779 [gui] link documentation from login page -+ RFE #1513345 [setup] check control user connection during setup -+ [structure] TRIGGERS: display/edit/drop/SQL export -+ [browse] store browse state in session per query -+ [lang] Turkish update, thanks to Burak Yavuz -+ [lang] Galician update, thanks to Xosé Calvo -+ [lang] Brazilian-Portuguese update, thanks to Airon Luis Pereira -+ [gui] Insert/Edit: no longer display the Go button each 15 lines - but just at the end of a row -+ [gui] Query window: use verbose server name if any -+ [auth] patch #1712514 specify host for single signon, thanks to Thierry -+ [gui] Navigator for the db list in the navigation panel -+ [gui] Navigator for the table list in the content panel -- bug #1727138 HTML not encoded (more than 1000 characters) -+ [display] Support for MySQL 5.0.37 profiling -+ RFE #1743983 [gui] Replace $max_characters by a configurable param: - $cfg['MaxCharactersInDisplayedSQL'] -- bug #1746186 LeftLogoLink fails if set to some external site -. [transformations]: remove "auto-detect" MIME-type that was never implemented -+ [display] patch #1749705, Allow multibyte characters in number formatting, - thanks to garas -- bug #1747215 Export emits blanks at line ends -- bug #1751172 Do not export data when exporting a single VIEW -+ [lang] Swedish update, thanks to Björn T. Hallberg -+ [lang] Russian update, thanks to Victor Volkov and the php-myadmin.ru users -+ [privileges] Support password hashing on the Edit Privileges interface -- bug #1755339 Warn about rename dataase actually being copy/delete -- bug #1746921 Left frame shrinks on db change, thanks to Juergen Wind -+ [gui] Export: Select All/Unselect All over the choices, - thanks to Florian Schmitz -+ [lang] Japanese update, thanks to Ishigaki Kenichi -- bug #1759528 browse_foreigners fails due to newlines, - thanks to Hanno Boeck -+ [lang] Norwegian update, thanks to Sven-Erik Andersen -+ [lang] Italian update, thanks to Luca Rebellato -+ [lang] Spanish update, thanks to Daniel Hinostroza -. [export] Do not obey $cfg['MaxTableList'] on database export -- [doc] UploadDir and the Import tab, thanks to Juergen Wind -- bug #1766975 Parameters lost when editing stored routine -- [export] patch #1766633 Incorrect export with specified MySQL port, - thanks to Juergen Wind -+ [lang] Catalan update, thanks to Xavier Navarro -- bug #1751553 Drop-down instead of input when editing -- [data] foreign key browser: encoding mixups, thanks to Thijs Kinkhorst -- bug #1771721 Old SVN URLs - -2.10.3.0 (2007-07-20) -- bug #1734285 Copy database with VIEWs -- bug #1722502 DROP TABLE in export VIEW -- bug #1729027 Sorting results of VIEW browsing -- bug #1733012 Unwanted table alias in delete button -- bug #1736405 Pretty printer and HTML line breaks -- bug #1745257 Invalid DB name is still displayed -- bug #1730367 Calendar "Go" has no effect -- bug #1748633 Incorrect parameter validation for VIEWs -+ [lang] Russian revision, thanks to Victor Volkov and the users of - php-myadmin.ru -- Do not try to delete an internal relation if we just deleted an InnoDB one - -2.10.2.0 (2007-06-15) -+ [data] display all warnings, not only last one -- typo in fix for bug #1671813 -- bug #1714908 Inserted Row Count is wrong -- bug #1712570 Deleting last record freezes -- bug #1717339 Missing header when deleting a checked column, - thanks to Michael Keck -- bug #1717477 Warning on Query page when db is empty -- bug #1721002 db rename -> undefined cfgRelation, thanks to Jürgen Wind -- bug #1721571 CREATE database privilege not always detected, - thanks to Gordon McNaughton -- bug #1715709 export in SQL format always includes procedures and functions -- bug #1722502 DROP TABLE in export view structure -- bug #1718787 Multi-server setup breaks Designer -- bug #1724401 Column truncation in repair table output -- patch #1726500 Wrong position of , thanks to Jürgen Wind -- bug #1728590 Detected failing session_start fails, thanks to Jürgen Wind -- RFE #1714760 Obey ShowCreateDb on the Databases tab -- patch #1733762 Typo in message "INSERT DELAY", thanks to Victor Volkov -- patch #1730171 Dead message strLanguageFileNotFound, thanks to Victor Volkov -- patch #1731280 Avoid negative exponent in gmp_pow(), thanks to anosek - -2.10.1.0 (2007-04-23) -- bug #1541147 [js] '#' in database names not correctly handled by queywindow.js -- bug #1671403 [parser] using "client" as table name -- bug #1672379 [core] Call to undefined function PMA_removeCookie() -- bug [core] undefined variable in libraries/tbl_replace_fields.inc.php -- bug [gui] query window icon did not work, thanks to Jürgen Wind - windkiel -. [general] use PMA_getenv('PHP_SELF') -- bug #1676033 [core] pow(int,int) causes overflow -- bug #1680952 [core] undefined function PMA_getUvaCondition() -- bug #1596328 [export] drop support for POSTGRESQL compatibility mode -- bug #1609443 [privileges] Grant all priv. on wildcard name (fix message) -- bug #1567317 [sqp] Syntax highlighter: extra spaces -- bug #1239401 [sqp] table dot numeric field name -- bug #1672789 [sqp] Undefined offset: 4 in sqlparser.lib.php #1674 -- bug #1682044 [export] Export file even if file not selected -- bug #1664212 querywindow loses url encoded characters -- replaced ctype_digit() with is_numeric() -+ [config] clean cookies on phpMyAdmin upgrade -- bug #1674972 [export] no export with %afm% -- bug #1667887 HTML maxlength -- bug #1679055 #1050 - Table '' already exists -- patch #1681620 [interface] support reordering of $cfg['ColumnTypes'], - thanks to Leonard den Ottolander -- bug #1690718 Can't edit if BLOB and no PK -- bug #1672636 [export] PDF export too wide -+ [lang] brazilian-portuguese update, thanks to Airon Luis Pereira -- patch #1698964 javascript typo, thanks to Corey Hollaway -- bug #1703897 [css] undefined index 'js_frame' -- bug #1690561 Blobs being cleared on Edit of row -- bug #1679801 [core] XSS vulnerability in PMA_sanitize(), thanks to sp3x SecurityReason -- bug #1704467 XSS vulnerability in browse_foreigners.php, thanks to sp3x SecurityReason - -2.10.0.2 (2007-03-02) -+ bug #1671813 CVE-2006-1549 deep recursion crash - -2.10.0.1 (2007-03-01) -. [config] set $cfg['Servers'][$i]['ssl'] default value to false, - we got reports from some users having problems with the default value of true - -2.10.0.0 (2007-02-28) -- bug #1659176 [general] memory error displaying a table with large BLOBs -- bug #1668662 [install] can create the new pma_designer_coords table -+ [gui] navi logo now links to main page by default, with still the possibility - of having an external URL - -2007-02-25 Marc Delisle - * libraries/common.lib.php: bug #1667466, undefined variable when - export + save on server - * server_status.php: bug #1665930, undefined PHP_SELF - -2007-02-24 Marc Delisle - * libraries/config.default.php: RFE #1621437, HEX and UNHEX were not - available for a BINARY field - -2007-02-21 Marc Delisle - * pmd/scripts/move.js: bug #1650770, Designer and Mac OSX, - thanks to Ivan Kirillov - -2007-02-17 Marc Delisle - * Documentation.html: patch #1659347, missing doc for some config, - thanks to Isaac Bennetch - * libraries/export/sql.php: bug #1663336, undefined variable - -2007-02-16 Marc Delisle - * libraries/common.lib.php, footer.inc.php: avoid generating big links - after an upload into a BLOB - -2007-02-14 Marc Delisle - * libraries/common.lib.php: white page after uploading a 700 Kio BLOB - * add a warning on main page if mcrypt can't be loaded (bug 1658160) - -2007-02-12 Sebastian Mendel - * libraries/database_interface.lib.php: bug #1616486 server_databases does - not show all databases - * libraries/sqlparser.data.php: MySQL function and column names, reserved - and forbidden words updated, - bug #1657045 Spatial functions not supported - bug #1657037 Missing column type "geometry" - -2007-02-09 Marc Delisle - * main.php: some links should open a new page - * Documentation.html, libraries/navigation_header.inc.php, - libraries/config.default.php: $cfg['LeftLogoLinkWindow'] to decide - in which window the logo-linked page will appear - -2007-02-09 Michal Čihař - * lang/czech: Fix syntax error (sorry for that). - -2007-02-08 Marc Delisle - * themes/darkblue_orange/img/logo_left.png, - themes/original/img/logo_left.png: smaller PMA logo for navi - -2007-02-08 Sebastian Mendel - * themes/*/css/theme_right.css.php: bug #1653769 browsing highlight disabling - doesn't work - -2007-02-06 Sebastian Mendel - * pmd_general.php, pmd_pdf.php, pmd_save_pos.php: fixed short open tags - patch #1652886 thanks to Martin Thielecke - mthie - * tbl_change.php: fixed escaping of field names in HTML and JavaScript - * libraries/common.lib.php: PMA_backquote() did not quote 0 - * tbl_change.php: bug #1652810 - slashes are not escaped properly - -2007-02-05 Marc Delisle - * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool. - -2007-02-05 Sebastian Mendel - * lang/german: updated - -2007-02-03 Marc Delisle - * pmd/scripts/move.js: display problems in Opera, thanks to Maxim Bulygin - -2007-02-02 Marc Delisle - * tbl_replace.php: Calendar icon does not work on "Insert another new row" - -2007-02-01 Marc Delisle - * libraries/import.lib.php: bug #1626064, too much quoting on import - -2007-02-01 Sebastian Mendel - * libraries/display_tbl.lib.php: bug #1644740 - $cfg['Order'] = 'SMART' - overwritten - * libraries/Theme.class.php: removed __wakeup() due to some requirements are - not fulfilled at this point - also thanks to Jürgen Wind - windkiel - -2007-01-31 Sebastian Mendel - * libraries/session.inc.php: - bug #1630871 - Detecting a missing write permission on sessions directory - -2007-01-30 Sebastian Mendel - * libraries/sqlparser.lib.php PMA_SQP_analyze(): - bug #1647785 - do not pass variables by reference - -2007-01-29 Marc Delisle - * lang/catalan update, thanks to Xavier Navarro (xavin) - * pmd_general.php: possibility of quotes in Designer messages, - thanks to Ivan Kirillov - -2007-01-26 Michal Čihař - * libraries/common.lib.php, libraries/js_escape.lib.php, - test/escape_js_string.php, test/core.lib.php: Move java script escaping - to separate library, make it safer on escaping and add - testcase for it. - * test/theme.php: Move to test package. - -2007-01-22 Marc Delisle - * pmd/*: button for direct/angular links, thanks to Ivan Kirillov - -2007-01-22 Michal Čihař - * lang/czech: Updated. - -2007-01-21 Marc Delisle - * libraries/Table.class.php: on a MySQL 5.0.33 server with 4400 databases, - one of which having 400 tables, it took more than 3 minutes just to - see the database structure (some accesses to INFORMATION_SCHEMA are - just too slow) so I changed PMA_Table::isView() to avoid calling - INFORMATION_SCHEMA - -2007-01-20 Marc Delisle - * libraries/sqlparser.lib.php: bug #1638267, wrong reserved word - recognition - * server_privileges.php: bug #1635377, superfluous backslash, - thanks to Hanut - -2007-01-19 Marc Delisle - * pmd*, lang/*: Designer now supports set/unset of the display field, - thanks to Ivan Kirillov - -2007-01-18 Michal Čihař - * lang/czech: Updated. - * libraries/auth/cookie.auth.lib.php: Make server switching honour more - server settings (patch #1630104). - -2007-01-17 Marc Delisle - * lang/turkish: update, thanks to Burak Yavuz - bourock - -2007-01-16 Marc Delisle - ### 2.9.2 released from QA_2_9 - -2007-01-12 Marc Delisle - * (many files): Designer, two features (snap to grid / display field) - thanks to Ivan Kirillov - * libraries/Theme_Manager.class.php: patch #1611684, force a change - of a session variable to avoid phpmyadmin.css.php caching problems, - thanks to Christian Schmidt - -2007-01-11 Marc Delisle - * lang/estonian: Update, thanks to Marko Ellermaa - uhuu - -2007-01-09 Michal Čihař - * index.php: Properly escape strings written in JS code. - * libraries/Theme_Manager.class.php: Avoid trigger error here, parameter - comes from user and it might lead to path disclossure. - * libraries/common.lib.php: - - Properly escape in JS code. - - Check db, table and sql_query params to be string. - -2007-01-08 Marc Delisle - * libraries/session.inc.php: prevent attack on session name cookie - -2007-01-05 Marc Delisle - * libraries/session.inc.php: bug #1538132, remove the setting of - session.save_handler to 'files' - * pmd_general.php: patch #1627831, - English language improvements, thanks to Isaac Bennetch - * pmd_general.php, pmd_relation_new.php, lang/*: abstract messages - -2007-01-04 Marc Delisle - * pmd/scripts/move.js: avoid text selection when moving a table object - under MSIE 6, thanks to Ivan Kirillov - * libraries/db_links.inc.php: better icon for Designer, thanks to I.K. - -2007-01-02 Marc Delisle - * Designer: various fixes and improvements (for example support - for MSIE 6), thanks to Ivan Kirillov - * pdf_pages.php: undefined $pdf_page_number when no auto layout - * server_privileges.php: bug #1614087, deleting a user having a - global GRANT privilege fails under MySQL 4.1.x - -2007-01-02 Michal Čihař - * libraries/common.lib.php: Add
    to allow selecting whole SQL by - tripple click (patch #1611591). - * libraries/export/sql.php: DELIMITER should not be commented out (bug - #1612870). - --- Older ChangeLogs can be found on our project website --- http://www.phpmyadmin.net/old-stuff/ChangeLogs/ From 85af2e803646eda022f52dd42ce12c65cfac8f7e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 24 Feb 2009 10:25:55 +0000 Subject: [PATCH 39/60] 3.1.3-rc1 --- Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation.html b/Documentation.html index 2b037f559..c3ba43a58 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.3-dev - Documentation + phpMyAdmin 3.1.3-rc1 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.3-dev Documentation

    +

    phpMyAdmin 3.1.3-rc1 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index edced9163..e8e60ac59 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.3-dev + Version 3.1.3-rc1 ----------------- http://www.phpmyadmin.net/ diff --git a/libraries/Config.class.php b/libraries/Config.class.php index ca84a5403..0b6c99439 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.3-dev'); + $this->set('PMA_VERSION', '3.1.3-rc1'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 62ef3f1dc..1406e0657 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.3-dev - Official translators + phpMyAdmin 3.1.3-rc1 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.3-dev official translators list

    +

    phpMyAdmin 3.1.3-rc1 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From 1bbd12136a47441d544420b055c80d90180e9dd4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 28 Feb 2009 09:30:48 +0000 Subject: [PATCH 40/60] Georgian update --- ChangeLog | 1 + lang/georgian-utf-8.inc.php | 2676 +++++++++++++++++------------------ translators.html | 2 +- 3 files changed, 1329 insertions(+), 1350 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f82417aa..9d1fe1068 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + [lang] Romanian update, thanks to Sergiu Bivol - sbivol - patch #1760205 [data] Insert as new row: BLOB is lost, thanks to Herman van Rink - helmo ++ [lang] Georgian update, thanks to George Machitidze 3.1.2.0 (2009-01-19) - bug #1253252 [display] Can't NULL a column with relation defined diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index fb6609ec3..c147f38ec 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -2,1472 +2,1450 @@ /* $Id$ */ /** - * Translation by Kakha Mchedlidze - * - * It requires some special Unicode font faces that can downloaded at - * http://www.main.osgf.ge/eng/dounen.htm - * http://www.osgf.ge/resources/fonts/sylfaen.zip + * Translation by Kakha Mchedlidze + * Translation by George Machitidze (c) 2009 */ $charset = 'utf-8'; $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left) -$number_thousands_separator = ' '; -$number_decimal_separator = ','; +$number_thousands_separator = ','; +$number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('ბაიტი', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$byteUnits = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB'); -$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); -$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); +// MySQL manual language definition, this is optional, en will be used +// if not defined +$mysql_4_1_doc_lang = 'ka'; +$mysql_5_0_doc_lang = 'ka'; +$mysql_5_1_doc_lang = 'ka'; + +$day_of_week = array('კვი', 'ორშ', 'სამ', 'ოთხ', 'ხუთ', 'პარ', 'შაბ'); +$month = array('იან', 'თებ', 'მარ', 'აპრ', 'მაი', 'ივნ', 'ივლ', 'აგვ', 'სექ', 'ოქტ', 'ნოე', 'დეკ'); // See http://www.php.net/manual/en/function.strftime.php to define the // variable below -$datefmt = '%B %d, %Y at %I:%M %p'; -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; +$datefmt = '%B %d, %Y, %I:%M %p'; +$timespanfmt = '%s დღე, %s საათი, %s წუთი და %s წამი'; -$strAccessDenied = 'აკრძალულია'; +$strAbortedClients = 'შეწყვეტილია'; +$strAccessDenied = 'წვდომა აკრძალულია'; +$strAccessDeniedCreateConfig = 'You probably did not create a configuration file. You might want to use the %1$ssetup script%2$s to create one.'; +$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; $strAction = 'მოქმედება'; -$strAddDeleteColumn = 'დაამატე/წაშალე სვეტის ველები'; -$strAddDeleteRow = 'დაამატე/წაშალე სტრიქონის კრიტერია'; -$strAddNewField = 'ახალი ველის დამატება.'; -$strAddSearchConditions = 'ძებნის პარამეტრების დამატება ("where" ნაწილის ტანი):'; -$strAddToIndex = ' %s ამ ინდექსში სვეტის(სვეტების) დამატება'; -$strAddUser = 'ახალი მომხმარებლის დამატება.'; +$strActions = 'მოქმედებები'; +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; +$strAddClause = 'Add %s'; +$strAddConstraints = 'Add constraints'; +$strAddDeleteColumn = 'ველის სვეტების დამატება/წაშლა'; +$strAddDeleteRow = 'Add/Delete Criteria Row'; +$strAddFields = '%s ველის დამატება'; +$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; +$strAddIntoComments = 'კომენტარებში დამატება'; +$strAddNewField = 'ახალი ველის დამატება'; +$strAddPrivilegesOnDb = 'პრივილეგიების დამატება შემდეგი მონაცემთა ბაზისათვის'; +$strAddPrivilegesOnTbl = 'პრივილეგიების დამატება შემდეგი ცხრილისათვის'; +$strAddSearchConditions = 'Add search conditions (body of the "where" clause):'; +$strAddToIndex = 'Add to index  %s column(s)'; +$strAddUser = 'ახალი მომხმარებლის დამატება'; $strAddUserMessage = 'თქვენ დაამატეთ ახალი მომხმარებელი.'; +$strAdministration = 'ადმინისტრირება'; +$strAfter = 'After %s'; $strAfterInsertBack = 'წინა გვერდზე დაბრუნება'; -$strAfterInsertNewInsert = 'ახალი სვეტის ჩამატება'; -$strAfter = '%s შემდეგ'; +$strAfterInsertNewInsert = 'სხვა ახალი სტრიქონის დამატება'; +$strAfterInsertNext = 'შემდეგი სტრიქონის რედაქტირება'; +$strAfterInsertSame = 'ამ გვერდზე დაბრუნება'; $strAll = 'ყველა'; -$strAlterOrderBy = 'შეცვლილი ცხრილი სორტირებული'; -$strAnalyzeTable = 'ცხრილის ანალიზი'; +$strAllowInterrupt = 'Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. This might be good way to import large files, however it can break transactions.'; +$strAllTableSameWidth = 'Display all tables with the same width'; +$strAlterOrderBy = 'Alter table order by'; +$strAnalyze = 'Analyze'; +$strAnalyzeTable = 'Analyze table'; $strAnd = 'და'; -$strAnIndex = 'ინდექსი დამატებულია ველზე %s'; -$strAny = 'ნებისმიერი.'; +$strAndThen = 'და შემდეგ'; +$strAngularLinks = 'Angular links'; +$strAnIndex = 'An index has been added on %s'; +$strAny = 'ნებისმიერი'; $strAnyHost = 'ნებისმიერი ჰოსტი'; $strAnyUser = 'ნებისმიერი მომხმარებელი'; -$strAPrimaryKey = 'პირველადი გასაღები დამატებულია ველზე %s'; -$strAscending = 'ამომავალი'; +$strApproximateCount = 'შეიძლება იყოს მიახლოებითი. იხილეთ [a@./Documentation.html#faq3_11@Documentation]FAQ 3.11[/a]'; +$strAPrimaryKey = 'A primary key has been added on %s'; +$strArabic = 'არაბული'; +$strArmenian = 'სომხური'; +$strAscending = 'ზრდადობით'; +$strAsDefined = 'As defined:'; $strAtBeginningOfTable = 'ცხრილის დასაწყისში'; -$strAtEndOfTable = 'ცხრილის დასასრულში'; +$strAtEndOfTable = 'ცხრილის ბოლოშო'; $strAttr = 'ატრიბუტები'; +$strAutomaticLayout = 'ავტომატური განლაგება'; $strBack = 'უკან'; +$strBaltic = 'ბალტიური'; +$strBeginCut = 'BEGIN CUT'; +$strBeginRaw = 'BEGIN RAW'; $strBinary = 'ბინარული'; -$strBinaryDoNotEdit = 'ბინარული - არ რედაქტირდება'; -$strBookmarkDeleted = 'სანიშნი წაიშალა.'; -$strBookmarkLabel = 'ჭდე'; -$strBookmarkQuery = 'SQL-შეკითხვის(მოთხოვნის) სანიშნი'; -$strBookmarkThis = 'მოცემული SQL-შეკითხვის(მოთხოვნის) სანიშნი'; -$strBookmarkView = 'მხოლოდ დათვალიერება'; -$strBrowse = 'ნახვა'; -$strBzip = '"bzip შეკუმშვა"'; +$strBinaryDoNotEdit = 'Binary - do not edit'; +$strBinaryLog = 'ბინარული ჟურნალი'; +$strBinLogEventType = 'მოვლენის ტიპი'; +$strBinLogInfo = 'ინფორმაცია'; +$strBinLogName = 'ჟურნალის სახელი'; +$strBinLogOriginalPosition = 'საწყისი მდებარეობა'; +$strBinLogPosition = 'მდებარეობა'; +$strBinLogServerId = 'სერვერის ID'; +$strBLOBRepository = 'BLOB რეპოზიტორია'; +$strBLOBRepositoryDamaged = 'დაზიანებული'; +$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; +$strBLOBRepositoryDisabled = 'გათიშულია'; +$strBLOBRepositoryDisable = 'გათიშვა'; +$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; +$strBLOBRepositoryEnabled = 'ჩართულია'; +$strBLOBRepositoryEnable = 'ჩართვა'; +$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; +$strBLOBRepositoryRepair = 'აღდგენა'; +$strBLOBRepositoryStatus = 'მდგომარეობა'; +$strBLOBRepositoryUpload = 'Upload to BLOB repository'; +$strBookmarkAllUsers = 'Let every user access this bookmark'; +$strBookmarkCreated = 'Bookmark %s created'; +$strBookmarkDeleted = 'The bookmark has been deleted.'; +$strBookmarkLabel = 'Label'; +$strBookmarkQuery = 'Bookmarked SQL query'; +$strBookmarkReplace = 'Replace existing bookmark of same name'; +$strBookmarkThis = 'Bookmark this SQL query'; +$strBookmarkView = 'View only'; +$strBrowse = 'არჩევა'; +$strBrowseDistinctValues = 'Browse distinct values'; +$strBrowseForeignValues = 'Browse foreign values'; +$strBufferPoolActivity = 'Buffer Pool Activity'; +$strBufferPool = 'Buffer Pool'; +$strBufferPoolUsage = 'Buffer Pool Usage'; +$strBufferReadMissesInPercent = 'Read misses in %'; +$strBufferReadMisses = 'Read misses'; +$strBufferWriteWaitsInPercent = 'Write waits in %'; +$strBufferWriteWaits = 'Write waits'; +$strBulgarian = 'ბულგარული'; +$strBusyPages = 'Busy pages'; +$strBzip = '"bzip-ით დაარქივებული"'; -$strCantLoadRecodeIconv = 'ვერ ჩაიტვირთა iconv,რაც საჭიროა charset-ის ასამუშავებლად, შეცვალეთ php-ს კონფიგურირება თუ გინდათ ამ ფუნქციის გამოყენება, ან გამორთეთ charset ფუნქცია phpMyAdmin-ში'; -$strCantRenameIdxToPrimary = 'PRIMARY-ში ინდექსის სახელის შეცვლა შეუძლებელია!'; -$strCantUseRecodeIconv = 'iconv-ს ან libiconv-ს და recode_string-ს ვერ იყენებს, მაშინ როდესაც ფუნქცია ჩატვირთულია. შეამოწმეთ php კონფიგურაცია.'; -$strCardinality = 'ელემენტების რაოდენობა'; +$strCalendar = 'კალენდარი'; +$strCancel = 'გაუქმება'; +$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; +$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; +$strCannotLogin = 'MySQL სერვერზე შესვლა შეუძლებელია'; +$strCantLoad = '[a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] გაფართოების ჩატვირთვა შეუძლებელია. გთხოვთ შეამოწმოთ PHP-ის კონფიგურაცია.'; +$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.'; +$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!'; +$strCantUseRecodeIconv = 'Couldn\'t use the iconv, libiconv, or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.'; +$strCardinality = 'Cardinality'; +$strCaseInsensitive = 'case-insensitive'; +$strCaseSensitive = 'case-sensitive'; +$strCentralEuropean = 'Central European'; $strChange = 'შეცვლა'; -$strChangeDisplay = 'აირჩიეთ მონაცემი გვერდზე გამოსაჩენად'; -$strChangePassword = 'შეცვალე პაროლი'; -$strCheckAll = 'მონიშნე ყველა'; +$strChangeCopyModeCopy = '... ძველის შენახვა.'; +$strChangeCopyMode = 'იგივე პრივილეგიების მქონე ახალი მომხმარებლის შექმნა და ...'; +$strChangeCopyModeDeleteAndReload = ' ... ძველი მომხმარებლის მომხმარებლების სიიდან წაშლა და შემდეგ პრივილეგიების გადატვირთვა.'; +$strChangeCopyModeJustDelete = ' ... ძველი მომხმარებლის მომხმარებლების ცხრილიდან წაშლა.'; +$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; +$strChangeCopyUser = 'Change Login Information / Copy User'; +$strChangeDisplay = 'აირჩიეთ საჩვენებელი ველი'; +$strChangePassword = 'პაროლის შეცვლა'; +$strCharset = 'სიმბოლოთა ნაკრები'; +$strCharsetOfFile = 'სიმბოლოთა ნაკრები ფაილისთვის:'; +$strCharsetsAndCollations = 'სიმბოლოთა ნაკრებები და კოლაციები'; +$strCharsets = 'სიმბოლოთა ნაკრებები'; +$strCheckAll = 'ყველას შემოწმება'; +$strCheck = 'შემოწმება'; +$strCheckOverhead = 'Check tables having overhead'; +$strCheckPrivs = 'პრივილეგიების შემოწმება'; +$strCheckPrivsLong = 'Check privileges for database "%s".'; $strCheckTable = 'ცხრილის შემოწმება'; -$strChoosePage = 'აირჩიეთ გვერდი რედაქტირებისთვის'; -$strColumnNames = 'სვეტის სახელები'; -$strComments = 'კომენტარი'; -$strCompleteInserts = 'სრულყოფილი ჩამატება'; -$strConfigFileError = 'phpMyAdmin-მა ვერ შეძლო კონფიგურაციის ფაილის წაკითხვა!
    ეს მაშინ ხდება თუ php-მ იპოვა parse შეცდომა, ან php-მ ვერ იპოვა ფაილი.
    გამოიძახეთ კონფიგურაციის ფაილი და ქვევით ჩამოწერილი შეცდომები გაასწორეთ. უმეტეს შემთხვევაში წერტილ-მძიმე აკლია ხოლმე.
    თუ ცარიელი გვერდი ჩამოიტვირთა, ესეიგი ყველაფერი რიგზეა.'; -$strConfigureTableCoord = 'საჭიროა %s ცხრილის კოორდინატების კონფიგურირება'; -$strCookiesRequired = 'ამ ადგილის შემდეგ Cookies უნდა ჩართოთ.'; -$strCopyTable = 'ცხრილის კოპირება (ბაზა.ცხრილი):'; -$strCopyTableOK = 'ცხრილი %s კოპირებულია %s ცხრილში.'; +$strChoosePage = 'გთხოვთ აირჩიოთ დასარედაქტირებელი გვერდი'; +$strColComFeat = 'Displaying Column Comments'; +$strCollation = 'კოლაცია'; +$strColumnNames = 'სვეტების სახელები'; +$strColumnPrivileges = 'Column-specific privileges'; +$strCommand = 'ბრძანება'; +$strComment = 'კომენტარი'; +$strComments = 'კომენტარები'; +$strCompatibleHashing = 'MySQL 4.0-თან თავსებადი'; +$strCompleteInserts = 'სრული ჩასმები'; +$strCompression = 'შეკუმშვა'; +$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; +$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; +$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
    This might happen if PHP finds a parse error in it or PHP cannot find the file.
    Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
    If you receive a blank page, everything is fine.'; +$strConfigureTableCoord = 'Please configure the coordinates for table %s'; +$strConnectionError = 'დაკავშირება შეუძლებელია: პარამეტრები არასწორია.'; +$strConnections = 'კავშირები'; +$strConstraintsForDumped = 'Constraints for dumped tables'; +$strConstraintsForTable = 'Constraints for table'; +$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; +$strCookiesRequired = 'Cookies must be enabled past this point.'; +$strCopy = 'ასლი'; +$strCopyDatabaseOK = 'Database %s has been copied to %s'; +$strCopyTable = 'Copy table to (database.table):'; +$strCopyTableOK = 'Table %s has been copied to %s.'; +$strCopyTableSameNames = 'Can\'t copy table to same one!'; +$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; $strCreate = 'შექმნა'; -$strCreateIndex = ' %s ინდექსის შექმნა სვეტებზე'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; +$strCreateIndex = 'Create an index on %s columns'; $strCreateIndexTopic = 'ახალი ინდექსის შექმნა'; $strCreateNewDatabase = 'ახალი მონაცემთა ბაზის შექმნა'; -$strCreateNewTable = 'მონაცემთა ბაზაში ახალი ცხრილის შექმნა %s'; -$strCreatePage = 'შექმენი ახალი გვერდი'; +$strCreateNewTable = 'Create new table on database %s'; +$strCreatePage = 'ახალი გვერდის შექმნა'; +$strCreatePdfFeat = 'PDF-ების შექმნა'; +$strCreateRelation = 'Create relation'; +$strCreateTable = 'ცხრილის შექმნა'; +$strCreateUserDatabase = 'მონაცემთა ბაზა მომხმარებლისთვის'; +$strCreateUserDatabaseName = 'იგივე სახელის მქონე მონაცემთა ბაზის შექმნა და ყველა პრივილეგიის მინიჭება'; +$strCreateUserDatabaseNone = 'არაა'; +$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; +$strCreationDates = 'Creation/Update/Check dates'; $strCriteria = 'კრიტერია'; +$strCroatian = 'ხორვატული'; +$strCSV = 'CSV'; +$strCustomColor = 'Custom color'; +$strCyrillic = 'კირილიცა'; +$strCzech = 'ჩეხური'; +$strCzechSlovak = 'ჩეხოსლოვალური'; -$strData = 'მონაცემები'; +$strDanish = 'დანიური'; $strDatabase = 'მონაცემთა ბაზა'; -$strDatabaseHasBeenDropped = 'მონაცემთა ბაზა %s წაიშალა.'; -$strDatabases = 'ბაზები'; -$strDatabasesStats = 'მონაცემთა ბაზის სტატისტიკა'; +$strDatabaseEmpty = 'მონაცემთა ბაზა ცარიელია!'; +$strDatabaseExportOptions = 'მონაცემთა ბაზის ექსპორტის პარამეტრები'; +$strDatabaseHasBeenCreated = 'შეიქმნა მონაცემთა ბაზა %1$s.'; +$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; +$strDatabases = 'მონაცემთა ბაზები'; +$strDatabasesDropped = '%s databases have been dropped successfully.'; +$strDatabasesStats = 'მონაცემთა ბაზების სტატისტიკა'; +$strDatabasesStatsDisable = 'სტატისტიკის გათიშვა'; +$strDatabasesStatsEnable = 'სტატისტიკის ჩართვა'; +$strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.'; +$strData = 'მონაცემები'; +$strDataDict = 'მონაცემების ლექსიკონი'; $strDataOnly = 'მხოლოდ მონაცემები'; -$strDefault = 'ავტო მნიშვნელობა'; +$strDataPages = 'Pages containing data'; +$strDBComment = 'მონაცემთა ბაზის კომენტარი: '; +$strDBCopy = 'Copy database to'; +$strDbIsEmpty = 'Database seems to be empty!'; +$strDbPrivileges = 'Database-specific privileges'; +$strDBRename = 'Rename database to'; +$strDbSpecific = 'database-specific'; +$strDefault = 'ნაგულისხმები'; +$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; +$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; +$strDefragment = 'Defragment table'; +$strDelayedInserts = 'Use delayed inserts'; +$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; +$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; $strDelete = 'წაშლა'; $strDeleted = 'სტრიქონი წაიშალა'; -$strDescending = 'შუთავსებელი'; -$strDisplayOrder = 'დათვალიერების წესი:'; +$strDeleteNoUsersSelected = 'No users selected for deleting!'; +$strDeleteRelation = 'Delete relation'; +$strDeleting = '%s-ის წაშლა'; +$strDelimiter = 'გამყოფი'; +$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?'; +$strDescending = 'კლებადობით'; +$strDescription = 'აღწერილობა'; +$strDesigner = 'შემქნელი'; +$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.'; +$strDetails = 'დეტალები...'; +$strDictionary = 'ლექსიკონი'; +$strDirectLinks = 'პირდაპირი ბმულები'; +$strDirtyPages = 'Dirty pages'; +$strDisabled = 'გათიშულია'; +$strDisableForeignChecks = 'Disable foreign key checks'; +$strDisplayFeat = 'Display Features'; +$strDisplayOrder = 'Display order:'; $strDisplayPDF = 'PDF სქემის ჩვენება'; -$strDoAQuery = 'შეასრულე "მოთხოვნა მაგალითის მოხედვით" (ნებისმიერი სიმბოლოს აღმნიშვნელია: "%")'; +$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; +$strDocSQL = 'DocSQL'; $strDocu = 'დოკუმენტაცია'; -$strDoYouReally = 'დარწმუნებული ხართ, რომ გინდათ '; -$strDrop = 'წაშლა'; -$strDumpingData = 'მონაცემები ცხრილიდან '; +$strDownloadFile = 'ფაილის ჩამოტვირთვა'; +$strDoYouReally = 'ნამდვილად გსურთ '; +$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; +$strDrop = 'Drop'; +$strDropUsersDb = 'Drop the databases that have the same names as the users.'; +$strDumpingData = 'Dumping data for table'; +$strDumpSaved = 'Dump has been saved to file %s.'; +$strDumpXRows = 'Dump %s row(s) starting at record # %s.'; $strDynamic = 'დინამიური'; -$strEdit = 'შესწორება'; +$strEdit = 'რედაქტირება'; $strEditPDFPages = 'PDF გვერდების რედაქტირება'; $strEditPrivileges = 'პრივილეგიების რედაქტირება'; $strEffective = 'ეფექტური'; $strEmpty = 'ცარიელი'; -$strEmptyResultSet = 'MySQL-ის მიერ დააბრუნებული ჩანაწერების რაოდენობაა 0.'; +$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; +$strEnabled = 'ჩართულია'; +$strEncloseInTransaction = 'Enclose export in a transaction'; +$strEndCut = 'END CUT'; $strEnd = 'დასასრული'; -$strEnglishPrivileges = ' შენიშვნა: MySQL-ის პრივილეგიები ენიჭება ინგლისურად '; +$strEndRaw = 'END RAW'; +$strEngineAvailable = '%s ხელმისაწვდომია ამ MySQL სერვერზე.'; +$strEngineDisabled = '%s გათიშულია ამ MySQL სერვერზე.'; +$strEngines = 'ძრავები'; +$strEngineUnsupported = 'ამ MySQL სერვერს არ აქვს %s ძრავის მხარდაჭერა.'; +$strEnglish = 'ინგლისური'; +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; $strError = 'შეცდომა'; +$strErrorInZipFile = 'შეცდომა ZIP არქივში:'; +$strErrorRelationAdded = 'Error: Relation not added.'; +$strErrorRelationExists = 'Error: relation already exists.'; +$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; +$strErrorSaveTable = 'Error saving coordinates for Designer.'; +$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; +$strEsperanto = 'ესპერანტო'; +$strEstonian = 'ესტონური'; +$strEvent = 'მოვლენა'; +$strEvents = 'მოვლენები'; +$strExcelEdition = 'Excel edition'; +$strExecuteBookmarked = 'ჩანიშნული მოთხოვნის გაშვება'; +$strExplain = 'SQL-ის ახსნა'; $strExport = 'ექსპორტი'; -$strExtendedInserts = 'ჩამატების გაფართოება'; -$strExtra = 'სხვა'; +$strExportImportToScale = 'Export/Import to scale'; +$strExportMustBeFile = 'Selected export type has to be saved in file!'; +$strExtendedInserts = 'Extended inserts'; +$strExtra = 'ექსტრა'; +$strFailedAttempts = 'Failed attempts'; $strField = 'ველი'; -$strFieldHasBeenDropped = 'ველი %s წაიშალა'; +$strFieldHasBeenDropped = 'Field %s has been dropped'; +$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see [a@./Documentation.html#faq1_11@Documentation]FAQ 1.11[/a]'; +$strFieldsEnclosedBy = 'Fields enclosed by'; +$strFieldsEscapedBy = 'Fields escaped by'; $strFields = 'ველები'; -$strFieldsEnclosedBy = 'ველები ჩაკეტილია by'; -$strFieldsEscapedBy = 'ველები გახსნილია by'; -$strFieldsTerminatedBy = 'ველები განცალკავებულია by'; -$strFixed = 'გამართულია'; -$strFlushTable = 'კეში გადატანა ("FLUSH") ცხრილში'; +$strFieldsTerminatedBy = 'Fields terminated by'; +$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; +$strFileCouldNotBeRead = 'ფაილის წაკითხვა ვერ მოხერხდა'; +$strFileNameTemplateDescriptionDatabase = 'მონაცემთა ბაზა'; +$strFileNameTemplateDescriptionServer = 'სერვერის სახელი'; +$strFileNameTemplateDescriptionTable = 'ცხრილის სახელი'; +$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; +$strFileNameTemplate = 'File name template'; +$strFileNameTemplateRemember = 'remember template'; +$strFiles = 'ფაილები'; +$strFileToImport = 'შემოსატანი ფაილი'; +$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses, if they have been changed manually. In this case, you should %sreload the privileges%s before you continue.'; +$strFlushQueryCache = 'Flush query cache'; +$strFlushTable = 'Flush the table ("FLUSH")'; +$strFlushTables = 'Flush (close) all tables'; +$strFontSize = 'შრიფტის ზომა'; +$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; +$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; $strFormat = 'ფორმატი'; -$strFormEmpty = 'საჭიროა ფორმის აღმნიშვნელები!'; -$strFullText = 'სრული ტექსტი'; +$strFormEmpty = 'Missing value in the form!'; +$strFreePages = 'Free pages'; +$strFullText = 'Full Texts'; $strFunction = 'ფუნქცია'; +$strFunctions = 'ფუნქციები'; -$strGenBy = 'შექმნილია by'; -$strGenTime = 'შექმნის დრო'; -$strGo = 'შესრულება'; -$strGzip = '"gzip-ში შეკუმშვა"'; +$strGenBy = 'Generated by'; +$strGeneralRelationFeat = 'General relation features'; +$strGenerate = 'დაგენერირება'; +$strGeneratePassword = 'პაროლის დაგენერირება'; +$strGenTime = 'დაგენერირების დრო'; +$strGeorgian = 'ქართული'; +$strGerman = 'გერმანული'; +$strGlobal = 'გლობალულრი'; +$strGlobalPrivileges = 'გლობალური პრივილეგიები'; +$strGlobalValue = 'გლობალური მნიშვნელობა'; +$strGo = 'გადასვლა'; +$strGrantOption = 'Grant'; +$strGreek = 'ბერძნული'; +$strGzip = '"gzip-ით დაარქივებული"'; -$strHasBeenAltered = 'შეიცვალა.'; -$strHaveToShow = 'თქვენ ერთი ცხრილი მაინც უნდა აირჩიოთ'; -$strHome = 'დასაწყისი'; -$strHomepageOfficial = 'phpMyAdmin ოფიციალური ვებგვერდი'; +$strHandler = 'Handler'; +$strHasBeenAltered = 'has been altered.'; +$strHaveToShow = 'You have to choose at least one column to display'; +$strHebrew = 'ებრაული'; +$strHelp = 'დახმარება'; +$strHexForBLOB = 'Use hexadecimal for BLOB'; +$strHide = 'დამალვა'; +$strHideShowAll = 'ყველას დამალვა/ჩვენება'; +$strHideShowNoRelation = 'Hide/Show Tables with no relation'; +$strHome = 'სახლი'; +$strHomepageOfficial = 'ოფიციალური ვებგვერდი'; +$strHostEmpty = 'ჰოსტის სახელი არაა შეყვანილი!'; $strHost = 'ჰოსტი'; -$strHostEmpty = 'ჰოსტის სახელი ცარიელია!'; +$strHTMLExcel = 'Microsoft Excel 2000'; +$strHTMLWord = 'Microsoft Word 2000'; +$strHungarian = 'უნგრული'; -$strIdxFulltext = 'სრული ტექსტი'; +$strIcelandic = 'ისლანდიური'; +$strId = 'ID'; +$strIdxFulltext = 'Fulltext'; +$strIEUnsupported = 'Internet Explorer-ს არ აქვს ამ ფუნქციის მხარდაჭერა.'; +$strIgnoreDuplicates = 'Ignore duplicate rows'; $strIgnore = 'იგნორირება'; -$strIndex = 'ინდექსირება'; +$strIgnoreInserts = 'Use ignore inserts'; +$strImportExportCoords = 'Import/Export coordinates for PDF schema'; +$strImportFiles = 'ფაილების შემოტანა'; +$strImportFormat = 'შემოტანილი ფაილების ფორმატი'; +$strImport = 'შემოტანა'; +$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; $strIndexes = 'ინდექსები'; -$strIndexHasBeenDropped = 'ინდექსი %s წაიშალა'; -$strIndexName = 'ინდექსის სახელი :'; -$strIndexType = 'ინდექსის ტიპი :'; -$strInsert = 'დამატება'; -$strInsertAsNewRow = 'დამატება ახალ ჩანაწერად'; -$strInUse = 'გამოყენებულია'; +$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; +$strIndexHasBeenDropped = 'Index %s has been dropped'; +$strIndex = 'ინდექსი'; +$strIndexName = 'ინდექსის სახელი:'; +$strIndexType = 'ინდექსის ტიპი:'; +$strIndexWarningTable = 'Problems with indexes of table `%s`'; +$strInnoDBAutoextendIncrement = 'Autoextend increment'; +$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; +$strInnoDBBufferPoolSize = 'Buffer pool size'; +$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; +$strInnoDBDataFilePath = 'მონაცემთა ფაილები'; +$strInnoDBDataHomeDir = 'Data home directory'; +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; +$strInnoDBPages = 'pages'; +$strInnodbStat = 'InnoDB-ის მდგომარეობა'; +$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user \'.root\'.'; +$strInsertAsNewRow = 'ახალი სტრიქონის ჩამატება'; +$strInsertedRowId = 'ჩამატებული სტრიქონის id: %1$d'; +$strInsert = 'ჩასმა'; +$strInterface = 'ინტერფეისი'; +$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; +$strInternalRelationAdded = 'Internal relation added'; +$strInternalRelations = 'Internal relations'; +$strInUse = 'in use'; +$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; +$strInvalidColumnCount = 'Column count has to be larger than zero.'; +$strInvalidColumn = 'Invalid column (%s) specified!'; +$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; +$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; +$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; +$strInvalidDatabase = 'არასწორი მონაცემთა ბაზა'; +$strInvalidFieldAddCount = 'You have to add at least one field.'; +$strInvalidFieldCount = 'Table must have at least one field.'; +$strInvalidLDIImport = 'This plugin does not support compressed imports!'; +$strInvalidRowNumber = '%d is not valid row number.'; +$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; +$strInvalidServerIndex = 'Invalid server index: "%s"'; +$strInvalidTableName = 'ცხრილის არასწორი სახელი'; -$strKeepPass = 'არ შეცვალო ეს პაროლი'; +$strJapanese = 'იაპონური'; +$strJoins = 'Joins'; +$strJumpToDB = 'Jump to database "%s".'; +$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; +$strJustDelete = 'Just delete the users from the privilege tables.'; + +$strKeepPass = 'არ შეცვალო პაროლი'; +$strKeyCache = 'Key cache'; $strKeyname = 'Keyname'; $strKill = 'Kill'; +$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; +$strKorean = 'კორეული'; -$strLengthSet = 'სიგრძე/მნიშვნელობა*'; -$strLimitNumRows = 'სტრიქონის რაოდენობა თითოეულ გვერდზე'; -$strLinesTerminatedBy = 'სტრიქონები დაყოფილია by'; -$strLinkNotFound = 'ლინკი ვერ ვიპოვე'; -$strLinksTo = 'ლინკები'; -$strLocalhost = 'Local'; -$strLocationTextfile = 'მიუთითეთ ტექსტური ფაილის მდებარეობა'; -$strLogin = 'ლოგინი'; -$strLogout = 'გასვლა'; +$strLandscape = 'ლანდშაფტური'; +$strLanguage = 'ენა'; +$strLanguageUnknown = 'უცნობი ენა: %1$s.'; +$strLatchedPages = 'Latched pages'; +$strLatexCaption = 'Table caption'; +$strLatexContent = 'Content of table __TABLE__'; +$strLatexContinuedCaption = 'Continued table caption'; +$strLatexContinued = '(გაგრძელება)'; +$strLatexIncludeCaption = 'Include table caption'; +$strLatexLabel = 'Label key'; +$strLaTeX = 'LaTeX'; +$strLatexStructure = 'Structure of table __TABLE__'; +$strLatvian = 'ლატვიური'; +$strLDI = 'CSV using LOAD DATA'; +$strLDILocal = 'Use LOCAL keyword'; +$strLengthSet = 'Length/Values'; +$strLimitNumRows = 'Number of rows per page'; +$strLinesTerminatedBy = 'Lines terminated by'; +$strLinkNotFound = 'ბმული ვერ მოიძებნა'; +$strLinksTo = 'Links to'; +$strLithuanian = 'ლიტვური'; +$strLocalhost = 'ლოკალური'; +$strLocationTextfile = 'Location of the text file'; +$strLoginInformation = 'Login Information'; +$strLogin = 'შესვლა'; +$strLogout = 'გამოსვლა'; $strLogPassword = 'პაროლი:'; -$strLogUsername = 'სახელი:'; +$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; +$strLogServer = 'სერვერი:'; +$strLogUsername = 'მომხმარებელი:'; +$strLongOperation = 'This operation could take a long time. Proceed anyway?'; +$strMaxConnects = 'max. concurrent connections'; +$strMaximalQueryLength = 'Maximal length of created query'; +$strMaximumSize = 'მაქს: %s%s'; +$strMbExtensionMissing = 'PHP-ის mbstring გაფართოების პოვნა ვერ მოხერხდა და როგორც ჩანს გამოიყენება მრავალბაიტიანი სიმბოლოთა ნაკრები. mbstring გაფართოების გარეშე phpMyAdmin-ს არ შეუძლია სტრიქონების სწორად დაყოფა რის გამოც შეიძლება მიიღოთ მოულოდნელი შედეგი.'; +$strMbOverloadWarning = 'PHP-ის კონფიგურაციაში თქვენ ჩართული გაქვთ mbstring.func_overload. ეს პარამეტრი არაა თავსებადი phpMyAdmin-თან და შეიძლება გამოიწვიოს მონაცემების დაზიანება!'; +$strMIME_available_mime = 'MIME-ის ხელმისაწვდომი ტიპები'; +$strMIME_available_transform = 'ხელმისაწვდომი გარდაქმნები'; +$strMIME_description = 'აღწერილობა'; +$strMIME_MIMEtype = 'MIME-ის ტიპი'; +$strMIME_nodescription = 'No description is available for this transformation.
    Please ask the author what %s does.'; +$strMIME_transformation = 'ინფორმაცია ბრაუზერის შესახებ'; +$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'; +$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'...
    If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; +$strMIME_transformation_options = 'გარდაქმნის პარამეტრები'; +$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; +$strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; $strModifications = 'ცვლილებები შენახულია'; -$strModify = 'შეცვალე'; $strModifyIndexTopic = 'ინდექსის შეცვლა'; -$strMoveTable = 'გადაიტანე ცხრილები (მონაცემთა ბაზა.ცხრილი):'; -$strMoveTableOK = 'ცხრილი %s გადატანილია %s ში.'; -$strMySQLCharset = 'MySQL Charset-ი'; +$strModify = 'შეცვლა'; +$strMoveMenu = 'მენიუს გადატანა'; +$strMoveTable = 'Move table to (database.table):'; +$strMoveTableOK = 'Table %s has been moved to %s.'; +$strMoveTableSameNames = 'Can\'t move table to same one!'; +$strMultilingual = 'მრავალენოვანი'; +$strMyISAMDataPointerSize = 'Data pointer size'; +$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; +$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; +$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; +$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; +$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; +$strMyISAMRecoverOptions = 'Automatic recovery mode'; +$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; +$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.'; +$strMyISAMRepairThreads = 'Repair threads'; +$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; +$strMyISAMSortBufferSize = 'Sort buffer size'; +$strMySQLCharset = 'MySQL-ის სიმბოლოთა ნაკრები'; +$strMysqlClientVersion = 'MySQL-ის კლიენტის ვერსია'; +$strMySQLConnectionCollation = 'MySQL კავშირის კოლაცია'; +$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; $strMySQLSaid = 'MySQL-მა თქვა: '; -$strMySQLShowProcess = 'პროცესების შვენება'; +$strMySQLShowProcess = 'პროცესების ჩვენება'; $strName = 'სახელი'; $strNext = 'შემდეგი'; +$strNoActivity = 'No activity within %s seconds; please log in again'; +$strNoDatabases = 'მონაცემთა ბაზები არაა'; +$strNoDatabasesSelected = 'No databases selected.'; +$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See [a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a].'; +$strNoDescription = 'no description'; +$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; +$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; +$strNoExplain = 'Skip Explain SQL'; +$strNoFilesFoundInZip = 'ZIP არქივში ფაილების პოვნა ვერ მოხერხდა!'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; +$strNoIndex = 'ინდექსი არაა განსაზღვრული!'; +$strNoIndexPartsDefined = 'No index parts defined!'; +$strNoModification = 'ცვლილების გარეშე'; +$strNone = 'არაა'; $strNo = 'არა'; -$strNoDatabases = 'ცარიელია'; -$strNoDescription = 'შინაარსი არ არის'; -$strNoDropDatabases = '"DROP DATABASE" ოპერატორები გათიშულია.'; -$strNoFrames = 'phpMyAdmin-თან სამუშაოდ საჭიროა ისეთი ბროუზერი რომელიც ფრეიმებთან მუშაობს.'; -$strNoIndex = 'ინდექსი არ არსებობს!'; -$strNoIndexPartsDefined = 'ინდექსის ნაწილები არ არსებობს!'; -$strNoModification = 'ცვლილებები არ მომხდარა'; -$strNone = 'არა'; -$strNoPassword = 'არ არის პარილი'; +$strNoOptions = 'ამ ფორმატს არ აქვს პარამეტრები'; +$strNoPassword = 'პაროლი არაა'; +$strNoPermission = 'The web server does not have permission to save the file %s.'; $strNoPhp = 'PHP კოდის გარეშე'; -$strNoPrivileges = 'არ არის პრივილეგიები'; -$strNoRights = 'თქვენ არაგაქვთ ამის უფლება!'; -$strNoTablesFound = 'მონაცემთა ბაზა არ შეიცავს ცხრილებს.'; -$strNotNumber = 'ეს რიცხვი არაა!'; -$strNotSet = '%s ცხრილი ვერ ვიპვე ან უწესრიგობაა %s-ში'; -$strNoUsersFound = 'მომხმარებელი არ არის ნაპოვნი.'; +$strNoPrivileges = 'პრივილეგიები არაა'; +$strNoRights = 'You don\'t have sufficient privileges to be here right now!'; +$strNoRowsSelected = 'No rows selected'; +$strNoSpace = 'Insufficient space to save the file %s.'; +$strNoTablesFound = 'No tables found in database.'; +$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.'; +$strNotNumber = 'ეს არ არის რიცხვი!'; +$strNotOK = 'not OK'; +$strNotSet = '%s table not found or not set in %s'; +$strNoUsersFound = 'მომხმარებლ(ებ)ის პოვნა ვერ მოხერხდა.'; +$strNoValidateSQL = 'Skip Validate SQL'; $strNull = 'ნული'; -$strNumSearchResultsInTable = '%s შესაბამისობა ცხრილის შიგნით%s'; -$strNumSearchResultsTotal = 'სულ: %s შესაბამისობა'; +$strNumberOfFields = 'ველების რაოდენობა'; +$strNumberOfTables = 'ცხრილების რაოდენობა'; +$strNumSearchResultsInTable = '%s match(es) inside table %s'; +$strNumSearchResultsTotal = 'Total: %s match(es)'; +$strNumTables = 'ცხრილები'; -$strOperations = 'ოპერაციები'; -$strOptimizeTable = 'ცხრილის ოპტიმიზაცია'; +$strOK = 'OK'; +$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; +$strOpenDocumentText = 'Open Document Text'; +$strOpenNewWindow = 'phpMyAdmin-ის ახალი ფანჯრის გახსნა'; +$strOperations = 'მოქმედებები'; +$strOperator = 'ოპერატორი'; +$strOptimize = 'ოპტიმიზება'; +$strOptimizeTable = 'ცხრილის ოპტიმიზება'; +$strOptions = 'პარამეტრები'; $strOr = 'ან'; -$strOverhead = 'ზედმეტი'; +$strOverhead = 'Overhead'; +$strOverwriteExisting = 'Overwrite existing file(s)'; +$strPacked = 'შეკუმშული'; $strPageNumber = 'გვერდის ნომერი:'; -$strPartialText = 'ტექსტების ნაწილი'; -$strPassword = 'პაროლი'; +$strPagesToBeFlushed = 'Pages to be flushed'; +$strPaperSize = 'გვერდის ზომა'; +$strPartialImport = 'Partial import'; +$strPartialText = 'Partial Texts'; +$strPartitionDefinition = 'PARTITION definition'; +$strPartitioned = 'დაყოფილი'; +$strPartitionMaintenance = 'Partition maintenance'; +$strPartition = 'დანაყოფი %s'; +$strPasswordChanged = 'The password for %s was changed successfully.'; $strPasswordEmpty = 'პაროლი ცარიელია!'; -$strPasswordNotSame = 'პაროლები განსხვავდება!'; -$strPdfDbSchema = '"%s"-ს სქემა %s მონაცემთა ბაზაში'; -$strPdfInvalidTblName = 'The "%s" table does not exist!'; +$strPasswordHashing = 'Password Hashing'; +$strPasswordNotSame = 'პაროლები არ ემთხვევა!'; +$strPassword = 'პაროლი'; +$strPBXTCheckpointFrequency = 'Checkpoint frequency'; +$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; +$strPBXTDataFileGrowSize = 'Data file grow size'; +$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; +$strPBXTDataLogThreshold = 'Data log threshold'; +$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; +$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; +$strPBXTGarbageThreshold = 'Garbage threshold'; +$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; +$strPBXTIndexCacheSize = 'Index cache size'; +$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; +$strPBXTLogBufferSize = 'Log buffer size'; +$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; +$strPBXTLogCacheSize = 'Log cache size'; +$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; +$strPBXTLogFileCount = 'Log file count'; +$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; +$strPBXTLogFileThreshold = 'Log file threshold'; +$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; +$strPBXTRecordCacheSize = 'Record cache size'; +$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; +$strPBXTRowFileGrowSize = 'Row file grow size'; +$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; +$strPBXTTransactionBufferSize = 'ტრანზაქციის ბუფერის ზომა'; +$strPdfDbSchema = 'Schema of the "%s" database - Page %s'; +$strPdfInvalidTblName = 'ცხრილი "%s" არ არსებობს!'; +$strPdfNoTables = 'ცხრილები არაა'; +$strPDF = 'PDF'; +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; +$strPDFReportTitle = 'Report title'; +$strPerHour = 'საათში'; +$strPerMinute = 'წუთში'; +$strPerSecond = 'წამში'; +$strPersian = 'სპარსული'; +$strPhoneBook = 'სატელეფონო წიგნი'; $strPhp = 'PHP კოდის შექმნა'; -$strPHPVersion = 'PHP ვერსია'; +$strPHPExtension = 'PHP-ის გაფართოება'; +$strPHPVersion = 'PHP-ის ვერსია'; +$strPlayAudio = 'ხმის დაკვრა'; +$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; $strPmaDocumentation = 'phpMyAdmin-ის დოკუმენტაცია'; -$strPmaUriError = 'დირექტივა $cfgPmaAbsoluteUri უნდა დაყენდეს კონფიგურაციის ფაილში!'; +$strPmaUriError = 'The $cfg[\'PmaAbsoluteUri\'] directive MUST be set in your configuration file!'; +$strPolish = 'პოლონური'; +$strPortrait = 'პორტრეტული'; $strPos1 = 'დასაწყისი'; $strPrevious = 'წინა'; +$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped'; +$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!'; +$strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of a primary key!)'; $strPrimary = 'პირველადი'; -$strPrimaryKeyHasBeenDropped = 'პირველი გასაღები წაშლილია'; -$strPrimaryKeyName = 'პირველი გასაღების სახელი უნდა იყოს PRIMARY!'; -$strPrimaryKeyWarning = '("PRIMARY" უნდა იყოს მხოლოდ პირველი გასაღების სახელი!)'; -$strPrintView = 'ბეჭდვისთვის'; +$strPrint = 'დაბეჭდვა'; +$strPrintViewFull = 'ხედის ამობეჭდვა (სრული ტექსტებით)'; +$strPrintView = 'ხედის ამობეჭდვა'; +$strPrivDescAllPrivileges = 'შეიცავს ყველა პრივილეგიას GRANT-ის გამოკლებით.'; +$strPrivDescAlter = 'Allows altering the structure of existing tables.'; +$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; +$strPrivDescCreateDb = 'Allows creating new databases and tables.'; +$strPrivDescCreateRoutine = 'Allows creating stored routines.'; +$strPrivDescCreateTbl = 'Allows creating new tables.'; +$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; +$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; +$strPrivDescCreateView = 'Allows creating new views.'; +$strPrivDescDelete = 'Allows deleting data.'; +$strPrivDescDropDb = 'Allows dropping databases and tables.'; +$strPrivDescDropTbl = 'Allows dropping tables.'; +$strPrivDescEvent = 'Allows to set up events for the event scheduler'; +$strPrivDescExecute5 = 'Allows executing stored routines.'; +$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.'; +$strPrivDescFile = 'Allows importing data from and exporting data into files.'; +$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; +$strPrivDescIndex = 'Allows creating and dropping indexes.'; +$strPrivDescInsert = 'Allows inserting and replacing data.'; +$strPrivDescLockTables = 'Allows locking tables for the current thread.'; $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; +$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; +$strPrivDescProcess = 'Allows viewing processes of all users'; +$strPrivDescReferences = 'Has no effect in this MySQL version.'; +$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; +$strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.'; +$strPrivDescReplSlave = 'Needed for the replication slaves.'; +$strPrivDescSelect = 'Allows reading data.'; +$strPrivDescShowDb = 'Gives access to the complete list of databases.'; +$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; +$strPrivDescShutdown = 'Allows shutting down the server.'; +$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.'; +$strPrivDescTrigger = 'Allows creating and dropping triggers'; +$strPrivDescUpdate = 'Allows changing data.'; +$strPrivDescUsage = 'პრივილეგიები არაა.'; $strPrivileges = 'პრივილეგიები'; +$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; +$strProcedures = 'პროცედურები'; +$strProcesses = 'პროცესები'; +$strProcesslist = 'პროცესების სია'; +$strProfiling = 'Profiling'; +$strProtocolVersion = 'ოქმის ვერსია'; +$strPutColNames = 'Put fields names in the first row'; -$strQBE = 'ამორჩევა მაგალითის მიხედვით'; -$strQBEDel = 'წაშლა'; -$strQBEIns = 'დამატება'; -$strQueryOnDb = 'SQL-შეკითხვა %s მონაცემთა ბაზაში:'; +$strQBEDel = 'Del'; +$strQBEIns = 'Ins'; +$strQBE = 'მოთხოვნა'; +$strQueryCache = 'Query cache'; +$strQueryFrame = 'Query window'; +$strQueryOnDb = 'SQL query on database %s:'; +$strQueryResultsOperations = 'Query results operations'; +$strQuerySQLHistory = 'SQL history'; $strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; +$strQueryTime = 'მოთხოვნას დასჭირდა %01.4f წმ'; +$strQueryType = 'მოთხოვნის ტიპი'; +$strQueryWindowLock = 'Do not overwrite this query from outside the window'; +$strReadRequests = 'მოთხოვნების წაკითხვა'; +$strRebuild = 'Rebuild'; +$strReceived = 'მიღებულია'; +$strRecommended = 'რეკომენდებული'; $strRecords = 'ჩანაწერები'; -$strReferentialIntegrity = 'მონაცემთა შემოწმება:'; -$strRelationView = 'ურთიერთობათა სახე'; -$strRenameTable = 'სახელის შეცვლა'; -$strRenameTableOK = 'ცხრილი %s გადაკეთდა %s-დ'; +$strReferentialIntegrity = 'Check referential integrity:'; +$strRefresh = 'განახლება'; +$strRelationalDisplayField = 'Relational display field'; +$strRelationalKey = 'Relational key'; +$strRelationalSchema = 'Relational schema'; +$strRelationDeleted = 'Relation deleted'; +$strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.'; +$strRelationsForTable = 'RELATIONS FOR TABLE'; +$strRelations = 'Relations'; +$strRelationView = 'Relation view'; +$strReloadingThePrivileges = 'Reloading the privileges'; +$strReloadPrivileges = 'პრივილეგიების გადატვირთვა'; +$strReload = 'გადატვირთვა'; +$strRemovePartitioning = 'Remove partitioning'; +$strRemoveSelectedUsers = 'Remove selected users'; +$strRenameDatabaseOK = 'Database %s has been renamed to %s'; +$strRenameTableOK = 'Table %s has been renamed to %s'; +$strRenameTable = 'Rename table to'; +$strRepair = 'აღდგენა'; $strRepairTable = 'ცხრილის აღდგენა'; -$strReplaceTable = 'შეცვალე ცხრილი მონაცემებით შემდეგი ფაილიდან'; -$strReset = 'საწყისი მნიშვნელობები'; -$strReType = 'დამოწმება'; -$strRevoke = 'გაუქმება'; -$strRevokeMessage = 'თქვენ შეცვალეთ პრივიკებიები %s-სთვის'; -$strRowLength = 'სტრიქონის სიგრძე '; -$strRows = 'ჩანაწერები'; -$strRowsFrom = 'სტრიქონი. საწყისი სტრიქონი:'; +$strReplaceNULLBy = 'Replace NULL by'; +$strReplaceTable = 'Replace table data with file'; +$strReplication = 'რეპლიკაცია'; +$strReset = 'დაბრუნება'; +$strResourceLimits = 'Resource limits'; +$strRestartInsertion = 'Restart insertion with %s rows'; +$strReType = 'Re-type'; +$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; +$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; +$strRevokeMessage = 'You have revoked the privileges for %s'; +$strRevoke = 'Revoke'; +$strRomanian = 'რუმინული'; +$strRoutineReturnType = 'Return type'; +$strRoutines = 'Routines'; +$strRowLength = 'სტრიქონის სიგრძე'; +$strRowsAffected = '%1$d row(s) affected.'; +$strRowsDeleted = 'წაიშალა %1$d სტრიქონი.'; +$strRowsFrom = 'row(s) starting from record #'; +$strRowsInserted = 'ჩაისვა %1$d სტრიქონი.'; $strRowSize = ' სტრიქონის ზომა '; +$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)'; $strRowsModeHorizontal = 'ჰორიზონტალური'; -$strRowsModeOptions = '%s-ს რეჟიმში, სათაურები %s სვეტების სემდეგ'; +$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; $strRowsModeVertical = 'ვერტიკალური'; -$strRowsStatistic = 'სტრიქონის სტატისტიკა'; -$strRunning = 'გაშვებულია ჰოსტზე %s'; -$strRunQuery = 'სესრულება'; -$strRunSQLQuery = 'შეასრულე SQL მოთხოვნა/მოთხოვნები მონაცემთა ბაზაზე %s'; +$strRows = 'სტრიქონები'; +$strRowsStatistic = 'Row Statistics'; +$strRunning = 'გაშვებულია სერვერზე %s'; +$strRunQuery = 'მოთხოვნის გაგზავნა'; +$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; +$strRunSQLQuery = 'Run SQL query/queries on database %s'; +$strRussian = 'რუსული'; +$strSaveOnServer = 'სერვერის %s დირექტორიაში შენახვა'; +$strSavePosition = 'მდებარეობის შენახვა'; $strSave = 'შენახვა'; -$strScaleFactorSmall = 'მაშტაბის ფაქტორი ძალიან პატარაა იმისთვის, რომ გვერდის სქემაში აისახოს'; -$strSearch = 'ძებნა'; -$strSearchFormTitle = 'ძებნა მონაცემთა ბაზაში'; -$strSearchInTables = 'Inside ცხრილი:'; -$strSearchNeedle = 'საძიებელი სიტყვები ან მნიშვნელობები (wildcard: "%"):'; +$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; +$strSearchFormTitle = 'მონაცემთა ბაზაში ძებნა'; +$strSearchInField = 'ველში:'; +$strSearchInTables = 'ცხრილ(ებ)ში:'; +$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):'; $strSearchOption1 = 'ერთი სიტყვა მაინც'; $strSearchOption2 = 'ყველა სიტყვა'; $strSearchOption3 = 'ზუსტი ფრაზა'; -$strSearchOption4 = 'როგორც სწორი ფრაზა'; -$strSearchResultsFor = 'ძებნის შედეგი "%s" %s:'; -$strSearchType = 'ძიება:'; -$strSelectADb = 'გთხოვთ მონიშნეთ მონაცემთა ბაზა'; -$strSelectAll = 'ყველას მონიშვნა'; -$strSelectFields = 'აირჩიეთ ველები (მინიმუმ ერთი მაინც):'; +$strSearchOption4 = 'რეგულარული გამოსახულება'; +$strSearchResultsFor = 'Search results for "%s" %s:'; +$strSearch = 'ძებნა'; +$strSearchType = 'იპოვე:'; +$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; +$strSelectADb = 'გთხოვთ აირჩიოთ მონაცემთა ბაზა'; +$strSelectAll = 'ყველას მონიშნვა'; +$strSelectBinaryLog = 'აირჩიეთ საჩვენებელი ორობითი ჟურნალი'; +$strSelectFields = 'Select fields (at least one):'; +$strSelectForeignKey = 'Select Foreign Key'; $strSelectNumRows = 'მოთხოვნაში'; -$strSelectTables = 'ცხრილის მონიშვნა'; -$strSend = 'ფაილად შენახვა'; +$strSelectReferencedKey = 'Select referenced key'; +$strSelectTables = 'ცხრილების არჩევა'; +$strSend = 'ფაილის სახის შენახვა'; +$strSent = 'გაიგზავნა'; $strServerChoice = 'სერვერის არჩევა'; +$strServerNotResponding = 'სერვერი არ პასუხობს'; +$strServer = 'სერვერი'; +$strServers = 'სერვერები'; +$strServerStatusDelayedInserts = 'Delayed inserts'; +$strServerStatus = 'Runtime Information'; +$strServerStatusUptime = 'MySQL სერვერის მუშაობის პერიოდი - %s. გაშვების დრო - %s.'; +$strServerTabVariables = 'ცვლადები'; $strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; +$strServerVars = 'სერვერის ცვლადები და პარამეტრები'; $strServerVersion = 'სერვერის ვერსია'; -$strSetEnumVal = '"enum" ან "set" ტიპის ველებისათვის მონაცემები შეიყვანეთ შემდეგი ფორმატის მიხედვით: \'a\',\'b\',\'c\'...
    თუ თქვენ დაგჭირდებათ დახრილი ხაზის ("\") ან დახრილი ხაზისა და აპოსტროფის ("\'") შეყვანა, ამ სიმბოლოების წინ და შორის ჩასვით დახრილი ხაზი ისე როგორც აქაა (for example \'\\\\xyz\' or \'a\\\'b\').'; -$strShow = 'გამოიტანე'; -$strShowAll = 'ყველას დათვალიერება'; -$strShowColor = 'ფერების ჩვენება'; -$strShowGrid = 'ჩვენების ბადე'; -$strShowingRecords = 'ნაჩვენებია ჩანაწერები '; -$strShowPHPInfo = 'PHP ინფორმაცია'; -$strShowTableDimension = 'ცხრილის ჩვენების ცვლილება'; -$strShowTables = 'ცხრილების დათვალიერება'; -$strShowThisQuery = ' მოცემული შეკითხვის ხელახლა ჩვენება '; -$strSingly = '(ცალკე)'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; +$strSessionValue = 'სესიის მნიშვნელობა'; +$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
    If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; +$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; +$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; +$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; +$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; +$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; +$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; +$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; +$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; +$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; +$strSetupblowfish_secret_name = 'Blowfish secret'; +$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; +$strSetupBrowseMarkerEnable_name = 'Row marker'; +$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; +$strSetupBrowsePointerEnable_name = 'Highlight pointer'; +$strSetupBZipDump_desc = '[a@http://ka.wikipedia.org/wiki/Bzip2]bzip2[/a] შეკუმშვის ჩართვა იმპორტირების და ექსპორტირების ოპერაციებისთვის'; +$strSetupBZipDump_name = 'Bzip2'; +$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; +$strSetupCannotLoadConfig = 'კონფიგურაციის შენახვა ან ჩატვირთვა ვერ მოხერხდა'; +$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; +$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; +$strSetupCharEditing_name = 'CHAR fields editing'; +$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; +$strSetupCharTextareaCols_name = 'CHAR textarea columns'; +$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; +$strSetupCharTextareaRows_name = 'CHAR textarea rows'; +$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; +$strSetupClear = 'გაწმენდა'; +$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; +$strSetupCompressOnFly_name = 'Compress on the fly'; +$strSetupConfigurationFile = 'კონფიგურაციის ფაილი'; +$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; +$strSetupConfirm_name = 'Confirm DROP queries'; +$strSetupDefaultCharset_desc = 'Default character set used for conversions'; +$strSetupDefaultCharset_name = 'Default character set'; +$strSetupDefaultLanguage = 'ნაგულისხმები ენა'; +$strSetupDefaultServer = 'ნაგულისხმები სერვერი'; +$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; +$strSetupDefaultTabDatabase_name = 'Default database tab'; +$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; +$strSetupDefaultTabServer_name = 'Default server tab'; +$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; +$strSetupDefaultTabTable_name = 'Default table tab'; +$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; +$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; +$strSetupDisplayDatabasesList_name = 'მონაცემთა ბაზების სიის სახით ჩვენება'; +$strSetupDisplay = 'ჩვენება'; +$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; +$strSetupDisplayServersList_name = 'სერვერების სიის სახით ჩვენება'; +$strSetupDonateLink = 'შემოწირულობა'; +$strSetupDownload = 'ჩამოტვირთვა'; +$strSetupEndOfLine = 'სტრიქონის დასასრული'; +$strSetuperror_connection = 'MySQL სერვერთან დაკავშირება ვერ მოხერხდა'; +$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; +$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; +$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; +$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; +$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; +$strSetuperror_form = 'Submitted form contains errors'; +$strSetuperror_incorrect_ip_address = 'IP მისამართი არასწორია: %s'; +$strSetuperror_incorrect_port = 'პორტის ნომერი არასწორია'; +$strSetuperror_incorrect_value = 'არასწორი მნიშვნელობა'; +$strSetuperror_missing_field_data = 'Missing data for %s'; +$strSetuperror_nan_nneg = 'Not a non-negative number'; +$strSetuperror_nan_p = 'არადადებითი რიცხვი'; +$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; +$strSetupExecTimeLimit_name = 'Maximum execution time'; +$strSetupExport_asfile_name = 'ფაილად შენახვა'; +$strSetupExport_charset_name = 'სომბოლოთა ნაკრები ფაილისათვის'; +$strSetupExport_compression_name = 'შეკუმშვა'; +$strSetupExport_file_template_database_name = 'Database name template'; +$strSetupExport_file_template_server_name = 'Server name template'; +$strSetupExport_file_template_table_name = 'Table name template'; +$strSetupExport_format_name = 'ფორმატი'; +$strSetupExport_onserver_name = 'სერვერზე შენახვა'; +$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; +$strSetupExport_remember_file_template_name = 'Remember file name template'; +$strSetupFalse = 'არა'; +$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; +$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; +$strSetupForceSSL_name = 'Force SSL connection'; +$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; +$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; +$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; +$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; +$strSetupForm_Browse = 'დათვალიერების რეჟიმი'; +$strSetupForm_Browse_desc = 'Customize browse mode'; +$strSetupForm_Edit_desc = 'Customize edit mode'; +$strSetupForm_Edit = 'რედაქტირების რეჟიმი'; +$strSetupForm_Export_defaults_desc = 'Customize default export options'; +$strSetupForm_Export_defaults = 'Export defaults'; +$strSetupForm_Import_defaults_desc = 'Customize default common import options'; +$strSetupForm_Import_defaults = 'Import defaults'; +$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; +$strSetupForm_Import_export = 'იმპორტი / ექსპორტი'; +$strSetupForm_Left_databases = 'მონაცემთა ბაზები'; +$strSetupForm_Left_databases_desc = 'მონაცემთა ბაზის ჩვენების პარამეტრები'; +$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; +$strSetupForm_Left_frame = 'ნავიგაციის ჩარჩო'; +$strSetupForm_Left_servers_desc = 'სერვერის ჩვენების პარამეტრები'; +$strSetupForm_Left_servers = 'სერვერები'; +$strSetupForm_Left_tables_desc = 'ცხრილების ჩვენების პარამეტრები'; +$strSetupForm_Left_tables = 'ცხრილები'; +$strSetupForm_Main_frame = 'მთავარი ჩარჩო'; +$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; +$strSetupForm_Other_core_settings = 'Other core settings'; +$strSetupForm_Query_window_desc = 'Customize query window options'; +$strSetupForm_Query_window = 'მოთხოვნების ფანჯარა'; +$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; +$strSetupForm_Security = 'უსაფრთხოება'; +$strSetupForm_Server = 'ძირითადი პარამეტრები'; +$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; +$strSetupForm_Server_config = 'სერვერის კონფიგურაცია'; +$strSetupForm_Server_desc = 'Enter server connection parameters'; +$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; +$strSetupForm_Server_login_options = 'Signon login options'; +$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; +$strSetupForm_Server_pmadb = 'PMA-ის მონაცემთა ბაზა'; +$strSetupFormset_customization = 'Customization'; +$strSetupFormset_export = 'Customize export options'; +$strSetupFormset_features = 'Features'; +$strSetupFormset_import = 'Customize import defaults'; +$strSetupFormset_left_frame = 'Customize navigation frame'; +$strSetupFormset_main_frame = 'Customize main frame'; +$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; +$strSetupForm_Sql_box = 'SQL Query box'; +$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; +$strSetupForm_Sql_queries = 'SQL მოთხოვნები'; +$strSetupForm_Startup_desc = 'Customize startup page'; +$strSetupForm_Startup = 'Startup'; +$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; +$strSetupForm_Tabs = 'დაფები'; +$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; +$strSetupGZipDump_name = 'GZip'; +$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; +$strSetupHomepageLink = 'phpMyAdmin-ის სათაო გვერდი'; +$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; +$strSetupIgnoreErrors = 'შეცდომების იგნორირება'; +$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; +$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; +$strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; +$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; +$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; +$strSetupImport_format_name = 'შემოტანილი ფაილის ფორმატი'; +$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; +$strSetupImport_skip_queries_name = 'Partial import: skip queries'; +$strSetupInsecureConnection = 'დაუცველი კავშირი'; +$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; +$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; +$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; +$strSetupInsertRows_name = 'ჩასმული სტრიქონების რაოდენობა'; +$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; +$strSetupLeftDisplayLogo_desc = 'მარცხენა ჩარჩოში ლოგოს ჩვენება'; +$strSetupLeftDisplayLogo_name = 'ლოგოს ჩვენება'; +$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; +$strSetupLeftDisplayServers_name = 'Display servers selection'; +$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; +$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; +$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; +$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; +$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; +$strSetupLeftFrameLight_name = 'Use light version'; +$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; +$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; +$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; +$strSetupLeftLogoLink_name = 'Logo link URL'; +$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; +$strSetupLeftLogoLinkWindow_name = 'Logo link target'; +$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; +$strSetupLeftPointerEnable_name = 'Enable highlighting'; +$strSetupLetUserChoose = 'let the user choose'; +$strSetupLightTabs_desc = 'Use less graphically intense tabs'; +$strSetupLightTabs_name = 'Light tabs'; +$strSetupLoad = 'ჩატვირთვა'; +$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; +$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; +$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; +$strSetupLoginCookieRecall_name = 'Recall user name'; +$strSetupLoginCookieStore_desc = 'Defines how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; +$strSetupLoginCookieStore_name = 'Login cookie store'; +$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; +$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; +$strSetupLoginCookieValidity_name = 'Login cookie validity'; +$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; +$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; +$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; +$strSetupMaxDbList_name = 'Maximum databases'; +$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; +$strSetupMaxRows_name = 'Maximum number of rows to display'; +$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; +$strSetupMaxTableList_name = 'Maximum tables'; +$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; +$strSetupMemoryLimit_name = 'მეხსიერების შეზღუდვა'; +$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; +$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; +$strSetupNewServer = 'ახალი სერვერი'; +$strSetupNoServers = 'There are no configured servers'; +$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; +$strSetupOBGzip_name = 'GZip output buffering'; +$strSetupOptionNone = '- არაა -'; +$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; +$strSetupOrder_name = 'Default sorting order'; +$strSetupOverview = 'განხილვა'; +$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; +$strSetupPersistentConnections_name = 'Persistent connections'; +$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; +$strSetupPropertiesIconic_name = 'Iconic table operations'; +$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; +$strSetupProtectBinary_name = 'Protect binary fields'; +$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; +$strSetupQueryHistoryDB_name = 'Permanent query history'; +$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; +$strSetupQueryHistoryMax_name = 'Query history length'; +$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; +$strSetupQueryWindowDefTab_name = 'Default query window tab'; +$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; +$strSetupRecodingEngine_name = 'Recoding engine'; +$strSetupRestoreDefaultValue = 'Restore default value'; +$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; +$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; +$strSetupSaveDir_name = 'დირექტორიის შენახვა'; +$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; +$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; +$strSetupServersAdd = 'ახალი სერვერის დამატება'; +$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; +$strSetupServers_AllowDeny_order_name = 'Host authentication order'; +$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; +$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; +$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; +$strSetupServers_AllowRoot_name = 'root-ით შესვლის ნებართვა'; +$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; +$strSetupServers_auth_swekey_config_name = 'SweKey config file'; +$strSetupServers_auth_type_desc = 'Authentication method to use'; +$strSetupServers_auth_type_name = 'ავთენტიფიკაციის ტიპი'; +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_name = 'ცხრილის ჩანიშვნა'; +$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; +$strSetupServers_column_info_name = 'Column information table'; +$strSetupServers_compress_desc = 'MySQL სერვერთან კავშირის შეკუმშვა'; +$strSetupServers_compress_name = 'კავშირის შეკუმშვა'; +$strSetupServers_connect_type_desc = 'How to connect to server, keep [kdb]tcp[/kdb] if unsure'; +$strSetupServers_connect_type_name = 'კავშირის ტიპი'; +$strSetupServers_controlpass_name = 'Control user password'; +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; +$strSetupServers_controluser_name = 'Control user'; +$strSetupServers_CountTables_desc = 'Count tables when showing database list'; +$strSetupServers_CountTables_name = 'ცხრილების დათვლა'; +$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]'; +$strSetupServers_designer_coords_name = 'Designer table'; +$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; +$strSetupServers_DisableIS_name = 'INFORMATION_SCHEMA-ის გამოყენების აკრძალვა'; +$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; +$strSetupServersEdit = 'სერვერის რედაქტირება'; +$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; +$strSetupServers_extension_name = 'გამოსაყენებელი PHP გაფართოება'; +$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; +$strSetupServers_hide_db_name = 'მონაცემთა ბაზების დამალვა'; +$strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]'; +$strSetupServers_history_name = 'SQL query history table'; +$strSetupServers_host_desc = 'Hostname where MySQL server is running'; +$strSetupServers_host_name = 'სერვერის ჰოსტის სახელი'; +$strSetupServers_LogoutURL_name = 'Logout URL'; +$strSetupServers_nopassword_desc = 'Try to connect without password'; +$strSetupServers_nopassword_name = 'პაროლის გარეშე დაკავშირება'; +$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; +$strSetupServers_only_db_name = 'Show only listed databases'; +$strSetupServers_password_desc = 'Leave empty if not using config auth'; +$strSetupServers_password_name = 'Password for config auth'; +$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; +$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_name = 'PMA-ის მონაცემთა ბაზა'; +$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; +$strSetupServers_port_name = 'სერვერის პორტი'; +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_name = 'Relation table'; +$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; +$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; +$strSetupServers_SignonSession_name = 'Signon session name'; +$strSetupServers_SignonURL_name = 'Signon URL'; +$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; +$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; +$strSetupServers_socket_name = 'Server socket'; +$strSetupServers_ssl_desc = ''; +$strSetupServers_ssl_name = 'SSL-ის გამოყენება'; +$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]'; +$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; +$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; +$strSetupServers_table_info_name = 'Display fields table'; +$strSetupServers_user_desc = 'Leave empty if not using config auth'; +$strSetupServers_user_name = 'User for config auth'; +$strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; +$strSetupServers_verbose_check_name = 'Verbose check'; +$strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; +$strSetupServers_verbose_name = 'Verbose name of this server'; +$strSetupSetValue = 'Set value: %s'; +$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; +$strSetupShowAll_name = 'Allow to display all the rows'; +$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; +$strSetupShowChgPassword_name = 'პაროლის შეცვლის ფორმის ჩვენება'; +$strSetupShowCreateDb_name = 'მონაცემთა ბაზის შექმნის ფორმის ჩვენება'; +$strSetupShowForm = 'ფორმის ჩვენება'; +$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; +$strSetupShowFunctionFields_name = 'ფუნქციების ველების ჩვენება'; +$strSetupShowHiddenMessages = 'ფარული შეტყობინებების ჩვენება (#MSG_COUNT)'; +$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; +$strSetupShowPhpInfo_name = 'phpinfo() ბმულის ჩვენება'; +$strSetupShowServerInfo_name = 'MySQL სერვერის შესახებ დეტალური ინფორმაციის ჩვენება'; +$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; +$strSetupShowSQL_name = 'SQL მოთხოვნების ჩვენება'; +$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; +$strSetupShowStats_name = 'სტატისტიკის ჩევნება'; +$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; +$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; +$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; +$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; +$strSetupShowTooltip_name = 'Display table comments in tooltips'; +$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; +$strSetupSkipLockedTables_name = 'დაბლოკილი ცხრილების გამოტოვება'; +$strSetupSQLQuery_Edit_name = 'რედაქტირება'; +$strSetupSQLQuery_Explain_name = 'SQL-ის ახსნა'; +$strSetupSQLQuery_Refresh_name = 'განახლება'; +$strSetupSQLQuery_ShowAsPHP_name = 'PHP კოდის შექმნა'; +$strSetupSQLQuery_Validate_name = 'Validate SQL'; +$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; +$strSetupSuggestDBName_name = 'Suggest new database name'; +$strSetupTrue = 'დიახ'; +$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; +$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; +$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; +$strSetupUploadDir_name = 'ატვირთვის დირექტორია'; +$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; +$strSetupUseDbSearch_name = 'Use database search'; +$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; +$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; +$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; +$strSetupVersionCheckInvalid = 'Got invalid version string from server'; +$strSetupVersionCheckLink = 'უკანასკნელ ვერსიაზე შემოწმება'; +$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; +$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; +$strSetupVersionCheckNone = 'No newer stable version is available'; +$strSetupVersionCheckUnparsable = 'Unparsable version string'; +$strSetupVersionCheck = 'ვერსიის შემოწმება'; +$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; +$strSetupWarning = 'Warning'; +$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; +$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; +$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; +$strSetupZipDump_name = 'ZIP'; +$strShowAll = 'ყველას ჩვენება'; +$strShowColor = 'ფერის ჩვენება'; +$strShowDatadictAs = 'Data Dictionary Format'; +$strShowFullQueries = 'Show Full Queries'; +$strShowGrid = 'Show grid'; +$strShowHideLeftMenu = 'Show/Hide left menu'; +$strShowingBookmark = 'Showing bookmark'; +$strShowingPhp = 'PHP კოდის სახით ჩვენება'; +$strShowingRecords = 'Showing rows'; +$strShowingSQL = 'Showing SQL query'; +$strShowKeys = 'Only show keys'; +$strShowOpenTables = 'Show open tables'; +$strShowPHPInfo = 'PHP-ის ინფორმაციის ჩვენება'; +$strShow = 'ჩვენება'; +$strShowSlaveHosts = 'Show slave hosts'; +$strShowSlaveStatus = 'Show slave status'; +$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; +$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; +$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; +$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; +$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; +$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; +$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; +$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; +$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; +$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; +$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; +$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; +$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; +$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; +$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; +$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; +$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; +$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; +$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; +$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; +$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; +$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; +$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; +$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; +$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; +$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; +$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; +$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; +$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; +$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; +$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; +$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; +$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; +$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; +$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; +$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; +$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; +$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; +$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; +$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; +$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; +$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; +$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of pages that have been written for doublewrite operations.'; +$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite operations that have been performed.'; +$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; +$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; +$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; +$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsync() writes done to the log file.'; +$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; +$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; +$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; +$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; +$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; +$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; +$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; +$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; +$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; +$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; +$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; +$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; +$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; +$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; +$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; +$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; +$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; +$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; +$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; +$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; +$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; +$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; +$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; +$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; +$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; +$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; +$strShowStatusOpen_filesDescr = 'The number of files that are open.'; +$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; +$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; +$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; +$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; +$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; +$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; +$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; +$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; +$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; +$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; +$strShowStatusReset = 'Reset'; +$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; +$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; +$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; +$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; +$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; +$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; +$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; +$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; +$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; +$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; +$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; +$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; +$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; +$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; +$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; +$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; +$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; +$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; +$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; +$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; +$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; +$strShowTableDimension = 'Show dimension of tables'; +$strShowTables = 'ცხრილების ჩვენება'; +$strShowThisQuery = ' Show this query here again '; +$strSimplifiedChinese = 'Simplified Chinese'; +$strSingly = '(singly)'; $strSize = 'ზომა'; -$strSort = 'სორტირება'; -$strSpaceUsage = 'გამოყენებული სივრცე'; -$strSplitWordsWithSpace = 'სიტყვები არის დაშლილია ცალკეულ სიმბოლოენად (" ").'; -$strSQLQuery = 'SQL-ის ამორჩევა'; -$strSQLResult = 'SQL შედეგი'; -$strSQL = 'SQL-ი'; -$strStatement = 'აღწერა'; -$strStrucCSV = 'CSV მონაცემები'; +$strSkipQueries = 'Number of records (queries) to skip from start'; +$strSlovak = 'სლოვაკური'; +$strSlovenian = 'სლოვენური'; +$strSmallBigAll = 'Small/Big All'; +$strSnapToGrid = 'Snap to grid'; +$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; +$strSortByKey = 'Sort by key'; +$strSorting = 'დალაგება'; +$strSort = 'დალაგება'; +$strSpaceUsage = 'ადგილის გამოყენება'; +$strSpanish = 'ესპანური'; +$strSplitWordsWithSpace = 'Words are separated by a space character (" ").'; +$strSQLCompatibility = 'SQL compatibility mode'; +$strSQLExportType = 'Export type'; +$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; +$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; +$strSQLQuery = 'SQL მოთხოვნა'; +$strSQLResult = 'SQL-ის შედეგი'; +$strSQL = 'SQL'; +$strSQPBugInvalidIdentifer = 'Invalid Identifer'; +$strSQPBugUnclosedQuote = 'Unclosed quote'; +$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; +$strStandInStructureForView = 'Stand-in structure for view'; +$strStatCheckTime = 'Last check'; +$strStatCreateTime = 'შეიქმნა'; +$strStatement = 'Statements'; +$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; +$strStatUpdateTime = 'უკანასკნელი განახლება'; +$strStatus = 'მდგომარეობა'; +$strStorageEngines = 'Storage Engines'; +$strStorageEngine = 'Storage Engine'; +$strStrucCSV = 'CSV'; $strStrucData = 'სტრუქტურა და მონაცემები'; -$strStrucExcelCSV = 'CSV MS Excel-ის მონაცემებისთვის '; +$strStrucExcelCSV = 'CSV MS Excel-თვის'; +$strStrucNativeExcel = 'Native MS Excel format'; $strStrucOnly = 'მხოლოდ სტრუქტურა'; $strStructPropose = 'ცხრილის სტრუქტურის შეთავაზება'; +$strStructureForView = 'სტრუქტურა ხედისათვის'; $strStructure = 'სტრუქტურა'; -$strSubmit = 'თანხმობა'; -$strSuccess = 'თქვენი SQL მოთხოვნა წარმატებით შესრულდა'; +$strSubmit = 'Submit'; +$strSuccess = 'Your SQL query has been executed successfully'; +$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; $strSum = 'ჯამი'; +$strSwedish = 'შვედური'; +$strSwekeyAuthenticating = 'ავთენტიფიკაცია...'; +$strSwekeyAuthFailed = 'Hardware authentication failed'; +$strSwekeyNoKeyId = 'File %s does not contain any key id'; +$strSwekeyNoKey = 'No valid authentication key plugged'; +$strSwitchToDatabase = 'Switch to copied database'; +$strSwitchToTable = 'Switch to copied table'; -$strTable = 'ცხრილი '; -$strTableComments = 'კომენტარი ცხრილზე'; -$strTableEmpty = 'ცხრილის სახელი არა არის მითითებული!'; -$strTableHasBeenDropped = 'ცხრილი %s წაიშალა'; -$strTableHasBeenEmptied = 'ცხრილი %s დაცარიელდა'; -$strTableHasBeenFlushed = 'ცხრილი %s კეშირებულია'; -$strTableMaintenance = 'ცხრილის მომსახურება'; -$strTables = '%s ცხრილი'; -$strTableStructure = 'ცხრილის სტრუქტურა. ცხრილი:'; -$strTextAreaLength = ' მისი სიგრძის გამო,
    ეს ველი შეიძლება არ არის რედაქტირებადი '; -$strTotal = 'სულ ცხრილში'; +$strTableAlreadyExists = 'ცხრილი %s უკვე არსებობს!'; +$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; +$strTableComments = 'ცხრილის კომენტარები'; +$strTableEmpty = 'ცხრილის სახელი ცარიელია!'; +$strTableHasBeenCreated = 'Table %1$s has been created.'; +$strTableHasBeenDropped = 'Table %s has been dropped'; +$strTableHasBeenEmptied = 'Table %s has been emptied'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strTableIsEmpty = 'როგორც ჩანს ცხრილი ცარიელია!'; +$strTableMaintenance = 'Table maintenance'; +$strTableName = 'ცხრილის სახელი'; +$strTableOfContents = 'Table of contents'; +$strTableOptions = 'ცხრილის პარამეტრები'; +$strTables = '%s table(s)'; +$strTableStructure = 'Table structure for table'; +$strTable = 'ცხრილი'; +$strTakeIt = 'take it'; +$strTblPrivileges = 'Table-specific privileges'; +$strTempData = 'დროებითი მონაცემები'; +$strTextAreaLength = ' Because of its length,
    this field might not be editable '; +$strTexyText = 'Texy! text'; +$strThai = 'Thai'; +$strThemeDefaultNotFound = 'Default theme %s not found!'; +$strThemeNoPreviewAvailable = 'No preview available.'; +$strThemeNotFound = 'Theme %s not found!'; +$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; +$strThemePathNotFound = 'Theme path not found for theme %s!'; +$strTheme = 'თემა / სტიპი'; +$strThisHost = 'ეს ჰოსტი'; +$strThreads = 'Threads'; +$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; +$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; +$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; +$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; +$strTime = 'დრო'; +$strToFromPage = 'to/from page'; +$strToggleScratchboard = 'Toggle scratchboard'; +$strToggleSmallBig = 'Toggle small/big'; +$strToSelectRelation = 'To select relation, click :'; +$strTotal = 'სულ'; +$strTotalUC = 'სულ'; +$strTraditionalChinese = 'ტრადიციული ჩინური'; +$strTraditionalSpanish = 'ტრადიციული ესპანური'; +$strTraffic = 'ტრაფიკი'; +$strTransactionCoordinator = 'Transaction coordinator'; +$strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.'; +$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; +$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.'; +$strTransformation_image_jpeg__link = 'Displays a link to download this image.'; +$strTransformation_image_png__inline = 'See image/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; +$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).'; +$strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.'; +$strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.'; +$strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.'; +$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; +$strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").'; +$strTriggers = 'ტრიგერები'; +$strTruncateQueries = 'Truncate Shown Queries'; +$strTurkish = 'თურქული'; $strType = 'ტიპი'; -$strUncheckAll = 'Uncheck All'; +$strUkrainian = 'უკრაინული'; +$strUncheckAll = 'მონიშნვის მოხსნა ყველასთვის'; +$strUnicode = 'უნიკოდი'; $strUnique = 'უნიკალური'; -$strUnselectAll = 'მონიშვნის გაუქმება'; -$strUpdatePrivMessage = 'პრივილეგიები განახლდა %s-სთვის.'; -$strUpdateProfileMessage = 'პროფაილი განახლდა.'; -$strUpdateQuery = 'შეკითხვის (მოთხოვნის) განახლება'; -$strUsage = 'მოცულობა'; -$strUseBackquotes = 'შებრუნებული ბრჭყალები'; -$strUser = 'მომხმარებელი'; +$strUnknown = 'უცნობი'; +$strUnselectAll = 'მონიშნვის მოხსნა'; +$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; +$strUpdatePrivMessage = 'You have updated the privileges for %s.'; +$strUpdateProfileMessage = 'პროფილი განახლდა.'; +$strUpdateQuery = 'მოთხოვნის განახლება'; +$strUpdComTab = 'Please see the documentation on how to update your column_comments table'; +$strUpgrade = 'You should upgrade to %s %s or later.'; +$strUploadErrorCantWrite = 'Failed to write file to disk.'; +$strUploadErrorExtension = 'File upload stopped by extension.'; +$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; +$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; +$strUploadErrorNoTempDir = 'Missing a temporary folder.'; +$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; +$strUploadErrorUnknown = 'Unknown error in file upload.'; +$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; +$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; +$strUsage = 'გამოყენება'; +$strUseBackquotes = 'Enclose table and field names with backquotes'; +$strUseHostTable = 'Use Host Table'; +$strUserAlreadyExists = 'მომხმარებელი %s უკვე არსებობს!'; $strUserEmpty = 'მომხმარებლის სახელი ცარიელია!'; $strUserName = 'მომხმარებლის სახელი'; -$strUseTables = 'მომხმარებლის ცხრილები'; +$strUserNotFound = 'The selected user was not found in the privilege table.'; +$strUserOverview = 'მომხმარებლის მიმოხილვა'; +$strUsersDeleted = 'The selected users have been deleted successfully.'; +$strUsersHavingAccessToDb = 'Users having access to "%s"'; +$strUser = 'მომხმარებელი'; +$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; +$strUseTables = 'გამოიყენე ცხრილები'; +$strUseTextField = 'გამოიყენე ტექსტური ველი'; +$strUseThisValue = 'გამოიყენე ეს ველი'; +$strValidateSQL = 'Validate SQL'; +$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.'; $strValue = 'მნიშვნელობა'; -$strViewDump = 'ცხრილისი სქემა'; -$strViewDumpDB = 'მონაცემთა ბაზის სქემა'; +$strVar = 'ცვლადი'; +$strVersionInformation = 'ინფორმაცია ვერსიის შესახებ'; +$strViewDumpDatabases = 'View dump (schema) of databases'; +$strViewDumpDB = 'View dump (schema) of database'; +$strViewDump = 'View dump (schema) of table'; +$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; +$strViewHasBeenDropped = 'View %s has been dropped'; +$strViewImage = 'გამოსახულების ჩვენება'; +$strViewName = 'VIEW name'; +$strViewVideo = 'ვიდეოს ჩვენება'; +$strView = 'ხედო'; -$strWelcome = 'კეთილი იყოს თქვენი მობრძანება %s'; -$strWithChecked = 'მონიშნულებთან:'; -$strWrongUser = 'არასწორი სახელი/პაროლი. მიმართვა ბლოკირებულია'; +$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; +$strWebServerUploadDirectory = 'web server upload directory'; +$strWebServer = 'ვებ სერვერი'; +$strWelcome = 'მოგესალმებათ %s'; +$strWestEuropean = 'West European'; +$strWiki = 'ვიკი'; +$strWildcard = 'wildcard'; +$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.'; +$strWithChecked = 'With selected:'; +$strWriteRequests = 'Write requests'; +$strWrongUser = 'Wrong username/password. Access denied.'; -$strYes = 'კი'; +$strXML = 'XML'; -$strZip = '"zip-ში შეკუმშვა"'; +$strYes = 'დიახ'; -// To translate: -$strAbortedClients = 'Aborted'; //to translate -$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate -$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate -$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate -$strAddConstraints = 'Add constraints'; //to translate -$strAddFields = 'Add %s field(s)'; //to translate -$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate -$strAddIntoComments = 'Add into comments';//to translate -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strAdministration = 'Administration'; //to translate -$strAfterInsertNext = 'Edit next row'; //to translate -$strAfterInsertSame = 'Go back to this page'; //to translate -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strAllTableSameWidth = 'display all Tables with same width?'; //to translate -$strAndThen = 'and then'; //to translate -$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate -$strArabic = 'Arabic'; //to translate -$strArmenian = 'Armenian'; //to translate -$strAutomaticLayout = 'Automatic layout'; //to translate - -$strBaltic = 'Baltic'; //to translate -$strBeginCut = 'BEGIN CUT'; //to translate -$strBeginRaw = 'BEGIN RAW'; //to translate -$strBinaryLog = 'Binary log'; //to translate -$strBinLogEventType = 'Event type'; //to translate -$strBinLogInfo = 'Information'; //to translate -$strBinLogName = 'Log name'; //to translate -$strBinLogOriginalPosition = 'Original position'; //to translate -$strBinLogPosition = 'Position'; //to translate -$strBinLogServerId = 'Server ID'; //to translate -$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate -$strBookmarkCreated = 'Bookmark %s created'; //to translate -$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate -$strBrowseDistinctValues = 'Browse distinct values'; //to translate -$strBrowseForeignValues = 'Browse foreign values'; //to translate -$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate -$strBufferPool = 'Buffer Pool'; //to translate -$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate -$strBufferReadMissesInPercent = 'Read misses in %'; //to translate -$strBufferReadMisses = 'Read misses'; //to translate -$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate -$strBufferWriteWaits = 'Write waits'; //to translate -$strBulgarian = 'Bulgarian'; //to translate -$strBusyPages = 'Busy pages'; //to translate - -$strCalendar = 'Calendar'; //to translate -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate -$strCantLoad = 'cannot load %s extension,
    please check PHP Configuration'; //to translate -$strCaseInsensitive = 'case-insensitive'; //to translate -$strCaseSensitive = 'case-sensitive'; //to translate -$strCentralEuropean = 'Central European'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strCharset = 'Charset'; //to translate -$strCharsetOfFile = 'Character set of the file:'; //to translate -$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate -$strCharsets = 'Charsets'; //to translate -$strCheckOverhead = 'Check tables with overhead'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strColComFeat = 'Displaying Column Comments'; //to translate -$strCollation = 'Collation'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strCommand = 'Command'; //to translate -$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate -$strCompression = 'Compression'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strConnectionError = 'Cannot connect: invalid settings.'; //to translate -$strConnections = 'Connections'; //to translate -$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate -$strConstraintsForTable = 'Constraints for table'; //to translate -$strCopy = 'Copy'; //to translate -$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate -$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate -$strCreatePdfFeat = 'Creation of PDFs'; //to translate -$strCreationDates = 'Creation/Update/Check dates'; //to translate -$strCroatian = 'Croatian'; //to translate -$strCSV = 'CSV'; //to translate -$strCyrillic = 'Cyrillic'; //to translate -$strCzech = 'Czech'; //to translate -$strCzechSlovak = 'Czech-Slovak'; //to translate - -$strDanish = 'Danish'; //to translate -$strDatabaseEmpty = 'The database name is empty!'; //to translate -$strDatabaseExportOptions = 'Database export options';//to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDataDict = 'Data Dictionary'; //to translate -$strDataPages = 'Pages containing data'; //to translate -$strDBComment = 'Database comment: ';//to translate -$strDBCopy = 'Copy database to'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strDBRename = 'Rename database to'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strDefragment = 'Defragment table'; //to translate -$strDelayedInserts = 'Use delayed inserts'; //to translate -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate -$strDeleting = 'Deleting %s'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strDescription = 'Description'; //to translate -$strDictionary = 'dictionary'; //to translate -$strDirtyPages = 'Dirty pages'; //to translate -$strDisabled = 'Disabled'; //to translate -$strDisableForeignChecks = 'Disable foreign key checks'; //to translate -$strDisplayFeat = 'Display Features'; //to translate -$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strDumpSaved = 'Dump has been saved to file %s.'; //to translate -$strDumpXRows = 'Dump %s row(s) starting at record # %s.'; //to translate - -$strEnabled = 'Enabled'; //to translate -$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate -$strEndCut = 'END CUT'; //to translate -$strEndRaw = 'END RAW'; //to translate -$strEngineAvailable = '%s is available on this MySQL server.'; //to translate -$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate -$strEngines = 'Engines'; //to translate -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strEnglish = 'English'; //to translate -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate -$strEsperanto = 'Esperanto'; //to translate -$strEstonian = 'Estonian'; //to translate -$strExcelEdition = 'Excel edition'; //to translate -$strExecuteBookmarked = 'Execute bookmarked query'; //to translate -$strExplain = 'Explain SQL'; //to translate - -$strFailedAttempts = 'Failed attempts'; //to translate -$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate -$strFileNameTemplateDescriptionServer = 'server name'; //to translate -$strFileNameTemplateDescriptionTable = 'table name'; //to translate -$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileToImport = 'File to import'; //to translate -$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate -$strFlushQueryCache = 'Flush query cache'; //to translate -$strFlushTables = 'Flush (close) all tables'; //to translate -$strFreePages = 'Free pages'; //to translate - -$strGeneralRelationFeat = 'General relation features'; //to translate -$strGenerate = 'Generate'; //to translate -$strGeneratePassword = 'Generate Password'; //to translate -$strGeorgian = 'Georgian'; //to translate -$strGerman = 'German'; //to translate -$strGlobal = 'global'; //to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strGrantOption = 'Grant'; //to translate -$strGreek = 'Greek'; //to translate - -$strHandler = 'Handler'; //to translate -$strHebrew = 'Hebrew'; //to translate -$strHTMLExcel = 'Microsoft Excel 2000'; //to translate -$strHTMLWord = 'Microsoft Word 2000'; //to translate -$strHungarian = 'Hungarian'; //to translate - -$strIcelandic = 'Icelandic'; //to translate -$strId = 'ID'; //to translate -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strIgnoreInserts = 'Use ignore inserts'; //to translate -$strImportFiles = 'Import files'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate -$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate -$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate -$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate -$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate -$strInnoDBDataFilePath = 'Data files'; //to translate -$strInnoDBDataHomeDir = 'Data home directory'; //to translate -$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate -$strInnoDBPages = 'pages'; //to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate -$strInternalRelations = 'Internal relations'; //to translate -$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate -$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate -$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate -$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate -$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate -$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate -$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate -$strInvalidFieldCount = 'Table must have at least one field.'; //to translate -$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate -$strInvalidRowNumber = '%d is not valid row number.'; //to translate -$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate -$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate - -$strJapanese = 'Japanese'; //to translate -$strJoins = 'Joins'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate - -$strKeyCache = 'Key cache'; //to translate -$strKorean = 'Korean'; //to translate - -$strLandscape = 'Landscape'; //to translate -$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate -$strLatchedPages = 'Latched pages'; //to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLaTeX = 'LaTeX'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatvian = 'Latvian'; //to translate -$strLDI = 'CSV using LOAD DATA'; //to translate -$strLDILocal = 'Use LOCAL keyword'; //to translate -$strLithuanian = 'Lithuanian'; //to translate -$strLoginInformation = 'Login Information'; //to translate -$strLogServer = 'Server'; //to translate -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate - -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate -$strMaximumSize = 'Maximum size: %s%s'; //to translate -$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 -$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
    Please ask the author, what %s does.';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'...
    If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strMultilingual = 'multilingual'; //to translate -$strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate -$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //to translate -$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate - -$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate -$strNoExplain = 'Skip Explain SQL'; //to translate -$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate -$strNoOptions = 'This format has no options';//to translate -$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate -$strNoRowsSelected = 'No rows selected'; //to translate -$strNoSpace = 'Insufficient space to save the file %s.'; //to translate -$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate -$strNotOK = 'not OK'; //to translate -$strNoValidateSQL = 'Skip Validate SQL'; //to translate -$strNumberOfFields = 'Number of fields'; //to translate -$strNumTables = 'Tables'; //to translate - -$strOK = 'OK'; //to translate -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate -$strOperator = 'Operator'; //to translate -$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate - -$strPagesToBeFlushed = 'Pages to be flushed'; //to translate -$strPaperSize = 'Paper size'; //to translate -$strPartialImport = 'Partial import'; //to translate -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate -$strPasswordHashing = 'Password Hashing'; //to translate -$strPdfNoTables = 'No tables'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPerHour = 'per hour'; //to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strPersian = 'Persian'; //to translate -$strPhoneBook = 'phone book'; //to translate -$strPolish = 'Polish'; //to translate -$strPortrait = 'Portrait'; //to translate -$strPrint = 'Print'; //to translate -$strPrintViewFull = 'Print view (with full texts)'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate -$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate -$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate -$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate -$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate -$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate -$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate -$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate -$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate -$strPrivDescSelect = 'Allows reading data.'; //to translate -$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate -$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate -$strPrivDescUpdate = 'Allows changing data.'; //to translate -$strPrivDescUsage = 'No privileges.'; //to translate -$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strProcesses = 'Processes'; //to translate -$strProcesslist = 'Process list'; //to translate -$strProtocolVersion = 'Protocol version'; //to translate -$strPutColNames = 'Put fields names at first row'; //to translate - -$strQueryCache = 'Query cache'; //to translate -$strQueryFrame = 'Query window';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strQueryType = 'Query type'; //to translate -$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate - -$strReadRequests = 'Read requests'; //to translate -$strReceived = 'Received'; //to translate -$strRefresh = 'Refresh'; //to translate -$strRelationalSchema = 'Relational schema'; //to translate -$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate -$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate -$strRelations = 'Relations'; //to translate -$strReloadingThePrivileges = 'Reloading the privileges'; //to translate -$strReloadPrivileges = 'Reload privileges'; //to translate -$strRemoveSelectedUsers = 'Remove selected users'; //to translate -$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate -$strReplaceNULLBy = 'Replace NULL by'; //to translate -$strReplication = 'Replication'; //to translate -$strResourceLimits = 'Resource limits'; //to translate -$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate -$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate -$strRomanian = 'Romanian'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate -$strRussian = 'Russian'; //to translate - -$strSaveOnServer = 'Save on server in %s directory'; //to translate -$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate -$strSelectBinaryLog = 'Select binary log to view'; //to translate -$strSent = 'Sent'; //to translate -$strServerNotResponding = 'The server is not responding'; //to translate -$strServer = 'Server'; //to translate -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strServerStatus = 'Runtime Information'; //to translate -$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strShowFullQueries = 'Show Full Queries'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //to translate -$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate -$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate -$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate -$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate -$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate -$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate -$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate -$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate -$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate -$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate -$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate -$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate -$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate -$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate -$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate -$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate -$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate -$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate -$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate -$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate -$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate -$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate -$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate -$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate -$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate -$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate -$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate -$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate -$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate -$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate -$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate -$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate -$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate -$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate -$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate -$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate -$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate -$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate -$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate -$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate -$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate -$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate -$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate -$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate -$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate -$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate -$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate -$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate -$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate -$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate -$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate -$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate -$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate -$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate -$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate -$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate -$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate -$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate -$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate -$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate -$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate -$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate -$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate -$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate -$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate -$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate -$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate -$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate -$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate -$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate -$strShowStatusReset = 'Reset'; //to translate -$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate -$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate -$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate -$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate -$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate -$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate -$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate -$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate -$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate -$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate -$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate -$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate -$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate -$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate -$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate -$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate -$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate -$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate -$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate -$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate -$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate -$strSimplifiedChinese = 'Simplified Chinese'; //to translate -$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate -$strSlovak = 'Slovak'; //to translate -$strSlovenian = 'Slovenian'; //to translate -$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate -$strSortByKey = 'Sort by key'; //to translate -$strSorting = 'Sorting'; //to translate -$strSpanish = 'Spanish'; //to translate -$strSQLCompatibility = 'SQL compatibility mode'; //to translate -$strSQLExportType = 'Export type'; //to translate -$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate -$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate -$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate -$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate -$strStatCheckTime = 'Last check';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatus = 'Status'; //to translate -$strStorageEngines = 'Storage Engines'; //to translate -$strStorageEngine = 'Storage Engine'; //to translate -$strStrucNativeExcel = 'Native MS Excel data'; //to translate -$strSwedish = 'Swedish'; //to translate -$strSwitchToDatabase = 'Switch to copied database'; //to translate -$strSwitchToTable = 'Switch to copied table'; //to translate - -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strTableOptions = 'Table options'; //to translate -$strTakeIt = 'take it'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strTempData = 'Temporary data'; //to translate -$strThai = 'Thai'; //to translate -$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate -$strThemeNoPreviewAvailable = 'No preview available.'; //to translate -$strThemeNotFound = 'Theme %s not found!'; //to translate -$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate -$strTheme = 'Theme / Style'; //to translate -$strThisHost = 'This Host'; //to translate -$strThreads = 'Threads'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate -$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate -$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate -$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate -$strTime = 'Time'; //to translate -$strToggleScratchboard = 'toggle scratchboard'; //to translate -$strTotalUC = 'Total'; //to translate -$strTraditionalChinese = 'Traditional Chinese'; //to translate -$strTraditionalSpanish = 'Traditional Spanish'; //to translate -$strTraffic = 'Traffic'; //to translate -$strTransactionCoordinator = 'Transaction coordinator'; //to translate -$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate -$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate -$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate -$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate -$strTruncateQueries = 'Truncate Shown Queries'; //to translate -$strTurkish = 'Turkish'; //to translate - -$strUkrainian = 'Ukrainian'; //to translate -$strUnicode = 'Unicode'; //to translate -$strUnknown = 'unknown'; //to translate -$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate -$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate -$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate -$strUseHostTable = 'Use Host Table'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserOverview = 'User overview'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate -$strUseTextField = 'Use text field'; //to translate -$strUseThisValue = 'Use this value'; //to translate - -$strValidateSQL = 'Validate SQL'; //to translate -$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate -$strVar = 'Variable'; //to translate -$strVersionInformation = 'Version information'; //to translate -$strViewDumpDatabases = 'View dump (schema) of databases';//to translate -$strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strView = 'View'; //to translate - -$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate -$strWebServerUploadDirectory = 'web-server upload directory'; //to translate -$strWestEuropean = 'West European'; //to translate -$strWildcard = 'wildcard'; //to translate -$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate -$strWriteRequests = 'Write requests'; //to translate - -$strXML = 'XML';//to translate - -$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate -$strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate -$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate -$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate -$strOpenDocumentText = 'Open Document Text'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate -$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate -$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate -$strInvalidTableName = 'Invalid table name'; //to translate -$strInvalidDatabase = 'Invalid database'; //to translate -$strServers = 'Servers'; //to translate -$strDelimiter = 'Delimiter'; //to translate -$strFunctions = 'Functions'; //to translate -$strProcedures = 'Procedures'; //to translate -$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate -$strFontSize = 'Font size'; //to translate -$strLanguage = 'Language'; //to translate -$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate -$strDocSQL = 'DocSQL'; //to translate -$strTableName = 'Table name'; //to translate -$strTableIsEmpty = 'Table seems to be empty!'; //to translate -$strDbIsEmpty = 'Database seems to be empty!'; //to translate -$strShowingPhp = 'Showing as PHP code'; //to translate -$strShowingSQL = 'Showing SQL query'; //to translate -$strDesigner = 'Designer'; //to translate -$strNumberOfTables = 'Number of tables'; //to translate -$strCreateTable = 'Create table'; //to translate -$strCreateRelation = 'Create relation'; //to translate -$strSavePosition = 'Save position'; //to translate -$strSelectForeignKey = 'Select Foreign Key'; //to translate -$strHide = 'Hide'; //to translate -$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate -$strReload = 'Reload'; //to translate -$strSmallBigAll = 'Small/Big All'; //to translate -$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate -$strMoveMenu = 'Move Menu'; //to translate -$strAngularLinks = 'Angular links'; //to translate -$strDirectLinks = 'Direct links'; //to translate -$strHideShowAll = 'Hide/Show all'; //to translate -$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate -$strInternalRelationAdded = 'Internal relation added'; //to translate -$strRelationDeleted = 'Relation deleted'; //to translate -$strToSelectRelation = 'To select relation, click :'; //to translate -$strExportImportToScale = 'Export/Import to scale'; //to translate -$strRecommended = 'recommended'; //to translate -$strToFromPage = 'to/from page'; //to translate -$strSelectReferencedKey = 'Select referenced key'; //to translate -$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate -$strHelp = 'Help'; //to translate -$strCancel = 'Cancel'; //to translate -$strDeleteRelation = 'Delete relation'; //to translate -$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate -$strStructureForView = 'Structure for view'; //to translate -$strStandInStructureForView = 'Stand-in structure for view'; //to translate -$strToggleSmallBig = 'Toggle small/big'; //to translate -$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate -$strErrorRelationAdded = 'Error: Relation not added.'; //to translate -$strErrorRelationExists = 'Error: relation already exists.'; //to translate -$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate -$strSnapToGrid = 'Snap to grid'; //to translate -$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 -$strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate -$strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate -$strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate -$strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate -$strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate -$strUploadErrorExtension = 'File upload stopped by extension.'; //to translate -$strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate -$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 -$strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate -$strViewName = 'VIEW name'; //to translate -$strOptions = 'Options'; //to translate -$strFiles = 'Files'; //to translate -$strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate -$strRoutines = 'Routines'; //to translate -$strRoutineReturnType = 'Return type'; //to translate -$strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate -$strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate -$strRestartInsertion = 'Restart insertion with %s rows'; //to translate -$strTriggers = 'Triggers'; //to translate -$strEvent = 'Event'; //to translate -$strProfiling = 'Profiling'; //to translate -$strPartitionDefinition = 'PARTITION definition'; //to translate -$strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate -$strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate -$strPrivDescProcess = 'Allows viewing processes of all users'; //to translate -$strPartitioned = 'partitioned'; //to translate -$strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate -$strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate -$strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate -$strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate -$strRowsDeleted = '%1$d row(s) deleted.'; //to translate -$strRowsAffected = '%1$d row(s) affected.'; //to translate -$strRowsInserted = '%1$d row(s) inserted.'; //to translate -$strInsertedRowId = 'Inserted row id: %1$d'; //to translate -$strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate -$strPartitionMaintenance = 'Partition maintenance'; //to translate -$strPartition = 'Partition %s'; //to translate -$strAnalyze = 'Analyze'; //to translate -$strCheck = 'Check'; //to translate -$strOptimize = 'Optimize'; //to translate -$strRebuild = 'Rebuild'; //to translate -$strRepair = 'Repair'; //to translate -$strRemovePartitioning = 'Remove partitioning'; //to translate -$strSearchInField = 'Inside field:'; //to translate -$strTexyText = 'Texy! text'; //to translate -$strDetails = 'Details...'; //to translate -$strComment = 'Comment'; //to translate -$strPacked = 'Packed'; //to translate -$strActions = 'Actions'; //to translate -$strInterface = 'Interface'; //to translate -$strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate -$strEvents = 'Events'; //to translate -$strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate -$strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate -$strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate -$strRelationalKey = 'Relational key'; //to translate -$strRelationalDisplayField = 'Relational display field'; //to translate -$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate -$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate -$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate -$strSwekeyAuthenticating = 'Authenticating...'; //to translate -$strPBXTIndexCacheSize = 'Index cache size'; //to translate -$strPBXTRecordCacheSize = 'Record cache size'; //to translate -$strPBXTLogCacheSize = 'Log cache size'; //to translate -$strPBXTLogFileThreshold = 'Log file threshold'; //to translate -$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate -$strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate -$strPBXTDataLogThreshold = 'Data log threshold'; //to translate -$strPBXTGarbageThreshold = 'Garbage threshold'; //to translate -$strPBXTLogBufferSize = 'Log buffer size'; //to translate -$strPBXTDataFileGrowSize = 'Data file grow size'; //to translate -$strPBXTRowFileGrowSize = 'Row file grow size'; //to translate -$strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate -$strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate -$strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate -$strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate -$strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate -$strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate -$strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate -$strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate -$strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate -$strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate -$strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate -$strPBXTLogFileCount = 'Log file count'; //to translate -$strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate -$strAsDefined = 'As defined:'; //to translate -$strWiki = 'Wiki'; //to translate -$strWebServer = 'Web server'; //to translate -$strPHPExtension = 'PHP extension'; //to translate -$strCustomColor = 'Custom color'; //to translate -$strBLOBRepository = 'BLOB Repository'; //to translate -$strBLOBRepositoryDamaged = 'Damaged'; //to translate -$strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate -$strBLOBRepositoryDisabled = 'Disabled'; //to translate -$strBLOBRepositoryDisable = 'Disable'; //to translate -$strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate -$strBLOBRepositoryEnabled = 'Enabled'; //to translate -$strBLOBRepositoryEnable = 'Enable'; //to translate -$strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate -$strBLOBRepositoryRepair = 'Repair'; //to translate -$strBLOBRepositoryStatus = 'Status'; //to translate -$strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate -$strViewImage = 'View image'; //to translate -$strPlayAudio = 'Play audio'; //to translate -$strViewVideo = 'View video'; //to translate -$strDownloadFile = 'Download file'; //to translate -$strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate -$strShowKeys = 'Only show keys'; //to translate -$strSetupServersAdd = 'Add a new server'; //to translate -$strSetupServersEdit = 'Edit server'; //to translate -$strSetupFormset_features = 'Features'; //to translate -$strSetupFormset_left_frame = 'Customize navigation frame'; //to translate -$strSetupFormset_main_frame = 'Customize main frame'; //to translate -$strSetupFormset_import = 'Customize import defaults'; //to translate -$strSetupFormset_export = 'Customize export options'; //to translate -$strSetupFormset_customization = 'Customization'; //to translate -$strSetupTrue = 'yes'; //to translate -$strSetupFalse = 'no'; //to translate -$strSetupDisplay = 'Display'; //to translate -$strSetupDownload = 'Download'; //to translate -$strSetupClear = 'Clear'; //to translate -$strSetupLoad = 'Load'; //to translate -$strSetupRestoreDefaultValue = 'Restore default value'; //to translate -$strSetupSetValue = 'Set value: %s'; //to translate -$strSetupWarning = 'Warning'; //to translate -$strSetupIgnoreErrors = 'Ignore errors'; //to translate -$strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate -$strSetupShowForm = 'Show form'; //to translate -$strSetupOverview = 'Overview'; //to translate -$strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate -$strSetupNoServers = 'There are no configured servers'; //to translate -$strSetupNewServer = 'New server'; //to translate -$strSetupDefaultLanguage = 'Default language'; //to translate -$strSetupDefaultServer = 'Default server'; //to translate -$strSetupLetUserChoose = 'let the user choose'; //to translate -$strSetupOptionNone = '- none -'; //to translate -$strSetupEndOfLine = 'End of line'; //to translate -$strSetupConfigurationFile = 'Configuration file'; //to translate -$strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate -$strSetupDonateLink = 'Donate'; //to translate -$strSetupVersionCheckLink = 'Check for latest version'; //to translate -$strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate -$strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate -$strSetupInsecureConnection = 'Insecure connection'; //to translate -$strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate -$strSetupVersionCheck = 'Version check'; //to translate -$strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate -$strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate -$strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate -$strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate -$strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate -$strSetupVersionCheckNone = 'No newer stable version is available'; //to translate -$strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate -$strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate -$strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate -$strSetupForceSSLMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate -$strSetupAllowArbitraryServerMsg = 'This [a@?page=form&formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate -$strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate -$strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate -$strSetupGZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupBZipDumpWarning = '[a@?page=form&formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpImportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetupZipDumpExportWarning = '[a@?page=form&formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate -$strSetuperror_form = 'Submitted form contains errors'; //to translate -$strSetuperror_missing_field_data = 'Missing data for %s'; //to translate -$strSetuperror_incorrect_port = 'Not a valid port number'; //to translate -$strSetuperror_incorrect_value = 'Incorrect value'; //to translate -$strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate -$strSetuperror_nan_p = 'Not a positive number'; //to translate -$strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate -$strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate -$strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate -$strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate -$strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate -$strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate -$strSetuperror_connection = 'Could not connect to MySQL server'; //to translate -$strSetupForm_Server = 'Basic settings'; //to translate -$strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate -$strSetupForm_Server_login_options = 'Signon login options'; //to translate -$strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate -$strSetupForm_Server_config = 'Server configuration'; //to translate -$strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate -$strSetupForm_Server_pmadb = 'PMA database'; //to translate -$strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate -$strSetupForm_Import_export = 'Import / export'; //to translate -$strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate -$strSetupForm_Security = 'Security'; //to translate -$strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate -$strSetupForm_Sql_queries = 'SQL queries'; //to translate -$strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate -$strSetupForm_Other_core_settings = 'Other core settings'; //to translate -$strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate -$strSetupForm_Left_frame = 'Navigation frame'; //to translate -$strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate -$strSetupForm_Left_servers = 'Servers'; //to translate -$strSetupForm_Left_servers_desc = 'Servers display options'; //to translate -$strSetupForm_Left_databases = 'Databases'; //to translate -$strSetupForm_Left_databases_desc = 'Databases display options'; //to translate -$strSetupForm_Left_tables = 'Tables'; //to translate -$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate -$strSetupForm_Main_frame = 'Main frame'; //to translate -$strSetupForm_Startup = 'Startup'; //to translate -$strSetupForm_Startup_desc = 'Customize startup page'; //to translate -$strSetupForm_Browse = 'Browse mode'; //to translate -$strSetupForm_Browse_desc = 'Customize browse mode'; //to translate -$strSetupForm_Edit = 'Edit mode'; //to translate -$strSetupForm_Edit_desc = 'Customize edit mode'; //to translate -$strSetupForm_Tabs = 'Tabs'; //to translate -$strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate -$strSetupForm_Sql_box = 'SQL Query box'; //to translate -$strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate -$strSetupForm_Import_defaults = 'Import defaults'; //to translate -$strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate -$strSetupForm_Export_defaults = 'Export defaults'; //to translate -$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate -$strSetupForm_Query_window = 'Query window'; //to translate -$strSetupForm_Query_window_desc = 'Customize query window options'; //to translate -$strSetupServers_verbose_name = 'Verbose name of this server'; //to translate -$strSetupServers_verbose_desc = 'Hostname where MySQL server is running'; //to translate -$strSetupServers_host_name = 'Server hostname'; //to translate -$strSetupServers_host_desc = ''; //to translate -$strSetupServers_port_name = 'Server port'; //to translate -$strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_socket_name = 'Server socket'; //to translate -$strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate -$strSetupServers_ssl_name = 'Use SSL'; //to translate -$strSetupServers_ssl_desc = ''; //to translate -$strSetupServers_connect_type_name = 'Connection type'; //to translate -$strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate -$strSetupServers_extension_name = 'PHP extension to use'; //to translate -$strSetupServers_compress_name = 'Compress connection'; //to translate -$strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate -$strSetupServers_auth_type_name = 'Authentication type'; //to translate -$strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate -$strSetupServers_user_name = 'User for config auth'; //to translate -$strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_password_name = 'Password for config auth'; //to translate -$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate -$strSetupServers_nopassword_name = 'Connect without password'; //to translate -$strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate -$strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate -$strSetupServers_SignonURL_name = 'Signon URL'; //to translate -$strSetupServers_LogoutURL_name = 'Logout URL'; //to translate -$strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$strSetupServers_only_db_name = 'Show only listed databases'; //to translate -$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate -$strSetupServers_hide_db_name = 'Hide databases'; //to translate -$strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate -$strSetupServers_AllowRoot_name = 'Allow root login'; //to translate -$strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate -$strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate -$strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate -$strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate -$strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate -$strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate -$strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate -$strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate -$strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate -$strSetupServers_CountTables_name = 'Count tables'; //to translate -$strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate -$strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate -$strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate -$strSetupServers_controlpass_name = 'Control user password'; //to translate -$strSetupServers_verbose_check_name = 'Verbose check'; //to translate -$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 -$strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate -$strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate -$strSetupServers_table_info_name = 'Display fields table'; //to translate -$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate -$strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate -$strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]'; //to translate -$strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate -$strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate -$strSetupServers_column_info_name = 'Column information table'; //to translate -$strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate -$strSetupServers_history_name = 'SQL query history table'; //to translate -$strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]'; //to translate -$strSetupServers_designer_coords_name = 'Designer table'; //to translate -$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]'; //to translate -$strSetupUploadDir_name = 'Upload directory'; //to translate -$strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate -$strSetupSaveDir_name = 'Save directory'; //to translate -$strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate -$strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate -$strSetupDefaultCharset_name = 'Default character set'; //to translate -$strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate -$strSetupRecodingEngine_name = 'Recoding engine'; //to translate -$strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate -$strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate -$strSetupZipDump_name = 'ZIP'; //to translate -$strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate -$strSetupGZipDump_name = 'GZip'; //to translate -$strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate -$strSetupBZipDump_name = 'Bzip2'; //to translate -$strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate -$strSetupCompressOnFly_name = 'Compress on the fly'; //to translate -$strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate -$strSetupblowfish_secret_name = 'Blowfish secret'; //to translate -$strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate -$strSetupForceSSL_name = 'Force SSL connection'; //to translate -$strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate -$strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate -$strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate -$strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate -$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //to translate -$strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate -$strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate -$strSetupLoginCookieRecall_name = 'Recall user name'; //to translate -$strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate -$strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate -$strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate -$strSetupLoginCookieStore_name = 'Login cookie store'; //to translate -$strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate -$strSetupShowSQL_name = 'Show SQL queries'; //to translate -$strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate -$strSetupConfirm_name = 'Confirm DROP queries'; //to translate -$strSetupConfirm_desc = 'Whether a warning ("Are your really sure...") should be displayed when you\'re about to lose data'; //to translate -$strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate -$strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate -$strSetupQueryHistoryMax_name = 'Query history length'; //to translate -$strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate -$strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate -$strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate -$strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate -$strSetupMaxDbList_name = 'Maximum databases'; //to translate -$strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate -$strSetupMaxTableList_name = 'Maximum tables'; //to translate -$strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate -$strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate -$strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate -$strSetupOBGzip_name = 'GZip output buffering'; //to translate -$strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate -$strSetupPersistentConnections_name = 'Persistent connections'; //to translate -$strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate -$strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate -$strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupMemoryLimit_name = 'Memory limit'; //to translate -$strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate -$strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate -$strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate -$strSetupUseDbSearch_name = 'Use database search'; //to translate -$strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate -$strSetupLeftFrameLight_name = 'Use light version'; //to translate -$strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate -$strSetupLeftDisplayLogo_name = 'Display logo'; //to translate -$strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate -$strSetupLeftLogoLink_name = 'Logo link URL'; //to translate -$strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate -$strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate -$strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate -$strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate -$strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate -$strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate -$strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate -$strSetupDisplayServersList_name = 'Display servers as a list'; //to translate -$strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate -$strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate -$strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate -$strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate -$strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate -$strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate -$strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate -$strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate -$strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate -$strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate -$strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate -$strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate -$strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate -$strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate -$strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate -$strSetupShowStats_name = 'Show statistics'; //to translate -$strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate -$strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate -$strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate -$strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate -$strSetupShowChgPassword_name = 'Show password change form'; //to translate -$strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate -$strSetupShowCreateDb_name = 'Show create database form'; //to translate -$strSetupSuggestDBName_name = 'Suggest new database name'; //to translate -$strSetupSuggestDBName_desc = 'Suggest a database name on the "Create Database" form (if possible) or keep the text field empty'; //to translate -$strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate -$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupShowAll_name = 'Allow to display all the rows'; //to translate -$strSetupShowAll_desc = 'Whether a user should be displayed a "show all (records)" button'; //to translate -$strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate -$strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.'; //to translate -$strSetupOrder_name = 'Default sorting order'; //to translate -$strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate -$strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate -$strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate -$strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate -$strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate -$strSetupProtectBinary_name = 'Protect binary fields'; //to translate -$strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate -$strSetupShowFunctionFields_name = 'Show function fields'; //to translate -$strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate -$strSetupCharEditing_name = 'CHAR fields editing'; //to translate -$strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate -$strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate -$strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate -$strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate -$strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate -$strSetupInsertRows_name = 'Number of inserted rows'; //to translate -$strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate -$strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate -$strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate -$strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate -$strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate -$strSetupLightTabs_name = 'Light tabs'; //to translate -$strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate -$strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate -$strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate -$strSetupDefaultTabServer_name = 'Default server tab'; //to translate -$strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate -$strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate -$strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate -$strSetupDefaultTabTable_name = 'Default table tab'; //to translate -$strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate -$strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate -$strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate -$strSetupSQLQuery_Edit_name = 'Edit'; //to translate -$strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate -$strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate -$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate -$strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate -$strSetupImport_format_name = 'Format of imported file'; //to translate -$strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate -$strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate -$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate -$strSetupExport_format_name = 'Format'; //to translate -$strSetupExport_compression_name = 'Compression'; //to translate -$strSetupExport_asfile_name = 'Save as file'; //to translate -$strSetupExport_charset_name = 'Character set of the file'; //to translate -$strSetupExport_onserver_name = 'Save on server'; //to translate -$strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate -$strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate -$strSetupExport_file_template_table_name = 'Table name template'; //to translate -$strSetupExport_file_template_database_name = 'Database name template'; //to translate -$strSetupExport_file_template_server_name = 'Server name template'; //to translate -$strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate -$strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate -$strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate -$strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate -$strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate -$strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate -$strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate -$strSetupServerAuthConfigMsg = 'You set the [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 or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate -$strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate -$strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate -$strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate +$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; +$strZip = '"zip-ით შეკუმშული"'; +$strFixed = 'fixed'; ?> diff --git a/translators.html b/translators.html index 1406e0657..3382989fb 100644 --- a/translators.html +++ b/translators.html @@ -213,7 +213,7 @@
    From 3081631bd9fe720527fc627b36b4afeff5bf5910 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 28 Feb 2009 09:50:15 +0000 Subject: [PATCH 41/60] 3.1.3 release --- ChangeLog | 2 +- Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d1fe1068..6bc363a8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ -3.1.3.0 (not yet released) +3.1.3.0 (2009-02-28) + [lang] Turkish update, thanks to Burak Yavuz - patch #2496403 [display] Multi-row change with "]", thanks to Virsacer - virsacer diff --git a/Documentation.html b/Documentation.html index c3ba43a58..72287f69c 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.3-rc1 - Documentation + phpMyAdmin 3.1.3 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.3-rc1 Documentation

    +

    phpMyAdmin 3.1.3 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index e8e60ac59..598f49629 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.3-rc1 - ----------------- + Version 3.1.3 + ------------- http://www.phpmyadmin.net/ Copyright (C) 1998-2000 Tobias Ratschiller diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 0b6c99439..f98c5985e 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.3-rc1'); + $this->set('PMA_VERSION', '3.1.3'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 3382989fb..a4e7a57ec 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.3-rc1 - Official translators + phpMyAdmin 3.1.3 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.3-rc1 official translators list

    +

    phpMyAdmin 3.1.3 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From f440b0201f1fd4b0f82ab08f7aa60f406effb06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 24 Mar 2009 08:34:23 +0000 Subject: [PATCH 42/60] Do not output unescaped chars to generated configuration file. --- setup/lib/ConfigFile.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/lib/ConfigFile.class.php b/setup/lib/ConfigFile.class.php index a8a1c244b..8a522da36 100644 --- a/setup/lib/ConfigFile.class.php +++ b/setup/lib/ConfigFile.class.php @@ -280,6 +280,7 @@ class ConfigFile if ($this->getServerCount() > 0) { $ret .= "/* Servers configuration */$crlf\$i = 0;" . $crlf . $crlf; foreach ($c['Servers'] as $id => $server) { + $k = preg_replace('/[^A-Za-z0-9_]/', '_', $k); $ret .= '/* Server: ' . $this->getServerName($id) . " [$id] */" . $crlf . '$i++;' . $crlf; foreach ($server as $k => $v) { @@ -295,6 +296,7 @@ class ConfigFile // other settings $persistKeys = $this->persistKeys; foreach ($c as $k => $v) { + $k = preg_replace('/[^A-Za-z0-9_]/', '_', $k); $ret .= "\$cfg['$k'] = " . var_export($v, true) . ';' . $crlf; if (isset($persistKeys[$k])) { unset($persistKeys[$k]); @@ -303,6 +305,7 @@ class ConfigFile // keep 1d array keys which are present in $persist_keys (config_info.inc.php) foreach (array_keys($persistKeys) as $k) { if (strpos($k, '/') === false) { + $k = preg_replace('/[^A-Za-z0-9_]/', '_', $k); $ret .= "\$cfg['$k'] = " . var_export($this->getDefault($k), true) . ';' . $crlf; } } From 153de7b61bb27245e25e5e3996f25503c1ff903f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 24 Mar 2009 08:55:07 +0000 Subject: [PATCH 43/60] Escape special chars when displaying filename template cookies. --- libraries/display_export.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/display_export.lib.php b/libraries/display_export.lib.php index 0d7956df8..af82b85d8 100644 --- a/libraries/display_export.lib.php +++ b/libraries/display_export.lib.php @@ -172,19 +172,19 @@ echo PMA_pluginGetJavascript($export_list); echo ' value="'; if ($export_type == 'database') { if (isset($_COOKIE) && !empty($_COOKIE['pma_db_filename_template'])) { - echo $_COOKIE['pma_db_filename_template']; + echo htmlspecialchars($_COOKIE['pma_db_filename_template']); } else { echo $GLOBALS['cfg']['Export']['file_template_database']; } } elseif ($export_type == 'table') { if (isset($_COOKIE) && !empty($_COOKIE['pma_table_filename_template'])) { - echo $_COOKIE['pma_table_filename_template']; + echo htmlspecialchars($_COOKIE['pma_table_filename_template']); } else { echo $GLOBALS['cfg']['Export']['file_template_table']; } } else { if (isset($_COOKIE) && !empty($_COOKIE['pma_server_filename_template'])) { - echo $_COOKIE['pma_server_filename_template']; + echo htmlspecialchars($_COOKIE['pma_server_filename_template']); } else { echo $GLOBALS['cfg']['Export']['file_template_server']; } From 06085ae90f40d42c9c6cac5973c35a364d2cac4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 24 Mar 2009 12:24:45 +0000 Subject: [PATCH 44/60] Protect against inclusion of arbitrary file and HTTP header splitting. --- bs_disp_as_mime_type.php | 82 ++++++++++++++++++++++++---------------- bs_play_media.php | 3 +- 2 files changed, 52 insertions(+), 33 deletions(-) diff --git a/bs_disp_as_mime_type.php b/bs_disp_as_mime_type.php index 921f5d885..4a9bdc155 100644 --- a/bs_disp_as_mime_type.php +++ b/bs_disp_as_mime_type.php @@ -6,47 +6,65 @@ * @package BLOBStreaming */ +/** + * Core library. + */ +require_once './libraries/common.inc.php'; + +// load PMA configuration +$PMA_Config = $_SESSION['PMA_Config']; + +// retrieve BS server variables from PMA configuration +$bs_server = $PMA_Config->get('BLOBSTREAMING_SERVER'); +if (empty($bs_server)) die('No blob streaming server configured!'); + +// Check URL parameters +PMA_checkParameters(array('reference', 'c_type')); + +// Increase time limit, because fetching blob might take some time set_time_limit(0); -$filename = isset($_REQUEST['file_path']) ? $_REQUEST['file_path'] : NULL; -$c_type = isset($_REQUEST['c_type']) ? $_REQUEST['c_type'] : NULL; +$reference = $_REQUEST['reference']; +/* + * FIXME: Maybe it would be better to check MIME type against whitelist as + * this code sems to support only few MIME types (check + * function PMA_BS_CreateReferenceLink in libraries/blobstreaming.lib.php). + */ +$c_type = preg_replace('/[^A-Za-z0-9/_-]/', '_', $_REQUEST['c_type']); -if (isset($filename) && isset($c_type)) -{ - $hdrs = get_headers($filename, 1); +$filename = 'http://' . $bs_server . '/' . $reference; - if (is_array($hdrs)) - $f_size = $hdrs['Content-Length']; +$hdrs = get_headers($filename, 1); - header("Expires: 0"); - header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); - header("Cache-Control: no-store, no-cache, must-revalidate"); - header("Cache-Control: post-check=0, pre-check=0", false); - header("Pragma: no-cache"); - header("Content-type: $c_type"); - header('Content-length: ' . $f_size); - header("Content-disposition: attachment; filename=" . basename($filename)); +if ($hdrs === FALSE) die('Failed to fetch headers'); - $fHnd = fopen($filename, "rb"); +$fHnd = fopen($filename, "rb"); - if ($fHnd) - { - $pos = 0; - $content = ""; +if ($fHnd === FALSE) die('Failed to open remote URL'); - while (!feof($fHnd)) - { - $content .= fread($fHnd, $f_size); - $pos = strlen($content); +$f_size = $hdrs['Content-Length']; - if ($pos >= $f_size) - break; - } +header("Expires: 0"); +header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); +header("Cache-Control: no-store, no-cache, must-revalidate"); +header("Cache-Control: post-check=0, pre-check=0", false); +header("Pragma: no-cache"); +header("Content-type: $c_type"); +header('Content-length: ' . $f_size); +header("Content-disposition: attachment; filename=" . basename($filename)); - echo $content; - flush(); +$pos = 0; +$content = ""; - fclose($fHnd); - } +while (!feof($fHnd)) { + $content .= fread($fHnd, $f_size); + $pos = strlen($content); + + if ($pos >= $f_size) + break; } -?> + +echo $content; +flush(); + +fclose($fHnd); diff --git a/bs_play_media.php b/bs_play_media.php index 42eb06cc4..bf8a2da2a 100644 --- a/bs_play_media.php +++ b/bs_play_media.php @@ -36,7 +36,8 @@ $bs_file_path = "http://" . $bs_server . '/' . $bsReference; if (isset($customType) && $customType) - $bs_file_path = "bs_disp_as_mime_type.php?file_path=" . urlencode($bs_file_path) . "&c_type=" . urlencode($mediaType); + + $bs_file_path = 'bs_disp_as_mime_type.php' . PMA_generate_common_url(array('reference' => $bsReference, 'c_type' => $mediaType)); ?> From 65f562c1ced65abf338d2836071dd26375477225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 24 Mar 2009 12:56:58 +0000 Subject: [PATCH 45/60] Use official names for wiki (wiki.phpmyadmin.net) and demo server (demo.phpmyadmin.net). --- Documentation.html | 2 +- config.sample.inc.php | 2 +- lang/afrikaans-utf-8.inc.php | 10 +++++----- lang/albanian-utf-8.inc.php | 10 +++++----- lang/arabic-utf-8.inc.php | 10 +++++----- lang/azerbaijani-utf-8.inc.php | 10 +++++----- lang/bangla-utf-8.inc.php | 10 +++++----- lang/basque-utf-8.inc.php | 10 +++++----- lang/belarusian_cyrillic-utf-8.inc.php | 10 +++++----- lang/belarusian_latin-utf-8.inc.php | 10 +++++----- lang/bosnian-utf-8.inc.php | 10 +++++----- lang/brazilian_portuguese-utf-8.inc.php | 10 +++++----- lang/bulgarian-utf-8.inc.php | 10 +++++----- lang/catalan-utf-8.inc.php | 10 +++++----- lang/chinese_simplified-utf-8.inc.php | 10 +++++----- lang/chinese_traditional-utf-8.inc.php | 10 +++++----- lang/croatian-utf-8.inc.php | 10 +++++----- lang/czech-utf-8.inc.php | 10 +++++----- lang/danish-utf-8.inc.php | 10 +++++----- lang/dutch-utf-8.inc.php | 8 ++++---- lang/english-utf-8.inc.php | 10 +++++----- lang/estonian-utf-8.inc.php | 10 +++++----- lang/finnish-utf-8.inc.php | 10 +++++----- lang/french-utf-8.inc.php | 10 +++++----- lang/galician-utf-8.inc.php | 10 +++++----- lang/georgian-utf-8.inc.php | 10 +++++----- lang/german-utf-8.inc.php | 10 +++++----- lang/greek-utf-8.inc.php | 10 +++++----- lang/hebrew-utf-8.inc.php | 10 +++++----- lang/hindi-utf-8.inc.php | 10 +++++----- lang/hungarian-utf-8.inc.php | 10 +++++----- lang/indonesian-utf-8.inc.php | 10 +++++----- lang/italian-utf-8.inc.php | 10 +++++----- lang/japanese-utf-8.inc.php | 10 +++++----- lang/korean-utf-8.inc.php | 10 +++++----- lang/latvian-utf-8.inc.php | 10 +++++----- lang/lithuanian-utf-8.inc.php | 10 +++++----- lang/macedonian_cyrillic-utf-8.inc.php | 10 +++++----- lang/malay-utf-8.inc.php | 10 +++++----- lang/mongolian-utf-8.inc.php | 10 +++++----- lang/norwegian-utf-8.inc.php | 10 +++++----- lang/persian-utf-8.inc.php | 10 +++++----- lang/polish-utf-8.inc.php | 10 +++++----- lang/portuguese-utf-8.inc.php | 10 +++++----- lang/romanian-utf-8.inc.php | 10 +++++----- lang/russian-utf-8.inc.php | 10 +++++----- lang/serbian_cyrillic-utf-8.inc.php | 10 +++++----- lang/serbian_latin-utf-8.inc.php | 10 +++++----- lang/sinhala-utf-8.inc.php | 10 +++++----- lang/slovak-utf-8.inc.php | 10 +++++----- lang/slovenian-utf-8.inc.php | 10 +++++----- lang/spanish-utf-8.inc.php | 10 +++++----- lang/swedish-utf-8.inc.php | 10 +++++----- lang/tatarish-utf-8.inc.php | 10 +++++----- lang/thai-utf-8.inc.php | 10 +++++----- lang/turkish-utf-8.inc.php | 10 +++++----- lang/ukrainian-utf-8.inc.php | 10 +++++----- main.php | 2 +- setup/lib/FormDisplay.class.php | 2 +- 59 files changed, 278 insertions(+), 278 deletions(-) diff --git a/Documentation.html b/Documentation.html index 72287f69c..4655ce8f9 100644 --- a/Documentation.html +++ b/Documentation.html @@ -39,7 +39,7 @@ phpMyAdmin homepage
  • SourceForge phpMyAdmin project page
  • -
  • +
  • Official phpMyAdmin wiki
  • Local documents:
    • Version history: ChangeLog
    • diff --git a/config.sample.inc.php b/config.sample.inc.php index 57ccbe9af..179d6467c 100644 --- a/config.sample.inc.php +++ b/config.sample.inc.php @@ -5,7 +5,7 @@ * manual configuration. For easier setup you can use setup/ * * All directives are explained in Documentation.html and on phpMyAdmin - * wiki . + * wiki . * * @version $Id$ */ diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index b7a6da576..418ca99fa 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1254,7 +1254,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1275,16 +1275,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 3b5ed36e7..42a1a7c9f 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1253,7 +1253,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1274,16 +1274,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index ff64a04a3..e83a27de0 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1255,7 +1255,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1276,16 +1276,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 2a2085ad6..f15875c58 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1250,7 +1250,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1271,16 +1271,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index 8f88ae6cc..15e3aaf6a 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1229,7 +1229,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1250,16 +1250,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index efa0bb88b..82267c9e6 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1247,7 +1247,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1268,16 +1268,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 83c084b6a..b218b8421 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1229,7 +1229,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1250,16 +1250,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index ee91b565d..c890c9b39 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1237,7 +1237,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1258,16 +1258,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index bb929bdf3..dd01f8414 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1253,7 +1253,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1274,16 +1274,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 1bac7e1a8..26ca81ea7 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1227,7 +1227,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1248,16 +1248,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 511d74348..25372120c 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1250,7 +1250,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1271,16 +1271,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 2ecb594c1..b80beec0d 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1010,7 +1010,7 @@ $strSetupServers_auth_swekey_config_desc = 'El camí de l\'arxiu de configuraci $strSetupServers_auth_swekey_config_name = 'Arxiu de configuració SweKey'; $strSetupServers_auth_type_desc = 'Mètode d\'autenticació a usar'; $strSetupServers_auth_type_name = 'Tipus d\'autenticació'; -$strSetupServers_bookmarktable_desc = 'Deixa en blanc per desactivar les [a@http://wiki.cihar.com/pma/bookmark]consultes desades[/a], predeterminat: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_desc = 'Deixa en blanc per desactivar les [a@http://wiki.phpmyadmin.net/pma/bookmark]consultes desades[/a], predeterminat: [kbd]pma_bookmark[/kbd]'; $strSetupServers_bookmarktable_name = 'Taula de consultes desades'; $strSetupServers_column_info_desc = 'Deixa en blanc per no usar comentaris de columna o tipus MIME, predeterminat: [kbd]pma_column_info[/kbd]'; $strSetupServers_column_info_name = 'Taula d\'informació de columna'; @@ -1019,7 +1019,7 @@ $strSetupServers_compress_name = 'Connexió comprimida'; $strSetupServers_connect_type_desc = 'Cóm connectar al servidor, deixa tcp si no estàs segur'; $strSetupServers_connect_type_name = 'Tipus de connexió'; $strSetupServers_controlpass_name = 'Contrasenya de l\'usuari de control'; -$strSetupServers_controluser_desc = 'Usuari MySQL especial configurat amb permissos restringits, més informació disponible al [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; +$strSetupServers_controluser_desc = 'Usuari MySQL especial configurat amb permissos restringits, més informació disponible al [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; $strSetupServers_controluser_name = 'Usuari de control'; $strSetupServers_CountTables_desc = 'Comptar les taules al mostrar la llista de bases de dades'; $strSetupServers_CountTables_name = 'Comptar les taules'; @@ -1046,15 +1046,15 @@ $strSetupServers_password_desc = 'Deixa en blanc si no utilitzes l\'autenticaci $strSetupServers_password_name = 'Contrasenya autenticació config'; $strSetupServers_pdf_pages_desc = 'Deixa en blanc per desactivar el suport d\'esquemes PDF, predeterminat: [kbd]pma_pdf_pages[/kbd]'; $strSetupServers_pdf_pages_name = 'Esquema PDF: taula de pàgines'; -$strSetupServers_pmadb_desc = 'Base de dades usada per a relacions, consultes desades i característiques dels PDF. Consulta [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] per tenir informació més completa. Deixa en blanc per no utilitzar. Predeterminat: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_desc = 'Base de dades usada per a relacions, consultes desades i característiques dels PDF. Consulta [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] per tenir informació més completa. Deixa en blanc per no utilitzar. Predeterminat: [kbd]phpmyadmin[/kbd]'; $strSetupServers_pmadb_name = 'Base de dades PMA'; $strSetupServers_port_desc = 'Port ón el servidor MySQL està escoltatt, deixa en blanc per al predeterminat'; $strSetupServers_port_name = 'Port del servidor'; -$strSetupServers_relation_desc = 'Deixa en blanc per desactivar els [a@http://wiki.cihar.com/pma/relation]enllaços de relacions[/a], predeterminat: [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_desc = 'Deixa en blanc per desactivar els [a@http://wiki.phpmyadmin.net/pma/relation]enllaços de relacions[/a], predeterminat: [kbd]pma_relation[/kbd]'; $strSetupServers_relation_name = 'Taula de relacions'; $strSetupServers_ShowDatabasesCommand_desc = 'Ordre SQL per obtenir les bases de dades disponibles'; $strSetupServers_ShowDatabasesCommand_name = 'Ordre SHOW DATABASES'; -$strSetupServers_SignonSession_desc = 'Consulta [a@http://wiki.cihar.com/pma/auth_types#signon]tipus d\'autenticació[/a] per veure exemples'; +$strSetupServers_SignonSession_desc = 'Consulta [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipus d\'autenticació[/a] per veure exemples'; $strSetupServers_SignonSession_name = 'Nom de sessió signon'; $strSetupServers_SignonURL_name = 'URL signon'; $strSetupServerSslMsg = 'Hauries de fer servir connexions SSL si el teu servidor web ho permet'; diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index b6d2d319a..d68fb6e4e 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1255,7 +1255,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1276,16 +1276,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 338ebd76f..ab0bdd21f 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1234,7 +1234,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1255,16 +1255,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index add07b105..f16a07150 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1231,7 +1231,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1252,16 +1252,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index e9d7e731b..659a8d40f 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1011,7 +1011,7 @@ $strSetupServers_auth_swekey_config_desc = 'Cesta ke konfiguračnímu souboru pr $strSetupServers_auth_swekey_config_name = 'Konfigurační soubor SweKey'; $strSetupServers_auth_type_desc = 'Která autentizační metoda se má použít.'; $strSetupServers_auth_type_name = 'Typ autentizace'; -$strSetupServers_bookmarktable_desc = 'Nechte prázdné pro žádnou podporu Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]záložek[/a], výchozí nastavení: [kbd]pma_bookmarks[/kbd].'; +$strSetupServers_bookmarktable_desc = 'Nechte prázdné pro žádnou podporu Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]záložek[/a], výchozí nastavení: [kbd]pma_bookmarks[/kbd].'; $strSetupServers_bookmarktable_name = 'Tabulka záložek'; $strSetupServers_column_info_desc = 'Nechte prázdné pro žádné komentaře či mime typy sloupců, výchozí nastavení: [kbd]pma_column_info[/kbd].'; $strSetupServers_column_info_name = 'Tabulka informací o sloupcích'; @@ -1020,7 +1020,7 @@ $strSetupServers_compress_name = 'Komprimovat připojení'; $strSetupServers_connect_type_desc = 'Jak se připojit k serveru, ponechte tcp pokud si nejste jistí.'; $strSetupServers_connect_type_name = 'Typ připojení'; $strSetupServers_controlpass_name = 'Heslo kontrolního uživatele'; -$strSetupServers_controluser_desc = 'Zvláštní MySQL uživatel s omezenými právy, více informací na [a@http://wiki.cihar.com/pma/controluser]wiki[/a].'; +$strSetupServers_controluser_desc = 'Zvláštní MySQL uživatel s omezenými právy, více informací na [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a].'; $strSetupServers_controluser_name = 'Kontrolní uživatel'; $strSetupServers_CountTables_desc = 'Zda počítat tabulky, když se zobrazuje seznam databází.'; $strSetupServers_CountTables_name = 'Počítat tabulky'; @@ -1367,15 +1367,15 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_password_name = 'Password for config auth'; //to translate $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate $strSetupServers_port_name = 'Server port'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 42dd2d812..9f2009343 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1229,7 +1229,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1250,16 +1250,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index 408e83a75..8d6ce6ac1 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1020,7 +1020,7 @@ $strSetupServers_auth_swekey_config_desc = 'Het pad naar het configuratiebestand $strSetupServers_auth_swekey_config_name = 'SweKey configuratiebestand'; $strSetupServers_auth_type_desc = 'De te gebruiken authenticatie methode'; $strSetupServers_auth_type_name = 'Authenticatie type'; -$strSetupServers_bookmarktable_desc = 'Laat dit veld leeg om geen [a@http://wiki.cihar.com/pma/bookmark]bookmarks[/a] te gebruiken, standaard: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_desc = 'Laat dit veld leeg om geen [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmarks[/a] te gebruiken, standaard: [kbd]pma_bookmark[/kbd]'; $strSetupServers_bookmarktable_name = 'Bookmark tabel'; $strSetupServers_column_info_desc = 'Laat dit veld leeg om geen kolom commentaren en mimetypes te ondersteunen, standaard: [kbd]pma_column_info[/kbd]'; $strSetupServers_column_info_name = 'Kolom informatie tabel'; @@ -1029,7 +1029,7 @@ $strSetupServers_compress_name = 'Comprimeer verbinding'; $strSetupServers_connect_type_desc = 'Hoe te verbinden met de server, gebruik bij twijfel [kdb]tcp[/kbd]'; $strSetupServers_connect_type_name = 'Verbindingstype'; $strSetupServers_controlpass_name = 'Controle gebruiker wachtwoord'; -$strSetupServers_controluser_desc = 'Een speciale MySQL gebruiker met beperkte rechten, zie de [a@http://wiki.cihar.com/pma/controluser]wiki[/a] voor meer informatie'; +$strSetupServers_controluser_desc = 'Een speciale MySQL gebruiker met beperkte rechten, zie de [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a] voor meer informatie'; $strSetupServers_controluser_name = 'Controle gebruiker'; $strSetupServers_CountTables_desc = 'Tel het aantal tabellen bij het weergeven van een database lijst'; $strSetupServers_CountTables_name = 'Tel tabellen'; @@ -1060,11 +1060,11 @@ $strSetupServers_pmadb_desc = 'Configureer de phpMyAdmin database om toegang te $strSetupServers_pmadb_name = 'PMA database'; $strSetupServers_port_desc = 'Het TCP poortnummer waarop MySQL luistert, laat dit veld leeg om de standaard waarde te gebruiken'; $strSetupServers_port_name = 'Server poort'; -$strSetupServers_relation_desc = 'Laat dit veld geel om geen [a@http://wiki.cihar.com/pma/relation]relation-links[/a] te ondersteunen, standaard: [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_desc = 'Laat dit veld geel om geen [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] te ondersteunen, standaard: [kbd]pma_relation[/kbd]'; $strSetupServers_relation_name = 'Relatie tabel'; $strSetupServers_ShowDatabasesCommand_desc = 'SQL-commando om de beschikbare databases op te vragen'; $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES commando'; -$strSetupServers_SignonSession_desc = 'Zie [a@http://wiki.cihar.com/pma/auth_types#signon]authenticatie typen[/a] voor een voorbeeld'; +$strSetupServers_SignonSession_desc = 'Zie [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authenticatie typen[/a] voor een voorbeeld'; $strSetupServers_SignonSession_name = 'Signon sessienaam'; $strSetupServers_SignonURL_name = 'Signon URL'; $strSetupServerSslMsg = 'U kunt het beste een HTTPS verbinding gebruiken wanneer uw webserver dit ondersteund'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 9dfde41f7..366e54e09 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -1015,7 +1015,7 @@ $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@ $strSetupServers_auth_swekey_config_name = 'SweKey config file'; $strSetupServers_auth_type_desc = 'Authentication method to use'; $strSetupServers_auth_type_name = 'Authentication type'; -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; $strSetupServers_bookmarktable_name = 'Bookmark table'; $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; $strSetupServers_column_info_name = 'Column information table'; @@ -1024,7 +1024,7 @@ $strSetupServers_compress_name = 'Compress connection'; $strSetupServers_connect_type_desc = 'How to connect to server, keep [kdb]tcp[/kdb] if unsure'; $strSetupServers_connect_type_name = 'Connection type'; $strSetupServers_controlpass_name = 'Control user password'; -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; $strSetupServers_controluser_name = 'Control user'; $strSetupServers_CountTables_desc = 'Count tables when showing database list'; $strSetupServers_CountTables_name = 'Count tables'; @@ -1051,15 +1051,15 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; $strSetupServers_password_name = 'Password for config auth'; $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; $strSetupServers_pmadb_name = 'PMA database'; $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; $strSetupServers_port_name = 'Server port'; -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; $strSetupServers_relation_name = 'Relation table'; $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; $strSetupServers_SignonSession_name = 'Signon session name'; $strSetupServers_SignonURL_name = 'Signon URL'; $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 39a14c283..565b76613 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1235,7 +1235,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1256,16 +1256,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index e9105eb1b..e28aa7f66 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1016,7 +1016,7 @@ $strSetupServers_auth_swekey_config_desc = '[a@http://swekey.com]SweKey-laitteis $strSetupServers_auth_swekey_config_name = 'SweKey-asetustiedosto'; $strSetupServers_auth_type_desc = 'Käytettävä todennustyyppi'; $strSetupServers_auth_type_name = 'Todennustyyppi'; -$strSetupServers_bookmarktable_desc = 'Jätä tyhjäksi, jos et halua [a@http://wiki.cihar.com/pma/bookmark]kirjanmerkki[/a]tukea; oletusarvo: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_desc = 'Jätä tyhjäksi, jos et halua [a@http://wiki.phpmyadmin.net/pma/bookmark]kirjanmerkki[/a]tukea; oletusarvo: [kbd]pma_bookmark[/kbd]'; $strSetupServers_bookmarktable_name = 'Kirjanmerkkitaulu'; $strSetupServers_column_info_desc = 'Jätä tyhjäksi, jos et halua sarakkeiden kommentteja ja mime-tyyppejä; oletusarvo: [kbd]pma_column_info[/kbd]'; $strSetupServers_column_info_name = 'Saraketietojen taulu'; @@ -1025,7 +1025,7 @@ $strSetupServers_compress_name = 'Pakkaa yhteys'; $strSetupServers_connect_type_desc = 'Kuinka palvelimeen yhdistetään; käytä tcp:tä, jos olet epävarma'; $strSetupServers_connect_type_name = 'Yhteystyyppi'; $strSetupServers_controlpass_name = 'Hallintakäyttäjän salasana'; -$strSetupServers_controluser_desc = 'Erityinen MySQL-käyttäjä, jolle on määritetty rajatut käyttöoikeudet; lisätietoja saatavilla [a@http://wiki.cihar.com/pma/controluser]wikissä[/a]'; +$strSetupServers_controluser_desc = 'Erityinen MySQL-käyttäjä, jolle on määritetty rajatut käyttöoikeudet; lisätietoja saatavilla [a@http://wiki.phpmyadmin.net/pma/controluser]wikissä[/a]'; $strSetupServers_controluser_name = 'Hallintakäyttäjä'; $strSetupServers_CountTables_desc = 'Laske taulujen määrä, kun tietokantaluettelo näytetään'; $strSetupServers_CountTables_name = 'Laske taulujen määrä'; @@ -1052,15 +1052,15 @@ $strSetupServers_password_desc = 'Jätä tyhjäksi, jot et käytä config-todenn $strSetupServers_password_name = 'Config-todennuksen salasana'; $strSetupServers_pdf_pages_desc = 'Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea, oletusarvo: [kbd]pma_pdf_pages[/kbd]'; $strSetupServers_pdf_pages_name = 'PDF-kaavio: sivujen taulu'; -$strSetupServers_pmadb_desc = 'Relaatioihin, kirjanmerkkeihin ja PDF-ominaisuuksiin käytettävä tietokanta. Katso täydet tiedot aiheesta [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a]. Jätä tyhjäksi, jos et halua tukea. Oletusarvo: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_desc = 'Relaatioihin, kirjanmerkkeihin ja PDF-ominaisuuksiin käytettävä tietokanta. Katso täydet tiedot aiheesta [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Jätä tyhjäksi, jos et halua tukea. Oletusarvo: [kbd]phpmyadmin[/kbd]'; $strSetupServers_pmadb_name = 'PMA-tietokanta'; $strSetupServers_port_desc = 'Portti, jota MySQL-palvelin kuuntelee; käytä oletusarvoa jättämällä tyhjäksi'; $strSetupServers_port_name = 'Palvelinportti'; -$strSetupServers_relation_desc = 'Jätä tyhjäksi, jos et halua [a@http://wiki.cihar.com/pma/relation]relaatiolinkki[/a]tukea; oletusarvo: [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_desc = 'Jätä tyhjäksi, jos et halua [a@http://wiki.phpmyadmin.net/pma/relation]relaatiolinkki[/a]tukea; oletusarvo: [kbd]pma_relation[/kbd]'; $strSetupServers_relation_name = 'Relaatiotaulu'; $strSetupServers_ShowDatabasesCommand_desc = 'Mahdollisten tietokantojen noutoon käytettävä SQL-käsky'; $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES -käsky'; -$strSetupServers_SignonSession_desc = 'Katso [a@http://wiki.cihar.com/pma/auth_types#signon]todennustyyppien[/a] esimerkit'; +$strSetupServers_SignonSession_desc = 'Katso [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]todennustyyppien[/a] esimerkit'; $strSetupServers_SignonSession_name = 'Signon-istunnon nimi'; $strSetupServers_SignonURL_name = 'Signon-kirjautumisen verkko-osoite'; $strSetupServerSslMsg = 'SSL-yhteyttä tulisi käyttää, jos verkkopalvelin tukee sitä.'; diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index a5211d518..8bd594c07 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1012,7 +1012,7 @@ $strSetupServers_auth_swekey_config_desc = 'Le chemin du fichier de configuratio $strSetupServers_auth_swekey_config_name = 'Fichier de configuration SweKey'; $strSetupServers_auth_type_desc = ''; $strSetupServers_auth_type_name = 'Type d\'Authentification'; -$strSetupServers_bookmarktable_desc = 'Laisser vider pour désactiver le support des [a@http://wiki.cihar.com/pma/bookmark]signets[/a], par défaut : [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_desc = 'Laisser vider pour désactiver le support des [a@http://wiki.phpmyadmin.net/pma/bookmark]signets[/a], par défaut : [kbd]pma_bookmark[/kbd]'; $strSetupServers_bookmarktable_name = 'Table pour signets'; $strSetupServers_column_info_desc = 'Laisser vider pour désactiver les commentaires sur les colonnes et les types MIME; par défaut : [kbd]pma_column_info[/kbd]'; $strSetupServers_column_info_name = 'Table pour informations sur les colonnes'; @@ -1021,7 +1021,7 @@ $strSetupServers_compress_name = 'Utiliser le mode compression sur la connexion' $strSetupServers_connect_type_desc = 'Comment se connecter au serveur, utilisez TCP si vous êtes dans le doute'; $strSetupServers_connect_type_name = 'Type de connexion'; $strSetupServers_controlpass_name = 'Mot de passe de l\'utilisateur de contrôle'; -$strSetupServers_controluser_desc = 'Un compte MySQL spécial avec des permissions limitées, voir [a@http://wiki.cihar.com/pma/controluser] notre wiki[/a]'; +$strSetupServers_controluser_desc = 'Un compte MySQL spécial avec des permissions limitées, voir [a@http://wiki.phpmyadmin.net/pma/controluser] notre wiki[/a]'; $strSetupServers_controluser_name = 'Utilisateur de contrôle'; $strSetupServers_CountTables_desc = 'Comptage du nombre de tables en montrant la liste des bases de données'; $strSetupServers_CountTables_name = 'Comptage des tables'; @@ -1048,15 +1048,15 @@ $strSetupServers_password_desc = 'Laisser vide si vous n\'utilisez pas la métho $strSetupServers_password_name = 'Mot de passe pour méthode "config"'; $strSetupServers_pdf_pages_desc = 'Laisser vider pour désactiver, par défaut : [kbd]pma_pdf_pages[/kbd]'; $strSetupServers_pdf_pages_name = 'Table pour décrire les schémas en PDF'; -$strSetupServers_pmadb_desc = 'La base utilisée pour les fonctionnalités relationnelles, signets et PDF. Voir [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a]. Laisser vider pour désactiver. Par défaut : [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_desc = 'La base utilisée pour les fonctionnalités relationnelles, signets et PDF. Voir [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Laisser vider pour désactiver. Par défaut : [kbd]phpmyadmin[/kbd]'; $strSetupServers_pmadb_name = 'Base de données phpMyAdmin (pmadb)'; $strSetupServers_port_desc = 'Port sur lequel MySQL est en écoute, laisser vide pour utiliser la valeur par défaut'; $strSetupServers_port_name = 'Port'; -$strSetupServers_relation_desc = 'Laisser vider pour désactiver le support [a@http://wiki.cihar.com/pma/relation]relationnel[/a], par défaut : [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_desc = 'Laisser vider pour désactiver le support [a@http://wiki.phpmyadmin.net/pma/relation]relationnel[/a], par défaut : [kbd]pma_relation[/kbd]'; $strSetupServers_relation_name = 'Table relationnelle'; $strSetupServers_ShowDatabasesCommand_desc = 'La commande SQL à utiliser pour acquérir la liste des bases de données'; $strSetupServers_ShowDatabasesCommand_name = 'Commande SHOW DATABASES'; -$strSetupServers_SignonSession_desc = 'Voir [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] pour un exemple'; +$strSetupServers_SignonSession_desc = 'Voir [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] pour un exemple'; $strSetupServers_SignonSession_name = 'Nom de session pour méthode "signon"'; $strSetupServers_SignonURL_name = 'URL pour connexion'; $strSetupServerSslMsg = 'Vous devriez utiliser des connexions SSL si votre serveur le permet.'; diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 13a3007a8..dc27e258c 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1228,7 +1228,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1249,16 +1249,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index c147f38ec..5a09b7cd7 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1019,7 +1019,7 @@ $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@ $strSetupServers_auth_swekey_config_name = 'SweKey config file'; $strSetupServers_auth_type_desc = 'Authentication method to use'; $strSetupServers_auth_type_name = 'ავთენტიფიკაციის ტიპი'; -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; $strSetupServers_bookmarktable_name = 'ცხრილის ჩანიშვნა'; $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; $strSetupServers_column_info_name = 'Column information table'; @@ -1028,7 +1028,7 @@ $strSetupServers_compress_name = 'კავშირის შეკუმშვ $strSetupServers_connect_type_desc = 'How to connect to server, keep [kdb]tcp[/kdb] if unsure'; $strSetupServers_connect_type_name = 'კავშირის ტიპი'; $strSetupServers_controlpass_name = 'Control user password'; -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; $strSetupServers_controluser_name = 'Control user'; $strSetupServers_CountTables_desc = 'Count tables when showing database list'; $strSetupServers_CountTables_name = 'ცხრილების დათვლა'; @@ -1055,15 +1055,15 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; $strSetupServers_password_name = 'Password for config auth'; $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; $strSetupServers_pmadb_name = 'PMA-ის მონაცემთა ბაზა'; $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; $strSetupServers_port_name = 'სერვერის პორტი'; -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; $strSetupServers_relation_name = 'Relation table'; $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; $strSetupServers_SignonSession_name = 'Signon session name'; $strSetupServers_SignonURL_name = 'Signon URL'; $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index af611d21f..7202d243a 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1235,7 +1235,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1256,16 +1256,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 653054252..d7e8d38c6 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1252,7 +1252,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1273,16 +1273,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 806f9db6e..171c42542 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1247,7 +1247,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1268,16 +1268,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 974902e8f..9591309f2 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1255,7 +1255,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1276,16 +1276,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index c08dd69ee..7090b1d5f 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1018,7 +1018,7 @@ $strSetupServers_auth_swekey_config_desc = 'A [a@http://swekey.com]SweKey hardve $strSetupServers_auth_swekey_config_name = 'SweKey konfigurációs fájl'; $strSetupServers_auth_type_desc = 'Használandó hitelesítési módszer'; $strSetupServers_auth_type_name = 'Hitelesítés típusa'; -$strSetupServers_bookmarktable_desc = 'Hagyja üresen, ha nincs [a@http://wiki.cihar.com/pma/bookmark]könyvjelző[/a] támogatás, alapértelmezés: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_desc = 'Hagyja üresen, ha nincs [a@http://wiki.phpmyadmin.net/pma/bookmark]könyvjelző[/a] támogatás, alapértelmezés: [kbd]pma_bookmark[/kbd]'; $strSetupServers_bookmarktable_name = 'Könyvjelzők táblája'; $strSetupServers_column_info_desc = 'Hagyja üresen, ha nincs oszlopmegjegyzés/mime-típus, alapértelmezés: [kbd]pma_column_info[/kbd]'; $strSetupServers_column_info_name = 'Oszlopinformációs tábla'; @@ -1027,7 +1027,7 @@ $strSetupServers_compress_name = 'A kapcsolat tömörítése'; $strSetupServers_connect_type_desc = 'A szerverhez csatlakozás módja, hagyja meg a tcp értéket, ha nem biztos benne'; $strSetupServers_connect_type_name = 'Csatlakozás típusa'; $strSetupServers_controlpass_name = 'A kontrollfelhasználó jelszava'; -$strSetupServers_controluser_desc = 'Korlátozott jogokkal rendelkező, speciális MySQL felhasználó, bővebben a [a@http://wiki.cihar.com/pma/controluser]wiki[/a] címen olvashat róla'; +$strSetupServers_controluser_desc = 'Korlátozott jogokkal rendelkező, speciális MySQL felhasználó, bővebben a [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a] címen olvashat róla'; $strSetupServers_controluser_name = 'Kontrollfelhasználó'; $strSetupServers_CountTables_desc = 'A táblák megszámolása az adatbázislista megjelenítésekor'; $strSetupServers_CountTables_name = 'Táblák megszámolása'; @@ -1054,15 +1054,15 @@ $strSetupServers_password_desc = 'Hagyja üresen, ha nem a konfigurációs hitel $strSetupServers_password_name = 'A konfigurációs hitelesítés jelszava'; $strSetupServers_pdf_pages_desc = 'Hagyja üresen, ha nincs PDF-séma támogatás, alapértelmezés: [kbd]pma_pdf_pages[/kbd]'; $strSetupServers_pdf_pages_name = 'PDF-séma: pages table'; -$strSetupServers_pmadb_desc = 'A kapcsolatokhoz, könyvjelzőkhöz és PDF-funkciókhoz használt adatbázis. A teljes információt lásd a [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] oldalon. Hagyja üresen, ha nincs szükség a támogatására. Alapértelmezés: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_desc = 'A kapcsolatokhoz, könyvjelzőkhöz és PDF-funkciókhoz használt adatbázis. A teljes információt lásd a [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] oldalon. Hagyja üresen, ha nincs szükség a támogatására. Alapértelmezés: [kbd]phpmyadmin[/kbd]'; $strSetupServers_pmadb_name = 'PMA adatbázis'; $strSetupServers_port_desc = 'A port, melyen a MySQL-szerver figyel, hagyja üresen, ha az alapértelmezett'; $strSetupServers_port_name = 'A szerver portja'; -$strSetupServers_relation_desc = 'Hagyja üresen, ha nincs [a@http://wiki.cihar.com/pma/relation]relációs hivatkozás[/a] támogatás, alapértelmezés: [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_desc = 'Hagyja üresen, ha nincs [a@http://wiki.phpmyadmin.net/pma/relation]relációs hivatkozás[/a] támogatás, alapértelmezés: [kbd]pma_relation[/kbd]'; $strSetupServers_relation_name = 'Relációs tábla'; $strSetupServers_ShowDatabasesCommand_desc = 'A meglévő adatbázisokat kiolvasó SQL-parancs'; $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES parancs'; -$strSetupServers_SignonSession_desc = 'Lásd a [a@http://wiki.cihar.com/pma/auth_types#signon]hitelesítési típusok[/a] példáját'; +$strSetupServers_SignonSession_desc = 'Lásd a [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]hitelesítési típusok[/a] példáját'; $strSetupServers_SignonSession_name = 'Az egyszeri bejelentkezési munkamenet neve'; $strSetupServers_SignonURL_name = 'Az egyszeri bejelentkezés URL-címe'; $strSetupServerSslMsg = 'SSL-kapcsolatokat kell használnia, ha a webszerver támogatja'; diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 87b43b80a..29f66d8b7 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1245,7 +1245,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1266,16 +1266,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 6ac14de15..688f494ad 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1343,7 +1343,7 @@ $strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate $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 $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate $strSetupServers_column_info_name = 'Column information table'; //to translate @@ -1351,7 +1351,7 @@ $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to tr $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_CountTables_name = 'Count tables'; //to translate @@ -1377,15 +1377,15 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_password_name = 'Password for config auth'; //to translate $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate $strSetupServers_port_name = 'Server port'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 933d91102..fc14cbbc6 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1235,7 +1235,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1256,16 +1256,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 2eff4582b..b9e5a3fb8 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1250,7 +1250,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1271,16 +1271,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index b9a97c237..39b50c172 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1252,7 +1252,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1273,16 +1273,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 5fbb33514..fddeef5e9 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1245,7 +1245,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1266,16 +1266,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 55b7e64fa..466957406 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1230,7 +1230,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1251,16 +1251,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 6a9ff5e2d..d5151db6d 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1267,7 +1267,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1288,16 +1288,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 9e452c53c..1bda931ff 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1247,7 +1247,7 @@ $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@ $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate $strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate $strSetupServers_auth_type_name = 'Authentication type'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate $strSetupServers_column_info_name = 'Column information table'; //to translate @@ -1256,7 +1256,7 @@ $strSetupServers_compress_name = 'Compress connection'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_connect_type_name = 'Connection type'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_CountTables_name = 'Count tables'; //to translate @@ -1283,15 +1283,15 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_password_name = 'Password for config auth'; //to translate $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate $strSetupServers_port_name = 'Server port'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 00f6728d9..aa4f9163e 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -920,7 +920,7 @@ $strSetupServers_password_desc = 'La stå tom om du ikke skal bruke config auten $strSetupServers_nopassword_name = 'Koble til uten passord'; $strSetupServers_nopassword_desc = 'Forsøk å koble til uten passord'; $strSetupServers_SignonSession_name = 'Signon sesjonsnavn'; -$strSetupServers_SignonSession_desc = 'Se [a@http://wiki.cihar.com/pma/auth_types#signon]autentiseringstyper[/a] for et eksempel'; +$strSetupServers_SignonSession_desc = 'Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/a] for et eksempel'; $strSetupServers_SignonURL_name = 'Signon URL'; $strSetupServers_LogoutURL_name = 'Logg ut URL'; $strSetupServers_auth_swekey_config_name = 'SweKey config fil'; @@ -942,16 +942,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL kommando for å hente liste ov $strSetupServers_CountTables_name = 'Tell tabeller'; $strSetupServers_CountTables_desc = 'Tell tabeller ved visning av databaseliste'; $strSetupServers_pmadb_name = 'PMA database'; -$strSetupServers_pmadb_desc = 'Database brukt for relasjoner, bokmerker og PDF egenskaper. Se [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for komplett informasjon. La stå blank for å slå av. Standard: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_desc = 'Database brukt for relasjoner, bokmerker og PDF egenskaper. Se [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for komplett informasjon. La stå blank for å slå av. Standard: [kbd]phpmyadmin[/kbd]'; $strSetupServers_controluser_name = 'Kontrollbruker'; -$strSetupServers_controluser_desc = 'En spesiell MySQL bruker konfigurert med begrensede rettigheter, mer informasjon tilgjengelig på [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; +$strSetupServers_controluser_desc = 'En spesiell MySQL bruker konfigurert med begrensede rettigheter, mer informasjon tilgjengelig på [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; $strSetupServers_controlpass_name = 'Kontrollbrukerpassord'; $strSetupServers_verbose_check_name = 'Full kontroll'; $strSetupServers_verbose_check_desc = 'Slå av hvis du vet at dine pma_* tabeller er oppdaterte. Denne forhindrer kompabilitetssjekk og øker ytelsen'; $strSetupServers_bookmarktable_name = 'Bokmerketabell'; -$strSetupServers_bookmarktable_desc = 'La stå tom for ingen [a@http://wiki.cihar.com/pma/bookmark]bokmerke[/a]støtte, standard: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_desc = 'La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/bookmark]bokmerke[/a]støtte, standard: [kbd]pma_bookmark[/kbd]'; $strSetupServers_relation_name = 'Relasjonstabell'; -$strSetupServers_relation_desc = 'La stå tom for ingen [a@http://wiki.cihar.com/pma/relation]relasjonslink[/a]støtte, default: [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_desc = 'La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/relation]relasjonslink[/a]støtte, default: [kbd]pma_relation[/kbd]'; $strSetupServers_table_info_name = 'Visningsfelttabell'; $strSetupServers_table_info_desc = 'Tabell for beskrivelse av visningsfelter, la stå tom for ingen støtte; standard: [kbd]pma_table_info[/kbd]'; $strSetupServers_table_coords_name = 'PDF schema: tabellkoordinater'; diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index d86fb02fc..6d6225dca 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1281,7 +1281,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1302,16 +1302,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 4fea3aced..0c0473f55 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1229,7 +1229,7 @@ $strSetupServers_password_desc = 'Należy pozostawić puste w przypadku innego n $strSetupServers_nopassword_name = 'Łącz się bez hasła'; $strSetupServers_nopassword_desc = 'Ma być podejmowana próba łączenia się bez hasła'; $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1251,16 +1251,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'Polecenie SQL do pobrania dostępn $strSetupServers_CountTables_name = 'Zliczaj tabele'; $strSetupServers_CountTables_desc = 'Zliczaj tabele podczas pokazywania listy bazy danych'; $strSetupServers_pmadb_name = 'Baza danych PMA'; -$strSetupServers_pmadb_desc = 'Baza danych używana prze funkcje związków, zakładek i generowania PDF-ów. Pełna informacja znajduje się na stronie [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a]. Puste pole oznacza brak obsługi. Domyślna wartość: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_desc = 'Baza danych używana prze funkcje związków, zakładek i generowania PDF-ów. Pełna informacja znajduje się na stronie [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Puste pole oznacza brak obsługi. Domyślna wartość: [kbd]phpmyadmin[/kbd]'; $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Tabela zakładek'; -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Tabela związków'; -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index f4fd2aa52..d418a76a2 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1256,7 +1256,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1277,16 +1277,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 36af267a4..e8fe6f4f9 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1358,13 +1358,13 @@ $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to transl $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate $strSetupServers_column_info_name = 'Column information table'; //to translate $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_CountTables_name = 'Count tables'; //to translate @@ -1382,13 +1382,13 @@ $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _) $strSetupServers_only_db_name = 'Show only listed databases'; //to translate $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index fa0211434..3afec5ea7 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1240,7 +1240,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1261,16 +1261,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index de663d201..cb11785df 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1229,7 +1229,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1250,16 +1250,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 4d669d2d8..458c6a2ce 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1229,7 +1229,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1250,16 +1250,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index ab204312f..d410ab7d8 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1232,7 +1232,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1253,16 +1253,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index f83a1a297..af21b28cf 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1230,7 +1230,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1251,16 +1251,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index cf724f67e..d00f07822 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1249,7 +1249,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1270,16 +1270,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index abb146987..9d30cc124 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1225,7 +1225,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1246,16 +1246,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 488f9b9a8..979bf4b99 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1013,7 +1013,7 @@ $strSetupServers_auth_swekey_config_desc = 'Sökväg till konfigurationsfilen f $strSetupServers_auth_swekey_config_name = 'SweKey konfigurationsfil'; $strSetupServers_auth_type_desc = 'Autentiseringsmetod att använda'; $strSetupServers_auth_type_name = 'Typ av autentisering'; -$strSetupServers_bookmarktable_desc = 'Lämna tomt för inget stöd för [a@http://wiki.cihar.com/pma/bookmark]bokmärken[/a], standard: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_desc = 'Lämna tomt för inget stöd för [a@http://wiki.phpmyadmin.net/pma/bookmark]bokmärken[/a], standard: [kbd]pma_bookmark[/kbd]'; $strSetupServers_bookmarktable_name = 'Tabell för bokmärken'; $strSetupServers_column_info_desc = 'Lämna tomt för inget stöd för kolumnkommentarer/mime-typer, standard: [kbd]pma_column_info[/kbd]'; $strSetupServers_column_info_name = 'Tabell för kolumninformation'; @@ -1022,7 +1022,7 @@ $strSetupServers_compress_name = 'Komprimera anslutning'; $strSetupServers_connect_type_desc = 'Typ av anslutning till servern, behåll tcp om osäker'; $strSetupServers_connect_type_name = 'Anslutningstyp'; $strSetupServers_controlpass_name = 'Lösenord för kontrollanvändare'; -$strSetupServers_controluser_desc = 'En speciell MySQL-användare konfigurerad med begränsade rättigheter, mer information tillgänglig på [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; +$strSetupServers_controluser_desc = 'En speciell MySQL-användare konfigurerad med begränsade rättigheter, mer information tillgänglig på [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; $strSetupServers_controluser_name = 'Kontrollanvändare'; $strSetupServers_CountTables_desc = 'Räkna tabeller vid visning av databaslista'; $strSetupServers_CountTables_name = 'Räkna tabeller'; @@ -1049,15 +1049,15 @@ $strSetupServers_password_desc = 'Lämna tomt om inte autentisering config anvä $strSetupServers_password_name = 'Löseenord för autentisering config'; $strSetupServers_pdf_pages_desc = 'Lämna tomt för inget stöd för PDF-schema, standard: [kbd]pma_pdf_pages[/kbd]'; $strSetupServers_pdf_pages_name = 'PDF-schema: Tabell för sidor'; -$strSetupServers_pmadb_desc = 'Databas som används för relationer, bokmärken och PDF-funktioner. Se [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] för komplett information. Lämna tomt för utan stöd. Standard: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_desc = 'Databas som används för relationer, bokmärken och PDF-funktioner. Se [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] för komplett information. Lämna tomt för utan stöd. Standard: [kbd]phpmyadmin[/kbd]'; $strSetupServers_pmadb_name = 'PMA databas'; $strSetupServers_port_desc = 'Port som MySQL-servern lyssnar på, lämna tomt för standard'; $strSetupServers_port_name = 'Serverport'; -$strSetupServers_relation_desc = 'Lämna tomt för inget stöd för [a@http://wiki.cihar.com/pma/relation]relationslänkar[/a], standard: [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_desc = 'Lämna tomt för inget stöd för [a@http://wiki.phpmyadmin.net/pma/relation]relationslänkar[/a], standard: [kbd]pma_relation[/kbd]'; $strSetupServers_relation_name = 'Tabell för relationer'; $strSetupServers_ShowDatabasesCommand_desc = 'SQL-kommando för att hämta tillgängliga databaser'; $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES-kommando'; -$strSetupServers_SignonSession_desc = 'Se [a@http://wiki.cihar.com/pma/auth_types#signon]autentiseringstyper[/a] för ett exempel'; +$strSetupServers_SignonSession_desc = 'Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/a] för ett exempel'; $strSetupServers_SignonSession_name = 'Signon sessionsnamn'; $strSetupServers_SignonURL_name = 'Signon URL'; $strSetupServerSslMsg = 'Du bör använda SSL-anslutningar om din webbserver har stöd för det'; diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index f574a5c6d..2dda9026f 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1240,7 +1240,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1261,16 +1261,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index d8e57be44..683d79fc7 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1251,7 +1251,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1272,16 +1272,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index fe7587432..5f23c4ba6 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1019,7 +1019,7 @@ $strSetupServers_auth_swekey_config_desc = '[a@http://swekey.com]SweKey donanım $strSetupServers_auth_swekey_config_name = 'SweKey yapılandırma dosyası'; $strSetupServers_auth_type_desc = 'Kullanmak için kimlik denetimi yöntemi'; $strSetupServers_auth_type_name = 'Kimlik denetimi türü'; -$strSetupServers_bookmarktable_desc = '[a@http://wiki.cihar.com/pma/bookmark]Yer imi[/a] desteği istenmiyorsa boş bırakın, varsayılan: [kbd]pma_bookmark[/kbd]'; +$strSetupServers_bookmarktable_desc = '[a@http://wiki.phpmyadmin.net/pma/bookmark]Yer imi[/a] desteği istenmiyorsa boş bırakın, varsayılan: [kbd]pma_bookmark[/kbd]'; $strSetupServers_bookmarktable_name = 'Yer imi tablosu'; $strSetupServers_column_info_desc = 'Sütun yorumları/mime türleri istenmiyorsa boş bırakın, varsayılan: [kbd]pma_column_info[/kbd]'; $strSetupServers_column_info_name = 'Sütun bilgisi tablosu'; @@ -1028,7 +1028,7 @@ $strSetupServers_compress_name = 'Bağlantıyı sıkıştır'; $strSetupServers_connect_type_desc = 'Sunucuya nasıl bağlanılacağıdır, eğer emin değilseniz tcp olarak bırakın'; $strSetupServers_connect_type_name = 'Bağlantı türü'; $strSetupServers_controlpass_name = 'Denetim kullanıcısı parolası'; -$strSetupServers_controluser_desc = 'Sınırlı yetkilerle yapılandırılmış özel MySQL kullanıcısıdır, daha fazla bilgi [a@http://wiki.cihar.com/pma/controluser]wiki[/a]\'de mevcuttur'; +$strSetupServers_controluser_desc = 'Sınırlı yetkilerle yapılandırılmış özel MySQL kullanıcısıdır, daha fazla bilgi [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]\'de mevcuttur'; $strSetupServers_controluser_name = 'Denetim kullanıcısı'; $strSetupServers_CountTables_desc = 'Veritabanı listesini gösterirken tabloları sayar'; $strSetupServers_CountTables_name = 'Tabloları say'; @@ -1055,15 +1055,15 @@ $strSetupServers_password_desc = 'Eğer yapılandırma kimlik denetimi kullanıl $strSetupServers_password_name = 'Yapılandırma kimlik den. için parola'; $strSetupServers_pdf_pages_desc = 'PDF şeması desteği istenmiyorsa boş bırakın, varsayılan: [kbd]pma_pdf_pages[/kbd]'; $strSetupServers_pdf_pages_name = 'PDF şeması: sayfalar tablosu'; -$strSetupServers_pmadb_desc = 'İlişkiler, yer imleri ve PDF özellikleri için kullanılan veritabanı. Tam bilgi için [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a]\'ye bakın. Destek istenmiyorsa boş bırakın. Varsayılan: [kbd]phpmyadmin[/kbd]'; +$strSetupServers_pmadb_desc = 'İlişkiler, yer imleri ve PDF özellikleri için kullanılan veritabanı. Tam bilgi için [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]\'ye bakın. Destek istenmiyorsa boş bırakın. Varsayılan: [kbd]phpmyadmin[/kbd]'; $strSetupServers_pmadb_name = 'PMA veritabanı'; $strSetupServers_port_desc = 'MySQL sunucusunun dinlemede olduğu bağlantı noktası, varsayılan ayar için boş bırakın'; $strSetupServers_port_name = 'Sunucu bağ.noktası'; -$strSetupServers_relation_desc = '[a@http://wiki.cihar.com/pma/relation]İlişki bağlantıları[/a] desteği istenmiyorsa boş bırakın, varsayılan: [kbd]pma_relation[/kbd]'; +$strSetupServers_relation_desc = '[a@http://wiki.phpmyadmin.net/pma/relation]İlişki bağlantıları[/a] desteği istenmiyorsa boş bırakın, varsayılan: [kbd]pma_relation[/kbd]'; $strSetupServers_relation_name = 'İlişki tablosu'; $strSetupServers_ShowDatabasesCommand_desc = 'Mevcut veritabanları getirmek için SQL komutu'; $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES komutu'; -$strSetupServers_SignonSession_desc = 'Örnek için [a@http://wiki.cihar.com/pma/auth_types#signon]Kimlik denetimi türlerine[/a] bakın'; +$strSetupServers_SignonSession_desc = 'Örnek için [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]Kimlik denetimi türlerine[/a] bakın'; $strSetupServers_SignonSession_name = 'Oturum açma oturumu adı'; $strSetupServers_SignonURL_name = 'Oturum açma URL\'si'; $strSetupServerSslMsg = 'Eğer web sunucunuz destekliyorsa SSL bağlantı kullanmalısınız'; diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 1f4e1c0e3..c67fd3204 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1249,7 +1249,7 @@ $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to t $strSetupServers_nopassword_name = 'Connect without password'; //to translate $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate $strSetupServers_SignonSession_name = 'Signon session name'; //to translate -$strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate +$strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate $strSetupServers_SignonURL_name = 'Signon URL'; //to translate $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate @@ -1270,16 +1270,16 @@ $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available dat $strSetupServers_CountTables_name = 'Count tables'; //to translate $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate $strSetupServers_pmadb_name = 'PMA database'; //to translate -$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate +$strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate $strSetupServers_controluser_name = 'Control user'; //to translate -$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate +$strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate $strSetupServers_controlpass_name = 'Control user password'; //to translate $strSetupServers_verbose_check_name = 'Verbose check'; //to translate $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 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate -$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate +$strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate $strSetupServers_relation_name = 'Relation table'; //to translate -$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate +$strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate $strSetupServers_table_info_name = 'Display fields table'; //to translate $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate diff --git a/main.php b/main.php index cc41fca50..0f8f1a9ba 100644 --- a/main.php +++ b/main.php @@ -230,7 +230,7 @@ echo '

      phpMyAdmin

      '; echo '
        '; PMA_printListItem($strVersionInformation . ': ' . PMA_VERSION, 'li_pma_version'); PMA_printListItem($strDocu, 'li_pma_docs', 'Documentation.html', null, '_blank'); -PMA_printListItem($strWiki, 'li_pma_wiki', 'http://wiki.cihar.com', null, '_blank'); +PMA_printListItem($strWiki, 'li_pma_wiki', 'http://wiki.phpmyadmin.net', null, '_blank'); // does not work if no target specified, don't know why PMA_printListItem($strHomepageOfficial, 'li_pma_homepage', 'http://www.phpMyAdmin.net/', null, '_blank'); diff --git a/setup/lib/FormDisplay.class.php b/setup/lib/FormDisplay.class.php index 120271b63..756927678 100644 --- a/setup/lib/FormDisplay.class.php +++ b/setup/lib/FormDisplay.class.php @@ -565,7 +565,7 @@ class FormDisplay if ($test == 'Export') { $opt_name = substr($opt_name, 7); } - return 'http://wiki.cihar.com/pma/Config#' . $opt_name; + return 'http://wiki.phpmyadmin.net/pma/Config#' . $opt_name; } /** From 4684b0324081dbe73141eb56a8f91b955fdcdcab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 24 Mar 2009 17:36:50 +0000 Subject: [PATCH 46/60] Escape special chars. --- bs_play_media.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bs_play_media.php b/bs_play_media.php index bf8a2da2a..c681be6d3 100644 --- a/bs_play_media.php +++ b/bs_play_media.php @@ -51,12 +51,12 @@ { // audio content case 'audio/mpeg': - ?> Date: Tue, 24 Mar 2009 20:16:42 +0000 Subject: [PATCH 47/60] additional check --- bs_play_media.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bs_play_media.php b/bs_play_media.php index c681be6d3..6421f76d8 100644 --- a/bs_play_media.php +++ b/bs_play_media.php @@ -33,6 +33,8 @@ { // retrieve BS server variables from PMA configuration $bs_server = $PMA_Config->get('BLOBSTREAMING_SERVER'); + if (empty($bs_server)) die('No blob streaming server configured!'); + $bs_file_path = "http://" . $bs_server . '/' . $bsReference; if (isset($customType) && $customType) From 020203979304335a9935ed16d29b489bb3cc063b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 24 Mar 2009 20:32:19 +0000 Subject: [PATCH 48/60] 3.1.3.1 --- ChangeLog | 5 +++++ Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6bc363a8f..5e6bcf01d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ +3.1.3.1 (2009-03-24) +- [security] HTTP Response Splitting and file inclusion vulnerabilities +- [security] XSS vulnerability on export page +- [security] Insufficient output sanitizing when generating configuration file + 3.1.3.0 (2009-02-28) + [lang] Turkish update, thanks to Burak Yavuz - patch #2496403 [display] Multi-row change with "]", diff --git a/Documentation.html b/Documentation.html index 4655ce8f9..e7750ead8 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.3 - Documentation + phpMyAdmin 3.1.3.1 - Documentation @@ -33,7 +33,7 @@
      • Glossary
      -

      phpMyAdmin 3.1.3 Documentation

      +

      phpMyAdmin 3.1.3.1 Documentation

      • phpMyAdmin homepage
      • diff --git a/README b/README index 598f49629..5eb0602f5 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.3 - ------------- + Version 3.1.3.1 + --------------- http://www.phpmyadmin.net/ Copyright (C) 1998-2000 Tobias Ratschiller diff --git a/libraries/Config.class.php b/libraries/Config.class.php index f98c5985e..6045fad78 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.3'); + $this->set('PMA_VERSION', '3.1.3.1'); /** * @deprecated */ diff --git a/translators.html b/translators.html index a4e7a57ec..85c6c624f 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.3 - Official translators + phpMyAdmin 3.1.3.1 - Official translators @@ -31,7 +31,7 @@
      • Glossary
      -

      phpMyAdmin 3.1.3 official translators list

      +

      phpMyAdmin 3.1.3.1 official translators list

      Here is the list of the "official translators" of phpMyAdmin.

      From 24bede3df8b91a187024834c10a820b0ee6517ad Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 24 Mar 2009 21:04:18 +0000 Subject: [PATCH 49/60] 2.11.9.5 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5e6bcf01d..869dde614 100644 --- a/ChangeLog +++ b/ChangeLog @@ -240,6 +240,10 @@ danbarry - patch #2115966 [GUI] Checkboxes and IE 7, thanks to Martin - maschg - bug #1914066 [core] ForceSSL generates incorrectly escaped redirections +2.11.9.5 (2009-03-24) +- [security] XSS vulnerability on export page +- [security] Insufficient output sanitizing when generating configuration file + 2.11.9.4 (2008-12-09) - [security] possible XSRF on several pages From 9212325a69d35fdc4ba6f73173da743e135edde8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 25 Mar 2009 08:30:28 +0000 Subject: [PATCH 50/60] Document removal of config directory after configuring phpMyAdmin. --- Documentation.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation.html b/Documentation.html index e7750ead8..344cdda28 100644 --- a/Documentation.html +++ b/Documentation.html @@ -270,6 +270,7 @@ chmod o+w config/config.inc.php # give it world writable permissions
       mv config/config.inc.php .         # move file to current directory
       chmod o-rw config.inc.php          # remove world read and write permissions
      +rm -rf config                      # remove not needed directory
       
      Now the file is ready to be used. You can choose to review or edit the file with your favorite editor, if you prefer to set some From 881988053e40774b057cd150ac0aeb8a2b8f2e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 10 Apr 2009 07:29:13 +0000 Subject: [PATCH 51/60] Fix escaping of server name. --- setup/lib/ConfigFile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/lib/ConfigFile.class.php b/setup/lib/ConfigFile.class.php index 8a522da36..be4cf5ffa 100644 --- a/setup/lib/ConfigFile.class.php +++ b/setup/lib/ConfigFile.class.php @@ -281,7 +281,7 @@ class ConfigFile $ret .= "/* Servers configuration */$crlf\$i = 0;" . $crlf . $crlf; foreach ($c['Servers'] as $id => $server) { $k = preg_replace('/[^A-Za-z0-9_]/', '_', $k); - $ret .= '/* Server: ' . $this->getServerName($id) . " [$id] */" . $crlf + $ret .= '/* Server: ' . strtr($this->getServerName($id), '*/', '-') . " [$id] */" . $crlf . '$i++;' . $crlf; foreach ($server as $k => $v) { $ret .= "\$cfg['Servers'][\$i]['$k'] = " From dd98df3e3c7732ea9d5f7e28a71661f137a9a806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 14 Apr 2009 10:19:02 +0000 Subject: [PATCH 52/60] Do not allow user to modify php code before saving. --- setup/config.php | 29 ++--------------------------- setup/frames/config.inc.php | 4 +--- 2 files changed, 3 insertions(+), 30 deletions(-) diff --git a/setup/config.php b/setup/config.php index 58073b206..66f376174 100644 --- a/setup/config.php +++ b/setup/config.php @@ -12,31 +12,6 @@ require './lib/common.inc.php'; require_once './setup/lib/Form.class.php'; require_once './setup/lib/FormDisplay.class.php'; -/** - * Returns config file contents depending on GET type value: - * o session - uses ConfigFile::getConfigFile() - * o post - uses POST textconfig value - * - * @return string - */ -function get_config() { - $type = PMA_ifSetOr($_GET['type'], 'session'); - - if ($type == 'session') { - $config = ConfigFile::getInstance()->getConfigFile(); - } else { - $config = PMA_ifSetOr($_POST['textconfig'], ''); - // make sure our eol is \n - $config = str_replace("\r\n", "\n", $config); - if ($_SESSION['eol'] == 'win') { - $config = str_replace("\n", "\r\n", $config); - } - } - - return $config; -} - - $form_display = new FormDisplay(); $form_display->registerForm('_config.php'); $form_display->save('_config.php'); @@ -61,13 +36,13 @@ if (PMA_ifSetOr($_POST['submit_clear'], '')) { // header('Content-Type: text/plain'); header('Content-Disposition: attachment; filename="config.inc.php"'); - echo get_config(); + echo ConfigFile::getInstance()->getConfigFile(); exit; } elseif (PMA_ifSetOr($_POST['submit_save'], '')) { // // Save generated config file on the server // - file_put_contents($config_file_path, get_config()); + file_put_contents($config_file_path, ConfigFile::getInstance()->getConfigFile()); header('HTTP/1.1 303 See Other'); header('Location: index.php'); exit; diff --git a/setup/frames/config.inc.php b/setup/frames/config.inc.php index d2cec90c8..7ce8f5195 100644 --- a/setup/frames/config.inc.php +++ b/setup/frames/config.inc.php @@ -21,7 +21,7 @@ $config_exists = false; check_config_rw($config_readable, $config_writable, $config_exists); ?>

      - + 'simple')); ?>
  • @@ -35,8 +35,6 @@ check_config_rw($config_readable, $config_writable, $config_exists); Date: Tue, 14 Apr 2009 16:32:06 +0000 Subject: [PATCH 53/60] 3.1.3.2 release --- ChangeLog | 3 +++ Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 869dde614..ce8e0ff10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ +3.1.3.2 (2009-04-14) +- [security] Insufficient output sanitizing when generating configuration file + 3.1.3.1 (2009-03-24) - [security] HTTP Response Splitting and file inclusion vulnerabilities - [security] XSS vulnerability on export page diff --git a/Documentation.html b/Documentation.html index 344cdda28..0b039c7bb 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.3.1 - Documentation + phpMyAdmin 3.1.3.2 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.3.1 Documentation

    +

    phpMyAdmin 3.1.3.2 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index 5eb0602f5..f01fd142c 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.3.1 + Version 3.1.3.2 --------------- http://www.phpmyadmin.net/ diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 6045fad78..43abeb35c 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.3.1'); + $this->set('PMA_VERSION', '3.1.3.2'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 85c6c624f..37f48466e 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.3.1 - Official translators + phpMyAdmin 3.1.3.2 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.3.1 official translators list

    +

    phpMyAdmin 3.1.3.2 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From 19b41ade99e30629447bb8d191242c6ec9a03921 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 14 Apr 2009 20:28:42 +0000 Subject: [PATCH 54/60] 3.1.4-rc1 --- Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation.html b/Documentation.html index 6b4250f7b..ee11188df 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.4-dev - Documentation + phpMyAdmin 3.1.4-rc1 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.4-dev Documentation

    +

    phpMyAdmin 3.1.4-rc1 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index e7ae3af79..3d34b621e 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.4-dev + Version 3.1.4-rc1 ----------------- http://www.phpmyadmin.net/ diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 2b3eb6b60..6035e47b0 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.4-dev'); + $this->set('PMA_VERSION', '3.1.4-rc1'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 7621f2ca7..f39eee727 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.4-dev - Official translators + phpMyAdmin 3.1.4-rc1 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.4-dev official translators list

    +

    phpMyAdmin 3.1.4-rc1 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From 4a578f54ef3b15f50d93eb21fe08f4a07be374a5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 15 Apr 2009 16:33:29 +0000 Subject: [PATCH 55/60] doc typos --- ChangeLog | 1 + Documentation.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b13530334..94075f3e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #2634827 [import] Using DELIMITER ends with infinite cycle - bug #2729191 [config] CheckConfigurationPermissions = false is worthless - bug #2687046 [export] Structure export: Null always YES +- [doc] typos, thanks to Cédric Corazza 3.1.3.2 (2009-04-14) - [security] Insufficient output sanitizing when generating configuration file diff --git a/Documentation.html b/Documentation.html index ee11188df..8aaf1d89f 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1199,7 +1199,7 @@ ALTER TABLE `pma_column_comments`
    Define whether the previous login should be recalled or not in cookie authentication mode.

    - This is automatically diabled if you do not have configured + This is automatically disabled if you do not have configured $cfg['blowfish_secret'].
    From 55c5cac3a25c0102e92a87771e38a33050c1771d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 17 Apr 2009 16:58:53 +0000 Subject: [PATCH 56/60] revert bad fix of revision 12344 --- ChangeLog | 1 - libraries/import/sql.php | 5 ----- 2 files changed, 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 94075f3e1..837850066 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,7 +25,6 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #2724844 Add Fields: Add index is missing quotes thanks to Luke Armstrong - bug #2740550 [interface] Using textarea CharEditing drops default values -- bug #2634827 [import] Using DELIMITER ends with infinite cycle - bug #2729191 [config] CheckConfigurationPermissions = false is worthless - bug #2687046 [export] Structure export: Null always YES - [doc] typos, thanks to Cédric Corazza diff --git a/libraries/import/sql.php b/libraries/import/sql.php index c383d96ca..6a6e76e35 100644 --- a/libraries/import/sql.php +++ b/libraries/import/sql.php @@ -89,11 +89,6 @@ while (!($GLOBALS['finished'] && $i >= $len) && !$error && !$timeout_passed) { // Current length of our buffer $len = strlen($buffer); - // Avoid endless loop in case of missing last newline - if ($GLOBALS['finished'] && $buffer[$len - 1] != "\n") { - $buffer .= "\n"; - } - // Grab some SQL queries out of it while ($i < $len) { $found_delimiter = false; From 0d4c383c1a8f0e2027605ed0bcb37882b5584de2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 17 Apr 2009 20:16:20 +0000 Subject: [PATCH 57/60] 3.1.4-rc2 --- Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation.html b/Documentation.html index 8aaf1d89f..9e891cc39 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.4-rc1 - Documentation + phpMyAdmin 3.1.4-rc2 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.4-rc1 Documentation

    +

    phpMyAdmin 3.1.4-rc2 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index 3d34b621e..a3edfbf9c 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.4-rc1 + Version 3.1.4-rc2 ----------------- http://www.phpmyadmin.net/ diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 6035e47b0..ac760e0cb 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.4-rc1'); + $this->set('PMA_VERSION', '3.1.4-rc2'); /** * @deprecated */ diff --git a/translators.html b/translators.html index f39eee727..a80fbfc9e 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.4-rc1 - Official translators + phpMyAdmin 3.1.4-rc2 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.4-rc1 official translators list

    +

    phpMyAdmin 3.1.4-rc2 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From 8ee78fd934ab3b55480c44e9c1497f8f972bf178 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 25 Apr 2009 11:28:17 +0000 Subject: [PATCH 58/60] 3.1.4 release --- ChangeLog | 2 +- Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 837850066..a5b47d8bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ -3.1.4.0 (not yet released) +3.1.4.0 (2009-04-25) + patch #1808339 [doc] Apache SSLOptions and StdEnvVars FAQ, thanks to JT Justman - jtjustman - bug #2491017 [operations] ANSI mode not supported (db rename and table move) diff --git a/Documentation.html b/Documentation.html index 9e891cc39..a9eca3f9d 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.4-rc2 - Documentation + phpMyAdmin 3.1.4 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.4-rc2 Documentation

    +

    phpMyAdmin 3.1.4 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index a3edfbf9c..68ecd2cfd 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.4-rc2 - ----------------- + Version 3.1.4 + ------------- http://www.phpmyadmin.net/ Copyright (C) 1998-2000 Tobias Ratschiller diff --git a/libraries/Config.class.php b/libraries/Config.class.php index ac760e0cb..69c5ef1d6 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.4-rc2'); + $this->set('PMA_VERSION', '3.1.4'); /** * @deprecated */ diff --git a/translators.html b/translators.html index a80fbfc9e..a541c0bc0 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.4-rc2 - Official translators + phpMyAdmin 3.1.4 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.4-rc2 official translators list

    +

    phpMyAdmin 3.1.4 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From 4c51330241df738b8b6cd313a6ae4fe1fd77a373 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 8 May 2009 16:28:27 +0000 Subject: [PATCH 59/60] 3.1.5-rc1 --- Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation.html b/Documentation.html index 1d3675b3d..c08388b89 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.5-dev - Documentation + phpMyAdmin 3.1.5-rc1 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.5-dev Documentation

    +

    phpMyAdmin 3.1.5-rc1 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index b9c7af030..20c8f4c6f 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.5-dev + Version 3.1.5-rc1 ----------------- http://www.phpmyadmin.net/ diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 4865315b6..f50f08be1 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.5-dev'); + $this->set('PMA_VERSION', '3.1.5-rc1'); /** * @deprecated */ diff --git a/translators.html b/translators.html index fffb6b6b0..52d4294aa 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.5-dev - Official translators + phpMyAdmin 3.1.5-rc1 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.5-dev official translators list

    +

    phpMyAdmin 3.1.5-rc1 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    From 14b5c19856f426fa2bc167bef7d3b66b7c1366ef Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 15 May 2009 16:28:09 +0000 Subject: [PATCH 60/60] 3.1.5 release --- ChangeLog | 2 +- Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1605ca7e1..955f57ee6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ -3.1.5.0 (not yet released) +3.1.5.0 (2009-05-15) - patch #2739001 [export] XML does not allow spaces in element names, thanks to Derek Schaefer - drummingds1 - bug #2780722 [import] Incorrect maximum file size diff --git a/Documentation.html b/Documentation.html index c08388b89..bd3680403 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ - phpMyAdmin 3.1.5-rc1 - Documentation + phpMyAdmin 3.1.5 - Documentation @@ -33,7 +33,7 @@
  • Glossary
  • -

    phpMyAdmin 3.1.5-rc1 Documentation

    +

    phpMyAdmin 3.1.5 Documentation

    • phpMyAdmin homepage
    • diff --git a/README b/README index 20c8f4c6f..50aa87cad 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 3.1.5-rc1 - ----------------- + Version 3.1.5 + ------------- http://www.phpmyadmin.net/ Copyright (C) 1998-2000 Tobias Ratschiller diff --git a/libraries/Config.class.php b/libraries/Config.class.php index f50f08be1..9185d15c2 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.1.5-rc1'); + $this->set('PMA_VERSION', '3.1.5'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 52d4294aa..bf8965bff 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ - phpMyAdmin 3.1.5-rc1 - Official translators + phpMyAdmin 3.1.5 - Official translators @@ -31,7 +31,7 @@
    • Glossary
    -

    phpMyAdmin 3.1.5-rc1 official translators list

    +

    phpMyAdmin 3.1.5 official translators list

    Here is the list of the "official translators" of phpMyAdmin.

    Georgian - volunteer needed + George Machitidze (gmachitidze@users.sourceforge.net)
    /> -     -