diff --git a/Makefile b/Makefile index 35d5c79f1..8f8da8ba2 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile to build translations # Languages which we translate -LANGUAGES=bn it pl ja fr cs gl sv nl ka tr fi ca hr hu nb es de lt ro mn pt_BR pt_PT zh_CN zh_TW hy en_GB rcf si sk sl el da ar bs az et fy sq eo id ko uk ru mk +LANGUAGES=bn it pl ja fr cs gl sv nl ka tr fi ca hr hu nb es de lt ro mn pt_BR pt_PT zh_CN zh_TW hy en_GB rcf si sk sl el da ar bs az et fy sq eo id ko uk ru mk vi # Documentation source dir SOURCE_DIR=phpmyadmin/doc/ diff --git a/docs/vi/Makefile b/docs/vi/Makefile new file mode 120000 index 000000000..65dee7353 --- /dev/null +++ b/docs/vi/Makefile @@ -0,0 +1 @@ +../../phpmyadmin/doc/Makefile \ No newline at end of file diff --git a/docs/vi/_ext b/docs/vi/_ext new file mode 120000 index 000000000..291d573f4 --- /dev/null +++ b/docs/vi/_ext @@ -0,0 +1 @@ +../../phpmyadmin/doc/_ext \ No newline at end of file diff --git a/docs/vi/bookmarks.rst b/docs/vi/bookmarks.rst new file mode 120000 index 000000000..3c83959bb --- /dev/null +++ b/docs/vi/bookmarks.rst @@ -0,0 +1 @@ +../../phpmyadmin/doc/bookmarks.rst \ No newline at end of file diff --git a/docs/vi/charts.rst b/docs/vi/charts.rst new file mode 120000 index 000000000..e1a7d10c6 --- /dev/null +++ b/docs/vi/charts.rst @@ -0,0 +1 @@ +../../phpmyadmin/doc/charts.rst \ No newline at end of file diff --git a/docs/vi/conf.py b/docs/vi/conf.py new file mode 100644 index 000000000..8f7100ecc --- /dev/null +++ b/docs/vi/conf.py @@ -0,0 +1,319 @@ +# -*- coding: utf-8 -*- +# +# phpMyAdmin documentation build configuration file, created by +# sphinx-quickstart on Wed Sep 26 14:04:48 2012. +# +# This file is execfile()d with the current directory set to its containing dir. +# +# Note that not all possible configuration values are present in this +# autogenerated file. +# +# All configuration values have a default; values that are commented out +# serve to show the default. + +import sys +import os + +# If extensions (or modules to document with autodoc) are in another directory, +# add these directories to sys.path here. If the directory is relative to the +# documentation root, use os.path.abspath to make it absolute, like shown here. +#sys.path.insert(0, os.path.abspath('.')) +sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_ext"))) + +# -- General configuration ------------------------------------------------ + +# If your documentation needs a minimal Sphinx version, state it here. +#needs_sphinx = '1.0' + +# Add any Sphinx extension module names here, as strings. They can be +# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom +# ones. +extensions = ['configext'] + +# Add any paths that contain templates here, relative to this directory. +templates_path = ['_templates'] + +# The suffix of source filenames. +source_suffix = '.rst' + +# The encoding of source files. +#source_encoding = 'utf-8-sig' + +# The master toctree document. +master_doc = 'index' + +# General information about the project. +project = u'phpMyAdmin' +copyright = u'2012 - 2021, The phpMyAdmin devel team' + +# The version info for the project you're documenting, acts as replacement for +# |version| and |release|, also used in various other places throughout the +# built documents. +# +# The short X.Y version. +version = '6.0.0-dev' +# The full version, including alpha/beta/rc tags. +release = version + +# The language for content autogenerated by Sphinx. Refer to documentation +# for a list of supported languages. +language = "vi" +locale_dirs = ["../../translated/"] + +# There are two options for replacing |today|: either, you set today to some +# non-false value, then it is used: +#today = '' +# Else, today_fmt is used as the format for a strftime call. +#today_fmt = '%B %d, %Y' + +# List of patterns, relative to source directory, that match files and +# directories to ignore when looking for source files. +exclude_patterns = ['_build', 'html', 'doctrees'] + +# The reST default role (used for this markup: `text`) to use for all +# documents. +#default_role = None + +# If true, '()' will be appended to :func: etc. cross-reference text. +#add_function_parentheses = True + +# If true, the current module name will be prepended to all description +# unit titles (such as .. function::). +#add_module_names = True + +# If true, sectionauthor and moduleauthor directives will be shown in the +# output. They are ignored by default. +#show_authors = False + +# The name of the Pygments (syntax highlighting) style to use. +pygments_style = 'sphinx' + +# A list of ignored prefixes for module index sorting. +#modindex_common_prefix = [] + +# If true, keep warnings as "system message" paragraphs in the built documents. +#keep_warnings = False + + +# -- Options for HTML output ---------------------------------------------- + +# The theme to use for HTML and HTML Help pages. See the documentation for +# a list of builtin themes. +html_theme = 'default' + +# Theme options are theme-specific and customize the look and feel of a theme +# further. For a list of options available for each theme, see the +# documentation. +#html_theme_options = {} + +# Add any paths that contain custom themes here, relative to this directory. +#html_theme_path = [] + +# The name for this set of Sphinx documents. If None, it defaults to +# " v documentation". +#html_title = None + +# A shorter title for the navigation bar. Default is the same as html_title. +#html_short_title = None + +# The name of an image file (relative to this directory) to place at the top +# of the sidebar. +#html_logo = None + +# The name of an image file (within the static path) to use as favicon of the +# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 +# pixels large. +#html_favicon = None + +# Add any paths that contain custom static files (such as style sheets) here, +# relative to this directory. They are copied after the builtin static files, +# so a file named "default.css" will overwrite the builtin "default.css". +#html_static_path = ['_static'] + +# Add any extra paths that contain custom files (such as robots.txt or +# .htaccess) here, relative to this directory. These files are copied +# directly to the root of the documentation. +#html_extra_path = [] + +# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, +# using the given strftime format. +#html_last_updated_fmt = '%b %d, %Y' + +# If true, SmartyPants will be used to convert quotes and dashes to +# typographically correct entities. +#html_use_smartypants = True + +# Custom sidebar templates, maps document names to template names. +#html_sidebars = {} + +# Additional templates that should be rendered to pages, maps page names to +# template names. +#html_additional_pages = {} + +# If false, no module index is generated. +#html_domain_indices = True + +# If false, no index is generated. +#html_use_index = True + +# If true, the index is split into individual pages for each letter. +#html_split_index = False + +# If true, links to the reST sources are added to the pages. +#html_show_sourcelink = True + +# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. +#html_show_sphinx = True + +# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. +#html_show_copyright = True + +# If true, an OpenSearch description file will be output, and all pages will +# contain a tag referring to it. The value of this option must be the +# base URL from which the finished HTML is served. +#html_use_opensearch = '' + +# This is the file name suffix for HTML files (e.g. ".xhtml"). +#html_file_suffix = None + +# Output file base name for HTML help builder. +htmlhelp_basename = 'phpMyAdmindoc' + + +# -- Options for LaTeX output --------------------------------------------- + +latex_elements = { +# The paper size ('letterpaper' or 'a4paper'). +#'papersize': 'letterpaper', + +# The font size ('10pt', '11pt' or '12pt'). +#'pointsize': '10pt', + +# Additional stuff for the LaTeX preamble. +#'preamble': '', +} + +# Grouping the document tree into LaTeX files. List of tuples +# (source start file, target name, title, +# author, documentclass [howto, manual, or own class]). +latex_documents = [ + ('index', 'phpMyAdmin.tex', u'phpMyAdmin Documentation', + u'The phpMyAdmin devel team', 'manual'), +] + +# The name of an image file (relative to this directory) to place at the top of +# the title page. +#latex_logo = None + +# For "manual" documents, if this is true, then toplevel headings are parts, +# not chapters. +#latex_use_parts = False + +# If true, show page references after internal links. +#latex_show_pagerefs = False + +# If true, show URL addresses after external links. +#latex_show_urls = False + +# Documents to append as an appendix to all manuals. +#latex_appendices = [] + +# If false, no module index is generated. +#latex_domain_indices = True + + +# -- Options for manual page output --------------------------------------- + +# One entry per manual page. List of tuples +# (source start file, name, description, authors, manual section). +man_pages = [ + ('index', 'phpmyadmin', u'phpMyAdmin Documentation', + [u'The phpMyAdmin devel team'], 1) +] + +# If true, show URL addresses after external links. +#man_show_urls = False + + +# -- Options for Texinfo output ------------------------------------------- + +# Grouping the document tree into Texinfo files. List of tuples +# (source start file, target name, title, author, +# dir menu entry, description, category) +texinfo_documents = [ + ('index', 'phpMyAdmin', u'phpMyAdmin Documentation', + u'The phpMyAdmin devel team', 'phpMyAdmin', 'One line description of project.', + 'Miscellaneous'), +] + +# Documents to append as an appendix to all manuals. +#texinfo_appendices = [] + +# If false, no module index is generated. +#texinfo_domain_indices = True + +# How to display URL addresses: 'footnote', 'no', or 'inline'. +#texinfo_show_urls = 'footnote' + + +# -- Options for Epub output --------------------------------------------------- + +# Bibliographic Dublin Core info. +epub_title = u'phpMyAdmin' +epub_author = u'The phpMyAdmin devel team' +epub_publisher = u'The phpMyAdmin devel team' +epub_copyright = copyright + +# The language of the text. It defaults to the language option +# or en if the language is not set. +#epub_language = '' + +# The scheme of the identifier. Typical schemes are ISBN or URL. +#epub_scheme = '' + +# The unique identifier of the text. This can be a ISBN number +# or the project homepage. +#epub_identifier = '' + +# A unique identification for the text. +#epub_uid = '' + +# A tuple containing the cover image and cover page html template filenames. +#epub_cover = () + +# HTML files that should be inserted before the pages created by sphinx. +# The format is a list of tuples containing the path and title. +#epub_pre_files = [] + +# HTML files shat should be inserted after the pages created by sphinx. +# The format is a list of tuples containing the path and title. +#epub_post_files = [] + +# A list of files that should not be packed into the epub file. +#epub_exclude_files = [] + +# The depth of the table of contents in toc.ncx. +#epub_tocdepth = 3 + +# Allow duplicate toc entries. +#epub_tocdup = True + +# Highlight PHP without starting \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# config.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-07-27 00:00+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# themes.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-07-27 00:00+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# vendors.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-03-01 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# bookmarks.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# setup.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-08-07 00:00+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# user.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# faq.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-07-27 00:00+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# other.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# two_factor.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-03-01 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# import_export.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# glossary.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# transformations.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# privileges.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# require.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-06-02 00:00+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# intro.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-05-20 00:00+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# relations.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# security.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# index.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# copyright.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# settings.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"#-#-#-#-# charts.pot (phpMyAdmin 6.0.0-dev) #-#-#-#-#\n" +"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2023-02-13 00:00+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../phpmyadmin/doc/developers.rst:4 +msgid "Developers Information" +msgstr "" + +#: ../phpmyadmin/doc/developers.rst:6 +msgid "" +"phpMyAdmin is Open Source, so you're invited to contribute to it. Many great " +"features have been written by other people and you too can help to make " +"phpMyAdmin a useful tool." +msgstr "" + +#: ../phpmyadmin/doc/developers.rst:10 +msgid "" +"You can check out all the possibilities to contribute in the `contribute " +"section on our website `_." +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:4 +msgid "Credits" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:7 +msgid "Credits, in chronological order" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:9 +msgid "Tobias Ratschiller " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:11 +msgid "creator of the phpMyAdmin project" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:13 +msgid "maintainer from 1998 to summer 2000" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:15 ../phpmyadmin/doc/credits.rst:588 +#: ../phpmyadmin/doc/credits.rst:607 ../phpmyadmin/doc/credits.rst:777 +#: ../phpmyadmin/doc/credits.rst:951 +msgid "Marc Delisle " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:17 +msgid "multi-language version in December 1998" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:19 +msgid "various fixes and improvements" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:21 +msgid "first version of the :term:`SQL` analyser (most of it)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:23 +msgid "maintainer from 2001 to 2015" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:25 +msgid "Olivier Müller " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:27 +msgid "started SourceForge phpMyAdmin project in March 2001" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:29 +msgid "sync'ed different existing CVS trees with new features and bugfixes" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:31 +msgid "multi-language improvements, dynamic language selection" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:33 ../phpmyadmin/doc/credits.rst:44 +#: ../phpmyadmin/doc/credits.rst:60 ../phpmyadmin/doc/credits.rst:201 +msgid "many bugfixes and improvements" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:35 +msgid "Loïc Chapeaux " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:37 +msgid "rewrote and optimized JavaScript, DHTML and DOM stuff" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:39 +msgid "" +"rewrote the scripts so they fit the :term:`PEAR` coding standards and " +"generate XHTML1.0 and CSS2 compliant codes" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:42 +msgid "improved the language detection system" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:46 +msgid "Robin Johnson " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:48 +msgid "database maintenance controls" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:50 +msgid "table type code" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:52 +msgid "Host authentication :term:`IP` Allow/Deny" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:54 +msgid "DB-based configuration (Not completed)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:56 +msgid ":term:`SQL` parser and pretty-printer" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:58 +msgid ":term:`SQL` validator" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:62 +msgid "Armel Fauveau " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:64 +msgid "bookmarks feature" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:66 +msgid "multiple dump feature" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:68 +msgid "gzip dump feature" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:70 +msgid "zip dump feature" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:72 +msgid "Geert Lund " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:74 +msgid "various fixes" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:76 +msgid "moderator of the phpMyAdmin former users forum at phpwizard.net" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:78 +msgid "Korakot Chaovavanich " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:80 +msgid "\"insert as new row\" feature" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:82 +msgid "Pete Kelly " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:84 +msgid "rewrote and fix dump code" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:86 ../phpmyadmin/doc/credits.rst:94 +#: ../phpmyadmin/doc/credits.rst:100 +msgid "bugfixes" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:88 +msgid "Steve Alberty " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:90 +msgid "rewrote dump code for PHP4" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:92 +msgid "mySQL table statistics" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:96 +msgid "Benjamin Gandon " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:98 +msgid "main author of the version 2.1.0.1" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:102 +msgid "Alexander M. Turek " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:104 +msgid "MySQL 4.0 / 4.1 / 5.0 compatibility" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:106 +msgid "abstract database interface (PMA\\_DBI) with MySQLi support" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:108 +msgid "privileges administration" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:110 +msgid ":term:`XML` exports" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:112 ../phpmyadmin/doc/credits.rst:132 +msgid "various features and fixes" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:114 +msgid "German language file updates" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:116 +msgid "Mike Beck " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:118 +msgid "automatic joins in QBE" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:120 +msgid "links column in printview" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:122 ../phpmyadmin/doc/relations.rst:28 +msgid "Relation view" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:124 ../phpmyadmin/doc/credits.rst:919 +#: ../phpmyadmin/doc/credits.rst:1009 ../phpmyadmin/doc/credits.rst:1019 +msgid "Michal Čihař " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:126 +msgid "enhanced index creation/display feature" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:128 +msgid "feature to use a different charset for HTML than for MySQL" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:130 +msgid "improvements of export feature" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:134 +msgid "Czech language file updates" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:136 +msgid "created current website for phpMyAdmin" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:138 +msgid "" +"Christophe Gesché from the \"MySQL Form Generator for PHPMyAdmin\" (https://" +"sourceforge.net/projects/phpmysqlformgen/)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:141 +msgid "suggested the patch for multiple table printviews" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:143 +msgid "Garvin Hicking " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:145 +msgid "built the patch for vertical display of table rows" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:147 +msgid "built the Javascript based Query window + :term:`SQL` history" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:149 +msgid "Improvement of column/db comments" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:151 +msgid "(MIME)-Transformations for columns" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:153 +msgid "Use custom alias names for Databases in left frame" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:155 +msgid "hierarchical/nested table display" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:157 +msgid "" +":term:`PDF`-scratchboard for WYSIWYG- distribution of :term:`PDF` relations" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:160 +msgid "new icon sets" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:162 +msgid "vertical display of column properties page" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:164 +msgid "some bugfixes, features, support, German language additions" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:166 +msgid "Yukihiro Kawada " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:168 +msgid "japanese kanji encoding conversion feature" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:170 +msgid "Piotr Roszatycki and Dan Wilson" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:172 +msgid "the Cookie authentication mode" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:174 +msgid "Axel Sander " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:176 +msgid "table relation-links feature" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:178 +msgid "Maxime Delorme " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:180 +msgid "" +":term:`PDF` schema output, thanks also to Olivier Plathey for the \"FPDF\" " +"library (see ), Steven Wittens for the \"UFPDF\" " +"library and Nicola Asuni for the \"TCPDF\" library (see )." +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:185 +msgid "Olof Edlund " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:187 +msgid ":term:`SQL` validator server" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:189 +msgid "Ivan R. Lanin " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:191 +msgid "phpMyAdmin logo (until June 2004)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:193 +msgid "Mike Cochrane " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:195 +msgid "blowfish library from the Horde project (withdrawn in release 4.0)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:197 +msgid "Marcel Tschopp " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:199 +msgid "mysqli support" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:203 +msgid "Nicola Asuni (Tecnick.com)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:205 +msgid "TCPDF library ()" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:207 +msgid "Michael Keck " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:209 +msgid "redesign for 2.6.0" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:211 +msgid "phpMyAdmin sailboat logo (June 2004)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:213 +msgid "Mathias Landhäußer" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:215 +msgid "Representation at conferences" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:217 +msgid "Sebastian Mendel " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:219 +msgid "interface improvements" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:221 +msgid "various bugfixes" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:223 +msgid "Ivan A Kirillov" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:225 +msgid "new relations Designer" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:227 +msgid "Raj Kissu Rajandran (Google Summer of Code 2008)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:229 +msgid "BLOBstreaming support (withdrawn in release 4.0)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:231 +msgid "Piotr Przybylski (Google Summer of Code 2008, 2010 and 2011)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:233 +msgid "improved setup script" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:235 +msgid "user preferences" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:237 +msgid "Drizzle support" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:239 +msgid "Derek Schaefer (Google Summer of Code 2009)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:241 +msgid "Improved the import system" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:243 +msgid "Alexander Rutkowski (Google Summer of Code 2009)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:245 +msgid "Tracking mechanism" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:247 +msgid "Zahra Naeem (Google Summer of Code 2009)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:249 +msgid "Synchronization feature (removed in release 4.0)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:251 +msgid "Tomáš Srnka (Google Summer of Code 2009)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:253 +msgid "Replication support" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:255 +msgid "Muhammad Adnan (Google Summer of Code 2010)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:257 +msgid "Relation schema export to multiple formats" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:259 +msgid "Lori Lee (Google Summer of Code 2010)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:261 +msgid "User interface improvements" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:263 +msgid "ENUM/SET editor" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:265 +msgid "Simplified interface for export/import" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:267 +msgid "Ninad Pundalik (Google Summer of Code 2010)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:269 +msgid "AJAXifying the interface" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:271 +msgid "Martynas Mickevičius (Google Summer of Code 2010)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:273 ../phpmyadmin/doc/charts.rst:4 +msgid "Charts" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:275 +msgid "Barrie Leslie" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:277 +msgid "" +"BLOBstreaming support with PBMS PHP extension (withdrawn in release 4.0)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:280 +msgid "Ankit Gupta (Google Summer of Code 2010)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:282 +msgid "Visual query builder" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:284 +msgid "Madhura Jayaratne (Google Summer of Code 2011)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:286 +msgid "OpenGIS support" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:288 +msgid "Ammar Yasir (Google Summer of Code 2011)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:290 +msgid "Zoom search" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:292 +msgid "Aris Feryanto (Google Summer of Code 2011)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:294 +msgid "Browse-mode improvements" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:296 +msgid "Thilanka Kaushalya (Google Summer of Code 2011)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:298 +msgid "AJAXification" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:300 +msgid "Tyron Madlener (Google Summer of Code 2011)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:302 +msgid "Query statistics and charts for the status page" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:304 +msgid "Zarubin Stas (Google Summer of Code 2011)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:306 ../phpmyadmin/doc/credits.rst:340 +#: ../phpmyadmin/doc/credits.rst:360 ../phpmyadmin/doc/credits.rst:364 +msgid "Automated testing" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:308 +msgid "Rouslan Placella (Google Summer of Code 2011 and 2012)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:310 +msgid "Improved support for Stored Routines, Triggers and Events" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:312 +msgid "Italian translation updates" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:314 +msgid "Removal of frames, new navigation" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:316 +msgid "Dieter Adriaenssens" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:318 +msgid "Various bugfixes" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:320 +msgid "Dutch translation updates" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:322 +msgid "Alex Marin (Google Summer of Code 2012)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:324 +msgid "New plugins and properties system" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:326 +msgid "Thilina Buddika Abeyrathna (Google Summer of Code 2012)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:328 ../phpmyadmin/doc/credits.rst:332 +#: ../phpmyadmin/doc/credits.rst:336 ../phpmyadmin/doc/credits.rst:348 +#: ../phpmyadmin/doc/credits.rst:352 +msgid "Refactoring" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:330 +msgid "Atul Pratap Singh (Google Summer of Code 2012)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:334 +msgid "Chanaka Indrajith (Google Summer of Code 2012)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:338 +msgid "Yasitha Pandithawatta (Google Summer of Code 2012)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:342 +msgid "Jim Wigginton (phpseclib.sourceforge.net)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:344 +msgid "phpseclib" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:346 +msgid "Bin Zu (Google Summer of Code 2013)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:350 +msgid "Supun Nakandala (Google Summer of Code 2013)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:354 +msgid "Mohamed Ashraf (Google Summer of Code 2013)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:356 +msgid "AJAX error reporting" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:358 +msgid "Adam Kang (Google Summer of Code 2013)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:362 +msgid "Ayush Chaudhary (Google Summer of Code 2013)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:366 +msgid "Kasun Chathuranga (Google Summer of Code 2013)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:368 ../phpmyadmin/doc/credits.rst:382 +msgid "Interface improvements" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:370 +msgid "Hugues Peccatte" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:372 +msgid "Load/save query by example (database search bookmarks)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:374 +msgid "Smita Kumari (Google Summer of Code 2014)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:376 +msgid "Central list of columns" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:378 +msgid "Improve table structure (normalization)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:380 +msgid "Ashutosh Dhundhara (Google Summer of Code 2014)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:384 +msgid "Dhananjay Nakrani (Google Summer of Code 2014)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:386 +msgid "PHP error reporting" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:388 +msgid "Edward Cheng (Google Summer of Code 2014)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:390 +msgid "SQL Query Console" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:392 +msgid "Kankanamge Bimal Yashodha (Google Summer of Code 2014)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:394 +msgid "Refactoring: Designer/schema integration" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:396 +msgid "Chirayu Chiripal (Google Summer of Code 2014)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:398 +msgid "Custom field handlers (Input based MIME transformations)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:400 +msgid "Export with table/column name changes" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:402 +msgid "Dan Ungureanu (Google Summer of Code 2015)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:404 +msgid "New parser and analyzer" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:406 +msgid "Nisarg Jhaveri (Google Summer of Code 2015)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:408 +msgid "Page-related settings" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:410 +msgid "SQL debugging integration to the Console" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:412 ../phpmyadmin/doc/credits.rst:432 +#: ../phpmyadmin/doc/credits.rst:440 +msgid "Other UI improvements" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:414 +msgid "Deven Bansod (Google Summer of Code 2015)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:416 +msgid "Print view using CSS" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:418 +msgid "Other UI improvements and new features" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:420 +msgid "Deven Bansod (Google Summer of Code 2017)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:422 +msgid "Improvements to the Error Reporting Server" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:424 +msgid "Improved Selenium testing" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:426 +msgid "Manish Bisht (Google Summer of Code 2017)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:428 +msgid "Mobile user interface" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:430 +msgid "Remove inline JavaScript code" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:434 +msgid "Raghuram Vadapalli (Google Summer of Code 2017)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:436 +msgid "Multi-table query interface" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:438 +msgid "Allow Designer to work with tables from other databases" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:442 +msgid "Maurício Meneghini Fauth" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:444 +msgid "Major improvements and upgrades to the JavaScript core" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:445 +msgid "Modernize JavaScript library functionality" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:446 +msgid "Modernize templating and introduce Twig" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:448 +msgid "William Desportes" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:450 +msgid "Coding style improvements based on PHPStan" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:451 +msgid "Improve links to external MySQL and MariaDB documentation" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:452 +msgid "Numerous other bug fixes" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:454 +msgid "Emanuel Bronshtein" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:456 +msgid "Comprehensive security assessment and suggestions" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:458 +msgid "Lakshya Arora (Google Summer of Code 2018)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:460 +msgid "Various improvements including:" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:462 +msgid "Integrate user preferences with local storage" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:463 +msgid "Use a modal login after session expiration" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:464 +msgid "Add support for CHECK CONSTRAINTS" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:465 +msgid "and more!" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:467 +msgid "Saksham Gupta (Google Summer of Code 2018)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:469 +msgid "Automated theme generator tool" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:471 +msgid "Leonardo Strozzi (Google Summer of Code 2018)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:473 +msgid "Refactoring Twig templates and other internal code improvements" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:475 +msgid "Piyush Vijay (Google Summer of Code 2018)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:477 +msgid "" +"Modernize the JavaScript code including introducing Webpack, Babel, and Yarn " +"as well as eslint and Jsdoc" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:479 +msgid "" +"And also to the following people who have contributed minor changes, " +"enhancements, bugfixes or support for a new language since version 2.1.0:" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:483 +msgid "" +"Bora Alioglu, Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, Péter " +"Bakondy, Borges Botelho, Olivier Bussier, Neil Darlow, Mats Engstrom, Ian " +"Davidson, Laurent Dhima, Kristof Hamann, Thomas Kläger, Lubos Klokner, " +"Martin Marconcini, Girish Nair, David Nordenberg, Andreas Pauley, Bernard M. " +"Piller, Laurent Haas, \"Sakamoto\", Yuval Sarna, www.securereality.com.au, " +"Alexis Soulard, Alvar Soome, Siu Sun, Peter Svec, Michael Tacelosky, Rachim " +"Tamsjadi, Kositer Uros, Luís V., Martijn W. van der Lee, Algis Vainauskas, " +"Daniel Villanueva, Vinay, Ignacio Vazquez-Abrams, Chee Wai, Jakub Wilk, " +"Thomas Michael Winningham, Vilius Zigmantas, \"Manuzhai\"." +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:495 +msgid "Translators" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:497 +msgid "Following people have contributed to translation of phpMyAdmin:" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:499 ../phpmyadmin/doc/credits.rst:877 +msgid "Albanian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:501 ../phpmyadmin/doc/credits.rst:879 +msgid "Arben Çokaj " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:503 ../phpmyadmin/doc/credits.rst:881 +msgid "Arabic" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:505 +msgid "Ahmed Saleh Abd El-Raouf Ismae " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:506 +msgid "Ahmed Saad " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:507 +msgid "hassan mokhtari " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:509 ../phpmyadmin/doc/credits.rst:886 +msgid "Armenian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:511 ../phpmyadmin/doc/credits.rst:800 +#: ../phpmyadmin/doc/credits.rst:888 +msgid "Andrey Aleksanyants " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:513 ../phpmyadmin/doc/credits.rst:890 +msgid "Azerbaijani" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:515 ../phpmyadmin/doc/credits.rst:892 +msgid "Mircəlal <01youknowme\\_at\\_gmail.com>" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:516 +msgid "Huseyn " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:517 ../phpmyadmin/doc/credits.rst:893 +msgid "Sevdimali İsa " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:518 +msgid "Jafar " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:520 +msgid "Belarusian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:522 +msgid "Viktar Palstsiuk " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:524 +msgid "Bulgarian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:526 +msgid "Boyan Kehayov " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:527 +msgid "Valter Georgiev " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:528 +msgid "Valentin Mladenov " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:529 +msgid "P " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:530 +msgid "krasimir " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:532 ../phpmyadmin/doc/credits.rst:895 +msgid "Catalan" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:534 ../phpmyadmin/doc/credits.rst:897 +msgid "josep constanti " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:535 ../phpmyadmin/doc/credits.rst:899 +msgid "Xavier Navarro " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:537 ../phpmyadmin/doc/credits.rst:901 +msgid "Chinese (China)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:539 ../phpmyadmin/doc/credits.rst:903 +msgid "Vincent Lau <3092849\\_at\\_qq.com>" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:540 +msgid "Zheng Dan " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:541 ../phpmyadmin/doc/credits.rst:905 +msgid "disorderman " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:542 +msgid "Rex Lee " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:543 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:544 +msgid "popcorner " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:545 +msgid "Yizhou Qiang " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:546 +msgid "zz " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:547 ../phpmyadmin/doc/credits.rst:908 +msgid "Terry Weng " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:548 ../phpmyadmin/doc/credits.rst:909 +msgid "whh " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:550 ../phpmyadmin/doc/credits.rst:911 +msgid "Chinese (Taiwan)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:552 +msgid "Albert Song " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:553 ../phpmyadmin/doc/credits.rst:913 +msgid "Chien Wei Lin " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:554 ../phpmyadmin/doc/credits.rst:914 +msgid "Peter Dave Hello " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:556 +msgid "Colognian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:558 +msgid "Purodha " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:560 ../phpmyadmin/doc/credits.rst:916 +msgid "Czech" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:562 ../phpmyadmin/doc/credits.rst:918 +msgid "Aleš Hakl " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:563 +msgid "Dalibor Straka " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:564 +msgid "Martin Vidner " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:565 +msgid "Ondra Šimeček " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:566 ../phpmyadmin/doc/credits.rst:920 +msgid "Jan Palider " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:567 ../phpmyadmin/doc/credits.rst:921 +msgid "Petr Kateřiňák " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:569 ../phpmyadmin/doc/credits.rst:923 +msgid "Danish" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:571 ../phpmyadmin/doc/credits.rst:925 +msgid "Aputsiaĸ Niels Janussen " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:572 +msgid "Dennis Jakobsen " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:573 +msgid "Jonas " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:574 ../phpmyadmin/doc/credits.rst:926 +msgid "Claus Svalekjaer " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:576 ../phpmyadmin/doc/credits.rst:928 +msgid "Dutch" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:578 ../phpmyadmin/doc/credits.rst:930 +msgid "Voogt " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:579 ../phpmyadmin/doc/credits.rst:931 +msgid "dingo thirteen " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:580 ../phpmyadmin/doc/credits.rst:594 +#: ../phpmyadmin/doc/credits.rst:611 ../phpmyadmin/doc/credits.rst:687 +#: ../phpmyadmin/doc/credits.rst:718 ../phpmyadmin/doc/credits.rst:787 +#: ../phpmyadmin/doc/credits.rst:802 ../phpmyadmin/doc/credits.rst:870 +#: ../phpmyadmin/doc/credits.rst:933 ../phpmyadmin/doc/credits.rst:956 +msgid "Robin van der Vliet " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:581 ../phpmyadmin/doc/credits.rst:936 +msgid "Dieter Adriaenssens " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:582 +msgid "Niko Strijbol " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:584 +msgid "English (United Kingdom)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:586 ../phpmyadmin/doc/credits.rst:932 +msgid "Dries Verschuere " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:587 +msgid "Francisco Rocha " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:589 +msgid "Marek Tomaštík " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:591 +msgid "Esperanto" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:593 +msgid "Eliovir " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:596 ../phpmyadmin/doc/credits.rst:939 +msgid "Estonian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:598 ../phpmyadmin/doc/credits.rst:941 +msgid "Kristjan Räts " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:600 ../phpmyadmin/doc/credits.rst:943 +msgid "Finnish" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:602 +msgid "Juha Remes " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:603 +msgid "Lari Oesch " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:605 ../phpmyadmin/doc/credits.rst:947 +msgid "French" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:609 ../phpmyadmin/doc/credits.rst:954 +msgid "Frisian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:613 ../phpmyadmin/doc/credits.rst:958 +msgid "Galician" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:615 ../phpmyadmin/doc/credits.rst:960 +msgid "Xosé Calvo " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:617 ../phpmyadmin/doc/credits.rst:962 +msgid "German" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:619 +msgid "Julian Ladisch " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:620 +msgid "Jan Erik Zassenhaus " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:621 ../phpmyadmin/doc/credits.rst:966 +msgid "Lasse Goericke " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:622 +msgid "Matthias Bluthardt " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:623 ../phpmyadmin/doc/credits.rst:967 +msgid "Michael Koch " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:624 ../phpmyadmin/doc/credits.rst:968 +msgid "Ann + J.M. " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:625 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:626 ../phpmyadmin/doc/credits.rst:970 +msgid "Phillip Rohmberger " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:627 ../phpmyadmin/doc/credits.rst:971 +msgid "Hauke Henningsen " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:629 ../phpmyadmin/doc/credits.rst:973 +msgid "Greek" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:631 ../phpmyadmin/doc/credits.rst:975 +msgid "Παναγιώτης Παπάζογλου " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:633 +msgid "Hebrew" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:635 +msgid "Moshe Harush " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:636 +msgid "Yaron Shahrabani " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:637 +msgid "Eyal Visoker " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:639 +msgid "Hindi" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:641 +msgid "Atul Pratap Singh " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:642 +msgid "Yogeshwar " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:643 +msgid "Deven Bansod " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:644 +msgid "Kushagra Pandey " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:645 +msgid "Nisarg Jhaveri " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:646 +msgid "Roohan Kazi " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:647 +msgid "Yugal Pantola " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:649 ../phpmyadmin/doc/credits.rst:977 +msgid "Hungarian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:651 +msgid "Akos Eros " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:652 +msgid "Dániel Tóth " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:653 +msgid "Szász Attila " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:654 ../phpmyadmin/doc/credits.rst:979 +msgid "Balázs Úr " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:656 +msgid "Indonesian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:658 +msgid "Deky Arifianto " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:659 +msgid "Andika Triwidada " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:660 +msgid "Dadan Setia " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:661 +msgid "Dadan Setia " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:662 +msgid "Yohanes Edwin " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:663 +msgid "Fadhiil Rachman " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:664 +msgid "Benny " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:665 +msgid "Tommy Surbakti " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:666 +msgid "Zufar Fathi Suhardi " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:668 +msgid "Interlingua" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:670 +msgid "Giovanni Sora " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:672 ../phpmyadmin/doc/credits.rst:981 +msgid "Italian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:674 ../phpmyadmin/doc/credits.rst:983 +msgid "Francesco Saverio Giacobazzi " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:675 ../phpmyadmin/doc/credits.rst:984 +msgid "Marco Pozzato " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:676 ../phpmyadmin/doc/credits.rst:985 +msgid "Stefano Martinelli " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:678 ../phpmyadmin/doc/credits.rst:988 +msgid "Japanese" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:680 +msgid "k725 " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:681 ../phpmyadmin/doc/credits.rst:991 +msgid "Hiroshi Chiyokawa " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:682 +msgid "Masahiko HISAKAWA " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:683 +msgid "worldwideskier " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:685 +msgid "Kannada" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:688 +msgid "Shameem Ahmed A Mulla " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:690 +msgid "Korean" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:692 +msgid "Bumsoo Kim " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:693 +msgid "Kyeong Su Shin " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:694 +msgid "Dongyoung Kim " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:695 +msgid "Myung-han Yu " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:696 +msgid "JongDeok " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:697 +msgid "Yong Kim " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:698 +msgid "이경준 " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:699 +msgid "Seongki Shin " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:700 +msgid "Yoon Bum-Jong " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:701 +msgid "Koo Youngmin " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:703 +msgid "Kurdish Sorani" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:705 +msgid "Alan Hilal " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:706 +msgid "Aso Naderi " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:707 +msgid "muhammad " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:708 +msgid "Zrng Abdulla " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:710 +msgid "Latvian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:712 +msgid "Latvian TV " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:713 +msgid "Edgars Neimanis " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:714 +msgid "Ukko " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:716 +msgid "Limburgish" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:720 ../phpmyadmin/doc/credits.rst:993 +msgid "Lithuanian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:722 +msgid "Vytautas Motuzas " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:724 +msgid "Malay" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:726 +msgid "Amir Hamzah " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:727 +msgid "diprofinfiniti " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:729 +msgid "Nepali" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:731 +msgid "Nabin Ghimire " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:733 ../phpmyadmin/doc/credits.rst:998 +msgid "Norwegian Bokmål" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:735 +msgid "Børge Holm-Wennberg " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:736 ../phpmyadmin/doc/credits.rst:1000 +msgid "Tor Stokkan " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:737 +msgid "Espen Frøyshov " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:738 ../phpmyadmin/doc/credits.rst:1001 +msgid "Kurt Eilertsen " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:739 +msgid "Christoffer Haugom " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:740 +msgid "Sebastian " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:741 +msgid "Tomas " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:743 +msgid "Persian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:745 +msgid "ashkan shirian " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:746 +msgid "HM " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:748 +msgid "Polish" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:750 +msgid "Andrzej " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:751 +msgid "Przemo " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:752 +msgid "Krystian Biesaga " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:753 +msgid "Maciej Gryniuk " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:754 +msgid "Michał VonFlynee " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:756 +msgid "Portuguese" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:758 +msgid "Alexandre Badalo " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:759 +msgid "João Rodrigues " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:760 +msgid "Pedro Ribeiro " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:761 +msgid "Sandro Amaral " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:763 ../phpmyadmin/doc/credits.rst:1003 +msgid "Portuguese (Brazil)" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:765 +msgid "Alex Rohleder " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:766 +msgid "bruno mendax " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:767 +msgid "Danilo GUia " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:768 ../phpmyadmin/doc/credits.rst:1006 +msgid "Douglas Rafael Morais Kollar " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:769 +msgid "Douglas Eccker " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:770 +msgid "Ed Jr " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:771 +msgid "Guilherme Souza Silva " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:772 ../phpmyadmin/doc/credits.rst:1007 +msgid "Guilherme Seibt " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:773 ../phpmyadmin/doc/credits.rst:1008 +msgid "Helder Santana " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:774 +msgid "Junior Zancan " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:775 +msgid "Luis " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:776 +msgid "Marcos Algeri " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:778 +msgid "Renato Rodrigues de Lima Júnio " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:779 ../phpmyadmin/doc/credits.rst:1012 +msgid "Thiago Casotti " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:780 +msgid "Victor Laureano " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:781 ../phpmyadmin/doc/credits.rst:1013 +msgid "Vinícius Araújo " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:782 +msgid "Washington Bruno Rodrigues Cav " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:783 ../phpmyadmin/doc/credits.rst:1014 +msgid "Yan Gabriel " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:785 +msgid "Punjabi" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:789 +msgid "Romanian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:791 +msgid "Alex " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:792 +msgid "Costel Cocerhan " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:793 +msgid "Ion Adrian-Ionut " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:794 +msgid "Raul Molnar " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:795 +msgid "Deleted User " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:796 +msgid "Stefan Murariu " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:798 +msgid "Russian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:801 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:803 +msgid "Хомутов Иван Сергеевич " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:804 +msgid "Alexey Rubinov " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:805 +msgid "Олег Карпов " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:806 +msgid "Egorov Artyom " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:808 +msgid "Serbian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:810 +msgid "Smart Kid " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:812 +msgid "Sinhala" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:814 +msgid "Madhura Jayaratne " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:816 ../phpmyadmin/doc/credits.rst:1016 +msgid "Slovak" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:818 ../phpmyadmin/doc/credits.rst:1018 +msgid "Martin Lacina " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:819 +msgid "Patrik Kollmann " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:820 ../phpmyadmin/doc/credits.rst:1020 +msgid "Jozef Pistej " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:822 ../phpmyadmin/doc/credits.rst:1022 +msgid "Slovenian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:824 ../phpmyadmin/doc/credits.rst:1024 +msgid "Domen " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:826 ../phpmyadmin/doc/credits.rst:1026 +msgid "Spanish" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:828 ../phpmyadmin/doc/credits.rst:1028 +msgid "Luis García Sevillano " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:829 ../phpmyadmin/doc/credits.rst:1029 +msgid "Franco " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:830 +msgid "Luis Ruiz " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:831 +msgid "Macofe " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:832 ../phpmyadmin/doc/credits.rst:1030 +msgid "Matías Bellone " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:833 +msgid "Rodrigo A. " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:834 +msgid "" +"FAMMA TV NOTICIAS MEDIOS DE CO " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:835 ../phpmyadmin/doc/credits.rst:1031 +msgid "Ronnie Simon " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:837 +msgid "Swedish" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:839 +msgid "Anders Jonsson " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:841 +msgid "Tamil" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:843 +msgid "கணேஷ் குமார் " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:844 +msgid "Achchuthan Yogarajah " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:845 +msgid "Rifthy Ahmed " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:847 +msgid "Thai" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:849 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:850 +msgid "Somthanat W. " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:852 ../phpmyadmin/doc/credits.rst:1033 +msgid "Turkish" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:854 ../phpmyadmin/doc/credits.rst:1035 +msgid "Burak Yavuz " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:856 +msgid "Ukrainian" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:858 +msgid "Сергій Педько " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:859 +msgid "Igor " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:860 +msgid "Vitaliy Perekupka " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:862 +msgid "Vietnamese" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:864 +msgid "Bao Phan " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:865 +msgid "Xuan Hung " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:866 +msgid "Bao trinh minh " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:868 +msgid "West Flemish" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:873 +msgid "Documentation translators" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:875 +msgid "" +"Following people have contributed to translation of phpMyAdmin documentation:" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:883 +msgid "Ahmed El Azzabi " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:884 +msgid "Omar Essam " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:898 +msgid "Joan Montané " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:904 +msgid "罗攀登 <6375lpd\\_at\\_gmail.com>" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:906 +msgid "ITXiaoPang " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:907 +msgid "tunnel213 " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:934 +msgid "Stefan Koolen " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:935 +msgid "Ray Borggreve " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:937 +msgid "Tom Hofman " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:945 +msgid "Juha " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:949 +msgid "Cédric Corazza " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:950 +msgid "Étienne Gilli " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:952 +msgid "Donavan_Martin " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:964 +msgid "Daniel " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:965 +msgid "JH M " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:969 +msgid "Niemand Jedermann " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:986 +msgid "TWS " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:990 +msgid "Eshin Kunishima " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:995 +msgid "Jur Kis " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:996 +msgid "Dovydas " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1005 +msgid "Alexandre Moretti " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1010 +msgid "Michel Souza " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1011 +msgid "Danilo Azevedo " +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1038 +msgid "Original Credits of Version 2.1.0" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1040 +msgid "" +"This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea " +"to create a web-based interface to MySQL using PHP3. Although I have not " +"used any of his source-code, there are some concepts I've borrowed from him. " +"phpMyAdmin was created because Peter told me he wasn't going to further " +"develop his (great) tool." +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1046 +msgid "Thanks go to" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1048 +msgid "" +"Amalesh Kempf who contributed the code " +"for the check when dropping a table or database. He also suggested that you " +"should be able to specify the primary key on tbl\\_create.php3. To version " +"1.1.1 he contributed the ldi\\_\\*.php3-set (Import text-files) as well as a " +"bug-report. Plus many smaller improvements." +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1054 +msgid "" +"Jan Legenhausen : He made many of the changes that were " +"introduced in 1.3.0 (including quite significant ones like the " +"authentication). For 1.4.1 he enhanced the table-dump feature. Plus bug-" +"fixes and help." +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1058 +msgid "" +"Marc Delisle made phpMyAdmin " +"language-independent by outsourcing the strings to a separate file. He also " +"contributed the French translation." +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1061 +msgid "" +"Alexandr Bravo who contributed tbl\\_select." +"php3, a feature to display only some columns from a table." +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1063 +msgid "" +"Chris Jackson added support for MySQL functions in " +"tbl\\_change.php3. He also added the \"Query by Example\" feature in 2.0." +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1066 +msgid "" +"Dave Walton added support for multiple servers " +"and is a regular contributor for bug-fixes." +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1068 +msgid "" +"Gabriel Ash contributed the random access " +"features for 2.0.6." +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1071 +msgid "" +"The following people have contributed minor changes, enhancements, bugfixes " +"or support for a new language:" +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1074 +msgid "" +"Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann, " +"Alexander Leidinger, Kiko Albiol, Daniel C. Chao, Pavel Piankov, Sascha " +"Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, Jannis Hermanns, G. " +"Wieggers." +msgstr "" + +#: ../phpmyadmin/doc/credits.rst:1079 +msgid "" +"And thanks to everyone else who sent me email with suggestions, bug- reports " +"and or just some feedback." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:6 ../phpmyadmin/doc/themes.rst:10 +#: ../phpmyadmin/doc/faq.rst:732 +msgid "Configuration" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:8 +msgid "" +"All configurable data is placed in :file:`config.inc.php` in phpMyAdmin's " +"toplevel directory. If this file does not exist, please refer to the :ref:" +"`setup` section to create one. This file only needs to contain the " +"parameters you want to change from their corresponding default value." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:15 +msgid ":ref:`config-examples` for examples of configurations" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:17 +msgid "" +"If a directive is missing from your file, you can just add another line with " +"the file. This file is for over-writing the defaults; if you wish to use the " +"default value there's no need to add a line here." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:21 +msgid "" +"The parameters which relate to design (like colors) are placed in :file:" +"`themes/themename/scss/_variables.scss`. You might also want to create :file:" +"`config.footer.inc.php` and :file:`config.header.inc.php` files to add your " +"site specific code to be included on start and end of each page." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:28 +msgid "" +"Some distributions (eg. Debian or Ubuntu) store :file:`config.inc.php` in ``/" +"etc/phpmyadmin`` instead of within phpMyAdmin sources." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:32 +msgid "Basic settings" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:0 +msgid "Type" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:36 ../phpmyadmin/doc/config.rst:79 +#: ../phpmyadmin/doc/config.rst:173 ../phpmyadmin/doc/config.rst:247 +#: ../phpmyadmin/doc/config.rst:276 ../phpmyadmin/doc/config.rst:296 +#: ../phpmyadmin/doc/config.rst:341 ../phpmyadmin/doc/config.rst:367 +#: ../phpmyadmin/doc/config.rst:387 ../phpmyadmin/doc/config.rst:406 +#: ../phpmyadmin/doc/config.rst:425 ../phpmyadmin/doc/config.rst:484 +#: ../phpmyadmin/doc/config.rst:511 ../phpmyadmin/doc/config.rst:524 +#: ../phpmyadmin/doc/config.rst:537 ../phpmyadmin/doc/config.rst:542 +#: ../phpmyadmin/doc/config.rst:604 ../phpmyadmin/doc/config.rst:624 +#: ../phpmyadmin/doc/config.rst:636 ../phpmyadmin/doc/config.rst:657 +#: ../phpmyadmin/doc/config.rst:662 ../phpmyadmin/doc/config.rst:718 +#: ../phpmyadmin/doc/config.rst:744 ../phpmyadmin/doc/config.rst:755 +#: ../phpmyadmin/doc/config.rst:770 ../phpmyadmin/doc/config.rst:911 +#: ../phpmyadmin/doc/config.rst:1282 ../phpmyadmin/doc/config.rst:1354 +#: ../phpmyadmin/doc/config.rst:1385 ../phpmyadmin/doc/config.rst:1503 +#: ../phpmyadmin/doc/config.rst:1522 ../phpmyadmin/doc/config.rst:1551 +#: ../phpmyadmin/doc/config.rst:1562 ../phpmyadmin/doc/config.rst:1620 +#: ../phpmyadmin/doc/config.rst:1631 ../phpmyadmin/doc/config.rst:1641 +#: ../phpmyadmin/doc/config.rst:1745 ../phpmyadmin/doc/config.rst:1818 +#: ../phpmyadmin/doc/config.rst:1892 ../phpmyadmin/doc/config.rst:1914 +#: ../phpmyadmin/doc/config.rst:1968 ../phpmyadmin/doc/config.rst:2041 +#: ../phpmyadmin/doc/config.rst:2076 ../phpmyadmin/doc/config.rst:2088 +#: ../phpmyadmin/doc/config.rst:2097 ../phpmyadmin/doc/config.rst:2107 +#: ../phpmyadmin/doc/config.rst:2116 ../phpmyadmin/doc/config.rst:2125 +#: ../phpmyadmin/doc/config.rst:2139 ../phpmyadmin/doc/config.rst:2153 +#: ../phpmyadmin/doc/config.rst:2198 ../phpmyadmin/doc/config.rst:2271 +#: ../phpmyadmin/doc/config.rst:2283 ../phpmyadmin/doc/config.rst:2333 +#: ../phpmyadmin/doc/config.rst:2348 ../phpmyadmin/doc/config.rst:2574 +#: ../phpmyadmin/doc/config.rst:2582 ../phpmyadmin/doc/config.rst:2592 +#: ../phpmyadmin/doc/config.rst:2618 ../phpmyadmin/doc/config.rst:2644 +#: ../phpmyadmin/doc/config.rst:2652 ../phpmyadmin/doc/config.rst:2771 +#: ../phpmyadmin/doc/config.rst:2778 ../phpmyadmin/doc/config.rst:2791 +#: ../phpmyadmin/doc/config.rst:2798 ../phpmyadmin/doc/config.rst:2806 +#: ../phpmyadmin/doc/config.rst:2815 ../phpmyadmin/doc/config.rst:2824 +#: ../phpmyadmin/doc/config.rst:2851 ../phpmyadmin/doc/config.rst:2864 +#: ../phpmyadmin/doc/config.rst:2874 ../phpmyadmin/doc/config.rst:2890 +#: ../phpmyadmin/doc/config.rst:2904 ../phpmyadmin/doc/config.rst:2917 +#: ../phpmyadmin/doc/config.rst:2943 ../phpmyadmin/doc/config.rst:2954 +#: ../phpmyadmin/doc/config.rst:2963 ../phpmyadmin/doc/config.rst:2973 +#: ../phpmyadmin/doc/config.rst:2981 ../phpmyadmin/doc/config.rst:2990 +#: ../phpmyadmin/doc/config.rst:3013 ../phpmyadmin/doc/config.rst:3071 +#: ../phpmyadmin/doc/config.rst:3103 ../phpmyadmin/doc/config.rst:3174 +#: ../phpmyadmin/doc/config.rst:3200 ../phpmyadmin/doc/config.rst:3239 +#: ../phpmyadmin/doc/config.rst:3378 ../phpmyadmin/doc/config.rst:3409 +#: ../phpmyadmin/doc/config.rst:3427 ../phpmyadmin/doc/config.rst:3512 +#: ../phpmyadmin/doc/config.rst:3604 ../phpmyadmin/doc/config.rst:3639 +#: ../phpmyadmin/doc/config.rst:3644 ../phpmyadmin/doc/config.rst:3649 +#: ../phpmyadmin/doc/config.rst:3654 ../phpmyadmin/doc/config.rst:3669 +#: ../phpmyadmin/doc/config.rst:3683 ../phpmyadmin/doc/config.rst:3698 +#: ../phpmyadmin/doc/config.rst:3703 ../phpmyadmin/doc/config.rst:3832 +#: ../phpmyadmin/doc/config.rst:3853 +msgid "string" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:0 +msgid "Default value" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:37 ../phpmyadmin/doc/config.rst:277 +#: ../phpmyadmin/doc/config.rst:297 ../phpmyadmin/doc/config.rst:512 +#: ../phpmyadmin/doc/config.rst:525 ../phpmyadmin/doc/config.rst:538 +#: ../phpmyadmin/doc/config.rst:543 ../phpmyadmin/doc/config.rst:625 +#: ../phpmyadmin/doc/config.rst:637 ../phpmyadmin/doc/config.rst:663 +#: ../phpmyadmin/doc/config.rst:692 ../phpmyadmin/doc/config.rst:719 +#: ../phpmyadmin/doc/config.rst:745 ../phpmyadmin/doc/config.rst:771 +#: ../phpmyadmin/doc/config.rst:790 ../phpmyadmin/doc/config.rst:807 +#: ../phpmyadmin/doc/config.rst:850 ../phpmyadmin/doc/config.rst:875 +#: ../phpmyadmin/doc/config.rst:886 ../phpmyadmin/doc/config.rst:912 +#: ../phpmyadmin/doc/config.rst:930 ../phpmyadmin/doc/config.rst:993 +#: ../phpmyadmin/doc/config.rst:1022 ../phpmyadmin/doc/config.rst:1048 +#: ../phpmyadmin/doc/config.rst:1078 ../phpmyadmin/doc/config.rst:1099 +#: ../phpmyadmin/doc/config.rst:1108 ../phpmyadmin/doc/config.rst:1133 +#: ../phpmyadmin/doc/config.rst:1151 ../phpmyadmin/doc/config.rst:1174 +#: ../phpmyadmin/doc/config.rst:1194 ../phpmyadmin/doc/config.rst:1212 +#: ../phpmyadmin/doc/config.rst:1230 ../phpmyadmin/doc/config.rst:1319 +#: ../phpmyadmin/doc/config.rst:1355 ../phpmyadmin/doc/config.rst:1386 +#: ../phpmyadmin/doc/config.rst:1504 ../phpmyadmin/doc/config.rst:1523 +#: ../phpmyadmin/doc/config.rst:1552 ../phpmyadmin/doc/config.rst:1563 +#: ../phpmyadmin/doc/config.rst:1621 ../phpmyadmin/doc/config.rst:1632 +#: ../phpmyadmin/doc/config.rst:1642 ../phpmyadmin/doc/config.rst:1746 +#: ../phpmyadmin/doc/config.rst:1893 ../phpmyadmin/doc/config.rst:1915 +#: ../phpmyadmin/doc/config.rst:2042 ../phpmyadmin/doc/config.rst:2126 +#: ../phpmyadmin/doc/config.rst:2140 ../phpmyadmin/doc/config.rst:2154 +#: ../phpmyadmin/doc/config.rst:2799 ../phpmyadmin/doc/config.rst:2852 +#: ../phpmyadmin/doc/config.rst:2982 ../phpmyadmin/doc/config.rst:3104 +#: ../phpmyadmin/doc/config.rst:3379 ../phpmyadmin/doc/config.rst:3410 +#: ../phpmyadmin/doc/config.rst:3704 +msgid "``''``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:41 +msgid "This setting was not available in phpMyAdmin 4.6.0 - 4.6.4." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:43 +msgid "" +"Sets here the complete :term:`URL` (with full path) to your phpMyAdmin " +"installation's directory. E.g. ``https://www.example.net/" +"path_to_your_phpMyAdmin_directory/``. Note also that the :term:`URL` on most " +"of web servers are case sensitive (even on Windows). Don’t forget the " +"trailing slash at the end." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:49 +msgid "" +"Starting with version 2.3.0, it is advisable to try leaving this blank. In " +"most cases phpMyAdmin automatically detects the proper setting. Users of " +"port forwarding or complex reverse proxy setup might need to set this." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:53 +msgid "" +"A good test is to browse a table, edit a row and save it. There should be an " +"error message if phpMyAdmin is having trouble auto–detecting the correct " +"value. If you get an error that this must be set or if the autodetect code " +"fails to detect your path, please post a bug report on our bug tracker so we " +"can improve the code." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:59 +msgid ":ref:`faq1_40`, :ref:`faq2_5`, :ref:`faq4_7`, :ref:`faq5_16`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:63 ../phpmyadmin/doc/config.rst:110 +#: ../phpmyadmin/doc/config.rst:122 ../phpmyadmin/doc/config.rst:131 +#: ../phpmyadmin/doc/config.rst:141 ../phpmyadmin/doc/config.rst:155 +#: ../phpmyadmin/doc/config.rst:200 ../phpmyadmin/doc/config.rst:316 +#: ../phpmyadmin/doc/config.rst:444 ../phpmyadmin/doc/config.rst:502 +#: ../phpmyadmin/doc/config.rst:674 ../phpmyadmin/doc/config.rst:1265 +#: ../phpmyadmin/doc/config.rst:1291 ../phpmyadmin/doc/config.rst:1300 +#: ../phpmyadmin/doc/config.rst:1309 ../phpmyadmin/doc/config.rst:1366 +#: ../phpmyadmin/doc/config.rst:1374 ../phpmyadmin/doc/config.rst:1489 +#: ../phpmyadmin/doc/config.rst:1571 ../phpmyadmin/doc/config.rst:1588 +#: ../phpmyadmin/doc/config.rst:1608 ../phpmyadmin/doc/config.rst:1664 +#: ../phpmyadmin/doc/config.rst:1683 ../phpmyadmin/doc/config.rst:1695 +#: ../phpmyadmin/doc/config.rst:1775 ../phpmyadmin/doc/config.rst:1783 +#: ../phpmyadmin/doc/config.rst:1791 ../phpmyadmin/doc/config.rst:1799 +#: ../phpmyadmin/doc/config.rst:1809 ../phpmyadmin/doc/config.rst:1828 +#: ../phpmyadmin/doc/config.rst:1849 ../phpmyadmin/doc/config.rst:1857 +#: ../phpmyadmin/doc/config.rst:1864 ../phpmyadmin/doc/config.rst:1872 +#: ../phpmyadmin/doc/config.rst:1881 ../phpmyadmin/doc/config.rst:1984 +#: ../phpmyadmin/doc/config.rst:2017 ../phpmyadmin/doc/config.rst:2027 +#: ../phpmyadmin/doc/config.rst:2167 ../phpmyadmin/doc/config.rst:2190 +#: ../phpmyadmin/doc/config.rst:2242 ../phpmyadmin/doc/config.rst:2255 +#: ../phpmyadmin/doc/config.rst:2263 ../phpmyadmin/doc/config.rst:2317 +#: ../phpmyadmin/doc/config.rst:2325 ../phpmyadmin/doc/config.rst:2364 +#: ../phpmyadmin/doc/config.rst:2371 ../phpmyadmin/doc/config.rst:2378 +#: ../phpmyadmin/doc/config.rst:2385 ../phpmyadmin/doc/config.rst:2392 +#: ../phpmyadmin/doc/config.rst:2399 ../phpmyadmin/doc/config.rst:2406 +#: ../phpmyadmin/doc/config.rst:2423 ../phpmyadmin/doc/config.rst:2452 +#: ../phpmyadmin/doc/config.rst:2475 ../phpmyadmin/doc/config.rst:2489 +#: ../phpmyadmin/doc/config.rst:2498 ../phpmyadmin/doc/config.rst:2518 +#: ../phpmyadmin/doc/config.rst:2525 ../phpmyadmin/doc/config.rst:2532 +#: ../phpmyadmin/doc/config.rst:2540 ../phpmyadmin/doc/config.rst:2548 +#: ../phpmyadmin/doc/config.rst:2556 ../phpmyadmin/doc/config.rst:2564 +#: ../phpmyadmin/doc/config.rst:2600 ../phpmyadmin/doc/config.rst:2631 +#: ../phpmyadmin/doc/config.rst:2660 ../phpmyadmin/doc/config.rst:2685 +#: ../phpmyadmin/doc/config.rst:2694 ../phpmyadmin/doc/config.rst:2733 +#: ../phpmyadmin/doc/config.rst:2738 ../phpmyadmin/doc/config.rst:2743 +#: ../phpmyadmin/doc/config.rst:2751 ../phpmyadmin/doc/config.rst:2833 +#: ../phpmyadmin/doc/config.rst:3083 ../phpmyadmin/doc/config.rst:3123 +#: ../phpmyadmin/doc/config.rst:3142 ../phpmyadmin/doc/config.rst:3150 +#: ../phpmyadmin/doc/config.rst:3158 ../phpmyadmin/doc/config.rst:3183 +#: ../phpmyadmin/doc/config.rst:3193 ../phpmyadmin/doc/config.rst:3209 +#: ../phpmyadmin/doc/config.rst:3214 ../phpmyadmin/doc/config.rst:3301 +#: ../phpmyadmin/doc/config.rst:3308 ../phpmyadmin/doc/config.rst:3316 +#: ../phpmyadmin/doc/config.rst:3327 ../phpmyadmin/doc/config.rst:3335 +#: ../phpmyadmin/doc/config.rst:3343 ../phpmyadmin/doc/config.rst:3351 +#: ../phpmyadmin/doc/config.rst:3478 ../phpmyadmin/doc/config.rst:3507 +#: ../phpmyadmin/doc/config.rst:3548 ../phpmyadmin/doc/config.rst:3557 +#: ../phpmyadmin/doc/config.rst:3595 ../phpmyadmin/doc/config.rst:3622 +#: ../phpmyadmin/doc/config.rst:3662 ../phpmyadmin/doc/config.rst:3676 +#: ../phpmyadmin/doc/config.rst:3797 ../phpmyadmin/doc/config.rst:3804 +#: ../phpmyadmin/doc/config.rst:3811 ../phpmyadmin/doc/config.rst:3818 +#: ../phpmyadmin/doc/config.rst:3825 ../phpmyadmin/doc/config.rst:3870 +#: ../phpmyadmin/doc/config.rst:3878 ../phpmyadmin/doc/config.rst:3886 +#: ../phpmyadmin/doc/config.rst:3901 +msgid "boolean" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:64 ../phpmyadmin/doc/config.rst:111 +#: ../phpmyadmin/doc/config.rst:123 ../phpmyadmin/doc/config.rst:132 +#: ../phpmyadmin/doc/config.rst:142 ../phpmyadmin/doc/config.rst:156 +#: ../phpmyadmin/doc/config.rst:201 ../phpmyadmin/doc/config.rst:212 +#: ../phpmyadmin/doc/config.rst:317 ../phpmyadmin/doc/config.rst:503 +#: ../phpmyadmin/doc/config.rst:675 ../phpmyadmin/doc/config.rst:1266 +#: ../phpmyadmin/doc/config.rst:1375 ../phpmyadmin/doc/config.rst:1490 +#: ../phpmyadmin/doc/config.rst:1572 ../phpmyadmin/doc/config.rst:1589 +#: ../phpmyadmin/doc/config.rst:1684 ../phpmyadmin/doc/config.rst:1696 +#: ../phpmyadmin/doc/config.rst:1776 ../phpmyadmin/doc/config.rst:1792 +#: ../phpmyadmin/doc/config.rst:1829 ../phpmyadmin/doc/config.rst:1865 +#: ../phpmyadmin/doc/config.rst:1882 ../phpmyadmin/doc/config.rst:2028 +#: ../phpmyadmin/doc/config.rst:2326 ../phpmyadmin/doc/config.rst:2453 +#: ../phpmyadmin/doc/config.rst:2519 ../phpmyadmin/doc/config.rst:2526 +#: ../phpmyadmin/doc/config.rst:2533 ../phpmyadmin/doc/config.rst:2541 +#: ../phpmyadmin/doc/config.rst:2549 ../phpmyadmin/doc/config.rst:2601 +#: ../phpmyadmin/doc/config.rst:2661 ../phpmyadmin/doc/config.rst:2834 +#: ../phpmyadmin/doc/config.rst:3124 ../phpmyadmin/doc/config.rst:3184 +#: ../phpmyadmin/doc/config.rst:3309 ../phpmyadmin/doc/config.rst:3508 +#: ../phpmyadmin/doc/config.rst:3623 ../phpmyadmin/doc/config.rst:3677 +#: ../phpmyadmin/doc/config.rst:3798 ../phpmyadmin/doc/config.rst:3805 +#: ../phpmyadmin/doc/config.rst:3819 ../phpmyadmin/doc/config.rst:3826 +#: ../phpmyadmin/doc/config.rst:3871 ../phpmyadmin/doc/config.rst:3879 +#: ../phpmyadmin/doc/config.rst:3887 ../phpmyadmin/doc/config.rst:3902 +msgid "false" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:66 +msgid "" +"Starting with version 2.3.0 phpMyAdmin offers a lot of features to work with " +"master / foreign – tables (see :config:option:`$cfg['Servers'][$i]" +"['pmadb']`)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:69 +msgid "" +"If you tried to set this up and it does not work for you, have a look on " +"the :guilabel:`Structure` page of one database where you would like to use " +"it. You will find a link that will analyze why those features have been " +"disabled." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:74 +msgid "" +"If you do not want to use those features set this variable to ``true`` to " +"stop this message from appearing." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:80 ../phpmyadmin/doc/config.rst:2991 +#: ../phpmyadmin/doc/config.rst:3038 ../phpmyadmin/doc/config.rst:3072 +msgid "``'auto'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:84 ../phpmyadmin/doc/config.rst:115 +msgid "This is supported since phpMyAdmin 4.8.0." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:86 +msgid "" +"Configure authentication logging destination. Failed (or all, depending on :" +"config:option:`$cfg['AuthLogSuccess']`) authentication attempts will be " +"logged according to this directive:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:90 +msgid "``auto``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:91 +msgid "Let phpMyAdmin automatically choose between ``syslog`` and ``php``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:93 +msgid "``syslog``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:93 +msgid "" +"Log using syslog, using AUTH facility, on most systems this ends up in :file:" +"`/var/log/auth.log`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:95 +msgid "``php``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:96 +msgid "Log into PHP error log." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:97 +msgid "``sapi``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:98 +msgid "Log into PHP SAPI logging." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:100 +msgid "``/path/to/file``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:100 +msgid "" +"Any other value is treated as a filename and log entries are written there." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:104 +msgid "" +"When logging to a file, make sure its permissions are correctly set for a " +"web server user, the setup should closely match instructions described in :" +"config:option:`$cfg['TempDir']`:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:117 +msgid "" +"Whether to log successful authentication attempts into :config:option:" +"`$cfg['AuthLog']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:125 +msgid "A warning is displayed on the main page if Suhosin is detected." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:127 ../phpmyadmin/doc/config.rst:137 +#: ../phpmyadmin/doc/config.rst:151 +msgid "" +"You can set this parameter to ``true`` to stop this message from appearing." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:134 +msgid "" +"A warning is displayed on the main page if the PHP parameter session." +"gc_maxlifetime is lower than cookie validity configured in phpMyAdmin." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:146 +msgid "This setting was removed as the warning has been removed as well." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:148 +msgid "" +"A warning is displayed on the main page if there is a difference between the " +"MySQL library and server version." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:158 +msgid "" +"This warning is displayed on the Structure page of a table if one or more " +"column names match with words which are MySQL reserved." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:161 +msgid "" +"If you want to turn off this warning, you can set it to ``true`` and warning " +"will no longer be displayed." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:166 ../phpmyadmin/doc/config.rst:1340 +#: ../phpmyadmin/doc/config.rst:1595 ../phpmyadmin/doc/config.rst:1648 +#: ../phpmyadmin/doc/config.rst:1656 ../phpmyadmin/doc/config.rst:1672 +#: ../phpmyadmin/doc/config.rst:1904 ../phpmyadmin/doc/config.rst:2174 +#: ../phpmyadmin/doc/config.rst:2182 ../phpmyadmin/doc/config.rst:2218 +#: ../phpmyadmin/doc/config.rst:2226 ../phpmyadmin/doc/config.rst:2234 +#: ../phpmyadmin/doc/config.rst:2295 ../phpmyadmin/doc/config.rst:2306 +#: ../phpmyadmin/doc/config.rst:2413 ../phpmyadmin/doc/config.rst:2609 +#: ../phpmyadmin/doc/config.rst:2702 ../phpmyadmin/doc/config.rst:2711 +#: ../phpmyadmin/doc/config.rst:2881 ../phpmyadmin/doc/config.rst:3094 +#: ../phpmyadmin/doc/config.rst:3166 ../phpmyadmin/doc/config.rst:3226 +#: ../phpmyadmin/doc/config.rst:3253 ../phpmyadmin/doc/config.rst:3261 +#: ../phpmyadmin/doc/config.rst:3269 ../phpmyadmin/doc/config.rst:3274 +#: ../phpmyadmin/doc/config.rst:3279 ../phpmyadmin/doc/config.rst:3284 +#: ../phpmyadmin/doc/config.rst:3471 ../phpmyadmin/doc/config.rst:3489 +#: ../phpmyadmin/doc/config.rst:3498 ../phpmyadmin/doc/config.rst:3521 +#: ../phpmyadmin/doc/config.rst:3564 ../phpmyadmin/doc/config.rst:3585 +#: ../phpmyadmin/doc/config.rst:3839 +msgid "integer" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:167 +msgid "80" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:169 +msgid "Show warning about incomplete translations on certain threshold." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:174 +msgid "``'ask'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:176 ../phpmyadmin/doc/config.rst:2079 +msgid "Valid values are:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:178 +msgid "``ask``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:179 +msgid "``always``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:180 +msgid "``never``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:182 +msgid "Sets the default behavior for JavaScript error reporting." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:184 +msgid "" +"Whenever an error is detected in the JavaScript execution, an error report " +"may be sent to the phpMyAdmin team if the user agrees." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:187 +msgid "" +"The default setting of ``'ask'`` will ask the user everytime there is a new " +"error report. However you can set this parameter to ``'always'`` to send " +"error reports without asking for confirmation or you can set it to " +"``'never'`` to never send error reports." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:192 +msgid "" +"This directive is available both in the configuration file and in users " +"preferences. If the person in charge of a multi-user installation prefers to " +"disable this feature for all users, a value of ``'never'`` should be set, " +"and the :config:option:`$cfg['UserprefsDisallow']` directive should contain " +"``'SendErrorReports'`` in one of its array values." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:203 +msgid "" +"Setting this to ``true`` allows the user to execute queries by pressing " +"Enter instead of Ctrl+Enter. A new line can be inserted by pressing " +"Shift+Enter." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:206 +msgid "" +"The behaviour of the console can be temporarily changed using console's " +"settings interface." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:211 ../phpmyadmin/doc/config.rst:2433 +msgid "boolean|string" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:214 +msgid "" +"Setting this to ``true`` allows phpMyAdmin to be included inside a frame, " +"and is a potential security hole allowing cross-frame scripting attacks or " +"clickjacking. Setting this to 'sameorigin' prevents phpMyAdmin to be " +"included from another document in a frame, unless that document belongs to " +"the same domain." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:221 +msgid "Server connection settings" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:225 ../phpmyadmin/doc/config.rst:1534 +#: ../phpmyadmin/doc/config.rst:1714 ../phpmyadmin/doc/config.rst:2506 +#: ../phpmyadmin/doc/config.rst:2720 ../phpmyadmin/doc/config.rst:2762 +#: ../phpmyadmin/doc/config.rst:2842 ../phpmyadmin/doc/config.rst:2859 +#: ../phpmyadmin/doc/config.rst:2934 ../phpmyadmin/doc/config.rst:3024 +#: ../phpmyadmin/doc/config.rst:3050 ../phpmyadmin/doc/config.rst:3613 +#: ../phpmyadmin/doc/config.rst:3714 ../phpmyadmin/doc/config.rst:3740 +#: ../phpmyadmin/doc/config.rst:3745 ../phpmyadmin/doc/config.rst:3750 +#: ../phpmyadmin/doc/config.rst:3755 ../phpmyadmin/doc/config.rst:3760 +#: ../phpmyadmin/doc/config.rst:3765 ../phpmyadmin/doc/config.rst:3770 +#: ../phpmyadmin/doc/config.rst:3775 ../phpmyadmin/doc/config.rst:3780 +#: ../phpmyadmin/doc/config.rst:3785 ../phpmyadmin/doc/config.rst:3865 +msgid "array" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:226 +msgid "one server array with settings listed below" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:228 +msgid "" +"Since version 1.4.2, phpMyAdmin supports the administration of multiple " +"MySQL servers. Therefore, a :config:option:`$cfg['Servers']`-array has been " +"added which contains the login information for the different servers. The " +"first :config:option:`$cfg['Servers'][$i]['host']` contains the hostname of " +"the first server, the second :config:option:`$cfg['Servers'][$i]['host']` " +"the hostname of the second server, etc. You can put as many sections for " +"server definition as you need in :file:`config.inc.php`, copy that block or " +"needed parts (you don't have to define all settings, just those you need to " +"change)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:239 +msgid "" +"The :config:option:`$cfg['Servers']` array starts with $cfg['Servers'][1]. " +"Do not use $cfg['Servers'][0]. If you want more than one server, just copy " +"following section (including $i increment) several times. There is no need " +"to define full server array, just define values you need to change." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:248 +msgid "``'localhost'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:250 +msgid "" +"The hostname or :term:`IP` address of your $i-th MySQL-server. E.g. " +"``localhost``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:253 +msgid "Possible values are:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:255 +msgid "hostname, e.g., ``'localhost'`` or ``'mydb.example.org'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:256 +msgid "IP address, e.g., ``'127.0.0.1'`` or ``'192.168.10.1'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:257 +msgid "IPv6 address, e.g. ``2001:cdba:0000:0000:0000:0000:3257:9652``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:258 +msgid "dot - ``'.'``, i.e., use named pipes on windows systems" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:259 +msgid "empty - ``''``, disables this server" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:263 +msgid "" +"The hostname ``localhost`` is handled specially by MySQL and it uses the " +"socket based connection protocol. To use TCP/IP networking, use an IP " +"address or hostname such as ``127.0.0.1`` or ``db.example.com``. You can " +"configure the path to the socket with :config:option:`$cfg['Servers'][$i]" +"['socket']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:271 +msgid "" +":config:option:`$cfg['Servers'][$i]['port']`, " +msgstr "" + +#: ../phpmyadmin/doc/config.rst:279 +msgid "" +"The port-number of your $i-th MySQL-server. Default is 3306 (leave blank)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:284 +msgid "" +"If you use ``localhost`` as the hostname, MySQL ignores this port number and " +"connects with the socket, so if you want to connect to a port different from " +"the default port, use ``127.0.0.1`` or the real hostname in :config:option:" +"`$cfg['Servers'][$i]['host']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:291 ../phpmyadmin/doc/config.rst:311 +msgid "" +":config:option:`$cfg['Servers'][$i]['host']`, " +msgstr "" + +#: ../phpmyadmin/doc/config.rst:299 +msgid "" +"The path to the socket to use. Leave blank for default. To determine the " +"correct socket, check your MySQL configuration or, using the :command:" +"`mysql` command–line client, issue the ``status`` command. Among the " +"resulting information displayed will be the socket used." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:306 +msgid "" +"This takes effect only if :config:option:`$cfg['Servers'][$i]['host']` is " +"set to ``localhost``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:319 +msgid "" +"Whether to enable SSL for the connection between phpMyAdmin and the MySQL " +"server to secure the connection." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:322 +msgid "" +"When using the ``'mysql'`` extension, none of the remaining ``'ssl...'`` " +"configuration options apply." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:325 +msgid "" +"We strongly recommend the ``'mysqli'`` extension when using this option." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:329 +msgid "" +":ref:`ssl`, :ref:`example-google-ssl`, :ref:`example-aws-ssl`, :config:" +"option:`$cfg['Servers'][$i]['ssl_key']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_cert']`, :config:option:`$cfg['Servers'][$i]['ssl_ca']`, :config:" +"option:`$cfg['Servers'][$i]['ssl_ca_path']`, :config:option:`$cfg['Servers']" +"[$i]['ssl_ciphers']`, :config:option:`$cfg['Servers'][$i]['ssl_verify']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:342 ../phpmyadmin/doc/config.rst:368 +#: ../phpmyadmin/doc/config.rst:388 ../phpmyadmin/doc/config.rst:407 +#: ../phpmyadmin/doc/config.rst:426 +msgid "NULL" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:344 +msgid "" +"Path to the client key file when using SSL for connecting to the MySQL " +"server. This is used to authenticate the client to the server." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:347 +msgid "For example:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:355 +msgid "" +":ref:`ssl`, :ref:`example-google-ssl`, :ref:`example-aws-ssl`, :config:" +"option:`$cfg['Servers'][$i]['ssl']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_cert']`, :config:option:`$cfg['Servers'][$i]['ssl_ca']`, :config:" +"option:`$cfg['Servers'][$i]['ssl_ca_path']`, :config:option:`$cfg['Servers']" +"[$i]['ssl_ciphers']`, :config:option:`$cfg['Servers'][$i]['ssl_verify']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:370 +msgid "" +"Path to the client certificate file when using SSL for connecting to the " +"MySQL server. This is used to authenticate the client to the server." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:375 +msgid "" +":ref:`ssl`, :ref:`example-google-ssl`, :ref:`example-aws-ssl`, :config:" +"option:`$cfg['Servers'][$i]['ssl']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_key']`, :config:option:`$cfg['Servers'][$i]['ssl_ca']`, :config:option:" +"`$cfg['Servers'][$i]['ssl_ca_path']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_ciphers']`, :config:option:`$cfg['Servers'][$i]['ssl_verify']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:390 +msgid "Path to the CA file when using SSL for connecting to the MySQL server." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:394 +msgid "" +":ref:`ssl`, :ref:`example-google-ssl`, :ref:`example-aws-ssl`, :config:" +"option:`$cfg['Servers'][$i]['ssl']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_key']`, :config:option:`$cfg['Servers'][$i]['ssl_cert']`, :config:" +"option:`$cfg['Servers'][$i]['ssl_ca_path']`, :config:option:`$cfg['Servers']" +"[$i]['ssl_ciphers']`, :config:option:`$cfg['Servers'][$i]['ssl_verify']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:409 +msgid "Directory containing trusted SSL CA certificates in PEM format." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:413 +msgid "" +":ref:`ssl`, :ref:`example-google-ssl`, :ref:`example-aws-ssl`, :config:" +"option:`$cfg['Servers'][$i]['ssl']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_key']`, :config:option:`$cfg['Servers'][$i]['ssl_cert']`, :config:" +"option:`$cfg['Servers'][$i]['ssl_ca']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_ciphers']`, :config:option:`$cfg['Servers'][$i]['ssl_verify']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:428 +msgid "List of allowable ciphers for SSL connections to the MySQL server." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:432 +msgid "" +":ref:`ssl`, :ref:`example-google-ssl`, :ref:`example-aws-ssl`, :config:" +"option:`$cfg['Servers'][$i]['ssl']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_key']`, :config:option:`$cfg['Servers'][$i]['ssl_cert']`, :config:" +"option:`$cfg['Servers'][$i]['ssl_ca']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_ca_path']`, :config:option:`$cfg['Servers'][$i]['ssl_verify']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:445 ../phpmyadmin/doc/config.rst:1292 +#: ../phpmyadmin/doc/config.rst:1301 ../phpmyadmin/doc/config.rst:1310 +#: ../phpmyadmin/doc/config.rst:1367 ../phpmyadmin/doc/config.rst:1609 +#: ../phpmyadmin/doc/config.rst:1665 ../phpmyadmin/doc/config.rst:1784 +#: ../phpmyadmin/doc/config.rst:1800 ../phpmyadmin/doc/config.rst:1810 +#: ../phpmyadmin/doc/config.rst:1850 ../phpmyadmin/doc/config.rst:1858 +#: ../phpmyadmin/doc/config.rst:1873 ../phpmyadmin/doc/config.rst:1985 +#: ../phpmyadmin/doc/config.rst:2018 ../phpmyadmin/doc/config.rst:2168 +#: ../phpmyadmin/doc/config.rst:2191 ../phpmyadmin/doc/config.rst:2243 +#: ../phpmyadmin/doc/config.rst:2256 ../phpmyadmin/doc/config.rst:2264 +#: ../phpmyadmin/doc/config.rst:2318 ../phpmyadmin/doc/config.rst:2365 +#: ../phpmyadmin/doc/config.rst:2372 ../phpmyadmin/doc/config.rst:2379 +#: ../phpmyadmin/doc/config.rst:2386 ../phpmyadmin/doc/config.rst:2393 +#: ../phpmyadmin/doc/config.rst:2400 ../phpmyadmin/doc/config.rst:2407 +#: ../phpmyadmin/doc/config.rst:2424 ../phpmyadmin/doc/config.rst:2434 +#: ../phpmyadmin/doc/config.rst:2476 ../phpmyadmin/doc/config.rst:2490 +#: ../phpmyadmin/doc/config.rst:2499 ../phpmyadmin/doc/config.rst:2557 +#: ../phpmyadmin/doc/config.rst:2565 ../phpmyadmin/doc/config.rst:2632 +#: ../phpmyadmin/doc/config.rst:2686 ../phpmyadmin/doc/config.rst:2695 +#: ../phpmyadmin/doc/config.rst:2734 ../phpmyadmin/doc/config.rst:2739 +#: ../phpmyadmin/doc/config.rst:2744 ../phpmyadmin/doc/config.rst:2752 +#: ../phpmyadmin/doc/config.rst:3084 ../phpmyadmin/doc/config.rst:3143 +#: ../phpmyadmin/doc/config.rst:3151 ../phpmyadmin/doc/config.rst:3159 +#: ../phpmyadmin/doc/config.rst:3194 ../phpmyadmin/doc/config.rst:3210 +#: ../phpmyadmin/doc/config.rst:3215 ../phpmyadmin/doc/config.rst:3302 +#: ../phpmyadmin/doc/config.rst:3317 ../phpmyadmin/doc/config.rst:3328 +#: ../phpmyadmin/doc/config.rst:3336 ../phpmyadmin/doc/config.rst:3344 +#: ../phpmyadmin/doc/config.rst:3352 ../phpmyadmin/doc/config.rst:3479 +#: ../phpmyadmin/doc/config.rst:3549 ../phpmyadmin/doc/config.rst:3558 +#: ../phpmyadmin/doc/config.rst:3596 ../phpmyadmin/doc/config.rst:3663 +#: ../phpmyadmin/doc/config.rst:3812 +msgid "true" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:449 +msgid "This is supported since phpMyAdmin 4.6.0." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:451 +msgid "" +"If your PHP install uses the MySQL Native Driver (mysqlnd), your MySQL " +"server is 5.6 or later, and your SSL certificate is self-signed, there is a " +"chance your SSL connection will fail due to validation. Setting this to " +"``false`` will disable the validation check." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:456 +msgid "" +"Since PHP 5.6.0 it also verifies whether server name matches CN of its " +"certificate. There is currently no way to disable just this check without " +"disabling complete SSL verification." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:462 +msgid "" +"Disabling the certificate verification defeats purpose of using SSL. This " +"will make the connection vulnerable to man in the middle attacks." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:467 +msgid "This flag only works with PHP 5.6.16 or later." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:471 +msgid "" +":ref:`ssl`, :ref:`example-google-ssl`, :ref:`example-aws-ssl`, :config:" +"option:`$cfg['Servers'][$i]['ssl']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_key']`, :config:option:`$cfg['Servers'][$i]['ssl_cert']`, :config:" +"option:`$cfg['Servers'][$i]['ssl_ca']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_ca_path']`, :config:option:`$cfg['Servers'][$i]['ssl_ciphers']`, :" +"config:option:`$cfg['Servers'][$i]['ssl_verify']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:485 +msgid "``'tcp'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:489 +msgid "" +"This setting is no longer used as of 4.7.0, since MySQL decides the " +"connection type based on host, so it could lead to unexpected results. " +"Please set :config:option:`$cfg['Servers'][$i]['host']` accordingly instead." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:494 +msgid "" +"What type connection to use with the MySQL server. Your options are " +"``'socket'`` and ``'tcp'``. It defaults to tcp as that is nearly guaranteed " +"to be available on all MySQL servers, while sockets are not supported on " +"some platforms. To use the socket mode, your MySQL server must be on the " +"same machine as the Web server." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:505 +msgid "" +"Whether to use a compressed protocol for the MySQL server connection or not " +"(experimental)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:514 +msgid "" +"Permits to use an alternate host to hold the configuration storage data." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:519 ../phpmyadmin/doc/config.rst:532 +msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:527 +msgid "" +"Permits to use an alternate port to connect to the host that holds the " +"configuration storage." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:545 +msgid "" +"This special account is used to access :ref:`linked-tables`. You don't need " +"it in single user case, but if phpMyAdmin is shared it is recommended to " +"give access to :ref:`linked-tables` only to this user and configure " +"phpMyAdmin to use it. All users will then be able to use the features " +"without need to have direct access to :ref:`linked-tables`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:551 +msgid "those were called ``stduser`` and ``stdpass``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:556 +msgid "" +":ref:`setup`, :ref:`authentication_modes`, :ref:`linked-tables`, :config:" +"option:`$cfg['Servers'][$i]['pmadb']`, :config:option:`$cfg['Servers'][$i]" +"['controlhost']`, :config:option:`$cfg['Servers'][$i]['controlport']`, :" +"config:option:`$cfg['Servers'][$i]['control_*']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:566 +msgid "mixed" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:570 +msgid "" +"You can change any MySQL connection setting for control link (used to " +"access :ref:`linked-tables`) using configuration prefixed with ``control_``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:573 +msgid "" +"This can be used to change any aspect of the control connection, which by " +"default uses same parameters as the user one." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:576 +msgid "For example you can configure SSL for the control connection:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:591 +msgid "" +":config:option:`$cfg['Servers'][$i]['ssl']`, :config:option:`$cfg['Servers']" +"[$i]['ssl_key']`, :config:option:`$cfg['Servers'][$i]['ssl_cert']`, :config:" +"option:`$cfg['Servers'][$i]['ssl_ca']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_ca_path']`, :config:option:`$cfg['Servers'][$i]['ssl_ciphers']`, :" +"config:option:`$cfg['Servers'][$i]['ssl_verify']`, :config:option:" +"`$cfg['Servers'][$i]['socket']`, :config:option:`$cfg['Servers'][$i]" +"['compress']`, :config:option:`$cfg['Servers'][$i]['hide_connection_errors']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:605 +msgid "``'cookie'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:607 +msgid "" +"Whether config or cookie or :term:`HTTP` or signon authentication should be " +"used for this server." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:610 +msgid "" +"'config' authentication (``$auth_type = 'config'``) is the plain old way: " +"username and password are stored in :file:`config.inc.php`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:612 +msgid "" +"'cookie' authentication mode (``$auth_type = 'cookie'``) allows you to log " +"in as any valid MySQL user with the help of cookies." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:614 +msgid "" +"'http' authentication allows you to log in as any valid MySQL user via HTTP-" +"Auth." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:616 +msgid "" +"'signon' authentication mode (``$auth_type = 'signon'``) allows you to log " +"in from prepared PHP session data or using supplied PHP script." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:619 ../phpmyadmin/doc/faq.rst:1138 +msgid ":ref:`authentication_modes`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:627 +msgid "" +"When using auth\\_type = ``http``, this field allows to define a custom :" +"term:`HTTP` Basic Auth Realm which will be displayed to the user. If not " +"explicitly specified in your configuration, a string combined of " +"\"phpMyAdmin \" and either :config:option:`$cfg['Servers'][$i]['verbose']` " +"or :config:option:`$cfg['Servers'][$i]['host']` will be used." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:641 +msgid "" +"This setting was named `$cfg['Servers'][$i]['auth_feebee_config']` and was " +"renamed before the `3.0.0.0` release." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:645 +msgid "" +"This setting was removed because their servers are no longer working and it " +"was not working correctly." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:649 +msgid "" +"This setting was removed in a maintenance release because their servers are " +"no longer working and it was not working correctly." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:651 +msgid "" +"The name of the file containing swekey ids and login names for hardware " +"authentication. Leave empty to deactivate this feature." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:658 +msgid "``'root'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:665 +msgid "" +"When using :config:option:`$cfg['Servers'][$i]['auth_type']` set to " +"'config', this is the user/password-pair which phpMyAdmin will use to " +"connect to the MySQL server. This user/password pair is not needed when :" +"term:`HTTP` or cookie authentication is used and should be empty." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:679 +msgid "This setting was removed as it can produce unexpected results." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:681 +msgid "" +"Allow attempt to log in without password when a login with password fails. " +"This can be used together with http authentication, when authentication is " +"done some other way and phpMyAdmin gets user name from auth and uses empty " +"password for connecting to MySQL. Password login is still tried first, but " +"as fallback, no password method is tried." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:691 ../phpmyadmin/doc/config.rst:2206 +msgid "string or array" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:694 +msgid "" +"If set to a (an array of) database name(s), only this (these) database(s) " +"will be shown to the user. Since phpMyAdmin 2.2.1, this/these database(s) " +"name(s) may contain MySQL wildcards characters (\"\\_\" and \"%\"): if you " +"want to use literal instances of these characters, escape them (I.E. use " +"``'my\\_db'`` and not ``'my_db'``)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:700 +msgid "" +"This setting is an efficient way to lower the server load since the latter " +"does not need to send MySQL requests to build the available database list. " +"But **it does not replace the privileges rules of the MySQL database " +"server**. If set, it just means only these databases will be displayed but " +"**not that all other databases can't be used.**" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:706 +msgid "An example of using more that one database:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:712 +msgid "" +"Previous versions permitted to specify the display order of the database " +"names via this directive." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:721 +msgid "" +"Regular expression for hiding some databases from unprivileged users. This " +"only hides them from listing, but a user is still able to access them " +"(using, for example, the SQL query area). To limit access, use the MySQL " +"privilege system. For example, to hide all databases starting with the " +"letter \"a\", use" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:731 +msgid "and to hide both \"db1\" and \"db2\" use" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:737 +msgid "" +"More information on regular expressions can be found in the `PCRE pattern " +"syntax `_ " +"portion of the PHP reference manual." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:747 +msgid "" +"Only useful when using phpMyAdmin with multiple server entries. If set, this " +"string will be displayed instead of the hostname in the pull-down menu on " +"the main page. This can be useful if you want to show only certain databases " +"on your system, for example. For HTTP auth, all non-US-ASCII characters will " +"be stripped." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:756 +msgid "``'mysqli'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:760 +msgid "" +"This setting was removed. The ``mysql`` extension will only be used when the " +"``mysqli`` extension is not available. As of 5.0.0, only the ``mysqli`` " +"extension can be used." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:764 +msgid "The PHP MySQL extension to use (``mysql`` or ``mysqli``)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:766 +msgid "It is recommended to use ``mysqli`` in all installations." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:773 +msgid "" +"The name of the database containing the phpMyAdmin configuration storage." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:776 +msgid "" +"See the :ref:`linked-tables` section in this document to see the benefits " +"of this feature, and for a quick way of creating this database and the " +"needed tables." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:780 +msgid "" +"If you are the only user of this phpMyAdmin installation, you can use your " +"current database to store those special tables; in this case, just put your " +"current database name in :config:option:`$cfg['Servers'][$i]['pmadb']`. For " +"a multi-user installation, set this parameter to the name of your central " +"database containing the phpMyAdmin configuration storage." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:789 ../phpmyadmin/doc/config.rst:806 +#: ../phpmyadmin/doc/config.rst:849 ../phpmyadmin/doc/config.rst:874 +#: ../phpmyadmin/doc/config.rst:885 ../phpmyadmin/doc/config.rst:929 +#: ../phpmyadmin/doc/config.rst:992 ../phpmyadmin/doc/config.rst:1021 +#: ../phpmyadmin/doc/config.rst:1047 ../phpmyadmin/doc/config.rst:1077 +#: ../phpmyadmin/doc/config.rst:1098 ../phpmyadmin/doc/config.rst:1107 +#: ../phpmyadmin/doc/config.rst:1132 ../phpmyadmin/doc/config.rst:1150 +#: ../phpmyadmin/doc/config.rst:1173 ../phpmyadmin/doc/config.rst:1193 +#: ../phpmyadmin/doc/config.rst:1211 ../phpmyadmin/doc/config.rst:1229 +#: ../phpmyadmin/doc/config.rst:1318 +msgid "string or false" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:794 +msgid "" +"Since release 2.2.0 phpMyAdmin allows users to bookmark queries. This can be " +"useful for queries you often run. To allow the usage of this functionality:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:798 ../phpmyadmin/doc/config.rst:832 +#: ../phpmyadmin/doc/config.rst:860 ../phpmyadmin/doc/config.rst:899 +#: ../phpmyadmin/doc/config.rst:962 ../phpmyadmin/doc/config.rst:1012 +#: ../phpmyadmin/doc/config.rst:1038 ../phpmyadmin/doc/config.rst:1068 +#: ../phpmyadmin/doc/config.rst:1090 ../phpmyadmin/doc/config.rst:1120 +#: ../phpmyadmin/doc/config.rst:1141 ../phpmyadmin/doc/config.rst:1164 +#: ../phpmyadmin/doc/config.rst:1184 ../phpmyadmin/doc/config.rst:1202 +#: ../phpmyadmin/doc/config.rst:1220 ../phpmyadmin/doc/config.rst:1256 +#: ../phpmyadmin/doc/config.rst:1333 +msgid "" +"set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin " +"configuration storage" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:799 +msgid "" +"enter the table name in :config:option:`$cfg['Servers'][$i]['bookmarktable']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:801 ../phpmyadmin/doc/config.rst:838 +#: ../phpmyadmin/doc/config.rst:867 ../phpmyadmin/doc/config.rst:979 +#: ../phpmyadmin/doc/config.rst:1016 ../phpmyadmin/doc/config.rst:1042 +#: ../phpmyadmin/doc/config.rst:1072 ../phpmyadmin/doc/config.rst:1094 +#: ../phpmyadmin/doc/config.rst:1145 ../phpmyadmin/doc/config.rst:1168 +#: ../phpmyadmin/doc/config.rst:1188 ../phpmyadmin/doc/config.rst:1206 +#: ../phpmyadmin/doc/config.rst:1224 ../phpmyadmin/doc/config.rst:1260 +#: ../phpmyadmin/doc/config.rst:1336 +msgid "This feature can be disabled by setting the configuration to ``false``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:811 +msgid "" +"Since release 2.2.4 you can describe, in a special 'relation' table, which " +"column is a key in another table (a foreign key). phpMyAdmin currently uses " +"this to:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:815 +msgid "" +"make clickable, when you browse the master table, the data values that point " +"to the foreign table;" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:817 +msgid "" +"display in an optional tool-tip the \"display column\" when browsing the " +"master table, if you move the mouse to a column containing a foreign key " +"(use also the 'table\\_info' table); (see :ref:`faqdisplay`)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:820 +msgid "" +"in edit/insert mode, display a drop-down list of possible foreign keys (key " +"value and \"display column\" are shown) (see :ref:`faq6_21`)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:822 +msgid "" +"display links on the table properties page, to check referential integrity " +"(display missing foreign keys) for each described key;" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:824 +msgid "in query-by-example, create automatic joins (see :ref:`faq6_6`)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:825 +msgid "" +"enable you to get a :term:`PDF` schema of your database (also uses the " +"table\\_coords table)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:828 +msgid "The keys can be numeric or character." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:830 ../phpmyadmin/doc/config.rst:897 +#: ../phpmyadmin/doc/config.rst:960 ../phpmyadmin/doc/config.rst:1010 +#: ../phpmyadmin/doc/config.rst:1118 ../phpmyadmin/doc/config.rst:1139 +#: ../phpmyadmin/doc/config.rst:1162 ../phpmyadmin/doc/config.rst:1182 +#: ../phpmyadmin/doc/config.rst:1200 ../phpmyadmin/doc/config.rst:1218 +#: ../phpmyadmin/doc/config.rst:1254 ../phpmyadmin/doc/config.rst:1331 +msgid "To allow the usage of this functionality:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:833 +msgid "" +"put the relation table name in :config:option:`$cfg['Servers'][$i]" +"['relation']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:834 +msgid "" +"now as normal user open phpMyAdmin and for each one of your tables where you " +"want to use this feature, click :guilabel:`Structure/Relation view/` and " +"choose foreign columns." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:842 +msgid "" +"In the current version, ``master_db`` must be the same as ``foreign_db``. " +"Those columns have been put in future development of the cross-db relations." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:854 +msgid "" +"Since release 2.3.0 you can describe, in a special 'table\\_info' table, " +"which column is to be displayed as a tool-tip when moving the cursor over " +"the corresponding key. This configuration variable will hold the name of " +"this special table. To allow the usage of this functionality:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:861 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]['table\\_info']` " +"(e.g. ``pma__table_info``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:863 +msgid "" +"then for each table where you want to use this feature, click \"Structure/" +"Relation view/Choose column to display\" to choose the column." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:869 +msgid ":ref:`faqdisplay`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:877 +msgid "" +"The designer feature can save your page layout; by pressing the \"Save " +"page\" or \"Save page as\" button in the expanding designer menu, you can " +"customize the layout and have it loaded the next time you use the designer. " +"That layout is stored in this table. Furthermore, this table is also " +"required for using the PDF relation export feature, see :config:option:" +"`$cfg['Servers'][$i]['pdf\\_pages']` for additional details." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:890 +msgid "" +"Since release 2.3.0 you can have phpMyAdmin create :term:`PDF` pages showing " +"the relations between your tables. Further, the designer interface permits " +"visually managing the relations. To do this it needs two tables " +"\"pdf\\_pages\" (storing information about the available :term:`PDF` pages) " +"and \"table\\_coords\" (storing coordinates where each table will be placed " +"on a :term:`PDF` schema output). You must be using the \"relation\" feature." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:900 +msgid "" +"put the correct table names in :config:option:`$cfg['Servers'][$i]" +"['table\\_coords']` and :config:option:`$cfg['Servers'][$i]['pdf\\_pages']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:904 ../phpmyadmin/doc/config.rst:1125 +msgid "" +"This feature can be disabled by setting either of the configurations to " +"``false``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:906 +msgid ":ref:`faqpdf`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:916 +msgid "" +"Since release 2.10.0 a Designer interface is available; it permits to " +"visually manage the relations." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:921 +msgid "" +"This setting was removed and the Designer table positioning data is now " +"stored into :config:option:`$cfg['Servers'][$i]['table\\_coords']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:924 +msgid "" +"You can now delete the table `pma__designer_coords` from your phpMyAdmin " +"configuration storage database and remove :config:option:`$cfg['Servers'][$i]" +"['designer\\_coords']` from your configuration file." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:934 +msgid "" +"This part requires a content update! Since release 2.3.0 you can store " +"comments to describe each column for each table. These will then be shown on " +"the \"printview\"." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:938 +msgid "" +"Starting with release 2.5.0, comments are consequently used on the table " +"property pages and table browse view, showing up as tool-tips above the " +"column name (properties page) or embedded within the header of table in " +"browse view. They can also be shown in a table dump. Please see the relevant " +"configuration directives later on." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:944 +msgid "" +"Also new in release 2.5.0 is a MIME- transformation system which is also " +"based on the following table structure. See :ref:`transformations` for " +"further information. To use the MIME- transformation system, your " +"column\\_info table has to have the three new columns 'mimetype', " +"'transformation', 'transformation\\_options'." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:950 +msgid "" +"Starting with release 4.3.0, a new input-oriented transformation system has " +"been introduced. Also, backward compatibility code used in the old " +"transformations system was removed. As a result, an update to column\\_info " +"table is necessary for previous transformations and the new input-oriented " +"transformation system to work. phpMyAdmin will upgrade it automatically for " +"you by analyzing your current column\\_info table structure. However, if " +"something goes wrong with the auto-upgrade then you can use the SQL script " +"found in ``./sql/upgrade_column_info_4_3_0+.sql`` to upgrade it manually." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:963 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]['column\\_info']` " +"(e.g. ``pma__column_info``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:965 +msgid "" +"to update your PRE-2.5.0 Column\\_comments table use this: and remember " +"that the Variable in :file:`config.inc.php` has been renamed from :samp:" +"`$cfg['Servers'][$i]['column\\_comments']` to :config:option:`$cfg['Servers']" +"[$i]['column\\_info']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:976 +msgid "" +"to update your PRE-4.3.0 Column\\_info table manually use this ``./sql/" +"upgrade_column_info_4_3_0+.sql`` SQL script." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:983 +msgid "" +"For auto-upgrade functionality to work, your :config:option:`$cfg['Servers']" +"[$i]['controluser']` must have ALTER privilege on ``phpmyadmin`` database. " +"See the `MySQL documentation for GRANT `_ on how to ``GRANT`` privileges to a user." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:997 +msgid "" +"Since release 2.5.0 you can store your :term:`SQL` history, which means all " +"queries you entered manually into the phpMyAdmin interface. If you don't " +"want to use a table-based history, you can use the JavaScript-based history." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1002 +msgid "" +"Using that, all your history items are deleted when closing the window. " +"Using :config:option:`$cfg['QueryHistoryMax']` you can specify an amount of " +"history items you want to have on hold. On every login, this list gets cut " +"to the maximum amount." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1007 +msgid "" +"The query history is only available if JavaScript is enabled in your browser." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1013 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]['history']` (e.g. " +"``pma__history``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1026 +msgid "" +"Since release 3.5.0 you can show recently used tables in the navigation " +"panel. It helps you to jump across table directly, without the need to " +"select the database, and then select the table. Using :config:option:" +"`$cfg['NumRecentTables']` you can configure the maximum number of recent " +"tables shown. When you select a table from the list, it will jump to the " +"page specified in :config:option:`$cfg['NavigationTreeDefaultTabTable']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1033 +msgid "" +"Without configuring the storage, you can still access the recently used " +"tables, but it will disappear after you logout." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1036 ../phpmyadmin/doc/config.rst:1066 +msgid "To allow the usage of this functionality persistently:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1039 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]['recent']` (e.g. " +"``pma__recent``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1052 +msgid "" +"Since release 4.2.0 you can show a list of selected tables in the navigation " +"panel. It helps you to jump to the table directly, without the need to " +"select the database, and then select the table. When you select a table from " +"the list, it will jump to the page specified in :config:option:" +"`$cfg['NavigationTreeDefaultTabTable']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1058 +msgid "" +"You can add tables to this list or remove tables from it in database " +"structure page by clicking on the star icons next to table names. Using :" +"config:option:`$cfg['NumFavoriteTables']` you can configure the maximum " +"number of favorite tables shown." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1063 +msgid "" +"Without configuring the storage, you can still access the favorite tables, " +"but it will disappear after you logout." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1069 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]['favorite']` (e.g. " +"``pma__favorite``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1082 +msgid "" +"Since release 3.5.0 phpMyAdmin can be configured to remember several things " +"(sorted column :config:option:`$cfg['RememberSorting']`, column order, and " +"column visibility from a database table) for browsing tables. Without " +"configuring the storage, these features still can be used, but the values " +"will disappear after you logout." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1088 +msgid "To allow the usage of these functionality persistently:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1091 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]" +"['table\\_uiprefs']` (e.g. ``pma__table_uiprefs``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1101 +msgid "" +"The table used by phpMyAdmin to store user name information for associating " +"with user groups. See the next entry on :config:option:`$cfg['Servers'][$i]" +"['usergroups']` for more details and the suggested settings." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1112 +msgid "" +"Since release 4.1.0 you can create different user groups with menu items " +"attached to them. Users can be assigned to these groups and the logged in " +"user would only see menu items configured to the usergroup they are assigned " +"to. To do this it needs two tables \"usergroups\" (storing allowed menu " +"items for each user group) and \"users\" (storing users and their " +"assignments to user groups)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1121 +msgid "" +"put the correct table names in :config:option:`$cfg['Servers'][$i]['users']` " +"(e.g. ``pma__users``) and :config:option:`$cfg['Servers'][$i]['usergroups']` " +"(e.g. ``pma__usergroups``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1127 +msgid ":ref:`configurablemenus`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1137 +msgid "Since release 4.1.0 you can hide/show items in the navigation tree." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1142 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]" +"['navigationhiding']` (e.g. ``pma__navigationhiding``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1155 +msgid "" +"Since release 4.3.0 you can have a central list of columns per database. You " +"can add/remove columns to the list as per your requirement. These columns in " +"the central list will be available to use while you create a new column for " +"a table or create a table itself. You can select a column from central list " +"while creating a new column, it will save you from writing the same column " +"definition over again or from writing different names for similar column." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1165 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]" +"['central_columns']` (e.g. ``pma__central_columns``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1178 +msgid "" +"Since release 4.5.0 your designer settings can be remembered. Your choice " +"regarding 'Angular/Direct Links', 'Snap to Grid', 'Toggle Relation Lines', " +"'Small/Big All', 'Move Menu' and 'Pin Text' can be remembered persistently." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1185 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]" +"['designer_settings']` (e.g. ``pma__designer_settings``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1198 +msgid "" +"Since release 4.2.0 you can save and load query-by-example searches from the " +"Database > Query panel." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1203 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]['savedsearches']` " +"(e.g. ``pma__savedsearches``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1216 +msgid "Since release 4.5.0 you can save and load export templates." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1221 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]" +"['export_templates']` (e.g. ``pma__export_templates``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1234 +msgid "" +"Since release 3.3.x a tracking mechanism is available. It helps you to track " +"every :term:`SQL` command which is executed by phpMyAdmin. The mechanism " +"supports logging of data manipulation and data definition statements. After " +"enabling it you can create versions of tables." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1240 +msgid "The creation of a version has two effects:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1242 +msgid "" +"phpMyAdmin saves a snapshot of the table, including structure and indexes." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1244 +msgid "" +"phpMyAdmin logs all commands which change the structure and/or data of the " +"table and links these commands with the version number." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1247 +msgid "" +"Of course you can view the tracked changes. On the :guilabel:`Tracking` page " +"a complete report is available for every version. For the report you can use " +"filters, for example you can get a list of statements within a date range. " +"When you want to filter usernames you can enter \\* for all names or you " +"enter a list of names separated by ','. In addition you can export the " +"(filtered) report to a file or to a temporary database." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1257 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]['tracking']` (e.g. " +"``pma__tracking``)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1268 +msgid "" +"Whether the tracking mechanism creates versions for tables and views " +"automatically." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1271 +msgid "If this is set to true and you create a table or view with" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1273 +msgid "CREATE TABLE ..." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1274 +msgid "CREATE VIEW ..." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1276 +msgid "" +"and no version exists for it, the mechanism will create a version for you " +"automatically." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1283 +msgid "" +"``'CREATE TABLE,ALTER TABLE,DROP TABLE,RENAME TABLE,CREATE INDEX,DROP INDEX," +"INSERT,UPDATE,DELETE,TRUNCATE,REPLACE,CREATE VIEW,ALTER VIEW,DROP VIEW," +"CREATE DATABASE,ALTER DATABASE,DROP DATABASE'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1285 +msgid "Defines the list of statements the auto-creation uses for new versions." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1294 +msgid "" +"Whether a `DROP VIEW IF EXISTS` statement will be added as first line to the " +"log when creating a view." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1303 +msgid "" +"Whether a `DROP TABLE IF EXISTS` statement will be added as first line to " +"the log when creating a table." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1312 +msgid "" +"Whether a `DROP DATABASE IF EXISTS` statement will be added as first line to " +"the log when creating a database." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1323 +msgid "" +"Since release 3.4.x phpMyAdmin allows users to set most preferences by " +"themselves and store them in the database." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1326 +msgid "" +"If you don't allow for storing preferences in :config:option:`$cfg['Servers']" +"[$i]['pmadb']`, users can still personalize phpMyAdmin, but settings will be " +"saved in browser's local storage, or, it is is unavailable, until the end of " +"session." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1334 +msgid "" +"put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1341 ../phpmyadmin/doc/config.rst:1649 +#: ../phpmyadmin/doc/config.rst:2175 ../phpmyadmin/doc/config.rst:2712 +#: ../phpmyadmin/doc/config.rst:3472 +msgid "100" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1343 +msgid "" +"Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" +"['table_uiprefs']` table." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1346 +msgid "" +"When tables are dropped or renamed, :config:option:`$cfg['Servers'][$i]" +"['table_uiprefs']` may contain invalid data (referring to tables which no " +"longer exist). We only keep this number of newest rows in :config:option:" +"`$cfg['Servers'][$i]['table_uiprefs']` and automatically delete older rows." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1357 +msgid "" +"Sets the time zone used by phpMyAdmin. Leave blank to use the time zone of " +"your database server. Possible values are explained at https://dev.mysql.com/" +"doc/refman/8.0/en/time-zone-support.html" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1361 +msgid "" +"This is useful when your database server uses a time zone which is different " +"from the time zone you want to use in phpMyAdmin." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1369 +msgid "" +"Whether to allow root access. This is just a shortcut for the :config:option:" +"`$cfg['Servers'][$i]['AllowDeny']['rules']` below." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1377 +msgid "" +"Whether to allow logins without a password. The default value of ``false`` " +"for this parameter prevents unintended access to a MySQL server with was " +"left with an empty password for root or on which an anonymous (blank) user " +"is defined." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1388 +msgid "If your rule order is empty, then :term:`IP` authorization is disabled." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1391 +msgid "" +"If your rule order is set to ``'deny,allow'`` then the system applies all " +"deny rules followed by allow rules. Access is allowed by default. Any client " +"which does not match a Deny command or does match an Allow command will be " +"allowed access to the server." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1397 +msgid "" +"If your rule order is set to ``'allow,deny'`` then the system applies all " +"allow rules followed by deny rules. Access is denied by default. Any client " +"which does not match an Allow directive or does match a Deny directive will " +"be denied access to the server." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1403 +msgid "" +"If your rule order is set to ``'explicit'``, authorization is performed in a " +"similar fashion to rule order 'deny,allow', with the added restriction that " +"your host/username combination **must** be listed in the *allow* rules, and " +"not listed in the *deny* rules. This is the **most** secure means of using " +"Allow/Deny rules, and was available in Apache by specifying allow and deny " +"rules without setting any order." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1411 +msgid "" +"Please also see :config:option:`$cfg['TrustedProxies']` for detecting IP " +"address behind proxies." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1417 +msgid "array of strings" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1418 ../phpmyadmin/doc/config.rst:3051 +#: ../phpmyadmin/doc/config.rst:3614 +msgid "array()" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1420 +msgid "The general format for the rules is as such:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1426 +msgid "" +"If you wish to match all users, it is possible to use a ``'%'`` as a " +"wildcard in the *username* field." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1429 +msgid "" +"There are a few shortcuts you can use in the *ipmask* field as well (please " +"note that those containing SERVER\\_ADDRESS might not be available on all " +"webservers):" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1441 +msgid "" +"Having an empty rule list is equivalent to either using ``'allow % from " +"all'`` if your rule order is set to ``'deny,allow'`` or ``'deny % from " +"all'`` if your rule order is set to ``'allow,deny'`` or ``'explicit'``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1446 +msgid "For the :term:`IP Address` matching system, the following work:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1449 +msgid "``xxx.xxx.xxx.xxx`` (an exact :term:`IP Address`)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1450 +msgid "``xxx.xxx.xxx.[yyy-zzz]`` (an :term:`IP Address` range)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1451 +msgid "" +"``xxx.xxx.xxx.xxx/nn`` (CIDR, Classless Inter-Domain Routing type :term:`IP` " +"addresses)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1453 ../phpmyadmin/doc/config.rst:1463 +msgid "But the following does not work:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1455 +msgid "``xxx.xxx.xxx.xx[yyy-zzz]`` (partial :term:`IP` address range)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1457 +msgid "For :term:`IPv6` addresses, the following work:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1459 +msgid "" +"``xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx`` (an exact :term:`IPv6` address)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1460 +msgid "" +"``xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:[yyyy-zzzz]`` (an :term:`IPv6` address " +"range)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1461 +msgid "" +"``xxxx:xxxx:xxxx:xxxx/nn`` (CIDR, Classless Inter-Domain Routing type :term:" +"`IPv6` addresses)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1465 +msgid "" +"``xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xx[yyy-zzz]`` (partial :term:`IPv6` " +"address range)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1467 +msgid "Examples:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1492 +msgid "" +"Disable using ``INFORMATION_SCHEMA`` to retrieve information (use ``SHOW`` " +"commands instead), because of speed issues when many databases are present." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1498 +msgid "" +"Enabling this option might give you a big performance boost on older MySQL " +"servers." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1508 +msgid "" +"Name of PHP script to be sourced and executed to obtain login credentials. " +"This is alternative approach to session based single signon. The script has " +"to provide a function called ``get_login_credentials`` which returns list of " +"username and password, accepting single parameter of existing username (can " +"be empty). See :file:`examples/signon-script.php` for an example:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1518 ../phpmyadmin/doc/config.rst:1530 +#: ../phpmyadmin/doc/config.rst:1547 ../phpmyadmin/doc/config.rst:1558 +msgid ":ref:`auth_signon`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1525 +msgid "" +"Name of session which will be used for signon authentication method. You " +"should use something different than ``phpMyAdmin``, because this is session " +"which phpMyAdmin uses internally. Takes effect only if :config:option:" +"`$cfg['Servers'][$i]['SignonScript']` is not configured." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1535 +msgid "``array()``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1539 +msgid "" +"An associative array of session cookie parameters of other authentication " +"system. It is not needed if the other system doesn't use " +"session_set_cookie_params(). Keys should include 'lifetime', 'path', " +"'domain', 'secure' or 'httponly'. Valid values are mentioned in " +"`session_get_cookie_params `_, they should be set to same values as the other " +"application uses. Takes effect only if :config:option:`$cfg['Servers'][$i]" +"['SignonScript']` is not configured." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1554 +msgid "" +":term:`URL` where user will be redirected to log in for signon " +"authentication method. Should be absolute including protocol." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1565 +msgid "" +":term:`URL` where user will be redirected after logout (doesn't affect " +"config authentication method). Should be absolute including protocol." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1576 +msgid "" +"Whether to show or hide detailed MySQL/MariaDB connection errors on the " +"login page." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1580 +msgid "" +"This error message can contain the target database server hostname or IP " +"address, which may reveal information about your network to an attacker." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1584 +msgid "Generic settings" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1591 +msgid "" +"You can disable phpMyAdmin shortcut keys by setting :config:option:" +"`$cfg['DisableShortcutKeys']` to true." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1596 ../phpmyadmin/doc/config.rst:2219 +#: ../phpmyadmin/doc/config.rst:2882 +msgid "1" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1598 +msgid "" +"If you have more than one server configured, you can set :config:option:" +"`$cfg['ServerDefault']` to any one of them to autoconnect to that server " +"when phpMyAdmin is started, or set it to 0 to be given a list of servers " +"without logging in." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1603 +msgid "" +"If you have only one server configured, :config:option:" +"`$cfg['ServerDefault']` MUST be set to that server." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1611 +msgid "" +"Enables check for latest versions using JavaScript on the main phpMyAdmin " +"page or by directly accessing `index.php?route=/version-check`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1616 +msgid "This setting can be adjusted by your vendor." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1623 +msgid "" +"The url of the proxy to be used when phpmyadmin needs to access the outside " +"internet such as when retrieving the latest version info or submitting error " +"reports. You need this if the server where phpMyAdmin is installed does not " +"have direct access to the internet. The format is: \"hostname:portnumber\"" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1634 +msgid "" +"The username for authenticating with the proxy. By default, no " +"authentication is performed. If a username is supplied, Basic Authentication " +"will be performed. No other types of authentication are currently supported." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1644 +msgid "The password for authenticating with the proxy." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1651 +msgid "" +"The maximum number of database names to be displayed in the main panel's " +"database list." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1657 +msgid "250" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1659 +msgid "" +"The maximum number of table names to be displayed in the main panel's list " +"(except on the Export page)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1667 +msgid "" +"Whether or not to show hints (for example, hints when hovering over table " +"headers)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1673 ../phpmyadmin/doc/config.rst:3095 +msgid "1000" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1675 +msgid "" +"The maximum number of characters when a :term:`SQL` query is displayed. The " +"default limit of 1000 should be correct to avoid the display of tons of " +"hexadecimal codes that represent BLOBs, but some users have real :term:`SQL` " +"queries that are longer than 1000 characters. Also, if a query's length " +"exceeds this limit, this query is not saved in the history." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1686 +msgid "" +"Whether `persistent connections `_ should be used or not." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1691 +msgid "" +"`mysqli documentation for persistent connections `_" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1700 +msgid "" +"This setting is no longer available since phpMyAdmin 4.6.0. Please adjust " +"your webserver instead." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1703 +msgid "" +"Whether to force using https while accessing phpMyAdmin. In a reverse proxy " +"setup, setting this to ``true`` is not supported." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1708 +msgid "" +"In some setups (like separate SSL proxy or load balancer) you might have to " +"set :config:option:`$cfg['PmaAbsoluteUri']` for correct redirection." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1715 +msgid "``['127.0.0.1', 'localhost']``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1717 +msgid "" +"This search is case-sensitive and will match the exact string only. If your " +"setup does not use SSL but is safe because you are using a local connection " +"or private network, you can add your hostname or :term:`IP` to the list. You " +"can also remove the default entries to only include yours." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1722 +msgid "" +"This check uses the value of :config:option:`$cfg['Servers'][$i]['host']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1726 ../phpmyadmin/doc/config.rst:3722 +msgid "Example configuration" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1735 ../phpmyadmin/doc/config.rst:1995 +#: ../phpmyadmin/doc/config.rst:2008 +msgid "integer [number of seconds]" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1736 +msgid "300" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1738 +msgid "" +"Set the number of seconds a script is allowed to run. If seconds is set to " +"zero, no time limit is imposed. This setting is used while importing/" +"exporting dump files but has no effect when PHP is running in safe mode." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1748 +msgid "" +"Path for storing session data (`session\\_save\\_path PHP parameter `_)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1753 +msgid "" +"This folder should not be publicly accessible through the webserver, " +"otherwise you risk leaking private data from your session." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1758 +msgid "string [number of bytes]" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1759 +msgid "``'-1'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1761 +msgid "" +"Set the number of bytes a script is allowed to allocate. If set to ``'-1'``, " +"no limit is imposed. If set to ``'0'``, no change of the memory limit is " +"attempted and the :file:`php.ini` ``memory_limit`` is used." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1766 +msgid "" +"This setting is used while importing/exporting dump files so you definitely " +"don't want to put here a too low value. It has no effect when PHP is running " +"in safe mode." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1770 +msgid "" +"You can also use any string as in :file:`php.ini`, eg. '16M'. Ensure you " +"don't omit the suffix (16 means 16 bytes!)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1778 +msgid "" +"Mark used tables and make it possible to show databases with locked tables " +"(since MySQL 3.23.30)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1786 +msgid "" +"Defines whether :term:`SQL` queries generated by phpMyAdmin should be " +"displayed or not." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1794 +msgid "" +"Defines whether the :term:`SQL` query box should be kept displayed after its " +"submission." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1802 +msgid "" +"Defines whether to use a Javascript code editor for SQL query boxes. " +"CodeMirror provides syntax highlighting and line numbers. However, middle-" +"clicking for pasting the clipboard contents in some Linux distributions " +"(such as Ubuntu) is not supported by all browsers." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1814 +msgid "" +"Defines whether to use the parser to find any errors in the query before " +"executing." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1819 +msgid "``'default'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1821 +msgid "" +"Default value of the checkbox for foreign key checks, to disable/enable " +"foreign key checks for certain queries. The possible values are " +"``'default'``, ``'enable'`` or ``'disable'``. If set to ``'default'``, the " +"value of the MySQL variable ``FOREIGN_KEY_CHECKS`` is used." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1833 +msgid "" +"This is not a security measure as there will be always ways to circumvent " +"this. If you want to prohibit users from dropping databases, revoke their " +"corresponding DROP privilege." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1837 +msgid "" +"Defines whether normal users (non-administrator) are allowed to delete their " +"own database or not. If set as false, the link :guilabel:`Drop Database` " +"will not be shown, and even a ``DROP DATABASE mydatabase`` will be rejected. " +"Quite practical for :term:`ISP` 's with many customers." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1842 +msgid "" +"This limitation of :term:`SQL` queries is not as strict as when using MySQL " +"privileges. This is due to nature of :term:`SQL` queries which might be " +"quite complicated. So this choice should be viewed as help to avoid " +"accidental dropping rather than strict privilege limitation." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1852 +msgid "" +"Whether a warning (\"Are your really sure...\") should be displayed when " +"you're about to lose data." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1860 +msgid "Define whether the \"search string inside database\" is enabled or not." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1867 +msgid "" +"Define whether phpMyAdmin will continue executing a multi-query statement if " +"one of the queries fails. Default is to abort execution." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1875 +msgid "" +"Whether or not the drag and drop import feature is enabled. When enabled, a " +"user can drag a file in to their browser and phpMyAdmin will attempt to " +"import the file." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1886 +msgid "" +"Define whether phpMyAdmin will encrypt sensitive data (like database name " +"and table name) from the URL query string. Default is to not encrypt the URL " +"query string." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1897 +msgid "" +"A secret key used to encrypt/decrypt the URL query string. Should be 32 " +"bytes long." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1900 ../phpmyadmin/doc/config.rst:1964 +msgid ":ref:`faq2_10`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1905 ../phpmyadmin/doc/charts.rst:52 +msgid "500" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1907 +msgid "Maximum number of rows retrieved for zoom search." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1910 +msgid "Cookie authentication options" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1917 +msgid "" +"The \"cookie\" auth\\_type uses the :term:`Sodium` extension to encrypt the " +"cookies (see :term:`Cookie`). If you are using the \"cookie\" auth\\_type, " +"enter here a generated string of random bytes to be used as an encryption " +"key. It will be used internally by the :term:`Sodium` extension: you won't " +"be prompted for this encryption key." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1921 +msgid "" +"Since a binary string is usually not printable, it can be converted into a " +"hexadecimal representation (using a function like `sodium_bin2hex `_) and then used in the configuration file. For " +"example:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1930 +msgid "" +"Using a binary string is recommended. However, if all 32 bytes of the string " +"are visible characters, then a function like `sodium_bin2hex `_ is not required. For example:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1941 +msgid "" +"The encryption key must be 32 bytes long. If it is longer than the length of " +"bytes, only the first 32 bytes will be used, and if it is shorter, a new " +"temporary key will be automatically generated for you. However, this " +"temporary key will only last for the duration of the session." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1947 +msgid "" +"The configuration is called blowfish_secret for historical reasons as " +"Blowfish algorithm was originally used to do the encryption." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1952 +msgid "" +"Since version 3.1.0 phpMyAdmin can generate this on the fly, but it makes a " +"bit weaker security as this generated secret is stored in session and " +"furthermore it makes impossible to recall user name from cookie." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1959 +msgid "" +"Since version 5.2.0, phpMyAdmin uses the `sodium\\_crypto\\_secretbox " +"`_ and " +"`sodium\\_crypto\\_secretbox\\_open `_ PHP functions to encrypt and decrypt " +"cookies, respectively." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1969 +msgid "``'Strict'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1973 +msgid "" +"It sets SameSite attribute of the Set-Cookie :term:`HTTP` response header. " +"Valid values are:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1976 +msgid "``Lax``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1977 +msgid "``Strict``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1978 +msgid "``None``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1980 +msgid "" +"`rfc6265 bis `_" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1987 +msgid "" +"Define whether the previous login should be recalled or not in cookie " +"authentication mode." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1990 +msgid "" +"This is automatically disabled if you do not have configured :config:option:" +"`$cfg['blowfish_secret']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1996 +msgid "1440" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:1998 +msgid "" +"Define how long a login cookie is valid. Please note that php configuration " +"option `session.gc\\_maxlifetime `_ might limit session " +"validity and if the session is lost, the login cookie is also invalidated. " +"So it is a good idea to set ``session.gc_maxlifetime`` at least to the same " +"value of :config:option:`$cfg['LoginCookieValidity']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2009 ../phpmyadmin/doc/config.rst:3227 +#: ../phpmyadmin/doc/config.rst:3586 +msgid "0" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2011 +msgid "" +"Define how long login cookie should be stored in browser. Default 0 means " +"that it will be kept for existing session. This is recommended for not " +"trusted environments." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2020 +msgid "" +"If enabled (default), 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." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2030 +msgid "" +"If enabled, allows you to log in to arbitrary servers using cookie " +"authentication." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2035 +msgid "" +"Please use this carefully, as this may allow users access to MySQL servers " +"behind the firewall where your :term:`HTTP` server is placed. See also :" +"config:option:`$cfg['ArbitraryServerRegexp']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2044 +msgid "" +"Restricts the MySQL servers to which the user can log in when :config:option:" +"`$cfg['AllowArbitraryServer']` is enabled by matching the :term:`IP` or the " +"hostname of the MySQL server to the given regular expression. The regular " +"expression must be enclosed with a delimiter character." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2050 +msgid "" +"It is recommended to include start and end symbols in the regular " +"expression, so that you can avoid partial matches on the string." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2053 +msgid "**Examples:**" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2068 +msgid "" +"The whole server name is matched, it can include port as well. Due to way " +"MySQL is permissive in connection parameters, it is possible to use " +"connection strings as ```server:3306-mysql```. This can be used to bypass " +"regular expression by the suffix, while connecting to another server." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2077 +msgid "``'invisible'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2081 +msgid "``'invisible'`` Use an invisible captcha checking method;" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2082 +msgid "``'checkbox'`` Use a checkbox to confirm the user is not a robot." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2089 +msgid "``'https://www.google.com/recaptcha/api.js'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2093 +msgid "" +"The URL for the reCaptcha v2 service's API, either Google's or a compatible " +"one." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2098 +msgid "" +"``'https://apis.google.com https://www.google.com/recaptcha/ https://www." +"gstatic.com/recaptcha/ https://ssl.gstatic.com/'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2102 +msgid "" +"The Content-Security-Policy snippet (URLs from which to allow embedded " +"content) for the reCaptcha v2 service, either Google's or a compatible one." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2108 +msgid "``'g-recaptcha'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2112 +msgid "The request parameter used for the reCaptcha v2 service." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2117 +msgid "``'g-recaptcha-response'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2121 +msgid "The response parameter used for the reCaptcha v2 service." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2128 +msgid "" +"The public key for the reCaptcha service that can be obtained from the " +"\"Admin Console\" on https://www.google.com/recaptcha/about/." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2131 ../phpmyadmin/doc/config.rst:2145 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2133 ../phpmyadmin/doc/config.rst:2147 +#: ../phpmyadmin/doc/config.rst:2158 +msgid "reCaptcha will be then used in :ref:`cookie`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2142 +msgid "" +"The private key for the reCaptcha service that can be obtained from the " +"\"Admin Console\" on https://www.google.com/recaptcha/about/." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2156 +msgid "The URL for the reCaptcha service to do siteverify action." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2163 +msgid "Navigation panel setup" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2170 +msgid "In the navigation panel, replaces the database tree with a selector" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2177 +msgid "" +"The number of first level databases that can be displayed on each page of " +"navigation tree." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2183 ../phpmyadmin/doc/config.rst:3167 +msgid "50" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2185 +msgid "" +"The number of items (tables, columns, indexes) that can be displayed on each " +"page of the navigation tree." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2193 +msgid "" +"Defines whether to group the databases based on a common prefix in their " +"name :config:option:`$cfg['NavigationTreeDbSeparator']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2199 +msgid "``'_'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2201 +msgid "" +"The string used to separate the parts of the database name when showing them " +"in a tree." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2207 +msgid "``'__'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2209 +msgid "" +"Defines a string to be used to nest table spaces. This means if you have " +"tables like ``first__second__third`` this will be shown as a three-level " +"hierarchy like: first > second > third. If set to false or empty, the " +"feature is disabled. NOTE: You should not use this separator at the " +"beginning or end of a table name or multiple times after another without any " +"other characters in between." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2221 +msgid "" +"Defines how many sublevels should be displayed when splitting up tables by " +"the above separator." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2227 ../phpmyadmin/doc/config.rst:2235 +msgid "10" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2229 +msgid "" +"The maximum number of recently used tables shown in the navigation panel. " +"Set this to 0 (zero) to disable the listing of recent tables." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2237 +msgid "" +"The maximum number of favorite tables shown in the navigation panel. Set " +"this to 0 (zero) to disable the listing of favorite tables." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2245 +msgid "" +"Enables Zero Configuration mode in which the user will be offered a choice " +"to create phpMyAdmin configuration storage in the current database or use " +"the existing one, if already present." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2249 +msgid "" +"This setting has no effect if the phpMyAdmin configuration storage database " +"is properly created and the related configuration directives (such as :" +"config:option:`$cfg['Servers'][$i]['pmadb']` and so on) are configured." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2258 +msgid "" +"Defines whether or not to link with main panel by highlighting the current " +"database or table." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2266 +msgid "" +"Defines whether or not to display the phpMyAdmin logo at the top of the " +"navigation panel." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2272 +msgid "``'index.php'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2274 +msgid "" +"Enter the :term:`URL` where the logo in the navigation panel will point to. " +"For use especially with self made theme which changes this. For relative/" +"internal URLs, you need to have leading `` ./ `` or trailing characters `` ? " +"`` such as ``'./index.php?route=/server/sql?'``. For external URLs, you " +"should include URL protocol schemes (``http`` or ``https``) with absolute " +"URLs." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2279 +msgid "" +"You may want to make the link open in a new browser tab, for that you need " +"to use :config:option:`$cfg['NavigationLogoLinkWindow']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2284 +msgid "``'main'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2286 +msgid "" +"Whether to open the linked page in the main window (``main``) or in a new " +"one (``new``). Note: use ``new`` if you are linking to ``phpmyadmin.net``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2290 +msgid "" +"To open the link in the main window you will need to add the value of :" +"config:option:`$cfg['NavigationLogoLink']` to :config:option:" +"`$cfg['CSPAllow']` because of the :term:`Content Security Policy` header." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2296 ../phpmyadmin/doc/config.rst:2307 +msgid "30" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2298 +msgid "" +"Defines the minimum number of items (tables, views, routines and events) to " +"display a JavaScript filter box above the list of items in the navigation " +"tree." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2302 ../phpmyadmin/doc/config.rst:2312 +msgid "" +"To disable the filter completely some high number can be used (e.g. 9999)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2309 +msgid "" +"Defines the minimum number of databases to display a JavaScript filter box " +"above the list of databases in the navigation tree." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2320 +msgid "" +"Defines whether or not to display a server choice at the top of the " +"navigation panel." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2328 +msgid "" +"Defines whether to display this server choice as links instead of in a drop-" +"down." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2334 ../phpmyadmin/doc/config.rst:2905 +msgid "``'structure'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2336 +msgid "" +"Defines the tab displayed by default when clicking the small icon next to " +"each table name in the navigation panel. The possible values are the " +"localized equivalent of:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2340 ../phpmyadmin/doc/config.rst:2356 +#: ../phpmyadmin/doc/config.rst:2910 ../phpmyadmin/doc/config.rst:2923 +msgid "``structure``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2341 ../phpmyadmin/doc/config.rst:2357 +#: ../phpmyadmin/doc/config.rst:2911 ../phpmyadmin/doc/config.rst:2924 +msgid "``sql``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2342 ../phpmyadmin/doc/config.rst:2358 +#: ../phpmyadmin/doc/config.rst:2912 ../phpmyadmin/doc/config.rst:2925 +msgid "``search``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2343 ../phpmyadmin/doc/config.rst:2359 +#: ../phpmyadmin/doc/config.rst:2926 +msgid "``insert``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2344 ../phpmyadmin/doc/config.rst:2360 +#: ../phpmyadmin/doc/config.rst:2927 +msgid "``browse``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2349 +msgid "null" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2351 +msgid "" +"Defines the tab displayed by default when clicking the second small icon " +"next to each table name in the navigation panel. The possible values are the " +"localized equivalent of:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2355 +msgid "``(empty)``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2367 +msgid "" +"Whether to offer the possibility of tree expansion in the navigation panel." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2374 +msgid "Whether to show tables under database in the navigation panel." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2381 +msgid "Whether to show views under database in the navigation panel." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2388 +msgid "Whether to show functions under database in the navigation panel." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2395 +msgid "Whether to show procedures under database in the navigation panel." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2402 +msgid "Whether to show events under database in the navigation panel." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2409 +msgid "Whether to expand single database in the navigation tree automatically." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2414 +msgid "240" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2416 +msgid "Navigation panel width, set to 0 to collapse it by default." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2419 +msgid "Main panel" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2426 +msgid "" +"Defines whether or not to display space usage and statistics about databases " +"and tables. Note that statistics requires at least MySQL 3.23.3 and that, at " +"this date, MySQL doesn't return such information for Berkeley DB tables." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2436 +msgid "" +"Defines whether to display detailed server information on main page. " +"Possible values are:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2439 +msgid "``true`` to show all server information" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2440 +msgid "``false`` to hide server information" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2441 +msgid "``'database-server'`` to show only database server information" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2442 +msgid "``'web-server'`` to show only web server information" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2444 +msgid "" +"You can additionally hide more information by using :config:option:" +"`$cfg['Servers'][$i]['verbose']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2447 +msgid "Added ``'database-server'`` and ``'web-server'`` options." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2455 +msgid "" +"Defines whether to display the :guilabel:`PHP information` or not at the " +"starting main (right) frame." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2458 +msgid "" +"Please note that to block the usage of ``phpinfo()`` in scripts, you have to " +"put this in your :file:`php.ini`:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2467 +msgid "" +"Enabling phpinfo page will leak quite a lot of information about server " +"setup. Is it not recommended to enable this on shared installations." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2470 +msgid "" +"This might also make easier some remote attacks on your installations, so " +"enable this only when needed." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2478 +msgid "" +"Defines whether to display the :guilabel:`Change password` link or not at " +"the starting main (right) frame. This setting does not check MySQL commands " +"entered directly." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2482 +msgid "" +"Please note that enabling the :guilabel:`Change password` link has no effect " +"with config authentication mode: because of the hard coded password value in " +"the configuration file, end users can't be allowed to change their passwords." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2492 +msgid "" +"Defines whether to display the form for creating database or not at the " +"starting main (right) frame. This setting does not check MySQL commands " +"entered directly." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2501 +msgid "" +"Defines whether to display information about the current Git revision (if " +"applicable) on the main panel." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2508 +msgid "" +"Defines the minimum supported MySQL version. The default is chosen by the " +"phpMyAdmin team; however this directive was asked by a developer of the " +"Plesk control panel to ease integration with older MySQL servers (where most " +"of the phpMyAdmin features work)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2514 +msgid "Database structure" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2521 +msgid "" +"Defines whether to show a column displaying the charset for all tables in " +"the database structure page." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2528 +msgid "" +"Defines whether to show a column displaying the comments for all tables in " +"the database structure page." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2535 +msgid "" +"Defines whether the database structure page (tables list) has a \"Creation\" " +"column that displays when each table was created." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2543 +msgid "" +"Defines whether the database structure page (tables list) has a \"Last " +"update\" column that displays when each table was last updated." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2551 +msgid "" +"Defines whether the database structure page (tables list) has a \"Last " +"check\" column that displays when each table was last checked." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2559 +msgid "" +"Defines whether the table structure actions are hidden under a \":guilabel:" +"`More`\" drop-down." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2567 +msgid "" +"Defines whether to show column comments as a column in the table structure " +"view." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2570 +msgid "Browse mode" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2575 +msgid "``'icons'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2577 +msgid "" +"Defines whether the table navigation links contain ``'icons'``, ``'text'`` " +"or ``'both'``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2583 ../phpmyadmin/doc/config.rst:2593 +#: ../phpmyadmin/doc/config.rst:2875 +msgid "``'both'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2585 +msgid "" +"If set to ``icons``, will display icons instead of text for db and table " +"properties links (like :guilabel:`Browse`, :guilabel:`Select`, :guilabel:" +"`Insert`, ...). Can be set to ``'both'`` if you want icons AND text. When " +"set to ``text``, will only show text." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2595 +msgid "" +"Whether to display icons or text or both icons and text in table row action " +"segment. Value can be either of ``'icons'``, ``'text'`` or ``'both'``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2603 +msgid "" +"Defines whether a user should be displayed a \":guilabel:`Show all`\" button " +"in browse mode or not in all cases. By default it is shown only on small " +"tables (less than 500 rows) to avoid performance issues while getting too " +"many rows." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2610 ../phpmyadmin/doc/config.rst:3522 +msgid "25" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2612 +msgid "" +"Number of rows displayed when browsing a result set and no LIMIT clause is " +"used. If the result set contains more rows, \":guilabel:`Previous`\" and \":" +"guilabel:`Next`\" links will be shown. Possible values: 25,50,100,250,500." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2619 +msgid "``'SMART'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2621 +msgid "" +"Defines whether columns are displayed in ascending (``ASC``) order, in " +"descending (``DESC``) order or in a \"smart\" (``SMART``) order - I.E. " +"descending order for columns of type TIME, DATE, DATETIME and TIMESTAMP, " +"ascending order else- by default." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2626 +msgid "Since phpMyAdmin 3.4.0 the default value is ``'SMART'``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2634 +msgid "" +"Defines whether the \":guilabel:`Show binary contents as HEX`\" browse " +"option is ticked by default." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2640 ../phpmyadmin/doc/config.rst:3485 +#: ../phpmyadmin/doc/config.rst:3494 ../phpmyadmin/doc/config.rst:3503 +#: ../phpmyadmin/doc/config.rst:3517 +msgid "This setting was removed." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2645 +msgid "``'double-click'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2647 +msgid "" +"Defines which action (``double-click`` or ``click``) triggers grid editing. " +"Can be deactivated with the ``disabled`` value." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2653 +msgid "``'K'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2655 +msgid "" +"Defines the initial behavior for Options > Relational. ``K``, which is the " +"default, displays the key while ``D`` shows the display column." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2663 +msgid "" +"Defines whether or not to save all edited cells at once for grid editing." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2667 +msgid "Editing mode" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2671 +msgid "boolean or string" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2672 +msgid "``'blob'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2674 +msgid "" +"Defines whether ``BLOB`` or ``BINARY`` columns are protected from editing " +"when browsing a table's content. Valid values are:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2677 +msgid "``false`` to allow editing of all columns;" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2678 +msgid "``'blob'`` to allow editing of all columns except ``BLOBS``;" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2679 +msgid "" +"``'noblob'`` to disallow editing of all columns except ``BLOBS`` (the " +"opposite of ``'blob'``);" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2681 +msgid "``'all'`` to disallow editing of all ``BINARY`` or ``BLOB`` columns." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2688 +msgid "" +"Defines whether or not MySQL functions fields should be initially displayed " +"in edit/insert mode. Since version 2.10, the user can toggle this setting " +"from the interface." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2697 +msgid "" +"Defines whether or not type fields should be initially displayed in edit/" +"insert mode. The user can toggle this setting from the interface." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2703 +msgid "2" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2705 +msgid "" +"Defines the default number of rows to be entered from the Insert page. Users " +"can manually change this from the bottom of that page to add or remove blank " +"rows." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2714 +msgid "" +"If there are fewer items than this in the set of foreign keys, then a drop-" +"down box of foreign keys is presented, in the style described by the :config:" +"option:`$cfg['ForeignKeyDropdownOrder']` setting." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2721 +msgid "array('content-id', 'id-content')" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2723 +msgid "" +"For the foreign key drop-down fields, there are several methods of display, " +"offering both the key and value data. The contents of the array should be " +"one or both of the following strings: ``content-id``, ``id-content``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2729 +msgid "Export and import settings" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2746 +msgid "" +"Defines whether to allow the use of zip/GZip/BZip2 compression when creating " +"a dump file" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2754 +msgid "" +"Defines whether to allow on the fly compression for GZip/BZip2 compressed " +"exports. This doesn't affect smaller dumps and allows users to create larger " +"dumps that won't otherwise fit in memory due to php memory limit. Produced " +"files contain more GZip/BZip2 headers, but all normal programs handle this " +"correctly." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2763 ../phpmyadmin/doc/config.rst:2843 +#: ../phpmyadmin/doc/config.rst:2860 ../phpmyadmin/doc/config.rst:3025 +msgid "array(...)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2765 +msgid "" +"In this array are defined default parameters for export, names of items are " +"similar to texts seen on export page, so you can easily identify what they " +"mean." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2772 ../phpmyadmin/doc/config.rst:3513 +msgid "``'sql'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2774 +msgid "Default export format." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2779 +msgid "``'quick'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2781 +msgid "" +"Defines how the export form is displayed when it loads. Valid values are:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2784 +msgid "``quick`` to display the minimum number of options to configure" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2785 +msgid "``custom`` to display every available option to configure" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2786 +msgid "" +"``custom-no-form`` same as ``custom`` but does not display the option of " +"using quick export" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2792 +msgid "``'none'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2794 +msgid "" +"Default export compression method. Possible values are ``'none'``, ``'zip'`` " +"or ``'gzip'``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2801 +msgid "" +"Defines charset for generated export. By default no charset conversion is " +"done assuming UTF-8." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2807 +msgid "``'@TABLE@'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2809 +msgid "Default filename template for table exports." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2811 ../phpmyadmin/doc/config.rst:2820 +#: ../phpmyadmin/doc/config.rst:2829 +msgid ":ref:`faq6_27`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2816 +msgid "``'@DATABASE@'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2818 +msgid "Default filename template for database exports." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2825 +msgid "``'@SERVER@'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2827 +msgid "Default filename template for server exports." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2836 +msgid "Remove DEFINER clause from the event, view and routine definitions." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2845 +msgid "" +"In this array are defined default parameters for import, names of items are " +"similar to texts seen on import page, so you can easily identify what they " +"mean." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2854 +msgid "" +"Defines charset for import. By default no charset conversion is done " +"assuming UTF-8." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2865 +msgid "``'pdf'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2867 +msgid "" +"Defines the default format for schema export. Possible values are ``'pdf'``, " +"``'eps'``, ``'dia'`` or ``'svg'``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2870 +msgid "Tabs display settings" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2877 +msgid "" +"Defines whether the menu tabs contain ``'icons'``, ``'text'`` or ``'both'``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2884 +msgid "" +"How many columns will be utilized to display the tables on the database " +"property view? When setting this to a value larger than 1, the type of the " +"database will be omitted for more display space." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2891 +msgid "``'welcome'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2893 +msgid "" +"Defines the tab displayed by default on server view. The possible values are " +"the localized equivalent of:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2896 +msgid "``welcome`` (recommended for multi-user setups)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2897 +msgid "``databases``," +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2898 +msgid "``status``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2899 +msgid "``variables``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2900 +msgid "``privileges``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2907 +msgid "" +"Defines the tab displayed by default on database view. The possible values " +"are the localized equivalent of:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2913 +msgid "``operations``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2918 +msgid "``'browse'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2920 +msgid "" +"Defines the tab displayed by default on table view. The possible values are " +"the localized equivalent of:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2930 +msgid "PDF Options" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2935 +msgid "``array('A3', 'A4', 'A5', 'letter', 'legal')``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2937 +msgid "Array of possible paper sizes for creating PDF pages." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2939 +msgid "You should never need to change this." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2944 +msgid "``'A4'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2946 +msgid "" +"Default page size to use when creating PDF pages. Valid values are any " +"listed in :config:option:`$cfg['PDFPageSizes']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2950 +msgid "Languages" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2955 +msgid "``'en'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2957 +msgid "" +"Defines the default language to use, if not browser-defined or user- " +"defined. The corresponding language file needs to be in locale/*code*/" +"LC\\_MESSAGES/phpmyadmin.mo." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2964 +msgid "``'utf8mb4_general_ci'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2966 +msgid "" +"Defines the default connection collation to use, if not user-defined. See " +"the `MySQL documentation for charsets `_ for list of possible values." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2974 +msgid "not set" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2976 +msgid "" +"Force language to use. The corresponding language file needs to be in locale/" +"*code*/LC\\_MESSAGES/phpmyadmin.mo." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2984 +msgid "" +"Limit list of available languages to those matching the given regular " +"expression. For example if you want only Czech and English, you should set " +"filter to ``'^(cs|en)'``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2993 +msgid "" +"You can select here which functions will be used for character set " +"conversion. Possible values are:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2996 +msgid "" +"``'auto'`` - automatically use available one (first is tested iconv, then " +"mbstring)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2997 +msgid "``'iconv'`` - use iconv or libiconv functions" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2998 +msgid "``'mb'`` - use :term:`mbstring` extension" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:2999 +msgid "``'none'`` - disable encoding conversion" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3001 +msgid "" +"Enabled charset conversion activates a pull-down menu in the Export and " +"Import pages, to choose the character set when exporting a file. The default " +"value in this menu comes from :config:option:`$cfg['Export']['charset']` " +"and :config:option:`$cfg['Import']['charset']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3008 +msgid "" +"Support for the Recode extension has been removed. The ``'recode'`` value is " +"ignored and the default value (``'auto'``) is used instead." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3014 +msgid "``'//TRANSLIT'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3016 +msgid "" +"Specify some parameters for iconv used in charset conversion. See `iconv " +"documentation `_ for details. By default " +"``//TRANSLIT`` is used, so that invalid characters will be transliterated." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3027 +msgid "" +"Available character sets for MySQL conversion. You can add your own (any of " +"supported by mbstring/iconv) or remove these which you don't use. Character " +"sets will be shown in same order as here listed, so if you frequently use " +"some of these move them to the top." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3033 +msgid "Web server settings" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3037 +msgid "string/boolean" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3040 +msgid "" +"Defines whether to use GZip output buffering for increased speed in :term:" +"`HTTP` transfers. Set to true/false for enabling/disabling. When set to " +"'auto' (string), phpMyAdmin tries to enable output buffering and will " +"automatically disable it if your browser has some problems with buffering. " +"IE6 with a certain patch is known to cause data corruption when having " +"enabled buffering." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3053 +msgid "" +"Lists proxies and HTTP headers which are trusted for :config:option:" +"`$cfg['Servers'][$i]['AllowDeny']['order']`. This list is by default empty, " +"you need to fill in some trusted proxy servers if you want to use rules for " +"IP addresses behind proxy." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3058 +msgid "" +"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:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3066 +msgid "" +"The :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` directive " +"uses the client's IP address as usual." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3074 +msgid "" +"Specifies whether GD >= 2 is available. If yes it can be used for MIME " +"transformations. Possible values are:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3077 +msgid "auto - automatically detect" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3078 +msgid "yes - GD 2 functions can be used" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3079 +msgid "no - GD 2 function cannot be used" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3086 +msgid "" +"We normally check the permissions on the configuration file to ensure it's " +"not world writable. However, phpMyAdmin could be installed on a NTFS " +"filesystem mounted on a non-Windows server, in which case the permissions " +"seems wrong but in fact cannot be detected. In this case a sysadmin would " +"set this parameter to ``false``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3097 +msgid "" +"Limit for length of :term:`URL` in links. When length would be above this " +"limit, it is replaced by form with button. This is required as some web " +"servers (:term:`IIS`) have problems with long :term:`URL` ." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3106 +msgid "" +"Additional string to include in allowed script and image sources in Content " +"Security Policy header." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3109 +msgid "" +"This can be useful when you want to include some external JavaScript files " +"in :file:`config.footer.inc.php` or :file:`config.header.inc.php`, which " +"would be normally not allowed by :term:`Content Security Policy`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3113 +msgid "To allow some sites, just list them within the string:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3126 +msgid "" +"In the database Structure page, it's possible to mark some tables then " +"choose an operation like optimizing for many tables. This can slow down a " +"server; therefore, setting this to ``true`` prevents this kind of multiple " +"maintenance operation." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3132 +msgid "Theme settings" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3134 +msgid "" +"Please directly modify :file:`themes/themename/scss/_variables.scss`, " +"although your changes will be overwritten with the next update." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3138 +msgid "Design customization" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3145 +msgid "" +"When set to true, hovering over an item in the navigation panel causes that " +"item to be marked (the background is highlighted)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3153 +msgid "" +"When set to true, hovering over a row in the Browse page causes that row to " +"be marked (the background is highlighted)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3161 +msgid "" +"When set to true, a data row is marked (the background is highlighted) when " +"the row is selected with the checkbox." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3169 +msgid "" +"Maximum number of characters shown in any non-numeric field on browse view. " +"Can be turned off by a toggle button on the browse page." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3175 +msgid "``'left'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3177 +msgid "" +"Defines the place where table row links (Edit, Copy, Delete) would be put " +"when tables contents are displayed (you may have them displayed at the left " +"side, right side, both sides or nowhere)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3186 +msgid "" +"Defines whether to show row links (Edit, Copy, Delete) and checkboxes for " +"multiple row operations even when the selection does not have a :term:" +"`unique key`. Using row actions in the absence of a unique key may result in " +"different/more rows being affected since there is no guaranteed way to " +"select the exact row(s)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3196 +msgid "If enabled, remember the sorting of each table when browsing them." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3201 +msgid "``'NONE'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3203 +msgid "" +"This defines the default sort order for the tables, having a :term:`primary " +"key`, when there is no sort order defines externally. Acceptable values : " +"['NONE', 'ASC', 'DESC']" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3217 +msgid "" +"By setting the corresponding variable to ``true`` you can enable the display " +"of column comments in Browse or Property display. In browse mode, the " +"comments are shown inside the header. In property mode, comments are " +"displayed using a CSS-formatted dashed-line below the name of the column. " +"The comment is shown as a tool-tip for that column." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3229 +msgid "" +"This will define the first day of week in the calendar. The number can be " +"set from 0 to 6, which represents the seven days of the week, Sunday to " +"Saturday respectively. This value can also be configured by the user in :" +"guilabel:`Settings` -> :guilabel:`Features` -> :guilabel:`General` -> :" +"guilabel:`First day of calendar` field." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3235 +msgid "Text fields" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3240 +msgid "``'input'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3242 +msgid "" +"Defines which type of editing controls should be used for CHAR and VARCHAR " +"columns. Applies to data editing and also to the default values in structure " +"editing. Possible values are:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3246 +msgid "" +"input - this allows to limit size of text to size of columns in MySQL, but " +"has problems with newlines in columns" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3248 +msgid "" +"textarea - no problems with newlines in columns, but also no length " +"limitations" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3254 +msgid "4" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3256 +msgid "" +"Defines the minimum size for input fields generated for CHAR and VARCHAR " +"columns." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3262 +msgid "60" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3264 +msgid "" +"Defines the maximum size for input fields generated for CHAR and VARCHAR " +"columns." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3270 ../phpmyadmin/doc/config.rst:3280 +msgid "40" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3275 +msgid "15" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3285 +msgid "7" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3287 +msgid "" +"Number of columns and rows for the textareas. This value will be emphasized " +"(\\*2) for :term:`SQL` query textareas and (\\*1.25) for :term:`SQL` " +"textareas inside the query window." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3292 +msgid "" +"The Char\\* values are used for CHAR and VARCHAR editing (if configured via :" +"config:option:`$cfg['CharEditing']`)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3297 +msgid "The default value was changed from 2 to 7." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3304 +msgid "Defines whether textarea for LONGTEXT columns should have double size." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3311 +msgid "" +"Defines if the whole textarea of the query box will be selected on click." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3319 +msgid "" +"Whether to enable autocomplete for table and column names in any SQL query " +"box." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3323 +msgid "SQL query box settings" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3330 +msgid "Whether to display an edit link to change a query in any SQL Query box." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3338 +msgid "" +"Whether to display a link to explain a SELECT query in any SQL Query box." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3346 +msgid "" +"Whether to display a link to wrap a query in PHP code in any SQL Query box." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3354 +msgid "Whether to display a link to refresh a query in any SQL Query box." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3359 +msgid "Web server upload/save/import directories" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3361 +msgid "" +"If PHP is running in safe mode, all directories must be owned by the same " +"user as the owner of the phpMyAdmin scripts." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3364 +msgid "" +"If the directory where phpMyAdmin is installed is subject to an " +"``open_basedir`` restriction, you need to create a temporary directory in " +"some directory accessible by the PHP interpreter." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3368 +msgid "" +"For security reasons, all directories should be outside the tree published " +"by webserver. If you cannot avoid having this directory published by " +"webserver, limit access to it either by web server configuration (for " +"example using .htaccess or web.config files) or place at least an empty :" +"file:`index.html` file there, so that directory listing is not possible. " +"However as long as the directory is accessible by web server, an attacker " +"can guess filenames to download the files." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3381 +msgid "" +"The name of the directory where :term:`SQL` files have been uploaded by " +"other means than phpMyAdmin (for example, FTP). Those files are available " +"under a drop-down box when you click the database or table name, then the " +"Import tab." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3386 +msgid "" +"If you want different directory for each user, %u will be replaced with " +"username." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3390 +msgid "" +"Please note that the file names must have the suffix \".sql\" (or \".sql." +"bz2\" or \".sql.gz\" if support for compressed formats is enabled)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3394 +msgid "" +"This feature is useful when your file is too big to be uploaded via :term:" +"`HTTP`, or when file uploads are disabled in PHP." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3400 ../phpmyadmin/doc/config.rst:3422 +#: ../phpmyadmin/doc/config.rst:3463 +msgid "" +"Please see top of this chapter (:ref:`web-dirs`) for instructions how to " +"setup this directory and how to make its usage secure." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3405 +msgid "See :ref:`faq1_16` for alternatives." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3412 +msgid "The name of the webserver directory where exported files can be saved." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3414 +msgid "" +"If you want a different directory for each user, %u will be replaced with " +"the username." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3417 +msgid "" +"Please note that the directory must exist and has to be writable for the " +"user running webserver." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3428 +msgid "``'./tmp/'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3430 +msgid "" +"The name of the directory where temporary files can be stored. It is used " +"for several purposes, currently:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3433 +msgid "The templates cache which speeds up page loading." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3434 +msgid "ESRI Shapefiles import, see :ref:`faq6_30`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3435 +msgid "" +"To work around limitations of ``open_basedir`` for uploaded files, see :ref:" +"`faq1_11`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3438 +msgid "" +"This directory should have as strict permissions as possible as the only " +"user required to access this directory is the one who runs the webserver. If " +"you have root privileges, simply make this user owner of this directory and " +"make it accessible only by it:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3448 +msgid "" +"If you cannot change owner of the directory, you can achieve a similar setup " +"using :term:`ACL`:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3457 +msgid "" +"If neither of above works for you, you can still make the directory :command:" +"`chmod 777`, but it might impose risk of other users on system reading and " +"writing data in this directory." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3467 +msgid "Various display setting" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3474 +msgid "Repeat the headers every X cells, or 0 to deactivate." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3481 +msgid "" +"`Feature request to add a pop-up window back `_" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3490 +msgid "550" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3499 +msgid "310" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3524 +msgid "" +"If :config:option:`$cfg['QueryHistoryDB']` is set to ``true``, all your " +"Queries are logged to a table, which has to be created by you (see :config:" +"option:`$cfg['Servers'][$i]['history']`). If set to false, all your queries " +"will be appended to the form, but only as long as your window is opened they " +"remain saved." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3530 +msgid "" +"When using the JavaScript based query window, it will always get updated " +"when you click on a new table/db to browse and will focus if you click on :" +"guilabel:`Edit SQL` after using a query. You can suppress updating the query " +"window by checking the box :guilabel:`Do not overwrite this query from " +"outside the window` below the query textarea. Then you can browse tables/" +"databases in the background without losing the contents of the textarea, so " +"this is especially useful when composing a query with tables you first have " +"to look in. The checkbox will get automatically checked whenever you change " +"the contents of the textarea. Please uncheck the button whenever you " +"definitely want the query window to get updated even though you have made " +"alterations." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3542 +msgid "" +"If :config:option:`$cfg['QueryHistoryDB']` is set to ``true`` you can " +"specify the amount of saved history items using :config:option:" +"`$cfg['QueryHistoryMax']`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3553 +msgid "Allow users to create bookmarks that are available for all other users" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3560 +msgid "Enable :ref:`transformations`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3565 +msgid "50000" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3567 +msgid "" +"For InnoDB tables, determines for how large tables phpMyAdmin should get the " +"exact row count using ``SELECT COUNT``. If the approximate row count as " +"returned by ``SHOW TABLE STATUS`` is smaller than this value, ``SELECT " +"COUNT`` will be used, otherwise the approximate count will be used." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3575 +msgid "The default value was lowered to 50000 for performance reasons." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3579 +msgid "The default value was changed to 500000." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3581 +msgid ":ref:`faq3_11`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3588 +msgid "" +"For VIEWs, since obtaining the exact count could have an impact on " +"performance, this value is the maximum to be displayed, using a ``SELECT " +"COUNT ... LIMIT``. Setting this to 0 bypasses any row counting." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3598 +msgid "" +"Sorts database and table names according to natural order (for example, t1, " +"t2, t10). Currently implemented in the navigation panel and in Database " +"view, for the table list." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3605 +msgid "``'closed'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3607 +msgid "" +"If set to ``'closed'``, the visual sliders are initially in a closed state. " +"A value of ``'open'`` does the reverse. To completely disable all visual " +"sliders, use ``'disabled'``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3616 +msgid "" +"Contains names of configuration options (keys in ``$cfg`` array) that users " +"can't set through user preferences. For possible values, refer to classes " +"under :file:`libraries/classes/Config/Forms/User/`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3627 +msgid "" +"Activates in the user preferences a tab containing options for developers of " +"phpMyAdmin." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3631 +msgid "Page titles" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3633 +msgid "" +"The page title displayed by your browser's window or tab title bar can be " +"customized. You can use :ref:`faq6_27`. The following four options allow " +"customizing various parts of the phpMyAdmin interface. Note that the login " +"page title cannot be changed." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3640 +msgid "``'@HTTP_HOST@ / @VSERVER@ / @DATABASE@ / @TABLE@ | @PHPMYADMIN@'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3645 +msgid "``'@HTTP_HOST@ / @VSERVER@ / @DATABASE@ | @PHPMYADMIN@'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3650 +msgid "``'@HTTP_HOST@ / @VSERVER@ | @PHPMYADMIN@'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3655 +msgid "``'@HTTP_HOST@ | @PHPMYADMIN@'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3658 +msgid "Theme manager settings" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3665 +msgid "Enables user-selectable themes. See :ref:`faqthemes`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3670 +msgid "``'pmahomme'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3672 +msgid "The default theme (a subdirectory under :file:`./public/themes/`)." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3679 +msgid "Whether to allow different theme for each server." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3684 +msgid "'82%'" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3688 +msgid "" +"This setting was removed as the browser is more efficient, thus no need of " +"this option." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3691 +msgid "Font size to use, is applied in CSS." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3694 +msgid "Default queries" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3699 +msgid "``'SELECT * FROM @TABLE@ WHERE 1'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3706 +msgid "" +"Default queries that will be displayed in query boxes when user didn't " +"specify any. You can use standard :ref:`faq6_27`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3710 +msgid "MySQL settings" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3715 +msgid "" +"``array('FUNC_CHAR' => '', 'FUNC_DATE' => '', 'FUNC_NUMBER' => '', " +"'FUNC_SPATIAL' => 'GeomFromText', 'FUNC_UUID' => 'UUID', 'first_timestamp' " +"=> 'NOW')``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3717 +msgid "" +"Functions selected by default when inserting/changing row, Functions are " +"defined for meta types as (``FUNC_NUMBER``, ``FUNC_DATE``, ``FUNC_CHAR``, " +"``FUNC_SPATIAL``, ``FUNC_UUID``) and for ``first_timestamp``, which is used " +"for first timestamp column in table." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3736 +msgid "Default options for Transformations" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3741 +msgid "An array with below listed key-values" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3746 +msgid "array(0, 'all', '…')" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3751 +msgid "array('T', 'F')" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3756 +msgid "array(0, '-f /dev/null -i -wrap -q', 1, 1)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3761 +msgid "array('', '')" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3766 +msgid "array('2')" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3771 +msgid "array(0, '', 'local')" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3776 +msgid "array('100', 100)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3781 +msgid "array('', 100, 50)" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3786 +msgid "array('', '', '')" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3789 +msgid "Console settings" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3793 +msgid "These settings are mostly meant to be changed by user." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3800 +msgid "Show query history at start" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3807 +msgid "Always expand query messages" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3814 +msgid "Show current browsing query" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3821 +msgid "Execute queries on Enter and insert new line with Shift+Enter" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3828 +msgid "Switch to dark theme" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3833 +msgid "'info'" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3835 +msgid "Console mode" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3840 +msgid "92" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3842 +msgid "Console height" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3845 +msgid "Developer" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3849 +msgid "These settings might have huge effect on performance or security." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3854 +msgid "``'production'``" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3856 +msgid "Sets the working environment." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3858 +msgid "" +"This only needs to be changed when you are developing phpMyAdmin itself. The " +"``development`` mode may display debug information in some places." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3861 +msgid "Possible values are ``'production'`` or ``'development'``." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3866 +msgid "[]" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3873 +msgid "" +"Enable logging queries and execution times to be displayed in the console's " +"Debug SQL tab." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3881 +msgid "" +"Enable logging of queries and execution times to the syslog. Requires :" +"config:option:`$cfg['DBG']['sql']` to be enabled." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3889 +msgid "" +"Enable to let server present itself as demo server. This is used for " +"`phpMyAdmin demo server `_." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3892 +msgid "It currently changes following behavior:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3894 +msgid "There is welcome message on the main page." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3895 +msgid "There is footer information about demo server and used Git revision." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3896 +msgid "The setup script is enabled even with existing configuration." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3897 +msgid "The setup does not try to connect to the MySQL server." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3904 +msgid "" +"Can be used for testing two-factor authentication using :ref:`simple2fa`." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3909 ../phpmyadmin/doc/charts.rst:30 +msgid "Examples" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3911 +msgid "See following configuration snippets for typical setups of phpMyAdmin." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3914 +msgid "Basic example" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3916 +msgid "" +"Example configuration file, which can be copied to :file:`config.inc.php` to " +"get some core configuration layout; it is distributed with phpMyAdmin as :" +"file:`config.sample.inc.php`. Please note that it does not contain all " +"configuration options, only the most frequently used ones." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3926 +msgid "" +"Don't use the controluser 'pma' if it does not yet exist and don't use " +"'pmapass' as password." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3932 +msgid "Example for signon authentication" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3934 +msgid "" +"This example uses :file:`examples/signon.php` to demonstrate usage of :ref:" +"`auth_signon`:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3946 +msgid "Example for IP address limited autologin" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3948 +msgid "" +"If you want to automatically login when accessing phpMyAdmin locally while " +"asking for a password when accessing remotely, you can achieve it using " +"following snippet:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3963 +msgid "" +"Filtering based on IP addresses isn't reliable over the internet, use it " +"only for local address." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3967 +msgid "Example for using multiple MySQL servers" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:3969 +msgid "" +"You can configure any number of servers using :config:option:" +"`$cfg['Servers']`, following example shows two of them:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4001 +msgid "Google Cloud SQL with SSL" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4003 +msgid "" +"To connect to Google Could SQL, you currently need to disable certificate " +"verification. This is caused by the certificate being issued for CN matching " +"your instance name, but you connect to an IP address and PHP tries to match " +"these two. With verification you end up with error message like:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4014 +msgid "" +"With disabled verification your traffic is encrypted, but you're open to man " +"in the middle attacks." +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4017 +msgid "" +"To connect phpMyAdmin to Google Cloud SQL using SSL download the client and " +"server certificates and tell phpMyAdmin to use them:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4037 +msgid "" +":ref:`ssl`, :config:option:`$cfg['Servers'][$i]['ssl']`, :config:option:" +"`$cfg['Servers'][$i]['ssl_key']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_cert']`, :config:option:`$cfg['Servers'][$i]['ssl_ca']`, :config:" +"option:`$cfg['Servers'][$i]['ssl_verify']`, " +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4048 +msgid "Amazon RDS Aurora with SSL" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4050 +msgid "" +"To connect phpMyAdmin to an Amazon RDS Aurora MySQL database instance using " +"SSL, download the CA server certificate and tell phpMyAdmin to use it:" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4066 +msgid "" +":ref:`ssl`, :config:option:`$cfg['Servers'][$i]['ssl']`, :config:option:" +"`$cfg['Servers'][$i]['ssl_ca']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_verify']`" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4073 +msgid "" +"Current RDS CA bundle for all regions https://s3.amazonaws.com/rds-downloads/" +"rds-combined-ca-bundle.pem" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4074 +msgid "" +"The RDS CA (2019 edition) for the region `eu-west-3` without the parent CA " +"https://s3.amazonaws.com/rds-downloads/rds-ca-2019-eu-west-3.pem" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4075 +msgid "" +"`List of available Amazon RDS CA files `_" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4076 +msgid "" +"`Amazon MySQL Aurora security guide `_" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4077 +msgid "" +"`Amazon certificates bundles per region `_" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4080 +msgid "reCaptcha using hCaptcha" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4094 +msgid "`hCaptcha website `_" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4095 +msgid "`hCaptcha Developer Guide `_" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4098 +msgid "reCaptcha using Turnstile" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4111 +msgid "`Cloudflare Dashboard `_" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4112 +msgid "" +"`Turnstile Developer Guide `_" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4115 +msgid "reCaptcha using Google reCaptcha v2/v3" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4124 +msgid "" +"`Google reCaptcha Developer's Guide `_" +msgstr "" + +#: ../phpmyadmin/doc/config.rst:4125 +msgid "" +"`Google reCaptcha types `_" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:4 +msgid "Custom Themes" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:6 +msgid "" +"phpMyAdmin comes with support for third party themes. You can download " +"additional themes from our website at ." +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:12 +msgid "" +"Themes are configured with :config:option:`$cfg['ThemeManager']` and :config:" +"option:`$cfg['ThemeDefault']`. Under :file:`./public/themes/`, you should " +"not delete the directory ``pmahomme`` or its underlying structure, because " +"this is the system theme used by phpMyAdmin. ``pmahomme`` contains all " +"images and styles, for backwards compatibility and for all themes that would " +"not include images or css-files. If :config:option:`$cfg['ThemeManager']` " +"is enabled, you can select your favorite theme on the main page. Your " +"selected theme will be stored in a cookie." +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:22 +msgid "Creating custom theme" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:24 +msgid "To create a theme:" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:26 +msgid "" +"make a new subdirectory (for example \"your\\_theme\\_name\") under :file:`./" +"public/themes/`." +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:27 +msgid "" +"copy the files and directories from ``pmahomme`` to \"your\\_theme\\_name\"" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:28 +msgid "edit the css-files in \"your\\_theme\\_name/css\"" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:29 +msgid "put your new images in \"your\\_theme\\_name/img\"" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:30 +msgid "edit :file:`_variables.scss` in \"your\\_theme\\_name/scss\"" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:31 +msgid "" +"edit :file:`theme.json` in \"your\\_theme\\_name\" to contain theme metadata " +"(see below)" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:32 +msgid "" +"make a new screenshot of your theme and save it under \"your\\_theme\\_name/" +"screen.png\"" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:36 +msgid "Theme metadata" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:40 +msgid "" +"Before 4.8.0 the theme metadata was passed in the :file:`info.inc.php` file. " +"It has been replaced by :file:`theme.json` to allow easier parsing (without " +"need to handle PHP code) and to support additional features." +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:44 +msgid "" +"In theme directory there is file :file:`theme.json` which contains theme " +"metadata. Currently it consists of:" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:49 +msgid "Display name of the theme." +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:51 ../phpmyadmin/doc/themes.rst:57 +#: ../phpmyadmin/doc/themes.rst:63 ../phpmyadmin/doc/themes.rst:69 +#: ../phpmyadmin/doc/themes.rst:80 +msgid "**This field is required.**" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:55 +msgid "" +"Theme version, can be quite arbitrary and does not have to match phpMyAdmin " +"version." +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:61 +msgid "Theme description. this will be shown on the website." +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:67 +msgid "Theme author name." +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:73 +msgid "" +"Link to theme author website. It's good idea to have way for getting support " +"there." +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:78 +msgid "Array of supported phpMyAdmin major versions." +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:82 +msgid "" +"For example, the definition for Original theme shipped with phpMyAdmin 4.8:" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:96 +msgid "Sharing images" +msgstr "" + +#: ../phpmyadmin/doc/themes.rst:98 +msgid "" +"If you do not want to use your own symbols and buttons, remove the directory " +"\"img\" in \"your\\_theme\\_name\". phpMyAdmin will use the default icons " +"and buttons (from the system-theme ``pmahomme``)." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:2 +msgid "Distributing and packaging phpMyAdmin" +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:4 +msgid "" +"This document is intended to give pieces of advice to people who want to " +"redistribute phpMyAdmin inside other software packages such as Linux " +"distribution or some all in one package including web server and MySQL " +"server." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:9 +msgid "" +"Generally, you can customize some basic aspects (paths to some files and " +"behavior) in :file:`libraries/vendor_config.php`." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:12 +msgid "" +"For example, if you want setup script to generate a config file in var, " +"change ``SETUP_CONFIG_FILE`` to :file:`/var/lib/phpmyadmin/config.inc.php` " +"and you will also probably want to skip directory writable check, so set " +"``SETUP_DIR_WRITABLE`` to false." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:18 +msgid "External libraries" +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:20 +msgid "" +"phpMyAdmin includes several external libraries, you might want to replace " +"them with system ones if they are available, but please note that you should " +"test whether the version you provide is compatible with the one we ship." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:25 +msgid "Currently known list of external libraries:" +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:28 +msgid "js/vendor" +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:28 +msgid "jQuery js framework libraries and various js libraries." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:32 +msgid "vendor/" +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:31 +msgid "The download kit includes various Composer packages as dependencies." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:35 +msgid "Specific files LICENSES" +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:37 +msgid "" +"phpMyAdmin distributed themes contain some content that is under licenses." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:39 +msgid "" +"The icons of the `Original` and `pmahomme` themes are from the `Silk Icons " +"`_." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:40 +msgid "" +"Some icons of the `Metro` theme are from the `Silk Icons `_." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:41 +msgid "" +"`themes/*/img/b_rename.svg` Is a `Icons8 `_, icon from the `Android L Icon Pack Collection `_. The icon `rename `_." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:42 +msgid "" +"`themes/metro/img/user.svg` Is a IcoMoon the `user `_" +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:44 +msgid "CC BY 4.0 or GPL" +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:47 +msgid "Licenses for vendors" +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:49 +msgid "" +"Silk Icons are under the `CC BY 2.5 or CC BY 3.0 `_ licenses." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:50 +msgid "" +"`rename` from `Icons8` is under the `\"public domain\" `_ (CC0 1.0) license." +msgstr "" + +#: ../phpmyadmin/doc/vendors.rst:51 +msgid "" +"IcoMoon Free is under `\"CC BY 4.0 or GPL\" `_." +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:4 +msgid "Bookmarks" +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:8 +msgid "" +"You need to have configured the :ref:`linked-tables` for using bookmarks " +"feature." +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:12 +msgid "Storing bookmarks" +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:14 +msgid "" +"Any query that is executed can be marked as a bookmark on the page where the " +"results are displayed. You will find a button labeled :guilabel:`Bookmark " +"this query` just at the end of the page. As soon as you have stored a " +"bookmark, that query is linked to the database. You can now access a " +"bookmark dropdown on each page where the query box appears on for that " +"database." +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:21 +msgid "Variables inside bookmarks" +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:23 +msgid "" +"Inside a query, you can also add placeholders for variables. This is done by " +"inserting into the query SQL comments between ``/*`` and ``*/``. The special " +"string ``[VARIABLE{variable-number}]`` is used inside the comments. Be aware " +"that the whole query minus the SQL comments must be valid by itself, " +"otherwise you won't be able to store it as a bookmark. Also, note that the " +"text 'VARIABLE' is case-sensitive." +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:30 +msgid "" +"When you execute the bookmark, everything typed into the *Variables* input " +"boxes on the query box page will replace the strings ``/*[VARIABLE{variable-" +"number}]*/`` in your stored query." +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:34 +msgid "" +"Also remember, that everything else inside the ``/*[VARIABLE{variable-" +"number}]*/`` string for your query will remain the way it is, but will be " +"stripped of the ``/**/`` chars. So you can use:" +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:42 +msgid "which will be expanded to" +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:48 +msgid "" +"in your query, where VARIABLE1 is the string you entered in the Variable 1 " +"input box." +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:50 +msgid "A more complex example, say you have stored this query:" +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:56 +msgid "" +"If you wish to enter \"phpMyAdmin\" as the variable for the stored query, " +"the full query will be:" +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:63 +msgid "" +"**NOTE THE ABSENCE OF SPACES** inside the ``/**/`` construct. Any spaces " +"inserted there will be later also inserted as spaces in your query and may " +"lead to unexpected results especially when using the variable expansion " +"inside of a \"LIKE ''\" expression." +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:69 +msgid "Browsing a table using a bookmark" +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:71 +msgid "" +"When a bookmark has the same name as the table, it will be used as the query " +"when browsing this table." +msgstr "" + +#: ../phpmyadmin/doc/bookmarks.rst:76 +msgid ":ref:`faqbookmark`, :ref:`faq6_22`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:4 +msgid "Installation" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:6 +msgid "" +"phpMyAdmin does not apply any special security methods to the MySQL database " +"server. It is still the system administrator's job to grant permissions on " +"the MySQL databases properly. phpMyAdmin's :guilabel:`Users` page can be " +"used for this." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:12 +msgid "Linux distributions" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:14 +msgid "" +"phpMyAdmin is included in most Linux distributions. It is recommended to use " +"distribution packages when possible - they usually provide integration to " +"your distribution and you will automatically get security updates from your " +"distribution." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:21 +msgid "Debian and Ubuntu" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:23 +msgid "" +"Most Debian and Ubuntu versions include a phpMyAdmin package, but be aware " +"that the configuration file is maintained in ``/etc/phpmyadmin`` and may " +"differ in some ways from the official phpMyAdmin documentation. " +"Specifically, it does:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:27 +msgid "Configuration of a web server (works for Apache and lighttpd)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:28 +msgid "Creating of :ref:`linked-tables` using dbconfig-common." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:29 +msgid "Securing setup script, see :ref:`debian-setup`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:31 +msgid "" +"More specific details about installing Debian or Ubuntu packages are " +"available `in our wiki `_." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:36 +msgid "" +"More information can be found in `README.Debian `_ (it is " +"installed as :file:`/usr/share/doc/phpmyadmin/README.Debian` with the " +"package)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:40 +msgid "OpenSUSE" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:42 +msgid "" +"OpenSUSE already comes with phpMyAdmin package, just install packages from " +"the `openSUSE Build Service `_." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:46 +msgid "Gentoo" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:48 +msgid "" +"Gentoo ships the phpMyAdmin package, both in a near-stock configuration as " +"well as in a ``webapp-config`` configuration. Use ``emerge dev-db/" +"phpmyadmin`` to install." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:53 +msgid "Mandriva" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:55 +msgid "" +"Mandriva ships the phpMyAdmin package in their ``contrib`` branch and can be " +"installed via the usual Control Center." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:59 +msgid "Fedora" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:61 +msgid "" +"Fedora ships the phpMyAdmin package, but be aware that the configuration " +"file is maintained in ``/etc/phpMyAdmin/`` and may differ in some ways from " +"the official phpMyAdmin documentation." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:66 +msgid "Red Hat Enterprise Linux" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:68 +msgid "" +"Red Hat Enterprise Linux itself and thus derivatives like CentOS don't ship " +"phpMyAdmin, but the Fedora-driven repository `Extra Packages for Enterprise " +"Linux (EPEL) `_ is doing so, if " +"it's `enabled `_. But be " +"aware that the configuration file is maintained in ``/etc/phpMyAdmin/`` and " +"may differ in some ways from the official phpMyAdmin documentation." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:78 +msgid "Installing on Windows" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:80 +msgid "" +"The easiest way to get phpMyAdmin on Windows is using third party products " +"which include phpMyAdmin together with a database and web server such as " +"`XAMPP `_." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:84 +msgid "" +"You can find more of such options at `Wikipedia `_." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:87 +msgid "Installing from Git" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:89 +msgid "" +"In order to install from Git, you'll need a few supporting applications:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:91 +msgid "" +"`Git `_ to download the source, or you can " +"download the most recent source directly from `Github `_" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:92 +msgid "`Composer `__" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:93 +msgid "`Node.js `_ (version 14 or higher)" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:94 +msgid "`Yarn `_" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:96 +msgid "" +"You can clone current phpMyAdmin source from ``https://github.com/phpmyadmin/" +"phpmyadmin.git``:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:103 +msgid "" +"Additionally you need to install dependencies using `Composer `__:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:109 +msgid "" +"If you do not intend to develop, you can skip the installation of developer " +"tools by invoking:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:116 +msgid "" +"Finally, you'll need to use `Yarn`_ to install some JavaScript dependencies:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:125 +msgid "Installing using Composer" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:127 +msgid "" +"You can install phpMyAdmin using the `Composer tool`_, since 4.7.0 the " +"releases are automatically mirrored to the default `Packagist`_ repository." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:132 +msgid "" +"The content of the Composer repository is automatically generated separately " +"from the releases, so the content doesn't have to be 100% same as when you " +"download the tarball. There should be no functional differences though." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:137 +msgid "To install phpMyAdmin simply run:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:143 +msgid "" +"Alternatively you can use our own composer repository, which contains the " +"release tarballs and is available at :" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:154 +msgid "Installing using Docker" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:156 +msgid "" +"phpMyAdmin comes with a `Docker official image`_, which you can easily " +"deploy. You can download it using:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:163 +msgid "" +"The phpMyAdmin server will listen on port 80. It supports several ways of " +"configuring the link to the database server, either by Docker's link feature " +"by linking your database container to ``db`` for phpMyAdmin (by specifying " +"``--link your_db_host:db``) or by environment variables (in this case it's " +"up to you to set up networking in Docker to allow the phpMyAdmin container " +"to access the database container over the network)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:173 +msgid "Docker environment variables" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:175 +msgid "" +"You can configure several phpMyAdmin features using environment variables:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:179 +msgid "Allows you to enter a database server hostname on login form." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:181 +msgid ":config:option:`$cfg['AllowArbitraryServer']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:185 +msgid "Hostname or IP address of the database server to use." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:187 +msgid ":config:option:`$cfg['Servers'][$i]['host']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:191 +msgid "" +"Comma-separated hostnames or IP addresses of the database servers to use." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:193 +msgid "Used only if :envvar:`PMA_HOST` is empty." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:197 +msgid "Verbose name of the database server." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:199 +msgid ":config:option:`$cfg['Servers'][$i]['verbose']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:203 +msgid "Comma-separated verbose name of the database servers." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:205 +msgid "Used only if :envvar:`PMA_VERBOSE` is empty." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:209 +msgid "User name to use for :ref:`auth_config`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:213 +msgid "Password to use for :ref:`auth_config`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:217 +msgid "Port of the database server to use." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:221 +msgid "Comma-separated ports of the database server to use." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:223 +msgid "Used only if :envvar:`PMA_PORT` is empty." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:227 +msgid "Socket file for the database connection." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:231 +msgid "Comma-separated list of socket files for the database connections." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:233 +msgid "Used only if :envvar:`PMA_SOCKET` is empty." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:237 +msgid "" +"The fully-qualified path (``https://pma.example.net/``) where the reverse " +"proxy makes phpMyAdmin available." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:240 +msgid ":config:option:`$cfg['PmaAbsoluteUri']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:244 +msgid "" +"When set to `true`, enables storing SQL history to :config:option:" +"`$cfg['Servers'][$i]['pmadb']`. When `false`, history is stored in the " +"browser and is cleared when logging out." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:247 +msgid ":config:option:`$cfg['Servers'][$i]['history']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:248 +msgid ":config:option:`$cfg['QueryHistoryDB']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:252 +msgid "When set to an integer, controls the number of history items." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:254 +msgid ":config:option:`$cfg['QueryHistoryMax']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:258 +msgid "" +"When set, this points to an alternate database host used for storing the \":" +"ref:`linked-tables`\" database." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:260 +msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:264 +msgid "" +"Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " +"database." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:266 +msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:270 +msgid "" +"Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " +"database." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:272 +msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:276 +msgid "" +"When set, will override the default port (`3306`) for connecting to the " +"control host." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:278 +msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:282 +msgid "" +"When set, define the name of the database to be used for the \":ref:`linked-" +"tables`\" database. When not set, the advanced features are not enabled by " +"default: they can still potentially be enabled by the user when logging in " +"with the :ref:`zeroconf` feature." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:285 +msgid "Suggested values: `phpmyadmin` or `pmadb`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:287 +msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:291 +msgid "" +"If defined, this option will hide the PHP version (`expose_php = Off`). Set " +"to any value (such as `HIDE_PHP_VERSION=true`)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:296 +msgid "" +"If set, this option will override the default value for apache and php-fpm " +"(this will change ``upload_max_filesize`` and ``post_max_size`` values)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:298 +msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:302 +msgid "" +"If set, this option will override the phpMyAdmin memory limit :config:option:" +"`$cfg['MemoryLimit']` and PHP's `memory_limit`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:304 +msgid "" +"Format as `[0-9+](K,M,G)` where `K` is for Kilobytes, `M` for Megabytes, `G` " +"for Gigabytes and `1K` = 1024 bytes. Default value is `512M`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:308 +msgid "" +"If set, this option will override the maximum execution time in seconds for " +"phpMyAdmin :config:option:`$cfg['ExecTimeLimit']` and PHP's " +"`max_execution_time`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:310 +msgid "Format as `[0-9+]`. Default value is `600`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:314 +msgid "" +"If set, this option will override the default `config.inc.php` with the " +"base64 decoded contents of the variable." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:318 +msgid "" +"If set, this option will override the default `config.user.inc.php` with the " +"base64 decoded contents of the variable." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:322 +msgid "" +"If set, this option will set the path where files can be saved to be " +"available to import (:config:option:`$cfg['UploadDir']`)" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:326 +msgid "" +"If set, this option will set the path where exported files can be saved (:" +"config:option:`$cfg['SaveDir']`)" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:330 +msgid "" +"If set, this option will change the default Apache port from `80` in case " +"you want it to run on a different port like an unprivileged port. Set to any " +"port value (such as `APACHE_PORT=8090`)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:332 +msgid "" +"By default, :ref:`cookie` is used, but if :envvar:`PMA_USER` and :envvar:" +"`PMA_PASSWORD` are set, it is switched to :ref:`auth_config`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:337 +msgid "" +"The credentials you need to log in are stored in the MySQL server, in case " +"of Docker image, there are various ways to set it (for example :samp:" +"`MYSQL_ROOT_PASSWORD` when starting the MySQL container). Please check " +"documentation for `MariaDB container `_ or " +"`MySQL container `_." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:346 +msgid "Customizing configuration" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:348 +msgid "" +"Additionally configuration can be tweaked by :file:`/etc/phpmyadmin/config." +"user.inc.php`. If this file exists, it will be loaded after configuration is " +"generated from above environment variables, so you can override any " +"configuration variable. This configuration can be added as a volume when " +"invoking docker using `-v /some/local/directory/config.user.inc.php:/etc/" +"phpmyadmin/config.user.inc.php` parameters." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:354 +msgid "" +"Note that the supplied configuration file is applied after :ref:`docker-" +"vars`, but you can override any of the values." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:357 +msgid "" +"For example to change the default behavior of CSV export you can use the " +"following configuration file:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:365 +msgid "" +"You can also use it to define server configuration instead of using the " +"environment variables listed in :ref:`docker-vars`:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:389 +msgid "See :ref:`config` for detailed description of configuration options." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:392 +msgid "Docker Volumes" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:394 +msgid "You can use the following volumes to customize image behavior:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:396 +msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:398 +msgid "" +"Can be used for additional settings, see the previous chapter for more " +"details." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:400 +msgid ":file:`/sessions/`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:402 +msgid "" +"Directory where PHP sessions are stored. You might want to share this for " +"example when using :ref:`auth_signon`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:405 +msgid ":file:`/www/themes/`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:407 +msgid "" +"Directory where phpMyAdmin looks for themes. By default only those shipped " +"with phpMyAdmin are included, but you can include additional phpMyAdmin " +"themes (see :ref:`themes`) by using Docker volumes." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:412 +msgid "Docker Examples" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:414 +msgid "To connect phpMyAdmin to a given server use:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:420 +msgid "To connect phpMyAdmin to more servers use:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:426 +msgid "To use arbitrary server option:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:432 +msgid "You can also link the database container using Docker:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:438 +msgid "Running with additional configuration:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:444 +msgid "Running with additional themes:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:451 +msgid "Using docker-compose" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:453 +msgid "" +"Alternatively, you can also use docker-compose with the docker-compose.yml " +"from . This will run phpMyAdmin with " +"an arbitrary server - allowing you to specify MySQL/MariaDB server on the " +"login page." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:462 +msgid "Customizing configuration file using docker-compose" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:464 +msgid "" +"You can use an external file to customize phpMyAdmin configuration and pass " +"it using the volumes directive:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:482 +msgid ":ref:`docker-custom`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:485 +msgid "Running behind haproxy in a subdirectory" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:487 +msgid "" +"When you want to expose phpMyAdmin running in a Docker container in a " +"subdirectory, you need to rewrite the request path in the server proxying " +"the requests." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:491 +msgid "For example, using haproxy it can be done as:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:515 +msgid "When using traefik, something like following should work:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:539 +msgid "" +"You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " +"configuration:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:563 +msgid "IBM Cloud" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:565 +msgid "" +"One of our users has created a helpful guide for installing phpMyAdmin on " +"the `IBM Cloud platform `_." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:571 +msgid "Quick Install" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:573 +msgid "" +"Choose an appropriate distribution kit from the phpmyadmin.net Downloads " +"page. Some kits contain only the English messages, others contain all " +"languages. We'll assume you chose a kit whose name looks like ``phpMyAdmin-x." +"x.x-all-languages.tar.gz``." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:577 +msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:578 +msgid "" +"Untar or unzip the distribution (be sure to unzip the subdirectories): ``tar " +"-xzvf phpMyAdmin_x.x.x-all-languages.tar.gz`` in your webserver's document " +"root. If you don't have direct access to your document root, put the files " +"in a directory on your local machine, and, after step 4, transfer the " +"directory on your web server using, for example, FTP." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:584 +msgid "" +"Ensure that all the scripts have the appropriate owner (if PHP is running in " +"safe mode, having some scripts with an owner different from the owner of " +"other scripts will be a problem). See :ref:`faq4_2` and :ref:`faq1_26` for " +"suggestions." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:588 +msgid "" +"Now you must configure your installation. There are two methods that can be " +"used. Traditionally, users have hand-edited a copy of :file:`config.inc." +"php`, but now a wizard-style setup script is provided for those who prefer a " +"graphical installation. Creating a :file:`config.inc.php` is still a quick " +"way to get started and needed for some advanced features." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:596 +msgid "Manually creating the file" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:598 +msgid "" +"To manually create the file, simply use your text editor to create the file :" +"file:`config.inc.php` (you can copy :file:`config.sample.inc.php` to get a " +"minimal configuration file) in the main (top-level) phpMyAdmin directory " +"(the one that contains :file:`index.php`). phpMyAdmin first loads the " +"default configuration values and then overrides those values with anything " +"found in :file:`config.inc.php`. If the default value is okay for a " +"particular setting, there is no need to include it in :file:`config.inc." +"php`. You'll probably need only a few directives to get going; a simple " +"configuration may look like this:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:620 +msgid "Or, if you prefer to not be prompted every time you log in:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:634 +msgid "" +"Storing passwords in the configuration is insecure as anybody can then " +"manipulate your database." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:637 +msgid "" +"For a full explanation of possible configuration values, see the :ref:" +"`config` of this document." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:645 +msgid "Using the Setup script" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:647 +msgid "" +"Instead of manually editing :file:`config.inc.php`, you can use phpMyAdmin's " +"setup feature. The file can be generated using the setup and you can " +"download it for upload to the server." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:651 +msgid "" +"Next, open your browser and visit the location where you installed " +"phpMyAdmin, with the ``/setup`` suffix. The changes are not saved to the " +"server, you need to use the :guilabel:`Download` button to save them to your " +"computer and then upload to the server." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:656 +msgid "" +"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 advanced options that " +"the setup script does not provide." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:660 +msgid "" +"If you are using the ``auth_type`` \"config\", it is suggested that you " +"protect the phpMyAdmin installation directory because using config does not " +"require a user to enter a password to access the phpMyAdmin installation. " +"Use of an alternate authentication method is recommended, for example with " +"HTTP–AUTH in a :term:`.htaccess` file or switch to using ``auth_type`` " +"cookie or http. See the :ref:`faqmultiuser` for additional information, " +"especially :ref:`faq4_4`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:667 +msgid "" +"Open the main phpMyAdmin directory in your browser. phpMyAdmin should now " +"display a welcome screen and your databases, or a login dialog if using :" +"term:`HTTP` or cookie authentication mode." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:675 +msgid "Setup script on Debian, Ubuntu and derivatives" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:677 +msgid "" +"Debian and Ubuntu have changed the way in which the setup script is enabled " +"and disabled, in a way that single command has to be executed for either of " +"these." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:680 +msgid "To allow editing configuration invoke:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:686 +msgid "To block editing configuration invoke:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:693 +msgid "Setup script on openSUSE" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:695 +msgid "" +"Some openSUSE releases do not include setup script in the package. In case " +"you want to generate configuration on these you can either download original " +"package from or use setup script on our demo " +"server: ." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:703 +msgid "Verifying phpMyAdmin releases" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:705 +msgid "" +"Since July 2015 all phpMyAdmin releases are cryptographically signed by the " +"releasing developer, who through January 2016 was Marc Delisle. His key id " +"is 0xFEFC65D181AF644A, his PGP fingerprint is:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:713 +msgid "" +"and you can get more identification information from ." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:715 +msgid "" +"Beginning in January 2016, the release manager is Isaac Bennetch. His key id " +"is 0xCE752F178259BD92, and his PGP fingerprint is:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:722 +msgid "" +"and you can get more identification information from ." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:724 +msgid "" +"Some additional downloads (for example themes) might be signed by Michal " +"Čihař. His key id is 0x9C27B31342B7511D, and his PGP fingerprint is:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:731 +msgid "" +"and you can get more identification information from ." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:733 +msgid "" +"You should verify that the signature matches the archive you have " +"downloaded. This way you can be sure that you are using the same code that " +"was released. You should also verify the date of the signature to make sure " +"that you downloaded the latest version." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:738 +msgid "" +"Each archive is accompanied by ``.asc`` files which contain the PGP " +"signature for it. Once you have both of them in the same folder, you can " +"verify the signature:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:747 +msgid "" +"As you can see gpg complains that it does not know the public key. At this " +"point, you should do one of the following steps:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:750 +msgid "" +"Download the keyring from `our download server `_, then import it with:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:756 +msgid "Download and import the key from one of the key servers:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:767 +msgid "" +"This will improve the situation a bit - at this point, you can verify that " +"the signature from the given key is correct but you still can not trust the " +"name used in the key:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:781 +msgid "" +"The problem here is that anybody could issue the key with this name. You " +"need to ensure that the key is actually owned by the mentioned person. The " +"GNU Privacy Handbook covers this topic in the chapter `Validating other keys " +"on your public keyring`_. The most reliable method is to meet the developer " +"in person and exchange key fingerprints, however, you can also rely on the " +"web of trust. This way you can trust the key transitively though signatures " +"of others, who have met the developer in person." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:789 +msgid "Once the key is trusted, the warning will not occur:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:797 +msgid "" +"Should the signature be invalid (the archive has been changed), you would " +"get a clear error regardless of the fact that the key is trusted or not:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:816 +msgid "phpMyAdmin configuration storage" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:820 +msgid "" +"Prior to phpMyAdmin 3.4.0 this was called Linked Tables Infrastructure, but " +"the name was changed due to the extended scope of the storage." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:823 +msgid "" +"For a whole set of additional features (:ref:`bookmarks`, comments, :term:" +"`SQL`-history, tracking mechanism, :term:`PDF`-generation, :ref:" +"`transformations`, :ref:`relations` etc.) you need to create a set of " +"special tables. Those tables can be located in your own database, or in a " +"central database for a multi-user installation (this database would then be " +"accessed by the controluser, so no other user should have rights to it)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:833 +msgid "Zero configuration" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:835 +msgid "" +"In many cases, this database structure can be automatically created and " +"configured. This is called “Zero Configuration” mode and can be particularly " +"useful in shared hosting situations. “ZeroConf” mode is on by default, to " +"disable set :config:option:`$cfg['ZeroConf']` to false." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:840 +msgid "" +"The following three scenarios are covered by the Zero Configuration mode:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:842 +msgid "" +"When entering a database where the configuration storage tables are not " +"present, phpMyAdmin offers to create them from the Operations tab." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:844 +msgid "" +"When entering a database where the tables do already exist, the software " +"automatically detects this and begins using them. This is the most common " +"situation; after the tables are initially created automatically they are " +"continually used without disturbing the user; this is also most useful on " +"shared hosting where the user is not able to edit :file:`config.inc.php` and " +"usually the user only has access to one database." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:850 +msgid "" +"When having access to multiple databases, if the user first enters the " +"database containing the configuration storage tables then switches to " +"another database, phpMyAdmin continues to use the tables from the first " +"database; the user is not prompted to create more tables in the new database." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:857 +msgid "Manual configuration" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:859 +msgid "" +"Please look at your ``./sql/`` directory, where you should find a file " +"called *create\\_tables.sql*. (If you are using a Windows server, pay " +"special attention to :ref:`faq1_23`)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:863 +msgid "If you already had this infrastructure and:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:865 +msgid "" +"upgraded to MySQL 4.1.2 or newer, please use :file:`sql/" +"upgrade_tables_mysql_4_1_2+.sql`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:867 +msgid "" +"upgraded to phpMyAdmin 4.3.0 or newer from 2.5.0 or newer (<= 4.2.x), please " +"use :file:`sql/upgrade_column_info_4_3_0+.sql`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:869 +msgid "" +"upgraded to phpMyAdmin 4.7.0 or newer from 4.3.0 or newer, please use :file:" +"`sql/upgrade_tables_4_7_0+.sql`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:872 +msgid "and then create new tables by importing :file:`sql/create_tables.sql`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:874 +msgid "" +"You can use your phpMyAdmin to create the tables for you. Please be aware " +"that you may need special (administrator) privileges to create the database " +"and tables, and that the script may need some tuning, depending on the " +"database name." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:879 +msgid "" +"After having imported the :file:`sql/create_tables.sql` file, you should " +"specify the table names in your :file:`config.inc.php` file. The directives " +"used for that can be found in the :ref:`config`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:883 +msgid "" +"You will also need to have a controluser (:config:option:`$cfg['Servers'][$i]" +"['controluser']` and :config:option:`$cfg['Servers'][$i]['controlpass']` " +"settings) with the proper rights to those tables. For example you can create " +"it using following statement:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:889 +msgid "And for any MariaDB version:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:896 +msgid "For MySQL 8.0 and newer:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:903 +msgid "For MySQL older than 8.0:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:910 +msgid "" +"Note that MySQL installations with PHP older than 7.4 and MySQL newer than " +"8.0 may require using the mysql_native_password authentication as a " +"workaround, see :ref:`faq1_45` for details." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:917 +msgid "Upgrading from an older version" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:921 +msgid "" +"**Never** extract the new version over an existing installation of " +"phpMyAdmin, always first remove the old files keeping just the configuration." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:925 +msgid "" +"This way, you will not leave any old or outdated files in the directory, " +"which can have severe security implications or can cause various breakages." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:928 +msgid "" +"Simply copy :file:`config.inc.php` from your previous installation into the " +"newly unpacked one. Configuration files from old versions may require some " +"tweaking as some options have been changed or removed. For compatibility " +"with PHP 5.3 and later, remove a ``set_magic_quotes_runtime(0);`` statement " +"that you might find near the end of your configuration file." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:935 +msgid "The complete upgrade can be performed in a few simple steps:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:937 +msgid "" +"Download the latest phpMyAdmin version from ." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:938 +msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:939 +msgid "" +"Unpack freshly downloaded phpMyAdmin to the desired location (for example " +"``phpmyadmin``)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:940 +msgid "" +"Copy :file:`config.inc.php`` from old location (``phpmyadmin-old``) to the " +"new one (``phpmyadmin``)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:941 +msgid "Test that everything works properly." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:942 +msgid "Remove backup of a previous version (``phpmyadmin-old``)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:944 +msgid "" +"If you have upgraded your MySQL server from a version previous to 4.1.2 to " +"version 5.x or newer and if you use the phpMyAdmin configuration storage, " +"you should run the :term:`SQL` script found in :file:`sql/" +"upgrade_tables_mysql_4_1_2+.sql`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:949 +msgid "" +"If you have upgraded your phpMyAdmin to 4.3.0 or newer from 2.5.0 or newer " +"(<= 4.2.x) and if you use the phpMyAdmin configuration storage, you should " +"run the :term:`SQL` script found in :file:`sql/upgrade_column_info_4_3_0+." +"sql`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:954 +msgid "" +"Do not forget to clear the browser cache and to empty the old session by " +"logging out and logging in again." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:962 +msgid "Using authentication modes" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:964 +msgid "" +":term:`HTTP` and cookie authentication modes are recommended in a **multi-" +"user environment** where you want to give users access to their own database " +"and don't want them to play around with others. Nevertheless, be aware that " +"MS Internet Explorer seems to be really buggy about cookies, at least till " +"version 6. Even in a **single-user environment**, you might prefer to use :" +"term:`HTTP` or cookie mode so that your user/password pair are not in clear " +"in the configuration file." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:972 +msgid "" +":term:`HTTP` and cookie authentication modes are more secure: the MySQL " +"login information does not need to be set in the phpMyAdmin configuration " +"file (except possibly for the :config:option:`$cfg['Servers'][$i]" +"['controluser']`). However, keep in mind that the password travels in plain " +"text unless you are using the HTTPS protocol. In cookie mode, the password " +"is stored, encrypted with the AES algorithm, in a temporary cookie." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:980 +msgid "" +"Then each of the *true* users should be granted a set of privileges on a set " +"of particular databases. Normally you shouldn't give global privileges to an " +"ordinary user unless you understand the impact of those privileges (for " +"example, you are creating a superuser). For example, to grant the user " +"*real_user* with all privileges on the database *user_base*:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:991 +msgid "" +"What the user may now do is controlled entirely by the MySQL user management " +"system. With HTTP or cookie authentication mode, you don't need to fill the " +"user/password fields inside the :config:option:`$cfg['Servers']`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:997 +msgid "" +":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1008 +msgid "HTTP authentication mode" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1010 +msgid "" +"Uses :term:`HTTP` Basic authentication method and allows you to log in as " +"any valid MySQL user." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1012 +msgid "" +"Is supported with most PHP configurations. For :term:`IIS` (:term:`ISAPI`) " +"support using :term:`CGI` PHP see :ref:`faq1_32`, for using with Apache :" +"term:`CGI` see :ref:`faq1_35`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1015 +msgid "" +"When PHP is running under Apache's :term:`mod_proxy_fcgi` (e.g. with PHP-" +"FPM), ``Authorization`` headers are not passed to the underlying FCGI " +"application, such that your credentials will not reach the application. In " +"this case, you can add the following configuration directive:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1024 +msgid "" +"See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " +"with ':term:`HTTP`' authentication mode." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1029 +msgid "" +"There is no way to do proper logout in HTTP authentication, most browsers " +"will remember credentials until there is no different successful " +"authentication. Because of this, this method has a limitation that you can " +"not login with the same user after logout." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1039 +msgid "Cookie authentication mode" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1041 +msgid "" +"Username and password are stored in cookies during the session and password " +"is deleted when it ends." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1043 +msgid "" +"With this mode, the user can truly log out of phpMyAdmin and log back in " +"with the same username (this is not possible with :ref:`auth_http`)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1045 +msgid "" +"If you want to allow users to enter any hostname to connect (rather than " +"only servers that are configured in :file:`config.inc.php`), see the :config:" +"option:`$cfg['AllowArbitraryServer']` directive." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1048 +msgid "" +"As mentioned in the :ref:`require` section, having the ``openssl`` extension " +"will speed up access considerably, but is not required." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1056 +msgid "Signon authentication mode" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1058 +msgid "" +"This mode is a convenient way of using credentials from another application " +"to authenticate to phpMyAdmin to implement a single signon solution." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1061 +msgid "" +"The other application has to store login information into session data (see :" +"config:option:`$cfg['Servers'][$i]['SignonSession']` and :config:option:" +"`$cfg['Servers'][$i]['SignonCookieParams']`) or you need to implement script " +"to return the credentials (see :config:option:`$cfg['Servers'][$i]" +"['SignonScript']`)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1066 +msgid "" +"When no credentials are available, the user is being redirected to :config:" +"option:`$cfg['Servers'][$i]['SignonURL']`, where you should handle the login " +"process." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1070 +msgid "" +"The very basic example of saving credentials in a session is available as :" +"file:`examples/signon.php`:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1076 +msgid "" +"Alternatively, you can also use this way to integrate with OpenID as shown " +"in :file:`examples/openid.php`:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1082 +msgid "" +"If you intend to pass the credentials using some other means than, you have " +"to implement wrapper in PHP to get that data and set it to :config:option:" +"`$cfg['Servers'][$i]['SignonScript']`. There is a very minimal example in :" +"file:`examples/signon-script.php`:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1091 +msgid "" +":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:" +"`$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" +"['SignonCookieParams']`, :config:option:`$cfg['Servers'][$i]" +"['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`, :ref:" +"`example-signon`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1103 +msgid "Config authentication mode" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1105 +msgid "" +"This mode is sometimes the less secure one because it requires you to fill " +"the :config:option:`$cfg['Servers'][$i]['user']` and :config:option:" +"`$cfg['Servers'][$i]['password']` fields (and as a result, anyone who can " +"read your :file:`config.inc.php` can discover your username and password)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1110 +msgid "" +"In the :ref:`faqmultiuser` section, there is an entry explaining how to " +"protect your configuration file." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1112 +msgid "" +"For additional security in this mode, you may wish to consider the Host " +"authentication :config:option:`$cfg['Servers'][$i]['AllowDeny']['order']` " +"and :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` configuration " +"directives." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1115 +msgid "" +"Unlike cookie and http, does not require a user to log in when first loading " +"the phpMyAdmin site. This is by design but could allow any user to access " +"your installation. Use of some restriction method is suggested, perhaps a :" +"term:`.htaccess` file with the HTTP-AUTH directive or disallowing incoming " +"HTTP requests at one’s router or firewall will suffice (both of which are " +"beyond the scope of this manual but easily searchable with Google)." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1126 +msgid "Securing your phpMyAdmin installation" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1128 +msgid "" +"The phpMyAdmin team tries hard to make the application secure, however there " +"are always ways to make your installation more secure:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1131 +msgid "" +"Follow our `Security announcements `_ " +"and upgrade phpMyAdmin whenever new vulnerability is published." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1133 +msgid "" +"Serve phpMyAdmin on HTTPS only. Preferably, you should use HSTS as well, so " +"that you're protected from protocol downgrade attacks." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1135 +msgid "" +"Ensure your PHP setup follows recommendations for production sites, for " +"example `display_errors `_ should be disabled." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1138 +msgid "" +"Remove the ``test`` directory from phpMyAdmin, unless you are developing and " +"need a test suite." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1139 +msgid "" +"Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " +"after the initial setup." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1141 +msgid "" +"Properly choose an authentication method - :ref:`cookie` is probably the " +"best choice for shared hosting." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1143 +msgid "" +"Deny access to auxiliary files in :file:`./libraries/` or :file:`./templates/" +"` subfolders in your webserver configuration. Such configuration prevents " +"from possible path exposure and cross side scripting vulnerabilities that " +"might happen to be found in that code. For the Apache webserver, this is " +"often accomplished with a :term:`.htaccess` file in those directories." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1149 +msgid "" +"Deny access to temporary files, see :config:option:`$cfg['TempDir']` (if " +"that is placed inside your web root, see also :ref:`web-dirs`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1151 +msgid "" +"It is generally a good idea to protect a public phpMyAdmin installation " +"against access by robots as they usually can not do anything good there. You " +"can do this using ``robots.txt`` file in the root of your webserver or limit " +"access by web server configuration, see :ref:`faq1_42`." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1155 +msgid "" +"In case you don't want all MySQL users to be able to access phpMyAdmin, you " +"can use :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` to limit " +"them or :config:option:`$cfg['Servers'][$i]['AllowRoot']` to deny root user " +"access." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1158 +msgid "Enable :ref:`2fa` for your account." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1159 +msgid "" +"Consider hiding phpMyAdmin behind an authentication proxy, so that users " +"need to authenticate prior to providing MySQL credentials to phpMyAdmin. You " +"can achieve this by configuring your web server to request HTTP " +"authentication. For example in Apache this can be done with:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1171 +msgid "" +"Once you have changed the configuration, you need to create a list of users " +"which can authenticate. This can be done using the :program:`htpasswd` " +"utility:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1178 +msgid "" +"If you are afraid of automated attacks, enabling Captcha by :config:option:" +"`$cfg['CaptchaLoginPublicKey']` and :config:option:" +"`$cfg['CaptchaLoginPrivateKey']` might be an option." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1181 +msgid "" +"Failed login attempts are logged to syslog (if available, see :config:option:" +"`$cfg['AuthLog']`). This can allow using a tool such as fail2ban to block " +"brute-force attempts. Note that the log file used by syslog is not the same " +"as the Apache error or access log files." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1185 +msgid "" +"In case you're running phpMyAdmin together with other PHP applications, it " +"is generally advised to use separate session storage for phpMyAdmin to avoid " +"possible session-based attacks against it. You can use :config:option:" +"`$cfg['SessionSavePath']` to achieve this." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1193 +msgid "Using SSL for connection to database server" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1195 +msgid "" +"It is recommended to use SSL when connecting to remote database server. " +"There are several configuration options involved in the SSL setup:" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1200 +msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1199 +msgid "" +"Defines whether to use SSL at all. If you enable only this, the connection " +"will be encrypted, but there is not authentication of the connection - you " +"can not verify that you are talking to the right server." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1202 +msgid "" +":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:" +"`$cfg['Servers'][$i]['ssl_cert']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1203 +msgid "This is used for authentication of client to the server." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1205 +msgid "" +":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:" +"`$cfg['Servers'][$i]['ssl_ca_path']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1205 +msgid "" +"The certificate authorities you trust for server certificates. This is used " +"to ensure that you are talking to a trusted server." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1209 +msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1208 +msgid "" +"This configuration disables server certificate verification. Use with " +"caution." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1211 +msgid "" +"When the database server is using a local connection or private network and " +"SSL can not be configured you can use :config:option:" +"`$cfg['MysqlSslWarningSafeHosts']` to explicitly list the hostnames that are " +"considered secure." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1216 +msgid "" +":ref:`example-google-ssl`, :ref:`example-aws-ssl`, :config:option:" +"`$cfg['Servers'][$i]['ssl']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_key']`, :config:option:`$cfg['Servers'][$i]['ssl_cert']`, :config:" +"option:`$cfg['Servers'][$i]['ssl_ca']`, :config:option:`$cfg['Servers'][$i]" +"['ssl_ca_path']`, :config:option:`$cfg['Servers'][$i]['ssl_ciphers']`, :" +"config:option:`$cfg['Servers'][$i]['ssl_verify']`" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1227 +msgid "Known issues" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1230 +msgid "Users with column-specific privileges are unable to \"Browse\"" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1232 +msgid "" +"If a user has only column-specific privileges on some (but not all) columns " +"in a table, \"Browse\" will fail with an error message." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1235 +msgid "" +"As a workaround, a bookmarked query with the same name as the table can be " +"created, this will run when using the \"Browse\" link instead. `Issue 11922 " +"`_." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1239 +msgid "Trouble logging back in after logging out using 'http' authentication" +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:1241 +msgid "" +"When using the 'http' ``auth_type``, it can be impossible to log back in " +"(when the logout comes manually or after a period of inactivity). `Issue " +"11898 `_." +msgstr "" + +#: ../phpmyadmin/doc/user.rst:2 +msgid "User Guide" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:4 +msgid "FAQ - Frequently Asked Questions" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:6 +msgid "" +"Please have a look at our `Link section `_ " +"on the official phpMyAdmin homepage for in-depth coverage of phpMyAdmin's " +"features and or interface." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:14 ../phpmyadmin/doc/glossary.rst:332 +msgid "Server" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:19 +msgid "" +"1.1 My server is crashing each time a specific action is required or " +"phpMyAdmin sends a blank page or a page full of cryptic characters to my " +"browser, what can I do?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:21 +msgid "" +"Try to set the :config:option:`$cfg['OBGzip']` directive to ``false`` in " +"your :file:`config.inc.php` file and the ``zlib.output_compression`` " +"directive to ``Off`` in your php configuration file." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:28 +msgid "1.2 My Apache server crashes when using phpMyAdmin." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:30 +msgid "" +"You should first try the latest versions of Apache (and possibly MySQL). If " +"your server keeps crashing, please ask for help in the various Apache " +"support groups." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:34 +msgid ":ref:`faq1_1`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:39 +msgid "1.3 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:44 +msgid "" +"1.4 Using phpMyAdmin on IIS, I'm displayed the error message: \"The " +"specified CGI application misbehaved by not returning a complete set of HTTP " +"headers ...\"." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:46 +msgid "" +"You just forgot to read the *install.txt* file from the PHP distribution. " +"Have a look at the last message in this `PHP bug report #12061 `_ from the official PHP bug database." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:54 +msgid "" +"1.5 Using phpMyAdmin on IIS, I'm facing crashes and/or many error messages " +"with the HTTP." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:56 +msgid "" +"This is a known problem with the PHP :term:`ISAPI` filter: it's not so " +"stable. Please use instead the cookie authentication mode." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:62 +msgid "1.6 I can't use phpMyAdmin on PWS: nothing is displayed!" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:64 +msgid "" +"This seems to be a PWS bug. Filippo Simoncini found a workaround (at this " +"time there is no better fix): remove or comment the ``DOCTYPE`` declarations " +"(2 lines) from the scripts :file:`libraries/classes/Header.php` and :file:" +"`index.php`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:72 +msgid "1.7 How can I gzip a dump or a CSV export? It does not seem to work." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:74 +msgid "" +"This feature is based on the ``gzencode()`` PHP function to be more " +"independent of the platform (Unix/Windows, Safe Mode or not, and so on). So, " +"you must have Zlib support (``--with-zlib``)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:82 +msgid "" +"1.8 I cannot insert a text file in a table, and I get an error about safe " +"mode being in effect." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:84 +msgid "" +"Your uploaded file is saved by PHP in the \"upload dir\", as defined in :" +"file:`php.ini` by the variable ``upload_tmp_dir`` (usually the system " +"default is */tmp*). We recommend the following setup for Apache servers " +"running in safe mode, to enable uploads of files while being reasonably " +"secure:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:90 +msgid "create a separate directory for uploads: :command:`mkdir /tmp/php`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:91 +msgid "" +"give ownership to the Apache server's user.group: :command:`chown apache." +"apache /tmp/php`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:93 +msgid "give proper permission: :command:`chmod 600 /tmp/php`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:94 +msgid "put ``upload_tmp_dir = /tmp/php`` in :file:`php.ini`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:95 +msgid "restart Apache" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:100 +msgid "1.9 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:105 +msgid "" +"1.10 I'm having troubles when uploading files with phpMyAdmin running on a " +"secure server. My browser is Internet Explorer and I'm using the Apache " +"server." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:107 +msgid "" +"As suggested by \"Rob M\" in the phpWizard forum, add this line to your " +"*httpd.conf*:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:114 +msgid "It seems to clear up many problems between Internet Explorer and SSL." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:119 +msgid "" +"1.11 I get an 'open\\_basedir restriction' while uploading a file from the " +"import tab." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:121 +msgid "" +"Since version 2.2.4, phpMyAdmin supports servers with open\\_basedir " +"restrictions. However you need to create temporary directory and configure " +"it as :config:option:`$cfg['TempDir']`. The uploaded files will be moved " +"there, and after execution of your :term:`SQL` commands, removed." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:129 +msgid "1.12 I have lost my MySQL root password, what can I do?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:131 +msgid "" +"phpMyAdmin does authenticate against MySQL server you're using, so to " +"recover from phpMyAdmin password loss, you need to recover at MySQL level." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:134 +msgid "" +"The MySQL manual explains how to `reset the permissions `_." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:137 +msgid "" +"If you are using MySQL server installed by your hosting provider, please " +"contact their support to recover the password for you." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:143 +msgid "1.13 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:148 +msgid "1.14 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:153 +msgid "1.15 I have problems with *mysql.user* column names." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:155 +msgid "" +"In previous MySQL versions, the ``User`` and ``Password`` columns were named " +"``user`` and ``password``. Please modify your column names to align with " +"current standards." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:162 +msgid "1.16 I cannot upload big dump files (memory, HTTP or timeout problems)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:164 +msgid "" +"Starting with version 2.7.0, the import engine has been re–written and these " +"problems should not occur. If possible, upgrade your phpMyAdmin to the " +"latest version to take advantage of the new import features." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:168 +msgid "" +"The first things to check (or ask your host provider to check) are the " +"values of ``max_execution_time``, ``upload_max_filesize``, ``memory_limit`` " +"and ``post_max_size`` in the :file:`php.ini` configuration file. All of " +"these settings limit the maximum size of data that can be submitted and " +"handled by PHP. Please note that ``post_max_size`` needs to be larger than " +"``upload_max_filesize``. There exist several workarounds if your upload is " +"too big or your hosting provider is unwilling to change the settings:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:176 +msgid "" +"Look at the :config:option:`$cfg['UploadDir']` feature. This allows one to " +"upload a file to the server via scp, FTP, or your favorite file transfer " +"method. PhpMyAdmin is then able to import the files from the temporary " +"directory. More information is available in the :ref:`config` of this " +"document." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:180 +msgid "" +"Using a utility (such as `BigDump `_) to " +"split the files before uploading. We cannot support this or any third party " +"applications, but are aware of users having success with it." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:184 +msgid "" +"If you have shell (command line) access, use MySQL to import the files " +"directly. You can do this by issuing the \"source\" command from within " +"MySQL:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:195 +msgid "1.17 Which Database versions does phpMyAdmin support?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:197 +msgid "" +"For `MySQL `_, versions 5.5 and newer are supported. " +"For older MySQL versions, our `Downloads `_ page offers older phpMyAdmin versions (which may have become " +"unsupported)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:201 +msgid "" +"For `MariaDB `_, versions 5.5 and newer are supported." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:206 +msgid "" +"1.17a I cannot connect to the MySQL server. It always returns the error " +"message, \"Client does not support authentication protocol requested by " +"server; consider upgrading MySQL client\"" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:208 +msgid "" +"You tried to access MySQL with an old MySQL client library. The version of " +"your MySQL client library can be checked in your phpinfo() output. In " +"general, it should have at least the same minor version as your server - as " +"mentioned in :ref:`faq1_17`. This problem is generally caused by using MySQL " +"version 4.1 or newer. MySQL changed the authentication hash and your PHP is " +"trying to use the old method. The proper solution is to use the `mysqli " +"extension `_ with the proper client library to " +"match your MySQL installation. More information (and several workarounds) " +"are located in the `MySQL Documentation `_." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:223 +msgid "1.18 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:228 +msgid "" +"1.19 I can't run the \"display relations\" feature because the script seems " +"not to know the font face I'm using!" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:230 +msgid "" +"The :term:`TCPDF` library we're using for this feature requires some special " +"files to use font faces. Please refers to the `TCPDF manual `_ to build these files." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:237 +msgid "1.20 I receive an error about missing mysqli and mysql extensions." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:239 +msgid "" +"To connect to a MySQL server, PHP needs a set of MySQL functions called " +"\"MySQL extension\". This extension may be part of the PHP distribution " +"(compiled-in), otherwise it needs to be loaded dynamically. Its name is " +"probably *mysqli.so* or *php\\_mysqli.dll*. phpMyAdmin tried to load the " +"extension but failed. Usually, the problem is solved by installing a " +"software package called \"PHP-MySQL\" or something similar." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:247 +msgid "" +"There was two interfaces PHP provided as MySQL extensions - ``mysql`` and " +"``mysqli``. The ``mysql`` interface was removed in PHP 7.0." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:250 +msgid "" +"This problem can be also caused by wrong paths in the :file:`php.ini` or " +"using wrong :file:`php.ini`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:253 +msgid "" +"Make sure that the extension files do exist in the folder which the " +"``extension_dir`` points to and that the corresponding lines in your :file:" +"`php.ini` are not commented out (you can use ``phpinfo()`` to check current " +"setup):" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:265 +msgid "" +"The :file:`php.ini` can be loaded from several locations (especially on " +"Windows), so please check you're updating the correct one. If using Apache, " +"you can tell it to use specific path for this file using ``PHPIniDir`` " +"directive:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:280 +msgid "" +"In some rare cases this problem can be also caused by other extensions " +"loaded in PHP which prevent MySQL extensions to be loaded. If anything else " +"fails, you can try commenting out extensions for other databases from :file:" +"`php.ini`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:287 +msgid "" +"1.21 I am running the CGI version of PHP under Unix, and I cannot log in " +"using cookie auth." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:289 +msgid "In :file:`php.ini`, set ``mysql.max_links`` higher than 1." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:294 +msgid "" +"1.22 I don't see the \"Location of text file\" field, so I cannot upload." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:296 +msgid "" +"This is most likely because in :file:`php.ini`, your ``file_uploads`` " +"parameter is not set to \"on\"." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:302 +msgid "" +"1.23 I'm running MySQL on a Win32 machine. Each time I create a new table " +"the table and column names are changed to lowercase!" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:304 +msgid "" +"This happens because the MySQL directive ``lower_case_table_names`` defaults " +"to 1 (``ON``) in the Win32 version of MySQL. You can change this behavior by " +"simply changing the directive to 0 (``OFF``): Just edit your ``my.ini`` file " +"that should be located in your Windows directory and add the following line " +"to the group [mysqld]:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:316 +msgid "" +"Forcing this variable to 0 with --lower-case-table-names=0 on a case-" +"insensitive filesystem and access MyISAM tablenames using different " +"lettercases, index corruption may result." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:320 +msgid "" +"Next, save the file and restart the MySQL service. You can always check the " +"value of this directive using the query" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:327 +msgid "" +"`Identifier Case Sensitivity in the MySQL Reference Manual `_" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:332 +msgid "1.24 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:337 +msgid "" +"1.25 I am running Apache with mod\\_gzip-1.3.26.1a on Windows XP, and I get " +"problems, such as undefined variables when I run a SQL query." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:339 +msgid "" +"A tip from Jose Fandos: put a comment on the following two lines in httpd." +"conf, like this:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:347 +msgid "" +"as this version of mod\\_gzip on Apache (Windows) has problems handling PHP " +"scripts. Of course you have to restart Apache." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:353 +msgid "" +"1.26 I just installed phpMyAdmin in my document root of IIS but I get the " +"error \"No input file specified\" when trying to run phpMyAdmin." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:355 +msgid "" +"This is a permission problem. Right-click on the phpmyadmin folder and " +"choose properties. Under the tab Security, click on \"Add\" and select the " +"user \"IUSR\\_machine\" from the list. Now set their permissions and it " +"should work." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:363 +msgid "" +"1.27 I get empty page when I want to view huge page (eg. db\\_structure.php " +"with plenty of tables)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:365 +msgid "" +"This was caused by a `PHP bug `_ that " +"occur when GZIP output buffering is enabled. If you turn off it (by :config:" +"option:`$cfg['OBGzip']` in :file:`config.inc.php`), it should work. This bug " +"will has been fixed in PHP 5.0.0." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:373 +msgid "" +"1.28 My MySQL server sometimes refuses queries and returns the message " +"'Errorcode: 13'. What does this mean?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:375 +msgid "" +"This can happen due to a MySQL bug when having database / table names with " +"upper case characters although ``lower_case_table_names`` is set to 1. To " +"fix this, turn off this directive, convert all database and table names to " +"lower case and turn it on again. Alternatively, there's a bug-fix available " +"starting with MySQL 3.23.56 / 4.0.11-gamma." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:385 +msgid "" +"1.29 When I create a table or modify a column, I get an error and the " +"columns are duplicated." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:387 +msgid "" +"It is possible to configure Apache in such a way that PHP has problems " +"interpreting .php files." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:390 +msgid "" +"The problems occur when two different (and conflicting) set of directives " +"are used:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:398 +msgid "and" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:404 +msgid "" +"In the case we saw, one set of directives was in ``/etc/httpd/conf/httpd." +"conf``, while the other set was in ``/etc/httpd/conf/addon-modules/php." +"conf``. The recommended way is with ``AddType``, so just comment out the " +"first set of lines and restart Apache:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:418 +msgid "1.30 I get the error \"navigation.php: Missing hash\"." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:420 +msgid "" +"This problem is known to happen when the server is running Turck MMCache but " +"upgrading MMCache to version 2.3.21 solves the problem." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:426 +msgid "1.31 Which PHP versions does phpMyAdmin support?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:428 +msgid "" +"Since release 4.5, phpMyAdmin supports only PHP 5.5 and newer. Since release " +"4.1 phpMyAdmin supports only PHP 5.3 and newer. For PHP 5.2 you can use 4.0." +"x releases." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:432 +msgid "" +"PHP 7 is supported since phpMyAdmin 4.6, PHP 7.1 is supported since 4.6.5, " +"PHP 7.2 is supported since 4.7.4." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:435 +msgid "HHVM is supported up to phpMyAdmin 4.8." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:437 +msgid "" +"Since release 5.0, phpMyAdmin supports only PHP 7.1 and newer. Since release " +"5.2, phpMyAdmin supports only PHP 7.2 and newer. Since release 6.0, " +"phpMyAdmin supports only PHP 8.1 and newer." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:444 +msgid "1.32 Can I use HTTP authentication with IIS?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:446 +msgid "" +"Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in :term:" +"`ISAPI` mode under :term:`IIS` 5.1." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:449 +msgid "In your :file:`php.ini` file, set ``cgi.rfc2616_headers = 0``" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:450 +msgid "" +"In ``Web Site Properties -> File/Directory Security -> Anonymous Access`` " +"dialog box, check the ``Anonymous access`` checkbox and uncheck any other " +"checkboxes (i.e. uncheck ``Basic authentication``, ``Integrated Windows " +"authentication``, and ``Digest`` if it's enabled.) Click ``OK``." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:455 +msgid "" +"In ``Custom Errors``, select the range of ``401;1`` through ``401;5`` and " +"click the ``Set to Default`` button." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:458 +msgid ":rfc:`2616`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:463 +msgid "1.33 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:468 +msgid "1.34 Can I directly access a database or table pages?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:470 +msgid "" +"Yes. Out of the box, you can use a :term:`URL` like ``http://server/" +"phpMyAdmin/index.php?server=X&db=database&table=table&target=script``. For " +"``server`` you can use the server number which refers to the numeric host " +"index (from ``$i``) in :file:`config.inc.php`. The table and script parts " +"are optional." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:476 +msgid "" +"If you want a URL like ``http://server/phpMyAdmin/database[/table][/" +"script]``, you need to do some additional configuration. The following lines " +"apply only for the `Apache `_ web server. First, " +"make sure that you have enabled some features within the Apache global " +"configuration. You need ``Options SymLinksIfOwnerMatch`` and ``AllowOverride " +"FileInfo`` enabled for directory where phpMyAdmin is installed and you need " +"mod\\_rewrite to be enabled. Then you just need to create the following :" +"term:`.htaccess` file in root folder of phpMyAdmin installation (don't " +"forget to change directory name inside of it):" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:495 +msgid ":ref:`faq4_8`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:499 +msgid "" +"Support for using the ``target`` parameter was removed in phpMyAdmin 5.1.0. " +"Use the ``route`` parameter instead." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:505 +msgid "1.35 Can I use HTTP authentication with Apache CGI?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:507 +msgid "" +"Yes. However you need to pass authentication variable to :term:`CGI` using " +"following rewrite rule:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:518 +msgid "1.36 I get an error \"500 Internal Server Error\"." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:520 +msgid "" +"There can be many explanations to this and a look at your server's error log " +"file might give a clue." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:526 +msgid "" +"1.37 I run phpMyAdmin on cluster of different machines and password " +"encryption in cookie auth doesn't work." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:528 +msgid "" +"If your cluster consist of different architectures, PHP code used for " +"encryption/decryption won't work correctly. This is caused by use of pack/" +"unpack functions in code. Only solution is to use openssl extension which " +"works fine in this case." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:536 +msgid "1.38 Can I use phpMyAdmin on a server on which Suhosin is enabled?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:538 +msgid "" +"Yes but the default configuration values of Suhosin are known to cause " +"problems with some operations, for example editing a table with many columns " +"and no :term:`primary key` or with textual :term:`primary key`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:542 +msgid "" +"Suhosin configuration might lead to malfunction in some cases and it can not " +"be fully avoided as phpMyAdmin is kind of application which needs to " +"transfer big amounts of columns in single HTTP request, what is something " +"what Suhosin tries to prevent. Generally all ``suhosin.request.*``, " +"``suhosin.post.*`` and ``suhosin.get.*`` directives can have negative effect " +"on phpMyAdmin usability. You can always find in your error logs which limit " +"did cause dropping of variable, so you can diagnose the problem and adjust " +"matching configuration variable." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:552 +msgid "" +"The default values for most Suhosin configuration options will work in most " +"scenarios, however you might want to adjust at least following parameters:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:556 +msgid "" +"`suhosin.request.max\\_vars `_ should be increased (eg. 2048)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:558 +msgid "" +"`suhosin.post.max\\_vars `_ should be increased (eg. 2048)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:560 +msgid "" +"`suhosin.request.max\\_array\\_index\\_length `_ should " +"be increased (eg. 256)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:562 +msgid "" +"`suhosin.post.max\\_array\\_index\\_length `_ should be " +"increased (eg. 256)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:564 +msgid "" +"`suhosin.request.max\\_totalname\\_length `_ should be " +"increased (eg. 8192)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:566 +msgid "" +"`suhosin.post.max\\_totalname\\_length `_ should be increased " +"(eg. 8192)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:568 +msgid "" +"`suhosin.get.max\\_value\\_length `_ should be increased (eg. " +"1024)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:570 +msgid "" +"`suhosin.sql.bailout\\_on\\_error `_ needs to be disabled (the " +"default)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:572 +msgid "" +"`suhosin.log.\\* `_ should not include :term:`SQL`, otherwise you " +"get big slowdown" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:575 +msgid "" +"`suhosin.sql.union `_ must be disabled (which is the default)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:577 +msgid "" +"`suhosin.sql.multiselect `_ must be disabled (which is the default)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:579 +msgid "" +"`suhosin.sql.comment `_ must be disabled (which is the default)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:582 +msgid "To further improve security, we also recommend these modifications:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:584 +msgid "" +"`suhosin.executor.include.max\\_traversal `_ should " +"be enabled as a mitigation against local file inclusion attacks. We suggest " +"setting this to 2 as ``../`` is used with the ReCaptcha library." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:588 +msgid "" +"`suhosin.cookie.encrypt `_ should be enabled." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:590 +msgid "" +"`suhosin.executor.disable_emodifier `_ should be enabled." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:593 +msgid "" +"You can also disable the warning using the :config:option:" +"`$cfg['SuhosinDisableWarning']`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:598 +msgid "" +"1.39 When I try to connect via https, I can log in, but then my connection " +"is redirected back to http. What can cause this behavior?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:600 +msgid "" +"This is caused by the fact that PHP scripts have no knowledge that the site " +"is using https. Depending on used webserver, you should configure it to let " +"PHP know about URL and scheme used to access it." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:604 +msgid "" +"For example in Apache ensure that you have enabled ``SSLOptions`` and " +"``StdEnvVars`` in the configuration." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:607 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:612 +msgid "" +"1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login " +"does not work." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:614 +msgid "" +"To be able to use cookie auth Apache must know that it has to rewrite the " +"set-cookie headers. Example from the Apache 2.2 documentation:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:624 +msgid "" +"Note: if the backend url looks like ``http://server/~user/phpmyadmin``, the " +"tilde (~) must be url encoded as %7E in the ProxyPassReverse\\* lines. This " +"is not specific to phpmyadmin, it's just the behavior of Apache." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:634 +msgid "" +", :config:option:" +"`$cfg['PmaAbsoluteUri']`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:639 +msgid "" +"1.41 When I view a database and ask to see its privileges, I get an error " +"about an unknown column." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:641 +msgid "" +"The MySQL server's privilege tables are not up to date, you need to run the :" +"command:`mysql_upgrade` command on the server." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:647 +msgid "1.42 How can I prevent robots from accessing phpMyAdmin?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:649 +msgid "" +"You can add various rules to :term:`.htaccess` to filter access based on " +"user agent field. This is quite easy to circumvent, but could prevent at " +"least some robots accessing your installation." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:677 +msgid "" +"1.43 Why can't I display the structure of my table containing hundreds of " +"columns?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:679 +msgid "" +"Because your PHP's ``memory_limit`` is too low; adjust it in :file:`php.ini`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:684 +msgid "1.44 How can I reduce the installed size of phpMyAdmin on disk?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:686 +msgid "" +"Some users have requested to be able to reduce the size of the phpMyAdmin " +"installation. This is not recommended and could lead to confusion over " +"missing features, but can be done. A list of files and corresponding " +"functionality which degrade gracefully when removed include:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:690 +msgid ":file:`./locale/` folder, or unused subfolders (interface translations)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:691 +msgid "" +"Any unused themes in :file:`./public/themes/` except the default theme " +"`pmahomme`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:692 +msgid ":file:`./libraries/language_stats.inc.php` (translation statistics)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:693 +msgid ":file:`./doc/` (documentation)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:694 +msgid ":file:`./setup/` (setup script)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:695 +msgid ":file:`./examples/` (configuration examples)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:696 +msgid ":file:`./sql/` (SQL scripts to configure advanced functionalities)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:697 +msgid ":file:`./js/src/` (Source files to re-build `./js/dist/`)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:698 +msgid ":file:`./js/global.d.ts` JS type declaration file" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:699 +msgid "" +"Run `rm -rv vendor/tecnickcom/tcpdf && composer dump-autoload --no-" +"interaction --optimize --dev` (exporting to PDF)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:700 +msgid "" +"Run `rm -rv vendor/williamdes/mariadb-mysql-kbs && composer dump-autoload --" +"no-interaction --optimize --dev` (external links to MariaDB and MySQL " +"documentations)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:701 +msgid "" +"Run `rm -rv vendor/code-lts/u2f-php-server && composer dump-autoload --no-" +"interaction --optimize --dev` (U2F second factor authentication)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:702 +msgid "" +"Run `rm -rv vendor/pragmarx/* && composer dump-autoload --no-interaction --" +"optimize --dev` (2FA second factor authentication)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:703 +msgid "" +"Run `rm -rv vendor/bacon/bacon-qr-code && composer dump-autoload --no-" +"interaction --optimize --dev` (QRcode generation for 2FA second factor " +"authentication)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:708 +msgid "" +"1.45 I get an error message about unknown authentication method " +"caching_sha2_password when trying to log in" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:710 +msgid "" +"When logging in using MySQL version 8 or newer, you may encounter an error " +"message like this:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:712 +msgid "" +"mysqli_real_connect(): The server requested authentication method unknown to " +"the client [caching_sha2_password]" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:714 +msgid "" +"mysqli_real_connect(): (HY000/2054): The server requested authentication " +"method unknown to the client" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:716 +msgid "" +"This error is because of a version compatibility problem between PHP and " +"MySQL. The MySQL project introduced a new authentication method (our tests " +"show this began with version 8.0.11) however PHP did not include the ability " +"to use that authentication method. PHP reports that this was fixed in PHP " +"version 7.4." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:720 +msgid "" +"Users experiencing this are encouraged to upgrade their PHP installation, " +"however a workaround exists. Your MySQL user account can be set to use the " +"older authentication with a command such as" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:727 +msgid "" +", , " +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:737 +msgid "" +"2.1 The error message \"Warning: Cannot add header information - headers " +"already sent by ...\" is displayed, what's the problem?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:739 +msgid "" +"Edit your :file:`config.inc.php` file and ensure there is nothing (I.E. no " +"blank lines, no spaces, no characters...) neither before the ```` tag at the end." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:746 +msgid "2.2 phpMyAdmin can't connect to MySQL. What's wrong?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:748 +msgid "" +"Either there is an error with your PHP setup or your username/password is " +"wrong. Try to make a small script which uses mysql\\_connect and see if it " +"works. If it doesn't, it may be you haven't even compiled MySQL support into " +"PHP." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:756 +msgid "" +"2.3 The error message \"Warning: MySQL Connection Failed: Can't connect to " +"local MySQL server through socket '/tmp/mysql.sock' (111) ...\" is " +"displayed. What can I do?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:758 +msgid "" +"The error message can also be: :guilabel:`Error #2002 - The server is not " +"responding (or the local MySQL server's socket is not correctly configured)`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:761 +msgid "" +"First, you need to determine what socket is being used by MySQL. To do this, " +"connect to your server and go to the MySQL bin directory. In this directory " +"there should be a file named *mysqladmin*. Type ``./mysqladmin variables``, " +"and this should give you a bunch of info about your MySQL server, including " +"the socket (*/tmp/mysql.sock*, for example). You can also ask your ISP for " +"the connection info or, if you're hosting your own, connect from the 'mysql' " +"command-line client and type 'status' to get the connection type and socket " +"or port number." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:770 +msgid "" +"Then, you need to tell PHP to use this socket. You can do this for all PHP " +"in the :file:`php.ini` or for phpMyAdmin only in the :file:`config.inc.php`. " +"For example: :config:option:`$cfg['Servers'][$i]['socket']` Please also " +"make sure that the permissions of this file allow to be readable by your " +"webserver." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:775 +msgid "" +"On my RedHat-Box the socket of MySQL is */var/lib/mysql/mysql.sock*. In " +"your :file:`php.ini` you will find a line" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:782 +msgid "change it to" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:788 +msgid "Then restart apache and it will work." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:790 +msgid "" +"Have also a look at the `corresponding section of the MySQL documentation " +"`_." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:796 +msgid "" +"2.4 Nothing is displayed by my browser when I try to run phpMyAdmin, what " +"can I do?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:798 +msgid "" +"Try to set the :config:option:`$cfg['OBGzip']` directive to ``false`` in the " +"phpMyAdmin configuration file. It helps sometime. Also have a look at your " +"PHP version number: if it contains \"b\" or \"alpha\" it means you're " +"running a testing version of PHP. That's not a so good idea, please upgrade " +"to a plain revision." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:807 +msgid "" +"2.5 Each time I want to insert or change a row or drop a database or a " +"table, an error 404 (page not found) is displayed or, with HTTP or cookie " +"authentication, I'm asked to log in again. What's wrong?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:809 +msgid "" +"Check your webserver setup if it correctly fills in either PHP_SELF or " +"REQUEST_URI variables." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:811 +msgid "" +"If you are running phpMyAdmin behind reverse proxy, please set the :config:" +"option:`$cfg['PmaAbsoluteUri']` directive in the phpMyAdmin configuration " +"file to match your setup." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:818 +msgid "" +"2.6 I get an \"Access denied for user: 'root@localhost' (Using password: " +"YES)\"-error when trying to access a MySQL-Server on a host which is port-" +"forwarded for my localhost." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:820 +msgid "" +"When you are using a port on your localhost, which you redirect via port-" +"forwarding to another host, MySQL is not resolving the localhost as " +"expected. Erik Wasser explains: The solution is: if your host is " +"\"localhost\" MySQL (the command line tool :command:`mysql` as well) always " +"tries to use the socket connection for speeding up things. And that doesn't " +"work in this configuration with port forwarding. If you enter \"127.0.0.1\" " +"as hostname, everything is right and MySQL uses the :term:`TCP` connection." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:832 +msgid "2.7 Using and creating themes" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:834 +msgid "See :ref:`themes`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:839 +msgid "2.8 I get \"Missing parameters\" errors, what can I do?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:841 +msgid "Here are a few points to check:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:843 +msgid "" +"In :file:`config.inc.php`, try to leave the :config:option:" +"`$cfg['PmaAbsoluteUri']` directive empty. See also :ref:`faq4_7`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:845 +msgid "" +"Maybe you have a broken PHP installation or you need to upgrade your Zend " +"Optimizer. See ." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:847 +msgid "" +"If you are using Hardened PHP with the ini directive ``varfilter." +"max_request_variables`` set to the default (200) or another low value, you " +"could get this error if your table has a high number of columns. Adjust this " +"setting accordingly. (Thanks to Klaus Dorninger for the hint)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:852 +msgid "" +"In the :file:`php.ini` directive ``arg_separator.input``, a value of \";\" " +"will cause this error. Replace it with \"&;\"." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:854 +msgid "" +"If you are using `Suhosin `_, you might want to increase `request limits `_." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:856 +msgid "" +"The directory specified in the :file:`php.ini` directive ``session." +"save_path`` does not exist or is read-only (this can be caused by `bug in " +"the PHP installer `_)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:863 +msgid "2.9 Seeing an upload progress bar" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:865 +msgid "" +"To be able to see a progress bar during your uploads, your server must have " +"the `uploadprogress `_ " +"extension, and you must be running PHP 5.4.0 or higher. Moreover, the JSON " +"extension has to be enabled in your PHP." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:870 +msgid "" +"If using PHP 5.4.0 or higher, you must set ``session.upload_progress." +"enabled`` to ``1`` in your :file:`php.ini`. However, starting from " +"phpMyAdmin version 4.0.4, session-based upload progress has been temporarily " +"deactivated due to its problematic behavior." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:878 +msgid "2.10 How to generate a string of random bytes" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:880 +msgid "" +"One way to generate a string of random bytes suitable for cryptographic use " +"is using the `random_bytes `_ :term:`PHP` " +"function. Since this function returns a binary string, the returned value " +"should be converted to printable format before being able to copy it." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:884 +msgid "" +"For example, the :config:option:`$cfg['blowfish_secret']` configuration " +"directive requires a 32-bytes long string. The following command can be used " +"to generate a hexadecimal representation of this string." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:891 +msgid "The above example will output something similar to:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:897 +msgid "And then this hexadecimal value can be used in the configuration file." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:903 +msgid "" +"The `sodium_hex2bin `_ function is used " +"here to convert the hexadecimal value back to the binary format." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:909 +msgid "Known limitations" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:914 +msgid "" +"3.1 When using HTTP authentication, a user who logged out can not log in " +"again in with the same nick." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:916 +msgid "" +"This is related to the authentication mechanism (protocol) used by " +"phpMyAdmin. To bypass this problem: just close all the opened browser " +"windows and then go back to phpMyAdmin. You should be able to log in again." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:924 +msgid "" +"3.2 When dumping a large table in compressed mode, I get a memory limit " +"error or a time limit error." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:926 +msgid "" +"Compressed dumps are built in memory and because of this are limited to " +"php's memory limit. For gzip/bzip2 exports this can be overcome since 2.5.4 " +"using :config:option:`$cfg['CompressOnFly']` (enabled by default). zip " +"exports can not be handled this way, so if you need zip files for larger " +"dump, you have to use another way." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:935 +msgid "" +"3.3 With InnoDB tables, I lose foreign key relationships when I rename a " +"table or a column." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:937 +msgid "This is an InnoDB bug, see ." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:942 +msgid "" +"3.4 I am unable to import dumps I created with the mysqldump tool bundled " +"with the MySQL server distribution." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:944 +msgid "" +"The problem is that older versions of ``mysqldump`` created invalid comments " +"like this:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:955 +msgid "" +"The invalid part of the code is the horizontal line made of dashes that " +"appears once in every dump created with mysqldump. If you want to run your " +"dump you have to turn it into valid MySQL. This means, you have to add a " +"whitespace after the first two dashes of the line or add a # before it: " +"``-- -------------------------------------------------------`` or " +"``#---------------------------------------------------------``" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:965 +msgid "" +"3.5 When using nested folders, multiple hierarchies are displayed in a wrong " +"manner." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:967 +msgid "" +"Please note that you should not use the separating string multiple times " +"without any characters between them, or at the beginning/end of your table " +"name. If you have to, think about using another TableSeparator or disabling " +"that feature." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:972 +msgid ":config:option:`$cfg['NavigationTreeTableSeparator']`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:977 +msgid "3.6 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:982 +msgid "" +"3.7 I have table with many (100+) columns and when I try to browse table I " +"get series of errors like \"Warning: unable to parse url\". How can this be " +"fixed?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:984 +msgid "" +"Your table neither have a :term:`primary key` nor an :term:`unique key`, so " +"we must use a long expression to identify this row. This causes problems to " +"parse\\_url function. The workaround is to create a :term:`primary key` or :" +"term:`unique key`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:992 +msgid "" +"3.8 I cannot use (clickable) HTML-forms in columns where I put a MIME-" +"Transformation onto!" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:994 +msgid "" +"Due to a surrounding form-container (for multi-row delete checkboxes), no " +"nested forms can be put inside the table where phpMyAdmin displays the " +"results. You can, however, use any form inside of a table if keep the parent " +"form-container with the target to tbl\\_row\\_delete.php and just put your " +"own input-elements inside. If you use a custom submit input field, the form " +"will submit itself to the displaying page again, where you can validate the " +"$HTTP\\_POST\\_VARS in a transformation. For a tutorial on how to " +"effectively use transformations, see our `Link section `_ on the official phpMyAdmin-homepage." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1008 +msgid "" +"3.9 I get error messages when using \"--sql\\_mode=ANSI\" for the MySQL " +"server." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1010 +msgid "" +"When MySQL is running in ANSI-compatibility mode, there are some major " +"differences in how :term:`SQL` is structured (see ). Most important of all, the quote-character " +"(\") is interpreted as an identifier quote character and not as a string " +"quote character, which makes many internal phpMyAdmin operations into " +"invalid :term:`SQL` statements. There is no workaround to this behaviour. " +"News to this item will be posted in `issue #7383 `_." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1022 +msgid "" +"3.10 Homonyms and no primary key: When the results of a SELECT display more " +"that one column with the same value (for example ``SELECT lastname from " +"employees where firstname like 'A%'`` and two \"Smith\" values are " +"displayed), if I click Edit I cannot be sure that I am editing the intended " +"row." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1024 +msgid "" +"Please make sure that your table has a :term:`primary key`, so that " +"phpMyAdmin can use it for the Edit and Delete links." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1030 +msgid "3.11 The number of rows for InnoDB tables is not correct." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1032 +msgid "" +"phpMyAdmin uses a quick method to get the row count, and this method only " +"returns an approximate count in the case of InnoDB tables. See :config:" +"option:`$cfg['MaxExactCount']` for a way to modify those results, but this " +"could have a serious impact on performance. However, one can easily replace " +"the approximate row count with exact count by simply clicking on the " +"approximate count. This can also be done for all tables at once by clicking " +"on the rows sum displayed at the bottom." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1040 +msgid ":config:option:`$cfg['MaxExactCount']`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1045 +msgid "3.12 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1050 +msgid "" +"3.13 I get an error when entering ``USE`` followed by a db name containing " +"an hyphen." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1052 +msgid "" +"The tests I have made with MySQL 5.1.49 shows that the API does not accept " +"this syntax for the USE command." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1058 +msgid "" +"3.14 I am not able to browse a table when I don't have the right to SELECT " +"one of the columns." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1060 +msgid "" +"This has been a known limitation of phpMyAdmin since the beginning and it's " +"not likely to be solved in the future." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1066 +msgid "3.15 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1071 +msgid "3.16 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1076 +msgid "3.17 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1081 +msgid "" +"3.18 When I import a CSV file that contains multiple tables, they are lumped " +"together into a single table." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1083 +msgid "" +"There is no reliable way to differentiate tables in :term:`CSV` format. For " +"the time being, you will have to break apart :term:`CSV` files containing " +"multiple tables." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1090 +msgid "" +"3.19 When I import a file and have phpMyAdmin determine the appropriate data " +"structure it only uses int, decimal, and varchar types." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1092 +msgid "" +"Currently, the import type-detection system can only assign these MySQL " +"types to columns. In future, more will likely be added but for the time " +"being you will have to edit the structure to your liking post-import. Also, " +"you should note the fact that phpMyAdmin will use the size of the largest " +"item in any given column as the column size for the appropriate type. If you " +"know you will be adding larger items to that column then you should manually " +"adjust the column sizes accordingly. This is done for the sake of efficiency." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1104 +msgid "" +"3.20 After upgrading, some bookmarks are gone or their content cannot be " +"shown." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1106 +msgid "" +"At some point, the character set used to store bookmark content has changed. " +"It's better to recreate your bookmark from the newer phpMyAdmin version." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1112 +msgid "" +"3.21 I am unable to log in with a username containing unicode characters " +"such as á." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1114 +msgid "" +"This can happen if MySQL server is not configured to use utf-8 as default " +"charset. This is a limitation of how PHP and the MySQL server interact; " +"there is no way for PHP to set the charset before authenticating." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1120 +msgid "" +"`phpMyAdmin issue 12232 `_, `MySQL documentation note `_" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1126 +msgid "ISPs, multi-user installations" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1131 +msgid "" +"4.1 I'm an ISP. Can I setup one central copy of phpMyAdmin or do I need to " +"install it for each customer?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1133 +msgid "" +"Since version 2.0.3, you can setup a central copy of phpMyAdmin for all your " +"users. The development of this feature was kindly sponsored by NetCologne " +"GmbH. This requires a properly setup MySQL user management and phpMyAdmin :" +"term:`HTTP` or cookie authentication." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1143 +msgid "" +"4.2 What's the preferred way of making phpMyAdmin secure against evil access?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1145 +msgid "" +"This depends on your system. If you're running a server which cannot be " +"accessed by other people, it's sufficient to use the directory protection " +"bundled with your webserver (with Apache you can use :term:`.htaccess` " +"files, for example). If other people have telnet access to your server, you " +"should use phpMyAdmin's :term:`HTTP` or cookie authentication features." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1151 +msgid "Suggestions:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1153 +msgid "Your :file:`config.inc.php` file should be ``chmod 660``." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1154 +msgid "" +"All your phpMyAdmin files should be chown -R phpmy.apache, where phpmy is a " +"user whose password is only known to you, and apache is the group under " +"which Apache runs." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1157 +msgid "Follow security recommendations for PHP and your webserver." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1162 +msgid "" +"4.3 I get errors about not being able to include a file in */lang* or in */" +"libraries*." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1164 +msgid "" +"Check :file:`php.ini`, or ask your sysadmin to check it. The " +"``include_path`` must contain \".\" somewhere in it, and ``open_basedir``, " +"if used, must contain \".\" and \"./lang\" to allow normal operation of " +"phpMyAdmin." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1172 +msgid "" +"4.4 phpMyAdmin always gives \"Access denied\" when using HTTP authentication." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1174 +msgid "This could happen for several reasons:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1176 +msgid "" +":config:option:`$cfg['Servers'][$i]['controluser']` and/or :config:option:" +"`$cfg['Servers'][$i]['controlpass']` are wrong." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1177 +msgid "The username/password you specify in the login dialog are invalid." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1178 +msgid "" +"You have already setup a security mechanism for the phpMyAdmin- directory, " +"eg. a :term:`.htaccess` file. This would interfere with phpMyAdmin's " +"authentication, so remove it." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1185 +msgid "4.5 Is it possible to let users create their own databases?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1187 +msgid "" +"Starting with 2.2.5, in the user management page, you can enter a wildcard " +"database name for a user (for example \"joe%\"), and put the privileges you " +"want. For example, adding ``SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, " +"INDEX, ALTER`` would let a user create/manage their database(s)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1196 +msgid "4.6 How can I use the Host-based authentication additions?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1198 +msgid "" +"If you have existing rules from an old :term:`.htaccess` file, you can take " +"them and add a username between the ``'deny'``/``'allow'`` and ``'from'`` " +"strings. Using the username wildcard of ``'%'`` would be a major benefit " +"here if your installation is suited to using it. Then you can just add those " +"updated lines into the :config:option:`$cfg['Servers'][$i]['AllowDeny']" +"['rules']` array." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1205 +msgid "" +"If you want a pre-made sample, you can try this fragment. It stops the " +"'root' user from logging in from any networks other than the private " +"network :term:`IP` blocks." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1224 +msgid "4.7 Authentication window is displayed more than once, why?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1226 +msgid "" +"This happens if you are using a :term:`URL` to start phpMyAdmin which is " +"different than the one set in your :config:option:`$cfg['PmaAbsoluteUri']`. " +"For example, a missing \"www\", or entering with an :term:`IP` address while " +"a domain name is defined in the config file." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1234 +msgid "4.8 Which parameters can I use in the URL that starts phpMyAdmin?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1236 +msgid "" +"When starting phpMyAdmin, you can use the ``db`` and ``server`` parameters. " +"This last one can contain either the numeric host index (from ``$i`` of the " +"configuration file) or one of the host names present in the configuration " +"file." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1241 +msgid "" +"For example, to jump directly to a particular database, a URL can be " +"constructed as ``https://example.com/phpmyadmin/?db=sakila``." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1244 +msgid ":ref:`faq1_34`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1248 +msgid "" +"Support for using the ``pma_username`` and ``pma_password`` parameters was " +"removed in phpMyAdmin 4.9.0 (see `PMASA-2019-4 `_)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1254 +msgid "Browsers or client OS" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1259 +msgid "" +"5.1 I get an out of memory error, and my controls are non-functional, when " +"trying to create a table with more than 14 columns." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1261 +msgid "" +"We could reproduce this problem only under Win98/98SE. Testing under WinNT4 " +"or Win2K, we could easily create more than 60 columns. A workaround is to " +"create a smaller number of columns, then come back to your table properties " +"and add the other columns." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1269 +msgid "5.2 With Xitami 2.5b4, phpMyAdmin won't process form fields." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1271 +msgid "" +"This is not a phpMyAdmin problem but a Xitami known bug: you'll face it with " +"each script/website that use forms. Upgrade or downgrade your Xitami server." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1278 +msgid "5.3 I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1280 +msgid "" +"With Konqueror 2.1.1: plain dumps, zip and gzip dumps work ok, except that " +"the proposed file name for the dump is always 'tbl\\_dump.php'. The bzip2 " +"dumps don't seem to work. With Konqueror 2.2.1: plain dumps work; zip dumps " +"are placed into the user's temporary directory, so they must be moved before " +"closing Konqueror, or else they disappear. gzip dumps give an error message. " +"Testing needs to be done for Konqueror 2.2.2." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1291 +msgid "" +"5.4 I can't use the cookie authentication mode because Internet Explorer " +"never stores the cookies." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1293 +msgid "" +"MS Internet Explorer seems to be really buggy about cookies, at least till " +"version 6." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1299 +msgid "5.5 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1304 +msgid "5.6 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1309 +msgid "5.7 I refresh (reload) my browser, and come back to the welcome page." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1311 +msgid "" +"Some browsers support right-clicking into the frame you want to refresh, " +"just do this in the right frame." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1317 +msgid "" +"5.8 With Mozilla 0.9.7 I have problems sending a query modified in the query " +"box." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1319 +msgid "" +"Looks like a Mozilla bug: 0.9.6 was OK. We will keep an eye on future " +"Mozilla versions." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1325 +msgid "" +"5.9 With Mozilla 0.9.? to 1.0 and Netscape 7.0-PR1 I can't type a whitespace " +"in the SQL-Query edit area: the page scrolls down." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1327 +msgid "" +"This is a Mozilla bug (see bug #26882 at `BugZilla `_)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1333 +msgid "5.10 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1338 +msgid "5.11 Extended-ASCII characters like German umlauts are displayed wrong." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1340 +msgid "" +"Please ensure that you have set your browser's character set to the one of " +"the language file you have selected on phpMyAdmin's start page. " +"Alternatively, you can try the auto detection mode that is supported by the " +"recent versions of the most browsers." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1348 +msgid "5.12 Mac OS X Safari browser changes special characters to \"?\"." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1350 +msgid "" +"This issue has been reported by a :term:`macOS` user, who adds that Chimera, " +"Netscape and Mozilla do not have this problem." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1356 +msgid "5.13 (withdrawn)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1361 +msgid "5.14 (withdrawn)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1366 +msgid "5.15 (withdrawn)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1371 +msgid "" +"5.16 With Internet Explorer, I get \"Access is denied\" Javascript errors. " +"Or I cannot make phpMyAdmin work under Windows." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1373 +msgid "Please check the following points:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1375 +msgid "" +"Maybe you have defined your :config:option:`$cfg['PmaAbsoluteUri']` setting " +"in :file:`config.inc.php` to an :term:`IP` address and you are starting " +"phpMyAdmin with a :term:`URL` containing a domain name, or the reverse " +"situation." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1378 +msgid "" +"Security settings in IE and/or Microsoft Security Center are too high, thus " +"blocking scripts execution." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1380 +msgid "" +"The Windows Firewall is blocking Apache and MySQL. You must allow :term:" +"`HTTP` ports (80 or 443) and MySQL port (usually 3306) in the \"in\" and " +"\"out\" directions." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1387 +msgid "5.17 With Firefox, I cannot delete rows of data or drop a database." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1389 +msgid "" +"Many users have confirmed that the Tabbrowser Extensions plugin they " +"installed in their Firefox is causing the problem." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1395 +msgid "5.18 (withdrawn)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1400 +msgid "5.19 I get JavaScript errors in my browser." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1402 +msgid "" +"Issues have been reported with some combinations of browser extensions. To " +"troubleshoot, disable all extensions then clear your browser cache to see if " +"the problem goes away." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1409 +msgid "5.20 I get errors about violating Content Security Policy." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1411 ../phpmyadmin/doc/faq.rst:1438 +msgid "If you see errors like:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1417 +msgid "" +"This is usually caused by some software, which wrongly rewrites :mailheader:" +"`Content Security Policy` headers. Usually this is caused by antivirus proxy " +"or browser addons which are causing such errors." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1421 +msgid "" +"If you see these errors, try disabling the HTTP proxy in antivirus or " +"disable the :mailheader:`Content Security Policy` rewriting in it. If that " +"doesn't help, try disabling browser extensions." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1425 +msgid "" +"Alternatively it can be also server configuration issue (if the webserver is " +"configured to emit :mailheader:`Content Security Policy` headers, they can " +"override the ones from phpMyAdmin)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1429 ../phpmyadmin/doc/faq.rst:1451 +msgid "Programs known to cause these kind of errors:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1431 +msgid "Kaspersky Internet Security" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1436 +msgid "" +"5.21 I get errors about potentially unsafe operation when browsing table or " +"executing SQL query." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1444 +msgid "" +"This is usually caused by web application firewall doing requests filtering. " +"It tries to prevent SQL injection, however phpMyAdmin is tool designed to " +"execute SQL queries, thus it makes it unusable." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1448 +msgid "" +"Please allow phpMyAdmin scripts from the web application firewall settings " +"or disable it completely for phpMyAdmin path." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1453 +msgid "Wordfence Web Application Firewall" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1458 +msgid "Using phpMyAdmin" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1463 +msgid "" +"6.1 I can't insert new rows into a table / I can't create a table - MySQL " +"brings up a SQL error." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1465 +msgid "" +"Examine the :term:`SQL` error with care. Often the problem is caused by " +"specifying a wrong column-type. Common errors include:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1469 +msgid "Using ``VARCHAR`` without a size argument" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1470 +msgid "Using ``TEXT`` or ``BLOB`` with a size argument" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1472 +msgid "" +"Also, look at the syntax chapter in the MySQL manual to confirm that your " +"syntax is correct." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1478 +msgid "" +"6.2 When I create a table, I set an index for two columns and phpMyAdmin " +"generates only one index with those two columns." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1480 +msgid "" +"This is the way to create a multi-columns index. If you want two indexes, " +"create the first one when creating the table, save, then display the table " +"properties and click the Index link to create the other index." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1488 +msgid "6.3 How can I insert a null value into my table?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1490 +msgid "" +"Since version 2.2.3, you have a checkbox for each column that can be null. " +"Before 2.2.3, you had to enter \"null\", without the quotes, as the column's " +"value. Since version 2.5.5, you have to use the checkbox to get a real NULL " +"value, so if you enter \"NULL\" this means you want a literal NULL in the " +"column, and not a NULL value (this works in PHP4)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1499 +msgid "6.4 How can I backup my database or table?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1501 +msgid "" +"Click on a database or table name in the navigation panel, the properties " +"will be displayed. Then on the menu, click \"Export\", you can dump the " +"structure, the data, or both. This will generate standard :term:`SQL` " +"statements that can be used to recreate your database/table. You will need " +"to choose \"Save as file\", so that phpMyAdmin can transmit the resulting " +"dump to your station. Depending on your PHP configuration, you will see " +"options to compress the dump. See also the :config:option:" +"`$cfg['ExecTimeLimit']` configuration variable. For additional help on this " +"subject, look for the word \"dump\" in this document." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1513 +msgid "" +"6.5 How can I restore (upload) my database or table using a dump? How can I " +"run a \".sql\" file?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1515 +msgid "" +"Click on a database name in the navigation panel, the properties will be " +"displayed. Select \"Import\" from the list of tabs in the right–hand frame " +"(or \":term:`SQL`\" if your phpMyAdmin version is previous to 2.7.0). In the " +"\"Location of the text file\" section, type in the path to your dump " +"filename, or use the Browse button. Then click Go. With version 2.7.0, the " +"import engine has been re–written, if possible it is suggested that you " +"upgrade to take advantage of the new features. For additional help on this " +"subject, look for the word \"upload\" in this document." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1525 +msgid "" +"Note: For errors while importing of dumps exported from older MySQL versions " +"to newer MySQL versions, please check :ref:`faq6_41`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1531 +msgid "6.6 How can I use the relation table in Query-by-example?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1533 +msgid "" +"Here is an example with the tables persons, towns and countries, all located " +"in the database \"mydb\". If you don't have a ``pma__relation`` table, " +"create it as explained in the configuration section. Then create the example " +"tables:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1568 +msgid "To setup appropriate links and display information:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1570 +msgid "on table \"REL\\_persons\" click Structure, then Relation view" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1571 +msgid "" +"for \"town\\_code\", choose from dropdowns, \"mydb\", \"REL\\_towns\", " +"\"town\\_code\" for foreign database, table and column respectively" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1573 +msgid "" +"for \"country\\_code\", choose from dropdowns, \"mydb\", " +"\"REL\\_countries\", \"country\\_code\" for foreign database, table and " +"column respectively" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1575 +msgid "on table \"REL\\_towns\" click Structure, then Relation view" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1576 +msgid "in \"Choose column to display\", choose \"description\"" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1577 +msgid "repeat the two previous steps for table \"REL\\_countries\"" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1579 +msgid "Then test like this:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1581 +msgid "Click on your db name in the navigation panel" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1582 +msgid "Choose \"Query\"" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1583 +msgid "Use tables: persons, towns, countries" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1584 +msgid "Click \"Update query\"" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1585 +msgid "" +"In the columns row, choose persons.person\\_name and click the \"Show\" " +"tickbox" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1587 +msgid "" +"Do the same for towns.description and countries.descriptions in the other 2 " +"columns" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1589 +msgid "" +"Click \"Update query\" and you will see in the query box that the correct " +"joins have been generated" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1591 +msgid "Click \"Submit query\"" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1596 +msgid "6.7 How can I use the \"display column\" feature?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1598 +msgid "" +"Starting from the previous example, create the ``pma__table_info`` as " +"explained in the configuration section, then browse your persons table, and " +"move the mouse over a town code or country code. See also :ref:`faq6_21` " +"for an additional feature that \"display column\" enables: drop-down list of " +"possible values." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1607 +msgid "6.8 How can I produce a PDF schema of my database?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1609 +msgid "" +"First the configuration variables \"relation\", \"table\\_coords\" and " +"\"pdf\\_pages\" have to be filled in." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1612 +msgid "Select your database in the navigation panel." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1613 +msgid "Choose \":guilabel:`Designer`\" in the navigation bar at the top." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1614 +msgid "Move the tables the way you want them." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1615 +msgid "Choose \":guilabel:`Export schema`\" in the left menu." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1616 +msgid "The export modal will open." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1617 +msgid "" +"Select the type of export to :term:`PDF`, you may adjust the other settings." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1618 +msgid "Submit the form and the file will start downloading." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1622 +msgid ":ref:`relations`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1627 +msgid "6.9 phpMyAdmin is changing the type of one of my columns!" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1629 +msgid "" +"No, it's MySQL that is doing `silent column type changing `_." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1635 +msgid "" +"6.10 When creating a privilege, what happens with underscores in the " +"database name?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1637 +msgid "" +"If you do not put a backslash before the underscore, this is a wildcard " +"grant, and the underscore means \"any character\". So, if the database name " +"is \"john\\_db\", the user would get rights to john1db, john2db ... If you " +"put a backslash before the underscore, it means that the database name will " +"have a real underscore." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1646 +msgid "6.11 What is the curious symbol ø in the statistics pages?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1648 +msgid "It means \"average\"." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1653 +msgid "6.12 I want to understand some Export options." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1655 +msgid "**Structure:**" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1657 +msgid "" +"\"Add DROP TABLE\" will add a line telling MySQL to `drop the table `_, if it already exists " +"during the import. It does NOT drop the table after your export, it only " +"affects the import file." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1661 +msgid "" +"\"If Not Exists\" will only create the table if it doesn't exist. Otherwise, " +"you may get an error if the table name exists but has a different structure." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1664 +msgid "" +"\"Add AUTO\\_INCREMENT value\" ensures that AUTO\\_INCREMENT value (if any) " +"will be included in backup." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1666 +msgid "" +"\"Enclose table and column names with backquotes\" ensures that column and " +"table names formed with special characters are protected." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1668 +msgid "" +"\"Add into comments\" includes column comments, relations, and media types " +"set in the pmadb in the dump as :term:`SQL` comments (*/\\* xxx \\*/*)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1672 +msgid "**Data:**" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1674 +msgid "" +"\"Complete inserts\" adds the column names on every INSERT command, for " +"better documentation (but resulting file is bigger)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1676 +msgid "" +"\"Extended inserts\" provides a shorter dump file by using only once the " +"INSERT verb and the table name." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1678 +msgid "" +"\"Delayed inserts\" are best explained in the `MySQL manual - INSERT DELAYED " +"Syntax `_." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1680 +msgid "" +"\"Ignore inserts\" treats errors as a warning instead. Again, more info is " +"provided in the `MySQL manual - INSERT Syntax `_, but basically with this selected, invalid " +"values are adjusted and inserted rather than causing the entire statement to " +"fail." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1689 +msgid "6.13 I would like to create a database with a dot in its name." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1691 +msgid "" +"This is a bad idea, because in MySQL the syntax \"database.table\" is the " +"normal way to reference a database and table name. Worse, MySQL will usually " +"let you create a database with a dot, but then you cannot work with it, nor " +"delete it." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1699 +msgid "6.14 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1704 +msgid "" +"6.15 I want to add a BLOB column and put an index on it, but MySQL says " +"\"BLOB column '...' used in key specification without a key length\"." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1706 +msgid "" +"The right way to do this, is to create the column without any indexes, then " +"display the table structure and use the \"Create an index\" dialog. On this " +"page, you will be able to choose your BLOB column, and set a size to the " +"index, which is the condition to create an index on a BLOB column." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1715 +msgid "6.16 How can I simply move in page with plenty editing fields?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1717 +msgid "" +"You can use :kbd:`Ctrl+arrows` (:kbd:`Option+Arrows` in Safari) for moving " +"on most pages with many editing fields (table structure changes, row " +"editing, etc.)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1724 +msgid "" +"6.17 Transformations: I can't enter my own mimetype! What is this feature " +"then useful for?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1726 +msgid "" +"Defining mimetypes is of no use if you can't put transformations on them. " +"Otherwise you could just put a comment on the column. Because entering your " +"own mimetype will cause serious syntax checking issues and validation, this " +"introduces a high-risk false- user-input situation. Instead you have to " +"initialize mimetypes using functions or empty mimetype definitions." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1733 +msgid "" +"Plus, you have a whole overview of available mimetypes. Who knows all those " +"mimetypes by heart so they can enter it at will?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1739 +msgid "" +"6.18 Bookmarks: Where can I store bookmarks? Why can't I see any bookmarks " +"below the query box? What are these variables for?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1741 +msgid "" +"You need to have configured the :ref:`linked-tables` for using bookmarks " +"feature. Once you have done that, you can use bookmarks in the :guilabel:" +"`SQL` tab." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1744 ../phpmyadmin/doc/faq.rst:1799 +msgid ":ref:`bookmarks`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1749 +msgid "6.19 How can I create simple LATEX document to include exported table?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1751 +msgid "" +"You can simply include table in your LATEX documents, minimal sample " +"document should look like following one (assuming you have table exported in " +"file :file:`table.tex`):" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1766 +msgid "" +"6.20 I see a lot of databases which are not mine, and cannot access them." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1768 +msgid "" +"You have one of these global privileges: CREATE TEMPORARY TABLES, SHOW " +"DATABASES, LOCK TABLES. Those privileges also enable users to see all the " +"database names. So if your users do not need those privileges, you can " +"remove them and their databases list will shorten." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1773 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1778 +msgid "" +"6.21 In edit/insert mode, how can I see a list of possible values for a " +"column, based on some foreign table?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1780 +msgid "" +"You have to setup appropriate links between the tables, and also setup the " +"\"display column\" in the foreign table. See :ref:`faq6_6` for an example. " +"Then, if there are 100 values or less in the foreign table, a drop-down list " +"of values will be available. You will see two lists of values, the first " +"list containing the key and the display column, the second list containing " +"the display column and the key. The reason for this is to be able to type " +"the first letter of either the key or the display column. For 100 values or " +"more, a distinct window will appear, to browse foreign key values and choose " +"one. To change the default limit of 100, see :config:option:" +"`$cfg['ForeignKeyMaxLimit']`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1794 +msgid "" +"6.22 Bookmarks: Can I execute a default bookmark automatically when entering " +"Browse mode for a table?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1796 +msgid "" +"Yes. If a bookmark has the same label as a table name and it's not a public " +"bookmark, it will be executed." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1804 +msgid "6.23 Export: I heard phpMyAdmin can export Microsoft Excel files?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1806 +msgid "" +"You can use :term:`CSV` for Microsoft Excel, which works out of the box." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1809 +msgid "" +"Since phpMyAdmin 3.4.5 support for direct export to Microsoft Excel version " +"97 and newer was dropped." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1816 +msgid "" +"6.24 Now that phpMyAdmin supports native MySQL 4.1.x column comments, what " +"happens to my column comments stored in pmadb?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1818 +msgid "" +"Automatic migration of a table's pmadb-style column comments to the native " +"ones is done whenever you enter Structure page for this table." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1824 +msgid "6.25 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1829 +msgid "6.26 How can I select a range of rows?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1831 +msgid "" +"Click the first row of the range, hold the shift key and click the last row " +"of the range. This works everywhere you see rows, for example in Browse mode " +"or on the Structure page." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1838 +msgid "6.27 What format strings can I use?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1840 +msgid "" +"In all places where phpMyAdmin accepts format strings, you can use " +"``@VARIABLE@`` expansion and `strftime `_ " +"format strings. The expanded variables depend on a context (for example, if " +"you haven't chosen a table, you can not get the table name), but the " +"following variables can be used:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1846 +msgid "``@HTTP_HOST@``" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1847 +msgid "HTTP host that runs phpMyAdmin" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1848 +msgid "``@SERVER@``" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1849 +msgid "MySQL server name" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1850 +msgid "``@VERBOSE@``" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1851 +msgid "" +"Verbose MySQL server name as defined in :config:option:`$cfg['Servers'][$i]" +"['verbose']`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1852 +msgid "``@VSERVER@``" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1853 +msgid "Verbose MySQL server name if set, otherwise normal" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1854 +msgid "``@DATABASE@``" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1855 +msgid "Currently opened database" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1856 +msgid "``@TABLE@``" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1857 +msgid "Currently opened table" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1858 +msgid "``@COLUMNS@``" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1859 +msgid "Columns of the currently opened table" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1861 +msgid "``@PHPMYADMIN@``" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1861 +msgid "phpMyAdmin with version" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1866 +msgid "6.28 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1871 +msgid "6.29 Why can't I get a chart from my query result table?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1873 +msgid "" +"Not every table can be put to the chart. Only tables with one, two or three " +"columns can be visualised as a chart. Moreover the table must be in a " +"special format for chart script to understand it. Currently supported " +"formats can be found in :ref:`charts`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1881 +msgid "6.30 Import: How can I import ESRI Shapefiles?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1883 +msgid "" +"An ESRI Shapefile is actually a set of several files, where .shp file " +"contains geometry data and .dbf file contains data related to those geometry " +"data. To read data from .dbf file you need to have PHP compiled with the " +"dBase extension (--enable-dbase). Otherwise only geometry data will be " +"imported." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1889 +msgid "" +"To upload these set of files you can use either of the following methods:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1892 +msgid "" +"Configure upload directory with :config:option:`$cfg['UploadDir']`, upload " +"both .shp and .dbf files with the same filename and chose the .shp file from " +"the import page." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1895 +msgid "" +"Create a zip archive with .shp and .dbf files and import it. For this to " +"work, you need to set :config:option:`$cfg['TempDir']` to a place where the " +"web server user can write (for example ``'./tmp'``)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1899 +msgid "To create the temporary directory on a UNIX-based system, you can do:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1910 +msgid "6.31 How do I create a relation in designer?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1912 +msgid "" +"To select relation, click: The display column is shown in pink. To set/" +"unset a column as the display column, click the \"Choose column to display\" " +"icon, then click on the appropriate column name." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1919 +msgid "6.32 How can I use the zoom search feature?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1921 +msgid "" +"The Zoom search feature is an alternative to table search feature. It allows " +"you to explore a table by representing its data in a scatter plot. You can " +"locate this feature by selecting a table and clicking the :guilabel:`Search` " +"tab. One of the sub-tabs in the :guilabel:`Table Search` page is :guilabel:" +"`Zoom Search`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1927 +msgid "" +"Consider the table REL\\_persons in :ref:`faq6_6` for an example. To use " +"zoom search, two columns need to be selected, for example, id and " +"town\\_code. The id values will be represented on one axis and town\\_code " +"values on the other axis. Each row will be represented as a point in a " +"scatter plot based on its id and town\\_code. You can include two additional " +"search criteria apart from the two fields to display." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1935 +msgid "" +"You can choose which field should be displayed as label for each point. If a " +"display column has been set for the table (see :ref:`faqdisplay`), it is " +"taken as the label unless you specify otherwise. You can also select the " +"maximum number of rows you want to be displayed in the plot by specifing it " +"in the 'Max rows to plot' field. Once you have decided over your criteria, " +"click 'Go' to display the plot." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1943 +msgid "" +"After the plot is generated, you can use the mouse wheel to zoom in and out " +"of the plot. In addition, panning feature is enabled to navigate through the " +"plot. You can zoom-in to a certain level of detail and use panning to locate " +"your area of interest. Clicking on a point opens a dialogue box, displaying " +"field values of the data row represented by the point. You can edit the " +"values if required and click on submit to issue an update query. Basic " +"instructions on how to use can be viewed by clicking the 'How to use?' link " +"located just above the plot." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1956 +msgid "6.33 When browsing a table, how can I copy a column name?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1958 +msgid "" +"Selecting the name of the column within the browse table header cell for " +"copying is difficult, as the columns support reordering by dragging the " +"header cells as well as sorting by clicking on the linked column name. To " +"copy a column name, double-click on the empty area next to the column name, " +"when the tooltip tells you to do so. This will show you an input box with " +"the column name. You may right-click the column name within this input box " +"to copy it to your clipboard." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1969 +msgid "6.34 How can I use the Favorite Tables feature?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1971 +msgid "" +"Favorite Tables feature is very much similar to Recent Tables feature. It " +"allows you to add a shortcut for the frequently used tables of any database " +"in the navigation panel . You can easily navigate to any table in the list " +"by simply choosing it from the list. These tables are stored in your " +"browser's local storage if you have not configured your `phpMyAdmin " +"Configuration Storage`. Otherwise these entries are stored in `phpMyAdmin " +"Configuration Storage`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1979 +msgid "" +"IMPORTANT: In absence of `phpMyAdmin Configuration Storage`, your Favorite " +"tables may be different in different browsers based on your different " +"selections in them." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1983 +msgid "" +"To add a table to Favorite list simply click on the `Gray` star in front of " +"a table name in the list of tables of a Database and wait until it turns to " +"`Yellow`. To remove a table from list, simply click on the `Yellow` star and " +"wait until it turns `Gray` again." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1989 +msgid "" +"Using :config:option:`$cfg['NumFavoriteTables']` in your :file:`config.inc." +"php` file, you can define the maximum number of favorite tables shown in " +"the navigation panel. Its default value is `10`." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1996 +msgid "6.35 How can I use the Range search feature?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:1998 +msgid "" +"With the help of range search feature, one can specify a range of values for " +"particular column(s) while performing search operation on a table from the " +"`Search` tab." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2002 +msgid "" +"To use this feature simply click on the `BETWEEN` or `NOT BETWEEN` operators " +"from the operator select list in front of the column name. On choosing one " +"of the above options, a dialog box will show up asking for the `Minimum` and " +"`Maximum` value for that column. Only the specified range of values will be " +"included in case of `BETWEEN` and excluded in case of `NOT BETWEEN` from the " +"final results." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2008 +msgid "" +"Note: The Range search feature will work only `Numeric` and `Date` data type " +"columns." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2013 +msgid "6.36 What is Central columns and how can I use this feature?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2015 +msgid "" +"As the name suggests, the Central columns feature enables to maintain a " +"central list of columns per database to avoid similar name for the same data " +"element and bring consistency of data type for the same data element. You " +"can use the central list of columns to add an element to any table structure " +"in that database which will save from writing similar column name and column " +"definition." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2021 +msgid "" +"To add a column to central list, go to table structure page, check the " +"columns you want to include and then simply click on \"Add to central " +"columns\". If you want to add all unique columns from more than one table " +"from a database then go to database structure page, check the tables you " +"want to include and then select \"Add columns to central list\"." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2026 +msgid "" +"To remove a column from central list, go to Table structure page, check the " +"columns you want to remove and then simply click on \"Remove from central " +"columns\". If you want to remove all columns from more than one tables from " +"a database then go to database structure page, check the tables you want to " +"include and then select \"Remove columns from central list\"." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2031 +msgid "" +"To view and manage the central list, select the database you want to manage " +"central columns for then from the top menu click on \"Central columns\". You " +"will be taken to a page where you will have options to edit, delete or add " +"new columns to central list." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2038 +msgid "6.37 How can I use Improve Table structure feature?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2040 +msgid "" +"Improve table structure feature helps to bring the table structure upto " +"Third Normal Form. A wizard is presented to user which asks questions about " +"the elements during the various steps for normalization and a new structure " +"is proposed accordingly to bring the table into the First/Second/Third " +"Normal form. On startup of the wizard, user gets to select upto what normal " +"form they want to normalize the table structure." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2047 +msgid "" +"Here is an example table which you can use to test all of the three First, " +"Second and Third Normal Form." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2064 +msgid "" +"The above table is not in First normal Form as no :term:`primary key` " +"exists. Primary key is supposed to be (`petName`,`ownerLastName`," +"`ownerFirstName`) . If the :term:`primary key` is chosen as suggested the " +"resultant table won't be in Second as well as Third Normal form as the " +"following dependencies exists." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2075 +msgid "" +"Which says, OwnerEmail depends on OwnerLastName and OwnerFirstName. " +"OwnerPhone depends on OwnerLastName and OwnerFirstName. PetType depends on " +"PetBreed." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2082 +msgid "6.38 How can I reassign auto-incremented values?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2084 +msgid "" +"Some users prefer their AUTO_INCREMENT values to be consecutive; this is not " +"always the case after row deletion." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2087 +msgid "" +"Here are the steps to accomplish this. These are manual steps because they " +"involve a manual verification at one point." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2090 +msgid "Ensure that you have exclusive access to the table to rearrange" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2092 +msgid "" +"On your :term:`primary key` column (i.e. id), remove the AUTO_INCREMENT " +"setting" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2094 +msgid "Delete your primary key in Structure > indexes" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2096 +msgid "Create a new column future_id as primary key, AUTO_INCREMENT" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2098 +msgid "" +"Browse your table and verify that the new increments correspond to what " +"you're expecting" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2101 +msgid "Drop your old id column" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2103 +msgid "Rename the future_id column to id" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2105 +msgid "Move the new id column via Structure > Move columns" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2110 +msgid "" +"6.39 What is the \"Adjust privileges\" option when renaming, copying, or " +"moving a database, table, column, or procedure?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2112 +msgid "" +"When renaming/copying/moving a database/table/column/procedure, MySQL does " +"not adjust the original privileges relating to these objects on its own. By " +"selecting this option, phpMyAdmin will adjust the privilege table so that " +"users have the same privileges on the new items." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2117 +msgid "" +"For example: A user 'bob'@'localhost' has a 'SELECT' privilege on a column " +"named 'id'. Now, if this column is renamed to 'id_new', MySQL, on its own, " +"would **not** adjust the column privileges to the new column name. " +"phpMyAdmin can make this adjustment for you automatically." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2122 +msgid "Notes:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2124 +msgid "" +"While adjusting privileges for a database, the privileges of all database-" +"related elements (tables, columns and procedures) are also adjusted to the " +"database's new name." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2128 +msgid "" +"Similarly, while adjusting privileges for a table, the privileges of all the " +"columns inside the new table are also adjusted." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2131 +msgid "" +"While adjusting privileges, the user performing the operation **must** have " +"the following privileges:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2134 +msgid "" +"SELECT, INSERT, UPDATE, DELETE privileges on following tables: `mysql`.`db`, " +"`mysql`.`columns_priv`, `mysql`.`tables_priv`, `mysql`.`procs_priv`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2136 +msgid "FLUSH privilege (GLOBAL)" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2138 +msgid "" +"Thus, if you want to replicate the database/table/column/procedure as it is " +"while renaming/copying/moving these objects, make sure you have checked this " +"option." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2144 +msgid "" +"6.40 I see \"Bind parameters\" checkbox in the \"SQL\" page. How do I write " +"parameterized SQL queries?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2146 +msgid "" +"From version 4.5, phpMyAdmin allows users to execute parameterized queries " +"in the \"SQL\" page. Parameters should be prefixed with a colon(:) and when " +"the \"Bind parameters\" checkbox is checked these parameters will be " +"identified and input fields for these parameters will be presented. Values " +"entered in these field will be substituted in the query before being " +"executed." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2154 +msgid "" +"6.41 I get import errors while importing the dumps exported from older MySQL " +"versions (pre-5.7.6) into newer MySQL versions (5.7.7+), but they work fine " +"when imported back on same older versions ?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2156 +msgid "" +"If you get errors like *#1031 - Table storage engine for 'table_name' " +"doesn't have this option* while importing the dumps exported from pre-5.7.7 " +"MySQL servers into new MySQL server versions 5.7.7+, it might be because " +"ROW_FORMAT=FIXED is not supported with InnoDB tables. Moreover, the value of " +"`innodb_strict_mode `_ would define if this would be " +"reported as a warning or as an error." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2161 +msgid "" +"Since MySQL version 5.7.9, the default value for `innodb_strict_mode` is " +"`ON` and thus would generate an error when such a CREATE TABLE or ALTER " +"TABLE statement is encountered." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2164 +msgid "There are two ways of preventing such errors while importing:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2166 +msgid "" +"Change the value of `innodb_strict_mode` to `OFF` before starting the import " +"and turn it `ON` after the import is successfully completed." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2168 +msgid "This can be achieved in two ways:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2170 +msgid "Go to 'Variables' page and edit the value of `innodb_strict_mode`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2171 +msgid "Run the query : `SET GLOBAL `innodb_strict_mode` = '[value]'`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2173 +msgid "" +"After the import is done, it is suggested that the value of " +"`innodb_strict_mode` should be reset to the original value." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2179 +msgid "phpMyAdmin project" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2184 +msgid "7.1 I have found a bug. How do I inform developers?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2186 +msgid "" +"Our issues tracker is located at . For security issues, please refer to the instructions at to email the developers directly." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2193 +msgid "" +"7.2 I want to translate the messages to a new language or upgrade an " +"existing language, where do I start?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2195 +msgid "" +"Translations are very welcome and all you need to have are the language " +"skills. The easiest way is to use our `online translation service `_. You can check out all the " +"possibilities to translate in the `translate section on our website `_." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2204 +msgid "" +"7.3 I would like to help out with the development of phpMyAdmin. How should " +"I proceed?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2206 +msgid "" +"We welcome every contribution to the development of phpMyAdmin. You can " +"check out all the possibilities to contribute in the `contribute section on " +"our website `_." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2211 +msgid ":ref:`developers`" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2216 +msgid "Security" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2221 +msgid "" +"8.1 Where can I get information about the security alerts issued for " +"phpMyAdmin?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2223 +msgid "Please refer to ." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2228 +msgid "8.2 How can I protect phpMyAdmin against brute force attacks?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2230 +msgid "" +"If you use Apache web server, phpMyAdmin exports information about " +"authentication to the Apache environment and it can be used in Apache logs. " +"Currently there are two variables available:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2234 +msgid "``userID``" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2235 +msgid "User name of currently active user (they do not have to be logged in)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2240 +msgid "``userStatus``" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2237 +msgid "" +"Status of currently active user, one of ``ok`` (user is logged in), ``mysql-" +"denied`` (MySQL denied user login), ``allow-denied`` (user denied by allow/" +"deny rules), ``root-denied`` (root is denied in configuration), ``empty-" +"denied`` (empty password is denied)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2242 +msgid "``LogFormat`` directive for Apache can look like following:" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2248 +msgid "" +"You can then use any log analyzing tools to detect possible break-in " +"attempts." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2254 +msgid "8.3 Why are there path disclosures when directly loading certain files?" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2256 +msgid "" +"This is a server configuration problem. Never enable ``display_errors`` on a " +"production site." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2261 +msgid "" +"8.4 CSV files exported from phpMyAdmin could allow a formula injection " +"attack." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2263 +msgid "" +"It is possible to generate a :term:`CSV` file that, when imported to a " +"spreadsheet program such as Microsoft Excel, could potentially allow the " +"execution of arbitrary commands." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2266 +msgid "" +"The CSV files generated by phpMyAdmin could potentially contain text that " +"would be interpreted by a spreadsheet program as a formula, but we do not " +"believe escaping those fields is the proper behavior. There is no means to " +"properly escape and differentiate between a desired text output and a " +"formula that should be escaped, and CSV is a text format where function " +"definitions should not be interpreted anyway. We have discussed this at " +"length and feel it is the responsibility of the spreadsheet program to " +"properly parse and sanitize such data on input instead." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2272 +msgid "" +"Google also has a `similar view `_." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2277 +msgid "Synchronization" +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2282 +msgid "9.1 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/faq.rst:2287 +msgid "9.2 (withdrawn)." +msgstr "" + +#: ../phpmyadmin/doc/other.rst:2 +msgid "Other sources of information" +msgstr "" + +#: ../phpmyadmin/doc/other.rst:5 +msgid "Printed Book" +msgstr "" + +#: ../phpmyadmin/doc/other.rst:7 +msgid "" +"The definitive guide to using phpMyAdmin is the book Mastering phpMyAdmin " +"for Effective MySQL Management by Marc Delisle. You can get information on " +"that book and other officially endorsed `books at the phpMyAdmin site`_." +msgstr "" + +#: ../phpmyadmin/doc/other.rst:14 +msgid "Tutorials" +msgstr "" + +#: ../phpmyadmin/doc/other.rst:16 +msgid "Third party tutorials and articles which you might find interesting:" +msgstr "" + +#: ../phpmyadmin/doc/other.rst:19 +msgid "Česky (Czech)" +msgstr "" + +#: ../phpmyadmin/doc/other.rst:21 +msgid "`Seriál o phpMyAdminovi `_" +msgstr "" + +#: ../phpmyadmin/doc/other.rst:24 +msgid "English" +msgstr "" + +#: ../phpmyadmin/doc/other.rst:26 +msgid "" +"`Having fun with phpMyAdmin's MIME-transformations & PDF-features `_" +msgstr "" + +#: ../phpmyadmin/doc/other.rst:27 +msgid "" +"`Learning SQL Using phpMyAdmin (old tutorial) `_" +msgstr "" + +#: ../phpmyadmin/doc/other.rst:30 +msgid "Русский (Russian)" +msgstr "" + +#: ../phpmyadmin/doc/other.rst:32 +msgid "`Russian server about phpMyAdmin `_" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:4 +msgid "Two-factor authentication" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:8 +msgid "" +"Since phpMyAdmin 4.8.0 you can configure two-factor authentication to be " +"used when logging in. To use this, you first need to configure the :ref:" +"`linked-tables`. Once this is done, every user can opt-in for the second " +"authentication factor in the :guilabel:`Settings`." +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:13 +msgid "" +"When running phpMyAdmin from the Git source repository, the dependencies " +"must be installed manually; the typical way of doing so is with the command:" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:20 +msgid "Or when using a hardware security key with FIDO U2F:" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:27 +msgid "Authentication Application (2FA)" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:29 +msgid "" +"Using an application for authentication is a quite common approach based on " +"HOTP and `TOTP `_. It is based on transmitting a private key from " +"phpMyAdmin to the authentication application and the application is then " +"able to generate one time codes based on this key. The easiest way to enter " +"the key in to the application from phpMyAdmin is through scanning a QR code." +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:36 +msgid "" +"There are dozens of applications available for mobile phones to implement " +"these standards, the most widely used include:" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:39 +msgid "`FreeOTP for iOS, Android and Pebble `_" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:40 +msgid "`Authy for iOS, Android, Chrome, OS X `_" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:41 +msgid "" +"`Google Authenticator for iOS `_" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:42 +msgid "" +"`Google Authenticator for Android `_" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:43 +msgid "" +"`LastPass Authenticator for iOS, Android, OS X, Windows `_" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:46 +msgid "Hardware Security Key (FIDO U2F)" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:48 +msgid "" +"Using hardware tokens is considered to be more secure than a software based " +"solution. phpMyAdmin supports `FIDO U2F `_ tokens." +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:52 +msgid "There are several manufacturers of these tokens, for example:" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:54 +msgid "`youbico FIDO U2F Security Key `_" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:55 +msgid "`HyperFIDO `_" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:56 +msgid "" +"`Trezor Hardware Wallet `_ can act as an `U2F token " +"`_" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:57 +msgid "" +"`List of Two Factor Auth (2FA) Dongles `_" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:62 +msgid "Simple two-factor authentication" +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:64 +msgid "" +"This authentication is included for testing and demonstration purposes only " +"as it really does not provide two-factor authentication, it just asks the " +"user to confirm login by clicking on the button." +msgstr "" + +#: ../phpmyadmin/doc/two_factor.rst:68 +msgid "" +"It should not be used in the production and is disabled unless :config:" +"option:`$cfg['DBG']['simple2fa']` is set." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:2 +msgid "Import and export" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:5 +msgid "Import" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:7 +msgid "" +"To import data, go to the \"Import\" tab in phpMyAdmin. To import data into " +"a specific database or table, open the database or table before going to the " +"\"Import\" tab." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:11 +msgid "" +"In addition to the standard Import and Export tab, you can also import an " +"SQL file directly by dragging and dropping it from your local file manager " +"to the phpMyAdmin interface in your web browser." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:15 +msgid "" +"If you are having troubles importing big files, please consult :ref:" +"`faq1_16`." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:17 +msgid "You can import using following methods:" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:19 +msgid "Form based upload" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:21 +msgid "" +"Can be used with any supported format, also (b|g)zipped files, e.g., mydump." +"sql.gz ." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:23 +msgid "Form based SQL Query" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:25 +msgid "Can be used with valid SQL dumps." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:27 +msgid "Using upload directory" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:29 +msgid "" +"You can specify an upload directory on your web server where phpMyAdmin is " +"installed, after uploading your file into this directory you can select this " +"file in the import dialog of phpMyAdmin, see :config:option:" +"`$cfg['UploadDir']`." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:31 +msgid "phpMyAdmin can import from several various commonly used formats." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:34 +#: ../phpmyadmin/doc/import_export.rst:128 ../phpmyadmin/doc/glossary.rst:59 +msgid "CSV" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:36 +#: ../phpmyadmin/doc/import_export.rst:130 +msgid "" +"Comma separated values format which is often used by spreadsheets or various " +"other programs for export/import." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:40 +msgid "" +"When importing data into a table from a CSV file where the table has an " +"'auto_increment' field, make the 'auto_increment' value for each record in " +"the CSV field to be '0' (zero). This allows the 'auto_increment' field to " +"populate correctly." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:45 +msgid "" +"It is now possible to import a CSV file at the server or database level. " +"Instead of having to create a table to import the CSV file into, a best-fit " +"structure will be determined for you and the data imported into it, instead. " +"All other features, requirements, and limitations are as before." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:51 +msgid "CSV using LOAD DATA" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:53 +msgid "" +"Similar to CSV, only using the internal MySQL parser and not the phpMyAdmin " +"one." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:56 +msgid "ESRI Shape File" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:58 +msgid "" +"The ESRI shapefile or simply a shapefile is a popular geospatial vector data " +"format for geographic information systems software. It is developed and " +"regulated by Esri as a (mostly) open specification for data interoperability " +"among Esri and other software products." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:64 +#: ../phpmyadmin/doc/import_export.rst:268 +msgid "MediaWiki" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:66 +msgid "" +"MediaWiki files, which can be exported by phpMyAdmin (version 4.0 or later), " +"can now also be imported. This is the format used by Wikipedia to display " +"tables." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:71 +msgid "Open Document Spreadsheet (ODS)" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:73 +msgid "" +"OpenDocument workbooks containing one or more spreadsheets can now be " +"directly imported." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:75 +msgid "" +"When importing an ODS spreadsheet, the spreadsheet must be named in a " +"specific way in order to make the import as simple as possible." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:79 +msgid "Table name" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:81 +msgid "" +"During import, phpMyAdmin uses the sheet name as the table name; you should " +"rename the sheet in your spreadsheet program in order to match your existing " +"table name (or the table you wish to create, though this is less of a " +"concern since you could quickly rename the new table from the Operations " +"tab)." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:86 +msgid "Column names" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:88 +msgid "" +"You should also make the first row of your spreadsheet a header with the " +"names of the columns (this can be accomplished by inserting a new row at the " +"top of your spreadsheet). When on the Import screen, select the checkbox for " +"\"The first line of the file contains the table column names;\" this way " +"your newly imported data will go to the proper columns." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:95 +msgid "" +"Formulas and calculations will NOT be evaluated, rather, their value from " +"the most recent save will be loaded. Please ensure that all values in the " +"spreadsheet are as needed before importing it." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:100 +#: ../phpmyadmin/doc/import_export.rst:300 ../phpmyadmin/doc/glossary.rst:370 +msgid "SQL" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:102 +msgid "" +"SQL can be used to make any manipulation on data, it is also useful for " +"restoring backed up data." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:105 +#: ../phpmyadmin/doc/import_export.rst:334 ../phpmyadmin/doc/glossary.rst:422 +msgid "XML" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:107 +msgid "" +"XML files exported by phpMyAdmin (version 3.3.0 or later) can now be " +"imported. Structures (databases, tables, views, triggers, etc.) and/or data " +"will be created depending on the contents of the file." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:111 +msgid "The supported xml schemas are not yet documented in this wiki." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:114 +msgid "Export" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:116 +msgid "" +"phpMyAdmin can export into text files (even compressed) on your local disk " +"(or a special the webserver :config:option:`$cfg['SaveDir']` folder) in " +"various commonly used formats:" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:121 +msgid "CodeGen" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:123 +msgid "" +"`NHibernate `_ file format. " +"Planned versions: Java, Hibernate, PHP PDO, JSON, etc. So the preliminary " +"name is codegen." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:134 +msgid "CSV for Microsoft Excel" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:136 +msgid "" +"This is just preconfigured version of CSV export which can be imported into " +"most English versions of Microsoft Excel. Some localised versions (like " +"\"Danish\") are expecting \";\" instead of \",\" as field separator." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:141 +msgid "Microsoft Word 2000" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:143 +msgid "" +"If you're using Microsoft Word 2000 or newer (or compatible such as " +"OpenOffice.org), you can use this export." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:147 +msgid "JSON" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:149 +msgid "" +"JSON (JavaScript Object Notation) is a lightweight data-interchange format. " +"It is easy for humans to read and write and it is easy for machines to parse " +"and generate." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:155 +msgid "" +"The generated JSON structure has been changed in phpMyAdmin 4.7.0 to produce " +"valid JSON data." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:158 +msgid "The generated JSON is list of objects with following attributes:" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:162 +msgid "Type of given object, can be one of:" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:164 +msgid "``header``" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:165 +msgid "Export header containing comment and phpMyAdmin version." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:166 +msgid "``database``" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:167 +msgid "Start of a database marker, containing name of database." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:168 +msgid "``table``" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:169 +msgid "Table data export." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:173 +msgid "Used in ``header`` :js:data:`type` and indicates phpMyAdmin version." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:177 +msgid "Optional textual comment." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:181 +msgid "Object name - either table or database based on :js:data:`type`." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:185 +msgid "Database name for ``table`` :js:data:`type`." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:189 +msgid "Table content for ``table`` :js:data:`type`." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:191 +msgid "Sample output:" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:235 +msgid "LaTeX" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:237 +msgid "" +"If you want to embed table data or structure in LaTeX, this is right choice " +"for you." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:239 +msgid "" +"LaTeX is a typesetting system that is very suitable for producing scientific " +"and mathematical documents of high typographical quality. It is also " +"suitable for producing all sorts of other documents, from simple letters to " +"complete books. LaTeX uses TeX as its formatting engine. Learn more about " +"TeX and LaTeX on `the Comprehensive TeX Archive Network `_ also see the `short description od TeX `_." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:246 +msgid "" +"The output needs to be embedded into a LaTeX document before it can be " +"rendered, for example in following document:" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:270 +msgid "" +"Both tables and databases can be exported in the MediaWiki format, which is " +"used by Wikipedia to display tables. It can export structure, data or both, " +"including table names or headers." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:275 +msgid "OpenDocument Spreadsheet" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:277 +msgid "" +"Open standard for spreadsheet data, which is being widely adopted. Many " +"recent spreadsheet programs, such as LibreOffice, OpenOffice, Microsoft " +"Office or Google Docs can handle this format." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:282 +msgid "OpenDocument Text" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:284 +msgid "" +"New standard for text data which is being widely adopted. Most recent word " +"processors (such as LibreOffice, OpenOffice, Microsoft Word, AbiWord or " +"KWord) can handle this." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:289 ../phpmyadmin/doc/glossary.rst:264 +msgid "PDF" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:291 +msgid "" +"For presentation purposes, non editable PDF might be best choice for you." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:294 +msgid "PHP Array" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:296 +msgid "" +"You can generate a php file which will declare a multidimensional array with " +"the contents of the selected table or database." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:302 +msgid "" +"Export in SQL can be used to restore your database, thus it is useful for " +"backing up." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:305 +msgid "" +"The option 'Maximal length of created query' seems to be undocumented. But " +"experiments has shown that it splits large extended INSERTS so each one is " +"no bigger than the given number of bytes (or characters?). Thus when " +"importing the file, for large tables you avoid the error \"Got a packet " +"bigger than 'max_allowed_packet' bytes\"." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:313 +msgid "https://dev.mysql.com/doc/refman/5.7/en/packet-too-large.html" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:316 +msgid "Data Options" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:318 +msgid "" +"**Complete inserts** adds the column names to the SQL dump. This parameter " +"improves the readability and reliability of the dump. Adding the column " +"names increases the size of the dump, but when combined with Extended " +"inserts it's negligible." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:323 +msgid "" +"**Extended inserts** combines multiple rows of data into a single INSERT " +"query. This will significantly decrease filesize for large SQL dumps, " +"increases the INSERT speed when imported, and is generally recommended." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:328 +msgid "Texy!" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:330 +msgid "" +"`Texy! `_ markup format. You can see example on `Texy! " +"demo `_." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:336 +msgid "Easily parsable export for use with custom scripts." +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:340 +msgid "The XML schema used has changed as of version 3.3.0" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:343 +msgid "YAML" +msgstr "" + +#: ../phpmyadmin/doc/import_export.rst:345 +msgid "" +"YAML is a data serialization format which is both human readable and " +"computationally powerful ( )." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:4 +msgid "Glossary" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:6 +msgid "From Wikipedia, the free encyclopedia" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:9 +msgid ".htaccess" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:11 +msgid "the default name of Apache's directory-level configuration file." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:13 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:14 +msgid "ACL" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:16 +msgid "Access Control List" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:17 +msgid "Blowfish" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:19 +msgid "" +"a keyed, symmetric block cipher, designed in 1993 by `Bruce Schneier " +"`_." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:21 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:22 +msgid "Browser" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:24 +msgid "" +"a software application that enables a user to display and interact with " +"text, images, and other information typically located on a web page at a " +"website on the World Wide Web." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:26 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:27 +msgid "bzip2" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:29 +msgid "" +"a free software/open-source data compression algorithm and program developed " +"by Julian Seward." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:31 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:32 +msgid "CGI" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:34 +msgid "" +"Common Gateway Interface is an important World Wide Web technology that " +"enables a client web browser to request data from a program executed on the " +"web server." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:38 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:39 +msgid "Changelog" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:41 +msgid "a log or record of changes made to a project." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:43 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:44 +msgid "Client" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:46 +msgid "" +"a computer system that accesses a (remote) service on another computer by " +"some kind of network." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:48 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:49 +msgid "column" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:51 +msgid "" +"a set of data values of a particularly simple type, one for each row of the " +"table." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:53 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:54 +msgid "Cookie" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:56 +msgid "" +"a packet of information sent by a server to a World Wide Web browser and " +"then sent back by the browser each time it accesses that server." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:58 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:61 +msgid "Comma-separated values" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:63 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:64 +msgid "DB" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:66 +msgid "look at :term:`Database`" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:67 ../phpmyadmin/doc/require.rst:44 +msgid "Database" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:69 +msgid "an organized collection of data." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:71 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:72 +msgid "Engine" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:74 +msgid "look at :term:`Storage Engines`" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:75 +msgid "PHP extension" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:77 +msgid "a PHP module that extends PHP with additional functionality." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:79 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:80 +msgid "FAQ" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:82 +msgid "" +"Frequently Asked Questions is a list of commonly asked question and their " +"answers." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:85 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:86 +msgid "Field" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:88 +msgid "one part of divided data/columns." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:90 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:91 +msgid "Foreign key" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:93 +msgid "" +"a column or group of columns in a database row that points to a key column " +"or group of columns forming a key of another database row in some (usually " +"different) table." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:97 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:98 +msgid "GD" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:100 +msgid "" +"Graphics Library by Thomas Boutell and others for dynamically manipulating " +"images." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:102 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:103 +msgid "GD2" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:105 +msgid "look at :term:`GD`" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:106 +msgid "GZip" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:108 +msgid "" +"GZip is short for GNU zip, a GNU free software file compression program." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:110 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:111 +msgid "host" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:113 +msgid "" +"any machine connected to a computer network, a node that has a hostname." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:115 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:116 +msgid "hostname" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:118 +msgid "" +"the unique name by which a network-attached device is known on a network." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:120 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:121 +msgid "HTTP" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:123 +msgid "" +"Hypertext Transfer Protocol is the primary method used to transfer or convey " +"information on the World Wide Web." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:126 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:127 +msgid "HTTPS" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:129 +msgid "a :term:`HTTP`-connection with additional security measures." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:131 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:132 +msgid "IEC" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:134 +msgid "International Electrotechnical Commission" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:135 +msgid "IIS" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:137 +msgid "" +"Internet Information Services is a set of internet-based services for " +"servers using Microsoft Windows." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:140 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:141 +msgid "Index" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:143 +msgid "a feature that allows quick access to the rows in a table." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:145 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:146 +msgid "IP" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:148 +msgid "" +"\"Internet Protocol\" is a data-oriented protocol used by source and " +"destination hosts for communicating data across a packet-switched " +"internetwork." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:152 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:153 +msgid "IP Address" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:155 +msgid "" +"a unique number that devices use in order to identify and communicate with " +"each other on a network utilizing the Internet Protocol standard." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:157 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:158 +msgid "IPv6" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:160 +msgid "" +"IPv6 (Internet Protocol version 6) is the latest revision of the Internet " +"Protocol (:term:`IP`), designed to deal with the long-anticipated problem of " +"its predecessor IPv4 running out of addresses." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:164 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:165 +msgid "ISAPI" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:167 +msgid "" +"Internet Server Application Programming Interface is the API of Internet " +"Information Services (IIS)." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:169 +msgid "" +"" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:170 +msgid "ISP" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:172 +msgid "" +"An Internet service provider is a business or organization that offers users " +"access to the Internet and related services." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:175 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:176 +msgid "ISO" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:178 +msgid "International Standards Organization" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:180 +msgid "`ISO organization website `_" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:181 +msgid "" +"" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:182 +msgid "JPEG" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:184 +msgid "" +"a most commonly used standard method of lossy compression for photographic " +"images." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:186 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:187 +msgid "JPG" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:189 +msgid "look at :term:`JPEG`" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:190 +msgid "Key" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:192 +msgid "look at :term:`Index`" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:193 +msgid "LATEX" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:195 +msgid "a document preparation system for the TeX typesetting program." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:197 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:198 +msgid "Mac" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:200 +msgid "" +"Apple Macintosh is a line of personal computers designed, developed, " +"manufactured, and marketed by Apple Inc." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:202 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:203 +msgid "macOS" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:205 +msgid "" +"the operating system which is included with all currently shipping Apple " +"Macintosh computers in the consumer and professional markets." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:207 ../phpmyadmin/doc/glossary.rst:263 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:208 +msgid "mbstring" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:210 +msgid "" +"The PHP `mbstring` functions provide support for languages represented by " +"multi-byte character sets, most notably UTF-8." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:212 +msgid "" +"If you have troubles installing this extension, please follow :ref:" +"`faqmysql`, it provides useful hints." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:214 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:215 +msgid "Media type" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:217 +msgid "" +"A media type (formerly known as MIME type) is a two-part identifier for file " +"formats and format contents transmitted on the Internet." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:220 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:221 +msgid "MIME" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:223 +msgid "" +"Multipurpose Internet Mail Extensions is an Internet Standard for the format " +"of e-mail." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:226 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:227 +msgid "module" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:229 +msgid "modular extension for the Apache HTTP Server httpd." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:231 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:232 +msgid "mod_proxy_fcgi" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:234 +msgid "" +"an Apache module implementing a Fast CGI interface; PHP can be run as a CGI " +"module, FastCGI, or directly as an Apache module." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:237 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:238 +msgid "MySQL" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:240 +msgid "" +"a multithreaded, multi-user, SQL (Structured Query Language) Database " +"Management System (DBMS)." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:242 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:243 +msgid "MySQLi" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:245 +msgid "the improved MySQL client PHP extension." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:247 +msgid "" +"`PHP manual for MySQL Improved Extension `_" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:248 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:249 +msgid "mysql" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:251 +msgid "the MySQL client PHP extension." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:253 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:254 +msgid "OpenDocument" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:256 +msgid "an open standard for office documents." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:258 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:259 +msgid "OS X" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:261 +msgid "look at :term:`macOS`." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:266 +msgid "" +"Portable Document Format is a file format developed by Adobe Systems for " +"representing two-dimensional documents in a device-independent and " +"resolution-independent format." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:270 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:271 +msgid "PEAR" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:273 +msgid "the PHP Extension and Application Repository." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:275 +msgid "`PEAR website `_" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:276 +msgid "`Wikipedia page for PEAR `_" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:277 +msgid "PCRE" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:279 +msgid "" +"Perl-Compatible Regular Expressions is the Perl-compatible regular " +"expression functions for PHP" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:282 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:283 +msgid "" +"`PHP manual for Perl-Compatible Regular Expressions `_" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:284 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:285 ../phpmyadmin/doc/require.rst:13 +msgid "PHP" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:287 +msgid "" +"short for \"PHP: Hypertext Preprocessor\", is an open-source, reflective " +"programming language used mainly for developing server-side applications and " +"dynamic web content, and more recently, a broader range of software " +"applications." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:292 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:293 +msgid "port" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:295 +msgid "a connection through which data is sent and received." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:297 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:298 +msgid "primary key" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:300 +msgid "" +"A primary key is an index over one or more fields in a table with unique " +"values for every single row in this table. Every table should have a primary " +"key for easier accessing/identifying data in this table. There can only be " +"one primary key per table and it is named always **PRIMARY**. In fact, a " +"primary key is just an :term:`unique key` with the name **PRIMARY**. If no " +"primary key is defined MySQL will use first *unique key* as primary key if " +"there is one." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:308 +msgid "" +"You can create the primary key when creating the table (in phpMyAdmin just " +"check the primary key radio buttons for each field you wish to be part of " +"the primary key)." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:312 +msgid "" +"You can also add a primary key to an existing table with `ALTER` `TABLE` or " +"`CREATE` `INDEX` (in phpMyAdmin you can just click on 'add index' on the " +"table structure page below the listed fields)." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:315 +msgid "RFC" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:317 +msgid "" +"Request for Comments (RFC) documents are a series of memoranda encompassing " +"new research, innovations, and methodologies applicable to Internet " +"technologies." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:321 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:322 +msgid "RFC 1952" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:324 +msgid "GZIP file format specification version 4.3" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:326 +msgid ":rfc:`1952`" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:327 +msgid "Row (record, tuple)" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:329 +msgid "represents a single, implicitly structured data item in a table." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:331 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:334 +msgid "" +"a computer system that provides services to other computing systems over a " +"network." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:336 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:337 +msgid "Sodium" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:339 +msgid "The Sodium PHP extension." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:341 +msgid "" +"`PHP manual for Sodium extension `_" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:342 +msgid "Storage Engines" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:344 +msgid "" +"MySQL can use several different formats for storing data on disk, these are " +"called storage engines or table types. phpMyAdmin allows a user to change " +"their storage engine for a particular table through the operations tab." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:349 +msgid "" +"Common table types are InnoDB and MyISAM, though many others exist and may " +"be desirable in some situations." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:352 +msgid "" +"`MySQL doc chapter about Alternative Storage Engines `_" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:353 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:354 +msgid "socket" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:356 +msgid "a form of inter-process communication." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:358 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:359 +msgid "SSL" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:361 +msgid "" +"Secure Sockets Layer, (now superseded by TLS) is a cryptographic protocol " +"which provides secure communication on the Internet." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:364 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:365 +msgid "Stored procedure" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:367 +msgid "" +"a subroutine available to applications accessing a relational database system" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:369 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:372 +msgid "Structured Query Language" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:374 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:375 +msgid "table" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:377 +msgid "" +"a set of data elements (cells) that is organized, defined and stored as " +"horizontal rows and vertical columns where each item can be uniquely " +"identified by a label or key or by its position in relation to other items." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:382 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:383 +msgid "tar" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:385 +msgid "a type of archive file format, from \"Tape Archive\"." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:387 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:388 +msgid "TCP" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:390 +msgid "" +"Transmission Control Protocol is one of the core protocols of the Internet " +"protocol suite." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:393 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:394 +msgid "TCPDF" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:396 +msgid "PHP library to generate PDF files." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:398 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:399 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:400 +msgid "trigger" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:402 +msgid "" +"a procedural code that is automatically executed in response to certain " +"events on a particular table or view in a database" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:404 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:405 +msgid "unique key" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:407 +msgid "" +"A unique key is an index over one or more fields in a table which has a " +"unique value for each row. The first unique key will be treated as :term:" +"`primary key` if there is no *primary key* defined." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:410 +msgid "URL" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:412 +msgid "" +"Uniform Resource Locator is a sequence of characters, conforming to a " +"standardized format, that is used for referring to resources, such as " +"documents and images on the Internet, by their location." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:416 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:417 ../phpmyadmin/doc/require.rst:7 +msgid "Web server" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:419 +msgid "" +"A computer (program) that is responsible for accepting HTTP requests from " +"clients and serving them web pages." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:421 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:424 +msgid "" +"Extensible Markup Language is a W3C-recommended general-purpose markup " +"language for creating special-purpose markup languages, capable of " +"describing many different kinds of data." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:428 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:429 +msgid "ZIP" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:431 +msgid "a popular data compression and archival format." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:433 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:434 +msgid "Zlib" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:436 +msgid "" +"an open-source, cross-platform data compression library by `Jean-loup Gailly " +"`_ and `Mark Adler `_." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:438 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:439 +msgid "Content Security Policy" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:441 +msgid "" +"The HTTP `Content-Security-Policy` response header allows web site " +"administrators to control resources the user agent is allowed to load for a " +"given page." +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:444 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/glossary.rst:445 +msgid "" +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:4 +msgid "Transformations" +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:8 +msgid "" +"You need to have configured the :ref:`linked-tables` to use the " +"transformations feature." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:14 ../phpmyadmin/doc/intro.rst:4 +msgid "Introduction" +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:16 +msgid "" +"To enable transformations, you have to set up the ``column_info`` table and " +"the proper directives. Please see the :ref:`config` on how to do so." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:19 +msgid "" +"phpMyAdmin has two different types of transformations: browser display " +"transformations, which affect only how the data is shown when browsing " +"through phpMyAdmin; and input transformations, which affect a value prior to " +"being inserted through phpMyAdmin. You can apply different transformations " +"to the contents of each column. Each transformation has options to define " +"how it will affect the stored data." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:27 +msgid "" +"Say you have a column ``filename`` which contains a filename. Normally you " +"would see in phpMyAdmin only this filename. Using display transformations " +"you can transform that filename into a HTML link, so you can click inside of " +"the phpMyAdmin structure on the column's link and will see the file " +"displayed in a new browser window. Using transformation options you can also " +"specify strings to append/prepend to a string or the format you want the " +"output stored in." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:35 +msgid "" +"For a general overview of all available transformations and their options, " +"you can either go to the ``Change`` link for an existing column or from the " +"dialog to create a new column, in either case there is a link on that column " +"structure page for \"Browser display transformation\" and \"Input " +"transformation\" which will show more information about each transformation " +"that is available on your system." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:42 +msgid "" +"For a tutorial on how to effectively use transformations, see our `Link " +"section `_ on the official phpMyAdmin " +"homepage." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:49 +msgid "Usage" +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:51 +msgid "" +"Go to the table structure page (reached by clicking on the 'Structure' link " +"for a table). There click on \"Change\" (or the change icon) and there you " +"will see the five transformation--related fields at the end of the line. " +"They are called ':term:`Media type`', 'Browser transformation' and " +"'Transformation options'." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:57 +msgid "" +"The field ':term:`Media type`' is a drop-down field. Select the :term:`Media " +"type` that corresponds to the column's contents. Please note that many " +"transformations are inactive until a :term:`Media type` is selected." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:60 +msgid "" +"The field 'Browser display transformation' is a drop-down field. You can " +"choose from a hopefully growing amount of pre-defined transformations. See " +"below for information on how to build your own transformation. There are " +"global transformations and mimetype-bound transformations. Global " +"transformations can be used for any mimetype. They will take the mimetype, " +"if necessary, into regard. Mimetype-bound transformations usually only " +"operate on a certain mimetype. There are transformations which operate on " +"the main mimetype (like 'image'), which will most likely take the subtype " +"into regard, and those who only operate on a specific subtype (like 'image/" +"jpeg'). You can use transformations on mimetypes for which the function was " +"not defined for. There is no security check for you selected the right " +"transformation, so take care of what the output will be like." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:73 +msgid "" +"The field 'Browser display transformation options' is a free-type textfield. " +"You have to enter transform-function specific options here. Usually the " +"transforms can operate with default options, but it is generally a good idea " +"to look up the overview to see which options are necessary. Much like the " +"ENUM/SET-Fields, you have to split up several options using the format " +"'a','b','c',...(NOTE THE MISSING BLANKS). This is because internally the " +"options will be parsed as an array, leaving the first value the first " +"element in the array, and so forth. If you want to specify a MIME character " +"set you can define it in the transformation\\_options. You have to put that " +"outside of the pre- defined options of the specific mime-transform, as the " +"last value of the set. Use the format \"'; charset=XXX'\". If you use a " +"transform, for which you can specify 2 options and you want to append a " +"character set, enter \"'first parameter','second parameter','charset=us-" +"ascii'\". You can, however use the defaults for the parameters: " +"\"'','','charset =us-ascii'\". The default options can be configured using :" +"config:option:`$cfg['DefaultTransformations']`." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:90 +msgid "" +"'Input transformation' is another drop-down menu that corresponds exactly " +"with the instructions above for \"Browser display transformation\" except " +"these these affect the data before insertion in to the database. These are " +"most commonly used to either provide a specialized editor (for example, " +"using the phpMyAdmin SQL editor interface) or selector (such as for " +"uploading an image). It's also possible to manipulate the data such as " +"converting an IPv4 address to binary or parsing it through a regular " +"expression." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:97 +msgid "" +"Finally, 'Input transformation options' is the equivalent of the \"Browser " +"display transformation options\" section above and is where optional and " +"required parameters are entered." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:103 +msgid "File structure" +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:105 +msgid "" +"All specific transformations for mimetypes are defined through class files " +"in the directory :file:`libraries/classes/Plugins/Transformations/`. Each of " +"them extends a certain transformation abstract class declared in :file:" +"`libraries/classes/Plugins/Transformations/Abs`." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:110 +msgid "" +"They are stored in files to ease customization and to allow easy adding of " +"new or custom transformations." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:113 +msgid "" +"Because the user cannot enter their own mimetypes, it is kept certain that " +"the transformations will always work. It makes no sense to apply a " +"transformation to a mimetype the transform-function doesn't know to handle." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:118 +msgid "" +"There is a file called :file:`libraries/classes/Plugins/Transformations.php` " +"that provides some basic functions which can be included by any other " +"transform function." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:121 +msgid "" +"The file name convention is ``[Mimetype]_[Subtype]_[Transformation Name]." +"php``, while the abstract class that it extends has the name " +"``[Transformation Name]TransformationsPlugin``. All of the methods that have " +"to be implemented by a transformations plug-in are:" +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:126 +msgid "getMIMEType() and getMIMESubtype() in the main class;" +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:127 +msgid "" +"getName(), getInfo() and applyTransformation() in the abstract class it " +"extends." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:130 +msgid "" +"The getMIMEType(), getMIMESubtype() and getName() methods return the name of " +"the MIME type, MIME Subtype and transformation accordingly. getInfo() " +"returns the transformation's description and possible options it may receive " +"and applyTransformation() is the method that does the actual work of the " +"transformation plug-in." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:136 +msgid "" +"Please see the :file:`libraries/classes/Plugins/Transformations/TEMPLATE` " +"and :file:`libraries/classes/Plugins/Transformations/TEMPLATE\\_ABSTRACT` " +"files for adding your own transformation plug-in. You can also generate a " +"new transformation plug-in (with or without the abstract transformation " +"class), by using :file:`scripts/transformations_generator_plugin.sh` or :" +"file:`scripts/transformations_generator_main_class.sh`." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:144 +msgid "The applyTransformation() method always gets passed three variables:" +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:146 +msgid "" +"**$buffer** - Contains the text inside of the column. This is the text, you " +"want to transform." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:148 +msgid "" +"**$options** - Contains any user-passed options to a transform function as " +"an array." +msgstr "" + +#: ../phpmyadmin/doc/transformations.rst:150 +msgid "" +"**$meta** - Contains an object with information about your column. The data " +"is drawn from the output of the `mysql\\_fetch\\_field() `_ function. This means, all object properties " +"described on the `manual page `_ are " +"available in this variable and can be used to transform a column accordingly " +"to unsigned/zerofill/not\\_null/... properties. The $meta->mimetype variable " +"contains the original :term:`Media type` of the column (i.e. 'text/plain', " +"'image/jpeg' etc.)" +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:2 +msgid "User management" +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:4 +msgid "" +"User management is the process of controlling which users are allowed to " +"connect to the MySQL server and what permissions they have on each database. " +"phpMyAdmin does not handle user management, rather it passes the username " +"and password on to MySQL, which then determines whether a user is permitted " +"to perform a particular action. Within phpMyAdmin, administrators have full " +"control over creating users, viewing and editing privileges for existing " +"users, and removing users." +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:12 +msgid "" +"Within phpMyAdmin, user management is controlled via the :guilabel:`User " +"accounts` tab from the main page. Users can be created, edited, and removed." +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:16 +msgid "Creating a new user" +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:18 +msgid "" +"To create a new user, click the :guilabel:`Add user account` link near the " +"bottom of the :guilabel:`User accounts` page (you must be a \"superuser\", e." +"g., user \"root\"). Use the textboxes and drop-downs to configure the user " +"to your particular needs. You can then select whether to create a database " +"for that user and grant specific global privileges. Once you've created the " +"user (by clicking Go), you can define that user's permissions on a specific " +"database (don't grant global privileges in that case). In general, users do " +"not need any global privileges (other than USAGE), only permissions for " +"their specific database." +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:28 +msgid "Editing an existing user" +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:30 +msgid "" +"To edit an existing user, simply click the pencil icon to the right of that " +"user in the :guilabel:`User accounts` page. You can then edit their global- " +"and database-specific privileges, change their password, or even copy those " +"privileges to a new user." +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:36 +msgid "Deleting a user" +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:38 +msgid "" +"From the :guilabel:`User accounts` page, check the checkbox for the user you " +"wish to remove, select whether or not to also remove any databases of the " +"same name (if they exist), and click Go." +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:43 +msgid "Assigning privileges to user for a specific database" +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:45 +msgid "" +"Users are assigned to databases by editing the user record (from the :" +"guilabel:`User accounts` link on the home page). If you are creating a user " +"specifically for a given table you will have to create the user first (with " +"no global privileges) and then go back and edit that user to add the table " +"and privileges for the individual table." +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:55 +msgid "Configurable menus and user groups" +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:57 +msgid "" +"By enabling :config:option:`$cfg['Servers'][$i]['users']` and :config:option:" +"`$cfg['Servers'][$i]['usergroups']` you can customize what users will see in " +"the phpMyAdmin navigation." +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:63 +msgid "" +"This feature only limits what a user sees, they are still able to use all " +"the functions. So this can not be considered as a security limitation. " +"Should you want to limit what users can do, use MySQL privileges to achieve " +"that." +msgstr "" + +#: ../phpmyadmin/doc/privileges.rst:67 +msgid "" +"With this feature enabled, the :guilabel:`User accounts` management " +"interface gains a second tab for managing :guilabel:`User groups`, where you " +"can define what each group will view (see image below) and you can then " +"assign each user to one of these groups. Users will be presented with a " +"simplified user interface, which might be useful for inexperienced users who " +"could be overwhelmed by all the features phpMyAdmin provides." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:4 +msgid "Requirements" +msgstr "" + +#: ../phpmyadmin/doc/require.rst:9 +msgid "" +"Since phpMyAdmin's interface is based entirely in your browser, you'll need " +"a web server (such as Apache, nginx, :term:`IIS`) to install phpMyAdmin's " +"files into." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:15 +msgid "" +"You need PHP 8.1.2 or newer, with ``session`` support, the Standard PHP " +"Library (SPL) extension, hash, ctype, and JSON support." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:18 +msgid "" +"The ``mbstring`` extension (see :term:`mbstring`) is strongly recommended " +"for performance reasons." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:21 +msgid "To support uploading of ZIP files, you need the PHP ``zip`` extension." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:23 +msgid "" +"You need GD2 support in PHP to display inline thumbnails of JPEGs (\"image/" +"jpeg: inline\") with their original aspect ratio." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:26 +msgid "" +"When using the cookie authentication (the default), the `openssl `_ extension is strongly suggested." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:29 +msgid "To support upload progress bars, see :ref:`faq2_9`." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:31 +msgid "" +"To support XML and Open Document Spreadsheet importing, you need the `libxml " +"`_ extension." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:34 +msgid "" +"To support reCAPTCHA on the login page, you need the `openssl `_ extension." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:37 +msgid "" +"To support displaying phpMyAdmin's latest version, you need to enable " +"``allow_url_open`` in your :file:`php.ini` or to have the `curl `_ extension." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:41 +msgid ":ref:`faq1_31`, :ref:`authentication_modes`" +msgstr "" + +#: ../phpmyadmin/doc/require.rst:46 +msgid "phpMyAdmin supports MySQL-compatible databases." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:48 +msgid "MySQL 5.5 or newer" +msgstr "" + +#: ../phpmyadmin/doc/require.rst:49 +msgid "MariaDB 5.5 or newer" +msgstr "" + +#: ../phpmyadmin/doc/require.rst:51 +msgid ":ref:`faq1_17`" +msgstr "" + +#: ../phpmyadmin/doc/require.rst:54 +msgid "Web browser" +msgstr "" + +#: ../phpmyadmin/doc/require.rst:56 +msgid "" +"To access phpMyAdmin you need a web browser with cookies and JavaScript " +"enabled." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:59 +msgid "" +"You need a browser which is supported by Bootstrap 4.5, see ." +msgstr "" + +#: ../phpmyadmin/doc/require.rst:64 +msgid "" +"You need a browser which is supported by Bootstrap 5.0, see ." +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:6 +msgid "" +"phpMyAdmin is a free software tool written in PHP that is intended to handle " +"the administration of a MySQL or MariaDB database server. You can use " +"phpMyAdmin to perform most administration tasks, including creating a " +"database, running queries, and adding user accounts." +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:12 +msgid "Supported features" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:14 +msgid "Currently phpMyAdmin can:" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:16 +msgid "" +"create, browse, edit, and drop databases, tables, views, columns, and indexes" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:17 +msgid "display multiple results sets through stored procedures or queries" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:18 +msgid "" +"create, copy, drop, rename and alter databases, tables, columns and indexes" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:20 +msgid "" +"maintenance server, databases and tables, with proposals on server " +"configuration" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:22 +msgid "" +"execute, edit and bookmark any :term:`SQL`-statement, even batch-queries" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:23 +msgid "load text files into tables" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:24 +msgid "create [#f1]_ and read dumps of tables" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:25 +msgid "" +"export [#f1]_ data to various formats: :term:`CSV`, :term:`XML`, :term:" +"`PDF`, :term:`ISO`/:term:`IEC` 26300 - :term:`OpenDocument` Text and " +"Spreadsheet, Microsoft Word 2000, and LATEX formats" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:28 +msgid "" +"import data and :term:`MySQL` structures from :term:`OpenDocument` " +"spreadsheets, as well as :term:`XML`, :term:`CSV`, and :term:`SQL` files" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:30 +msgid "administer multiple servers" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:31 +msgid "add, edit, and remove MySQL user accounts and privileges" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:32 +msgid "check referential integrity in MyISAM tables" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:33 +msgid "create :term:`PDF` graphics of your database layout" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:35 +msgid "search globally in a database or a subset of it" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:36 +msgid "" +"transform stored data into any format using a set of predefined functions, " +"like displaying BLOB-data as image or download-link" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:38 +msgid "track changes on databases, tables and views" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:39 +msgid "support InnoDB tables and foreign keys" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:40 +msgid "support mysqli, the improved MySQL extension see :ref:`faq1_17`" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:41 +msgid "create, edit, call, export and drop stored procedures and functions" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:42 +msgid "create, edit, export and drop events and triggers" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:43 +msgid "" +"communicate in `80 different languages `_" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:47 +msgid "Shortcut keys" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:49 +msgid "Currently phpMyAdmin supports following shortcuts:" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:51 +msgid "k - Toggle console" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:52 +msgid "h - Go to home page" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:53 +msgid "s - Open settings" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:54 +msgid "" +"d + s - Go to database structure (Provided you are in database related page)" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:55 +msgid "d + f - Search database (Provided you are in database related page)" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:56 +msgid "t + s - Go to table structure (Provided you are in table related page)" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:57 +msgid "t + f - Search table (Provided you are in table related page)" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:58 +msgid "backspace - Takes you to older page." +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:61 +msgid "A word about users" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:63 +msgid "" +"Many people have difficulty understanding the concept of user management " +"with regards to phpMyAdmin. When a user logs in to phpMyAdmin, that username " +"and password are passed directly to MySQL. phpMyAdmin does no account " +"management on its own (other than allowing one to manipulate the MySQL user " +"account information); all users must be valid MySQL users." +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:71 +msgid "Footnotes" +msgstr "" + +#: ../phpmyadmin/doc/intro.rst:74 +msgid "" +"phpMyAdmin can compress (:term:`ZIP`, :term:`GZip` or :term:`RFC 1952` " +"formats) dumps and :term:`CSV` exports if you use PHP with :term:`Zlib` " +"support (``--with-zlib``). Proper support may also need changes in :file:" +"`php.ini`." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:4 +msgid "Relations" +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:6 +msgid "" +"phpMyAdmin allows relationships (similar to foreign keys) using MySQL-native " +"(InnoDB) methods when available and falling back on special phpMyAdmin-only " +"features when needed. There are two ways of editing these relations, with " +"the *relation view* and the drag-and-drop *designer* -- both of which are " +"explained on this page." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:14 +msgid "" +"You need to have configured the :ref:`linked-tables` for using phpMyAdmin " +"only relations." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:18 +msgid "Technical info" +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:20 +msgid "" +"Currently the only MySQL table type that natively supports relationships is " +"InnoDB. When using an InnoDB table, phpMyAdmin will create real InnoDB " +"relations which will be enforced by MySQL no matter which application " +"accesses the database. In the case of any other table type, phpMyAdmin " +"enforces the relations internally and those relations are not applied to any " +"other application." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:30 +msgid "" +"In order to get it working, you first have to properly create the [[pmadb|" +"pmadb]]. Once that is setup, select a table's \"Structure\" page. Below the " +"table definition, a link called \"Relation view\" is shown. If you click " +"that link, a page will be shown that offers you to create a link to another " +"table for any (most) fields. Only PRIMARY KEYS are shown there, so if the " +"field you are referring to is not shown, you most likely are doing something " +"wrong. The drop-down at the bottom is the field which will be used as the " +"name for a record." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:40 +msgid "Relation view example" +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:46 +msgid "" +"Let's say you have categories and links and one category can contain several " +"links. Your table structure would be something like this:" +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:48 +msgid "`category.category_id` (must be unique)" +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:49 +msgid "`category.name`" +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:50 +msgid "`link.link_id`" +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:51 +msgid "`link.category_id`" +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:52 +msgid "`link.uri`." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:54 +msgid "" +"Open the relation view (below the table structure) page for the `link` table " +"and for `category_id` field, you select `category.category_id` as master " +"record." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:56 +msgid "" +"If you now browse the link table, the `category_id` field will be a " +"clickable hyperlink to the proper category record. But all you see is just " +"the `category_id`, not the name of the category." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:60 +msgid "" +"To fix this, open the relation view of the `category` table and in the drop " +"down at the bottom, select \"name\". If you now browse the link table again " +"and hover the mouse over the `category_id` hyperlink, the value from the " +"related category will be shown as tooltip." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:65 +msgid "Designer" +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:67 +msgid "" +"The Designer feature is a graphical way of creating, editing, and displaying " +"phpMyAdmin relations. These relations are compatible with those created in " +"phpMyAdmin's relation view." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:71 +msgid "" +"To use this feature, you need a properly configured :ref:`linked-tables` and " +"must have the :config:option:`$cfg['Servers'][$i]['table_coords']` " +"configured." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:74 +msgid "" +"To use the designer, select a database's structure page, then look for the :" +"guilabel:`Designer` tab." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:77 +msgid "" +"To export the view into PDF, you have to create PDF pages first. The " +"Designer creates the layout, how the tables shall be displayed. To finally " +"export the view, you have to create this with a PDF page and select your " +"layout, which you have created with the designer." +msgstr "" + +#: ../phpmyadmin/doc/relations.rst:84 +msgid ":ref:`faqpdf`" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:2 +msgid "Security policy" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:4 +msgid "" +"The phpMyAdmin developer team is putting lot of effort to make phpMyAdmin as " +"secure as possible. But still web application like phpMyAdmin can be " +"vulnerable to a number of attacks and new ways to exploit are still being " +"explored." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:8 +msgid "" +"For every reported vulnerability we issue a phpMyAdmin Security Announcement " +"(PMASA) and it get's assigned a CVE ID as well. We might group similar " +"vulnerabilities to one PMASA (eg. multiple XSS vulnerabilities can be " +"announced under one PMASA)." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:13 +msgid "" +"If you think you've found a vulnerability, please see :ref:`reporting-" +"security`." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:16 +msgid "Typical vulnerabilities" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:18 +msgid "" +"In this section, we will describe typical vulnerabilities, which can appear " +"in our code base. This list is by no means complete, it is intended to show " +"typical attack surface." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:23 +msgid "Cross-site scripting (XSS)" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:25 +msgid "" +"When phpMyAdmin shows a piece of user data, e.g. something inside a user's " +"database, all html special chars have to be escaped. When this escaping is " +"missing somewhere a malicious user might fill a database with specially " +"crafted content to trick an other user of that database into executing " +"something. This could for example be a piece of JavaScript code that would " +"do any number of nasty things." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:32 +msgid "" +"phpMyAdmin tries to escape all userdata before it is rendered into html for " +"the browser." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:37 +msgid "" +"`Cross-site scripting on Wikipedia `_" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:40 +msgid "Cross-site request forgery (CSRF)" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:42 +msgid "" +"An attacker would trick a phpMyAdmin user into clicking on a link to provoke " +"some action in phpMyAdmin. This link could either be sent via email or some " +"random website. If successful this the attacker would be able to perform " +"some action with the users privileges." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:47 +msgid "" +"To mitigate this phpMyAdmin requires a token to be sent on sensitive " +"requests. The idea is that an attacker does not poses the currently valid " +"token to include in the presented link." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:51 +msgid "" +"The token is regenerated for every login, so it's generally valid only for " +"limited time, what makes it harder for attacker to obtain valid one." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:56 +msgid "" +"`Cross-site request forgery on Wikipedia `_" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:59 +msgid "SQL injection" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:61 +msgid "" +"As the whole purpose of phpMyAdmin is to preform sql queries, this is not " +"our first concern. SQL injection is sensitive to us though when it concerns " +"the mysql control connection. This controlconnection can have additional " +"privileges which the logged in user does not poses. E.g. access the :ref:" +"`linked-tables`." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:66 +msgid "" +"User data that is included in (administrative) queries should always be run " +"through DatabaseInterface::quoteString()." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:71 +msgid "" +"`SQL injection on Wikipedia `_" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:74 +msgid "Brute force attack" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:76 +msgid "" +"phpMyAdmin on its own does not rate limit authentication attempts in any " +"way. This is caused by need to work in stateless environment, where there is " +"no way to protect against such kind of things." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:80 +msgid "" +"To mitigate this, you can use Captcha or utilize external tools such as " +"fail2ban, this is more details described in :ref:`securing`." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:85 +msgid "" +"`Brute force attack on Wikipedia `_" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:90 +msgid "Reporting security issues" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:92 +msgid "" +"Should you find a security issue in the phpMyAdmin programming code, please " +"contact the `phpMyAdmin security team `_ in " +"advance before publishing it. This way we can prepare a fix and release the " +"fix together with your announcement. You will be also given credit in our " +"security announcement. You can optionally encrypt your report with PGP key " +"ID ``DA68AB39218AB947`` with following fingerprint:" +msgstr "" + +#: ../phpmyadmin/doc/security.rst:106 +msgid "" +"The key can be either obtained from the keyserver or is available in " +"`phpMyAdmin keyring `_ " +"available on our download server or using `Keybase `_." +msgstr "" + +#: ../phpmyadmin/doc/security.rst:110 +msgid "" +"Should you have suggestion on improving phpMyAdmin to make it more secure, " +"please report that to our `issue tracker `_. Existing improvement suggestions can be found by " +"`hardening label `_." +msgstr "" + +#: ../phpmyadmin/doc/index.rst:7 +msgid "Welcome to phpMyAdmin's documentation!" +msgstr "" + +#: ../phpmyadmin/doc/index.rst:9 +msgid "Contents:" +msgstr "" + +#: ../phpmyadmin/doc/index.rst:28 +msgid "Indices and tables" +msgstr "" + +#: ../phpmyadmin/doc/index.rst:30 +msgid ":ref:`genindex`" +msgstr "" + +#: ../phpmyadmin/doc/index.rst:31 +msgid ":ref:`search`" +msgstr "" + +#: ../phpmyadmin/doc/index.rst:32 +msgid ":ref:`glossary`" +msgstr "" + +#: ../phpmyadmin/doc/copyright.rst:4 +msgid "Copyright" +msgstr "" + +#: ../phpmyadmin/doc/copyright.rst:19 +msgid "" +"This program is free software; you can redistribute it and/or modify it " +"under the terms of the GNU General Public License version 2, as published by " +"the Free Software Foundation." +msgstr "" + +#: ../phpmyadmin/doc/copyright.rst:23 +msgid "" +"This program is distributed in the hope that it will be useful, but WITHOUT " +"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +"more details." +msgstr "" + +#: ../phpmyadmin/doc/copyright.rst:28 +msgid "" +"You should have received a copy of the GNU General Public License along with " +"this program. If not, see ." +msgstr "" + +#: ../phpmyadmin/doc/copyright.rst:32 +msgid "Third party licenses" +msgstr "" + +#: ../phpmyadmin/doc/copyright.rst:34 +msgid "" +"phpMyAdmin includes several third-party libraries which come under their " +"respective licenses." +msgstr "" + +#: ../phpmyadmin/doc/copyright.rst:37 +msgid "" +"jQuery's license, which is where we got the files under js/vendor/jquery/ is " +"(MIT|GPL), a copy of each license is available in this repository (GPL is " +"available as LICENSE, MIT as js/vendor/jquery/MIT-LICENSE.txt)." +msgstr "" + +#: ../phpmyadmin/doc/copyright.rst:41 +msgid "" +"The download kit additionally includes several composer libraries. See their " +"licensing information in the vendor/ directory." +msgstr "" + +#: ../phpmyadmin/doc/settings.rst:2 +msgid "Configuring phpMyAdmin" +msgstr "" + +#: ../phpmyadmin/doc/settings.rst:4 +msgid "" +"There are many configuration settings that can be used to customize the " +"interface. Those settings are described in :ref:`config`. There are several " +"layers of the configuration." +msgstr "" + +#: ../phpmyadmin/doc/settings.rst:8 +msgid "" +"The global settings can be configured in :file:`config.inc.php` as described " +"in :ref:`config`. This is only way to configure connections to databases and " +"other system wide settings." +msgstr "" + +#: ../phpmyadmin/doc/settings.rst:12 +msgid "" +"On top of this there are user settings which can be persistently stored in :" +"ref:`linked-tables`, possibly automatically configured through :ref:" +"`zeroconf`. If the :ref:`linked-tables` are not configured, the settings " +"are temporarily stored in the session data; these are valid only until you " +"logout." +msgstr "" + +#: ../phpmyadmin/doc/settings.rst:18 +msgid "" +"You can also save the user configuration for further use, either download " +"them as a file or to the browser local storage. You can find both those " +"options in the :guilabel:`Settings` tab. The settings stored in browser " +"local storage will be automatically offered for loading upon your login to " +"phpMyAdmin." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:8 +msgid "" +"Since phpMyAdmin version 3.4.0, you can easily generate charts from a SQL " +"query by clicking the \"Display chart\" link in the \"Query results " +"operations\" area." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:13 +msgid "" +"A window layer \"Display chart\" is shown in which you can customize the " +"chart with the following options." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:15 +msgid "" +"Chart type: Allows you to choose the type of chart. Supported types are bar " +"charts, column charts, line charts, spline charts, area charts, pie charts " +"and timeline charts (only the chart types applicable for current series " +"selection are offered)." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:16 +msgid "X-axis: Allows to choose the field for the main axis." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:17 +msgid "" +"Series: Allows to choose series for the chart. You can choose multiple " +"series." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:18 +msgid "" +"Title: Allows specifying a title for the chart which is displayed above the " +"chart." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:19 +msgid "X-axis and Y-axis labels: Allows specifying labels for axes." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:20 +msgid "" +"Start row and a number of rows: Allows generating charts only for a " +"specified number of rows of the results set." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:25 +msgid "Chart implementation" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:27 +msgid "" +"Charts in phpMyAdmin are drawn using `jqPlot `_ " +"jQuery library." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:33 +msgid "Pie chart" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:35 +msgid "Query results for a simple pie chart can be generated with:" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:45 ../phpmyadmin/doc/charts.rst:81 +#: ../phpmyadmin/doc/charts.rst:127 +msgid "And the result of this query is:" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:48 +msgid "expense" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:48 +msgid "amount" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:50 +msgid "Food" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:50 +msgid "1250" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:52 +msgid "Accommodation" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:54 +msgid "Travel" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:54 +msgid "720" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:56 +msgid "Misc" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:56 +msgid "220" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:59 +msgid "Choosing expense as the X-axis and amount in series:" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:64 +msgid "Bar and column chart" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:66 +msgid "" +"Both bar charts and column chats support stacking. Upon selecting one of " +"these types a checkbox is displayed to select stacking." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:68 +msgid "Query results for a simple bar or column chart can be generated with:" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:84 +msgid "title" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:84 +msgid "rental_rate" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:84 +msgid "replacement_cost" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:86 +msgid "ACADEMY DINOSAUR" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:86 +msgid "0.99" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:86 +msgid "20.99" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:88 +msgid "ACE GOLDFINGER" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:88 +msgid "4.99" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:88 +msgid "12.99" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:90 +msgid "ADAPTATION HOLES" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:90 ../phpmyadmin/doc/charts.rst:92 +#: ../phpmyadmin/doc/charts.rst:94 +msgid "2.99" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:90 +msgid "18.99" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:92 +msgid "AFFAIR PREJUDICE" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:92 +msgid "26.99" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:94 +msgid "AFRICAN EGG" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:94 +msgid "22.99" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:97 +msgid "" +"Choosing title as the X-axis and rental_rate and replacement_cost as series:" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:102 +msgid "Scatter chart" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:104 +msgid "" +"Scatter charts are useful in identifying the movement of one or more " +"variable(s) compared to another variable." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:106 +msgid "" +"Using the same data set from bar and column charts section and choosing " +"replacement_cost as the X-axis and rental_rate in series:" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:111 +msgid "Line, spline and timeline charts" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:113 +msgid "" +"These charts can be used to illustrate trends in underlying data. Spline " +"charts draw smooth lines while timeline charts draw X-axis taking the " +"distances between the dates/time into consideration." +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:115 +msgid "" +"Query results for a simple line, spline or timeline chart can be generated " +"with:" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:130 +msgid "date" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:130 +msgid "revenue" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:130 +msgid "cost" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:132 +msgid "2016-01-08" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:132 +msgid "2056" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:132 +msgid "1378" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:134 +msgid "2006-01-09" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:134 +msgid "1898" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:134 +msgid "2301" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:136 +msgid "2006-01-15" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:136 +msgid "1560" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:136 +msgid "600" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:138 +msgid "2006-01-17" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:138 +msgid "3457" +msgstr "" + +#: ../phpmyadmin/doc/charts.rst:138 +msgid "1565" +msgstr "" diff --git a/translated/vi/LC_MESSAGES/bookmarks.mo b/translated/vi/LC_MESSAGES/bookmarks.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/bookmarks.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/charts.mo b/translated/vi/LC_MESSAGES/charts.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/charts.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/config.mo b/translated/vi/LC_MESSAGES/config.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/config.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/copyright.mo b/translated/vi/LC_MESSAGES/copyright.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/copyright.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/credits.mo b/translated/vi/LC_MESSAGES/credits.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/credits.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/developers.mo b/translated/vi/LC_MESSAGES/developers.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/developers.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/faq.mo b/translated/vi/LC_MESSAGES/faq.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/faq.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/glossary.mo b/translated/vi/LC_MESSAGES/glossary.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/glossary.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/import_export.mo b/translated/vi/LC_MESSAGES/import_export.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/import_export.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/index.mo b/translated/vi/LC_MESSAGES/index.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/index.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/intro.mo b/translated/vi/LC_MESSAGES/intro.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/intro.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/other.mo b/translated/vi/LC_MESSAGES/other.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/other.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/privileges.mo b/translated/vi/LC_MESSAGES/privileges.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/privileges.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/relations.mo b/translated/vi/LC_MESSAGES/relations.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/relations.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/require.mo b/translated/vi/LC_MESSAGES/require.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/require.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/security.mo b/translated/vi/LC_MESSAGES/security.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/security.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/settings.mo b/translated/vi/LC_MESSAGES/settings.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/settings.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/setup.mo b/translated/vi/LC_MESSAGES/setup.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/setup.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/themes.mo b/translated/vi/LC_MESSAGES/themes.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/themes.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/transformations.mo b/translated/vi/LC_MESSAGES/transformations.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/transformations.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/two_factor.mo b/translated/vi/LC_MESSAGES/two_factor.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/two_factor.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/user.mo b/translated/vi/LC_MESSAGES/user.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/user.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file diff --git a/translated/vi/LC_MESSAGES/vendors.mo b/translated/vi/LC_MESSAGES/vendors.mo new file mode 120000 index 000000000..1df9b0f6e --- /dev/null +++ b/translated/vi/LC_MESSAGES/vendors.mo @@ -0,0 +1 @@ +../../../po/vi.mo \ No newline at end of file