diff --git a/locale/setup.pot b/locale/setup.pot index efd164273..df553e13d 100644 --- a/locale/setup.pot +++ b/locale/setup.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-07-16 00:00+0200\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" @@ -253,830 +253,842 @@ 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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "Can be used for additional settings, see the previous chapter for more details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../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:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -#: ../phpmyadmin/doc/setup.rst:563 -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``." +#: ../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:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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:574 +#: ../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:578 +#: ../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:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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:641 +#: ../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:646 +#: ../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:650 +#: ../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:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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:834 +#: ../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:840 +#: ../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:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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:857 +#: ../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:859 +#: ../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:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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:869 +#: ../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:873 +#: ../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:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "Unpack freshly downloaded phpMyAdmin to the desired location (for example ``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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:939 +#: ../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:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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:962 +#: ../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:970 +#: ../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:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../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:1002 +#: ../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:1005 +#: ../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:1014 +#: ../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:1019 +#: ../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:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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:1051 +#: ../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:1056 +#: ../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:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:1081 +#: ../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:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:1100 +#: ../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:1102 +#: ../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:1105 +#: ../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:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "Follow our `Security announcements `_ and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../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:1129 +#: ../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:1131 +#: ../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:1133 +#: ../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:1139 +#: ../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:1141 +#: ../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:1145 +#: ../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:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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:1161 +#: ../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:1168 +#: ../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:1171 +#: ../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:1175 +#: ../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:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "This configuration disables server certificate verification. Use with caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:1206 +#: ../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:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 "" diff --git a/po/ar.po b/po/ar.po index 4e9169da6..79249f18e 100644 --- a/po/ar.po +++ b/po/ar.po @@ -8252,79 +8252,93 @@ 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 +#, fuzzy +#| msgid "Could not connect to Drizzle server" +msgid "Comma-separated list of socket files for the database connections." +msgstr "لا يمكن الاتصال بالخادم Drizzle" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8332,91 +8346,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8426,13 +8440,13 @@ msgid "" msgstr "" # 499bfa5f5e204b9698dd0e130a30cc25 -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Configuration storage" msgid "Customizing configuration" msgstr "إعداد التخزين" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8443,100 +8457,100 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8544,81 +8558,80 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "ملف الإعدادت (%s) غير قابل للقراءة." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # d1d91acf7ee548628655b1fe8958d1aa -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid "Developer" msgid ":ref:`docker-custom`" msgstr "مطور" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -# 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8628,7 +8641,7 @@ msgid "" msgstr "" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8637,7 +8650,7 @@ msgid "" msgstr "" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8647,11 +8660,11 @@ msgid "" msgstr "" # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -8664,31 +8677,31 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "الوصف" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8696,7 +8709,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8704,7 +8717,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -8712,7 +8725,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8723,37 +8736,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8761,48 +8774,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8810,37 +8823,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -8851,29 +8864,29 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy #| msgid "phpMyAdmin documentation" msgid "phpMyAdmin configuration storage" msgstr "مستندات وثائقية لـ phpMyAdmin (بالإنجليزية)" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -8884,13 +8897,13 @@ msgid "" msgstr "" # 499bfa5f5e204b9698dd0e130a30cc25 -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 #, fuzzy #| msgid "Configuration storage" msgid "Zero configuration" msgstr "إعداد التخزين" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -8899,20 +8912,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -8923,7 +8936,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -8932,12 +8945,12 @@ msgid "" msgstr "" # afc4bb7003f94d70aa33fe8edc99c72f -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -8945,36 +8958,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -8983,7 +8996,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -8991,7 +9004,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -8999,43 +9012,43 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9044,42 +9057,42 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9088,7 +9101,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9096,17 +9109,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9117,7 +9130,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9127,7 +9140,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9137,39 +9150,39 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9178,13 +9191,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9193,50 +9206,50 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9246,7 +9259,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9254,19 +9267,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9275,7 +9288,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9285,12 +9298,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9299,14 +9312,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9315,7 +9328,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9326,57 +9339,57 @@ msgid "" msgstr "" # 2f40fd9f169540de83c5142d54ba41e3 -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9385,13 +9398,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9399,7 +9412,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9407,13 +9420,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database export options" msgid "Enable :ref:`2fa` for your account." msgstr "خيارات تصدير قاعدة بيانات" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9421,7 +9434,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9429,14 +9442,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9444,7 +9457,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9452,62 +9465,62 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "%s has been disabled for this MySQL server." msgid "Using SSL for connection to database server" msgstr "%s معطل في خادم MySQL هذا." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9515,7 +9528,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9525,32 +9538,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/az.po b/po/az.po index da6d2f6f9..c1f2068a8 100644 --- a/po/az.po +++ b/po/az.po @@ -8434,79 +8434,95 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "" #: ../phpmyadmin/doc/setup.rst:227 +#, fuzzy +#| msgid "Percentage of aborted connections" +msgid "Socket file for the database connection." +msgstr "Dayandırılmış əlaqələrin faizi" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "Could not connect to the database server!" +msgid "Comma-separated list of socket files for the database connections." +msgstr "Verilənlər Bazası serverinə bağlana bilmədi!" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8514,91 +8530,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8607,13 +8623,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Customize navigation panel" msgid "Customizing configuration" msgstr "Naviqasiya panelini özəlləşdir" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8624,104 +8640,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Cari konfiqurasiya ilə birləşdir" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Cari konfiqurasiya ilə birləşdir" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8729,57 +8745,57 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "Mövcud konfiqurasiya faylı(%s) oxuna bilən deyil." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # 978a45c3b8d94193b3f1a37c068055a4 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`glossary`" msgid ":ref:`docker-custom`" msgstr ":ref:`glossary`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8997,37 +9012,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9038,29 +9053,29 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy #| msgid "phpMyAdmin documentation" msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin dokumentasiyası" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -9071,11 +9086,11 @@ msgid "" msgstr "" # 971d7152445440ec86b4cf3301bafc1c -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9084,20 +9099,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9108,7 +9123,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9117,12 +9132,12 @@ msgid "" msgstr "" # afc4bb7003f94d70aa33fe8edc99c72f -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9130,37 +9145,37 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" # a21e1e603ee0429f95a0abc4d6a161bd -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9169,7 +9184,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9177,7 +9192,7 @@ msgid "" msgstr "" # 47e3d660f36a4aac8421d1f2dde7ab9e -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9185,19 +9200,19 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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 " @@ -9205,24 +9220,24 @@ msgid "" msgstr "" # bb35b3d6214e4afaa844f304422cb09c -#: ../phpmyadmin/doc/setup.rst:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9231,42 +9246,42 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9275,7 +9290,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9283,18 +9298,18 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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 "" # 7fed4dea3f14423a858624c51813bc28 -#: ../phpmyadmin/doc/setup.rst:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9305,7 +9320,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9315,7 +9330,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9325,39 +9340,39 @@ msgid "" msgstr "" # 34bcf611635b4f98a49cd3b049d7bbe1 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # f2e8552746614050bfbd0acfa41a3e11 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 28f0e8555ee94eb8857954af8b4fd978 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # e0a7363c718c41128eb5ff58e01f039f -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9366,13 +9381,13 @@ msgid "" msgstr "" # aa6a1b8526dc44d1955d88af8f533229 -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9381,50 +9396,50 @@ msgid "" msgstr "" # 7bada5d5bc4943b18f861881bf3616f9 -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # 208d5f565fce4e90adb042fac3c4370c -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdb0bbef558140af9347bccdad2f9c22 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 38ccc8a2ab254b0aa6534ef3f09f312d -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9434,7 +9449,7 @@ msgid "" msgstr "" # 421954717fee4a9eb54c8beec1567a22 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9442,19 +9457,19 @@ msgid "" msgstr "" # 11235f56136942f4bbdffc09ecf1aa43 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9463,7 +9478,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9473,12 +9488,12 @@ msgid "" msgstr "" # dcb5836767e648fb9b46a60767d63b03 -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # fd6fe60eea8b4eab8939e455a8bb1d77 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9487,14 +9502,14 @@ msgid "" msgstr "" # 6d0507865e234287b61a2a36e6d5ec2b -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 62684d06725e48fa94f4d5b34826cf27 -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9503,7 +9518,7 @@ msgid "" msgstr "" # 4371ace83ddb4bbd80ce9eb50600b77d -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9514,57 +9529,57 @@ msgid "" msgstr "" # 4df8194a7f3e459f935109fae42d1d39 -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" # c0fbfd5ec8d040cfbf0dca4e499b6277 -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9573,13 +9588,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9587,7 +9602,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9595,13 +9610,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user" msgid "Enable :ref:`2fa` for your account." msgstr "İstifadəçi üçün Verilənlər Bazası" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9609,7 +9624,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9617,14 +9632,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9632,7 +9647,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9640,62 +9655,62 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server." msgid "Using SSL for connection to database server" msgstr "MySQL server əlaqəsi üçün SSL aktivləşdirir." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9703,7 +9718,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9713,32 +9728,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/bn.po b/po/bn.po index 500229d0f..1032c1fbd 100644 --- a/po/bn.po +++ b/po/bn.po @@ -7230,79 +7230,91 @@ 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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -7310,91 +7322,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -7403,11 +7415,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -7417,100 +7429,100 @@ msgid "" "phpmyadmin/config.user.inc.php` parameters." msgstr "" -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -7518,73 +7530,73 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -7593,7 +7605,7 @@ msgid "" "directory on your web server using, for example, FTP." msgstr "" -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -7601,7 +7613,7 @@ msgid "" "suggestions." msgstr "" -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -7610,11 +7622,11 @@ msgid "" "way to get started and needed for some advanced features." msgstr "" -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -7627,34 +7639,34 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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:641 +#: ../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 " @@ -7662,14 +7674,14 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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:650 +#: ../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 " @@ -7680,37 +7692,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -7718,48 +7730,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -7767,37 +7779,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -7808,29 +7820,29 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin কনফিগারেশনের storage table পাওয়া যাচ্ছে না" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -7840,11 +7852,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -7852,18 +7864,18 @@ msgid "" "disable set :config:option:`$cfg['ZeroConf']` to false." msgstr "" -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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:834 +#: ../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 " @@ -7873,7 +7885,7 @@ msgid "" "usually the user only has access to one database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -7881,44 +7893,44 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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:857 +#: ../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:859 +#: ../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:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -7926,14 +7938,14 @@ msgid "" "database name." msgstr "" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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:873 +#: ../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']` " @@ -7941,42 +7953,42 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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 " @@ -7985,41 +7997,41 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -8027,7 +8039,7 @@ msgid "" "upgrade_tables_mysql_4_1_2+.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -8035,17 +8047,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -8056,7 +8068,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -8066,7 +8078,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -8075,36 +8087,36 @@ msgid "" "*real_user* with all privileges on the database *user_base*:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../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:1002 +#: ../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:1005 +#: ../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 " @@ -8112,13 +8124,13 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -8126,46 +8138,46 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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:1051 +#: ../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:`" @@ -8174,26 +8186,26 @@ msgid "" "['SignonScript']`)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -8201,7 +8213,7 @@ msgid "" "file:`examples/signon-script.php`:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -8210,11 +8222,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -8222,13 +8234,13 @@ msgid "" "read your :file:`config.inc.php` can discover your username and password)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../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:1102 +#: ../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']` " @@ -8236,7 +8248,7 @@ msgid "" "directives." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -8246,54 +8258,54 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../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:1129 +#: ../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:1131 +#: ../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:1133 +#: ../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 " @@ -8302,13 +8314,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -8316,7 +8328,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -8324,11 +8336,11 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -8336,21 +8348,21 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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:1168 +#: ../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:1171 +#: ../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 " @@ -8358,7 +8370,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -8366,60 +8378,60 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -8427,7 +8439,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -8437,32 +8449,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/bs.po b/po/bs.po index 004893f76..437b08ec7 100644 --- a/po/bs.po +++ b/po/bs.po @@ -8320,79 +8320,93 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "" #: ../phpmyadmin/doc/setup.rst:227 +#, fuzzy +#| msgid "Connections" +msgid "Socket file for the database connection." +msgstr "Konekcije" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8400,91 +8414,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8493,12 +8507,12 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy msgid "Customizing configuration" msgstr "Opcije za izvoz baze" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8509,100 +8523,100 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8611,55 +8625,55 @@ msgid "" msgstr "" # 7dd46e41dc8340de80e2d9431d2e62ad -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # bc6e7668e6ee426392da6211a464c280 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`glossary`" msgid ":ref:`docker-custom`" msgstr ":ref:`rječnik`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8877,37 +8890,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -8918,29 +8931,29 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy #| msgid "phpMyAdmin documentation" msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin dokumentacija" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -8951,11 +8964,11 @@ msgid "" msgstr "" # 971d7152445440ec86b4cf3301bafc1c -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -8964,20 +8977,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -8988,7 +9001,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -8997,12 +9010,12 @@ msgid "" msgstr "" # afc4bb7003f94d70aa33fe8edc99c72f -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9010,37 +9023,37 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" # a8dda06ea08243e78eb56116b9e499ae -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9049,7 +9062,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9057,7 +9070,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9065,19 +9078,19 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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 " @@ -9085,24 +9098,24 @@ msgid "" msgstr "" # 21159137082e4f28b628a401db1b2512 -#: ../phpmyadmin/doc/setup.rst:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9111,42 +9124,42 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9155,7 +9168,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9163,18 +9176,18 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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 "" # 4ea29910ef1c41e691d28783533b6bc3 -#: ../phpmyadmin/doc/setup.rst:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9185,7 +9198,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9195,7 +9208,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9205,39 +9218,39 @@ msgid "" msgstr "" # a8ce20bd30e24289a004ce68f565baed -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # 88c68a1bad6e42a98262371e62f80168 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 3644d75f8ed04cf98eaf691df27ce551 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # 28a6d6ec7bdd4ae9a1b7b13e75795e39 -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9246,13 +9259,13 @@ msgid "" msgstr "" # c491fe0e618d4a53b75b055fb894af5c -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9261,50 +9274,50 @@ msgid "" msgstr "" # 641ac3a5b5904e059e52f163072bee72 -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 9af857dac083448286f5cc8771608b1a -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9314,7 +9327,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9322,19 +9335,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9343,7 +9356,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9353,12 +9366,12 @@ msgid "" msgstr "" # a3e8448e5a2a4f9087310e9f4a5212c5 -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9367,14 +9380,14 @@ msgid "" msgstr "" # b8b20a247fb8427d9d3320224b6680b0 -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 18e2c23f95d24da88034dacfb03bde1f -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9383,7 +9396,7 @@ msgid "" msgstr "" # e1142d91f51747edbe7d639aaa6922e4 -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9394,57 +9407,57 @@ msgid "" msgstr "" # c7b20fdbad4e4be083a4d72b2a9a7ccc -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9453,13 +9466,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9467,7 +9480,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9475,13 +9488,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database export options" msgid "Enable :ref:`2fa` for your account." msgstr "Opcije za izvoz baze" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9489,7 +9502,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9497,14 +9510,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9512,7 +9525,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9520,61 +9533,61 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy msgid "Using SSL for connection to database server" msgstr "Ograničava broj novih konekcija koje korisnik može ta otvori na sat." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9582,7 +9595,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9592,32 +9605,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/ca.po b/po/ca.po index c0a6352aa..5760ee925 100644 --- a/po/ca.po +++ b/po/ca.po @@ -8329,12 +8329,26 @@ 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 +#, fuzzy +#| msgid "Could not connect to the database server!" +msgid "Comma-separated list of socket files for the database connections." +msgstr "No s'ha pogut connectar amb el servidor de dades!" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8344,14 +8358,14 @@ msgstr "" "Màxim nombre de files desades a :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8361,7 +8375,7 @@ msgstr "" "Màxim nombre de files desades a :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8371,11 +8385,11 @@ msgstr "" "Màxim nombre de files desades a :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8385,55 +8399,55 @@ msgstr "" "Màxim nombre de files desades a :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8441,11 +8455,11 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8455,83 +8469,83 @@ msgstr "" "Màxim nombre de files desades a :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8540,13 +8554,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Configuració del mestre" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8557,104 +8571,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Fusiona amb la configuració actual" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Fusiona amb la configuració actual" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8662,81 +8676,80 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "No es pot llegir l'arxiu de configuració existent (%s)." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # fff287b64cf04cf4a9ae1d859b322f11 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`developers`" msgid ":ref:`docker-custom`" msgstr ":ref:`developers`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -# 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8746,7 +8759,7 @@ msgid "" msgstr "" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8755,7 +8768,7 @@ msgid "" msgstr "" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8765,11 +8778,11 @@ msgid "" msgstr "" # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -8782,31 +8795,31 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "Descripció" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8814,7 +8827,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8822,7 +8835,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -8830,7 +8843,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8841,37 +8854,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8879,48 +8892,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Verificació de les versions del phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8928,37 +8941,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -8969,27 +8982,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Emmagatzemament de la configuració de phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -8999,11 +9012,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Configuració Zero" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9012,20 +9025,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9036,7 +9049,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9044,12 +9057,12 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Configuració manual" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9057,36 +9070,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9095,7 +9108,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9103,7 +9116,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9111,45 +9124,45 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.5 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.5 o posterior" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9158,11 +9171,11 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy #| msgid "Please refer to ." msgid "" @@ -9170,32 +9183,32 @@ msgid "" "downloads/>." msgstr "Adreça't a ." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9204,7 +9217,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9212,17 +9225,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9233,7 +9246,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9243,7 +9256,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9253,39 +9266,39 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9294,13 +9307,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9309,50 +9322,50 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9362,7 +9375,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9370,19 +9383,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9391,7 +9404,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9401,12 +9414,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9415,14 +9428,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9431,7 +9444,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9441,57 +9454,57 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Assegurant la teva instalació de phpMyAdmin" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9500,13 +9513,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9514,7 +9527,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9522,13 +9535,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user account" msgid "Enable :ref:`2fa` for your account." msgstr "Base de dades per al compte d'usuari" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9536,7 +9549,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9544,14 +9557,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9559,7 +9572,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9567,19 +9580,19 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server." msgid "Using SSL for connection to database server" msgstr "Activa SSL per la connexió amb el servidor MySQL." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -9589,14 +9602,14 @@ msgstr "" "Màxim nombre de files desades a :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid "" @@ -9605,13 +9618,13 @@ msgid "" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "La contrasenya per autenticar amb el proxy." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid "" @@ -9619,13 +9632,13 @@ msgid "" "$cfg['Servers'][$i]['ssl_ca_path']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -9635,13 +9648,13 @@ msgstr "" "Màxim nombre de files desades a :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9649,7 +9662,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9659,32 +9672,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/cs.mo b/po/cs.mo index 2c085996f..523818ea6 100644 Binary files a/po/cs.mo and b/po/cs.mo differ diff --git a/po/cs.po b/po/cs.po index 0cc81f424..4afae0720 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8272,6 +8272,22 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "Používá se pouze v případě, že je prázdná hodnota :envvar:`PMA_PORT`." #: ../phpmyadmin/doc/setup.rst:227 +msgid "Socket file for the database connection." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "Čárkami oddělené porty databázového serveru, které se mají použít." + +#: ../phpmyadmin/doc/setup.rst:233 +#, fuzzy +#| msgid "Used only if :envvar:`PMA_HOST` is empty." +msgid "Used only if :envvar:`PMA_SOCKET` is empty." +msgstr "Používá se pouze v případě, že je prázdná hodnota :envvar:`PMA_HOST`." + +#: ../phpmyadmin/doc/setup.rst:237 msgid "" "The fully-qualified path (``https://pma.example.net/``) where the reverse " "proxy makes phpMyAdmin available." @@ -8279,46 +8295,46 @@ msgstr "" "Úplná cesta (``https://pma.example.net/``), na které je phpMyAdmin dostupný " "přes reverzní proxy." -#: ../phpmyadmin/doc/setup.rst:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8326,13 +8342,13 @@ msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" "zadejte jméno tabulky v :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8340,13 +8356,13 @@ msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" "zadejte jméno tabulky v :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8354,13 +8370,13 @@ msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" "zadejte jméno tabulky v :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8368,7 +8384,7 @@ msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" "zadejte jméno tabulky v :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8376,11 +8392,11 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8388,7 +8404,7 @@ msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" "zadejte jméno tabulky v :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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`)." @@ -8397,7 +8413,7 @@ msgstr "" "Off`). Volbu můžete nastavit na libovolnou hodnotu (např. " "`HIDE_PHP_VERSION=true`)." -#: ../phpmyadmin/doc/setup.rst:286 +#: ../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)." @@ -8405,36 +8421,36 @@ msgstr "" "Pokud je nastavena tato volba, přepíše výchozí hodnotu pro apache a php-fpm " "(změní se hodnoty ``upload_max_filesize`` a ``post_max_size``)." -#: ../phpmyadmin/doc/setup.rst:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "Použijte formát `[0-9+](K,M,G)`, výchozí hodnota je `2048K`" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 #, fuzzy #| msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgid "Format as `[0-9+]`. Default value is `600`." msgstr "Použijte formát `[0-9+](K,M,G)`, výchozí hodnota je `2048K`" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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." @@ -8442,7 +8458,7 @@ msgstr "" "Pokud je nastavena tato volba, přepíše výchozí soubor `config.inc.php` " "obsahem proměnné dekódovaným pomocí base64." -#: ../phpmyadmin/doc/setup.rst:308 +#: ../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." @@ -8450,26 +8466,26 @@ msgstr "" "Pokud je nastavena tato volba, přepíše výchozí soubor `config.user.inc.php` " "obsahem proměnné dekódovaným pomocí base64." -#: ../phpmyadmin/doc/setup.rst:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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`." @@ -8478,7 +8494,7 @@ msgstr "" "hodnoty :envvar:`PMA_USER` a :envvar:`PMA_PASSWORD`, použije se :ref:" "`auth_config`." -#: ../phpmyadmin/doc/setup.rst:327 +#: ../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:" @@ -8492,11 +8508,11 @@ msgstr "" "MariaDB `_ nebo `kontejner MySQL `_." -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "Úprava konfigurace" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8513,7 +8529,7 @@ msgstr "" "php:/etc/phpmyadmin/config.user.inc.php`." # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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." @@ -8521,7 +8537,7 @@ msgstr "" "Všimněte si, že dodaný konfigurační soubor se použije až poté, co se " "použijí :ref:`docker-vars`, ale kteroukoli z hodnot můžete přepsat." -#: ../phpmyadmin/doc/setup.rst:347 +#: ../phpmyadmin/doc/setup.rst:357 msgid "" "For example to change the default behavior of CSV export you can use the " "following configuration file:" @@ -8529,7 +8545,7 @@ msgstr "" "Chcete-li například změnit výchozí chování exportu CSV, můžete použít " "následující konfigurační soubor:" -#: ../phpmyadmin/doc/setup.rst:355 +#: ../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`:" @@ -8537,34 +8553,34 @@ msgstr "" "Můžete v něm také definovat konfiguraci serveru namísto použití proměnných " "prostředí uvedených v části :ref:`docker-vars`:" -#: ../phpmyadmin/doc/setup.rst:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "Podrobný popis možností konfigurace naleznete v části :ref:`config`." -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Svazky Docker" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "Chování obrazu lze upravit pomocí následujících svazků:" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr ":file:`/etc/phpmyadmin/config.user.inc.php`" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" "Lze použít pro další nastavení, podrobnosti najdete v předchozí kapitole." -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr ":file:`/sessions/`" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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`." @@ -8572,11 +8588,11 @@ msgstr "" "Adresář, do kterého se ukládají relace PHP. Možná je budete chtít sdílet, " "například pokud používáte :ref:`auth_signon`." -#: ../phpmyadmin/doc/setup.rst:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr ":file:`/www/themes/`" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -8586,39 +8602,39 @@ msgstr "" "obsahuje pouze motivy dodávané s phpMyAdminem, pomocí svazků Docker však " "můžete přidat i další motivy phpMyAdmina (viz :ref:`themes`)." -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Příklady Docker" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "Připojení phpMyAdmina k danému serveru:" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "Připojení phpMyAdmina k více serverům:" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "Použití libovolného serveru:" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "Spuštění s další konfigurací:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "Spuštění s dalšími motivy:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "Použití docker-compose" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8630,11 +8646,11 @@ msgstr "" "libovolným serverem, což vám umožní zadat server MySQL/MariaDB na " "přihlašovací stránce." -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "Přizpůsobení konfiguračního souboru pomocí docker-compose" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" @@ -8642,16 +8658,16 @@ msgstr "" "Konfiguraci phpMyAdmina můžete upravit pomocí externího souboru, který " "předáte pomocí direktivy volumes:" -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "Spuštění za haproxy v podadresáři" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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 " @@ -8661,16 +8677,16 @@ msgstr "" "musíte přepsat cestu k požadavku na serveru, který slouží jako proxy pro " "požadavky." -#: ../phpmyadmin/doc/setup.rst:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "Například pomocí haproxy to lze provést takto:" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "Při použití traefik by mělo fungovat například toto:" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" @@ -8678,11 +8694,11 @@ msgstr "" "V konfiguraci docker-compose je potom potřeba zadat :envvar:" "`PMA_ABSOLUTE_URI`:" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "IBM Cloud" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../phpmyadmin/doc/setup.rst:565 msgid "" "One of our users has created a helpful guide for installing phpMyAdmin on " "the `IBM Cloud platform `_." -#: ../phpmyadmin/doc/setup.rst:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Rychlá instalace" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Na stránce phpmyadmin.net se soubory ke stažení (Download) vyberte vhodnou " "distribuční sadu. Některé sady obsahují jen anglický překlad, jiné všechny " "jazyky. Dále budeme předpokládat, že vámi zvolená sada se jmenuje " "``phpMyAdmin-x.x.x-all-languages.tar.gz``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "Ujistěte se, že jste stáhli originální archiv, viz :ref:`verify`." -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8726,7 +8748,7 @@ msgstr "" "dokumentů, rozbalte soubory na lokálním počítači a po kroku 4 je nakopírujte " "na váš webový server, například pomocí FTP." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8738,7 +8760,7 @@ msgstr "" "vlastníkům, působit problémy). Více informací naleznete v :ref:`faq4_2` a v :" "ref:`faq1_26`." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8754,11 +8776,11 @@ msgstr "" "pokročilých funkcí je dokonce nezbytné." # 821a09f8eb394cb788176b2a07226601 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Ruční vytvoření souboru" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -8792,11 +8814,11 @@ msgstr "" "pravděpodobně budete potřebovat jen pár řádků, jednoduchá konfigurace může " "vypadat třeba následovně:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "Případně pokud nechcete být dotazováni na heslo při každém přihlášení:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." @@ -8804,18 +8826,18 @@ msgstr "" "Ukládání hesel v konfiguraci není bezpečné, protože s vaší databází pak může " "kdokoli manipulovat." -#: ../phpmyadmin/doc/setup.rst:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." msgstr "" "Vysvětlení všech možných konfiguračních hodnot najdete v sekci :ref:`config`." -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "Použití nastavovacího skriptu" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8826,7 +8848,7 @@ msgstr "" "stáhnout a nahrát na server." # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8838,7 +8860,7 @@ msgstr "" "pomocí tlačítka :guilabel:`Stáhnout` uložit do počítače a poté na server " "nahrát." -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -8849,7 +8871,7 @@ msgstr "" "instalační skript nenabízí." # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8867,7 +8889,7 @@ msgstr "" "http. Další informace naleznete v :ref:`faqmultiuser`, zejména v :ref:" "`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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 :" @@ -8877,11 +8899,11 @@ msgstr "" "uvítací obrazovka phpMyAdmin a vaše databáze, případně přihlašovací dialog, " "pokud používáte režim ověřování pomocí :term:`HTTP` nebo cookies." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "Nastavovací skript v Debianu, Ubuntu a z nich odvozených distribucích" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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 " @@ -8890,19 +8912,19 @@ msgstr "" "V systémech Debian a Ubuntu se změnil způsob povolování a zakazování " "instalačního skriptu tak, že pro obě tyto verze stačí provést jediný příkaz." -#: ../phpmyadmin/doc/setup.rst:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "Chcete-li povolit úpravu konfigurace, zadejte:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "Chcete-li zablokovat úpravu konfigurace, zadejte:" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "Nastavovací skript v openSUSE" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8914,11 +8936,11 @@ msgstr "" "balíček z , nebo použít nastavovací skript na " "našem demo serveru: ." -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Ověření verze phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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 " @@ -8928,14 +8950,14 @@ msgstr "" "vývojářem, který je vydal, což byl do ledna 2016 Marc Delisle. Jeho ID klíče " "je 0xFEFC65D181AF644A, jeho otisk PGP je:" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" "a další informace o identifikaci získáte na adrese ." -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:" @@ -8943,7 +8965,7 @@ msgstr "" "Od ledna 2016 je správcem vydání Isaac Bennetch. Jeho ID klíče je " "0xCE752F178259BD92, jeho otisk PGP je:" -#: ../phpmyadmin/doc/setup.rst:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." @@ -8951,7 +8973,7 @@ msgstr "" "a další informace o identifikaci získáte na adrese ." -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:" @@ -8959,7 +8981,7 @@ msgstr "" "Některé další soubory ke stažení (například motivy) mohou být podepsány " "Michalem Čihařem. Jeho ID klíče je 0x9C27B31342B7511D, jeho otisk PGP je:" -#: ../phpmyadmin/doc/setup.rst:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." @@ -8967,7 +8989,7 @@ msgstr "" "a další informace o identifikaci získáte na adrese ." -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8978,7 +9000,7 @@ msgstr "" "můžete být jistí, že používáte stejný kód, jaký byl vydán. Měli byste také " "ověřit datum podpisu a zkontrolovat, že jste si stáhli nejnovější verzi." -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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 " @@ -8987,7 +9009,7 @@ msgstr "" "Ke každému archivu jsou přiloženy soubory ``.asc``, které obsahují jeho " "podpis PGP. Máte-li obojí ve stejné složce, můžete podpis ověřit:" -#: ../phpmyadmin/doc/setup.rst:737 +#: ../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:" @@ -8995,7 +9017,7 @@ msgstr "" "Jak vidíte, gpg si stěžuje, že nezná veřejný klíč. V tomto okamžiku byste " "měli udělat jeden z následujících kroků:" -#: ../phpmyadmin/doc/setup.rst:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" @@ -9003,11 +9025,11 @@ msgstr "" "Stáhněte si svazek klíčů z `našeho serveru pro stahování `_ a poté jej importujte pomocí:" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "Stáhněte a naimportujte klíč z některého ze serverů s klíči:" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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 " @@ -9017,7 +9039,7 @@ msgstr "" "daného klíče je správný, ale stále nemůžete věřit jménu, které je v klíči " "použito:" -#: ../phpmyadmin/doc/setup.rst:771 +#: ../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 " @@ -9035,11 +9057,11 @@ msgstr "" "důvěry. Tímto způsobem můžete klíči přechodně důvěřovat na základě podpisů " "jiných osob, které se s vývojářem setkaly osobně." -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "Jakmile je klíč důvěryhodný, varování se neobjeví:" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:" @@ -9047,17 +9069,17 @@ msgstr "" "Pokud by byl podpis neplatný (došlo ke změně archivu), zobrazí se jasná " "chyba bez ohledu na to, zda je klíč důvěryhodný, nebo ne:" -#: ../phpmyadmin/doc/setup.rst:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "konfigurace phpMyAdmina" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -9067,11 +9089,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Automatická konfigurace" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9080,20 +9102,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9104,7 +9126,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9112,12 +9134,12 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Ruční konfigurace" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9125,36 +9147,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9163,7 +9185,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9171,7 +9193,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9179,43 +9201,43 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "Pro MySQL 8.0 a novější:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Aktualizace ze starší verze" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9224,11 +9246,11 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy #| msgid "You can get the newest version at http://www.phpmyadmin.net/." msgid "" @@ -9236,32 +9258,32 @@ msgid "" "downloads/>." msgstr "Nejnovější verze naleznete na http://www.phpmyadmin.net/." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9270,7 +9292,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9278,17 +9300,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Způsoby přihlašování" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9299,7 +9321,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9309,7 +9331,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9319,38 +9341,38 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "Přihlašování pomocí HTTP" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9359,13 +9381,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9373,49 +9395,49 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Přihlašování pomocí cookies" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Přihlašování signon" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9425,7 +9447,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9433,19 +9455,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9454,7 +9476,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9463,12 +9485,12 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Přihlašování uložené v nastaveních" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9477,14 +9499,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9493,7 +9515,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9503,57 +9525,57 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Zabezpečení instalace phpMyAdmina" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9562,13 +9584,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9576,7 +9598,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9584,13 +9606,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Enable :ref:`transformations`." msgid "Enable :ref:`2fa` for your account." msgstr "Povolte :ref:`transformations`." -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9598,7 +9620,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9606,14 +9628,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9621,7 +9643,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9629,17 +9651,17 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "Použití SSL pro připojení k databázovému serveru" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -9647,14 +9669,14 @@ msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" "zadejte jméno tabulky v :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['tracking']` (e." @@ -9667,13 +9689,13 @@ msgstr "" "(např. ``pma__tracking``)" # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "Heslo pro přihlášení k serveru proxy." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['tracking']` (e." @@ -9685,13 +9707,13 @@ msgstr "" "zadejte jméno tabulky v :config:option:`$cfg['Servers'][$i]['tracking']` " "(např. ``pma__tracking``)" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -9699,13 +9721,13 @@ msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" "zadejte jméno tabulky v :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9713,7 +9735,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9723,32 +9745,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/da.po b/po/da.po index b74d5d98c..323947b0a 100644 --- a/po/da.po +++ b/po/da.po @@ -8369,79 +8369,93 @@ 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 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "Kommaseparerede porte som database serveren benytter." + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8449,91 +8463,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8542,11 +8556,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "Brugerdefineret konfiguration" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8557,100 +8571,100 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "Kører med yderligere konfiguration:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "Kører med yderligere temaer:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8658,77 +8672,76 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "Brugerdefineret konfiguration fil vha. docker-compose" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # d1d91acf7ee548628655b1fe8958d1aa -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Hurtig installation" -# 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8738,7 +8751,7 @@ msgid "" msgstr "" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8747,7 +8760,7 @@ msgid "" msgstr "" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8757,11 +8770,11 @@ msgid "" msgstr "" # 821a09f8eb394cb788176b2a07226601 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Manuel oprettelse af filen" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -8774,17 +8787,17 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "Eller, hvis du foretrækker at du ikke spørges hver gang du logger ind:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -8793,13 +8806,13 @@ msgstr "" "`config` i dette dokument." # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "Anvendelse af Setup script" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8810,7 +8823,7 @@ msgstr "" "opsætningen, og du kan downloade den til upload til serveren." # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8818,7 +8831,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -8826,7 +8839,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8837,38 +8850,38 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "For at tillade konfiguraton redigering start:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "For at blokkere konfigurations redigering start:" # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "Setup script i openSUSE" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8876,48 +8889,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8925,37 +8938,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -8966,29 +8979,29 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy #| msgid "phpMyAdmin configuration snippet" msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin konfigurationsuddrag" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -8999,11 +9012,11 @@ msgid "" msgstr "" # 499bfa5f5e204b9698dd0e130a30cc25 -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Nul konfiguration" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9012,20 +9025,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9036,7 +9049,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9045,12 +9058,12 @@ msgid "" msgstr "" # afc4bb7003f94d70aa33fe8edc99c72f -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9058,36 +9071,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9096,7 +9109,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9104,7 +9117,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9112,46 +9125,46 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" # f043bd983ab541179da2c79239c46ef5 -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.5 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.5 eller nyere" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9160,42 +9173,42 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "Hent den nyeste phpMyAdmin på ." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9204,7 +9217,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9212,17 +9225,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9233,7 +9246,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9243,7 +9256,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9253,39 +9266,39 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9294,13 +9307,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9309,50 +9322,50 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9362,7 +9375,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9370,19 +9383,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9391,7 +9404,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9401,12 +9414,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9415,14 +9428,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9431,7 +9444,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9442,57 +9455,57 @@ msgid "" msgstr "" # 2f40fd9f169540de83c5142d54ba41e3 -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9501,13 +9514,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9515,7 +9528,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9523,13 +9536,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user account" msgid "Enable :ref:`2fa` for your account." msgstr "Database for bruger" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9537,7 +9550,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9545,14 +9558,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9560,7 +9573,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9568,61 +9581,61 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "Benytter SSL til forbindelse til database server" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" "$cfg['Servers'][$i]['ssl_cert']`" msgstr "" # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "Dette benyttes til autificering af klienten på serveren." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9630,7 +9643,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9640,32 +9653,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/de.mo b/po/de.mo index 153e1ad00..adf6da78a 100644 Binary files a/po/de.mo and b/po/de.mo differ diff --git a/po/de.po b/po/de.po index 8b9b119f2..9700a12a4 100644 --- a/po/de.po +++ b/po/de.po @@ -9814,6 +9814,23 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "Wird nur benutzt wenn :envvar:`PMA_HOST` leer ist." #: ../phpmyadmin/doc/setup.rst:227 +msgid "Socket file for the database connection." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "" +"Kommagetrennte Hostnamen oder IP-Adressen der zu nutzenden Datenbankserver." + +#: ../phpmyadmin/doc/setup.rst:233 +#, fuzzy +#| msgid "Used only if :envvar:`PMA_HOST` is empty." +msgid "Used only if :envvar:`PMA_SOCKET` is empty." +msgstr "Wird nur benutzt, wenn :envvar:`PMA_HOST` leer ist." + +#: ../phpmyadmin/doc/setup.rst:237 msgid "" "The fully-qualified path (``https://pma.example.net/``) where the reverse " "proxy makes phpMyAdmin available." @@ -9821,88 +9838,88 @@ msgstr "" "Der vollständige Pfad (``https://pma.example.net/``) unter dem der " "Umkehrproxy phpMyAdmin erreichbar macht." -#: ../phpmyadmin/doc/setup.rst:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -9910,17 +9927,17 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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`)." @@ -9928,7 +9945,7 @@ msgstr "" "Wenn angegeben, versteckt diese Option die PHP-Version (`expose_php = Off`). " "Auf einen beliebigen Wert setzen (z.B. `HIDE_PHP_VERSION=true`)." -#: ../phpmyadmin/doc/setup.rst:286 +#: ../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)." @@ -9936,36 +9953,36 @@ msgstr "" "Wenn gesetzt, überschreibt diese Option den Standardwert für apache und php-" "fpm (die ändert die ``upload_max_filesize`` und ``post_max_size`` Werte)." -#: ../phpmyadmin/doc/setup.rst:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "Format: `[0-9+](K,M,G)` der Standardwert ist `2048K`" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 #, fuzzy #| msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgid "Format as `[0-9+]`. Default value is `600`." msgstr "Format: `[0-9+](K,M,G)` der Standardwert ist `2048K`" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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." @@ -9973,7 +9990,7 @@ msgstr "" "Wenn gesetzt, überschreibt diese Option den Vorgabewert `config.inc.php` mit " "den base64-dekodierten Inhalten der Variable." -#: ../phpmyadmin/doc/setup.rst:308 +#: ../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." @@ -9981,26 +9998,26 @@ msgstr "" "Wenn gesetzt, überschreibt diese Option den Vorgabewert `config.user.inc." "php` mit den base64-dekodierten Inhalten der Variable." -#: ../phpmyadmin/doc/setup.rst:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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`." @@ -10008,7 +10025,7 @@ msgstr "" "Standardmäßig wird :ref:`cookie` verwendet, sind aber :envvar:`PMA_USER` " "und :envvar:`PMA_PASSWORD` gesetzt, wird auf :ref:`auth_config` umgeschaltet." -#: ../phpmyadmin/doc/setup.rst:327 +#: ../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:" @@ -10023,11 +10040,11 @@ msgstr "" "`_ oder `MySQL container `_." -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "Konfiguration anpassen" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -10045,7 +10062,7 @@ msgstr "" "config.user.inc.php` aufgerufen wird." # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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." @@ -10054,7 +10071,7 @@ msgstr "" "vars` angewendet wird, aber Sie können jeden der Werte überschreiben." # d7cf84e1bbae4d0ebc9e4d12c282f80d -#: ../phpmyadmin/doc/setup.rst:347 +#: ../phpmyadmin/doc/setup.rst:357 msgid "" "For example to change the default behavior of CSV export you can use the " "following configuration file:" @@ -10062,7 +10079,7 @@ msgstr "" "Um z.B. das Standardverhalten des CSV-Exports zu ändern, können Sie folgende " "Konfigurationsdatei verwenden:" -#: ../phpmyadmin/doc/setup.rst:355 +#: ../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`:" @@ -10070,28 +10087,28 @@ msgstr "" "Sie können damit auch die Serverkonfiguration definieren, anstatt die in :" "ref:`docker-vars` aufgeführten Umgebungsvariablen zu verwenden:" -#: ../phpmyadmin/doc/setup.rst:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" "Siehe :ref:`config` für eine genauere Beschreibung der " "Einstellungsmöglichkeiten." # 9c5da1c7a9364e8ebb2871b19870eaaa -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Docker-Volumes" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" "Sie können die folgenden Volumes verwenden, um das Verhalten des Images " "anzupassen:" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr ":file:`/etc/phpmyadmin/config.user.inc.php`" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." @@ -10099,11 +10116,11 @@ msgstr "" "Kann für weitere Einstellungen verwendet werden, mehr Details dazu im " "vorherigen Kapitel." -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr ":file:`/sessions/`" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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`." @@ -10111,11 +10128,11 @@ msgstr "" "Verzeichnis, in dem PHP-Sitzungen gespeichert sind. Sie können dies zum " "Beispiel mit :ref:`auth_signon` teilen." -#: ../phpmyadmin/doc/setup.rst:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr ":file:`/www/themes/`" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -10127,40 +10144,40 @@ msgstr "" "Volumes einbinden." # 9c5da1c7a9364e8ebb2871b19870eaaa -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Docker Beispiele" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" "Um phpMyAdmin mit einem bestimmten Server zu verbinden, Folgendes verwenden:" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "Um phpMyAdmin mit weiteren Servern zu verbinden, Folgendes verwenden:" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "Um einen beliebigen Server angeben zu können:" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "Sie können den Datenbankcontainer auch mit Docker verbinden:" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "Ausführung mit zusätzlichen Einstellungen:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "Ausführung mit zusätzlichen Designs:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "Mit docker-compose" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -10172,11 +10189,11 @@ msgstr "" "mit einem beliebigen Server ausgeführt - so können Sie den MySQL/MariaDB-" "Server auf der Anmeldeseite angeben." -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "Anpassen der Konfigurationsdatei mit Docker-Compose" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" @@ -10184,16 +10201,16 @@ msgstr "" "Sie können eine externe Datei verwenden, um die phpMyAdmin-Konfiguration " "anzupassen und sie mit der Volume-Richtlinie zu übergeben:" -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "Hinter haproxy in einem Unterverzeichnis laufen lassen" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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 " @@ -10204,18 +10221,18 @@ msgstr "" "der Requests neu schreiben." # a7cec7edf8b241aaa1357526e10c708f -#: ../phpmyadmin/doc/setup.rst:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "Zum Beispiel mit haproxy kann es folgendermaßen erreicht werden:" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" "Bei der Verwendung von traefik sollte so etwas wie das Folgende " "funktionieren:" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" @@ -10223,11 +10240,11 @@ msgstr "" "Sie sollten dann :envvar:`PMA_ABSOLUTE_URI` in der Docker-Compose-" "Konfiguration angeben:" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "IBM-Cloud" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../phpmyadmin/doc/setup.rst:565 msgid "" "One of our users has created a helpful guide for installing phpMyAdmin on " "the `IBM Cloud platform `_ erstellt." -#: ../phpmyadmin/doc/setup.rst:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Schnellinstallation" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Wählen Sie eine passende Distributions-Variante von der phpmyadmin.net " "Downloads-Seite. Manche Varianten enthalten nur die englische Übersetzung, " @@ -10254,13 +10277,13 @@ msgstr "" "wählen, deren Name ähnlich wie ``phpMyAdmin-x.x.x -all-languages.tar.gz`` " "lautet." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" "Versichern Sie sich, dass Sie eine unverändertes Archiv heruntergeladen " "haben. Siehe hierzu :ref:`verify`." -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -10275,7 +10298,7 @@ msgstr "" "Verzeichnis auf Ihrer lokalen Maschine und, nach Schritt 4, verschieben Sie " "das Verzeichnis auf Ihren Webserver z.B. mit FTP." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -10287,7 +10310,7 @@ msgstr "" "verschiedene Eigentümer besitzen). Siehe :ref:`faq4_2` und :ref:`faq1_26` " "für Empfehlungen." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -10304,11 +10327,11 @@ msgstr "" "erweiterte Einstellungen benötigt." # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Datei manuell anlegen" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -10342,12 +10365,12 @@ msgstr "" "file:`config.inc.php` einzutragen. Sie brauchen einige Anweisungen, um " "loszulegen; eine einfache Konfiguration kann wie folgt aussehen:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" "Oder, wenn Sie bevorzugen, nicht bei jedem Einloggen gefragt zu werden:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." @@ -10355,7 +10378,7 @@ msgstr "" "Das Speichern von Passwörtern in der Konfiguration ist unsicher, da dann " "jeder Ihre Datenbank verändern kann." -#: ../phpmyadmin/doc/setup.rst:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -10364,11 +10387,11 @@ msgstr "" "Sie sich den Abschnitt :ref:`config` dieses Dokuments an." # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "Mithilfe des Setup-Skripts" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -10379,7 +10402,7 @@ msgstr "" "werden und Sie können es zum Hochladen auf dem Server herunterladen." # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -10391,7 +10414,7 @@ msgstr "" "auf dem Server gespeichert, Sie müssen den Knopf `Download` benutzen, um sie " "auf Ihrem Computer zu speichern und dann auf den Server hochzuladen." -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -10402,7 +10425,7 @@ msgstr "" "erweiterte Optionen zu setzen, die der Konfigurationsassistent nicht " "bereitstellt." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -10421,7 +10444,7 @@ msgstr "" "``auth_type`` cookie oder http. Siehe den Abschnitt :ref:`faqmultiuser` für " "weitere Informationen, insbesondere :ref:`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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 :" @@ -10432,11 +10455,11 @@ msgstr "" "einen Anmeldungsdialog, wenn Sie die :term:`HTTP`- oder Cookie-" "Authentifizierungsmethode verwenden." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "Installationsskript für Debian, Ubuntu und deren Derivate" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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 " @@ -10446,23 +10469,23 @@ msgstr "" "deaktiviert wird, auf eine Weise geändert, das für jedes von beiden ein " "einzelner Befehl ausgeführt werden muss." -#: ../phpmyadmin/doc/setup.rst:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" "Um eine die Bearbeitung einer Konfiguration zu gestatten, rufen Sie " "Folgendes auf:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" "Um die Bearbeitung einer Konfiguration zu verbieten, rufen Sie Folgendes auf:" # 1b53a9763d244e338f350fdb549e354c -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "Installationsskript für openSUSE" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -10475,11 +10498,11 @@ msgstr "" "herunterladen, oder das Installationsskript unseres Demo-Servers nutzen." -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Prüfen der phpMyAdmin Releases" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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 " @@ -10489,7 +10512,7 @@ msgstr "" "Entwickler, bis Januar 2016 war das Marc Deslisle, kryptographisch signiert. " "Seine Schlüssel-ID ist 0xFEFC65D181AF644A, sein PGP-Fingerprint ist:" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." @@ -10497,7 +10520,7 @@ msgstr "" "und Sie können mehr Identifikationsinformationen von erhalten." -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:" @@ -10505,7 +10528,7 @@ msgstr "" "Seit Januar 2016 ist der Veröffentlichungsleiter Isaac Bennetch. Seine " "Schlüssel-ID ist 0xCE752F178259BD92 und sein PGP-Fingerabdruck ist:" -#: ../phpmyadmin/doc/setup.rst:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." @@ -10513,7 +10536,7 @@ msgstr "" "und Sie können mehr Identifikationsinformationen von erhalten." -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:" @@ -10522,7 +10545,7 @@ msgstr "" "signiert sein. Seine Schlüssel-ID ist 0x9C27B31342B7511D und sein PGP-" "Fingerprint ist:" -#: ../phpmyadmin/doc/setup.rst:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." @@ -10530,7 +10553,7 @@ msgstr "" "und Sie können mehr Identifikationsinformationen von erhalten." -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -10543,7 +10566,7 @@ msgstr "" "Signatur prüfen, um sicher zu gehen, dass Sie die neuste Version " "heruntergladen haben." -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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 " @@ -10553,7 +10576,7 @@ msgstr "" "Signatur enthalten. Sobald beide Dateien im gleichen Ordner liegen, lässt " "sich die Signatur prüfen:" -#: ../phpmyadmin/doc/setup.rst:737 +#: ../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:" @@ -10561,7 +10584,7 @@ msgstr "" "Wie Sie sehen können, meldet gpg, dass der Public-Key nicht bekannt ist. " "Jetzt sollten Sie einen der nächsten Schritte befolgen:" -#: ../phpmyadmin/doc/setup.rst:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" @@ -10569,11 +10592,11 @@ msgstr "" "Laden sie sich den Keyring von `_ herunter und importieren ihn mit:" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "Lade dir den Schlüssel von einem der Server runter:" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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 " @@ -10583,7 +10606,7 @@ msgstr "" "prüfen, dass die Signatur vom angegebenen Schlüssel stimmt. Dem Namen, der " "im Schlüssel verwendet wird, können Sie aber immer noch nicht vertrauen:" -#: ../phpmyadmin/doc/setup.rst:771 +#: ../phpmyadmin/doc/setup.rst:781 #, fuzzy #| msgid "" #| "The problem here is that anybody could issue the key with this name. You " @@ -10614,12 +10637,12 @@ msgstr "" "Entwickler in Echt getroffen haben. Zum Beispiel können Sie sehen, wie " "`Isaacs Schlüssel mit dem Schlüssel von Linus verknüpft ist`_." -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" "Sobald der Schlüssel akzeptiert wurde, wird die Warnung nicht mehr auftreten:" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:" @@ -10627,11 +10650,11 @@ msgstr "" "Sollte die Signatur ungültig sein (das Archiv wurde verändert), werden Sie " "einen klaren Fehler bekommen, egal ob dem Schlüssel vertraut wird oder nicht:" -#: ../phpmyadmin/doc/setup.rst:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin-Konfigurationsspeicher" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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." @@ -10640,7 +10663,7 @@ msgstr "" "aber der Name wurde wegen des erweiterten Geltungsbereichs des Speichers " "geändert." -#: ../phpmyadmin/doc/setup.rst:813 +#: ../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:" @@ -10657,12 +10680,12 @@ msgstr "" "Datenbank würde dann der Kontroll-Benutzer zugreifen, also sollte kein " "anderer Benutzer Rechte dafür besitzen)." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Null-Konfiguration" # 18bfb42aef5d47faae1535680a5544f7 -#: ../phpmyadmin/doc/setup.rst:825 +#: ../phpmyadmin/doc/setup.rst:835 #, fuzzy #| msgid "" #| "In many cases, this database structure can be automatically created and " @@ -10682,7 +10705,7 @@ msgstr "" "option:`$cfg['ZeroConf']` auf „false“." # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" @@ -10690,7 +10713,7 @@ msgstr "" "abgedeckt:" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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." @@ -10700,7 +10723,7 @@ msgstr "" "„Operationen“-Tab an, diese zu erstellen." # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -10718,7 +10741,7 @@ msgstr "" "Datenbank hat." # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -10731,11 +10754,11 @@ msgstr "" "Tabellen der ersten Datenbank. Der Benutzer wird nicht aufgefordert, neue " "Tabellen anzulegen." -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Manuelle Konfiguration" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -10746,11 +10769,11 @@ msgstr "" "verwenden, achten Sie bitte besonders auf :ref:`faq1_23`)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "Wenn Sie diese Infrastruktur bereits hatten und:" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -10759,7 +10782,7 @@ msgstr "" "upgrade_tables_mysql_4_1_2+.sql`." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -10768,7 +10791,7 @@ msgstr "" "4.2.x), nutzen Sie bitte :file:`sql/upgrade_column_info_4_3_0+.sql`." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:859 +#: ../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`." @@ -10777,13 +10800,13 @@ msgstr "" "verwenden Sie bitte :file:`sql/upgrade_tables_4_7_0+.sql`." # 5009520c824a4dba94280abf916fd934 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" "und legen Sie dann neue Tabellen an, indem Sie :file:`sql/create_tables.sql` " "importieren." -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -10795,7 +10818,7 @@ msgstr "" "benötigen, um Datenbank und Tabellen zu erstellen, und dass das Skript etwas " "Bearbeitung benötigt, abhängig vom Datenbanknamen." -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -10807,7 +10830,7 @@ msgstr "" "nachlesen." # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -10819,19 +10842,19 @@ msgstr "" "['controlpass']`) mit den korrekten Rechten für diese Tabellen. Sie können " "ihn beispielsweise mit folgender Anweisung anlegen:" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "Und für jede MariaDB-Version:" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "Für MySQL 8.0 oder neuer:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "Für MySQL älter als 8.0:" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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 " @@ -10841,12 +10864,12 @@ msgstr "" "neuer als 8.0 möglicherweise die Authentifizierung mysql_native_password zur " "Problemumgehung benötigen. Siehe :ref:`faq1_45` für Einzelheiten." -#: ../phpmyadmin/doc/setup.rst:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Aktualisieren von einer älteren Version" # 5c38f59368c441ffbe914fd56c85b561 -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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." @@ -10855,7 +10878,7 @@ msgstr "" "Installation von phpMyAdmin, entfernen Sie immer zuerst die alten Dateien " "und behalten Sie dabei nur die Konfiguration bei." -#: ../phpmyadmin/doc/setup.rst:915 +#: ../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." @@ -10863,7 +10886,7 @@ msgstr "" "Auf diese Art bleibt kein alter, nicht länger funktionierender Code im " "Verzeichnis, der zu schweren Sicherheitslücken oder Fehlern führen kann." -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -10878,13 +10901,13 @@ msgstr "" "``set_magic_quotes_runtime(0);`` Anweisung, die Sie ziemlich am Ende der " "Konfigurationsdatei finden könnten." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" "Die vollständige Nachrüstung kann in wenigen, einfachen Schritten " "durchgeführt werden:" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." @@ -10892,13 +10915,13 @@ msgstr "" "Laden Sie die neueste phpMyAdmin-Version von herunter." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" "Benennen Sie den vorhandenen phpMyAdmin-Ordner um (z.B. in ``phpMyAdmin-" "alt``)." -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." @@ -10906,7 +10929,7 @@ msgstr "" "Entpacken Sie das kürzlich heruntergeladene phpMyAdmin in das gewünschte " "Verzeichnis (z.B. ``phpMyAdmin``)." -#: ../phpmyadmin/doc/setup.rst:930 +#: ../phpmyadmin/doc/setup.rst:940 msgid "" "Copy :file:`config.inc.php`` from old location (``phpmyadmin-old``) to the " "new one (``phpmyadmin``)." @@ -10914,15 +10937,15 @@ msgstr "" "Kopieren Sie :file:``config.inc.php`` aus dem alten Verzeichnis " "(``phpMyAdmin-alt``) in das neue (``phpMyAdmin``)." -#: ../phpmyadmin/doc/setup.rst:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "Überprüfen Sie, ob alles ordnungsgemäß funktioniert." -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "Entfernen Sie die Sicherung der vorigen Version (``phpMyAdmin-alt``)." -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -10934,7 +10957,7 @@ msgstr "" "Konfigurationsspeicher nutzen, sollten Sie das :term:`SQL`-Skript :file:`sql/" "upgrade_tables_mysql_4_1_2+.sql` ausführen." -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -10946,7 +10969,7 @@ msgstr "" "nutzen, sollten Sie das :term:`SQL`-Skript :file:`sql/" "upgrade_column_info_4_3_0+.sql` ausführen." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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." @@ -10954,12 +10977,12 @@ msgstr "" "Vergessen Sie nicht, den Browsercache zu löschen und die letzte Sitzung zu " "leeren, indem Sie sich abmelden und danach wieder anmelden." -#: ../phpmyadmin/doc/setup.rst:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Benutzung von Authentifizierungsmethoden" # 07928341023648d3af6e13958292e57f -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -10978,7 +11001,7 @@ msgstr "" "Ihr Benutzername und das Kennwort nicht im Klartext in der " "Konfigurationsdatei stehen." -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -10995,7 +11018,7 @@ msgstr "" "Modus wird das Kennwort AES-verschlüsselt in einem temporären Cookie " "gespeichert." -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -11010,7 +11033,7 @@ msgstr "" "einen Administratorbenutzer erstellen). Um zum Beispiel dem Benutzer " "*real_user* sämtliche Rechte an der Datenbank *user_base* zu geben:" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -11021,17 +11044,17 @@ msgstr "" "Authentifizierungsmethode brauchen Sie nicht die Benutzer/Kennwort-Felder im " "Feld :config:option:`$cfg['Servers']` eintragen." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "HTTP-Authentifizierungs-Methode" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -11039,7 +11062,7 @@ msgstr "" "Benutzt die :term:`HTTP` Basic-Authentication-Methode und erlaubt Ihnen, " "sich als jeder gültige MySQL-Benutzer einzuloggen." -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -11050,7 +11073,7 @@ msgstr "" "ref:`faq1_32`, für die Benutzung mit Apache :term:`CGI` beachten Sie :ref:" "`faq1_35`." -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -11062,7 +11085,7 @@ msgstr "" "weitergegeben, so dass Ihre Anmeldedaten nicht bis zu der Anwendung " "gelangen. In diesem Fall können Sie die folgenden Einstellungen hinzufügen:" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -11070,7 +11093,7 @@ msgstr "" "Siehe auch :ref:`faq4_4` darüber, nicht den :term:`.htaccess`-Mechanismus " "zusammen mit der ':term:`HTTP`'-Authentifizierungsmethode zu verwenden." -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -11083,12 +11106,12 @@ msgstr "" "Methode besteht die Beschränkung, dass man sich nicht mit dem selben " "Benutzer nach einer Abmeldung wieder anmelden kann." -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Cookie-Authentifizierungsmethode" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../phpmyadmin/doc/setup.rst:1041 msgid "" "Username and password are stored in cookies during the session and password " "is deleted when it ends." @@ -11096,7 +11119,7 @@ msgstr "" "Benutzername und Kennwort werden während der Sitzung in Cookies gespeichert " "und das Kennwort wird am Ende der Sitzung gelöscht." -#: ../phpmyadmin/doc/setup.rst:1033 +#: ../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`)." @@ -11105,7 +11128,7 @@ msgstr "" "und mit dem gleichen Benutzernamen wieder anmelden (dies ist mit :ref:" "`auth_http` nicht möglich)." -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -11115,7 +11138,7 @@ msgstr "" "Server, die in :file:`config.inc.php` konfiguriert sind), benutzen Sie die " "Richtlinie :config:option:`$cfg['AllowArbitraryServer']`." -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../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." @@ -11123,11 +11146,11 @@ msgstr "" "Wie im Abschnitt :ref:`require` beschrieben, beschleunigt die ``openssl``-" "Erweiterung den Zugriff deutlich, ist aber nicht erforderlich." -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Signon-Authentifizierungsmethode" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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." @@ -11136,7 +11159,7 @@ msgstr "" "zu benutzen, um sich per Single-Signon bei phpMyAdmin zu authentifizieren." # 82e95387fe434510a8cabebfce92aaf7 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -11151,7 +11174,7 @@ msgstr "" "$cfg['Servers'][$i]['SignonScript']`)." # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -11162,7 +11185,7 @@ msgstr "" "verarbeiten sollten." # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../phpmyadmin/doc/setup.rst:1070 msgid "" "The very basic example of saving credentials in a session is available as :" "file:`examples/signon.php`:" @@ -11171,7 +11194,7 @@ msgstr "" "Sitzung steht als :file:`examples/signon.php` bereit:" # d64dc59ee10549769961c1eb7bd7ea35 -#: ../phpmyadmin/doc/setup.rst:1066 +#: ../phpmyadmin/doc/setup.rst:1076 msgid "" "Alternatively, you can also use this way to integrate with OpenID as shown " "in :file:`examples/openid.php`:" @@ -11180,7 +11203,7 @@ msgstr "" "wie in :file:`examples/openid.php` gezeigt:" # a89ba5c5c9f847d38d85e6a9d037fd5c -#: ../phpmyadmin/doc/setup.rst:1072 +#: ../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:`" @@ -11194,7 +11217,7 @@ msgstr "" "script.php`:" # e36cac0e80d24bcca85c185dba0d64ca -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -11208,11 +11231,11 @@ msgstr "" "['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`, :ref:" "`example-signon`" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Config-Authentifizierungsmethode" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -11225,7 +11248,7 @@ msgstr "" "file:`config.inc.php` lesen kann, Ihren Benutzernamen und das Kennwort sehen " "kann)." -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -11233,7 +11256,7 @@ msgstr "" "Im Abschnitt :ref:`faqmultiuser` befindet sich ein Eintrag, der erklärt, wie " "Sie Ihre Konfigurationsdatei absichern können." -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -11245,7 +11268,7 @@ msgstr "" "[$i]['AllowDeny']['order']` und :config:option:`$cfg['Servers'][$i]" "['AllowDeny']['rules']` einzusetzen." -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -11263,12 +11286,12 @@ msgstr "" "Firewall aus (beide Möglichkeiten sind außerhalb des Rahmens dieses " "Handbuchs, aber leicht per Google zu finden)." -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Absichern Ihrer phpMyAdmin-Installation" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -11276,7 +11299,7 @@ msgstr "" "Das phpMyAdmin-Team arbeitet hart daran, die Anwendung sicher zu machen. " "Hier einige Wege, wie Sie Ihre Installation besser absichern können:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." @@ -11285,7 +11308,7 @@ msgstr "" "und aktualisiere phpMyAdmin immer, wenn eine neue Sicherheitslücke bekannt " "wird." -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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." @@ -11294,7 +11317,7 @@ msgstr "" "Sie ebenfalls HSTS verwenden, um so vor Attacken auf ältere " "Protokollversionen geschützt zu sein." -#: ../phpmyadmin/doc/setup.rst:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors `_." -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" "Problem bei der Wiederanmeldung nach dem Abmelden mittels 'http' " "Authentifizierung" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/documentation.pot b/po/documentation.pot index b1f3c7d76..9e27b5fd1 100644 --- a/po/documentation.pot +++ b/po/documentation.pot @@ -69,7 +69,7 @@ msgstr "" "#-#-#-#-# 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-07-16 00:00+0200\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" @@ -7386,79 +7386,91 @@ 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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -7466,91 +7478,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -7559,11 +7571,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -7573,100 +7585,100 @@ msgid "" "phpmyadmin/config.user.inc.php` parameters." msgstr "" -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -7674,73 +7686,73 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -7749,7 +7761,7 @@ msgid "" "directory on your web server using, for example, FTP." msgstr "" -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -7757,7 +7769,7 @@ msgid "" "suggestions." msgstr "" -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -7766,11 +7778,11 @@ msgid "" "way to get started and needed for some advanced features." msgstr "" -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -7783,34 +7795,34 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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:641 +#: ../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 " @@ -7818,14 +7830,14 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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:650 +#: ../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 " @@ -7836,37 +7848,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -7874,48 +7886,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -7923,37 +7935,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -7964,27 +7976,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -7994,11 +8006,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -8006,18 +8018,18 @@ msgid "" "disable set :config:option:`$cfg['ZeroConf']` to false." msgstr "" -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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:834 +#: ../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 " @@ -8027,7 +8039,7 @@ msgid "" "usually the user only has access to one database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -8035,44 +8047,44 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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:857 +#: ../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:859 +#: ../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:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -8080,14 +8092,14 @@ msgid "" "database name." msgstr "" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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:873 +#: ../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']` " @@ -8095,42 +8107,42 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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 " @@ -8139,41 +8151,41 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -8181,7 +8193,7 @@ msgid "" "upgrade_tables_mysql_4_1_2+.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -8189,17 +8201,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -8210,7 +8222,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -8220,7 +8232,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -8229,36 +8241,36 @@ msgid "" "*real_user* with all privileges on the database *user_base*:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../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:1002 +#: ../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:1005 +#: ../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 " @@ -8266,13 +8278,13 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -8280,46 +8292,46 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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:1051 +#: ../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:`" @@ -8328,26 +8340,26 @@ msgid "" "['SignonScript']`)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -8355,7 +8367,7 @@ msgid "" "file:`examples/signon-script.php`:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -8364,11 +8376,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -8376,13 +8388,13 @@ msgid "" "read your :file:`config.inc.php` can discover your username and password)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../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:1102 +#: ../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']` " @@ -8390,7 +8402,7 @@ msgid "" "directives." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -8400,54 +8412,54 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../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:1129 +#: ../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:1131 +#: ../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:1133 +#: ../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 " @@ -8456,13 +8468,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -8470,7 +8482,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -8478,11 +8490,11 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -8490,21 +8502,21 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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:1168 +#: ../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:1171 +#: ../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 " @@ -8512,7 +8524,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -8520,60 +8532,60 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -8581,7 +8593,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -8591,32 +8603,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/el.mo b/po/el.mo index fa57919dd..056a2b4a7 100644 Binary files a/po/el.mo and b/po/el.mo differ diff --git a/po/el.po b/po/el.po index a9d00dd38..cf1f69810 100644 --- a/po/el.po +++ b/po/el.po @@ -8812,100 +8812,114 @@ 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 +#, fuzzy +#| msgid "Could not connect to the database server!" +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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy #| msgid "$cfg['SQLValidator'] boolean" msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "Αληθές/Ψευδές $cfg['SQLValidator']" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" "εισάγετε το όνομα του πίνακα στο $cfg['Servers'][$i]['userconfig']" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid "$cfg['SQLValidator'] boolean" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "Αληθές/Ψευδές $cfg['SQLValidator']" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid "$cfg['SQLValidator'] boolean" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "Αληθές/Ψευδές $cfg['SQLValidator']" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" "εισάγετε το όνομα του πίνακα στο $cfg['Servers'][$i]['userconfig']" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" "εισάγετε το όνομα του πίνακα στο $cfg['Servers'][$i]['userconfig']" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" "εισάγετε το όνομα του πίνακα στο $cfg['Servers'][$i]['userconfig']" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" "εισάγετε το όνομα του πίνακα στο $cfg['Servers'][$i]['userconfig']" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8913,94 +8927,94 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" "εισάγετε το όνομα του πίνακα στο $cfg['Servers'][$i]['userconfig']" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -9009,13 +9023,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Ρύθμιση πρωτεύοντος" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -9026,104 +9040,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Ένωση με την τρέχουσα ρύθμιση" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Ένωση με την τρέχουσα ρύθμιση" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -9131,83 +9145,89 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "Το υπαρχον αρχείο ρυθμίσεων (%s) δεν είναι αναγνώσιμο." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`glossary`" msgid ":ref:`docker-custom`" msgstr ":ref:`glossary`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Γρήγορη Εγκατάσταση" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Επιλέξτε μια κατάλληλη διανομή από τη σελίδα Λήψεων του phpmyadmin.net. " "Ορισμένα πακέτα περιέχουν μόνο τα αγγλικά μηνύματα, άλλα περιέχουν όλες τις " "γλώσσες. Υποθέτουμε ότι έχετε επιλέξει ένα πακέτο με όνομα που μοιάζει με το " "``phpMyAdmin-x.x.x -all-languages.tar.gz``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../phpmyadmin/doc/setup.rst:578 #, fuzzy #| msgid "" #| "Untar or unzip the distribution (be sure to unzip the subdirectories): " @@ -9229,7 +9249,7 @@ msgstr "" "υπολογιστή σας, και, μετά από το βήμα 4, μεταφέρετε τον κατάλογο στο " "διακομιστή ιστού, χρησιμοποιώντας, για παράδειγμα, ftp." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -9240,7 +9260,7 @@ msgstr "" "σε ασφαλή λειτουργία, οι κώδικες με διαφορετικό ιδιοκτήτη θα έχουν " "πρόβλημα). Δείτε τις :ref:`faq4_2` και :ref:`faq1_26` για προτάσεις." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -9257,11 +9277,11 @@ msgstr "" "δυνατότητες για προχωρημένους." # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -9296,17 +9316,17 @@ msgstr "" "`config.inc.php`. Θα χρειαστείτε πιθανόν μόνο μερικές οδηγίες, για να " "ξεκινήσετε, μια απλή ρύθμιση παραμέτρων μπορεί να μοιάζει κάπως έτσι:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "Ή, αν επιθυμείτε να μην ερωτάστε κάθε φορά που συνδέεστε:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -9314,13 +9334,13 @@ msgstr "" "Για μια πλήρη επεξήγηση των πιθανών τιμών ρυθμίσεων, δείτε το :ref:`config` " "αυτού του εγγράφου." -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "Χρήση κώδικα Εγκατάστασης" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../phpmyadmin/doc/setup.rst:647 #, fuzzy #| msgid "" #| "Instead of manually editing :file:`config.inc.php`, you can use the " @@ -9339,7 +9359,7 @@ msgstr "" "ακόλουθες εντολές:" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -9347,7 +9367,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../phpmyadmin/doc/setup.rst:656 #, fuzzy #| msgid "" #| "Now the file is ready to be used. You can choose to review or edit the " @@ -9363,7 +9383,7 @@ msgstr "" "επεξεργασίας, αν προτιμάτε να ορίσετε ορισμένες επιλογές για προχωρημένους, " "που δεν παρέχονται στον κώδικα εγκατάστασης (Setup)." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -9382,7 +9402,7 @@ msgstr "" "title=\"Συχνά Απαντημένες Ερωτήσεις\">ΣΑΕ για πρόσθετες πληροφορίες, " "ειδικά την :ref:`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../phpmyadmin/doc/setup.rst:667 #, fuzzy #| msgid "" #| "Open the `main phpMyAdmin directory `_ in your browser. " @@ -9398,36 +9418,36 @@ msgstr "" "δεδομένων σας ή ένα παράθυρο διαλόγου σύνδεσης, εάν η χρήση της λειτουργίας " "ελέγχου ταυτότητας είναι :term:`HTTP` ή cookie." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To allow editing configuration invoke:" msgstr "Και για να επεξεργαστείτε μια υπάρχουσα ρύθμιση, αντιγράψτε το πρώτο:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To block editing configuration invoke:" msgstr "Και για να επεξεργαστείτε μια υπάρχουσα ρύθμιση, αντιγράψτε το πρώτο:" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 #, fuzzy #| msgid "Using Setup script" msgid "Setup script on openSUSE" msgstr "Χρήση κώδικα Εγκατάστασης" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -9435,50 +9455,50 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 #, fuzzy #| msgid "The phpMyAdmin Devel team" msgid "Verifying phpMyAdmin releases" msgstr "Η ομάδα δημιουργίας του phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9486,37 +9506,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9527,27 +9547,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Χώρος αποθήκευσης ρυθμίσεων της phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../phpmyadmin/doc/setup.rst:823 #, fuzzy #| msgid "" #| "For a whole set of additional features (bookmarks, comments, :term:`SQL`-" @@ -9572,13 +9592,13 @@ msgstr "" "δεδομένων θα είναι προσβάσιμη από τον controluser, έτσι ώστε κανένας άλλος " "χρήστης να μην έχει δικαιώματα σε αυτή)." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 #, fuzzy #| msgid "Configuration" msgid "Zero configuration" msgstr "Ρύθμιση" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9587,20 +9607,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9611,7 +9631,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9619,13 +9639,13 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 #, fuzzy #| msgid "Configuration" msgid "Manual configuration" msgstr "Ρύθμιση" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../phpmyadmin/doc/setup.rst:859 #, fuzzy #| msgid "" #| "Please look at your ``./examples/`` directory, where you should find a " @@ -9641,11 +9661,11 @@ msgstr "" "στη :ref:`faq1_23`)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../phpmyadmin/doc/setup.rst:865 #, fuzzy #| msgid "" #| "upgraded to MySQL 4.1.2 or newer, please use :file:`examples/" @@ -9657,7 +9677,7 @@ msgstr "" "αναβαθμίσατε σε MySQL 4.1.2 ή νεότερη, χρησιμοποιήστε το αρχείο :file:" "`examples/upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:857 +#: ../phpmyadmin/doc/setup.rst:867 #, fuzzy #| msgid "" #| "upgraded to MySQL 4.1.2 or newer, please use :file:`examples/" @@ -9669,7 +9689,7 @@ msgstr "" "αναβαθμίσατε σε MySQL 4.1.2 ή νεότερη, χρησιμοποιήστε το αρχείο :file:" "`examples/upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:859 +#: ../phpmyadmin/doc/setup.rst:869 #, fuzzy #| msgid "" #| "upgraded to MySQL 4.1.2 or newer, please use :file:`examples/" @@ -9682,11 +9702,11 @@ msgstr "" "`examples/upgrade_tables_mysql_4_1_2+.sql`." # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9699,7 +9719,7 @@ msgstr "" "ενδέχεται να χρειάζεται κάποια ρύθμιση, ανάλογα με το όνομα της βάσης " "δεδομένων." -#: ../phpmyadmin/doc/setup.rst:869 +#: ../phpmyadmin/doc/setup.rst:879 #, fuzzy #| msgid "" #| "After having imported the :file:`examples/create_tables.sql` file, you " @@ -9715,7 +9735,7 @@ msgstr "" "που χρησιμοποιούνται για αυτό μπορούν να βρεθούν στον :ref:`config`." # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9723,45 +9743,45 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.5 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.5 ή νεότερη" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Αναβάθμιση από μια παλαιότερο έκδοση" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9770,11 +9790,11 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy #| msgid "You can get the newest version at http://www.phpmyadmin.net/." msgid "" @@ -9783,32 +9803,32 @@ msgid "" msgstr "" "Μπορείτε να λάβετε την τελευταία έκδοση στο http://www.phpmyadmin.net/." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9817,7 +9837,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9825,17 +9845,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Χρήση μεθόδων πιστοποίησης" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9846,7 +9866,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9856,7 +9876,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9865,7 +9885,7 @@ msgid "" "*real_user* with all privileges on the database *user_base*:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../phpmyadmin/doc/setup.rst:991 #, fuzzy msgid "" "What the user may now do is controlled entirely by the MySQL user management " @@ -9877,17 +9897,17 @@ msgstr "" "πρόσβασης μέσα στη σειρά " "$cfg['Servers']." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 #, fuzzy msgid "HTTP authentication mode" msgstr "Χρήση μεθόδων πιστοποίησης" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 #, fuzzy msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " @@ -9898,14 +9918,14 @@ msgstr "" "MySQL." # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9914,13 +9934,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9928,19 +9948,19 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 #, fuzzy msgid "Cookie authentication mode" msgstr "η μέθοδος πιστοποίησης Cookie" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../phpmyadmin/doc/setup.rst:1043 #, fuzzy #| msgid "" #| "With this mode, the user can truly log out of phpMyAdmin and log in back " @@ -9952,7 +9972,7 @@ msgstr "" "Με αυτή τη λειτουργία, ο χρήστης μπορεί πραγματικά να αποσυνδεθεί από το " "phpMyAdmin και να συνδεθεί πάλι με το ίδιο όνομα χρήστη." -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../phpmyadmin/doc/setup.rst:1045 #, fuzzy msgid "" "If you want to allow users to enter any hostname to connect (rather than " @@ -9963,18 +9983,18 @@ msgstr "" "\"#AllowArbitraryServer\" class=\"configrule\"> " "$cfg['AllowArbitraryServer']." -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 #, fuzzy msgid "Signon authentication mode" msgstr "Μέθοδος πιστοποίησης «signon»" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../phpmyadmin/doc/setup.rst:1058 #, fuzzy #| msgid "" #| "This mode is a convenient way of using credentials from another " @@ -9987,7 +10007,7 @@ msgstr "" "από άλλη εφαρμογή για την πιστοποίηση του phpMyAdmin." # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9997,7 +10017,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -10005,19 +10025,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -10026,7 +10046,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -10035,13 +10055,13 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 #, fuzzy msgid "Config authentication mode" msgstr "Μέθοδος πιστοποίησης «config»" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -10050,14 +10070,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -10066,7 +10086,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -10076,58 +10096,58 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 #, fuzzy msgid "Securing your phpMyAdmin installation" msgstr "phpMyAdmin - Εγκατάσταση" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../phpmyadmin/doc/setup.rst:1143 #, fuzzy #| msgid "" #| "You should deny access to the ``./libraries`` and ``./setup/lib`` " @@ -10148,13 +10168,13 @@ msgstr "" "μπορεί να βρεθούν σε αυτό το κώδικα. Για τον Apache, αυτό συνήθως συμβαίνει " "με ένα αρχείο :term:`.htaccess` σε αυτούς τους φακέλους." -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../phpmyadmin/doc/setup.rst:1151 #, fuzzy #| msgid "" #| "It is generally a good idea to protect a public phpMyAdmin installation " @@ -10173,7 +10193,7 @@ msgstr "" "ριζικό φάκελο του διακομιστή ιστού σας ή να περιορίσετε την πρόσβαση από τις " "ρυθμίσεις του διακομιστή ιστού, δείτε τη :ref:`faq1_42`." -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../phpmyadmin/doc/setup.rst:1155 #, fuzzy msgid "" "In case you don't want all MySQL users to be able to access phpMyAdmin, you " @@ -10184,13 +10204,13 @@ msgstr "" "Εάν θέλετε να επιτρέψετε τη ριζική πρόσβαση. Αυτό είναι απλώς μια συντόμευση " "για τους παρακάτω κανόνες AllowDeny." -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy msgid "Enable :ref:`2fa` for your account." msgstr "Μετατροπές" # e1b1bd218e6f41e08d4b1dbb5cfed36a -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../phpmyadmin/doc/setup.rst:1159 #, fuzzy #| msgid "" #| "consider hiding phpMyAdmin behind authentication proxy, so that MySQL " @@ -10205,7 +10225,7 @@ msgstr "" "διακομιστή, ώστε όχι όλοι οι χρήστες να χρειάζεται να συνδέονται με τα " "διαπιστευτήρια της MySQL" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -10213,14 +10233,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -10228,7 +10248,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -10236,33 +10256,33 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server." msgid "Using SSL for connection to database server" msgstr "Ενεργοποιήση SSL για σύνδεση στο διακομιστή MySQL." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" "εισάγετε το όνομα του πίνακα στο $cfg['Servers'][$i]['userconfig']" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" @@ -10272,13 +10292,13 @@ msgstr "" "['table_coords'] και $cfg['Servers'][$i]['pdf_pages']" # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "Ο κωδικός πρόσβασης για πιστοποίηση με τον διακομιστή." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" @@ -10287,26 +10307,26 @@ msgstr "" "εισάγετε τα σωστά ονόματα πίνακα στα $cfg['Servers'][$i]" "['table_coords'] και $cfg['Servers'][$i]['pdf_pages']" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" "εισάγετε το όνομα του πίνακα στο $cfg['Servers'][$i]['userconfig']" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -10314,7 +10334,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -10324,32 +10344,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/en_GB.mo b/po/en_GB.mo index e2289987a..33608194b 100644 Binary files a/po/en_GB.mo and b/po/en_GB.mo differ diff --git a/po/en_GB.po b/po/en_GB.po index 554f7cb84..fed954834 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -9268,25 +9268,39 @@ 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 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "Comma-separated ports of the database server to use." + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy #| msgid "$cfg['SQLValidator'] boolean" msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "$cfg['SQLValidator'] boolean" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -9294,71 +9308,71 @@ msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid "$cfg['SQLValidator'] boolean" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "$cfg['SQLValidator'] boolean" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid "$cfg['SQLValidator'] boolean" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "$cfg['SQLValidator'] boolean" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -9366,11 +9380,11 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -9378,83 +9392,83 @@ msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -9463,11 +9477,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "Customising configuration" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -9478,64 +9492,64 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "See :ref:`config` for detailed description of configuration options." # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Docker Volumes" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 #, fuzzy #| msgid "You can use following volumes to customize image behavior:" msgid "You can use the following volumes to customize image behavior:" msgstr "You can use following volumes to customise image behaviour:" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -9543,39 +9557,39 @@ msgid "" msgstr "" # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Docker Examples" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "Running with additional configuration:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "Running with additional themes:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -9583,11 +9597,11 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "Customising configuration file using docker-compose" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" @@ -9595,18 +9609,18 @@ msgstr "" "You can use an external file to customise phpMyAdmin configuration and pass " "it using the volumes directive:" -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`glossary`" msgid ":ref:`docker-custom`" msgstr ":ref:`glossary`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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 " @@ -9614,55 +9628,61 @@ msgid "" msgstr "" # a7cec7edf8b241aaa1357526e10c708f -#: ../phpmyadmin/doc/setup.rst:481 +#: ../phpmyadmin/doc/setup.rst:491 #, fuzzy #| msgid "An example of using more that one database:" msgid "For example, using haproxy it can be done as:" msgstr "An example of using more that one database:" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Quick Install" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "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``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../phpmyadmin/doc/setup.rst:578 #, fuzzy #| msgid "" #| "Untar or unzip the distribution (be sure to unzip the subdirectories): " @@ -9683,7 +9703,7 @@ msgstr "" "in a directory on your local machine, and, after step 4, transfer the " "directory on your web server using, for example, ftp." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -9695,7 +9715,7 @@ msgstr "" "other scripts will be a problem). See :ref:`faq4_2` and :ref:`faq1_26` for " "suggestions." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -9710,11 +9730,11 @@ msgstr "" "way to get started and needed for some advanced features." # 821a09f8eb394cb788176b2a07226601 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Manually creating the file" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -9747,17 +9767,17 @@ msgstr "" "php`. You'll need a few directives to get going, a simple configuration may " "look like this:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "Or, if you prefer to not be prompted every time you log in:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -9765,13 +9785,13 @@ msgstr "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "Using Setup script" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -9782,7 +9802,7 @@ msgstr "" "download it for upload to the server." # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -9790,7 +9810,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../phpmyadmin/doc/setup.rst:656 #, fuzzy #| msgid "" #| "Now the file is ready to be used. You can choose to review or edit the " @@ -9805,7 +9825,7 @@ msgstr "" "with your favourite editor, if you prefer to set some advanced options which " "the setup script does not provide." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -9823,7 +9843,7 @@ msgstr "" "cookie or http. See the :ref:`faqmultiuser` for additional information, " "especially :ref:`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../phpmyadmin/doc/setup.rst:667 #, fuzzy #| msgid "" #| "Open the `main phpMyAdmin directory `_ in your browser. " @@ -9838,36 +9858,36 @@ msgstr "" "phpMyAdmin should now display a welcome screen and your databases, or a " "login dialogue if using :term:`HTTP` or cookie authentication mode." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To allow editing configuration invoke:" msgstr "And to edit an existing configuration, copy it over first:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To block editing configuration invoke:" msgstr "And to edit an existing configuration, copy it over first:" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 #, fuzzy #| msgid "Using Setup script" msgid "Setup script on openSUSE" msgstr "Using Setup script" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -9875,50 +9895,50 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 #, fuzzy #| msgid "The phpMyAdmin Devel team" msgid "Verifying phpMyAdmin releases" msgstr "The phpMyAdmin Devel team" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9926,37 +9946,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9967,27 +9987,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin configuration storage" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../phpmyadmin/doc/setup.rst:823 #, fuzzy #| msgid "" #| "For a whole set of new features (bookmarks, comments, :term:`SQL`-" @@ -10011,13 +10031,13 @@ msgstr "" "installation (this database would then be accessed by the control-user, so " "no other user should have rights to it)." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 #, fuzzy #| msgid "Configuration" msgid "Zero configuration" msgstr "Configuration" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -10026,20 +10046,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -10050,7 +10070,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -10058,13 +10078,13 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 #, fuzzy #| msgid "Configuration" msgid "Manual configuration" msgstr "Configuration" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../phpmyadmin/doc/setup.rst:859 #, fuzzy #| msgid "" #| "Please look at your ``./examples/`` directory, where you should find a " @@ -10080,11 +10100,11 @@ msgstr "" "special attention to :ref:`faq1_23`)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../phpmyadmin/doc/setup.rst:865 #, fuzzy #| msgid "" #| "If you already had this infrastructure and upgraded to MySQL 4.1.2 or " @@ -10098,7 +10118,7 @@ msgstr "" "please use :file:`examples/upgrade_tables_mysql_4_1_2+.sql` and then create " "new tables by importing :file:`examples/create_tables.sql`." -#: ../phpmyadmin/doc/setup.rst:857 +#: ../phpmyadmin/doc/setup.rst:867 #, fuzzy #| msgid "" #| "If you have upgraded your MySQL server from a version previous to 4.1.2 " @@ -10114,7 +10134,7 @@ msgstr "" "you should run the :term:`SQL` script found in :file:`examples/" "upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:859 +#: ../phpmyadmin/doc/setup.rst:869 #, fuzzy #| msgid "" #| "If you have upgraded your MySQL server from a version previous to 4.1.2 " @@ -10131,11 +10151,11 @@ msgstr "" "upgrade_tables_mysql_4_1_2+.sql`." # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -10147,7 +10167,7 @@ msgstr "" "and tables, and that the script may need some tuning, depending on the " "database name." -#: ../phpmyadmin/doc/setup.rst:869 +#: ../phpmyadmin/doc/setup.rst:879 #, fuzzy #| msgid "" #| "After having imported the :file:`examples/create_tables.sql` file, you " @@ -10166,7 +10186,7 @@ msgstr "" "need to have a control-user with the proper rights to those tables (see " "section :ref:`authentication_modes` below)." -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -10178,42 +10198,42 @@ msgstr "" "settings) with the proper rights to those tables. For example you can create " "it using following statement:" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "For MySQL 8.0 and newer:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Upgrading from an older version" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../phpmyadmin/doc/setup.rst:928 #, fuzzy #| msgid "" #| "Simply copy :file:`config.inc.php` from your previous installation into " @@ -10234,42 +10254,42 @@ msgstr "" "with PHP 6, remove a ``set_magic_quotes_runtime(0);`` statement that you " "might find near the end of your configuration file." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy msgid "" "Download the latest phpMyAdmin version from ." msgstr "You can get the newest version at http://www.phpmyadmin.net/." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../phpmyadmin/doc/setup.rst:944 #, fuzzy #| msgid "" #| "If you have upgraded your MySQL server from a version previous to 4.1.2 " @@ -10287,7 +10307,7 @@ msgstr "" "you should run the :term:`SQL` script found in :file:`examples/" "upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:939 +#: ../phpmyadmin/doc/setup.rst:949 #, fuzzy #| msgid "" #| "If you have upgraded your MySQL server from a version previous to 4.1.2 " @@ -10305,18 +10325,18 @@ msgstr "" "you should run the :term:`SQL` script found in :file:`examples/" "upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Using authentication modes" # 07928341023648d3af6e13958292e57f -#: ../phpmyadmin/doc/setup.rst:954 +#: ../phpmyadmin/doc/setup.rst:964 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are recommended in a **multi-" @@ -10343,7 +10363,7 @@ msgstr "" "term:`HTTP` or cookie mode so that your user/password pair are not in clear " "in the configuration file." -#: ../phpmyadmin/doc/setup.rst:962 +#: ../phpmyadmin/doc/setup.rst:972 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are more secure: the MySQL " @@ -10368,7 +10388,7 @@ msgstr "" "text, unless you are using the HTTPS protocol. In cookie mode, the password " "is stored, encrypted with the blowfish algorithm, in a temporary cookie." -#: ../phpmyadmin/doc/setup.rst:970 +#: ../phpmyadmin/doc/setup.rst:980 #, fuzzy #| msgid "" #| "Then each of the *true* users should be granted a set of privileges on a " @@ -10390,7 +10410,7 @@ msgstr "" "example, you are creating a superuser). For example, to grant the user " "*real_user* with all privileges on the database *user_base*:" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -10400,16 +10420,16 @@ msgstr "" "system. With HTTP or cookie authentication mode, you don't need to fill the " "user/password fields inside the :config:option:`$cfg['Servers']`." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "HTTP authentication mode" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -10417,7 +10437,7 @@ msgstr "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -10427,7 +10447,7 @@ msgstr "" "support using :term:`CGI` PHP see :ref:`faq1_32`, for using with Apache :" "term:`CGI` see :ref:`faq1_35`." -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -10439,7 +10459,7 @@ msgstr "" "application, such that your credentials will not reach the application. In " "this case, you can add the following configuration directive:" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -10447,7 +10467,7 @@ msgstr "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -10455,18 +10475,18 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Cookie authentication mode" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../phpmyadmin/doc/setup.rst:1043 #, fuzzy #| msgid "" #| "With this mode, the user can truly log out of phpMyAdmin and log in back " @@ -10478,7 +10498,7 @@ msgstr "" "With this mode, the user can truly log out of phpMyAdmin and log in back " "with the same username." -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../phpmyadmin/doc/setup.rst:1045 #, fuzzy #| msgid "" #| "If you want to log in to arbitrary server see :config:option:`" @@ -10491,7 +10511,7 @@ msgstr "" "If you want to log in to arbitrary server see :config:option:`" "$cfg['AllowArbitraryServer']` directive." -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../phpmyadmin/doc/setup.rst:1048 #, fuzzy #| msgid "" #| "As mentioned in the :ref:`require` section, having the ``mcrypt`` " @@ -10503,11 +10523,11 @@ msgstr "" "As mentioned in the :ref:`require` section, having the ``mcrypt`` extension " "will speed up access considerably, but is not required." -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Signon authentication mode" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../phpmyadmin/doc/setup.rst:1058 #, fuzzy #| msgid "" #| "This mode is a convenient way of using credentials from another " @@ -10520,7 +10540,7 @@ msgstr "" "to authenticate to phpMyAdmin." # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -10530,7 +10550,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -10538,19 +10558,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -10559,7 +10579,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -10568,11 +10588,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Config authentication mode" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -10584,7 +10604,7 @@ msgstr "" "$cfg['Servers'][$i]['password']` fields (and as a result, anyone who can " "read your :file:`config.inc.php` can discover your username and password)." -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -10592,7 +10612,7 @@ msgstr "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -10604,7 +10624,7 @@ msgstr "" "and :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` configuration " "directives." -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -10620,12 +10640,12 @@ msgstr "" "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)." -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Securing your phpMyAdmin installation" # 95aaff4dec424d21b3b5e8d6ffe0c9a5 -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../phpmyadmin/doc/setup.rst:1128 #, fuzzy #| msgid "" #| "The phpMyAdmin team tries hardly to make the application secure, however " @@ -10637,19 +10657,19 @@ msgstr "" "The phpMyAdmin team tries hardly to make the application secure, however " "there are always ways to make your installation more secure:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/eo.po b/po/eo.po index 5175db766..a9dc690e7 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7213,79 +7213,91 @@ 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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -7293,91 +7305,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -7387,11 +7399,11 @@ msgid "" msgstr "" # 947f92f3bda7432ca02ade177af0bc2e -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -7402,100 +7414,100 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -7504,76 +7516,76 @@ msgid "" msgstr "" # 7dd46e41dc8340de80e2d9431d2e62ad -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # 2768d8451d5143bdb688d06b420d0f91 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr "" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -7582,7 +7594,7 @@ msgid "" "directory on your web server using, for example, FTP." msgstr "" -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -7590,7 +7602,7 @@ msgid "" "suggestions." msgstr "" -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -7599,11 +7611,11 @@ msgid "" "way to get started and needed for some advanced features." msgstr "" -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -7616,30 +7628,30 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "Priskribo" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -7647,7 +7659,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -7655,14 +7667,14 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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:650 +#: ../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 " @@ -7673,37 +7685,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -7711,48 +7723,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -7760,37 +7772,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -7801,27 +7813,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -7831,11 +7843,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -7843,18 +7855,18 @@ msgid "" "disable set :config:option:`$cfg['ZeroConf']` to false." msgstr "" -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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:834 +#: ../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 " @@ -7864,7 +7876,7 @@ msgid "" "usually the user only has access to one database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -7872,44 +7884,44 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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:857 +#: ../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:859 +#: ../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:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -7917,14 +7929,14 @@ msgid "" "database name." msgstr "" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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:873 +#: ../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']` " @@ -7932,42 +7944,42 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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 " @@ -7976,41 +7988,41 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -8018,7 +8030,7 @@ msgid "" "upgrade_tables_mysql_4_1_2+.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -8026,17 +8038,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -8047,7 +8059,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -8057,7 +8069,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -8066,36 +8078,36 @@ msgid "" "*real_user* with all privileges on the database *user_base*:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../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:1002 +#: ../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:1005 +#: ../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 " @@ -8103,13 +8115,13 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -8117,47 +8129,47 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -8166,26 +8178,26 @@ msgid "" "['SignonScript']`)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -8194,7 +8206,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -8203,11 +8215,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -8215,13 +8227,13 @@ msgid "" "read your :file:`config.inc.php` can discover your username and password)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../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:1102 +#: ../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']` " @@ -8229,7 +8241,7 @@ msgid "" "directives." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -8239,54 +8251,54 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../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:1129 +#: ../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:1131 +#: ../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:1133 +#: ../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 " @@ -8295,13 +8307,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -8309,7 +8321,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -8317,13 +8329,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user account" msgid "Enable :ref:`2fa` for your account." msgstr "Datumbazo por uzantkonto" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -8331,21 +8343,21 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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:1168 +#: ../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:1171 +#: ../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 " @@ -8353,7 +8365,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -8361,60 +8373,60 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -8422,7 +8434,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -8432,32 +8444,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/es.mo b/po/es.mo index 6a768d8e0..2e05e9795 100644 Binary files a/po/es.mo and b/po/es.mo differ diff --git a/po/es.po b/po/es.po index b188a9759..ffac445c6 100644 --- a/po/es.po +++ b/po/es.po @@ -10017,95 +10017,114 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "Usado únicamente si :envvar:`PMA_HOST` está vacía." #: ../phpmyadmin/doc/setup.rst:227 +msgid "Socket file for the database connection." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "" +#| "Comma separated host names or IP addresses of the database servers to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "" +"Nombres de servidores o direcciones IP de los servidores de bases de datos " +"separadas por comas." + +#: ../phpmyadmin/doc/setup.rst:233 +#, fuzzy +#| msgid "Used only if :envvar:`PMA_HOST` is empty." +msgid "Used only if :envvar:`PMA_SOCKET` is empty." +msgstr "Usado únicamente si :envvar:`PMA_HOST` está vacía." + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy #| msgid ":config:option:`$cfg['SQLValidator']`" msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['SQLValidator']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['SQLValidator']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['SQLValidator']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['SQLValidator']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['SQLValidator']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -10113,93 +10132,93 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -10208,11 +10227,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "Personalizando configuración" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -10223,69 +10242,69 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 #, fuzzy #| msgid "Here are details about configuration and operation:" msgid "See :ref:`config` for detailed description of configuration options." msgstr "Estos son los detalles de configuración y funcionamiento:" # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 #, fuzzy #| msgid "Examples:" msgid "Docker Volumes" msgstr "Ejemplos:" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" # ec47b0c8c29c4911b918b67a5481a3cc -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 #, fuzzy #| msgid "config.inc.php" msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "config.inc.php" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -10293,45 +10312,45 @@ msgid "" msgstr "" # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 #, fuzzy #| msgid "Examples:" msgid "Docker Examples" msgstr "Ejemplos:" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Combinar con la configuración actual" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Combinar con la configuración actual" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -10339,30 +10358,30 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "El archivo de configuración existente (%s) no pudo ser leído." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`developers`" msgid ":ref:`docker-custom`" msgstr ":ref:`developers`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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 " @@ -10370,55 +10389,61 @@ msgid "" msgstr "" # a7cec7edf8b241aaa1357526e10c708f -#: ../phpmyadmin/doc/setup.rst:481 +#: ../phpmyadmin/doc/setup.rst:491 #, fuzzy #| msgid "An example of using more that one database:" msgid "For example, using haproxy it can be done as:" msgstr "Un ejemplo utilizando más de una base de datos:" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Instalación rápida" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Elija el paquete adecuado de la página de descargas de phpmyadmin.net. " "Algunos paquetes sólo contienen los mensajes en inglés, otros contienen " "todos los idiomas en. Asumiremos que ha elegido un paquete con un nombre " "parecido a ``phpMyAdmin-x.x.x-all-languages.tar.gz``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "Asegúrese de que ha descargado un archivo genuino, vea :ref:`verify`." -#: ../phpmyadmin/doc/setup.rst:568 +#: ../phpmyadmin/doc/setup.rst:578 #, fuzzy #| msgid "" #| "Untar or unzip the distribution (be sure to unzip the subdirectories): " @@ -10440,7 +10465,7 @@ msgstr "" "local y, después del paso 4, transfiera dicho directorio a su servidor web " "usando, por ejemplo, ftp." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -10452,7 +10477,7 @@ msgstr "" "de los demás scripts puede ser un problema. Revise :ref:`faq4_2` y :ref:" "`faq1_26` por sugerencias." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -10467,11 +10492,11 @@ msgstr "" "una manera rápida de empezar y es necesaria para algunas opciones avanzadas." # 821a09f8eb394cb788176b2a07226601 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Creando el archivo en forma manual" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -10505,17 +10530,17 @@ msgstr "" "directivas para empezar; una configuración simple podría verse de la " "siguiente forma:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "O si prefiere no ser preguntado cada vez que quiera entrar:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -10523,13 +10548,13 @@ msgstr "" "Si necesita conocer todos los valores de configuración disponibles, revise :" "ref:`config` en este documento." -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "Utilizando el script de configuración" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../phpmyadmin/doc/setup.rst:647 #, fuzzy #| msgid "" #| "Instead of manually editing :file:`config.inc.php`, you can use " @@ -10548,7 +10573,7 @@ msgstr "" "órdenes:" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -10556,7 +10581,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../phpmyadmin/doc/setup.rst:656 #, fuzzy #| msgid "" #| "Now the file is ready to be used. You can choose to review or edit the " @@ -10571,7 +10596,7 @@ msgstr "" "favorito si es que necesita ajustar alguna opción avanzada que el script de " "configuración no provee." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -10589,7 +10614,7 @@ msgstr "" "o bien usar una autenticación http o por cookie. Revise :ref:`faqmultiuser` " "para obtener información adicional, especialmente :ref:`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../phpmyadmin/doc/setup.rst:667 #, fuzzy #| msgid "" #| "Open the `main phpMyAdmin directory `_ in your browser. " @@ -10605,36 +10630,36 @@ msgstr "" "o, si está usando el método de autenticación :term:`HTTP` o por cookie, un " "formulario de inicio de sesión." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To allow editing configuration invoke:" msgstr "Y para editar una configuración existente, sobreescríbala primero:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To block editing configuration invoke:" msgstr "Y para editar una configuración existente, sobreescríbala primero:" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 #, fuzzy #| msgid "Setup script" msgid "Setup script on openSUSE" msgstr "Script de configuración" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -10642,11 +10667,11 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Verificando lanzamientos de phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../phpmyadmin/doc/setup.rst:705 #, fuzzy #| msgid "" #| "Since July 2015 all phpMyAdmin releases are cryptographically signed by " @@ -10661,37 +10686,37 @@ msgstr "" "criptográficamente por el desarrollador de liberación, que es Marc Delisle. " "Su clave identificativa es 0x81AF644A, su firma PGP es:" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../phpmyadmin/doc/setup.rst:733 #, fuzzy #| msgid "" #| "and you can get more identification information from `https://keybase.io/" @@ -10709,7 +10734,7 @@ msgstr "" "la del archivo que ha descargado. De este modo puede estar seguro que está " "usando el mismo código que se liberó." -#: ../phpmyadmin/doc/setup.rst:728 +#: ../phpmyadmin/doc/setup.rst:738 #, fuzzy #| msgid "" #| "Each archive is accompanied with ``.asc`` files which contains the PGP " @@ -10724,7 +10749,7 @@ msgstr "" "PGP para ésto. Una vez que tenga ambos en la misma carpeta, puede verificar " "la firma:" -#: ../phpmyadmin/doc/setup.rst:737 +#: ../phpmyadmin/doc/setup.rst:747 #, fuzzy #| msgid "" #| "As you can see gpg complains that it does not know the public key. At " @@ -10736,7 +10761,7 @@ msgstr "" "Como puede ver, GPG se queja de que no conozca la clave pública. En este " "punto debe hacer uno de los siguientes pasos:" -#: ../phpmyadmin/doc/setup.rst:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" @@ -10744,11 +10769,11 @@ msgstr "" "Descargue el llavero de 'nuestro servidor de descarga ' _, luego impórtelo con:" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "Descargue e importe la clave desde uno de los servidores de claves:" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../phpmyadmin/doc/setup.rst:767 #, fuzzy #| msgid "" #| "This will improve the situation a bit - at this point you can verify that " @@ -10763,7 +10788,7 @@ msgstr "" "firma de la clave proporcionada es correcta, pero todavía no puede confiar " "en el nombre usado en la clave:" -#: ../phpmyadmin/doc/setup.rst:771 +#: ../phpmyadmin/doc/setup.rst:781 #, fuzzy #| msgid "" #| "The problem here is that anybody could issue the key with this name. You " @@ -10793,12 +10818,12 @@ msgstr "" "ejemplo, puede ver como la clave de \"Marc\" está relacionada con la clave " "de \"Linus\"." -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" "Una vez se haya confiado en la clave, la advertencia no volverá a producirse:" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:" @@ -10806,17 +10831,17 @@ msgstr "" "La firma puede no ser válida (el fichero ha cambiado), debería obteer un " "error claro acerca del hecho de que la clave es confiable o no:" -#: ../phpmyadmin/doc/setup.rst:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Almacenamiento de configuración de phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../phpmyadmin/doc/setup.rst:823 #, fuzzy #| msgid "" #| "For a whole set of additional features (bookmarks, comments, :term:`SQL`-" @@ -10841,12 +10866,12 @@ msgstr "" "(en este caso, la base de datos debería ser accesible únicamente por el " "usuario de control y por nadie más)." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Sin configuración" # 18bfb42aef5d47faae1535680a5544f7 -#: ../phpmyadmin/doc/setup.rst:825 +#: ../phpmyadmin/doc/setup.rst:835 #, fuzzy #| msgid "" #| "In many cases, this database structure can be automatically created and " @@ -10866,14 +10891,14 @@ msgstr "" "poner a falso :config:option:`$cfg['ZeroConf']`." # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" "Los siguientes tres escenarios se cubren con el modo \"Sin configuración\":" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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." @@ -10883,7 +10908,7 @@ msgstr "" "pestaña de Operaciones." # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -10900,7 +10925,7 @@ msgstr "" "solamente tiene acceso a una base de datos." # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -10913,11 +10938,11 @@ msgstr "" "usando las tablas de la primera base de datos; No se le solicita al usuario " "que cree más tablas en la nueva base de datos." -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Configuración manual" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -10928,11 +10953,11 @@ msgstr "" "preste especial atención a :ref:`faq1_23`)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "Si ya tenía esta infraestructura y:" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -10941,7 +10966,7 @@ msgstr "" "upgrade_tables_mysql_4_1_2+.sql`." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -10950,7 +10975,7 @@ msgstr "" "x), utilice :file:`sql/upgrade_column_info_4_3_0+.sql`." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:859 +#: ../phpmyadmin/doc/setup.rst:869 #, fuzzy #| msgid "" #| "upgraded to phpMyAdmin 4.3.0 or newer from 2.5.0 or newer (<= 4.2.x), " @@ -10963,12 +10988,12 @@ msgstr "" "x), utilice :file:`sql/upgrade_column_info_4_3_0+.sql`." # 5009520c824a4dba94280abf916fd934 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" "y luego cree las nuevas tablas importando :file:`sql/create_tables.sql`." -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -10980,7 +11005,7 @@ msgstr "" "base de datos y las tablas, y que el script puede necesitar algunas " "modificaciones dependiendo del nombre de la base de datos." -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -10990,7 +11015,7 @@ msgstr "" "especificar los nombres de las tablas en su archivo :file:`config.inc.php`. " "Las directivas necesarias están disponibles en :ref:`config`." -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -11002,33 +11027,33 @@ msgstr "" "['controlpass']`) con los permisos apropiados para esas tablas. Puede " "crearlos, por ejemplo, utilizando la siguiente sentencia:" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.5 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.5 o posterior" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Actualizando desde una versión más antigua" # 5c38f59368c441ffbe914fd56c85b561 -#: ../phpmyadmin/doc/setup.rst:911 +#: ../phpmyadmin/doc/setup.rst:921 #, fuzzy #| msgid "" #| "**Never** extract the new version over an existing installation of " @@ -11040,13 +11065,13 @@ msgstr "" "**Nunca** extraiga la nueva versión sobre una instalación existente de " "phpMyAdmin; hemos tenido evidencia de problemas causados por esta razón." -#: ../phpmyadmin/doc/setup.rst:915 +#: ../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:918 +#: ../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 " @@ -11061,11 +11086,11 @@ msgstr "" "PHP 5.3 o posterior, elimine la sentencia ``set_magic_quotes_runtime(0);`` " "que pueda encontrar cerca del final de su archivo de configuración." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy #| msgid "You can get the newest version at http://www.phpmyadmin.net/." msgid "" @@ -11073,31 +11098,31 @@ msgid "" "downloads/>." msgstr "Puedes obtener la última versión en http://www.phpmyadmin.net/." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -11109,7 +11134,7 @@ msgstr "" "configuración phpMyAdmin, debería ejecutar el script :term:`SQL` que se " "encuentra en :file:`sql/upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -11121,7 +11146,7 @@ msgstr "" "phpMyAdmin, debería ejecutar el script :term:`SQL` que se encuentra en :file:" "`sql/upgrade_column_info_4_3_0+.sql`." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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." @@ -11129,12 +11154,12 @@ msgstr "" "No olvide limpiar la caché del navegador y vaciar la sesión antigua " "realizando logout y volviendo a identificarse de nuevo." -#: ../phpmyadmin/doc/setup.rst:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Uso de los métodos de autenticación" # b9424d46a29f4982938bda9aea8eee9f -#: ../phpmyadmin/doc/setup.rst:954 +#: ../phpmyadmin/doc/setup.rst:964 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are recommended in a **multi-" @@ -11162,7 +11187,7 @@ msgstr "" "usuario y contraseña no aparezcan en texto plano en el archivo de " "configuración." -#: ../phpmyadmin/doc/setup.rst:962 +#: ../phpmyadmin/doc/setup.rst:972 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are more secure: the MySQL " @@ -11188,7 +11213,7 @@ msgstr "" "Utilizando autenticación por cookie, la contraseña es almacenada encriptada " "con el algoritmo «AES» en una cookie temporal." -#: ../phpmyadmin/doc/setup.rst:970 +#: ../phpmyadmin/doc/setup.rst:980 #, fuzzy #| msgid "" #| "Then each of the *true* users should be granted a set of privileges on a " @@ -11211,7 +11236,7 @@ msgstr "" "Por ejemplo, para asigarne al usuario *real_user* todos los privilegios en " "la base de datos *user_base*:" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -11222,16 +11247,16 @@ msgstr "" "autenticación HTTP o por cookie, no es necesario rellenar los campos usuario/" "contraseña en :config:option:`$cfg['Servers']`." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "Modo de autenticación HTTP" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -11239,7 +11264,7 @@ msgstr "" "Emplea el método básico de autenticación :term:`HTTP` y le permite acceder " "como cualquier usuario válido de MySQL." -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -11249,7 +11274,7 @@ msgstr "" "term:`ISAPI`) usando :term:`CGI` PHP revise :ref:`faq1_32`. Para utilizar :" "term:`CGI` de Apache, revise :ref:`faq1_35`." -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -11257,7 +11282,7 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -11265,7 +11290,7 @@ msgstr "" "Revise también :ref:`faq4_4` acerca de cómo no usar el mecanismo :term:`." "htaccess` en conjunto con el modo de autenticación :term:`HTTP`." -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -11273,12 +11298,12 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Método de autenticación por cookie" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../phpmyadmin/doc/setup.rst:1041 msgid "" "Username and password are stored in cookies during the session and password " "is deleted when it ends." @@ -11286,7 +11311,7 @@ msgstr "" "El nombre de usuario y la contraseña son almacenados en cookies durante la " "sesión y se elimina la contraseña cuando ésta finaliza." -#: ../phpmyadmin/doc/setup.rst:1033 +#: ../phpmyadmin/doc/setup.rst:1043 #, fuzzy #| msgid "" #| "With this mode, the user can truly log out of phpMyAdmin and log back in " @@ -11298,7 +11323,7 @@ msgstr "" "Mediante este modo, el usuario puede salir completamente de phpMyAdmin y " "después volver a entrar con el mismo nombre de usuario." -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -11309,7 +11334,7 @@ msgstr "" "`config.inc.php`), revise la directiva :config:option:`" "$cfg['AllowArbitraryServer']`." -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../phpmyadmin/doc/setup.rst:1048 #, fuzzy #| msgid "" #| "As mentioned in the :ref:`require` section, having the ``mcrypt`` " @@ -11322,11 +11347,11 @@ msgstr "" "obligatoria, emplear la extensión ``mcrypt`` acelerará el acceso " "considerablemente." -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Método de autenticación «signon»" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../phpmyadmin/doc/setup.rst:1058 #, fuzzy #| msgid "" #| "This mode is a convenient way of using credentials from another " @@ -11340,7 +11365,7 @@ msgstr "" "para entrar en phpMyAdmin utilizando una solución de identificación única." # 82e95387fe434510a8cabebfce92aaf7 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../phpmyadmin/doc/setup.rst:1061 #, fuzzy #| msgid "" #| "The other application has to store login information into session data " @@ -11360,7 +11385,7 @@ msgstr "" "credenciales (revise :config:option:`$cfg['Servers'][$i]['SignonScript']`)." # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -11370,7 +11395,7 @@ msgstr "" "option:`$cfg['Servers'][$i]['SignonURL']`, donde debería iniciar sesión." # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../phpmyadmin/doc/setup.rst:1070 msgid "" "The very basic example of saving credentials in a session is available as :" "file:`examples/signon.php`:" @@ -11379,7 +11404,7 @@ msgstr "" "sesión en :file:`examples/signon.php`:" # d64dc59ee10549769961c1eb7bd7ea35 -#: ../phpmyadmin/doc/setup.rst:1066 +#: ../phpmyadmin/doc/setup.rst:1076 #, fuzzy #| msgid "" #| "Alternatively you can also use this way to integrate with OpenID as shown " @@ -11392,7 +11417,7 @@ msgstr "" "muestra en :file:`examples/openid.php`:" # a89ba5c5c9f847d38d85e6a9d037fd5c -#: ../phpmyadmin/doc/setup.rst:1072 +#: ../phpmyadmin/doc/setup.rst:1082 #, fuzzy #| msgid "" #| "If you intend to pass the credentials using some other means than, you " @@ -11411,7 +11436,7 @@ msgstr "" "ejemplo mínimo en :file:`examples/signon-script.php`:" # e36cac0e80d24bcca85c185dba0d64ca -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 #, fuzzy #| msgid "" #| ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" @@ -11428,11 +11453,11 @@ msgstr "" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" "['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Método de autenticación «config»" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -11444,7 +11469,7 @@ msgstr "" "$cfg['Servers'][$i]['password']` (y, por ello, cualquiera que pueda leer el " "archivo :file:`config.inc.php` podrá leer su nombre de usuario y contraseña)." -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -11452,7 +11477,7 @@ msgstr "" "En la sección :ref:`faqmultiuser`, hay una reseña que explica cómo proteger " "su archivo de configuración." -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -11464,7 +11489,7 @@ msgstr "" "['AllowDeny']['order']` y :config:option:`$cfg['Servers'][$i]['AllowDeny']" "['rules']`." -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -11481,12 +11506,12 @@ msgstr "" "firewall (ambos métodos están más allá de la temática de este manual, pero " "son fácilmente localizables con Google)." -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Asegurando su instalación de phpMyAdmin" # 95aaff4dec424d21b3b5e8d6ffe0c9a5 -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -11494,19 +11519,19 @@ msgstr "" "El equipo de phpMyAdmin trabaja muy duro intentando hacer segura la " "aplicación, sin embargo siempre puede hacer su instalación más segura:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/et.mo b/po/et.mo index 3ef1c3b20..9d6a973a7 100644 Binary files a/po/et.mo and b/po/et.mo differ diff --git a/po/et.po b/po/et.po index 516ce9421..cb7888489 100644 --- a/po/et.po +++ b/po/et.po @@ -8893,17 +8893,31 @@ 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 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "Pordid, mida andmebaasi server kasutab (komadega eraldatud)." + +#: ../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 "" # ea47610e56db4ce0b3ec91c1bb45cb93 -#: ../phpmyadmin/doc/setup.rst:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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 " @@ -8911,83 +8925,83 @@ msgid "" msgstr "" # ea47610e56db4ce0b3ec91c1bb45cb93 -#: ../phpmyadmin/doc/setup.rst:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" # ea47610e56db4ce0b3ec91c1bb45cb93 -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" # ea47610e56db4ce0b3ec91c1bb45cb93 -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../phpmyadmin/doc/setup.rst:258 msgid "" "When set, this points to an alternate database host used for storing the \":" "ref:`linked-tables`\" database." msgstr "" # ea47610e56db4ce0b3ec91c1bb45cb93 -#: ../phpmyadmin/doc/setup.rst:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" # ea47610e56db4ce0b3ec91c1bb45cb93 -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" # ea47610e56db4ce0b3ec91c1bb45cb93 -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../phpmyadmin/doc/setup.rst:276 msgid "" "When set, will override the default port (`3306`) for connecting to the " "control host." msgstr "" # ea47610e56db4ce0b3ec91c1bb45cb93 -#: ../phpmyadmin/doc/setup.rst:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8995,94 +9009,94 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" # ea47610e56db4ce0b3ec91c1bb45cb93 -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -9091,11 +9105,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "Konfiguratsiooni kohandamine" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -9106,62 +9120,62 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" # 3664260e9fa545cdb0ea9457c15c55d3 -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Dockeri köited" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -9169,39 +9183,39 @@ msgid "" msgstr "" # 3664260e9fa545cdb0ea9457c15c55d3 -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Dockeri näited" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "Käivitatud täiendava konfiguratsiooniga:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "Käivitatud täiendavate teemadega:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -9209,53 +9223,53 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "Konfiguratsioonifaili kohandamine docker-compose'iga" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # 978a45c3b8d94193b3f1a37c068055a4 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Kontrollitakse phpMyAdmini väljalaskeid" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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 " @@ -9502,37 +9522,37 @@ msgstr "" "allkirjastatud reliisi väljaandja, kes jaanuaris 2016 oli Marc Delisle, " "allkirjaga. Tema võtme ID on 0xFEFC65D181AF644A ja ta PGP sõrmejälg on:" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9544,7 +9564,7 @@ msgstr "" "Samuti peaksid kontrollima ja allkirja kuupäeva, et olla kindel uusima " "versiooni alla laadimises." -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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 " @@ -9554,7 +9574,7 @@ msgstr "" "Kui mõlemad failid on ükskord samas kataloogis, siis saad sa signatuuri " "kontrollida järgmiselt:" -#: ../phpmyadmin/doc/setup.rst:737 +#: ../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:" @@ -9562,7 +9582,7 @@ msgstr "" "Nagu näha on kurdab PGP, et ta ei tea avalikku võtit. Siinkohal peaksid " "tegema ühe järgnevatest sammudest:" -#: ../phpmyadmin/doc/setup.rst:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" @@ -9570,11 +9590,11 @@ msgstr "" "Laadi alla PGP võtmerõngas `meie serverist `_ ja impordi see:" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "Laadi alla ja impordi võti ühest võtmete serverist:" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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 " @@ -9584,7 +9604,7 @@ msgstr "" "võtme signatuur on õige, kuid sa ei saa veel usaldada nime, mida võti " "kasutab:" -#: ../phpmyadmin/doc/setup.rst:771 +#: ../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 " @@ -9603,11 +9623,11 @@ msgstr "" "transitiivselt nende arendajate võtmete allkirjade kaudu, kellega oled " "isiklikult kohtunud." -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "Hoiatus ei ilmu siis, kui võtit usaldatakse:" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:" @@ -9617,18 +9637,18 @@ msgstr "" # 56cc88032bbe489c9a0f22c5630629a8 # 9ee572e803524d6abdcda71106495f46 -#: ../phpmyadmin/doc/setup.rst:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmini seadistuse salvestuskoht" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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 "" # 0545ef305e5c44978dc0d50756dc8240 -#: ../phpmyadmin/doc/setup.rst:813 +#: ../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:" @@ -9649,12 +9669,12 @@ msgstr "" # 1c8219d36c0343ba98e01e173e57620c # #-#-#-#-# faq.pot (phpMyAdmin 4.3.0-dev) #-#-#-#-# # 75584927131f47d6bacea76254012ebe -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Täisautomaatne häälestus" # 18bfb42aef5d47faae1535680a5544f7 -#: ../phpmyadmin/doc/setup.rst:825 +#: ../phpmyadmin/doc/setup.rst:835 #, fuzzy #| msgid "" #| "In many cases, this database structure can be automatically created and " @@ -9674,13 +9694,13 @@ msgstr "" "väärtuseks false." # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "Järgmised kolm kasutusjuhtu on käivad häälestuse vaba režiimi alla:" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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." @@ -9689,7 +9709,7 @@ msgstr "" "phpMyAdmin võimaldab nende loomise kaardilt \"Operatsioonid\" ." # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9706,7 +9726,7 @@ msgstr "" "andmebaasile." # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9722,12 +9742,12 @@ msgstr "" # 1c8219d36c0343ba98e01e173e57620c # #-#-#-#-# faq.pot (phpMyAdmin 4.3.0-dev) #-#-#-#-# # 75584927131f47d6bacea76254012ebe -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Käsitsi häälestamine" # d437f9da9ed04d69aef511061987c7e9 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9738,12 +9758,12 @@ msgstr "" "tähelepanu :ref:`faq1_23`'le)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "Kui sul juba on see taristu ja:" # 7ac72993f6aa4189a8a32957df66db41 -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -9752,7 +9772,7 @@ msgstr "" "file:`sql/upgrade_tables_mysql_4_1_2+.sql`." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -9761,7 +9781,7 @@ msgstr "" "4.3.0, kasuta faili :file:`sql/upgrade_column_info_4_3_0+.sql`." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:859 +#: ../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`." @@ -9770,13 +9790,13 @@ msgstr "" "palun kasuta faili :file:`sql/upgrade_tables_4_7_0+.sql`." # 5009520c824a4dba94280abf916fd934 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" "ja seejärel loo uued tabelid importides faili :file:`sql/create_tables.sql`." # a21e1e603ee0429f95a0abc4d6a161bd -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9789,7 +9809,7 @@ msgstr "" "sõltuvalt andmebaasi nimest." # 2b2cb74c0e514f93b8c9ebe831a605cc -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9800,7 +9820,7 @@ msgstr "" "sätted leiad siit :ref:`config`." # 47e3d660f36a4aac8421d1f2dde7ab9e -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9812,20 +9832,20 @@ msgstr "" "sätted), kellel on sobivad õigused nendele tabelitele. Näiteks saad ta luua " "kasutades järgmist lauset:" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" # bc13635d666f4fa3af17d326008569ea -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "Alates MySQL 8.0:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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 " @@ -9833,12 +9853,12 @@ msgid "" msgstr "" # bb35b3d6214e4afaa844f304422cb09c -#: ../phpmyadmin/doc/setup.rst:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Vanema versiooni uuendamine" # 5c38f59368c441ffbe914fd56c85b561 -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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." @@ -9847,14 +9867,14 @@ msgstr "" "paigalduse kohale. Kustuta alati vanad failid eest ära ja hoia alles ainult " "häälestus." -#: ../phpmyadmin/doc/setup.rst:915 +#: ../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 "" # b9edb973efe4403980d2a2d042bea295 -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9869,42 +9889,42 @@ msgstr "" "kustuta failist lause ``set_magic_quotes_runtime(0);``; see võib asuda " "häälestuse faili lõpu lähedal." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # 10aca95c0ab04d5887c4b34a87bb1165 -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9916,7 +9936,7 @@ msgstr "" "käivitama :term:`SQL` skripti :file:`sql/upgrade_tables_mysql_4_1_2+.sql`." # 10aca95c0ab04d5887c4b34a87bb1165 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9928,7 +9948,7 @@ msgstr "" "salvestuskohta, siis peaksid käivitama :term:`SQL` skripti :file:`sql/" "upgrade_column_info_4_3_0+.sql`." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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." @@ -9937,12 +9957,12 @@ msgstr "" "logides välja ja uuesti sisse." # 7fed4dea3f14423a858624c51813bc28 -#: ../phpmyadmin/doc/setup.rst:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Autentimisrežiimide kasutamine" # 5395fd5c9b90484e8e693fafb4be2d9f -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9962,7 +9982,7 @@ msgstr "" "seadistuste failis." # f4199344e0bb4d1595fc7ba0b130ae11 -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9979,7 +9999,7 @@ msgstr "" "režiimis salvestatakse AES algoritmiga krüpteeritud parool ajutises küpsises." # 46b95d70856b4b34af139e4045583b2a -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9994,7 +10014,7 @@ msgstr "" "andmebaasis *user_base*:" # 34bcf611635b4f98a49cd3b049d7bbe1 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -10004,18 +10024,18 @@ msgstr "" "süsteemist. HTTP või küpsistega autentimis režiimis ei pea sa täitma " "kasutaja ja salasõna sätteid :config:option:`$cfg['Servers']` all." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # f2e8552746614050bfbd0acfa41a3e11 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "HTTP autentimisrežiim" # 28f0e8555ee94eb8857954af8b4fd978 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -10024,7 +10044,7 @@ msgstr "" "suvalise MySQL kasutajana." # e0a7363c718c41128eb5ff58e01f039f -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -10034,7 +10054,7 @@ msgstr "" "serveriga, mis kasutab :term:`CGI`'d PHP käivitamiseks vaata :ref:`faq1_32`; " "Apache :term:`CGI` korral vaata :ref:`faq1_35`." -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -10043,7 +10063,7 @@ msgid "" msgstr "" # aa6a1b8526dc44d1955d88af8f533229 -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -10051,7 +10071,7 @@ msgstr "" "Vaata ka :ref:`faq4_4`'st, kuidas ei tohi kasutada :term:`.htaccess` " "mehhanismi ':term:`HTTP`' autentimisrežiimis." -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -10060,12 +10080,12 @@ msgid "" msgstr "" # 7bada5d5bc4943b18f861881bf3616f9 -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Küpsistega autentimisrežiim" # 208d5f565fce4e90adb042fac3c4370c -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../phpmyadmin/doc/setup.rst:1041 msgid "" "Username and password are stored in cookies during the session and password " "is deleted when it ends." @@ -10074,7 +10094,7 @@ msgstr "" "kustutatakse, kui sessioon lõppeb." # 502e4106746c4e859598d16ec1a4d8cb -#: ../phpmyadmin/doc/setup.rst:1033 +#: ../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`)." @@ -10084,7 +10104,7 @@ msgstr "" "`auth_http`)." # bdb0bbef558140af9347bccdad2f9c22 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -10095,7 +10115,7 @@ msgstr "" "sätet :config:option:`$cfg['AllowArbitraryServer']`." # 3b04be2f7b6c4c6d8b1cc510a78cb1dd -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../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." @@ -10104,12 +10124,12 @@ msgstr "" "kasutamine suurendada pöördumiskiirust tuntavalt, kuid see ei ole nõutud." # 38ccc8a2ab254b0aa6534ef3f09f312d -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Sisselogimise autentimisrežiim" # 20ecf478aae14e83a91eb63f29eb8023 -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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." @@ -10118,7 +10138,7 @@ msgstr "" "programmist saadud mandaadi kasutamisel phpMyAdminis autentimiseks." # b7deede86b964576b0156358ff20078b -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -10133,7 +10153,7 @@ msgstr "" "['SignonScript']`)." # 421954717fee4a9eb54c8beec1567a22 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -10143,7 +10163,7 @@ msgstr "" "$cfg['Servers'][$i]['SignonURL']`, kus peab toimuma sisse logimine." # 11235f56136942f4bbdffc09ecf1aa43 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../phpmyadmin/doc/setup.rst:1070 msgid "" "The very basic example of saving credentials in a session is available as :" "file:`examples/signon.php`:" @@ -10152,7 +10172,7 @@ msgstr "" "failis :file:`examples/signon.php`:" # 6a41fb71cf814360b325811dc6654bb9 -#: ../phpmyadmin/doc/setup.rst:1066 +#: ../phpmyadmin/doc/setup.rst:1076 msgid "" "Alternatively, you can also use this way to integrate with OpenID as shown " "in :file:`examples/openid.php`:" @@ -10161,7 +10181,7 @@ msgstr "" "näidatud failis :file:`examples/openid.php`:" # 9c73e4d701e3480ea62f22df002b9e60 -#: ../phpmyadmin/doc/setup.rst:1072 +#: ../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:`" @@ -10174,7 +10194,7 @@ msgstr "" "näide on failis :file:`examples/signon-script.php`:" # 925d3f33e46849f892d8498cc0c9abc5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -10189,12 +10209,12 @@ msgstr "" "`example-signon`" # dcb5836767e648fb9b46a60767d63b03 -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Autentimisrežiimi seaded" # fd6fe60eea8b4eab8939e455a8bb1d77 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -10207,7 +10227,7 @@ msgstr "" "faili :file:`config.inc.php` võimalus avastada su kasutajanimi ja salasõna)." # 6d0507865e234287b61a2a36e6d5ec2b -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -10216,7 +10236,7 @@ msgstr "" "seadistuste faili." # 62684d06725e48fa94f4d5b34826cf27 -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -10228,7 +10248,7 @@ msgstr "" "config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` sätteid." # 4371ace83ddb4bbd80ce9eb50600b77d -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -10246,12 +10266,12 @@ msgstr "" "välja, ent on kergelt leitavad nt. Google abil)." # 4df8194a7f3e459f935109fae42d1d39 -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "PhpMyAdmin'i paigalduse turvamine" # c0fbfd5ec8d040cfbf0dca4e499b6277 -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -10260,19 +10280,19 @@ msgstr "" "poolest on mitmeid võimalusi, kuidas sinu paigaldust teha veelgi " "turvalisemaks:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/fi.po b/po/fi.po index dfcc08782..2de3a19a4 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8445,103 +8445,117 @@ 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 +#, fuzzy +#| msgid "Could not connect to the database server!" +msgid "Comma-separated list of socket files for the database connections." +msgstr "Ei voida yhdistää tietokantapalvelimeen!" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" "Tallennettavien rivien maksimäärä " "$cfg['Servers'][$i]['table_uiprefs'] taulussa." -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" "Tallennettavien rivien maksimäärä " "$cfg['Servers'][$i]['table_uiprefs'] taulussa." -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" "Tallennettavien rivien maksimäärä " "$cfg['Servers'][$i]['table_uiprefs'] taulussa." -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" "Tallennettavien rivien maksimäärä " "$cfg['Servers'][$i]['table_uiprefs'] taulussa." -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" "Tallennettavien rivien maksimäärä " "$cfg['Servers'][$i]['table_uiprefs'] taulussa." -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" "Tallennettavien rivien maksimäärä " "$cfg['Servers'][$i]['table_uiprefs'] taulussa." -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" "Tallennettavien rivien maksimäärä " "$cfg['Servers'][$i]['table_uiprefs'] taulussa." -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" "Tallennettavien rivien maksimäärä " "$cfg['Servers'][$i]['table_uiprefs'] taulussa." -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8549,94 +8563,94 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" "Tallennettavien rivien maksimäärä " "$cfg['Servers'][$i]['table_uiprefs'] taulussa." -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8645,13 +8659,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Isäntäpalvelimen asetukset" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8662,104 +8676,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Server configuration" msgid "Running with additional configuration:" msgstr "Palvelimen määrittely" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Server configuration" msgid "Running with additional themes:" msgstr "Palvelimen määrittely" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8767,81 +8781,80 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "Olemassa oleva asetustiedosto (%s) ei ole luettavissa." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # fff287b64cf04cf4a9ae1d859b322f11 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`glossary`" msgid ":ref:`docker-custom`" msgstr ":ref:\"sanasto\"" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -# 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8851,7 +8864,7 @@ msgid "" msgstr "" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8860,7 +8873,7 @@ msgid "" msgstr "" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8870,11 +8883,11 @@ msgid "" msgstr "" # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -8887,31 +8900,31 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "Kuvaus" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8919,7 +8932,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8927,7 +8940,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -8935,7 +8948,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8946,37 +8959,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8984,50 +8997,50 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 #, fuzzy #| msgid "The phpMyAdmin Devel team" msgid "Verifying phpMyAdmin releases" msgstr "phpMyAdminin kehitysteam" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9035,37 +9048,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9076,27 +9089,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdminin Määritykset" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -9106,13 +9119,13 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 #, fuzzy #| msgid "Configuration storage" msgid "Zero configuration" msgstr "Asetusmuisti" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9121,20 +9134,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9145,7 +9158,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9153,14 +9166,14 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 #, fuzzy #| msgid "phpMyAdmin configuration storage" msgid "Manual configuration" msgstr "phpMyAdminin Määritykset" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9168,36 +9181,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9206,7 +9219,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9214,7 +9227,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9222,45 +9235,45 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.0 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.0 tai uudempi" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9269,11 +9282,11 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy #| msgid "You can get the newest version at http://www.phpmyadmin.net/." msgid "" @@ -9281,32 +9294,32 @@ msgid "" "downloads/>." msgstr "Voit ladata uusimman version osoitteesta http://www.phpmyadmin.net/." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9315,7 +9328,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9323,17 +9336,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9344,7 +9357,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9354,7 +9367,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9364,39 +9377,39 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9405,13 +9418,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9420,50 +9433,50 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9473,7 +9486,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9481,19 +9494,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9502,7 +9515,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9512,12 +9525,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9526,14 +9539,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9542,7 +9555,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9552,58 +9565,58 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 #, fuzzy msgid "Securing your phpMyAdmin installation" msgstr "phpMyAdminin ohjeet" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9612,13 +9625,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9626,7 +9639,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9634,13 +9647,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user" msgid "Enable :ref:`2fa` for your account." msgstr "Tietokanta käyttäjälle" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9648,7 +9661,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9656,14 +9669,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9671,7 +9684,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9679,33 +9692,33 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server." msgid "Using SSL for connection to database server" msgstr "Yhdistä MySQL-palvelimeen käyttäen SSL-yhteyttä." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" "Tallennettavien rivien maksimäärä " "$cfg['Servers'][$i]['table_uiprefs'] taulussa." -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" @@ -9715,13 +9728,13 @@ msgstr "" "$cfg['Servers'][$i]['table_uiprefs'] taulussa." # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "Välityspalvelimelle kirjautumiseen käytettävä salasana." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" @@ -9730,26 +9743,26 @@ msgstr "" "Tallennettavien rivien maksimäärä " "$cfg['Servers'][$i]['table_uiprefs'] taulussa." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" "Tallennettavien rivien maksimäärä " "$cfg['Servers'][$i]['table_uiprefs'] taulussa." -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9757,7 +9770,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9767,32 +9780,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/fr.mo b/po/fr.mo index db82cd566..5eabfa042 100644 Binary files a/po/fr.mo and b/po/fr.mo differ diff --git a/po/fr.po b/po/fr.po index 0e1e3b2de..2cd2c3537 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9639,6 +9639,22 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "Utilisé seulement si :envvar:`PMA_PORT` est vide." #: ../phpmyadmin/doc/setup.rst:227 +msgid "Socket file for the database connection." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "Une liste de ports du serveur de base de données à utiliser." + +#: ../phpmyadmin/doc/setup.rst:233 +#, fuzzy +#| msgid "Used only if :envvar:`PMA_HOST` is empty." +msgid "Used only if :envvar:`PMA_SOCKET` is empty." +msgstr "Utilisé seulement si :envvar:`PMA_HOST` est vide." + +#: ../phpmyadmin/doc/setup.rst:237 msgid "" "The fully-qualified path (``https://pma.example.net/``) where the reverse " "proxy makes phpMyAdmin available." @@ -9646,11 +9662,11 @@ msgstr "" "Le chemin complet (``https://pma.exemple.net/``) où le reverse proxy rend " "phpMyAdmin disponible." -#: ../phpmyadmin/doc/setup.rst:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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 " @@ -9660,25 +9676,25 @@ msgstr "" "option:`$cfg['Servers'][$i]['pmadb']`. Si `false`, l'historique sera stocké " "dans le navigateur et effacé à la déconnexion." -#: ../phpmyadmin/doc/setup.rst:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['history']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['QueryHistoryDB']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" "Quand définit comme nombre entier, contrôle le nombre d'élément dans " "l'historique." -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['QueryHistoryMax']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../phpmyadmin/doc/setup.rst:258 msgid "" "When set, this points to an alternate database host used for storing the \":" "ref:`linked-tables`\" database." @@ -9686,11 +9702,11 @@ msgstr "" "Si définit, cela pointe vers un hôte de base de données alternatif utilisé " "pour stocker la base \":ref:`linked-tables`\"." -#: ../phpmyadmin/doc/setup.rst:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlhost']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." @@ -9698,11 +9714,11 @@ msgstr "" "Définit le nom d'utilisateur de phpMyAdmin pour utiliser la base de données " "\":ref:`linked-tables`\"." -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['controluser']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." @@ -9710,11 +9726,11 @@ msgstr "" "Définit le mot de passe de phpMyAdmin pour utiliser la base de données \":" "ref:`linked-tables`\"." -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlpass']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../phpmyadmin/doc/setup.rst:276 msgid "" "When set, will override the default port (`3306`) for connecting to the " "control host." @@ -9722,11 +9738,11 @@ msgstr "" "Quand définit, cela surchargera le port par défaut (`3306`) pour se " "connecter à l'hôte de contrôle." -#: ../phpmyadmin/doc/setup.rst:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlport']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -9738,15 +9754,15 @@ msgstr "" "seront pas activées par défaut : elles pourront toujours être activées pour " "un utilisateur quand il se connecte avec la fonctionnalité :ref:`zeroconf`." -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "Valeurs suggérées : `phpmyadmin` or `pmadb`" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['pmadb']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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`)." @@ -9754,7 +9770,7 @@ msgstr "" "Si elle est définie, cette option cachera la version de PHP (`expose_php = " "Off`). Définissez n'importe quelle valeur (comme `HIDE_PHP_VERSION=true`)." -#: ../phpmyadmin/doc/setup.rst:286 +#: ../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)." @@ -9763,11 +9779,11 @@ msgstr "" "apache et php-fpm (cela modifiera les valeurs de ``upload_max_filesize`` et " "``post_max_size``)." -#: ../phpmyadmin/doc/setup.rst:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "Format : `[0-9+](K,M,G)` la valeur par défaut est `2048K`" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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`." @@ -9775,7 +9791,7 @@ msgstr "" "Si définit, cette option surchargera la limite mémoire :config:option:`" "$cfg['MemoryLimit']` de phpMyAdmin et `memory_limit` de PHP." -#: ../phpmyadmin/doc/setup.rst:294 +#: ../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`." @@ -9783,7 +9799,7 @@ msgstr "" "Format : `[0-9+](K,M,G)` où `K` est pour kilo-octets, `M` pour méga-octet, " "`G` pour giga-octets et `1K` = 1024 octets. La valeur par défaut est `512M`." -#: ../phpmyadmin/doc/setup.rst:298 +#: ../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 " @@ -9793,11 +9809,11 @@ msgstr "" "secondes pour :config:option:`$cfg['ExecTimeLimit']` de phpMyAdmin et " "`max_execution_time` de PHP." -#: ../phpmyadmin/doc/setup.rst:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "Format : `[0-9+]`. La valeur par défaut est `600`." -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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." @@ -9805,7 +9821,7 @@ msgstr "" "Si elle est activée, cette option remplacera le fichier par défaut `config." "inc.php` avec le contenu décodé en base64 de la variable." -#: ../phpmyadmin/doc/setup.rst:308 +#: ../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." @@ -9813,7 +9829,7 @@ msgstr "" "Si elle est définie, cette option remplacera le paramètre par défaut `config." "user.inc.php` par le contenu décodé en base64 de la variable." -#: ../phpmyadmin/doc/setup.rst:312 +#: ../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']`)" @@ -9822,7 +9838,7 @@ msgstr "" "être enregistrés pour être disponibles à l'importation (:config:option:`" "$cfg['UploadDir']`)" -#: ../phpmyadmin/doc/setup.rst:316 +#: ../phpmyadmin/doc/setup.rst:326 msgid "" "If set, this option will set the path where exported files can be saved (:" "config:option:`$cfg['SaveDir']`)" @@ -9830,7 +9846,7 @@ msgstr "" "Si elle est définie, cette option définira le chemin où les fichiers " "exportés peuvent être sauvegardés (:config:option:`$cfg['SaveDir']`)" -#: ../phpmyadmin/doc/setup.rst:320 +#: ../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 " @@ -9841,7 +9857,7 @@ msgstr "" "port non privilégié. Définissez-la à n'importe quelle valeur de port (comme " "`APACHE_PORT=8090`)." -#: ../phpmyadmin/doc/setup.rst:322 +#: ../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`." @@ -9849,7 +9865,7 @@ msgstr "" "Par défaut, :ref:`cookie` est utilisé, mais si :envvar:`PMA_USER` et :envvar:" "`PMA_PASSWORD` sont définis, :ref:`auth_config` est utilisé." -#: ../phpmyadmin/doc/setup.rst:327 +#: ../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:" @@ -9864,11 +9880,11 @@ msgstr "" "MariaDB `_ ou `conteneur MySQL `_." -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "Personnalisation de la configuration" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -9886,7 +9902,7 @@ msgstr "" "phpmyadmin/config.user.inc.php`." # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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." @@ -9895,7 +9911,7 @@ msgstr "" "vars`, mais que n'importe quelle valeur peut être écrasée." # d7cf84e1bbae4d0ebc9e4d12c282f80d -#: ../phpmyadmin/doc/setup.rst:347 +#: ../phpmyadmin/doc/setup.rst:357 msgid "" "For example to change the default behavior of CSV export you can use the " "following configuration file:" @@ -9903,7 +9919,7 @@ msgstr "" "Par ex. pour modifier le comportement par défaut de l'exportation en CSV, il " "est possible d'utiliser le fichier de configuration suivant :" -#: ../phpmyadmin/doc/setup.rst:355 +#: ../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`:" @@ -9912,29 +9928,29 @@ msgstr "" "au lieu d'utiliser les variables d'environnement listées dans :ref:`docker-" "vars` :" -#: ../phpmyadmin/doc/setup.rst:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" "Voir :ref:`config` pour une description détaillée des options de " "configuration." # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Volumes Docker" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" "Vous pouvez utiliser les volumes suivants pour personnaliser le comportement " "de l'image :" # ec47b0c8c29c4911b918b67a5481a3cc -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr ":file:`/etc/phpmyadmin/config.user.inc.php`" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." @@ -9942,11 +9958,11 @@ msgstr "" "Peut être utilisé pour des réglages supplémentaires, voir le chapitre " "précédent pour plus de détails." -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr ":file:`/sessions/`" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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`." @@ -9954,11 +9970,11 @@ msgstr "" "Répertoire où sont stockées les sessions PHP. Vous pouvez partager cela, par " "exemple, lorsque vous utilisez :ref:`auth_signon`." -#: ../phpmyadmin/doc/setup.rst:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr ":file:`/www/themes/`" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -9969,40 +9985,40 @@ msgstr "" "(voir :ref:`themes`) en utilisant les volumes Docker." # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Exemples Docker" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "Pour connecter phpMyAdmin sur un serveur donné, utiliser :" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "Pour connecter phpMyAdmin à plusieurs serveurs, utiliser :" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "Pour utiliser l'option de serveur arbitraire :" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" "Vous pouvez aussi lier le conteneur de base de données utilisant Docker :" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "Exécution avec une configuration additionnelle :" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "Utilisation de thèmes additionnels :" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "Utiliser docker-compose" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -10014,13 +10030,13 @@ msgstr "" "exécutera phpMyAdmin avec un serveur arbitraire - permettant de spécifier le " "serveur MySQL/MariaDB server sur la page de connexion." -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" "Personnalisation du fichier de configuration à l'aide de docker-compose" # 7f2f1633abfb41709e26da74ab34c9fd -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" @@ -10028,17 +10044,17 @@ msgstr "" "Il est possible d'utiliser un fichier externe pour personnaliser la " "configuration de phpMyAdmin et le passer à l'aide d'une directive volumes :" -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "En exécution derrière haproxy dans un sous-répertoire" # 0e08aee823fd4457923bacff3423024a -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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 " @@ -10049,18 +10065,18 @@ msgstr "" "requêtes." # a7cec7edf8b241aaa1357526e10c708f -#: ../phpmyadmin/doc/setup.rst:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "Par exemple, en utilisant haproxy, ça peut être réalisé en :" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" "Quand vous utilisez traefik, quelque chose comme ce qui suit devrait " "fonctionner :" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" @@ -10068,11 +10084,11 @@ msgstr "" "Puis il faudrait spécifier :envvar:`PMA_ABSOLUTE_URI` dans la configuration " "docker-compose :" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "IBM Cloud" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../phpmyadmin/doc/setup.rst:565 msgid "" "One of our users has created a helpful guide for installing phpMyAdmin on " "the `IBM Cloud platform `_." -#: ../phpmyadmin/doc/setup.rst:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Installation rapide" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Choisissez l'archive appropriée sur la page de téléchargement de phpmyadmin." "net. Certaines archives ne contiennent que les messages en anglais, d'autres " @@ -10101,12 +10123,12 @@ msgstr "" "archive dont le nom est de la forme ``phpMyAdmin-x.x.x-all-languages.tar." "gz``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" "Assurez-vous d'avoir téléchargé une archive authentique, voir :ref:`verify`." -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -10121,7 +10143,7 @@ msgstr "" "répertoire de votre ordinateur local, et, après l'étape 4, transférez le " "répertoire sur votre serveur web en utilisant, par exemple, le protocole FTP." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -10133,7 +10155,7 @@ msgstr "" "différent de celui des autres posera un problème). Voir la section :ref:" "`faq4_2` et :ref:`faq1_26` pour des suggestions." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -10150,11 +10172,11 @@ msgstr "" "nécessaire pour certaines fonctionnalités avancées." # 821a09f8eb394cb788176b2a07226601 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Création manuelle du fichier" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -10177,12 +10199,12 @@ msgstr "" "file:`config.inc.php`. Il faudra alors probablement besoin de quelques " "directives pour continuer. Une configuration simple peut ressembler à ceci :" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" "Ou, si vous préférez ne pas avoir d'invite de connexion à chaque fois :" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." @@ -10190,7 +10212,7 @@ msgstr "" "Le stockage des mots de passe dans la configuration n'est pas sûr car " "n'importe qui peut alors manipuler votre base de données." -#: ../phpmyadmin/doc/setup.rst:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -10198,11 +10220,11 @@ msgstr "" "Pour une explication complète de toutes les valeurs de configuration " "possibles, veuillez consulter la section :ref:`config` de ce document." -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "Utilisation du script d'installation" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -10214,7 +10236,7 @@ msgstr "" "transféré vers le serveur." # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -10227,7 +10249,7 @@ msgstr "" "`Télécharger` pour les enregistrer localement pour les transférer ensuite " "vers le serveur." -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -10238,7 +10260,7 @@ msgstr "" "si vous préférez définir des options avancées que le script d'installation " "de permet pas de faire." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -10256,7 +10278,7 @@ msgstr "" "passer sur une authentification de type cookie ou HTTP. Voir la :ref:" "`faqmultiuser`, plus particulièrement :ref:`faq4_4` pour plus d'informations." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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 :" @@ -10267,11 +10289,11 @@ msgstr "" "données, ou une boîte de dialogue de connexion si vous utilisez le mode :" "term:`HTTP` ou le mode d'authentification par cookie." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "Script de paramétrage sous Debian, Ubuntu et dérivés" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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 " @@ -10281,19 +10303,19 @@ msgstr "" "activé ou désactivé, de sorte qu'une seule ligne de commande doit être " "exécutée pour chacun d'eux." -#: ../phpmyadmin/doc/setup.rst:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "Pour permettre la modification de la configuration, exécuter :" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "Pour bloquer la modification de la configuration, exécuter :" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "Script d'installation pour openSUSE" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -10306,11 +10328,11 @@ msgstr "" "utiliser le script de notre serveur de démonstration : ." -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Vérification d'intégrité de phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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 " @@ -10321,7 +10343,7 @@ msgstr "" "était Marc Delisle. Son identifiant de clef est 0xFEFC65D181AF644A, son " "empreinte de clé PGP est la suivante :" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." @@ -10329,7 +10351,7 @@ msgstr "" "et vous pouvez obtenir plus d'informations sur l'identification sur ." -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:" @@ -10337,7 +10359,7 @@ msgstr "" "À compter de janvier 2016, le gestionnaire de publication est Isaac " "Bennetch. Son ID de clé est 0xCE752F178259BD92,et son empreinte PGP est :" -#: ../phpmyadmin/doc/setup.rst:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." @@ -10345,7 +10367,7 @@ msgstr "" "et vous pouvez obtenir plus d'informations sur l'identification sur ." -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:" @@ -10354,7 +10376,7 @@ msgstr "" "signés par Michal Čihař. Sa clé d'identification est 0x9C27B31342B7511D, et " "son empreinte PGP est :" -#: ../phpmyadmin/doc/setup.rst:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." @@ -10362,7 +10384,7 @@ msgstr "" "et vous pouvez obtenir plus d'informations sur l'identification sur ." -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -10374,7 +10396,7 @@ msgstr "" "code qui a été publié. Vous devriez aussi vérifier la date de la signature " "pour être sûr que vous avez téléchargé la dernière version." -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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 " @@ -10384,7 +10406,7 @@ msgstr "" "signature PGP pour celle-ci. Une fois que vous avez ces deux fichiers dans " "le même dossier, vous pouvez vérifier la signature :" -#: ../phpmyadmin/doc/setup.rst:737 +#: ../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:" @@ -10392,7 +10414,7 @@ msgstr "" "Comme vous pouvez le voir gpg se plaint qu'il ne connaît pas la clé " "publique. À ce stade, vous devriez faire une des étapes suivantes :" -#: ../phpmyadmin/doc/setup.rst:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" @@ -10400,11 +10422,11 @@ msgstr "" "Télécharger le trousseau de clés de `notre serveur de téléchargement " "`_, puis l'importer avec :" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "Télécharger et importer la clé de l'un des serveurs principaux :" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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 " @@ -10414,7 +10436,7 @@ msgstr "" "la signature de la clé donnée est correcte, mais vous ne pouvez toujours pas " "faire confiance au nom utilisé dans la clé :" -#: ../phpmyadmin/doc/setup.rst:771 +#: ../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 " @@ -10434,12 +10456,12 @@ msgstr "" "confiance à la clé de manière transitive au moyen des signatures des autres " "personnes, qui ont rencontré le développeur en personne." -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" "Une fois que la clé est approuvée, l'avertissement ne s'affichera plus :" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:" @@ -10447,11 +10469,11 @@ msgstr "" "Si la signature était invalidée (l'archive a été changée), vous obtiendriez " "une erreur manifeste indépendamment du fait que la clé est approuvée ou non :" -#: ../phpmyadmin/doc/setup.rst:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Stockage de la configuration de phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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." @@ -10459,7 +10481,7 @@ msgstr "" "Avant phpMyAdmin 3.4.0, ceci était appelé Infrastructure de tables liées, " "mais le nom a été changé en raison de la couverture étendue du stockage." -#: ../phpmyadmin/doc/setup.rst:813 +#: ../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:" @@ -10477,12 +10499,12 @@ msgstr "" "par le controluser, aussi, aucun autre utilisateur ne devrait avoir de " "droits sur celle-ci)." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Zéro configuration" # 18bfb42aef5d47faae1535680a5544f7 -#: ../phpmyadmin/doc/setup.rst:825 +#: ../phpmyadmin/doc/setup.rst:835 #, fuzzy #| msgid "" #| "In many cases, this database structure can be automatically created and " @@ -10502,13 +10524,13 @@ msgstr "" "désactiver fixer :config:option:`$cfg['ZeroConf']` à \"false\"." # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "Les trois scénarios suivants traitent du mode Zéro configuration :" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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." @@ -10518,7 +10540,7 @@ msgstr "" "l'onglet Opérations." # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -10536,7 +10558,7 @@ msgstr "" "d'habitude, l'utilisateur n'a accès qu'à une seule base de données." # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -10548,11 +10570,11 @@ msgstr "" "phpMyAdmin continue à utiliser les tables de la première base. L'utilisateur " "n'est pas invité à créer d'autres tables dans la nouvelle base." -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Configuration manuelle" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -10563,11 +10585,11 @@ msgstr "" "Windows, portez une attention particulière à la partie :ref:`faq1_23`)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "Si vous aviez déjà cette infrastructure et :" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -10576,7 +10598,7 @@ msgstr "" "`sql/upgrade_tables_mysql_4_1_2+.sql`." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -10586,7 +10608,7 @@ msgstr "" "upgrade_column_info_4_3_0+.sql`." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:859 +#: ../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`." @@ -10595,12 +10617,12 @@ msgstr "" "récent, veuillez utiliser :file:`sql/upgrade_tables_4_7_0+.sql`." # 5009520c824a4dba94280abf916fd934 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" "puis créer de nouvelles tables en important :file:`sql/create_tables.sql`." -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -10613,7 +10635,7 @@ msgstr "" "script peut avoir besoin de quelques ajustements en fonction du nom de la " "base de données." -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -10623,7 +10645,7 @@ msgstr "" "spécifier le nom des tables dans le fichier :file:`./config.inc.php`. Les " "directives à utiliser pour cela sont dans la section :ref:`config`." -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -10635,19 +10657,19 @@ msgstr "" "['controlpass']` possédant les droits appropriés sur ces tables. Vous pouvez " "le créer au moyen de l'énoncé suivant :" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "Et pour toute version de MariaDB :" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "Pour MySQL 8.0 et plus récent :" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "Pour MySQL plus vieux que 8.0 :" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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 " @@ -10658,12 +10680,12 @@ msgstr "" "mysql_native_password comme solution de contournement, voir :ref:`faq1_45` " "pour plus de détails." -#: ../phpmyadmin/doc/setup.rst:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Mise à jour à partir d'une précédente version" # 5c38f59368c441ffbe914fd56c85b561 -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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." @@ -10672,7 +10694,7 @@ msgstr "" "version déjà existante. Toujours supprimer d'abord les anciens fichiers en " "ne conservant que la configuration." -#: ../phpmyadmin/doc/setup.rst:915 +#: ../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." @@ -10681,7 +10703,7 @@ msgstr "" "répertoire, ce qui peut avoir de sérieuses implications de sécurité et " "provoquer divers dysfonctionnements." -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -10697,12 +10719,12 @@ msgstr "" "``set_magic_quotes_runtime(0);`` que vous pourriez trouver à la fin de votre " "fichier de configuration." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" "La mise à jour complète peut être effectuée en quelques étapes simples :" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." @@ -10710,13 +10732,13 @@ msgstr "" "Télécharger la dernière version de phpMyAdmin sur ." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" "Renommer le répertoire existant de phpMyAdmin (par exemple en ``phpmyadmin-" "old``)." -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." @@ -10724,7 +10746,7 @@ msgstr "" "Décompresser le phpMyAdmin fraîchement téléchargé dans l'emplacement désiré " "(par exemple ``phpmyadmin``)." -#: ../phpmyadmin/doc/setup.rst:930 +#: ../phpmyadmin/doc/setup.rst:940 msgid "" "Copy :file:`config.inc.php`` from old location (``phpmyadmin-old``) to the " "new one (``phpmyadmin``)." @@ -10732,15 +10754,15 @@ msgstr "" "Copier le fichier :file:`config.inc.php`` de l'ancien répertoire " "(``phpmyadmin-old``) vers le nouveau (``phpmyadmin``)." -#: ../phpmyadmin/doc/setup.rst:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "Tester que tout fonctionne correctement." -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "Supprimer la sauvegarde d'une version précédente (``phpmyadmin-old``)." -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -10752,7 +10774,7 @@ msgstr "" "configuration de stockage de phpMyAdmin, vous devez exécuter le script :term:" "`SQL` suivant : :file:`sql/upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -10764,7 +10786,7 @@ msgstr "" "stockage de phpMyAdmin, vous devez exécuter le script :term:`SQL` qui se " "trouve dans :file:`sql/upgrade_column_info_4_3_0+.sql`." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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." @@ -10772,12 +10794,12 @@ msgstr "" "Ne pas oublier de vider le cache du navigateur et l'ancienne session en se " "déconnectant puis en se reconnectant." -#: ../phpmyadmin/doc/setup.rst:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Utiliser les modes d'authentification" # 07928341023648d3af6e13958292e57f -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -10797,7 +10819,7 @@ msgstr "" "cookies afin d'éviter de stocker votre nom d'utilisateur / mot de passe en " "clair dans le fichier de configuration." -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -10814,7 +10836,7 @@ msgstr "" "protocole HTTPS. Dans le mode cookie, le mot de passe est stocké, chiffré " "avec l'algorithme AES, dans un cookie temporaire." -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -10829,7 +10851,7 @@ msgstr "" "utilisateur). Par exemple, déléguer à un utilisateur *réel* tous les " "privilèges sur la base de données *user_base* :" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -10840,17 +10862,17 @@ msgstr "" "d'authentification HTTP ou par cookie, vous n'avez pas besoin de renseigner " "les champs utilisateur/mot de passe dans :config:option:`$cfg['Servers']`." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "Mode d'authentification HTTP" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -10859,7 +10881,7 @@ msgstr "" "autorise à vous connecter en tant que n'importe quel utilisateur MySQL " "valide." -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -10869,7 +10891,7 @@ msgstr "" "`IIS` (:term:`ISAPI`) utilisant PHP :term:`CGI`, voir :ref:`faq1_32` ; pour " "utiliser Apache :term:`CGI` voir :ref:`faq1_35`." -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -10881,7 +10903,7 @@ msgstr "" "sous-jacente FCGI, et les identifiants n'atteindront pas l'application. Dans " "ce cas, vous pouvez ajouter l directive de configuration :" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -10890,7 +10912,7 @@ msgstr "" "mécanisme d'authentification :term:`.htaccess` en même temps que le mode " "d'authentification ':term:`HTTP`'." -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -10904,12 +10926,12 @@ msgstr "" "qui ne vous permet pas de vous connecter avec le même utilisateur après la " "déconnexion." -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Mode d'authentification par « cookie »" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../phpmyadmin/doc/setup.rst:1041 msgid "" "Username and password are stored in cookies during the session and password " "is deleted when it ends." @@ -10917,7 +10939,7 @@ msgstr "" "Le nom d'utilisateur et le mot de passe sont stockés dans des cookies " "pendant la session et le mot de passe est effacé quand celle-ci se termine." -#: ../phpmyadmin/doc/setup.rst:1033 +#: ../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`)." @@ -10926,7 +10948,7 @@ msgstr "" "se reconnecter avec le même nom d'utilisateur (ce n'est pas possible avec :" "ref:`auth_http`)." -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -10936,7 +10958,7 @@ msgstr "" "connecter (au lieu des seuls serveurs configurés dans :file:`config.inc." "php`), consultez la directive :config:option:`$cfg['AllowArbitraryServer']`." -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../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." @@ -10944,11 +10966,11 @@ msgstr "" "Comme il est indiqué dans la section :ref:`require`, l'extension ``openssl`` " "accélère considérablement l'accès, mais elle n'est pas obligatoire." -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Mode d'authentification 'signon'" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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." @@ -10958,7 +10980,7 @@ msgstr "" "phpMyAdmin en utilisant une authentification unique." # 82e95387fe434510a8cabebfce92aaf7 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -10974,7 +10996,7 @@ msgstr "" "['SignonScript']`)." # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -10985,7 +11007,7 @@ msgstr "" "pouvez traiter le processus de connexion." # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../phpmyadmin/doc/setup.rst:1070 msgid "" "The very basic example of saving credentials in a session is available as :" "file:`examples/signon.php`:" @@ -10994,7 +11016,7 @@ msgstr "" "disponible : :file:`examples/signon.php` :" # d64dc59ee10549769961c1eb7bd7ea35 -#: ../phpmyadmin/doc/setup.rst:1066 +#: ../phpmyadmin/doc/setup.rst:1076 msgid "" "Alternatively, you can also use this way to integrate with OpenID as shown " "in :file:`examples/openid.php`:" @@ -11003,7 +11025,7 @@ msgstr "" "`examples/openid.php` :" # a89ba5c5c9f847d38d85e6a9d037fd5c -#: ../phpmyadmin/doc/setup.rst:1072 +#: ../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:`" @@ -11017,7 +11039,7 @@ msgstr "" "cela : :file:`examples/signon-script.php` :" # e36cac0e80d24bcca85c185dba0d64ca -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -11031,11 +11053,11 @@ msgstr "" "['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`, :ref:" "`example-signon`" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Mode d'authentification par configuration" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -11048,7 +11070,7 @@ msgstr "" "fichier :file:`config.inc.php` peut découvrir votre nom d'utilisateur et " "votre mot de passe)." -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -11056,7 +11078,7 @@ msgstr "" "Dans la section :ref:`faqmultiuser` il y a un point expliquant comment " "protéger votre fichier de configuration." -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -11068,7 +11090,7 @@ msgstr "" "$cfg['Servers'][$i]['AllowDeny']['order']` et :config:option:`$cfg['Servers']" "[$i]['AllowDeny']['rules']`." -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -11087,12 +11109,12 @@ msgstr "" "manuel mais vous pouvez facilement trouver des informations sur ces sujets " "avec Google)." -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Sécuriser votre installation de phpMyAdmin" # 95aaff4dec424d21b3b5e8d6ffe0c9a5 -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -11100,7 +11122,7 @@ msgstr "" "L'équipe de phpMyAdmin essaye tant bien que mal de rendre l'application " "sûre, cependant, il est toujours possible de la rendre encore plus sûre :" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." @@ -11108,7 +11130,7 @@ msgstr "" "Suivez nos `annonces de sécurité `_ et " "mettez à jour phpMyAdmin chaque fois qu'une vulnérabilité est révélée." -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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." @@ -11116,7 +11138,7 @@ msgstr "" "Utiliser phpMyAdmin en HTTPS seulement. De préférence, utiliser HSTS, pour " "être protégé des attaques de type « protocol downgrade »." -#: ../phpmyadmin/doc/setup.rst:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors `_ doit être désactivé." # f5b19f5b13854a66a0961cb28e73a893 -#: ../phpmyadmin/doc/setup.rst:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." @@ -11136,7 +11158,7 @@ msgstr "" "et ayez besoin d'une suite de test." # f5b19f5b13854a66a0961cb28e73a893 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." @@ -11145,7 +11167,7 @@ msgstr "" "probablement plus après l'installation initiale." # e6684ab82ea1407a90394dadf77aeb25 -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../phpmyadmin/doc/setup.rst:1141 msgid "" "Properly choose an authentication method - :ref:`cookie` is probably the " "best choice for shared hosting." @@ -11153,7 +11175,7 @@ msgstr "" "Choisit la méthode d'authentification appropriée - :ref:`cookie` est " "probablement le meilleur choix dans le cas d'un hébergement mutualisé." -#: ../phpmyadmin/doc/setup.rst:1133 +#: ../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 " @@ -11168,7 +11190,7 @@ msgstr "" "code. Pour le serveur Web Apache, la façon habituelle de procéder est " "d'utiliser un fichier :term:`.htaccess` dans ces dossiers." -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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`." @@ -11177,7 +11199,7 @@ msgstr "" "$cfg['TempDir']` (si cela est placé à l'intérieur de votre racine web, voir " "aussi :ref:`web-dirs`) ." -#: ../phpmyadmin/doc/setup.rst:1141 +#: ../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 " @@ -11191,7 +11213,7 @@ msgstr "" "votre serveur Web, voir :ref:`faq1_42`." # 59ca6fb90e8041abab93ccb35329d792 -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -11203,12 +11225,12 @@ msgstr "" "['AllowDeny']['rules']` pour les limiter ou :config:option:`$cfg['Servers']" "[$i]['AllowRoot']` pour refuser l'accès utilisateur root." -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "Active :ref:`2fa` pour votre compte." # e1b1bd218e6f41e08d4b1dbb5cfed36a -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -11221,7 +11243,7 @@ msgstr "" "serveur Web pour qu'il nécessite une authentification HTTP. Par exemple, " "pour Apache, cela peut être réalisé avec :" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -11232,7 +11254,7 @@ msgstr "" "l'utilitaire :program:`htpasswd` :" # 2b8fc8b9693c4ff69746070cd17a17db -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../phpmyadmin/doc/setup.rst:1178 msgid "" "If you are afraid of automated attacks, enabling Captcha by :config:option:`" "$cfg['CaptchaLoginPublicKey']` and :config:option:`" @@ -11243,7 +11265,7 @@ msgstr "" "$cfg['CaptchaLoginPrivateKey']` pourrait être envisageable." # f11e1dd2165a41bab6217f6fcca65631 -#: ../phpmyadmin/doc/setup.rst:1171 +#: ../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 " @@ -11256,7 +11278,7 @@ msgstr "" "Noter que le fichier de journalisation utilisé par syslog n'est pas le même " "que celui des erreurs Apache ou celui journalisant les accès." -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -11269,11 +11291,11 @@ msgstr "" "session. Pour cela il est possible d'utiliser :config:option:`" "$cfg['SessionSavePath']`." -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "Utilisation de SSL pour la connexion au serveur de base de données" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:" @@ -11281,11 +11303,11 @@ msgstr "" "Il est recommandé d'utiliser SSL lors de la connexion au serveur de bases de " "données distant. Il existe plusieurs options de configuration SSL :" -#: ../phpmyadmin/doc/setup.rst:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl']`" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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 " @@ -11295,7 +11317,7 @@ msgstr "" "sera chiffrée mais pas authentifiée ; il sera impossible de vérifier que la " "communication se fait avec le bon serveur." -#: ../phpmyadmin/doc/setup.rst:1192 +#: ../phpmyadmin/doc/setup.rst:1202 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" "$cfg['Servers'][$i]['ssl_cert']`" @@ -11304,11 +11326,11 @@ msgstr "" "$cfg['Servers'][$i]['ssl_cert']`" # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "Ceci est utilisé pour l'authentification du client au serveur." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" @@ -11316,7 +11338,7 @@ msgstr "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` et :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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." @@ -11325,11 +11347,11 @@ msgstr "" "Cela est utilisé pour s'assurer que la communication est faite un serveur de " "confiance." -#: ../phpmyadmin/doc/setup.rst:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." @@ -11337,7 +11359,7 @@ msgstr "" "Cette configuration désactive la vérification du certificat de serveur. À " "utiliser avec prudence." -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -11350,7 +11372,7 @@ msgstr "" "les noms d'hôtes qui sont considérés comme sûrs." # e36cac0e80d24bcca85c185dba0d64ca -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -11366,17 +11388,17 @@ msgstr "" "['ssl_ca_path']`, :config:option:`$cfg['Servers'][$i]['ssl_ciphers']`, :" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "Problèmes connus" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" "Les utilisateurs avec des privilèges spécifiques à des colonnes ne peuvent " "pas utiliser « Parcourir »" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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." @@ -11385,7 +11407,7 @@ msgstr "" "(mais pas toutes) colonnes dans une table, « Parcourir » échouera avec un " "message d'erreur." -#: ../phpmyadmin/doc/setup.rst:1225 +#: ../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 " @@ -11395,13 +11417,13 @@ msgstr "" "table peut être créée. Elle sera utilisée à la place du lien « Parcourir ». " "`Problème 11922 `_." -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" "Problème de reconnexion après s'être déconnecté en utilisant " "l'authentification 'http'" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/fy.po b/po/fy.po index b3b681d9b..443412832 100644 --- a/po/fy.po +++ b/po/fy.po @@ -9060,19 +9060,31 @@ 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 "" # 19e0c3396a4c458abab2ce24d3423851 -#: ../phpmyadmin/doc/setup.rst:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy #| msgid ":config:option:`$cfg['NavigationTreeTableSeparator']`" msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['NavigationTreeTableSeparator']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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 " @@ -9080,83 +9092,83 @@ msgid "" msgstr "" # 4abd50e1e5524712be0314c626861b22 -#: ../phpmyadmin/doc/setup.rst:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" # 19e0c3396a4c458abab2ce24d3423851 -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['NavigationTreeTableSeparator']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['NavigationTreeTableSeparator']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" # 19e0c3396a4c458abab2ce24d3423851 -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['NavigationTreeTableSeparator']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['NavigationTreeTableSeparator']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../phpmyadmin/doc/setup.rst:258 msgid "" "When set, this points to an alternate database host used for storing the \":" "ref:`linked-tables`\" database." msgstr "" # 4abd50e1e5524712be0314c626861b22 -#: ../phpmyadmin/doc/setup.rst:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" # 4abd50e1e5524712be0314c626861b22 -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" # 4abd50e1e5524712be0314c626861b22 -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../phpmyadmin/doc/setup.rst:276 msgid "" "When set, will override the default port (`3306`) for connecting to the " "control host." msgstr "" # 4abd50e1e5524712be0314c626861b22 -#: ../phpmyadmin/doc/setup.rst:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -9164,94 +9176,94 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" # 4abd50e1e5524712be0314c626861b22 -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -9260,13 +9272,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Server configuration" msgid "Customizing configuration" msgstr "Serverkonfiguraasje" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -9277,100 +9289,100 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -9379,55 +9391,55 @@ msgid "" msgstr "" # 7dd46e41dc8340de80e2d9431d2e62ad -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # 6dd2959c1e374386949edd64721943d7 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`developers`" msgid ":ref:`docker-custom`" msgstr ":ref:`developers`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9645,37 +9656,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9686,29 +9697,29 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy #| msgid "phpMyAdmin documentation" msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin-dokumintaasje" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -9719,11 +9730,11 @@ msgid "" msgstr "" # 971d7152445440ec86b4cf3301bafc1c -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9732,20 +9743,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9756,7 +9767,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9765,12 +9776,12 @@ msgid "" msgstr "" # afc4bb7003f94d70aa33fe8edc99c72f -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9778,37 +9789,37 @@ msgid "" msgstr "" # 70b3e81265e94fd791563bb81a4f216a -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" # 245b82fa7f7c410ab6b5da1dcc01aaf4 -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9817,7 +9828,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9825,7 +9836,7 @@ msgid "" msgstr "" # 3920deb92e1d48ab8753571ab121eb63 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9833,19 +9844,19 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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 " @@ -9853,24 +9864,24 @@ msgid "" msgstr "" # e7b1ec0c9d6549438605685342d4ae4b -#: ../phpmyadmin/doc/setup.rst:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9879,42 +9890,42 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9923,7 +9934,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9931,18 +9942,18 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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 "" # c50bdde75b9e4e38bd3fbc478d3aeeac -#: ../phpmyadmin/doc/setup.rst:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9953,7 +9964,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9963,7 +9974,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9973,39 +9984,39 @@ msgid "" msgstr "" # ee795272007746aa8c7f27777c787af3 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # 5ee9293d8a5a47d5963e63be438eaca9 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # f81bdabb25a445f7942ff8311fb5d56d -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # e685330d436845b3ab845c6277803b20 -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -10014,13 +10025,13 @@ msgid "" msgstr "" # 55ebab6fc6be472fab440355d760852f -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -10029,50 +10040,50 @@ msgid "" msgstr "" # 1a6ba8c53380455387ad8e310d10aabd -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # c2a2c29b21784bacaab2411f59815434 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # d7481dc7a53b4de29c379c2381564507 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 1f9c25276107483d9d6541d21c7e549d -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 71502f9af55e4e5bb8ac6a2c7c456bc4 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../phpmyadmin/doc/setup.rst:1061 #, fuzzy #| msgid "" #| ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" @@ -10090,7 +10101,7 @@ msgstr "" "['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`" # 5d6095cd1ff04013b633bb03b79cf53f -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -10098,19 +10109,19 @@ msgid "" msgstr "" # a6db6cc6342e4caca2dc61f38b85a743 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -10119,7 +10130,7 @@ msgid "" msgstr "" # 71502f9af55e4e5bb8ac6a2c7c456bc4 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 #, fuzzy #| msgid "" #| ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" @@ -10137,12 +10148,12 @@ msgstr "" "['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`" # 51449eafa2d34d489447f899ff17788e -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # a65c7d5462cb4a3d98d76547ec64d368 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -10151,14 +10162,14 @@ msgid "" msgstr "" # b4921916bada4960a36424ed84f9589e -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 14ae73dfe6034b92a371399a843c12fd -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -10167,7 +10178,7 @@ msgid "" msgstr "" # 94fdc569c27644908df3ecf97c3363a2 -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -10178,57 +10189,57 @@ msgid "" msgstr "" # 3d3fdb92423045c4b90e3c8635c60496 -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" # 0fa88ab53c4a47bb84f76192391862c8 -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # 5cf1967b8a3b4bf2980b2d5efc90b3dd -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 7163e86aaaa6433494da1a050fc1026c -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -10237,13 +10248,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -10251,7 +10262,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -10259,13 +10270,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database structure" msgid "Enable :ref:`2fa` for your account." msgstr "Databasestruktuer" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -10273,7 +10284,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -10281,14 +10292,14 @@ msgid "" msgstr "" # 742e6bbd03b54c1988a519bd3afe3119 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -10296,7 +10307,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -10304,24 +10315,24 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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 "" # 4abd50e1e5524712be0314c626861b22 -#: ../phpmyadmin/doc/setup.rst:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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 " @@ -10329,7 +10340,7 @@ msgid "" msgstr "" # 4abd50e1e5524712be0314c626861b22 -#: ../phpmyadmin/doc/setup.rst:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid "" @@ -10337,12 +10348,12 @@ msgid "" "$cfg['Servers'][$i]['ssl_cert']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" # 4abd50e1e5524712be0314c626861b22 -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid "" @@ -10350,26 +10361,26 @@ msgid "" "$cfg['Servers'][$i]['ssl_ca_path']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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 "" # 4abd50e1e5524712be0314c626861b22 -#: ../phpmyadmin/doc/setup.rst:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -10378,7 +10389,7 @@ msgid "" msgstr "" # 71502f9af55e4e5bb8ac6a2c7c456bc4 -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../phpmyadmin/doc/setup.rst:1216 #, fuzzy #| msgid "" #| ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" @@ -10396,32 +10407,32 @@ msgstr "" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" "['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/gl.mo b/po/gl.mo index ea91e5526..f178af150 100644 Binary files a/po/gl.mo and b/po/gl.mo differ diff --git a/po/gl.po b/po/gl.po index fb9bcd6ac..baf838081 100644 --- a/po/gl.po +++ b/po/gl.po @@ -8854,25 +8854,39 @@ 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 +#, fuzzy +#| msgid "Could not connect to the database server!" +msgid "Comma-separated list of socket files for the database connections." +msgstr "Non foi posíbel conectar co servidor de bases de datos!" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy #| msgid "$cfg['SQLValidator'] boolean" msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "$cfg['SQLValidator'] lóxico" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8880,29 +8894,29 @@ msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" "poña o nome da táboa en :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid "$cfg['SQLValidator'] boolean" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "$cfg['SQLValidator'] lóxico" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid "$cfg['SQLValidator'] boolean" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "$cfg['SQLValidator'] lóxico" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8910,13 +8924,13 @@ msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" "poña o nome da táboa en :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8924,13 +8938,13 @@ msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" "poña o nome da táboa en :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8938,13 +8952,13 @@ msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" "poña o nome da táboa en :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8952,7 +8966,7 @@ msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" "poña o nome da táboa en :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8960,11 +8974,11 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8972,83 +8986,83 @@ msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" "poña o nome da táboa en :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -9057,13 +9071,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Configuración do principal" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -9074,64 +9088,64 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 #, fuzzy #| msgid "Examples:" msgid "Docker Volumes" msgstr "Exemplos:" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -9139,45 +9153,45 @@ msgid "" msgstr "" # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 #, fuzzy #| msgid "Examples:" msgid "Docker Examples" msgstr "Exemplos:" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Combinar coa configuración actual" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Combinar coa configuración actual" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -9185,30 +9199,30 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "O ficheiro de configuración existente (%s) non e lexíbel." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`glossary`" msgid ":ref:`docker-custom`" msgstr ":ref:`glossary`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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 " @@ -9216,55 +9230,61 @@ msgid "" msgstr "" # a7cec7edf8b241aaa1357526e10c708f -#: ../phpmyadmin/doc/setup.rst:481 +#: ../phpmyadmin/doc/setup.rst:491 #, fuzzy #| msgid "An example of using more that one database:" msgid "For example, using haproxy it can be done as:" msgstr "Un exemplo de uso de máis de unha base de datos:" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Instalación rápida" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Escolla un conxunto de distribución axeitada na páxina Descargas de " "phpmyadmin.net. Algúns conxuntos conteñen só as mensaxes en inglés, outros " "conteñen todas as linguas. Asumiremos que escolle un conxunto cun nome " "parecido a «phpMyAdmin-x.x.x-all-languages.tar.gz»." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../phpmyadmin/doc/setup.rst:578 #, fuzzy #| msgid "" #| "Untar or unzip the distribution (be sure to unzip the subdirectories): " @@ -9286,7 +9306,7 @@ msgstr "" "despois do paso 4, transfira o directorio ao servidor web empregando, por " "exemplo, ftp." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -9298,7 +9318,7 @@ msgstr "" "propietario doutros scripts será un problema). Vexa :ref:`faq4_2` e :ref:" "`faq1_26` para suxestións." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -9313,13 +9333,13 @@ msgstr "" "xeito rápido de comezar e precísase para algunhas funcionalidades avanzadas." # 821a09f8eb394cb788176b2a07226601 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 #, fuzzy #| msgid "Manualy creating file" msgid "Manually creating the file" msgstr "Creación manual dun ficheiro" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -9351,17 +9371,17 @@ msgstr "" "opción concreta, non o hai por que incluír en «config.inc.php». Precísanse " "algunhas directivas para comezar; unha configuración sinxela pode ser así:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "Ou, se prefire que non se lle pregunte cada vez que entre:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -9370,13 +9390,13 @@ msgstr "" "a :ref:`config` deste documento." # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "Uso do script de configuración" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../phpmyadmin/doc/setup.rst:647 #, fuzzy #| msgid "" #| "Instead of manually editing :file:`config.inc.php`, you can use the " @@ -9394,7 +9414,7 @@ msgstr "" "seguranza. Nun sistema Linux/Unix pódense empregar as ordes seguintes:" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -9402,7 +9422,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../phpmyadmin/doc/setup.rst:656 #, fuzzy #| msgid "" #| "Now the file is ready to be used. You can choose to review or edit the " @@ -9418,7 +9438,7 @@ msgstr "" "configurar algunhas opcións avanzadas que o script de configuración non " "fornece." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -9436,7 +9456,7 @@ msgstr "" "mediante cookies ou http. Vexa a :ref:`faqmultiuser` para máis información, " "especialmente :ref:`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../phpmyadmin/doc/setup.rst:667 #, fuzzy #| msgid "" #| "Open the `main phpMyAdmin directory `_ in your browser. " @@ -9452,37 +9472,37 @@ msgstr "" "ou un diálogo de rexistro se utiliza o modo de autenticación mediante :term:" "`HTTP` ou cookies." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To allow editing configuration invoke:" msgstr "E para modificar unha configuración existente, cópieo primeiro:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To block editing configuration invoke:" msgstr "E para modificar unha configuración existente, cópieo primeiro:" # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 #, fuzzy #| msgid "Using Setup script" msgid "Setup script on openSUSE" msgstr "Uso do script de configuración" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -9490,50 +9510,50 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 #, fuzzy #| msgid "The phpMyAdmin Devel team" msgid "Verifying phpMyAdmin releases" msgstr "A equipa do phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9541,37 +9561,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9582,27 +9602,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Almacenamento da configuración do phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../phpmyadmin/doc/setup.rst:823 #, fuzzy #| msgid "" #| "For a whole set of new features (bookmarks, comments, :term:`SQL`-" @@ -9627,13 +9647,13 @@ msgstr "" "de datos accederíase con controluser, polo que ningún outro usuario debería " "ter acceso a ela)." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 #, fuzzy #| msgid "Configuration" msgid "Zero configuration" msgstr "Configuración" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9642,20 +9662,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9666,7 +9686,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9674,13 +9694,13 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 #, fuzzy #| msgid "Configuration" msgid "Manual configuration" msgstr "Configuración" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../phpmyadmin/doc/setup.rst:859 #, fuzzy #| msgid "" #| "Please look at your ``./examples/`` directory, where you should find a " @@ -9696,12 +9716,12 @@ msgstr "" "preste atención especial a :ref:`faq1_23`)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # e968963e976a43daad5ba492246d9f23 -#: ../phpmyadmin/doc/setup.rst:855 +#: ../phpmyadmin/doc/setup.rst:865 #, fuzzy #| msgid "" #| "If you already had this infrastructure and upgraded to MySQL 4.1.2 or " @@ -9716,7 +9736,7 @@ msgstr "" "táboas novas importando :file:`examples/create_tables.sql`." # c3cadcccd75a4e0883806af1e671c8f0 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../phpmyadmin/doc/setup.rst:867 #, fuzzy #| msgid "" #| "If you have upgraded your MySQL server from a version previous to 4.1.2 " @@ -9733,7 +9753,7 @@ msgstr "" "upgrade_tables_mysql_4_1_2+.sql`." # c3cadcccd75a4e0883806af1e671c8f0 -#: ../phpmyadmin/doc/setup.rst:859 +#: ../phpmyadmin/doc/setup.rst:869 #, fuzzy #| msgid "" #| "If you have upgraded your MySQL server from a version previous to 4.1.2 " @@ -9750,11 +9770,11 @@ msgstr "" "upgrade_tables_mysql_4_1_2+.sql`." # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9767,7 +9787,7 @@ msgstr "" "nome da base de datos." # d62107e725944a3282558c80891a9d5c -#: ../phpmyadmin/doc/setup.rst:869 +#: ../phpmyadmin/doc/setup.rst:879 #, fuzzy #| msgid "" #| "After having imported the :file:`examples/create_tables.sql` file, you " @@ -9787,7 +9807,7 @@ msgstr "" "sección :ref:`authentication_modes` máis abaixo)." # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9795,45 +9815,45 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.0 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.0 ou posterior" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Actualización desde unha versión anterior" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2859795aae3b4f84934687348fac188a -#: ../phpmyadmin/doc/setup.rst:918 +#: ../phpmyadmin/doc/setup.rst:928 #, fuzzy #| msgid "" #| "Simply copy :file:`config.inc.php` from your previous installation into " @@ -9855,11 +9875,11 @@ msgstr "" "``set_magic_quotes_runtime(0);``, que se pode atopar preto do final do " "ficheiro de configuración." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy #| msgid "You can get the newest version at http://www.phpmyadmin.net/." msgid "" @@ -9867,32 +9887,32 @@ msgid "" "downloads/>." msgstr "Pódese obter a versión máis recente en http://www.phpmyadmin.net/." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # c3cadcccd75a4e0883806af1e671c8f0 -#: ../phpmyadmin/doc/setup.rst:934 +#: ../phpmyadmin/doc/setup.rst:944 #, fuzzy #| msgid "" #| "If you have upgraded your MySQL server from a version previous to 4.1.2 " @@ -9911,7 +9931,7 @@ msgstr "" "upgrade_tables_mysql_4_1_2+.sql`." # c3cadcccd75a4e0883806af1e671c8f0 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../phpmyadmin/doc/setup.rst:949 #, fuzzy #| msgid "" #| "If you have upgraded your MySQL server from a version previous to 4.1.2 " @@ -9929,18 +9949,18 @@ msgstr "" "hai que executar o script :term:`SQL` que se atopa en :file:`examples/" "upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Uso dos modos de autenticación" # 07928341023648d3af6e13958292e57f -#: ../phpmyadmin/doc/setup.rst:954 +#: ../phpmyadmin/doc/setup.rst:964 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are recommended in a **multi-" @@ -9967,7 +9987,7 @@ msgstr "" "preferíbel empregar o modo :term:`HTTP` ou con cookies para que o par " "usuario/contrasinal non aparezan claramente no ficheiro de configuración." -#: ../phpmyadmin/doc/setup.rst:962 +#: ../phpmyadmin/doc/setup.rst:972 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are more secure: the MySQL " @@ -9993,7 +10013,7 @@ msgstr "" "protocolo HTTPS. No modo con cookies, o contrasinal almacénase, cifrado co " "algarismo blowfish, nunha cookie temporal." -#: ../phpmyadmin/doc/setup.rst:970 +#: ../phpmyadmin/doc/setup.rst:980 #, fuzzy #| msgid "" #| "Then each of the *true* users should be granted a set of privileges on a " @@ -10016,7 +10036,7 @@ msgstr "" "A modo de exemplo, para concederlle ao usuario *eral_user* todos os " "privilexios sobre a base de datos *user_base*:" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -10027,16 +10047,16 @@ msgstr "" "HTTP ou cookies non hai que encher os campos usuario/contrasinal de :config:" "option:`$cfg['Servers']`." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "Modo de autenticación mediante HTTP" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -10044,7 +10064,7 @@ msgstr "" "Emprega o método de autenticación básico de :term:`HTTP` e permite iniciar a " "sesión como usuario válido de MySQL." -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -10054,7 +10074,7 @@ msgstr "" "`IIS` (:term:`ISAPI`) con :term:`CGI` PHP vexa :ref:`faq1_32`; para empregar " "co Apache :term:`CGI` vexa :ref:`faq1_35`." -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -10062,7 +10082,7 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -10070,7 +10090,7 @@ msgstr "" "Vexa tamén :ref:`faq4_4` sobre non empregar o mecanismo :term:`.htaccess` " "xunto co modo de autenticación ':term:`HTTP`'." -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -10078,18 +10098,18 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Autenticación mediante cookies" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../phpmyadmin/doc/setup.rst:1043 #, fuzzy #| msgid "" #| "With this mode, the user can truly log out of phpMyAdmin and log in back " @@ -10101,7 +10121,7 @@ msgstr "" "Con este modo, o usuario pode verdadeiramente saír da sesión de phpMyAdmin e " "entrar de novo co mesmo nome de usuario." -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../phpmyadmin/doc/setup.rst:1045 #, fuzzy #| msgid "" #| "If you want to log in to arbitrary server see :config:option:`" @@ -10114,7 +10134,7 @@ msgstr "" "Para iniciar a sesión nun servidor arbitrario, vexa a directiva :config:" "option:`$cfg['AllowArbitraryServer']`." -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../phpmyadmin/doc/setup.rst:1048 #, fuzzy #| msgid "" #| "As mentioned in the :ref:`require` section, having the ``mcrypt`` " @@ -10126,11 +10146,11 @@ msgstr "" "Como se menciona na sección sobre :ref:`require`, ter a extensión «mcrypt» " "acelera o acceso considerabelmente, aínda que non se require." -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Modo de autenticación mediante rexistro" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../phpmyadmin/doc/setup.rst:1058 #, fuzzy #| msgid "" #| "This mode is a convenient way of using credentials from another " @@ -10143,7 +10163,7 @@ msgstr "" "para se autenticar en phpMyAdmin." # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -10153,7 +10173,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -10161,19 +10181,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -10182,7 +10202,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -10191,11 +10211,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Modo de autenticación mediante configuración" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../phpmyadmin/doc/setup.rst:1105 #, fuzzy #| msgid "" #| "This mode is the less secure one because it requires you to fill the :" @@ -10217,7 +10237,7 @@ msgstr "" "configurar un «controluser» aquí: empregar :config:option:`$cfg['Servers']" "[$i]['only_db']` podería ser abondo." -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -10225,7 +10245,7 @@ msgstr "" "Na sección :ref:`faqmultiuser` hai unha entrada que explica como protexer o " "ficheiro de configuración." -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -10237,7 +10257,7 @@ msgstr "" "[$i]['AllowDeny']['order']` e :config:option:`$cfg['Servers'][$i]" "['AllowDeny']['rules']`." -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -10254,12 +10274,12 @@ msgstr "" "(ambos os dous métodos fican fóra do ámbito deste manual, mais atópanse " "facilmente con Google)." -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Asegurar a instalación do phpMyAdmin" # 95aaff4dec424d21b3b5e8d6ffe0c9a5 -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../phpmyadmin/doc/setup.rst:1128 #, fuzzy #| msgid "" #| "The phpMyAdmin team tries hardly to make the application secure, however " @@ -10272,19 +10292,19 @@ msgstr "" "seguro; porén, sempre hai maneiras de facer que a instalación sexa aínda " "máis segura:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/hr.po b/po/hr.po index b315c4fa2..d00dbb37a 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7207,79 +7207,93 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "" #: ../phpmyadmin/doc/setup.rst:227 +#, fuzzy +#| msgid "max. concurrent connections" +msgid "Socket file for the database connection." +msgstr "najv. uzastopnih veza" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -7287,91 +7301,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -7380,11 +7394,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -7394,100 +7408,100 @@ msgid "" "phpmyadmin/config.user.inc.php` parameters." msgstr "" -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -7495,73 +7509,73 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -7570,7 +7584,7 @@ msgid "" "directory on your web server using, for example, FTP." msgstr "" -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -7578,7 +7592,7 @@ msgid "" "suggestions." msgstr "" -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -7587,11 +7601,11 @@ msgid "" "way to get started and needed for some advanced features." msgstr "" -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -7604,34 +7618,34 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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:641 +#: ../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 " @@ -7639,14 +7653,14 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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:650 +#: ../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 " @@ -7657,37 +7671,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -7695,48 +7709,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -7744,37 +7758,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -7785,29 +7799,29 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy #| msgid "phpMyAdmin documentation" msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin dokumentacija" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -7817,11 +7831,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -7829,18 +7843,18 @@ msgid "" "disable set :config:option:`$cfg['ZeroConf']` to false." msgstr "" -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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:834 +#: ../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 " @@ -7850,7 +7864,7 @@ msgid "" "usually the user only has access to one database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -7858,44 +7872,44 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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:857 +#: ../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:859 +#: ../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:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -7903,14 +7917,14 @@ msgid "" "database name." msgstr "" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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:873 +#: ../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']` " @@ -7918,42 +7932,42 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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 " @@ -7962,41 +7976,41 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -8004,7 +8018,7 @@ msgid "" "upgrade_tables_mysql_4_1_2+.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -8012,17 +8026,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -8033,7 +8047,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -8043,7 +8057,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -8052,36 +8066,36 @@ msgid "" "*real_user* with all privileges on the database *user_base*:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../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:1002 +#: ../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:1005 +#: ../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 " @@ -8089,13 +8103,13 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -8103,46 +8117,46 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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:1051 +#: ../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:`" @@ -8151,26 +8165,26 @@ msgid "" "['SignonScript']`)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -8178,7 +8192,7 @@ msgid "" "file:`examples/signon-script.php`:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -8187,11 +8201,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -8199,13 +8213,13 @@ msgid "" "read your :file:`config.inc.php` can discover your username and password)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../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:1102 +#: ../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']` " @@ -8213,7 +8227,7 @@ msgid "" "directives." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -8223,54 +8237,54 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../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:1129 +#: ../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:1131 +#: ../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:1133 +#: ../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 " @@ -8279,13 +8293,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -8293,7 +8307,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -8301,11 +8315,11 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -8313,21 +8327,21 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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:1168 +#: ../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:1171 +#: ../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 " @@ -8335,7 +8349,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -8343,60 +8357,60 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -8404,7 +8418,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -8414,32 +8428,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/hu.mo b/po/hu.mo index e131b5d04..77c5e2ed8 100644 Binary files a/po/hu.mo and b/po/hu.mo differ diff --git a/po/hu.po b/po/hu.po index 74321ae3b..c6e44f8bd 100644 --- a/po/hu.po +++ b/po/hu.po @@ -9150,95 +9150,109 @@ 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 +#, fuzzy +#| msgid "Could not connect to the database server!" +msgid "Comma-separated list of socket files for the database connections." +msgstr "Nem sikerült kapcsolódni az adatbázis-kiszolgálóhoz!" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy #| msgid ":config:option:`$cfg['NavigationTreeTableSeparator']`" msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['NavigationTreeTableSeparator']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['NavigationTreeTableSeparator']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['NavigationTreeTableSeparator']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['NavigationTreeTableSeparator']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['NavigationTreeTableSeparator']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -9246,93 +9260,93 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -9341,13 +9355,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Mester konfiguráció" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -9358,64 +9372,64 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" # 9c5da1c7a9364e8ebb2871b19870eaaa -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 #, fuzzy #| msgid "For example:" msgid "Docker Volumes" msgstr "Például:" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -9423,45 +9437,45 @@ msgid "" msgstr "" # 9c5da1c7a9364e8ebb2871b19870eaaa -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 #, fuzzy #| msgid "For example:" msgid "Docker Examples" msgstr "Például:" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Egyesítés a jelenlegi beállítással" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Egyesítés a jelenlegi beállítással" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -9469,72 +9483,78 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "A létező beállító fájl (%s) nem olvasható." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`developers`" msgid ":ref:`docker-custom`" msgstr ":ref:`developers`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Gyors telepítés" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Válassza ki a megfelelő disztribúciós készletet a phpmyadmin.net Letöltések " "(Downloads) oldaláról. Néhány készlet csak angol üzeneteket tartalmaz, mások " @@ -9542,11 +9562,11 @@ msgstr "" "választott, amelynek a neve ehhez hasonló: ``phpMyAdmin-x.x.x -all-languages." "tar.gz``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../phpmyadmin/doc/setup.rst:578 #, fuzzy #| msgid "" #| "Untar or unzip the distribution (be sure to unzip the subdirectories): " @@ -9568,7 +9588,7 @@ msgstr "" "4. lépés után másolja át a könyvtárat a webszerverére, például FTP " "használatával." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -9580,7 +9600,7 @@ msgstr "" "tulajdonosa lehet, mint a többi parancsfájlnak és ez probléma). " "Javaslatokért lásd a :ref:`faq4_2` és a :ref:`faq1_26` pontokat." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -9596,11 +9616,11 @@ msgstr "" "és szükséges néhány speciális funkcióhoz." # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "A fájl kézi létrehozása" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -9634,19 +9654,19 @@ msgstr "" "tartalmaznia. Szüksége lesz néhány irányelvre a kezdéshez, egy egyszerű " "beállítás így néz ki:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" "Vagy, ha jobban tetszik az, hogy nem kell minden alkalommal begépelnie, " "amikor belép:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -9654,13 +9674,13 @@ msgstr "" "A lehetséges beállítási értékek teljes magyarázatát megtalálja ennek a " "dokumentumnak a :ref:`config` részében." -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "Beállító parancsfájl használata" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../phpmyadmin/doc/setup.rst:647 #, fuzzy #| msgid "" #| "Instead of manually editing :file:`config.inc.php`, you can use " @@ -9678,7 +9698,7 @@ msgstr "" "rendszereken használhatja a következő parancsokat:" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -9686,7 +9706,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../phpmyadmin/doc/setup.rst:656 #, fuzzy #| msgid "" #| "Now the file is ready to be used. You can choose to review or edit the " @@ -9701,7 +9721,7 @@ msgstr "" "kedvenc szerkesztőjével, ha szeretne olyan haladó lehetőségeket beállítani, " "amelyről a beállító parancsfájl nem gondoskodott." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -9719,7 +9739,7 @@ msgstr "" "süti (cookie) vagy http használatára. További információért nézze meg a :ref:" "`faqmultiuser` pontot, különösen a :ref:`faq4_4` pontját." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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 :" @@ -9729,34 +9749,34 @@ msgstr "" "kellene jelenítenie az üdvözlő oldalt és az adatbázisait vagy a belépés " "párbeszédablakot :term:`HTTP` vagy süti hitelesítési mód használata esetén." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To allow editing configuration invoke:" msgstr "És egy létező beállítás szerkesztéséhez másolja át először azt:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To block editing configuration invoke:" msgstr "És egy létező beállítás szerkesztéséhez másolja át először azt:" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "Beállító parancsfájl openSUSE-n" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -9764,48 +9784,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "A phpMyAdmin kiadások ellenőrzése" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9813,37 +9833,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9854,27 +9874,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "A phpMyAdmin beállítás tárolása" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../phpmyadmin/doc/setup.rst:823 #, fuzzy #| msgid "" #| "For a whole set of additional features (bookmarks, comments, :term:`SQL`-" @@ -9898,11 +9918,11 @@ msgstr "" "több felhasználós telepítés esetén (ehhez az adatbázishoz csak a kezelő " "felhasználó férhet hozzá, más egyéb felhasználónak nem lehet hozzá joga)." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Nulla beállítás" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9911,20 +9931,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9935,7 +9955,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9943,11 +9963,11 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Kézi beállítás" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9958,11 +9978,11 @@ msgstr "" "`faq1_23` pontjában leírtakra)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "Ha már rendelkezik ezzel az infrastruktúrával és:" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -9971,7 +9991,7 @@ msgstr "" "upgrade_tables_mysql_4_1_2+.sql` fájlt." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -9980,7 +10000,7 @@ msgstr "" "kérjük használja az :file:`sql/upgrade_column_info_4_3_0+.sql` fájlt." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:859 +#: ../phpmyadmin/doc/setup.rst:869 #, fuzzy #| msgid "" #| "upgraded to phpMyAdmin 4.3.0 or newer from 2.5.0 or newer (<= 4.2.x), " @@ -9993,13 +10013,13 @@ msgstr "" "kérjük használja az :file:`sql/upgrade_column_info_4_3_0+.sql` fájlt." # 5009520c824a4dba94280abf916fd934 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" "majd hozza létre az új táblákat az :file:`sql/create_tables.sql` " "importálásával." -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -10011,7 +10031,7 @@ msgstr "" "és táblák létrehozásához és a parancsfájlt esetleg módosítani kell az " "adatbázis nevének függvényében." -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -10022,7 +10042,7 @@ msgstr "" "irányelveket megtalálja a :ref:`config` részben." # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -10034,44 +10054,44 @@ msgstr "" "config:option:`$cfg['Servers'][$i]['controlpass']` beállítások) ezekhez a " "táblákhoz. Például a következő utasítás használatával létrehozhatja ezt:" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.5 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.5 vagy újabb" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Frissítés egy korábbi verzióról" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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 " @@ -10086,11 +10106,11 @@ msgstr "" "kompatibilitás miatt távolítsa el a ``set_magic_quotes_runtime(0);`` " "utasítást, amely a beállítófájl vége felé található." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy #| msgid "You can get the newest version at http://www.phpmyadmin.net/." msgid "" @@ -10098,31 +10118,31 @@ msgid "" "downloads/>." msgstr "A legújabb verzió letölthető a http://www.phpmyadmin.net/ címről." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -10134,7 +10154,7 @@ msgstr "" "futtatnia az :file:`sql/upgrade_tables_mysql_4_1_2+.sql` helyen található :" "term:`SQL` parancsfájlt." -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -10146,18 +10166,18 @@ msgstr "" "kell futtatnia az :file:`sql/upgrade_column_info_4_3_0+.sql` fájlban " "található :term:`SQL` parancsfájlt." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Hitelesítési módok használata" # 07928341023648d3af6e13958292e57f -#: ../phpmyadmin/doc/setup.rst:954 +#: ../phpmyadmin/doc/setup.rst:964 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are recommended in a **multi-" @@ -10184,7 +10204,7 @@ msgstr "" "környezetben** jobban szeretik a :term:`HTTP` vagy süti mód használatát, így " "a felhasználónév és jelszó páros nincs benne tisztán a beállítófájlban." -#: ../phpmyadmin/doc/setup.rst:962 +#: ../phpmyadmin/doc/setup.rst:972 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are more secure: the MySQL " @@ -10209,7 +10229,7 @@ msgstr "" "közlekednek, ha csak nem HTTPS protokollt használ. Süti mód esetén a jelszó " "egy átmeneti sütiben van tárolva AES algoritmussal titkosítva." -#: ../phpmyadmin/doc/setup.rst:970 +#: ../phpmyadmin/doc/setup.rst:980 #, fuzzy #| msgid "" #| "Then each of the *true* users should be granted a set of privileges on a " @@ -10231,7 +10251,7 @@ msgstr "" "azon kiváltságok hatását (például rendszergazdát hoz létre). Például minden " "jogosultság megadása a *real_user* felhasználónak a *user_base* adatbázison:" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -10242,16 +10262,16 @@ msgstr "" "kitöltenie a felhasználó/jelszó mezőket a :config:option:`$cfg['Servers']` " "tömbön belül." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "HTTP hitelesítési mód" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -10259,7 +10279,7 @@ msgstr "" "A :term:`HTTP` alap hitelesítési eljárást használja, és lehetővé teszi az " "érvényes MySQL felhasználóként való bejelentkezést." -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -10269,7 +10289,7 @@ msgstr "" "`IIS` (:term:`ISAPI`) támogatáshoz nézze meg a :ref:`faq1_32` pontját, " "Apache :term:`CGI` használatához nézze meg a :ref:`faq1_35` pontját." -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -10277,7 +10297,7 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -10285,7 +10305,7 @@ msgstr "" "Lásd még a :ref:`faq4_4` pontját arról, hogy ne használja a :term:`." "htaccess` mechanizmust a ':term:`HTTP`' hitelesítési mód mellett." -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -10293,12 +10313,12 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Süti hitelesítési mód" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../phpmyadmin/doc/setup.rst:1041 msgid "" "Username and password are stored in cookies during the session and password " "is deleted when it ends." @@ -10306,7 +10326,7 @@ msgstr "" "A felhasználónév és jelszó sütikben van tárolva a munkamenet közben, és a " "jelszó törlésre kerül, ha az befejeződik." -#: ../phpmyadmin/doc/setup.rst:1033 +#: ../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`)." @@ -10315,7 +10335,7 @@ msgstr "" "visszajelentkezhet ugyanazzal a felhasználónévvel (ez nem lehetséges a :ref:" "`auth_http` használatakor)." -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -10326,7 +10346,7 @@ msgstr "" "beállított kiszolgálók helyett), nézze meg a :config:option:`" "$cfg['AllowArbitraryServer']` irányelvet." -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../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." @@ -10334,11 +10354,11 @@ msgstr "" "Mint a :ref:`require` részben említettük, az ``openssl`` kiterjesztéssel " "jelentősen gyorsítható a hozzáférés, de ez nem szükséges." -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Signon hitelesítési mód" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../phpmyadmin/doc/setup.rst:1058 #, fuzzy #| msgid "" #| "This mode is a convenient way of using credentials from another " @@ -10353,7 +10373,7 @@ msgstr "" "bejelentkezés megvalósításához." # 82e95387fe434510a8cabebfce92aaf7 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../phpmyadmin/doc/setup.rst:1061 #, fuzzy #| msgid "" #| "The other application has to store login information into session data " @@ -10374,7 +10394,7 @@ msgstr "" "['SignonScript']`)." # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -10385,7 +10405,7 @@ msgstr "" "kell kezelnie a bejelentkezési folyamatot." # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../phpmyadmin/doc/setup.rst:1070 msgid "" "The very basic example of saving credentials in a session is available as :" "file:`examples/signon.php`:" @@ -10394,7 +10414,7 @@ msgstr "" "adatokról az :file:`examples/signon.php` fájlban:" # d64dc59ee10549769961c1eb7bd7ea35 -#: ../phpmyadmin/doc/setup.rst:1066 +#: ../phpmyadmin/doc/setup.rst:1076 #, fuzzy #| msgid "" #| "Alternatively you can also use this way to integrate with OpenID as shown " @@ -10407,7 +10427,7 @@ msgstr "" "integráláshoz is, amint az :file:`examples/openid.php` fájlban látható:" # a89ba5c5c9f847d38d85e6a9d037fd5c -#: ../phpmyadmin/doc/setup.rst:1072 +#: ../phpmyadmin/doc/setup.rst:1082 #, fuzzy #| msgid "" #| "If you intend to pass the credentials using some other means than, you " @@ -10427,7 +10447,7 @@ msgstr "" "fájlban:" # e36cac0e80d24bcca85c185dba0d64ca -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 #, fuzzy #| msgid "" #| ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" @@ -10446,11 +10466,11 @@ msgstr "" "['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`, :ref:" "`example-signon`" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Config hitelesítési mód" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -10463,7 +10483,7 @@ msgstr "" "olvasni tudja a :file:`config.inc.php` fájlt, az megismerheti a " "felhasználónevet és a jelszót)." -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -10471,7 +10491,7 @@ msgstr "" "A :ref:`faqmultiuser` részben van egy bejegyzést, amely elmagyarázza, hogy " "hogyan védje meg a beállítófájlt." -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -10483,7 +10503,7 @@ msgstr "" "['order']` és :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` " "beállítás irányelveit." -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -10500,12 +10520,12 @@ msgstr "" "tiltása, amelyhez egy router vagy egy tűzfal elegendő (mindkettő túlmutat " "ezen a kézikönyvön, de könnyen rákereshető a Google segítségével)." -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "A phpMyAdmin telepítés biztonságossá tétele" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -10513,19 +10533,19 @@ msgstr "" "A phpMyAdmin csapata mindent megtesz az alkalmazás biztonságossá tételében, " "viszont mindig van mód a telepítést még biztonságosabbá tenni:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/hy.po b/po/hy.po index 3fa51104f..9f4f03011 100644 --- a/po/hy.po +++ b/po/hy.po @@ -8164,79 +8164,95 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "" #: ../phpmyadmin/doc/setup.rst:227 +#, fuzzy +#| msgid "Percentage of aborted connections" +msgid "Socket file for the database connection." +msgstr "Ընդհանտված միացումների տոկոսային հարաբերությունը" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "Could not connect to the database server!" +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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8244,91 +8260,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8337,13 +8353,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Հիմնական սպասարկչի կազմաձևում" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8354,104 +8370,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Ձուլել ընթացիկ կազմաձևի հետ" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Ձուլել ընթացիկ կազմաձևի հետ" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8459,79 +8475,78 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "Առկա կազմաձևի ֆայլը (%s) կարդացվող չէ։" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # 2768d8451d5143bdb688d06b420d0f91 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr "" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Արագ տեղակայում" -# 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8541,7 +8556,7 @@ msgid "" msgstr "" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8550,7 +8565,7 @@ msgid "" msgstr "" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8560,11 +8575,11 @@ msgid "" msgstr "" # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -8577,31 +8592,31 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "Կամ, եթե դուք գերադասում եք չզգուշացվել ամեն անգամ մուտք լինելուց:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "Նկարագրություն" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8609,7 +8624,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8617,7 +8632,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -8625,7 +8640,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8636,37 +8651,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8674,48 +8689,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8723,37 +8738,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -8764,29 +8779,29 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy #| msgid "phpMyAdmin documentation" msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin-ի պաշտոնական ուղեցույց" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -8797,11 +8812,11 @@ msgid "" msgstr "" # 971d7152445440ec86b4cf3301bafc1c -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -8810,20 +8825,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -8834,7 +8849,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -8843,12 +8858,12 @@ msgid "" msgstr "" # afc4bb7003f94d70aa33fe8edc99c72f -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -8856,36 +8871,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -8894,7 +8909,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -8902,7 +8917,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -8910,43 +8925,43 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -8955,11 +8970,11 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy #| msgid "Please refer to ." msgid "" @@ -8967,32 +8982,32 @@ msgid "" "downloads/>." msgstr "Դիմեք ։" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9001,7 +9016,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9009,17 +9024,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9030,7 +9045,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9040,7 +9055,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9050,39 +9065,39 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9091,13 +9106,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9106,50 +9121,50 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9159,7 +9174,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9167,19 +9182,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9188,7 +9203,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9198,12 +9213,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9212,14 +9227,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9228,7 +9243,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9239,57 +9254,57 @@ msgid "" msgstr "" # 2f40fd9f169540de83c5142d54ba41e3 -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9298,13 +9313,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9312,7 +9327,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9320,13 +9335,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user account" msgid "Enable :ref:`2fa` for your account." msgstr "Տվյալների բազա՝ օգտվողի հաշվի համար" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9334,7 +9349,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9342,14 +9357,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9357,7 +9372,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9365,65 +9380,65 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server." msgid "Using SSL for connection to database server" msgstr "Օգտագործել SSL՝ MySQL սպասարկչին միանալու համար։" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" "$cfg['Servers'][$i]['ssl_cert']`" msgstr "" # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "Պրոքսիի միջոցով վավերացման գաղնտաբառը։" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9431,7 +9446,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9441,32 +9456,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/id.mo b/po/id.mo index 0e843a4d3..3d3b014d6 100644 Binary files a/po/id.mo and b/po/id.mo differ diff --git a/po/id.po b/po/id.po index 23aa5aa42..15d4b6bd7 100644 --- a/po/id.po +++ b/po/id.po @@ -7984,6 +7984,22 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "Hanya di gunakan jika :envvar:`PMA_HOST` kosong." #: ../phpmyadmin/doc/setup.rst:227 +msgid "Socket file for the database connection." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "Comma separated verbose name the database servers." +msgid "Comma-separated list of socket files for the database connections." +msgstr "nama verbose basis data server di pisahkan dengan koma." + +#: ../phpmyadmin/doc/setup.rst:233 +#, fuzzy +#| msgid "Used only if :envvar:`PMA_HOST` is empty." +msgid "Used only if :envvar:`PMA_SOCKET` is empty." +msgstr "Hanya di gunakan jika :envvar:`PMA_HOST` kosong." + +#: ../phpmyadmin/doc/setup.rst:237 msgid "" "The fully-qualified path (``https://pma.example.net/``) where the reverse " "proxy makes phpMyAdmin available." @@ -7991,88 +8007,88 @@ msgstr "" "Jalur lengkap memenuhi syarat (``https://pma.example.net/``) di mana proxy " "sebalikan membuat phpMyAdmin tersedia." -#: ../phpmyadmin/doc/setup.rst:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8080,87 +8096,87 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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`." @@ -8168,7 +8184,7 @@ msgstr "" "Secara default, :ref:`cookie` digunakan, tetapi jika :envvar:`PMA_USER` dan :" "envvar:`PMA_PASSWORD` diatur, itu dialihkan ke :ref:`auth_config`." -#: ../phpmyadmin/doc/setup.rst:327 +#: ../phpmyadmin/doc/setup.rst:337 #, fuzzy #| msgid "" #| "The credentials you need to login are stored in the MySQL server, in case " @@ -8189,13 +8205,13 @@ msgstr "" "periksa dokumentasi untuk `MariaDB container `_ atau `MySQL container '_." -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Konfigurasi master" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../phpmyadmin/doc/setup.rst:348 #, fuzzy #| msgid "" #| "Additionally configuration can be tweaked by :file:`/config.user.inc." @@ -8220,44 +8236,44 @@ msgstr "" "inc.php` parameter." # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" "Lihat :ref:`config` untuk penjelasan rinci tentang pilihan konfigurasi." -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Volume Docker" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 #, fuzzy #| msgid "You can use following volumes to customize image behavior:" msgid "You can use the following volumes to customize image behavior:" msgstr "Anda dapat menggunakan volume berikut untuk menyesuaikan gambar:" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr ":file:`/etc/phpmyadmin/config.user.inc.php`" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 #, fuzzy #| msgid "" #| "Can be used for additional settings, see previous chapter for more " @@ -8269,11 +8285,11 @@ msgstr "" "Dapat digunakan untuk pengaturan tambahan, lihat bab sebelumnya untuk detil " "lebih lanjut." -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr ":file:`/sessions/`" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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`." @@ -8281,56 +8297,56 @@ msgstr "" "Direktori dimana sesi-sesi PHP disimpan. Anda mungkin ingin membagikan ini " "sebagai contoh ketika menggunakan :ref:`auth_signon`." -#: ../phpmyadmin/doc/setup.rst:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr ":file:`/www/themes/`" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Contoh Docker" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 #, fuzzy #| msgid "To connect phpMyAdmin to given server use:" msgid "To connect phpMyAdmin to a given server use:" msgstr "Untuk menghubungkan ke phpMyAdmin untuk memberikan munggunakan server:" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "Menghubungkan phpMyAdmin untuk beberapa server menggunakan:" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "Untuk menggunakan pilihan server yang berubah-ubah:" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "Anda juga dapat menghubungkan penampung basis data dengan Docker:" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Running with additional configration:" msgid "Running with additional configuration:" msgstr "Berjalan dengan konfigurasi tambahan:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Running with additional configration:" msgid "Running with additional themes:" msgstr "Berjalan dengan konfigurasi tambahan:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "Menggunakan docker-compose" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 #, fuzzy #| msgid "" #| "Alternatively you can also use docker-compose with the docker-compose.yml " @@ -8348,85 +8364,91 @@ msgstr "" "dengan arbitrary server - yang memungkinkan anda untuk menentukan MySQL/" "MariaDB server pada halaman login." -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "File configuration yang ada (%s) tidak dapat di baca." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`glossary`" msgid ":ref:`docker-custom`" msgstr ":ref:`penanda`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 #, fuzzy #| msgid "An example of using more that one database:" msgid "For example, using haproxy it can be done as:" msgstr "Contoh penggunaan lebih dari satu basis data:" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Pemasangan Cepat" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Pilih perangkat distribusi yang sesuai dari halaman Downloads phpmyadmin." "net. Beberapa perangkat hanya terdapat pesan Bahasa Inggris, lainnya " "terdapat seluruh bahasa. Kita akan asumsikan anda memilih sebuah perangkat " "yang memiliki nama seperti ``phpMyAdmin-x.x.x -all-languages.tar.gz``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "Pastikan anda telah men-download arsip aslie, lihat :ref:`verify`." -#: ../phpmyadmin/doc/setup.rst:568 +#: ../phpmyadmin/doc/setup.rst:578 #, fuzzy #| msgid "" #| "Untar or unzip the distribution (be sure to unzip the subdirectories): " @@ -8447,7 +8469,7 @@ msgstr "" "( akar ), tempatkan file dalam direktori lokal komputer anda, dan setelah " "langkah 4, kirim direktori web server anda, contohnya menggunakan, ftp." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8459,7 +8481,7 @@ msgstr "" "berbeda dari pemilik script lainnya dapat menimbulkan masalah). Liha :ref:" "`faq4_2` dan :ref:`faq1_26` untuk beberapa saran." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8474,11 +8496,11 @@ msgstr "" "php` masih menggunakan cara cepat untuk memulai dan memerlukan untuk " "beberapa fitur canggih." -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Membuat file manual" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -8512,12 +8534,12 @@ msgstr "" "hanya beberapa arahan untuk menjalankannya; konfigurasi sederhananya mungkin " "terlihat seperti ini:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" "Atau, jika kamu lebih memilih untuk tidak diminta setiap kali anda login:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 #, fuzzy #| msgid "" #| "Storing passwords in the configuration is insecure as anybody can then " @@ -8529,7 +8551,7 @@ msgstr "" "Menyimpan password dalam konfigurasi yang tidak aman siapa saja dapat " "memanipulasi dengan basis data Anda." -#: ../phpmyadmin/doc/setup.rst:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -8537,13 +8559,13 @@ msgstr "" "Untuk penjelasan lengkap dari nilai konfigurasi, lihat :ref:`config` dokumen " "ini." -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "Menggunakan pengaturan skrip" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8554,7 +8576,7 @@ msgstr "" "pengaturan dan Anda dapat mengunduhnya untuk diunggah ke server." # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8562,7 +8584,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../phpmyadmin/doc/setup.rst:656 #, fuzzy #| msgid "" #| "Now the file is ready to be used. You can choose to review or edit the " @@ -8578,7 +8600,7 @@ msgstr "" "mengatur beberapa opsi lanjutan dimana konfigurasi naskah ( script ) tidak " "disediakan." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8596,7 +8618,7 @@ msgstr "" "htaccess` atau beralih menggunakan kuki ``auth_type`` atau http. Lihat :ref:" "`faqmultiuser` untuk informasi tambahan, terutama :ref:`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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 :" @@ -8606,11 +8628,11 @@ msgstr "" "menampilkan layar selamat datang dan basis data amda, atau sebuah dialog " "login jika menggunakan mode otentikasi :term:`HTTP` atau kuki." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "Skrip pengaturan pada Debian, Ubuntu dan produk turunannya" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../phpmyadmin/doc/setup.rst:677 #, fuzzy #| msgid "" #| "Debian and Ubuntu have changed way how setup is enabled and disabled, in " @@ -8624,19 +8646,19 @@ msgstr "" "dinonaktifkan, dengan cara sebuah perintah harus dieksekusi untuk " "mengaktifkan atau menonaktifkan." -#: ../phpmyadmin/doc/setup.rst:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "Untuk mengijinkan pemohonan penyuntingan konfigurasi:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "Untuk melarang permohonan penyuntingan konfigurasi:" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "Skrip pengaturan pada openSUSE" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../phpmyadmin/doc/setup.rst:695 #, fuzzy #| msgid "" #| "Some openSUSE releases do not include setup script in the package. In " @@ -8654,11 +8676,11 @@ msgstr "" "asli dari atau menggunakan skrip pengaturan di " "server demo kami: ." -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Periksa rilisan phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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 " @@ -8669,7 +8691,7 @@ msgstr "" "Delisle. Key-id Marc Delisle adalah 0xFEFC65D181AF644A , PGP-Fingerprint nya " "adalah:" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." @@ -8677,7 +8699,7 @@ msgstr "" "dan anda dapat memeroleh informasi identifikasi di ." -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:" @@ -8685,7 +8707,7 @@ msgstr "" "Dimulai Januari tahun 2016, Isaac Bennetch adalah manager penerbit. Key-id " "Isaac Bennetch adalah 0xCE752F178259BD92, dan PGP-fingerprint nya adalah:" -#: ../phpmyadmin/doc/setup.rst:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." @@ -8693,7 +8715,7 @@ msgstr "" "dan anda dapat memeroleh informasi identifikasi lebih lanjut di ." -#: ../phpmyadmin/doc/setup.rst:714 +#: ../phpmyadmin/doc/setup.rst:724 #, fuzzy msgid "" "Some additional downloads (for example themes) might be signed by Michal " @@ -8703,7 +8725,7 @@ msgstr "" "Michal Čihař. Id kuncinya adalah 0x9C27B31342B7511D, dan sidik jari PGP-nya " "adalah:" -#: ../phpmyadmin/doc/setup.rst:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." @@ -8711,7 +8733,7 @@ msgstr "" "dan anda dapat memeroleh informasi lebih tentang identifikasi di ." -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8723,7 +8745,7 @@ msgstr "" "dengan yang dirilis. Anda juga harus memriksa tanggal dari tanda tangan " "tersebut untuk memastikan bahwa anda mengunduh versi terbaru." -#: ../phpmyadmin/doc/setup.rst:728 +#: ../phpmyadmin/doc/setup.rst:738 #, fuzzy #| msgid "" #| "Each archive is accompanied with ``.asc`` files which contains the PGP " @@ -8738,7 +8760,7 @@ msgstr "" "untuk arsip tersebut. Setelah anda memiliki keduanya dalam folder yang sama, " "anda dapat memeriksa tanda tangan tersebut:" -#: ../phpmyadmin/doc/setup.rst:737 +#: ../phpmyadmin/doc/setup.rst:747 #, fuzzy #| msgid "" #| "As you can see gpg complains that it does not know the public key. At " @@ -8750,7 +8772,7 @@ msgstr "" "Seperti yang anda lihat gpg mengeluh bahwa ia tidak mengetahui kunci publik. " "Pada saat ini anda harus melakukan salah satu dari langkah-langkah berikut:" -#: ../phpmyadmin/doc/setup.rst:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" @@ -8758,11 +8780,11 @@ msgstr "" "Unduh keyring dari `server unduh kami `_, lalu impor dengan:" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "Unduh dan impor dari salah satu server kunci:" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../phpmyadmin/doc/setup.rst:767 #, fuzzy #| msgid "" #| "This will improve the situation a bit - at this point you can verify that " @@ -8777,7 +8799,7 @@ msgstr "" "memverifikasi bahwa tanda tangan dari kunci yang diberikan benar namun anda " "tidak dapat memercayai nama yang digunakan dalam kunci:" -#: ../phpmyadmin/doc/setup.rst:771 +#: ../phpmyadmin/doc/setup.rst:781 #, fuzzy #| msgid "" #| "The problem here is that anybody could issue the key with this name. You " @@ -8808,11 +8830,11 @@ msgstr "" "Sebagai contoh anda dapat melihat bagaimana `Isaac's key links to Linus's " "key`_." -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "Setelah kunci dapat dipercaya, peringatan tidak akan terjadi:" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:" @@ -8821,11 +8843,11 @@ msgstr "" "mendapatkan kesalahan yang jelas terlepas dari fakta kunci dapat dipercaya " "atau tidak:" -#: ../phpmyadmin/doc/setup.rst:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Penyimpanan konfigurasi phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../phpmyadmin/doc/setup.rst:820 #, fuzzy #| msgid "" #| "Prior to phpMyAdmin 3.4.0 this was called Linked Tables Infrastructure, " @@ -8837,7 +8859,7 @@ msgstr "" "Sebelum phpMyAdmin 3.4.0 ini disebut infrastruktur tabel yang terhubung," "namanya telah diubah karena jangkauan dari penyimpanan diperpanjang." -#: ../phpmyadmin/doc/setup.rst:813 +#: ../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:" @@ -8854,11 +8876,11 @@ msgstr "" "data ini akan diakses oleh pengguna-kontrol, sehingga tidak ada pengguna " "lain yang dapat memiliki hak akses itu." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Konfigurasi nol" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../phpmyadmin/doc/setup.rst:835 #, fuzzy #| msgid "" #| "In many cases, this database structure can be automatically created and " @@ -8877,13 +8899,13 @@ msgstr "" "untuk mematikannya, anda bisa merubah :config:option:`$cfg['ZeroConf']` ke " "false.." -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 #, fuzzy msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "Tiga skenario berikut ditangani oleh mode konfigurasi awal:" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../phpmyadmin/doc/setup.rst:842 #, fuzzy msgid "" "When entering a database where the configuration storage tables are not " @@ -8892,7 +8914,7 @@ msgstr "" "Ketika memasuki sebuah basis data dimana konfigurasi penyimpanan tabel tidak " "ada, phpMyAdmin menawarkan untuk membuat tabel tersebut dari tab Operasi." -#: ../phpmyadmin/doc/setup.rst:834 +#: ../phpmyadmin/doc/setup.rst:844 #, fuzzy msgid "" "When entering a database where the tables do already exist, the software " @@ -8910,7 +8932,7 @@ msgstr "" "file:`config.inc.php` dan biasanya pengguna memiliki akses untuk satu " "database." -#: ../phpmyadmin/doc/setup.rst:840 +#: ../phpmyadmin/doc/setup.rst:850 #, fuzzy msgid "" "When having access to multiple databases, if the user first enters the " @@ -8924,11 +8946,11 @@ msgstr "" "dari database pertama; pengguna tidak diminta untuk membuat tabel yang lebih " "banyak didalam database baru." -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Konfigurasi manual" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -8938,11 +8960,11 @@ msgstr "" "file bernama *create\\_tables.sql*. (Jika anda menggunakan server Windows, " "berikan perhatian khusus pada :ref:`faq1_23`)." -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "Jika anda sudah memiliki infrastruktur ini dan:" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -8950,7 +8972,7 @@ msgstr "" "Tingkatkan ke MySQL 4.1.2 atau yang lebih baru, mohon gunakan :file:`sql/" "upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -8958,7 +8980,7 @@ msgstr "" "Tingkatkan ke phpMyAdmin 4.3.0 atau lebih baru dari 2.5.0 atau lebih " "baru(<=4.2.x),tolong gunakan :file:`sql/upgrade_column_info_4_3_0+.sql`." -#: ../phpmyadmin/doc/setup.rst:859 +#: ../phpmyadmin/doc/setup.rst:869 #, fuzzy #| msgid "" #| "upgraded to phpMyAdmin 4.3.0 or newer from 2.5.0 or newer (<= 4.2.x), " @@ -8970,12 +8992,12 @@ msgstr "" "Tingkatkan ke phpMyAdmin 4.3.0 atau lebih baru dari 2.5.0 atau lebih " "baru(<=4.2.x),tolong gunakan :file:`sql/upgrade_column_info_4_3_0+.sql`." -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" "kemudian buat tabel baru dengan mengimpor :file:`sql/create_tables.sql`." -#: ../phpmyadmin/doc/setup.rst:864 +#: ../phpmyadmin/doc/setup.rst:874 #, fuzzy msgid "" "You can use your phpMyAdmin to create the tables for you. Please be aware " @@ -8988,7 +9010,7 @@ msgstr "" "membuat basis data dan tabel, dan bahwa skrip-nya mungkin memerlukan " "beberapa perubahan, tergantung pada nama basis data." -#: ../phpmyadmin/doc/setup.rst:869 +#: ../phpmyadmin/doc/setup.rst:879 #, fuzzy msgid "" "After having imported the :file:`sql/create_tables.sql` file, you should " @@ -8999,7 +9021,7 @@ msgstr "" "menentukan nama tabel pada berkas :file:`config.inc.php`. Perintah yang " "digunakan untuk itu dapat ditemukan di :ref:`config`." -#: ../phpmyadmin/doc/setup.rst:873 +#: ../phpmyadmin/doc/setup.rst:883 #, fuzzy msgid "" "You will also need to have a controluser (:config:option:`$cfg['Servers'][$i]" @@ -9013,30 +9035,30 @@ msgstr "" "tersebut. Sebagai contoh anda dapat membuatnya dengan menggunakan pernyataan " "berikut:" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "Untuk MySQL 8.0 dan yang terbaru:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Peningkatan dari versi yang lebih lama" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../phpmyadmin/doc/setup.rst:921 #, fuzzy msgid "" "**Never** extract the new version over an existing installation of " @@ -9046,7 +9068,7 @@ msgstr "" "telah terinstal, selalu pertama hapus file yang lama, yang dijaga hanya " "konfigurasinya." -#: ../phpmyadmin/doc/setup.rst:915 +#: ../phpmyadmin/doc/setup.rst:925 #, fuzzy msgid "" "This way, you will not leave any old or outdated files in the directory, " @@ -9056,7 +9078,7 @@ msgstr "" "yang dapat membahayakan keamanan atau dapat menyebabkan kerusakan yang " "bervariasi." -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9065,25 +9087,25 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 #, fuzzy #| msgid "The complete upgrade can be performed in few simple steps:" msgid "The complete upgrade can be performed in a few simple steps:" msgstr "Perbaikan yang lengkap dapat dilakukan dengan beberapa langkah mudah:" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" "Unduh versi phpMyAdmin terbaru dari ." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" "Ubah nama folder phpMyAdmin yang sudah ada (contoh ``phpmyadmin-lama``)." -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 #, fuzzy #| msgid "" #| "Unpack freshly donwloaded phpMyAdmin to desired location (for example " @@ -9095,7 +9117,7 @@ msgstr "" "Bongkar unduhan phpMyAdmin baru ke lokasi yang diinginkan (mislanya " "``phpmyadmin``)." -#: ../phpmyadmin/doc/setup.rst:930 +#: ../phpmyadmin/doc/setup.rst:940 #, fuzzy #| msgid "" #| "Copy :file:`config.inc.php`` from old location (``phpmyadmin-old``) to " @@ -9107,17 +9129,17 @@ msgstr "" "Salin :file:`config.inc.php`` dari lokasi lama (``phpmyadmin-lama``) ke " "(``phpmyadmin``) baru." -#: ../phpmyadmin/doc/setup.rst:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "Ujilah semuanya berjalan dengan baik." -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 #, fuzzy #| msgid "Remove backup of previous version (``phpmyadmin-old``)." msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "Hapus backup dari versi sebelumnya (``phpmyadmin-lama``)." -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9129,7 +9151,7 @@ msgstr "" "penyimpanan phpMyAdmin, anda harus menjalankan script :term:`SQL` yang ada " "di berkas :file`sql/upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9137,7 +9159,7 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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." @@ -9145,11 +9167,11 @@ msgstr "" "Jangan lupa untuk membersihkan cache browser dan mengkosongkan session lama " "dengan cara keluar dan masuk lagi." -#: ../phpmyadmin/doc/setup.rst:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Menggunakan mode otentikasi" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9160,7 +9182,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9170,7 +9192,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9179,7 +9201,7 @@ msgid "" "*real_user* with all privileges on the database *user_base*:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -9190,30 +9212,30 @@ msgstr "" "autentifikasi kuki, anda tidak perlu mengisi kotak pengguna/kata sandi " "didalam :config:option:`$cfg['Servers']`." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "HTTP mode otentikasi" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../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:1002 +#: ../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:1005 +#: ../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 " @@ -9221,13 +9243,13 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9235,11 +9257,11 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "mode otentikasi cookie" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../phpmyadmin/doc/setup.rst:1041 msgid "" "Username and password are stored in cookies during the session and password " "is deleted when it ends." @@ -9247,20 +9269,20 @@ msgstr "" "Nama pengguna dan passwod yang di simpan di cookie selama session dan " "password dihapus ketika berakhir." -#: ../phpmyadmin/doc/setup.rst:1033 +#: ../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:1035 +#: ../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:1038 +#: ../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." @@ -9268,17 +9290,17 @@ msgstr "" "Seperti disebutkan di bagian :ref:`require`, yang mempunyai ektensi " "``openssl`` akan mempercepat akses dengan banyak, namun tidak diwajibkan." -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Mode otentikasi signon" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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:1051 +#: ../phpmyadmin/doc/setup.rst:1061 #, fuzzy #| msgid "" #| ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" @@ -9297,26 +9319,26 @@ msgstr "" "['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`, :ref:" "`example-signon`" -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9324,7 +9346,7 @@ msgid "" "file:`examples/signon-script.php`:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 #, fuzzy #| msgid "" #| ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" @@ -9343,11 +9365,11 @@ msgstr "" "['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`, :ref:" "`example-signon`" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Mode otentikasi Config" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9355,7 +9377,7 @@ msgid "" "read your :file:`config.inc.php` can discover your username and password)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -9363,7 +9385,7 @@ msgstr "" "Di bagian :ref:`faqmultiuser`, ada catatan yang menjelaskan bagaimana " "melindungi kofigurasi berkas anda." -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9371,7 +9393,7 @@ msgid "" "directives." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9388,11 +9410,11 @@ msgstr "" "firewall seseorang akan memadai (keduanya berada di luar lingkup panduan ini " "tapi mudah dicari dengan Google)." -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Mengamankan instalasi phpMyAdmin anda" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -9400,7 +9422,7 @@ msgstr "" "Tim phpMyAdmin berusaha keras untuk membuat aplikasi aman, namun selalu ada " "cara untuk membuat instalasi anda lebih aman:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." @@ -9408,7 +9430,7 @@ msgstr "" "Ikuti `Pengumuan keamanaan `_ kami " "dan perbaharui phpMyAdmin setiap kali kerentanan diterbitkan." -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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." @@ -9416,14 +9438,14 @@ msgstr "" "Sajikan phpMyAdmin di HTTPS saja. Sebaiknya, Anda harus menggunakan HSTS " "juga, sehingga Anda terlindungi dari serangan protokol downgrade." -#: ../phpmyadmin/doc/setup.rst:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 #, fuzzy #| msgid "" #| "Remove the ``test`` directory from phpMyAdmin, unless you are developing " @@ -9435,19 +9457,19 @@ msgstr "" "Hapus drirektori ``rest`` dari phpMyAdmin, kecuali jika Anda sedang " "mengembangkan dan perlu test suite." -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../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:1131 +#: ../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:1133 +#: ../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 " @@ -9456,13 +9478,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9470,7 +9492,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9478,13 +9500,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user" msgid "Enable :ref:`2fa` for your account." msgstr "Basis data untuk pengguna" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9492,21 +9514,21 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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:1168 +#: ../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:1171 +#: ../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 " @@ -9514,7 +9536,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9522,32 +9544,32 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Using SSL for connection to database server" msgstr "Aktifkan SSL untuk koneksi ke server MySQL" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid "" @@ -9555,13 +9577,13 @@ msgid "" "$cfg['Servers'][$i]['ssl_cert']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "Password untuk otentikasi proxy." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid "" @@ -9569,25 +9591,25 @@ msgid "" "$cfg['Servers'][$i]['ssl_ca_path']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['verbose']`" msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr ":config:option:`$cfg['Servers'][$i]['verbose']`" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9595,7 +9617,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../phpmyadmin/doc/setup.rst:1216 #, fuzzy #| msgid "" #| ":config:option:`$cfg['Servers'][$i]['ssl']`, :config:option:`" @@ -9618,32 +9640,32 @@ msgstr "" "['ssl_ca_path']`, :config:option:`$cfg['Servers'][$i]['ssl_ciphers']`, :" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/it.mo b/po/it.mo index a5f5a99f7..b40f33c61 100644 Binary files a/po/it.mo and b/po/it.mo differ diff --git a/po/it.po b/po/it.po index 79f11eb9c..c4388e31a 100644 --- a/po/it.po +++ b/po/it.po @@ -8933,92 +8933,106 @@ 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 +#, fuzzy +#| msgid "Could not connect to the database server!" +msgid "Comma-separated list of socket files for the database connections." +msgstr "Impossibile connettersi al server del database!" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "$cfg['SQLValidator']['use'] boolean" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "$cfg['SQLValidator']['use'] boolean" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "$cfg['SQLValidator']['use'] boolean" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -9026,93 +9040,93 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -9121,13 +9135,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Configurazione del master" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -9138,104 +9152,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Unisci con la configurazione corrente" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Unisci con la configurazione corrente" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -9243,85 +9257,91 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "File di configurazione esistente (%s) non è leggibile." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # d1d91acf7ee548628655b1fe8958d1aa -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid "Developer" msgid ":ref:`docker-custom`" msgstr "Sviluppatore" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Installazione rapida" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Scegli un kit di distribuzione adatto alle tue esigenze dalla pagina dei " "download di phpmyadmin.net. Alcuni kit contengono solo i messaggi in lingua " "inglese, altri contengono tutte le lingue. Assumeremo che tu abbia scelto un " "kit il cui nome sia simile a ``phpMyAdmin-x.x.x -all-languages.tar.gz``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" "Assicurati di aver scaricato un archivio originale, vedi :ref:`verify`." -#: ../phpmyadmin/doc/setup.rst:568 +#: ../phpmyadmin/doc/setup.rst:578 #, fuzzy #| msgid "" #| "Untar or unzip the distribution (be sure to unzip the subdirectories): " @@ -9343,7 +9363,7 @@ msgstr "" "locale e, dopo il passo 4, trasferisci questa cartella sul tuo web server " "utilizzando, ad esempio, il protocollo FTP." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -9354,7 +9374,7 @@ msgstr "" "safe mode, e alcuni script hanno proprietari diversi tra loro ci saranno " "problemi). Vedi :ref:`faq4_2` and :ref:`faq1_26` per ulteriori suggerimenti." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -9370,11 +9390,11 @@ msgstr "" "ed è necessario per accedere ad alcune funzionalità avanzate." # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Creando manualmente il file" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -9408,19 +9428,19 @@ msgstr "" "Probabilmente ti serviranno solo poche direttive per iniziare; una semplice " "configurazione potrebbe essere simile a questa:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" "Oppure, se si preferisce non vengano richiesti i dati ogni volta che si " "accede:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -9429,13 +9449,13 @@ msgstr "" "consulta la sezione :ref:`config` di questo documento." # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "Usando uno script di Setup" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../phpmyadmin/doc/setup.rst:647 #, fuzzy #| msgid "" #| "Instead of manually editing :file:`config.inc.php`, you can use " @@ -9453,7 +9473,7 @@ msgstr "" "sicurezza. Su sistemi Linux/Unix puoi usare i seguenti comandi:" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -9461,7 +9481,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../phpmyadmin/doc/setup.rst:656 #, fuzzy #| msgid "" #| "Now the file is ready to be used. You can choose to review or edit the " @@ -9476,7 +9496,7 @@ msgstr "" "file con il tuo editor preferito, se preferisci impostare alcune opzioni " "avanzate che lo script di installazione non prevede." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -9494,7 +9514,7 @@ msgstr "" "passando alla modalità ``auth_type`` tramite cookie o http. Vedi :ref:" "`faqmultiuser` per ulteriori informazioni, in particolare :ref:`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../phpmyadmin/doc/setup.rst:667 #, fuzzy #| msgid "" #| "Open the `main phpMyAdmin directory `_ in your browser. " @@ -9510,18 +9530,18 @@ msgstr "" "una finestra di login se viene utilizzata l'autenticazione :term:`HTTP` o " "tramite cookie." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To allow editing configuration invoke:" @@ -9529,7 +9549,7 @@ msgstr "" "E per modificare una configurazione esistente, copiare il file all'interno " "della directory:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To block editing configuration invoke:" @@ -9537,11 +9557,11 @@ msgstr "" "E per modificare una configurazione esistente, copiare il file all'interno " "della directory:" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -9549,11 +9569,11 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Verifica delle release di phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../phpmyadmin/doc/setup.rst:705 #, fuzzy #| msgid "" #| "Since July 2015 all phpMyAdmin releases are cryptographically signed by " @@ -9568,37 +9588,37 @@ msgstr "" "crittograficamente dallo sviluppatore che le rilascia, che al momento è Marc " "Delisle. L'ID della sua chiave è 0x81AF644A, mentre il fingerprint PGP è:" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../phpmyadmin/doc/setup.rst:733 #, fuzzy #| msgid "" #| "and you can get more identification information from `https://keybase.io/" @@ -9616,7 +9636,7 @@ msgstr "" "hai scaricato. In questo modo ti assicuri di usare lo stesso software che è " "stato rilasciato, non modificato da eventuali malintenzionati." -#: ../phpmyadmin/doc/setup.rst:728 +#: ../phpmyadmin/doc/setup.rst:738 #, fuzzy #| msgid "" #| "Each archive is accompanied with ``.asc`` files which contains the PGP " @@ -9630,7 +9650,7 @@ msgstr "" "Ciascun archivio è accompagnato da un file .asc che contiene la firma PGP. " "Una volta che hai entrambi i file in una cartella, puoi verificare la firma:" -#: ../phpmyadmin/doc/setup.rst:737 +#: ../phpmyadmin/doc/setup.rst:747 #, fuzzy #| msgid "" #| "As you can see gpg complains that it does not know the public key. At " @@ -9642,7 +9662,7 @@ msgstr "" "Come puoi vedere, gpg segnala che non conosce la chiave pubblica. A questo " "punto dovresti seguire uno dei passi seguenti:" -#: ../phpmyadmin/doc/setup.rst:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" @@ -9650,11 +9670,11 @@ msgstr "" "Scarica il keyring da `il nostro server di download `_, quindi importalo con::" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "Scarica e importa la chiave da uno dei nostri key server:" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../phpmyadmin/doc/setup.rst:767 #, fuzzy #| msgid "" #| "This will improve the situation a bit - at this point you can verify that " @@ -9669,7 +9689,7 @@ msgstr "" "la firma della specifica chiave è corretta ma non puoi ancora avere piena " "fiducia nel nome usato nella chiave:" -#: ../phpmyadmin/doc/setup.rst:771 +#: ../phpmyadmin/doc/setup.rst:781 #, fuzzy #| msgid "" #| "The problem here is that anybody could issue the key with this name. You " @@ -9700,13 +9720,13 @@ msgstr "" "di persona. Ad esempio, puoi vedere in che modo `la chiave di Marc è " "collegata, tramite le firme, alla chiave di Linus`_." -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" "Una volta che la chiave è ritenuta affidabile, il messaggio di avviso non " "compare più:" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:" @@ -9715,17 +9735,17 @@ msgstr "" "avviso di errore, indipendentemente dal fatto che la chiave sia fidata o " "meno:" -#: ../phpmyadmin/doc/setup.rst:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Storage di configurazione di phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../phpmyadmin/doc/setup.rst:823 #, fuzzy #| msgid "" #| "For a whole set of additional features (bookmarks, comments, :term:`SQL`-" @@ -9750,12 +9770,12 @@ msgstr "" "centrale (questo database sarà accessibile dal \"control user\", in modo che " "nessun altro utente abbia diritti su di esso)." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Zero Configurazione" # 18bfb42aef5d47faae1535680a5544f7 -#: ../phpmyadmin/doc/setup.rst:825 +#: ../phpmyadmin/doc/setup.rst:835 #, fuzzy #| msgid "" #| "In many cases, this database structure can be automatically created and " @@ -9775,21 +9795,21 @@ msgstr "" "$cfg['ZeroConf']` a \"false\"." # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" "I tre scenari seguenti sono coperti dalla modalità \"Zero Configuration\":" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9800,7 +9820,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9808,11 +9828,11 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Configurazione manuale" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9823,11 +9843,11 @@ msgstr "" "prestate particolare attenzione a :ref:`faq1_23`)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -9835,7 +9855,7 @@ msgstr "" "aggiornato a MySQL versione 4.1.2 o successiva, per favore usa :file:`sql/" "upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -9843,7 +9863,7 @@ msgstr "" "aggiornato a phpMyAdmin 4.3.0 o successiva da 2.5.0 o successiva (<= 4.2.x), " "per favore usa :file:`sql/upgrade_column_info_4_3_0+.sql`." -#: ../phpmyadmin/doc/setup.rst:859 +#: ../phpmyadmin/doc/setup.rst:869 #, fuzzy #| msgid "" #| "upgraded to phpMyAdmin 4.3.0 or newer from 2.5.0 or newer (<= 4.2.x), " @@ -9856,11 +9876,11 @@ msgstr "" "per favore usa :file:`sql/upgrade_column_info_4_3_0+.sql`." # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9872,7 +9892,7 @@ msgstr "" "creare database e tabelle, e che lo script potrebbe aver bisogno di una " "messa a punto, in funzione del nome del database." -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9882,7 +9902,7 @@ msgstr "" "specificare i nomi delle tabelle nel vostro file :file:`config.inc.php`. Le " "direttive da utilizzare si trovano in :ref:`config`." -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9894,44 +9914,44 @@ msgstr "" "$cfg['Servers'][$i]['controlpass']`) con i diritti appropriati per quelle " "tabelle. Ad esempio, potete crearlo usando il seguente statement:" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.5 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.5 o più recente" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Aggiornamento da una versione precedente" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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 " @@ -9946,11 +9966,11 @@ msgstr "" "``set_magic_quotes_runtime(0);`` che potreste trovare verso la fine del " "vostro file di configurazione." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy msgid "" "Download the latest phpMyAdmin version from Pagina Principale di phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9994,7 +10014,7 @@ msgstr "" "configurazione di phpMyAmdin, dovresti eseguire lo script :term:`SQL` che si " "trova in :file:`sql/upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -10006,17 +10026,17 @@ msgstr "" "configurazione di phpMyAdmin, dovresti eseguire lo script :term:`SQL` che si " "trova in :file:`sql/upgrade_column_info_4_3_0+.sql`." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Le modalità di autenticazione" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -10027,7 +10047,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../phpmyadmin/doc/setup.rst:972 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are more secure: the MySQL " @@ -10053,7 +10073,7 @@ msgstr "" "modalità cookie la password è memorizzata, cifrata con l'algoritmo AES, in " "un cookie temporaneo." -#: ../phpmyadmin/doc/setup.rst:970 +#: ../phpmyadmin/doc/setup.rst:980 #, fuzzy #| msgid "" #| "Then each of the *true* users should be granted a set of privileges on a " @@ -10076,7 +10096,7 @@ msgstr "" "esempio, nel caso tu stia creando un superuser). Ad esempio, assegnare " "all'utente *utente_reale* tutti i prvilegi sul databse *basedati_utente*:" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -10087,16 +10107,16 @@ msgstr "" "o tramite cookie, non è necessario riempire i campi utente/password in :" "config:option:`$cfg['Servers']`." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "Modalità di autenticazione HTTP" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -10104,7 +10124,7 @@ msgstr "" "Utilizza il metodo di autenticazione Basic :term:`HTTP` e consente l'accesso " "a qualsiasi utente MySQL valido." -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -10114,7 +10134,7 @@ msgstr "" "supporto di :term:`IIS` (:term:`ISAPI`) utilizzando :term:`CGI` PHP vedi :" "ref:`faq1_32`; per l'utilizzo con Apache :term:`CGI` vedi :ref:`faq1_35`." -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -10122,7 +10142,7 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -10130,7 +10150,7 @@ msgstr "" "Vedi anche :ref:`faq4_4` riguardo il non utilizzare il meccanismo :term:`." "htaccess` con la modalità di autenticazione ':term:`HTTP`'." -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -10138,18 +10158,18 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Modalità di autenticazione cookie" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../phpmyadmin/doc/setup.rst:1043 #, fuzzy #| msgid "" #| "With this mode, the user can truly log out of phpMyAdmin and log back in " @@ -10161,7 +10181,7 @@ msgstr "" "Con questa modalità, l'utente può uscire da phpMyAdmin (logout) e rientrare " "(login) con lo stesso nome utente." -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -10171,7 +10191,7 @@ msgstr "" "cui collegarsi (piuttosto che solo i server configurati in :file:`config.inc." "php`), vedi la direttiva :config:option:`$cfg['AllowArbitraryServer']`." -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../phpmyadmin/doc/setup.rst:1048 #, fuzzy #| msgid "" #| "As mentioned in the :ref:`require` section, having the ``mcrypt`` " @@ -10183,11 +10203,11 @@ msgstr "" "Come menzionato nella sezione :ref:`require`, l'attivazione dell'estensione " "``mcrypt`` renderà molto più rapido l'accesso, ma non è comunque richiesta." -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Modalità di autenticazione Signon" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../phpmyadmin/doc/setup.rst:1058 #, fuzzy #| msgid "" #| "This mode is a convenient way of using credentials from another " @@ -10202,7 +10222,7 @@ msgstr "" "soluzione di login unico (single signon)." # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -10212,7 +10232,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -10220,19 +10240,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -10241,7 +10261,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -10250,11 +10270,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Modalità di autenticazione Config" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -10267,7 +10287,7 @@ msgstr "" "['password']` (e in questo modo, chiunque abbia accesso al tuo :file:`config." "inc.php` può scoprire i tuoi username e password)." -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -10275,7 +10295,7 @@ msgstr "" "Nella sezione :ref:`faqmultiuser`, c'è una voce che spiega come proteggere i " "tuoi file di configurazione." -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -10288,7 +10308,7 @@ msgstr "" "['AllowDeny']['rules']`." # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -10298,57 +10318,57 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Messa in sicurezza della tua installazione di phpMyAdmin" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../phpmyadmin/doc/setup.rst:1143 #, fuzzy #| msgid "" #| "You should deny access to the ``./libraries`` and ``./setup/lib`` " @@ -10370,13 +10390,13 @@ msgstr "" "Apache questo livello di sicurezza si ottiene spesso inserendo un file :term:" "`.htaccess` nelle sottocartelle da proteggere." -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../phpmyadmin/doc/setup.rst:1151 #, fuzzy #| msgid "" #| "It is generally a good idea to protect a public phpMyAdmin installation " @@ -10395,7 +10415,7 @@ msgstr "" "del vostro server web o limitarne l'accesso mediante configurazione del " "server web, vedi :ref:`faq1_42`." -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../phpmyadmin/doc/setup.rst:1155 #, fuzzy #| msgid "" #| "For additional security in this mode, you may wish to consider the Host " @@ -10413,12 +10433,12 @@ msgstr "" "['AllowDeny']['order']` e direttive :config:option:`$cfg['Servers'][$i]" "['AllowDeny']['rules']`." -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy msgid "Enable :ref:`2fa` for your account." msgstr "Transformations" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -10426,7 +10446,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -10434,14 +10454,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -10449,7 +10469,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -10457,32 +10477,32 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server." msgid "Using SSL for connection to database server" msgstr "Abilita SSL per la connessione al server MySQL." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" @@ -10492,13 +10512,13 @@ msgstr "" "['controlpass'] are wrong." # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "La password per l'autenticazione con il proxy." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" @@ -10507,25 +10527,25 @@ msgstr "" "$cfg['Servers'][$i]['controluser'] and/or $cfg['Servers'][$i]" "['controlpass'] are wrong." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr ":config:option:`$cfg['Servers'][$i]['auth_swekey_config']`" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -10533,7 +10553,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -10543,32 +10563,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/ja.mo b/po/ja.mo index a49d9a571..fce9004bb 100644 Binary files a/po/ja.mo and b/po/ja.mo differ diff --git a/po/ja.po b/po/ja.po index 1f4621e31..2a208278c 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9186,6 +9186,22 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr ":envvar:`PMA_PORT` が空の場合のみ使用されます。" #: ../phpmyadmin/doc/setup.rst:227 +msgid "Socket file for the database connection." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "カンマ区切りで使用するデータベースサーバのポート番号です。" + +#: ../phpmyadmin/doc/setup.rst:233 +#, fuzzy +#| msgid "Used only if :envvar:`PMA_HOST` is empty." +msgid "Used only if :envvar:`PMA_SOCKET` is empty." +msgstr ":envvar:`PMA_HOST` が空の場合のみ使用されます。" + +#: ../phpmyadmin/doc/setup.rst:237 msgid "" "The fully-qualified path (``https://pma.example.net/``) where the reverse " "proxy makes phpMyAdmin available." @@ -9193,11 +9209,11 @@ msgstr "" "phpMyAdmin を利用できるようにするリバースプロキシの完全修飾パス (``https://" "pma.example.net/``) です。" -#: ../phpmyadmin/doc/setup.rst:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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 " @@ -9207,23 +9223,23 @@ msgstr "" "['pmadb']` に保存できるようになります。 `false` の場合、履歴はブラウザに保存" "され、ログアウト時に消去されます。" -#: ../phpmyadmin/doc/setup.rst:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['history']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['QueryHistoryDB']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "整数に設定すると、履歴項目の数を制御します。" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['QueryHistoryMax']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../phpmyadmin/doc/setup.rst:258 msgid "" "When set, this points to an alternate database host used for storing the \":" "ref:`linked-tables`\" database." @@ -9231,11 +9247,11 @@ msgstr "" "すると、 \":ref:`linked-tables`\" データベースを格納するために使用される代替" "データベースホストを指します。" -#: ../phpmyadmin/doc/setup.rst:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlhost']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." @@ -9243,11 +9259,11 @@ msgstr "" "phpMyAdmin が \":ref:`linked-tables`\" データベースで使用するユーザ名を定義し" "ます。" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['controluser']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." @@ -9255,22 +9271,22 @@ msgstr "" "phpMyAdmin が \":ref:`linked-tables`\" データベースで使用するためのパスワード" "を定義します。" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlpass']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../phpmyadmin/doc/setup.rst:276 msgid "" "When set, will override the default port (`3306`) for connecting to the " "control host." msgstr "" "設定された場合、制御ホストに接続するための既定値 (`3306`) を上書きします。" -#: ../phpmyadmin/doc/setup.rst:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlport']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -9282,15 +9298,15 @@ msgstr "" "ref:`zeroconf` 機能でログインした場合には、ユーザが潜在的に有効化することがで" "きます。" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "推奨値: `phpmyadmin` または `pmadb`" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['pmadb']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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`)." @@ -9298,7 +9314,7 @@ msgstr "" "定義すると、 PHP のバージョンを非表示にします (`expose_php = Off`)。任意の値" "を設定してください (`HIDE_PHP_VERSION=true` など)。" -#: ../phpmyadmin/doc/setup.rst:286 +#: ../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)." @@ -9307,11 +9323,11 @@ msgstr "" "書きします (これにより、 ``upload_max_filesize`` および ``post_max_size`` の" "値が変更されます)。" -#: ../phpmyadmin/doc/setup.rst:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "`[0-9+](K,M,G)` という書式で、デフォルト値は`2048K` です" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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`." @@ -9319,7 +9335,7 @@ msgstr "" "設定すると、phpMyAdmin のメモリ制限 :config:option:`$cfg['MemoryLimit']` と " "PHP の `memory_limit` を上書きするようになります。" -#: ../phpmyadmin/doc/setup.rst:294 +#: ../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`." @@ -9327,7 +9343,7 @@ msgstr "" "書式は`[0-9+](K,M,G)` で、`K` はキロバイト、`M` はメガバイト、`G` はギガバイ" "トを表し、 `1K` = 1024 バイトです。デフォルト値は `512M` です。" -#: ../phpmyadmin/doc/setup.rst:298 +#: ../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 " @@ -9337,11 +9353,11 @@ msgstr "" "$cfg['ExecTimeLimit']` と PHP の `max_execution_time` の最大実行時間 (秒) を" "上書きすることになります。" -#: ../phpmyadmin/doc/setup.rst:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "書式は `[0-9+]` です。デフォルト値は`600` です。" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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." @@ -9349,7 +9365,7 @@ msgstr "" "設定されている場合、このオプションは変数を base64 デコードした内容でデフォル" "トの `config.inc.php` を上書きします。" -#: ../phpmyadmin/doc/setup.rst:308 +#: ../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." @@ -9357,7 +9373,7 @@ msgstr "" "設定されている場合、このオプションは変数を base64 デコードした内容でデフォル" "トの `config.user.inc.php` を上書きします。" -#: ../phpmyadmin/doc/setup.rst:312 +#: ../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']`)" @@ -9365,7 +9381,7 @@ msgstr "" "設定された場合、このオプションは、インポートするためにファイルを保存できるパ" "スを設定します (:config:option:`$cfg['UploadDir']`)" -#: ../phpmyadmin/doc/setup.rst:316 +#: ../phpmyadmin/doc/setup.rst:326 msgid "" "If set, this option will set the path where exported files can be saved (:" "config:option:`$cfg['SaveDir']`)" @@ -9373,7 +9389,7 @@ msgstr "" "設定された場合、このオプションはエクスポートされたファイルを保存するためのパ" "スを設定します (:config:option:`$cfg['SaveDir']`)" -#: ../phpmyadmin/doc/setup.rst:320 +#: ../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 " @@ -9383,7 +9399,7 @@ msgstr "" "行したい場合に、デフォルトの Apache のポートを `80` から変更することができま" "す。任意のポート値 (例: `APACHE_PORT=8090`) を設定することができます。" -#: ../phpmyadmin/doc/setup.rst:322 +#: ../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`." @@ -9391,7 +9407,7 @@ msgstr "" "デフォルトでは :ref:`cookie` が使用されますが、 :envvar:`PMA_USER` と :" "envvar:`PMA_PASSWORD` が設定された場合 :ref:`auth_config` に切り替わります。" -#: ../phpmyadmin/doc/setup.rst:327 +#: ../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:" @@ -9405,11 +9421,11 @@ msgstr "" "mariadb>`_ または `MySQL コンテナ `_ のドキュ" "メントを確認してください。" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "設定のカスタマイズ" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -9425,7 +9441,7 @@ msgstr "" "して docker を呼び出すときにボリュームとして追加できます。" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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." @@ -9433,7 +9449,7 @@ msgstr "" "なお、提供された設定ファイルは :ref:`docker-vars` の後で適用されますが、任意" "の値を上書きできます。" -#: ../phpmyadmin/doc/setup.rst:347 +#: ../phpmyadmin/doc/setup.rst:357 msgid "" "For example to change the default behavior of CSV export you can use the " "following configuration file:" @@ -9441,7 +9457,7 @@ msgstr "" "例えば、 CSV エクスポートのデフォルトの動作を変更する場合は、以下の設定ファイ" "ルを使用してください。" -#: ../phpmyadmin/doc/setup.rst:355 +#: ../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`:" @@ -9449,34 +9465,34 @@ msgstr "" ":ref:`docker-vars` に書かれている環境変数を使用する代わりに、サーバ設定を定義" "することで利用することもできます。" -#: ../phpmyadmin/doc/setup.rst:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "設定オプションの詳細な説明は :ref:`config` を参照してください。" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Docker ボリューム" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" "以下のボリュームを使用して、イメージの動作をカスタマイズすることができます。" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr ":file:`/etc/phpmyadmin/config.user.inc.php`" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "追加の設定に使用することができます。詳しくは前の節を参照してください。" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr ":file:`/sessions/`" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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`." @@ -9484,11 +9500,11 @@ msgstr "" "セッションが保存されるディレクトリです。例えば :ref:`auth_signon` を使用する" "ときに共有したくなるかもしれません。" -#: ../phpmyadmin/doc/setup.rst:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr ":file:`/www/themes/`" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -9498,40 +9514,40 @@ msgstr "" "付属しているものだけが含まれていますが、 Docker ボリュームを利用して、追加の " "phpMyAdmin テーマ (:ref:`themes` を参照) を入れることができます。" -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Docker の例" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" "phpMyAdmin を指定されたサーバに接続させるには、以下を使用してください。" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "phpMyAdmin を他のサーバにも接続させるには、以下を使用してください。" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "任意のサーバオプションを使用する場合です。" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "Docker を用いてデータベースコンテナをリンクすることもできます。" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "追加の設定で実行する方法です。" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "追加のテーマで実行します。" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "docker-compose の使用" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -9542,11 +9558,11 @@ msgstr "" "docker-compose を使用することもできます。これにより、 phpMyAdmin を任意のサー" "バで実行できます。ログインページで MySQL/MariaDB サーバを指定できます。" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "docker-compose を使用した設定ファイルのカスタマイズ" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" @@ -9554,16 +9570,16 @@ msgstr "" "外部ファイルを使用して phpMyAdmin の設定をカスタマイズし、 volumes 設定項目を" "使用して渡すことができます。" -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "サブディレクトリの haproxy の背後で実行" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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 " @@ -9572,16 +9588,16 @@ msgstr "" "サブディレクトリの Docker コンテナで実行されている phpMyAdmin を公開する場合" "は、リクエストを中継するサーバのリクエストパスを書き換える必要があります。" -#: ../phpmyadmin/doc/setup.rst:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "たとえば、 haproxy を使用すると、次のように実行できます。" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "traefik を使用する場合、次のようなものが機能するはずです。" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" @@ -9589,11 +9605,11 @@ msgstr "" "次に、 docker-compose の設定で :envvar:`PMA_ABSOLUTE_URI` を指定してくださ" "い。" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "IBM クラウド" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../phpmyadmin/doc/setup.rst:565 msgid "" "One of our users has created a helpful guide for installing phpMyAdmin on " "the `IBM Cloud platform `_ にインストールするための役立つ" "ガイドを作成してくれました。" -#: ../phpmyadmin/doc/setup.rst:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "クイックインストール" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "phpmyadmin.net のダウンロードページから、適切な配布キットを選択してください。" "キットによって英語のメッセージしか含まれていなかったり、すべての言語が含まれ" "ていたりします。以後、 ``phpMyAdmin-x.x.x -all-languages.tar.gz`` のような名" "前のキットを選んだと仮定して説明します。" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" "正しいアーカイブをダウンロードしたことを確認してください。 :ref:`verify` を参" "照してください。" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -9639,7 +9661,7 @@ msgstr "" "合は、ローカルマシンのディレクトリにファイルを解凍し、ステップ 4 まで済んだら" "そのディレクトリを FTP などでウェブサーバに転送してください。" -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -9650,7 +9672,7 @@ msgstr "" "実行されている場合、スクリプトによって所有者が異なると問題が発生します)。解説" "については :ref:`faq4_2` や :ref:`faq1_26` を参照してください。" -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -9665,11 +9687,11 @@ msgstr "" "方がすばやく始められる方法であり、一部の高度な機能にはこちらが必要です。" # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "手作業でのファイルの作成" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -9690,13 +9712,13 @@ msgstr "" "フォルト値は :file:`config.inc.php` に含める必要はありません。稼動させるには" "いくつかの設定項目が必要ですが、単純な設定では以下にようになります。" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" "あるいは、ログインするたびにプロンプトを表示させたくないのであれば以下のよう" "にします。" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." @@ -9704,7 +9726,7 @@ msgstr "" "設定にパスワードを保存すると、誰でもデータベースを操作できるようになるため安" "全ではありません。" -#: ../phpmyadmin/doc/setup.rst:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -9712,11 +9734,11 @@ msgstr "" "使用可能な設定値の詳細な解説については、このドキュメントの :ref:`config` を参" "照してください。" -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "セットアップスクリプトの使用" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -9727,7 +9749,7 @@ msgstr "" "アップロードするためにダウンロードすることができます。" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -9739,7 +9761,7 @@ msgstr "" "` ボタンを使用して変更をコンピュータに保存してから、サーバにアップロードする" "必要があります。" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -9749,7 +9771,7 @@ msgstr "" "いない一部の高度なオプションを設定したい場合は、好きなエディタでファイルを確" "認したり編集したりすることを選択できます。" -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -9767,7 +9789,7 @@ msgstr "" "うことをお勧めします。詳細については :ref:`faqmultiuser` 、特に :ref:" "`faq4_4` を参照してください。" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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 :" @@ -9777,11 +9799,11 @@ msgstr "" "クッキー認証モードを使用している場合、 phpMyAdmin はようこそ画面とデータベー" "ス、またはログインダイアログが表示されるようになりました。" -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "Debian、Ubuntu とその派生製品のセットアップスクリプト" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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 " @@ -9791,19 +9813,19 @@ msgstr "" "法が変更されました。これにより、それぞれのために単一のコマンドを実行する必要" "があります。" -#: ../phpmyadmin/doc/setup.rst:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "設定を編集できるようにするには、次のように呼び出してください。" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "設定の編集を防止するには、次のように呼び出してください。" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "openSUSE のセットアップスクリプト" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -9816,11 +9838,11 @@ msgstr "" "setup/> のセットアップスクリプトを使用したりすることで、設定を作成することが" "できます。" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "phpMyAdmin リリースの検証" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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 " @@ -9830,13 +9852,13 @@ msgstr "" "名されており、2016年1月までは Marc Delisle でした。彼のキーIDは " "0xFEFC65D181AF644A であり、彼の PGP フィンガープリントは次のとおりです。" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "また、他の識別情報は から入手できます。" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:" @@ -9844,13 +9866,13 @@ msgstr "" "2016年1月から、リリース管理者は Isaac Bennetch です。彼のキー ID は " "0xCE752F178259BD92 であり、 PGP フィンガープリントは次の通りです。" -#: ../phpmyadmin/doc/setup.rst:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "また、他の識別情報は から入手できます。" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:" @@ -9859,13 +9881,13 @@ msgstr "" "ることがあります。彼のキー ID は 0x9C27B31342B7511D で、 PGP フィンガープリン" "トは次の通りです。" -#: ../phpmyadmin/doc/setup.rst:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "また、他の識別情報は から入手できます。" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9876,7 +9898,7 @@ msgstr "" "で、リリースされたものと同じコードを使用していることを確認できます。また、署" "名の日付を確認して、最新バージョンをダウンロードしたことを確認してください。" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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 " @@ -9885,7 +9907,7 @@ msgstr "" "各アーカイブには、その PGP 署名を含む ``.asc`` ファイルが付属しています。両方" "を同じフォルダに入れれば、署名を検証することができます。" -#: ../phpmyadmin/doc/setup.rst:737 +#: ../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:" @@ -9893,7 +9915,7 @@ msgstr "" "ご覧のとおり、 gpg は公開鍵を知らないと報告します。この時点で、次のいずれかの" "手順を実行する必要があります。" -#: ../phpmyadmin/doc/setup.rst:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" @@ -9901,11 +9923,11 @@ msgstr "" "`ダウンロードサーバ `_ から" "キーリングをダウンロードし、次のようにしてインポートしてください。" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "鍵サーバのうちの 1 つから鍵をダウンロードしてインポートしてください。" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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 " @@ -9914,7 +9936,7 @@ msgstr "" "これにより、状況が少し改善されます。この時点で、指定された鍵の署名が正しいこ" "とを確認できますが、鍵で使用されている名前を信頼することはできません。" -#: ../phpmyadmin/doc/setup.rst:771 +#: ../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 " @@ -9931,11 +9953,11 @@ msgstr "" "換することですが、信頼できるウェブに頼ることもできます。このようにして、開発" "者に直接会った他の人の署名を介して、キーを推移的に信頼することができます。" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "キーが信頼されると、警告は発生しません。" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:" @@ -9943,11 +9965,11 @@ msgstr "" "署名が無効な場合 (アーカイブが変更されている場合)、鍵が信頼されているかどうか" "に関係なく、明確なエラーが発生します。" -#: ../phpmyadmin/doc/setup.rst:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin 環境保管領域" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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." @@ -9955,7 +9977,7 @@ msgstr "" "phpMyAdmin 3.4.0 より前は、これはリンクテーブル基盤と呼ばれていましたが、スト" "レージの用途が拡大されたため、名前が変更されました。" -#: ../phpmyadmin/doc/setup.rst:813 +#: ../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:" @@ -9971,12 +9993,12 @@ msgstr "" "ントラルデータベースに格納することもできます (このセントラルデータベースは制" "御ユーザがアクセスするものです。ほかのユーザに権限を持たせないでください)。" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "ゼロ設定" # 18bfb42aef5d47faae1535680a5544f7 -#: ../phpmyadmin/doc/setup.rst:825 +#: ../phpmyadmin/doc/setup.rst:835 #, fuzzy #| msgid "" #| "In many cases, this database structure can be automatically created and " @@ -9995,13 +10017,13 @@ msgstr "" "$cfg['ZeroConf']` を false に設定してください。" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "ゼロ設定モードは、以下の3種類のシナリオに対応しています。" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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." @@ -10010,7 +10032,7 @@ msgstr "" "作] タブから作成することを提案します。" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -10026,7 +10048,7 @@ msgstr "" "データベースにしかアクセスしない場面で最も有用です。" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -10038,11 +10060,11 @@ msgstr "" "最初のデータベースのテーブルを使用し続けます。ユーザに対して、新しいデータ" "ベースにさらにテーブルを作成するよう求めることはありません。" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "手作業での設定" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -10053,11 +10075,11 @@ msgstr "" "意深く読んでください)。" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "すでにこの仕組みを使用している場合は、次のことを実行してください。" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -10065,7 +10087,7 @@ msgstr "" "MySQL 4.1.2 以降にアップグレードする場合は、 :file:`sql/" "upgrade_tables_mysql_4_1_2+.sql` を使用してください。" -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -10073,7 +10095,7 @@ msgstr "" "phpMyAdmin 2.5.0 以降 (4.2.x 以前) から 4.3.0 以降にアップグレードした場合" "は、 :file:`sql/upgrade_column_info_4_3_0+.sql` を使用してください。" -#: ../phpmyadmin/doc/setup.rst:859 +#: ../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`." @@ -10082,13 +10104,13 @@ msgstr "" "upgrade_tables_4_7_0+.sql` を使用してください。" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" "それから :file:`sql/create_tables.sql` をインポートして新しいテーブルを作成し" "てください。" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -10100,7 +10122,7 @@ msgstr "" "要になるかもしれません。また、データベース名によってはスクリプトに多少の修正" "を加える必要があるかもしれません。" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -10110,7 +10132,7 @@ msgstr "" "php` ファイルでテーブル名を指定してください。このとき使う設定項目の説明は :" "ref:`config` にあります。" -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -10122,19 +10144,19 @@ msgstr "" "[$i]['controlpass']` 設定) が必要です。例えば、以下の文を使用して作成すること" "ができます。" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "MariaDB の任意のバージョンの場合:" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "MySQL 8.0 以降の場合:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "MySQL 8.0 以前の場合:" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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 " @@ -10144,11 +10166,11 @@ msgstr "" "して mysql_native_password 認証を使用する必要があるかもしれません。詳しくは :" "ref:`faq1_45` を参照してください。" -#: ../phpmyadmin/doc/setup.rst:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "旧版からのアップグレード" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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." @@ -10157,7 +10179,7 @@ msgstr "" "ください。必ず先に古いファイルを削除し、設定のみを保持するようにしてくださ" "い。" -#: ../phpmyadmin/doc/setup.rst:915 +#: ../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." @@ -10165,7 +10187,7 @@ msgstr "" "このようにして、セキュリティに深刻な影響を及ぼしたり、さまざまな破損を引き起" "こしたりする可能性がある古いファイルをディレクトリに残さないようにします。" -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -10179,11 +10201,11 @@ msgstr "" "近に ``set_magic_quotes_runtime(0);`` 文が見つかった場合は、 PHP 5.3 以降との" "互換性のために削除してください。" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "いくつかの単純な手順で完全なアップグレードを行うことができます。" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." @@ -10191,13 +10213,13 @@ msgstr "" "最新版の phpMyAdmin を からダウンロー" "ドしてください。" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" "既存の phpMyAdmin のフォルダの名前を変更します (例えば ``phpmyadmin-old`` な" "どへ)。" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." @@ -10205,7 +10227,7 @@ msgstr "" "新しくダウンロードした phpMyAdmin を必要な場所 (例えば ``phpmyadmin``) に展開" "してください。" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../phpmyadmin/doc/setup.rst:940 msgid "" "Copy :file:`config.inc.php`` from old location (``phpmyadmin-old``) to the " "new one (``phpmyadmin``)." @@ -10213,15 +10235,15 @@ msgstr "" ":file:`config.inc.php` を古い場所 (``phpmyadmin-old``) から新しい場所 " "(``phpmyadmin``) へコピーします。" -#: ../phpmyadmin/doc/setup.rst:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "すべてが正しく動作することをテストします。" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "以前のバージョンのバックアップ (``phpmyadmin-old``) を削除します。" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -10233,7 +10255,7 @@ msgstr "" "upgrade_tables_mysql_4_1_2+.sql` にある :term:`SQL` スクリプトを実行する必要" "があります。" -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -10245,7 +10267,7 @@ msgstr "" "upgrade_column_info_4_3_0+.sql` にある :term:`SQL` スクリプトを実行してくださ" "い。" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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." @@ -10253,11 +10275,11 @@ msgstr "" "ブラウザのキャッシュをクリアすることと、ログアウトして古いセッションを空に" "し、ログインし直すことを忘れないでください。" -#: ../phpmyadmin/doc/setup.rst:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "認証モードの使い方" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -10274,7 +10296,7 @@ msgstr "" "環境** でも、ユーザ名とパスワードのが設定ファイルで明らかにならないので、 :" "term:`HTTP` 認証モードやクッキー認証モードを使用することをお勧めします。" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -10290,7 +10312,7 @@ msgstr "" "キーモードでは、パスワードは一時的なクッキーに AES アルゴリズムで暗号化した上" "で保存されます。" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -10304,7 +10326,7 @@ msgstr "" "権限を与えるべきではありません。例えば、 *real_user* にデータベース " "*user_base* 上のすべての権限を付与するには、以下のようにしてください。" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -10314,18 +10336,18 @@ msgstr "" "す。 HTTP またはクッキー認証モードでは、 :config:option:`$cfg['Servers']` の" "ユーザ/パスワードフィールドに記入する必要はありません。" -#: ../phpmyadmin/doc/setup.rst:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" ":ref:`faq1_32`、 :ref:`faq1_35`、 :ref:`faq4_1`、 :ref:`faq4_2`、 :ref:" "`faq4_3`" -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "HTTP 認証モード" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -10333,7 +10355,7 @@ msgstr "" ":term:`HTTP` の Basic 認証を使用して、有効な MySQL ユーザとしてログインできる" "ようになります。" -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -10343,7 +10365,7 @@ msgstr "" "(:term:`ISAPI`) の対応については、 :ref:`faq1_32` を参照し、 Apache :term:" "`CGI` の場合は :ref:`faq1_35` を参照してください。" -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -10355,7 +10377,7 @@ msgstr "" "ず、 FCGI アプリケーションに渡されないため、資格情報がアプリケーションに到達" "しません。この場合、次の設定項目を追加できます。" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -10363,7 +10385,7 @@ msgstr "" "':term:`HTTP`' 認証モードで :term:`.htaccess` メカニズムを使用しない方法につ" "いては、 :ref:`faq4_4` も参照してください。" -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -10374,12 +10396,12 @@ msgstr "" "の認証が成功しない限り、資格情報を保持します。このため、この方法ではログアウ" "ト後に同じユーザでログインできないという制限があります。" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "クッキー認証モード" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../phpmyadmin/doc/setup.rst:1041 msgid "" "Username and password are stored in cookies during the session and password " "is deleted when it ends." @@ -10387,7 +10409,7 @@ msgstr "" "ユーザ名とパスワードはセッション中はクッキーに保存され、パスワードは終了時に" "削除されます。" -#: ../phpmyadmin/doc/setup.rst:1033 +#: ../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`)." @@ -10395,7 +10417,7 @@ msgstr "" "このモードでは、ユーザは phpMyAdmin のログアウトが確実に行え、同じユーザ名で" "ログインし直すことができます (これは :ref:`auth_http` ではできません)。" -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -10405,7 +10427,7 @@ msgstr "" "スト名を入力できるようにしたいのであれば、 :config:option:`" "$cfg['AllowArbitraryServer']` の設定項目を参照してください。" -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../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." @@ -10413,11 +10435,11 @@ msgstr "" ":ref:`require` の章にある通り、 ``openssl`` 拡張機能を利用するとアクセスが顕" "著に高速化されますが、必須ではありません。" -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "サインオン認証モード" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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." @@ -10426,7 +10448,7 @@ msgstr "" "を行い、シングルサインオンのソリューションを実装するのに便利な方法です。" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -10441,7 +10463,7 @@ msgstr "" "['SignonScript']` を参照)。" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -10451,7 +10473,7 @@ msgstr "" "$cfg['Servers'][$i]['SignonURL']` にリダイレクトされます。" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../phpmyadmin/doc/setup.rst:1070 msgid "" "The very basic example of saving credentials in a session is available as :" "file:`examples/signon.php`:" @@ -10459,7 +10481,7 @@ msgstr "" "資格情報をセッションに保存するとても基本的な例が :file:`examples/signon.php` " "にあります。" -#: ../phpmyadmin/doc/setup.rst:1066 +#: ../phpmyadmin/doc/setup.rst:1076 msgid "" "Alternatively, you can also use this way to integrate with OpenID as shown " "in :file:`examples/openid.php`:" @@ -10467,7 +10489,7 @@ msgstr "" "または、 :file:`examples/openid.php` にあるように、この方法を使用して OpenID " "と統合することもできます。" -#: ../phpmyadmin/doc/setup.rst:1072 +#: ../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:`" @@ -10479,7 +10501,7 @@ msgstr "" "ん。 :file:`examples/signon-script.php` に非常にシンプルな例があります。" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -10493,11 +10515,11 @@ msgstr "" "['SignonScript']`、 :config:option:`$cfg['Servers'][$i]['SignonURL']`、 :ref:" "`example-signon`" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "config 認証モード" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -10509,7 +10531,7 @@ msgstr "" "['password']` を記入する必要があるからです (そのため、 :file:`config.inc." "php` を読める人なら誰でもユーザ名とパスワードを見ることができてしまいます)。" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -10517,7 +10539,7 @@ msgstr "" ":ref:`faqmultiuser` 節の中で、構成ファイルを保護する方法を説明している項目が" "あります。" -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -10529,7 +10551,7 @@ msgstr "" "['AllowDeny']['rules']` の設定項目でホスト認証することを検討してみてくださ" "い。" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -10546,12 +10568,12 @@ msgstr "" "そらく十分でしょう (どちらもこのマニュアルの範疇を超えていますが、Google で容" "易に検索できます)。" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "phpMyAdmin のインストールを安全にする" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -10559,7 +10581,7 @@ msgstr "" "phpMyAdmin チームは、アプリケーションを安全にするために一生懸命努力しています" "が、インストールをより安全にする方法は常にあります。" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." @@ -10568,7 +10590,7 @@ msgstr "" "フォローし、新しい脆弱性が公開されるたびに phpMyAdmin をアップグレードしてく" "ださい。" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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." @@ -10576,7 +10598,7 @@ msgstr "" "phpMyAdmin を HTTPS のみで提供してください。できれば、プロトコルのダウング" "レード攻撃から保護するために、 HSTS も使用してください。" -#: ../phpmyadmin/doc/setup.rst:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors `_ を無効にしてください。" -#: ../phpmyadmin/doc/setup.rst:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." @@ -10595,7 +10617,7 @@ msgstr "" "クトリを削除してください。" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." @@ -10604,7 +10626,7 @@ msgstr "" "アップの後は使用しないでしょう。" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../phpmyadmin/doc/setup.rst:1141 msgid "" "Properly choose an authentication method - :ref:`cookie` is probably the " "best choice for shared hosting." @@ -10612,7 +10634,7 @@ msgstr "" "認証方法を適切に選択してください。 - 共有ホスティングにはおそらく :ref:" "`cookie` が最良の選択でしょう。" -#: ../phpmyadmin/doc/setup.rst:1133 +#: ../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 " @@ -10626,7 +10648,7 @@ msgstr "" "ングの脆弱性を防ぐことができます。 Apache ウェブサーバでは、多くの場合、これ" "らのディレクトリにある :term:`.htaccess` ファイルで設定します。" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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`." @@ -10635,7 +10657,7 @@ msgstr "" "$cfg['TempDir']` を参照してください (ウェブルート内に配置されている場合は、" "「:ref:`web-dirs`」も参照してください)。" -#: ../phpmyadmin/doc/setup.rst:1141 +#: ../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 " @@ -10647,7 +10669,7 @@ msgstr "" "ルを使用して行ったり、ウェブサーバの構成でアクセスを制限したりすることで実現" "できます。 :ref:`faq1_42` を参照してください。" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -10659,11 +10681,11 @@ msgstr "" "り、 :config:option:`$cfg['Servers'][$i]['AllowRoot']` を使用して root ユーザ" "のアクセスを拒否したりすることができます。" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "アカウントで :ref:`2fa` を有効にしてください。" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -10675,7 +10697,7 @@ msgstr "" "れは、ウェブサーバに HTTP 認証を要求するように構成することで実現できます。例" "えば Apache では、次のようにして実現できます。" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -10685,7 +10707,7 @@ msgstr "" "program:`htpasswd` ユーティリティを使用して行うことができます。" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../phpmyadmin/doc/setup.rst:1178 msgid "" "If you are afraid of automated attacks, enabling Captcha by :config:option:`" "$cfg['CaptchaLoginPublicKey']` and :config:option:`" @@ -10695,7 +10717,7 @@ msgstr "" "$cfg['CaptchaLoginPublicKey']` と :config:option:`" "$cfg['CaptchaLoginPrivateKey']` で Captcha を有効にするのも選択肢の一つです。" -#: ../phpmyadmin/doc/setup.rst:1171 +#: ../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 " @@ -10708,7 +10730,7 @@ msgstr "" "ルは、 Apache のエラーログやアクセスログファイルと同じではないことに注意して" "ください。" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -10720,11 +10742,11 @@ msgstr "" "撃を回避することをお勧めします。これを実現するには、 :config:option:`" "$cfg['SessionSavePath']` が使用できます。" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "データベースサーバへの接続で SSL を使用する" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:" @@ -10732,11 +10754,11 @@ msgstr "" "リモートデータベースサーバに接続するときは SSL を使用することをお勧めしま" "す。 SSL のセットアップに関連するいくつかの設定オプションがあります。" -#: ../phpmyadmin/doc/setup.rst:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl']`" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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 " @@ -10746,7 +10768,7 @@ msgstr "" "すが、接続の認証は行われません。適切なサーバと通信していることを確認すること" "はできません。" -#: ../phpmyadmin/doc/setup.rst:1192 +#: ../phpmyadmin/doc/setup.rst:1202 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" "$cfg['Servers'][$i]['ssl_cert']`" @@ -10754,11 +10776,11 @@ msgstr "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` と :config:option:`" "$cfg['Servers'][$i]['ssl_cert']`" -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "これはクライアントからサーバの認証に使用されます。" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" @@ -10766,7 +10788,7 @@ msgstr "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` と :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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." @@ -10774,17 +10796,17 @@ msgstr "" "サーバ証明書で信頼する認証局です。これは、信頼できるサーバと通信していること" "を確認するために使用されます。" -#: ../phpmyadmin/doc/setup.rst:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "この構成はサーバ証明書の検証を無効にします。注意して使用してください。" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -10795,7 +10817,7 @@ msgstr "" "が構成できない場合は、 :config:option:`$cfg['MysqlSslWarningSafeHosts']` に安" "全と見なすホスト名を明示的に並べることができます。" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -10811,15 +10833,15 @@ msgstr "" "['ssl_ca_path']`、 :config:option:`$cfg['Servers'][$i]['ssl_ciphers']`、 :" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "既知の問題" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "カラム固有の権限を持ったユーザが [表示] を利用できない" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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." @@ -10827,7 +10849,7 @@ msgstr "" "ユーザがテーブルの一部の (すべてではない) カラムに特有の権限しか持っていない" "場合、 [表示] は失敗してエラーメッセージを表示します。" -#: ../phpmyadmin/doc/setup.rst:1225 +#: ../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 " @@ -10837,11 +10859,11 @@ msgstr "" "うすれば [表示] リンクを使用したときに代わりに実行されます。 `課題 11922 " "`_。" -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "'http' 認証を使用してログアウトした後、再度ログインする際の問題" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/ka.po b/po/ka.po index ab6b623fa..b90a1b657 100644 --- a/po/ka.po +++ b/po/ka.po @@ -8143,87 +8143,102 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "" #: ../phpmyadmin/doc/setup.rst:227 +#, fuzzy +#| msgid "Percentage of aborted connections" +msgid "Socket file for the database connection." +msgstr "შეწყვეტილი კავშირების პროცენტული მაჩვენებელი" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +msgid "Comma-separated list of socket files for the database connections." +msgstr "MySQL სერვერთან დაკავშირება ვერ მოხერხდა" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8231,92 +8246,92 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8325,12 +8340,12 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy msgid "Customizing configuration" msgstr "სერვერის კონფიგურაცია" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8341,104 +8356,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Server configuration" msgid "Running with additional configuration:" msgstr "სერვერის კონფიგურაცია" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Server configuration" msgid "Running with additional themes:" msgstr "სერვერის კონფიგურაცია" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8447,77 +8462,76 @@ msgid "" msgstr "" # 7dd46e41dc8340de80e2d9431d2e62ad -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # 2768d8451d5143bdb688d06b420d0f91 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr "" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -# 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8527,7 +8541,7 @@ msgid "" msgstr "" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8536,7 +8550,7 @@ msgid "" msgstr "" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8546,11 +8560,11 @@ msgid "" msgstr "" # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -8563,31 +8577,31 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "აღწერილობა" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8595,7 +8609,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8603,7 +8617,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -8611,7 +8625,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8622,37 +8636,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8660,49 +8674,49 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 #, fuzzy msgid "Verifying phpMyAdmin releases" msgstr "phpMyAdmin-ის სათაო გვერდი" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8710,37 +8724,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -8751,28 +8765,28 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin-ის დოკუმენტაცია" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -8782,12 +8796,12 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 #, fuzzy msgid "Zero configuration" msgstr "phpMyAdmin-ის დოკუმენტაცია" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -8796,20 +8810,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -8820,7 +8834,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -8828,13 +8842,13 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 #, fuzzy msgid "Manual configuration" msgstr "phpMyAdmin-ის დოკუმენტაცია" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -8842,36 +8856,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -8880,7 +8894,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -8888,7 +8902,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -8896,44 +8910,44 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy msgid "For MySQL 8.0 and newer:" msgstr "MySQL 4.0-თან თავსებადი" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -8942,42 +8956,42 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -8986,7 +9000,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -8994,17 +9008,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9015,7 +9029,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9025,7 +9039,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9035,39 +9049,39 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9076,13 +9090,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9091,50 +9105,50 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9144,7 +9158,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9152,19 +9166,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9173,7 +9187,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9183,12 +9197,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9197,14 +9211,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9213,7 +9227,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9223,58 +9237,58 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 #, fuzzy msgid "Securing your phpMyAdmin installation" msgstr "phpMyAdmin-ის დოკუმენტაცია" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9283,13 +9297,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9297,7 +9311,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9305,13 +9319,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user" msgid "Enable :ref:`2fa` for your account." msgstr "მონაცემთა ბაზა მომხმარებლისთვის" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9319,7 +9333,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9327,14 +9341,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9342,7 +9356,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9350,66 +9364,66 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Using SSL for connection to database server" msgstr "SSL კავშირის ჩართვა MySQL სერვერზე" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" "$cfg['Servers'][$i]['ssl_cert']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "Maximum number of tables displayed in table list" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9417,7 +9431,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9427,32 +9441,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/ko.po b/po/ko.po index 0ef58eaa7..f121ea68c 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7421,93 +7421,109 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr ":envvar:`PMA_HOST` 가 비어있을 때만 사용합니다." #: ../phpmyadmin/doc/setup.rst:227 +msgid "Socket file for the database connection." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "Comma separated verbose name the database servers." +msgid "Comma-separated list of socket files for the database connections." +msgstr "데이터베이스 서버의 이름입니다 (쉼표로 구분)." + +#: ../phpmyadmin/doc/setup.rst:233 +#, fuzzy +#| msgid "Used only if :envvar:`PMA_HOST` is empty." +msgid "Used only if :envvar:`PMA_SOCKET` is empty." +msgstr ":envvar:`PMA_HOST` 가 비어있을 때만 사용합니다." + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['verbose']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['verbose']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -7515,93 +7531,93 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -7610,13 +7626,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "마스터 환경 구성" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -7627,104 +7643,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Docker 볼륨" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Docker 예제" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "현재 설정과 합치기" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "현재 설정과 합치기" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "docker-compose 사용하기" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -7732,79 +7748,79 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "이미 존재하고 있는 환경설정 파일 (%s) 을 읽을 수 없습니다." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`search`" msgid ":ref:`docker-custom`" msgstr ":ref:`search`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "빠른 설치" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -7813,7 +7829,7 @@ msgid "" "directory on your web server using, for example, FTP." msgstr "" -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -7821,7 +7837,7 @@ msgid "" "suggestions." msgstr "" -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -7830,11 +7846,11 @@ msgid "" "way to get started and needed for some advanced features." msgstr "" -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "직접 파일 생성하기" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -7847,30 +7863,30 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "설정 스크립트 사용하기" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -7878,7 +7894,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -7886,14 +7902,14 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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:650 +#: ../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 " @@ -7904,37 +7920,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "데비안, 우분투 및 기타 배포판에서의 설치 스크립트" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "openSUSE에서의 설치 스크립트" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -7942,48 +7958,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "phpMyAdmin 릴리즈 확인하기" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -7991,37 +8007,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -8032,27 +8048,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin 설정 저장소" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -8062,11 +8078,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "자동 설정 (Zero-configuration)" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -8074,18 +8090,18 @@ msgid "" "disable set :config:option:`$cfg['ZeroConf']` to false." msgstr "" -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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:834 +#: ../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 " @@ -8095,7 +8111,7 @@ msgid "" "usually the user only has access to one database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -8103,44 +8119,44 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "수동 설정" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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:857 +#: ../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:859 +#: ../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:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -8148,14 +8164,14 @@ msgid "" "database name." msgstr "" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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:873 +#: ../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']` " @@ -8163,42 +8179,42 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "MySQL 버전 8.0 이상:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "구 버전으로부터 업그레이드하기" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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 " @@ -8207,41 +8223,41 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -8249,7 +8265,7 @@ msgid "" "upgrade_tables_mysql_4_1_2+.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -8257,17 +8273,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "인증 모드 사용하기" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -8278,7 +8294,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -8288,7 +8304,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -8297,36 +8313,36 @@ msgid "" "*real_user* with all privileges on the database *user_base*:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "HTTP 인증 모드" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../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:1002 +#: ../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:1005 +#: ../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 " @@ -8334,13 +8350,13 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -8348,47 +8364,47 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "쿠키 인증 모드" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Signon 인증 모드" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -8397,26 +8413,26 @@ msgid "" "['SignonScript']`)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -8425,7 +8441,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -8434,11 +8450,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "설정 인증 모드" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -8446,13 +8462,13 @@ msgid "" "read your :file:`config.inc.php` can discover your username and password)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../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:1102 +#: ../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']` " @@ -8460,7 +8476,7 @@ msgid "" "directives." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -8470,54 +8486,54 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "phpMyAdmin 설치 보호하기" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../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:1129 +#: ../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:1131 +#: ../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:1133 +#: ../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 " @@ -8526,13 +8542,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -8540,7 +8556,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -8548,13 +8564,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user" msgid "Enable :ref:`2fa` for your account." msgstr "유저 전용 데이터베이스" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -8562,21 +8578,21 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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:1168 +#: ../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:1171 +#: ../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 " @@ -8584,7 +8600,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -8592,32 +8608,32 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server." msgid "Using SSL for connection to database server" msgstr "MySQL 서버 연결시 SSL을 활성화합니다." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['verbose']`" msgid "" @@ -8625,37 +8641,37 @@ msgid "" "$cfg['Servers'][$i]['ssl_cert']`" msgstr ":config:option:`$cfg['Servers'][$i]['verbose']`" -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "프록시를 이용한 인증에 사용할 암호입니다." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['verbose']`" msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr ":config:option:`$cfg['Servers'][$i]['verbose']`" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -8663,7 +8679,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -8673,32 +8689,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "알려진 문제점" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "특정 칼럼 권한을 가진 사용자의 \"탐색\" 불가" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "'HTTP' 인증 모드에서 로그아웃 후 다시 로그인 할 때의 문제" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/lt.po b/po/lt.po index 5b21633ae..d7f5c7682 100644 --- a/po/lt.po +++ b/po/lt.po @@ -8175,87 +8175,101 @@ 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 +#, fuzzy +#| msgid "Could not connect to the target" +msgid "Comma-separated list of socket files for the database connections." +msgstr "Nepavyko prisijungti prie adresato (angl. target)" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8263,92 +8277,92 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8357,13 +8371,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Pagrindinio serverio nustatymai" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8374,104 +8388,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Sulieti su dabartiniais nustatymais" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Sulieti su dabartiniais nustatymais" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8479,81 +8493,80 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "Esamo konfigūracinio failo (%s) neina nuskaityti." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # d1d91acf7ee548628655b1fe8958d1aa -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid "Developer" msgid ":ref:`docker-custom`" msgstr "Kūrėjas" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Greitas diegimas" -# 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8563,7 +8576,7 @@ msgid "" msgstr "" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8572,7 +8585,7 @@ msgid "" msgstr "" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8582,11 +8595,11 @@ msgid "" msgstr "" # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -8599,31 +8612,31 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "Arba, jei nenorite būti klausiamas kiekvieną kartą jungiantis:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "Paaiškinimas" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8631,7 +8644,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8639,7 +8652,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -8647,7 +8660,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8658,37 +8671,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8696,49 +8709,49 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 #, fuzzy msgid "Verifying phpMyAdmin releases" msgstr "phpMyAdmin kūrėjų komanda" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8746,37 +8759,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -8787,27 +8800,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin nustatymų saugojimas" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -8817,13 +8830,13 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 #, fuzzy #| msgid "Configuration storage" msgid "Zero configuration" msgstr "Nustatymų saugykla" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -8832,20 +8845,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -8856,7 +8869,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -8864,14 +8877,14 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 #, fuzzy #| msgid "phpMyAdmin configuration storage" msgid "Manual configuration" msgstr "phpMyAdmin nustatymų saugojimas" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -8879,36 +8892,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -8917,7 +8930,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -8925,7 +8938,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -8933,44 +8946,44 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.0 ar vėlesnis" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -8979,43 +8992,43 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy msgid "" "Download the latest phpMyAdmin version from ." msgstr " phpMyAdmin tinklapis" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9024,7 +9037,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9032,17 +9045,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9053,7 +9066,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9063,7 +9076,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9073,39 +9086,39 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9114,13 +9127,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9129,50 +9142,50 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9182,7 +9195,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9190,19 +9203,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9211,7 +9224,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9221,12 +9234,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9235,14 +9248,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9251,7 +9264,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9261,58 +9274,58 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 #, fuzzy msgid "Securing your phpMyAdmin installation" msgstr "phpMyAdmin - Diegimas" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9321,13 +9334,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9335,7 +9348,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9343,13 +9356,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user" msgid "Enable :ref:`2fa` for your account." msgstr "Vartotojo duomenų bazė" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9357,7 +9370,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9365,14 +9378,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9380,7 +9393,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9388,66 +9401,66 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Using SSL for connection to database server" msgstr "Įjungti SSL susijungimams prie MySQL serverio" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" "$cfg['Servers'][$i]['ssl_cert']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9455,7 +9468,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9465,32 +9478,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/mk.po b/po/mk.po index 2bfe3cada..5fbe90464 100644 --- a/po/mk.po +++ b/po/mk.po @@ -7175,79 +7175,93 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "" #: ../phpmyadmin/doc/setup.rst:227 +#, fuzzy +#| msgid "Percentage of aborted connections" +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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -7255,91 +7269,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -7348,11 +7362,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -7362,100 +7376,100 @@ msgid "" "phpmyadmin/config.user.inc.php` parameters." msgstr "" -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -7463,73 +7477,73 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -7538,7 +7552,7 @@ msgid "" "directory on your web server using, for example, FTP." msgstr "" -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -7546,7 +7560,7 @@ msgid "" "suggestions." msgstr "" -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -7555,11 +7569,11 @@ msgid "" "way to get started and needed for some advanced features." msgstr "" -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -7572,34 +7586,34 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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:641 +#: ../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 " @@ -7607,14 +7621,14 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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:650 +#: ../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 " @@ -7625,37 +7639,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -7663,48 +7677,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -7712,37 +7726,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -7753,27 +7767,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin складирање на конфигурации" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -7783,11 +7797,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -7795,18 +7809,18 @@ msgid "" "disable set :config:option:`$cfg['ZeroConf']` to false." msgstr "" -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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:834 +#: ../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 " @@ -7816,7 +7830,7 @@ msgid "" "usually the user only has access to one database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -7824,44 +7838,44 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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:857 +#: ../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:859 +#: ../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:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -7869,14 +7883,14 @@ msgid "" "database name." msgstr "" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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:873 +#: ../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']` " @@ -7884,42 +7898,42 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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 " @@ -7928,41 +7942,41 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -7970,7 +7984,7 @@ msgid "" "upgrade_tables_mysql_4_1_2+.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -7978,17 +7992,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -7999,7 +8013,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -8009,7 +8023,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -8018,36 +8032,36 @@ msgid "" "*real_user* with all privileges on the database *user_base*:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../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:1002 +#: ../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:1005 +#: ../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 " @@ -8055,13 +8069,13 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -8069,46 +8083,46 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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:1051 +#: ../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:`" @@ -8117,26 +8131,26 @@ msgid "" "['SignonScript']`)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -8144,7 +8158,7 @@ msgid "" "file:`examples/signon-script.php`:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -8153,11 +8167,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -8165,13 +8179,13 @@ msgid "" "read your :file:`config.inc.php` can discover your username and password)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../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:1102 +#: ../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']` " @@ -8179,7 +8193,7 @@ msgid "" "directives." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -8189,54 +8203,54 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../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:1129 +#: ../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:1131 +#: ../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:1133 +#: ../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 " @@ -8245,13 +8259,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -8259,7 +8273,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -8267,11 +8281,11 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -8279,21 +8293,21 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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:1168 +#: ../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:1171 +#: ../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 " @@ -8301,7 +8315,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -8309,60 +8323,60 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -8370,7 +8384,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -8380,32 +8394,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/mn.po b/po/mn.po index b076c5e1e..604978399 100644 --- a/po/mn.po +++ b/po/mn.po @@ -8094,79 +8094,93 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "" #: ../phpmyadmin/doc/setup.rst:227 +#, fuzzy +#| msgid "max. concurrent connections" +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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8174,91 +8188,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8267,12 +8281,12 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy msgid "Customizing configuration" msgstr "phpMyAdmin баримтжилт" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8283,102 +8297,102 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy msgid "Running with additional configuration:" msgstr "phpMyAdmin баримтжилт" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy msgid "Running with additional themes:" msgstr "phpMyAdmin баримтжилт" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8387,77 +8401,76 @@ msgid "" msgstr "" # 7dd46e41dc8340de80e2d9431d2e62ad -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # 2768d8451d5143bdb688d06b420d0f91 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr "" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -# 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8467,7 +8480,7 @@ msgid "" msgstr "" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8476,7 +8489,7 @@ msgid "" msgstr "" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8486,11 +8499,11 @@ msgid "" msgstr "" # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -8503,31 +8516,31 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "Тайлбар" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8535,7 +8548,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8543,7 +8556,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -8551,7 +8564,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8562,37 +8575,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8600,49 +8613,49 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 #, fuzzy msgid "Verifying phpMyAdmin releases" msgstr "phpMyAdmin баримтжилт" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8650,37 +8663,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -8691,28 +8704,28 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin баримтжилт" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -8722,12 +8735,12 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 #, fuzzy msgid "Zero configuration" msgstr "phpMyAdmin баримтжилт" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -8736,20 +8749,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -8760,7 +8773,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -8768,13 +8781,13 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 #, fuzzy msgid "Manual configuration" msgstr "phpMyAdmin баримтжилт" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -8782,36 +8795,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -8820,7 +8833,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -8828,7 +8841,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -8836,44 +8849,44 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy msgid "For MySQL 8.0 and newer:" msgstr "MySQL 4.0 compatible" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -8882,42 +8895,42 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -8926,7 +8939,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -8934,17 +8947,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -8955,7 +8968,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -8965,7 +8978,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -8975,39 +8988,39 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9016,13 +9029,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9031,50 +9044,50 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9084,7 +9097,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9092,19 +9105,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9113,7 +9126,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9123,12 +9136,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9137,14 +9150,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9153,7 +9166,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9163,58 +9176,58 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 #, fuzzy msgid "Securing your phpMyAdmin installation" msgstr "phpMyAdmin баримтжилт" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9223,13 +9236,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9237,7 +9250,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9245,13 +9258,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user" msgid "Enable :ref:`2fa` for your account." msgstr "Хэрэглэгчийн өгөгдлийн сан" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9259,7 +9272,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9267,14 +9280,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9282,7 +9295,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9290,62 +9303,62 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "its the number of simultaneous connections the user may have." msgid "Using SSL for connection to database server" msgstr "Хэрэглэгчдэд байх зэрэг холболтын хязгаарлах тоо." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9353,7 +9366,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9363,32 +9376,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/nb.mo b/po/nb.mo index 64effd915..26e60d3ae 100644 Binary files a/po/nb.mo and b/po/nb.mo differ diff --git a/po/nb.po b/po/nb.po index e7e3d63bb..9bdf28073 100644 --- a/po/nb.po +++ b/po/nb.po @@ -8494,12 +8494,26 @@ 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 +#, fuzzy +#| msgid "Could not connect to the target" +msgid "Comma-separated list of socket files for the database connections." +msgstr "Kunne ikke koble til målet" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8509,14 +8523,14 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8526,7 +8540,7 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8536,11 +8550,11 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8550,13 +8564,13 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8566,13 +8580,13 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8582,13 +8596,13 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8598,13 +8612,13 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8614,7 +8628,7 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8622,11 +8636,11 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8636,83 +8650,83 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8721,13 +8735,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Masterkonfigurering" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8738,104 +8752,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Server configuration" msgid "Running with additional configuration:" msgstr "Tjenerinnstillinger" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Server configuration" msgid "Running with additional themes:" msgstr "Tjenerinnstillinger" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8843,86 +8857,92 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "Nåværende konfigurasjonsfil (%s) er ikke lesbar." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # d1d91acf7ee548628655b1fe8958d1aa -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`developers`" msgid ":ref:`docker-custom`" msgstr ":ref:`Utviklere`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Hurtiginstallasjon" # 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Velg en hensiktsmessig fordelingspakke fra phpmyadmin.net sin " "nedlastingsside. Noen pakker inneholder bare de engelske meldingene, andre " "inneholder alle språk. Vi vil anta at du valgte en pakke med et navn som " "eksempelvis `` phpMyAdmin-xxx-alle-languages.tar.gz``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" # aa95f80c1bef4a10a322ab4a5ef49695 -#: ../phpmyadmin/doc/setup.rst:568 +#: ../phpmyadmin/doc/setup.rst:578 #, fuzzy #| msgid "" #| "Untar or unzip the distribution (be sure to unzip the subdirectories): " @@ -8944,7 +8964,7 @@ msgstr "" "til vevtjeneren din ved hjelp av for eksempel FTP." # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8957,7 +8977,7 @@ msgstr "" "forslag." # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8972,12 +8992,12 @@ msgstr "" "rask måte å komme i gang og trengs for noen avanserte funksjoner." # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Opprett filen manuelt" # 524597723aee40ddaf38d49a4829c75c -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -9010,18 +9030,18 @@ msgstr "" "den i :file:`config.inc.php`. Du vil sannsynligvis bare ha behov for noen få " "direktiv i begynnelsen. En enkel konfigurasjonsfil kan se slik ut:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "Eller, hvis du foretrekker ikke å bli spurt hver gang du logger inn:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -9030,14 +9050,14 @@ msgstr "" "`config` i dette dokumentet." # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "Ved bruk av oppsettsskript" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -9045,7 +9065,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -9053,7 +9073,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -9061,7 +9081,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -9072,37 +9092,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -9110,49 +9130,49 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 #, fuzzy msgid "Verifying phpMyAdmin releases" msgstr "phpMyAdmin hjemmeside" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9160,37 +9180,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9201,27 +9221,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin konfigurasjonslager" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -9231,11 +9251,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Inget oppsett" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9244,20 +9264,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9268,7 +9288,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9276,12 +9296,12 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Manuelt oppsett" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9289,36 +9309,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9327,7 +9347,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9335,7 +9355,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9343,45 +9363,45 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.5 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.5 eller nyere" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9390,11 +9410,11 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy #| msgid "Please refer to ." msgid "" @@ -9403,32 +9423,32 @@ msgid "" msgstr "" "Vennligst referer til ." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9437,7 +9457,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9445,17 +9465,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9466,7 +9486,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9476,7 +9496,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9486,39 +9506,39 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9527,13 +9547,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9542,50 +9562,50 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9595,7 +9615,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9603,19 +9623,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9624,7 +9644,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9634,12 +9654,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9648,14 +9668,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9664,7 +9684,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9674,57 +9694,57 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Sikrer phpMyAdmin-installasjonen din" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9733,13 +9753,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9747,7 +9767,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9755,13 +9775,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user" msgid "Enable :ref:`2fa` for your account." msgstr "Brukerdatabase" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9769,7 +9789,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9777,14 +9797,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9792,7 +9812,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9800,19 +9820,19 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Using SSL for connection to database server" msgstr "Slå på SSL for tilkobling til MySQL tjener" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -9822,14 +9842,14 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -9841,11 +9861,11 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -9857,13 +9877,13 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -9873,13 +9893,13 @@ msgstr "" "Maks antall rader lagret i :config:option:`$cfg['Servers'][$i]" "['table_uiprefs']` tabellen." -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9887,7 +9907,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9897,32 +9917,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/nl.mo b/po/nl.mo index f80b79307..60a19e11f 100644 Binary files a/po/nl.mo and b/po/nl.mo differ diff --git a/po/nl.po b/po/nl.po index 28d7487fe..9ebd96efe 100644 --- a/po/nl.po +++ b/po/nl.po @@ -8779,89 +8779,103 @@ 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 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "Komma gescheiden poortnummers van de te gebruiken databaseserver." + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "Het maximum aantal tabellen dat wordt getoond in de tabellen lijst" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "Het maximum aantal tabellen dat wordt getoond in de tabellen lijst" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "Het maximum aantal tabellen dat wordt getoond in de tabellen lijst" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "Het maximum aantal tabellen dat wordt getoond in de tabellen lijst" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8869,93 +8883,93 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8964,13 +8978,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Masterinstellingen" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8981,63 +8995,63 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" # 9c5da1c7a9364e8ebb2871b19870eaaa -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Docker volumes" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" # ec47b0c8c29c4911b918b67a5481a3cc -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr ":file:`/etc/phpmyadmin/config.user.inc.php`" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -9045,41 +9059,41 @@ msgid "" msgstr "" # 9c5da1c7a9364e8ebb2871b19870eaaa -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Docker voorbeelden" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "Uitvoeren met additionele configuratie:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Running with additional configuration:" msgid "Running with additional themes:" msgstr "Uitvoeren met additionele configuratie:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -9087,83 +9101,89 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "Aanpassen van het configuratiebestand met docker-compose" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # fff287b64cf04cf4a9ae1d859b322f11 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`developers`" msgid ":ref:`docker-custom`" msgstr ":ref:`developers`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Snelle installatie" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Kies een passend distributiepakket van de phpmyadmin.net Downloads pagina. " "Sommige paketten bevatten alleen de Engelse berichten, anderen bevatten alle " "talen. We nemen aan dat u het pakket kiest waarvan de naam lijkt op " "``phpMyAdmin-x.x.x-all-languages.tar.gz``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" "Zorg ervoor dat je een authentieke versie hebt gedownload, zie :ref:`verify`." -#: ../phpmyadmin/doc/setup.rst:568 +#: ../phpmyadmin/doc/setup.rst:578 #, fuzzy #| msgid "" #| "Untar or unzip the distribution (be sure to unzip the subdirectories): " @@ -9185,7 +9205,7 @@ msgstr "" "lokale systeem en kopieer na Stap 4 de bestanden naar de goede map op uw " "webserver met bijvoorbeeld FTP." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -9197,7 +9217,7 @@ msgstr "" "verschilt van de gebruiker van een ander script problemen opleveren). Zie :" "ref:`faq4_2` en :ref:`faq1_26` voor aanbevelingen." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -9213,11 +9233,11 @@ msgstr "" "is ook nodig om enkele geavanceerde mogelijkheden te gebruiken." # 821a09f8eb394cb788176b2a07226601 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Bestand handmatig aanmaken" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -9250,18 +9270,18 @@ msgstr "" "zijn een paar richtlijnen om het werkend te krijgen, een simpele " "configuratie kan er zo uit zien:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "Of als u niet elke keer herinnerd wilt worden bij het inloggen:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -9270,14 +9290,14 @@ msgstr "" "de :ref:`config` van dit document." # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "Installatie script gebruiken" # 7ad30333c5f044c4a9118b80f3352e9d -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -9288,7 +9308,7 @@ msgstr "" "met setup en u kan het downloaden voor het uploaden naar de server." # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -9296,7 +9316,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../phpmyadmin/doc/setup.rst:656 #, fuzzy #| msgid "" #| "Now the file is ready to be used. You can choose to review or edit the " @@ -9313,7 +9333,7 @@ msgstr "" "voorziet." # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -9331,7 +9351,7 @@ msgstr "" "htaccess` bestand of door het gebruik van een ``auth_type`` cookie of http. " "Voor verdere informatie, zie :ref:`faqmultiuser`, voornamelijk :ref:`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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 :" @@ -9341,31 +9361,31 @@ msgstr "" "scherm en uw databases moeten laten zien, of een login scherm bij gebruik " "van :term:`HTTP` of cookie authenticatie mode." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "Om wijzigen van bestaande configuratie toe te staan, start:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "Om wijzigen van een bestaande configuratie te blokkeren, start:" # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "Installatiescript voor openSUSE" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -9373,11 +9393,11 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Verifiëer phpMyAdmin releases" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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 " @@ -9388,37 +9408,37 @@ msgstr "" "dit Marc Delisle. Zijn sleutel id is 0xFEFC65D181AF644A, en zijn PGP " "vingerafdruk is:" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9426,7 +9446,7 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../phpmyadmin/doc/setup.rst:738 #, fuzzy #| msgid "" #| "Each archive is accompanied with ``.asc`` files which contains the PGP " @@ -9441,7 +9461,7 @@ msgstr "" "bevatten. Als je zowel het archief als ``.asc`` bestand in dezelfde map hebt " "kan je de handtekening verifiëren:" -#: ../phpmyadmin/doc/setup.rst:737 +#: ../phpmyadmin/doc/setup.rst:747 #, fuzzy #| msgid "" #| "As you can see gpg complains that it does not know the public key. At " @@ -9453,7 +9473,7 @@ msgstr "" "Zoals je kan zien is er een melding dat gpg de publieke sleutel niet kent. " "Op dit punt moet je een van de volgende stappen uitvoeren:" -#: ../phpmyadmin/doc/setup.rst:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" @@ -9461,18 +9481,18 @@ msgstr "" "Download de sleutelring van `onze downloadserver `_, en importeer deze met:" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "Download en importeer de sleutel van één van de sleutel servers:" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9483,30 +9503,30 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" "Wanneer de sleutel eenmaal vertrouwd is zal de waarschuwing niet meer " "optreden:" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin configuratie opslag" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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 "" # 1420de8bb1494bc08d017b202beedcc5 -#: ../phpmyadmin/doc/setup.rst:813 +#: ../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:" @@ -9523,12 +9543,12 @@ msgstr "" "wordt dan beheerd door een controlegebruiker, zodat andere gebruikers " "hiertoe geen toegang hebben)." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Nul configuratie" # 18bfb42aef5d47faae1535680a5544f7 -#: ../phpmyadmin/doc/setup.rst:825 +#: ../phpmyadmin/doc/setup.rst:835 #, fuzzy #| msgid "" #| "In many cases, this database structure can be automatically created and " @@ -9547,14 +9567,14 @@ msgstr "" "modus uitzetten door: :config:option:`$cfg['ZeroConf']` op false te zetten." # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" "De volgende drie scenarios worden gedekt door de Nul Configuratie modus:" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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." @@ -9564,7 +9584,7 @@ msgstr "" "Handelingen tabblad." # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9575,7 +9595,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9583,12 +9603,12 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Handmatige configuratie" # 5e4e3e2236824b2ba6f109b79067ea57 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9599,12 +9619,12 @@ msgstr "" "besteed dan extra aandacht aan :ref:`faq1_23`)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "Indien je reeds deze infrastructuur had en:" # 6b114f49b1224cb0bd07453f69b4e762 -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -9613,7 +9633,7 @@ msgstr "" "file:`sql/upgrade_tables_mysql_4_1_2+.sql`." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -9622,7 +9642,7 @@ msgstr "" "gebruik alstublieft het bestand: :file:`sql/upgrade_column_info_4_3_0+.sql`." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:859 +#: ../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`." @@ -9631,13 +9651,13 @@ msgstr "" "alstublieft het bestand: :file:`sql/upgrade_tables_4_7_0+.sql`." # 5009520c824a4dba94280abf916fd934 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" "maak dan nieuwe tabellen door het importeren van :file:`sql/create_tables." "sql`." -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9650,7 +9670,7 @@ msgstr "" "hebben, afhankelijk van de databasenaam." # 1c452a6704e743c8b8d2a9edb1326163 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9661,7 +9681,7 @@ msgstr "" "richtlijnen hiervoor zijn terug te vinden in de :ref:`config`." # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9673,32 +9693,32 @@ msgstr "" "['controlpass']` settings) met de benodigde rechten op deze tabellen. Je kan " "dit bijvoorbeeld creëren door gebruik te maken van volgend statement:" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" # Kan ook vertaald worden als "werkt met ..." -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "Voor MySQL 8.0 en nieuwer:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Upgraden van een oudere versie" # 5c38f59368c441ffbe914fd56c85b561 -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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." @@ -9707,14 +9727,14 @@ msgstr "" "phpMyAdmin. Verwijder altijd eerst de oude bestanden en bewaar behalve het " "configuratiebestand." -#: ../phpmyadmin/doc/setup.rst:915 +#: ../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 "" # 2859795aae3b4f84934687348fac188a -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9729,43 +9749,43 @@ msgstr "" "'set_magic_quotes_runtime(0)' statement dat u kan vinden aan het einde van " "uw configuratiebestand." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" "U kunt de laatste versie vinden op ." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # c3cadcccd75a4e0883806af1e671c8f0 -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9778,7 +9798,7 @@ msgstr "" "upgrade_tables_mysql_4_1_2+.sql`." # 0ffc08eed2664fb18df38cd4161ab065 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9790,17 +9810,17 @@ msgstr "" "u het script :term:`SQL` lopen, terug te vinden in :file:`sql/" "upgrade_column_info_4_3_0+.sql`." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Het gebruik van authentificatie modes" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9811,7 +9831,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9821,7 +9841,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9831,25 +9851,25 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "HTTP authentificatie modus" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -9858,14 +9878,14 @@ msgstr "" "als eender welke gevalideerde MySQL gebruiker." # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9874,13 +9894,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9889,12 +9909,12 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Cookie authentificatie modus" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../phpmyadmin/doc/setup.rst:1041 msgid "" "Username and password are stored in cookies during the session and password " "is deleted when it ends." @@ -9903,7 +9923,7 @@ msgstr "" "sessie en het wachtwoord wordt na afloop verwijderd." # 0f26f968179a49a696a0877ab021f4b7 -#: ../phpmyadmin/doc/setup.rst:1033 +#: ../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`)." @@ -9913,7 +9933,7 @@ msgstr "" "`auth_http`)." # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -9924,7 +9944,7 @@ msgstr "" "php`), zie de :config:option:`$cfg['AllowArbitraryServer']` richtlijn." # c07e4c9375f94e34bc99b055c4c0dccb -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../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." @@ -9934,12 +9954,12 @@ msgstr "" "opvoeren. Maar deze is niet noodzakelijk." # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Authentificatie door ondertekening modus" # e8906f0442e34109be0ca5c8b0020f55 -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../phpmyadmin/doc/setup.rst:1058 #, fuzzy #| msgid "" #| "This mode is a convenient way of using credentials from another " @@ -9954,7 +9974,7 @@ msgstr "" "verkrijgen en zo een eenmalig inlogoplossing te implementeren." # e36cac0e80d24bcca85c185dba0d64ca -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9969,7 +9989,7 @@ msgstr "" "$cfg['Servers'][$i]['SignonScript']`)." # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9977,7 +9997,7 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../phpmyadmin/doc/setup.rst:1070 msgid "" "The very basic example of saving credentials in a session is available as :" "file:`examples/signon.php`:" @@ -9986,7 +10006,7 @@ msgstr "" "sessie is beschikbaar als :file:`examples/signon.php`:" # d64dc59ee10549769961c1eb7bd7ea35 -#: ../phpmyadmin/doc/setup.rst:1066 +#: ../phpmyadmin/doc/setup.rst:1076 #, fuzzy #| msgid "" #| "Alternatively you can also use this way to integrate with OpenID as shown " @@ -9998,7 +10018,7 @@ msgstr "" "Als alternatief kan je ook via deze weg integreren met OpenID zoals te zien " "is in :file:`examples/openid.php`:" -#: ../phpmyadmin/doc/setup.rst:1072 +#: ../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:`" @@ -10007,7 +10027,7 @@ msgid "" msgstr "" # e36cac0e80d24bcca85c185dba0d64ca -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 #, fuzzy #| msgid "" #| ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" @@ -10027,12 +10047,12 @@ msgstr "" "`example-signon`" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Configuratie authentificatie modus" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -10046,7 +10066,7 @@ msgstr "" "wachtwoord kan zien.)." # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -10055,7 +10075,7 @@ msgstr "" "bestand kan beschermen." # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -10064,7 +10084,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -10074,12 +10094,12 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Uw phpMyAdmin-installatie beveiligen" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -10088,19 +10108,19 @@ msgstr "" "mogelijk te maken. Er zijn echter altijd andere manieren om uw installatie " "extra te beveiligen:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/pl.mo b/po/pl.mo index 9e1100a12..17f165549 100644 Binary files a/po/pl.mo and b/po/pl.mo differ diff --git a/po/pl.po b/po/pl.po index ac2c4ece5..5e4f90ca5 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8925,93 +8925,107 @@ 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 +#, fuzzy +#| msgid "Could not connect to the database server!" +msgid "Comma-separated list of socket files for the database connections." +msgstr "Nie można połączyć się z serwerem bazy danych!" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" "umieścić nazwę tabeli relacji w $cfg['Servers'][$i]['relation']" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" "umieścić nazwę tabeli relacji w $cfg['Servers'][$i]['relation']" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" "umieścić nazwę tabeli relacji w $cfg['Servers'][$i]['relation']" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" "umieścić nazwę tabeli relacji w $cfg['Servers'][$i]['relation']" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -9019,93 +9033,93 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -9114,13 +9128,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Konfiguracja serwera głównego" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -9131,104 +9145,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Przykłady Dockera" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "Aby podłączyć phpMyAdmin do danego serwera użyj:" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "Możesz również połączyć kontener bazy danych za pomocą Dockera:" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Scal z aktualną konfiguracją" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Scal z aktualną konfiguracją" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -9236,29 +9250,29 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "Istniejący plik konfiguracyjny (%s) nie jest czytelny." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy msgid ":ref:`docker-custom`" msgstr ":ref:`glossary`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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 " @@ -9266,55 +9280,61 @@ msgid "" msgstr "" # a7cec7edf8b241aaa1357526e10c708f -#: ../phpmyadmin/doc/setup.rst:481 +#: ../phpmyadmin/doc/setup.rst:491 #, fuzzy #| msgid "An example of using more that one database:" msgid "For example, using haproxy it can be done as:" msgstr "Przykładem wykorzystania więcej niż jednej bazy danych:" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Szybka instalacja" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Wybierz odpowiedni zestaw dystrybucyjny ze strony pobierania phpmyadmin.net. " "Niektóre zestawy zawierają komunikaty tylko w języku angielskim, a inne " "wszystkie języki. Zakładamy, że wybrany będzie zestaw podobny do tego: " "``phpMyAdmin-x.x.x-all-languages.tar.gz``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../phpmyadmin/doc/setup.rst:578 #, fuzzy #| msgid "" #| "Untar or unzip the distribution (be sure to unzip the subdirectories): " @@ -9336,7 +9356,7 @@ msgstr "" "swojego komputera, a po wykonaniu kroku 4 prześlij katalog na serwer, np. za " "pomocą pomocą klienta FTP." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -9348,7 +9368,7 @@ msgstr "" "właścicielem innym, niż właściciel pozostałych skryptów będzie stwarzać " "problem). Zobacz :ref:`faq4_2` i :ref:`faq1_26` z sugestiami." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -9363,11 +9383,11 @@ msgstr "" "istnieje instalacja za pomocą kreatora." # 821a09f8eb394cb788176b2a07226601 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Ręczne utworzenie pliku" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -9402,19 +9422,19 @@ msgstr "" "dyrektyw, aby to wszystko zadziałało; prosta konfiguracja może wyglądać " "następująco:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" "Albo, jeśli nie chcesz podawać hasła za każdym razem, gdy logujesz się do " "PhpMyAdmin:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -9423,13 +9443,13 @@ msgstr "" "dostępne jest w sekcji :ref:`config` tego dokumentu." # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "Użyj skryptu instalacyjnego" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../phpmyadmin/doc/setup.rst:647 #, fuzzy #| msgid "" #| "Instead of manually editing :file:`config.inc.php`, you can use the " @@ -9447,7 +9467,7 @@ msgstr "" "bezpieczeństwa. W systemie Linux/Unix można użyć następujących poleceń:" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -9455,7 +9475,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../phpmyadmin/doc/setup.rst:656 #, fuzzy #| msgid "" #| "Now the file is ready to be used. You can choose to review or edit the " @@ -9470,7 +9490,7 @@ msgstr "" "dowolnym edytorze tekstowym, jeśli chcemy ustawić zaawansowane opcje, " "których brakuje w skrypcie instalacyjnym." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../phpmyadmin/doc/setup.rst:660 #, fuzzy msgid "" "If you are using the ``auth_type`` \"config\", it is suggested that you " @@ -9493,7 +9513,7 @@ msgstr "" "\"Często zadawane pytania\">FAQ, a szczególnie: " "FAQ 4.4." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../phpmyadmin/doc/setup.rst:667 #, fuzzy #| msgid "" #| "Open the `main phpMyAdmin directory `_ in your browser. " @@ -9509,37 +9529,37 @@ msgstr "" "logowania (jeśli używamy trybu uwierzytelnienia HTTP lub cookie)." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To allow editing configuration invoke:" msgstr "Aby edytować istniejącą konfigurację, należy ją najpierw skopiować:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 #, fuzzy #| msgid "And to edit an existing configuration, copy it over first:" msgid "To block editing configuration invoke:" msgstr "Aby edytować istniejącą konfigurację, należy ją najpierw skopiować:" # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 #, fuzzy #| msgid "Using Setup script" msgid "Setup script on openSUSE" msgstr "Użyj skryptu instalacyjnego" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -9547,50 +9567,50 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 #, fuzzy #| msgid "The phpMyAdmin Devel team" msgid "Verifying phpMyAdmin releases" msgstr "Zespół deweloperów phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9598,37 +9618,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9639,27 +9659,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Przechowywanie konfiguracji phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../phpmyadmin/doc/setup.rst:823 #, fuzzy #| msgid "" #| "For a whole set of new features (bookmarks, comments, :term:`SQL`-" @@ -9686,13 +9706,13 @@ msgstr "" "za pomocą konta użytkownika kontrolnego, żaden inny użytkownik nie powinien " "mieć do niej praw." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 #, fuzzy #| msgid "Configuration" msgid "Zero configuration" msgstr "Konfiguracja" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9701,20 +9721,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9725,7 +9745,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9733,13 +9753,13 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 #, fuzzy #| msgid "Configuration" msgid "Manual configuration" msgstr "Konfiguracja" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../phpmyadmin/doc/setup.rst:859 #, fuzzy msgid "" "Please look at your ``./sql/`` directory, where you should find a file " @@ -9752,11 +9772,11 @@ msgstr "" "\"#faq1_23\">FAQ 1.23)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../phpmyadmin/doc/setup.rst:865 #, fuzzy msgid "" "upgraded to MySQL 4.1.2 or newer, please use :file:`sql/" @@ -9765,7 +9785,7 @@ msgstr "" "uaktualniony do MySQL 4.1.2 lub nowszych, użyj :file:'sql/" "upgrade_tables_mysql_4_1_2+.sql'." -#: ../phpmyadmin/doc/setup.rst:857 +#: ../phpmyadmin/doc/setup.rst:867 #, fuzzy msgid "" "upgraded to phpMyAdmin 4.3.0 or newer from 2.5.0 or newer (<= 4.2.x), please " @@ -9776,7 +9796,7 @@ msgstr "" "uruchomić skrypt SQL, " "znajdujący się w pliku examples/upgrade_tables_mysql_4_1_2+.sql." -#: ../phpmyadmin/doc/setup.rst:859 +#: ../phpmyadmin/doc/setup.rst:869 #, fuzzy msgid "" "upgraded to phpMyAdmin 4.7.0 or newer from 4.3.0 or newer, please use :file:" @@ -9788,11 +9808,11 @@ msgstr "" "znajdujący się w pliku examples/upgrade_tables_mysql_4_1_2+.sql." # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9804,7 +9824,7 @@ msgstr "" "(administracyjne) uprawnienia; wspomniany wcześniej skrypt może wymagać " "odpowiedniego dostosowania, zależnie od nazwy bazy danych." -#: ../phpmyadmin/doc/setup.rst:869 +#: ../phpmyadmin/doc/setup.rst:879 #, fuzzy msgid "" "After having imported the :file:`sql/create_tables.sql` file, you should " @@ -9818,7 +9838,7 @@ msgstr "" "sekcję Używanie trybów uwierzytelnienia poniżej)." -#: ../phpmyadmin/doc/setup.rst:873 +#: ../phpmyadmin/doc/setup.rst:883 #, fuzzy msgid "" "You will also need to have a controluser (:config:option:`$cfg['Servers'][$i]" @@ -9829,44 +9849,44 @@ msgstr "" "$cfg['Servers'][$i]['controluser'] lub $cfg['Servers'][$i]" "['controlpass'] są błędne." -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.5 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.5 lub nowsza" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Podwyższenie wersji z wersji starszej" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../phpmyadmin/doc/setup.rst:928 #, fuzzy msgid "" "Simply copy :file:`config.inc.php` from your previous installation into the " @@ -9882,11 +9902,11 @@ msgstr "" "set_magic_quotes_runtime(0);, która może się znajdować w " "pobliżu końca pliku konfiguracyjnego." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy #| msgid "You can get the newest version at http://www.phpmyadmin.net/." msgid "" @@ -9894,31 +9914,31 @@ msgid "" "downloads/>." msgstr "Najnowszą wersję można pobrać pod adresem http://www.phpmyadmin.net/." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../phpmyadmin/doc/setup.rst:944 #, fuzzy msgid "" "If you have upgraded your MySQL server from a version previous to 4.1.2 to " @@ -9931,7 +9951,7 @@ msgstr "" "uruchomić skrypt SQL, " "znajdujący się w pliku examples/upgrade_tables_mysql_4_1_2+.sql." -#: ../phpmyadmin/doc/setup.rst:939 +#: ../phpmyadmin/doc/setup.rst:949 #, fuzzy msgid "" "If you have upgraded your phpMyAdmin to 4.3.0 or newer from 2.5.0 or newer " @@ -9944,17 +9964,17 @@ msgstr "" "uruchomić skrypt SQL, " "znajdujący się w pliku examples/upgrade_tables_mysql_4_1_2+.sql." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Używanie trybów uwierzytelnienia" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9965,7 +9985,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../phpmyadmin/doc/setup.rst:972 #, fuzzy msgid "" ":term:`HTTP` and cookie authentication modes are more secure: the MySQL " @@ -9980,7 +10000,7 @@ msgstr "" "być przechowywane w pliku konfiguracyjnym phpMyAdmin (z możliwym wyjątkiem " "dla użytkownika kontrolnego)." -#: ../phpmyadmin/doc/setup.rst:970 +#: ../phpmyadmin/doc/setup.rst:980 #, fuzzy msgid "" "Then each of the *true* users should be granted a set of privileges on a set " @@ -9994,7 +10014,7 @@ msgstr "" "uprawnień globalnych zwykłemu użytkownikowi, chyba że administrator baz " "danych wie, co robi (np. tworzy super-użytkownika)." -#: ../phpmyadmin/doc/setup.rst:981 +#: ../phpmyadmin/doc/setup.rst:991 #, fuzzy msgid "" "What the user may now do is controlled entirely by the MySQL user management " @@ -10005,16 +10025,16 @@ msgstr "" "abbr> lub cookie nie trzeba wypełniać pól użytkownik/hasło wewnątrz tablicy " "$cfg['Servers']." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "Tryb uwierzytelniania HTTP" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 #, fuzzy msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " @@ -10024,7 +10044,7 @@ msgstr "" "\">HTTP i pozwala na logowanie się jako ważny (prawomocny) użytkownik " "MySQL." -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../phpmyadmin/doc/setup.rst:1012 #, fuzzy msgid "" "Is supported with most PHP configurations. For :term:`IIS` (:term:`ISAPI`) " @@ -10040,7 +10060,7 @@ msgstr "" "\">CGI, zobacz FAQ 1.35." -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -10048,7 +10068,7 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 #, fuzzy msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " @@ -10059,7 +10079,7 @@ msgstr "" "razem z trybem uwierzytelniania HTTP." -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -10067,18 +10087,18 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Tryb uwierzytelniania Cookie" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../phpmyadmin/doc/setup.rst:1043 #, fuzzy #| msgid "" #| "With this mode, the user can truly log out of phpMyAdmin and log in back " @@ -10090,7 +10110,7 @@ msgstr "" "W tym trybie, użytkownik może wylogować się z phpMyAdmin i zalogować się " "ponownie mając tę samą nazwę użytkownika." -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../phpmyadmin/doc/setup.rst:1045 #, fuzzy msgid "" "If you want to allow users to enter any hostname to connect (rather than " @@ -10101,7 +10121,7 @@ msgstr "" "\"#AllowArbitraryServer\" class=\"configrule\"> " "$cfg['AllowArbitraryServer']." -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../phpmyadmin/doc/setup.rst:1048 #, fuzzy msgid "" "As mentioned in the :ref:`require` section, having the ``openssl`` extension " @@ -10111,11 +10131,11 @@ msgstr "" "rozszerzenia mcrypt znacznie przyspiesza dostęp do serwera " "(choć nie jest to bezwzględnie wymagane)." -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Tryb uwierzytelniania SIGNON" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../phpmyadmin/doc/setup.rst:1058 #, fuzzy #| msgid "" #| "This mode is a convenient way of using credentials from another " @@ -10128,7 +10148,7 @@ msgstr "" "uwierzytelnienia do phpMyAdmin." # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -10138,7 +10158,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -10146,19 +10166,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -10167,7 +10187,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -10176,11 +10196,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Tryb uwierzytelniania Config" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../phpmyadmin/doc/setup.rst:1105 #, fuzzy msgid "" "This mode is sometimes the less secure one because it requires you to fill " @@ -10194,7 +10214,7 @@ msgstr "" "['password'] (i w rezultacie ktokolwiek, kto odczyta plik config.inc." "php, może odkryć nazwę użytkownika i hasło)." -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 #, fuzzy msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " @@ -10202,7 +10222,7 @@ msgid "" msgstr "" "W części ISP FAQ zostało wyjaśnione jak chronić Twój plik konfiguracyjny." -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../phpmyadmin/doc/setup.rst:1112 #, fuzzy msgid "" "For additional security in this mode, you may wish to consider the Host " @@ -10216,7 +10236,7 @@ msgstr "" "href=\"#servers_allowdeny_rules\" class=\"configrule\">$cfg['Servers'][$i]" "['AllowDeny']['rules']." -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../phpmyadmin/doc/setup.rst:1115 #, fuzzy msgid "" "Unlike cookie and http, does not require a user to log in when first loading " @@ -10238,12 +10258,12 @@ msgstr "" "zainteresowane odsyłamy do innych źródeł, na przykład do wiarygodnych " "tekstów dostępnych w sieci WWW." -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Zabezpieczenie instalacji phpMyAdmin" # 95aaff4dec424d21b3b5e8d6ffe0c9a5 -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../phpmyadmin/doc/setup.rst:1128 #, fuzzy #| msgid "" #| "The phpMyAdmin team tries hardly to make the application secure, however " @@ -10255,19 +10275,19 @@ msgstr "" "Zespół phpMyAdmin ciężko pracuje aby wykonać bezpieczną aplikację, jednak " "nie zawsze są sposoby, aby instalacja była bardziej bezpieczna:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors FAQ 1.42." -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../phpmyadmin/doc/setup.rst:1155 #, fuzzy msgid "" "In case you don't want all MySQL users to be able to access phpMyAdmin, you " @@ -10373,13 +10393,13 @@ msgstr "" "href=\"#servers_allowdeny_rules\" class=\"configrule\">$cfg['Servers'][$i]" "['AllowDeny']['rules']." -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy msgid "Enable :ref:`2fa` for your account." msgstr "Transformacje" # e1b1bd218e6f41e08d4b1dbb5cfed36a -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../phpmyadmin/doc/setup.rst:1159 #, fuzzy msgid "" "Consider hiding phpMyAdmin behind an authentication proxy, so that users " @@ -10390,7 +10410,7 @@ msgstr "" "rozważyć ukrycie phpMyAdmin za proxy uwierzytelniania, aby poświadczenia " "MySQL nie wszyscy użytkownicy potrzebują, aby się zalogować" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -10398,14 +10418,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -10413,7 +10433,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -10421,32 +10441,32 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server." msgid "Using SSL for connection to database server" msgstr "Włącz protokół SSL dla połączenia z serwerem MySQL." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" @@ -10456,13 +10476,13 @@ msgstr "" "['controlpass'] są błędne." # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "Hasło do uwierzytelniania z serwerem proxy." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" @@ -10471,25 +10491,25 @@ msgstr "" "$cfg['Servers'][$i]['controluser'] lub $cfg['Servers'][$i]" "['controlpass'] są błędne." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['verbose']`" msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr ":config:option:`$cfg['Servers'][$i]['verbose']`" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -10497,7 +10517,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -10507,32 +10527,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/pt_BR.mo b/po/pt_BR.mo index ff5b22c58..07095139d 100644 Binary files a/po/pt_BR.mo and b/po/pt_BR.mo differ diff --git a/po/pt_BR.po b/po/pt_BR.po index b87ea0de0..65c71841d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -9859,6 +9859,24 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "Usado apenas se :envvar:`PMA_PORT` estiver vazio." #: ../phpmyadmin/doc/setup.rst:227 +msgid "Socket file for the database connection." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "" +"Portas dos servidores de banco de dados a serem utilizados, separadas por " +"vírgula." + +#: ../phpmyadmin/doc/setup.rst:233 +#, fuzzy +#| msgid "Used only if :envvar:`PMA_HOST` is empty." +msgid "Used only if :envvar:`PMA_SOCKET` is empty." +msgstr "Usado apenas se :envvar:`PMA_HOST` está vazio." + +#: ../phpmyadmin/doc/setup.rst:237 msgid "" "The fully-qualified path (``https://pma.example.net/``) where the reverse " "proxy makes phpMyAdmin available." @@ -9866,88 +9884,88 @@ msgstr "" "O endereço qualificado (``https://pma.example.net/``) onde o proxy reverso " "torna o phpMyAdmin disponível." -#: ../phpmyadmin/doc/setup.rst:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -9955,87 +9973,87 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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`." @@ -10043,7 +10061,7 @@ msgstr "" "Por padrão, :ref:`cookie` é usado, mas se :envvar:`PMA_USER` e :envvar:" "`PMA_PASSWORD` estiverem definidos, ele muda para :ref:`auth_config`." -#: ../phpmyadmin/doc/setup.rst:327 +#: ../phpmyadmin/doc/setup.rst:337 #, fuzzy #| msgid "" #| "The credentials you need to log in are stored in the MySQL server, in " @@ -10064,11 +10082,11 @@ msgstr "" "favor, verifique a documentação para `container MariaDB `_ or `container MySQL `_." -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "Personalizando a configuração" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -10086,7 +10104,7 @@ msgstr "" "inc.php`." # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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." @@ -10095,7 +10113,7 @@ msgstr "" "vars`, mas você pode substituir qualquer um dos valores." # d7cf84e1bbae4d0ebc9e4d12c282f80d -#: ../phpmyadmin/doc/setup.rst:347 +#: ../phpmyadmin/doc/setup.rst:357 #, fuzzy #| msgid "" #| "For example to change default behaviour of CSV export you can use " @@ -10107,7 +10125,7 @@ msgstr "" "Por exemplo, para alterar o comportamento padrão da exportação CSV, você " "pode usar o seguinte arquivo de configuração:" -#: ../phpmyadmin/doc/setup.rst:355 +#: ../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`:" @@ -10115,17 +10133,17 @@ msgstr "" "Você também pode usá-lo para definir a configuração do servidor em vez de " "usar as variáveis de ambiente listadas em :ref:`docker-vars`:" -#: ../phpmyadmin/doc/setup.rst:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" "Veja :ref:`config` para uma descrição detalhada das opções de configuração." # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Volumes no Docker" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 #, fuzzy #| msgid "You can use following volumes to customize image behavior:" msgid "You can use the following volumes to customize image behavior:" @@ -10134,11 +10152,11 @@ msgstr "" "imagem:" # ec47b0c8c29c4911b918b67a5481a3cc -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr ":file:`/etc/phpmyadmin/config.user.inc.php`" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 #, fuzzy #| msgid "" #| "Can be used for additional settings, see previous chapter for more " @@ -10150,11 +10168,11 @@ msgstr "" "Pode ser usado para configurações adicionais, veja o capítulo anterior para " "mais detalhes." -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr ":file:`/sessions/`" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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`." @@ -10162,11 +10180,11 @@ msgstr "" "Diretório onde as sessões PHP são armazenadas. Você pode querer compartilhar " "isso, por exemplo, ao usar :ref:`auth_signon`." -#: ../phpmyadmin/doc/setup.rst:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr ":file:`/www/themes/`" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -10177,40 +10195,40 @@ msgstr "" "adicionais do phpMyAdmin (veja :ref:`themes`) usando volumes do Docker." # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Exemplos do Docker" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "Para conectar o phpMyAdmin a um determinado servidor use:" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "Para conectar o phpMyAdmin a mais servidores use:" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "Para usar opção arbitrária do servidor:" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" "Você também pode conectar o container do banco de dados usando o Docker:" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "Rodando com configurações adicionais:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "Rodando com temas adicionais:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "Usando docker-compose" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 #, fuzzy #| msgid "" #| "Alternatively you can also use docker-compose with the docker-compose.yml " @@ -10228,11 +10246,11 @@ msgstr "" "phpMyAdmin com um servidor arbitrário - permitindo a você especificar o " "servidor MySQL/MariaDB na página de inicio de sessão." -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "Personalizando o arquivo de configuração usando o docker-compose" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" @@ -10240,16 +10258,16 @@ msgstr "" "Você pode usar um arquivo externo para personalizar a configuração do " "phpMyAdmin e passá-lo usando a diretiva de volumes:" -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "Rodando por trás de um haproxy em um subdiretório" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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 " @@ -10260,18 +10278,18 @@ msgstr "" "que faz o proxy das solicitações." # a7cec7edf8b241aaa1357526e10c708f -#: ../phpmyadmin/doc/setup.rst:481 +#: ../phpmyadmin/doc/setup.rst:491 #, fuzzy #| msgid "For example using haproxy it can be done as:" msgid "For example, using haproxy it can be done as:" msgstr "Por exemplo, usando haproxy, isso pode ser feito como:" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "Ao usar o traefik, algo como o seguinte deve funcionar:" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" @@ -10279,27 +10297,33 @@ msgstr "" "Você deve então especificar :envvar:`PMA_ABSOLUTE_URI` na configuração do " "docker-compose:" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Instalação Rápida" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Escolha um kit de distribuição adequado na página de Downloads do phpmyadmin." "net. Alguns kits contêm somente as mensagens em Inglês, outros contêm todos " @@ -10308,12 +10332,12 @@ msgstr "" "supor que você escolheu um kit cujo nome se parece com ``phpMyAdmin-x.x.x-" "all-languages.tar.gz``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" "Certifique-se de que você baixou um arquivo autêntico, veja :ref:`verify`." -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -10328,7 +10352,7 @@ msgstr "" "etapa 4, transfira o diretório para seu servidor web utilizando, por " "exemplo, o protocolo FTP." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -10340,7 +10364,7 @@ msgstr "" "diferente de outros scripts, poderá haver um problema). Veja a :ref:`faq4_2` " "e a :ref:`faq1_26` para sugestões." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -10357,11 +10381,11 @@ msgstr "" "avançadas." # 821a09f8eb394cb788176b2a07226601 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Criando o arquivo manualmente" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -10395,11 +10419,11 @@ msgstr "" "provavelmente precisa só de algumas diretivas para começar; uma configuração " "simples pode se parecer assim:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "Ou, se você prefere não receber toda vez uma solicitação de acesso:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." @@ -10407,7 +10431,7 @@ msgstr "" "Armazenar senhas na configuração é inseguro, pois qualquer um pode então " "manipular o seu banco de dados." -#: ../phpmyadmin/doc/setup.rst:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -10415,13 +10439,13 @@ msgstr "" "Para uma explicação completa sobre todos os valores de configuração " "possíveis, consulte a seção :ref:`config` neste documento." -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "Usando o script de instalação" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -10432,7 +10456,7 @@ msgstr "" "configuração e você pode baixá-lo para subir para o servidor." # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -10444,7 +10468,7 @@ msgstr "" "você precisa usar o botão :guilabel:`Download` para salvá-las no seu " "computador e depois carregar no servidor." -#: ../phpmyadmin/doc/setup.rst:646 +#: ../phpmyadmin/doc/setup.rst:656 #, fuzzy #| msgid "" #| "Now the file is ready to be used. You can choose to review or edit the " @@ -10459,7 +10483,7 @@ msgstr "" "editar o arquivo com seu editor favorito, caso você prefira definir algumas " "opções avançadas que o script de instalação não fornece." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -10477,7 +10501,7 @@ msgstr "" "``auth_type`` para cookie ou http. Veja a :ref:`faqmultiuser` para " "informações adicionais, especialmente a :ref:`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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 :" @@ -10488,11 +10512,11 @@ msgstr "" "de autenticação, caso esteja usando método de autenticação por :term:`HTTP` " "ou por cookie." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "Script de instalação no Debian, Ubuntu e derivativos" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../phpmyadmin/doc/setup.rst:677 #, fuzzy #| msgid "" #| "Debian and Ubuntu have changed way how setup is enabled and disabled, in " @@ -10506,19 +10530,19 @@ msgstr "" "desativada, de forma que um único comando deve ser executado para qualquer " "um desses." -#: ../phpmyadmin/doc/setup.rst:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "Para permitir a edição da configuração, invoque:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "Para bloquear a edição da configuração, invoque:" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "Script de instalação no openSUSE" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -10531,11 +10555,11 @@ msgstr "" "configuração em nosso servidor de demonstração: ." -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Verificando releases do phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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 " @@ -10545,7 +10569,7 @@ msgstr "" "criptograficamente pelo desenvolvedor, que até janeiro de 2016 foi Marc " "Delisle. O ID da sua chave é 0xFEFC65D181AF644A, sua impressão digital PGP é:" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." @@ -10553,7 +10577,7 @@ msgstr "" "e você pode obter mais informações de identificação em ." -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:" @@ -10561,7 +10585,7 @@ msgstr "" "A partir de janeiro de 2016, o gestor de releases é Isaac Bennetch. O ID da " "chave é 0xCE752F178259BD92, e sua impressão digital PGP é:" -#: ../phpmyadmin/doc/setup.rst:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." @@ -10569,7 +10593,7 @@ msgstr "" "e você pode obter mais informações de identificação em ." -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:" @@ -10578,7 +10602,7 @@ msgstr "" "Michael Čihař. O ID da sua chave é 0x9C27B31342B7511D, e sua impressão " "digital PGP é:" -#: ../phpmyadmin/doc/setup.rst:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." @@ -10586,7 +10610,7 @@ msgstr "" "e você pode obter mais informações de identificação em ." -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -10598,7 +10622,7 @@ msgstr "" "publicado. Você também deve verificar a data da assinatura para se " "certificar de que baixou a versão mais recente." -#: ../phpmyadmin/doc/setup.rst:728 +#: ../phpmyadmin/doc/setup.rst:738 #, fuzzy #| msgid "" #| "Each archive is accompanied with ``.asc`` files which contains the PGP " @@ -10613,7 +10637,7 @@ msgstr "" "assinatura PGP do arquivo. Uma vez que ambos os arquivos estejam no mesmo " "diretório, você será capaz de validar assinatura:" -#: ../phpmyadmin/doc/setup.rst:737 +#: ../phpmyadmin/doc/setup.rst:747 #, fuzzy #| msgid "" #| "As you can see gpg complains that it does not know the public key. At " @@ -10625,7 +10649,7 @@ msgstr "" "Como você pode ver, o gpg adverte sobre o fato de desconhecer a chave " "pública. Neste ponto você deve seguir um dos seguintes passos:" -#: ../phpmyadmin/doc/setup.rst:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" @@ -10633,11 +10657,11 @@ msgstr "" "Baixar o chaveiro do `nosso servidor de download `_ e depois importa-lo:" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "Baixar e importa a chave de um dos servidores:" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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 " @@ -10647,7 +10671,7 @@ msgstr "" "a assinatura da chave fornecida é válida mas ainda não pode confiar no nome " "usado na chave:" -#: ../phpmyadmin/doc/setup.rst:771 +#: ../phpmyadmin/doc/setup.rst:781 #, fuzzy #| msgid "" #| "The problem here is that anybody could issue the key with this name. You " @@ -10676,13 +10700,13 @@ msgstr "" "assinatura digital de outros, que encontraram o desenvolvedor pessoalmente. " "Por exemplo, veja como `a chave de Isaac está conectada à chave de Linus`_." -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" "Uma vez que a chave seja considerada confiável, os avisos não serão mais " "exibidos:" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:" @@ -10690,11 +10714,11 @@ msgstr "" "Se a assinatura for inválida (o arquivo foi alterado), você receberá um erro " "claro independente do fato de chave estar marcada como confiável ou não:" -#: ../phpmyadmin/doc/setup.rst:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Armazenamento de configurações do phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../phpmyadmin/doc/setup.rst:820 #, fuzzy #| msgid "" #| "Prior to phpMyAdmin 3.4.0 this was called Linked Tables Infrastructure, " @@ -10707,7 +10731,7 @@ msgstr "" "Vinculadas, mas o nome foi alterado devido ao escopo estendido do " "armazenamento." -#: ../phpmyadmin/doc/setup.rst:813 +#: ../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:" @@ -10724,12 +10748,12 @@ msgstr "" "instalação multiusuário (esse banco de dados seria acessado pelo usuário de " "controle, portanto nenhum outro usuário deveria ter direitos sobre ele)." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Configuração Zero" # 18bfb42aef5d47faae1535680a5544f7 -#: ../phpmyadmin/doc/setup.rst:825 +#: ../phpmyadmin/doc/setup.rst:835 #, fuzzy #| msgid "" #| "In many cases, this database structure can be automatically created and " @@ -10749,14 +10773,14 @@ msgstr "" "$cfg['ZeroConf']` para falso." # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" "Os três cenários a seguir estão cobertos pelo modo de Configuração Zero:" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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." @@ -10766,7 +10790,7 @@ msgstr "" "tab Operações." # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -10784,7 +10808,7 @@ msgstr "" "banco de dados." # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -10797,11 +10821,11 @@ msgstr "" "tabelas do primeiro banco de dados; o usuário não é sugerido a criar mais " "tabelas em um novo banco de dados." -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Manual de configuração" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -10812,11 +10836,11 @@ msgstr "" "Windows, preste especial atenção a :ref:`faq1_23`)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "Se você já tinha esta infraestrutura e:" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -10825,7 +10849,7 @@ msgstr "" "`sql/upgrade_tables_mysql_4_1_2+.sql`." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -10835,7 +10859,7 @@ msgstr "" "upgrade_column_info_4_3_0+.sql`." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:859 +#: ../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`." @@ -10844,13 +10868,13 @@ msgstr "" "recente, por favor utilize o arquivo :file:`sql/upgrade_tables_4_7_0+.sql`." # 5009520c824a4dba94280abf916fd934 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" "e então crie novas tabelas importando o arquivo :file:`sql/create_tables." "sql`." -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -10862,7 +10886,7 @@ msgstr "" "banco de dados e as tabelas, e que o script pode precisar de alguns ajustes, " "dependendo do nome do banco de dados." -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -10873,7 +10897,7 @@ msgstr "" "diretivas utilizadas para isso podem ser encontradas na seção :ref:`config`." # 7992f5f57e824ab79e06cc7b3e77c33a -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -10885,19 +10909,19 @@ msgstr "" "['controlpass']`) com os direitos adequados para estas tabelas. Por exemplo, " "você pode criá-la usando a instrução a seguir:" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "E para qualquer versão MariaDB:" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "Para MySQL 8.0 e mais recente:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "Para MySQL anterior a 8.0:" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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 " @@ -10907,12 +10931,12 @@ msgstr "" "a 8.0 podem exigir o uso da auteticação mysql_native_password como uma " "solução alternativa, veja :ref:`faq1_45` para detalhes." -#: ../phpmyadmin/doc/setup.rst:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Atualizando uma versão antiga" # 5c38f59368c441ffbe914fd56c85b561 -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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." @@ -10921,7 +10945,7 @@ msgstr "" "phpMyAdmin, sempre remova primeiro os arquivos antigos mantendo apenas a " "configuração." -#: ../phpmyadmin/doc/setup.rst:915 +#: ../phpmyadmin/doc/setup.rst:925 #, fuzzy #| msgid "" #| "This way you will not leave old no longer working code in the directory, " @@ -10935,7 +10959,7 @@ msgstr "" "diretório, o que poderia ter graves implicações de segurança ou causar " "várias quebras." -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -10950,13 +10974,13 @@ msgstr "" "remova a declaração ``set_magic_quotes_runtime(0);`` que está próxima ao " "final de seu arquivo de configuração." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 #, fuzzy #| msgid "The complete upgrade can be performed in few simple steps:" msgid "The complete upgrade can be performed in a few simple steps:" msgstr "Um upgrade completo pode ser realizado em poucos passos:" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." @@ -10964,13 +10988,13 @@ msgstr "" "Baixe a versão mais recente do phpMyAdmin de ." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" "Renomeie a pasta existente do phpMyAdmin (por exemplo, para ``phpmyadmin-" "old``)." -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 #, fuzzy #| msgid "" #| "Unpack freshly donwloaded phpMyAdmin to desired location (for example " @@ -10982,7 +11006,7 @@ msgstr "" "Descompacte o phpMyAdmin recentemente baixado para o local desejado (por " "exemplo, ``phpmyadmin``)." -#: ../phpmyadmin/doc/setup.rst:930 +#: ../phpmyadmin/doc/setup.rst:940 #, fuzzy #| msgid "" #| "Copy :file:`config.inc.php`` from old location (``phpmyadmin-old``) to " @@ -10994,17 +11018,17 @@ msgstr "" "Copie o :file:`config.inc.php``da localização antiga (``phpmyadmin-old``) " "para a nova (``phpmyadmin``)." -#: ../phpmyadmin/doc/setup.rst:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "Teste se tudo funciona corretamente." -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 #, fuzzy #| msgid "Remove backup of previous version (``phpmyadmin-old``)." msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "Remover backup de versões passadas (``phpmyadmin-old``)." -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -11016,7 +11040,7 @@ msgstr "" "configuração de armazenamento do phpMyAdmin, você deve executar o script :" "term:`SQL` encontrado no arquivo :file:`upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -11028,7 +11052,7 @@ msgstr "" "phpMyAdmin, você deve executar o script :term:`SQL` encontrado em :file:`sql/" "upgrade_column_info_4_3_0+.sql`." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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." @@ -11036,12 +11060,12 @@ msgstr "" "Não se esqueça de limpar o cache do navegador e esvaziar a sessão antiga " "deslogando e logando novamente." -#: ../phpmyadmin/doc/setup.rst:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Usando os modos de autenticação" # 07928341023648d3af6e13958292e57f -#: ../phpmyadmin/doc/setup.rst:954 +#: ../phpmyadmin/doc/setup.rst:964 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are recommended in a **multi-" @@ -11068,7 +11092,7 @@ msgstr "" "usuário único**, prefira usar o modo :term:`HTTP` ou de cookies para que o " "seu usuário/senha não estejam expostos no arquivo de configuração." -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -11085,7 +11109,7 @@ msgstr "" "HTTPS. Em modo cookie, a senha é armazenada, encriptada com o algoritmo AES " "blowfish, em um cookie temporário." -#: ../phpmyadmin/doc/setup.rst:970 +#: ../phpmyadmin/doc/setup.rst:980 #, fuzzy #| msgid "" #| "Then each of the *true* users should be granted a set of privileges on a " @@ -11108,7 +11132,7 @@ msgstr "" "Por exemplo, para conceder ao usuário *real_user* todos os priviĺegios no " "banco de dados *user_base*:" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -11119,17 +11143,17 @@ msgstr "" "cookies, você não precisa preencher os campos user/password dentro da " "configuração :config:option:`$cfg['Servers']`." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "Modo de autenticação HTTP" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -11137,7 +11161,7 @@ msgstr "" "Utiliza o :term:`HTTP` como método básico de autenticação e permite você " "entrar como qualquer usuário válido do MySQL." -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -11147,7 +11171,7 @@ msgstr "" "term:`ISAPI`) usando :term:`CGI` PHP veja :ref:`faq1_32`, para uso com " "Apache :term:`CGI` veja :ref:`faq1_35`." -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -11160,7 +11184,7 @@ msgstr "" "aplicação. Nesse caso, você pode adicionar a seguinte diretiva de " "configuração:" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -11168,7 +11192,7 @@ msgstr "" "Veja também a :ref:`faq4_4` sobre não usar o mecanismo :term:`.htaccess` " "junto com o modo de autenticação ':term:`HTTP`'." -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../phpmyadmin/doc/setup.rst:1029 #, fuzzy #| msgid "" #| "There is no way to do proper logout in HTTP authentication, most browsers " @@ -11186,12 +11210,12 @@ msgstr "" "sucedida diferente. Por causa disso, este método tem a limitação de que você " "não pode fazer login com o mesmo usuário após o logout." -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Modo de autenticação por cookies" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../phpmyadmin/doc/setup.rst:1041 msgid "" "Username and password are stored in cookies during the session and password " "is deleted when it ends." @@ -11199,7 +11223,7 @@ msgstr "" "Nome de usuário e senha são armazenados em cookies durante a sessão e senha " "é eliminada quando termina." -#: ../phpmyadmin/doc/setup.rst:1033 +#: ../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`)." @@ -11208,7 +11232,7 @@ msgstr "" "novamente com o mesmo nome de usuário (isso não é possível com o :ref:" "`auth_http`)." -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -11218,7 +11242,7 @@ msgstr "" "vez de somente o que está no configurado no :file:`config.inc.php`), veja :" "config:option:`$cfg['AllowArbitraryServer']`." -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../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." @@ -11227,11 +11251,11 @@ msgstr "" "``openssl`` irá acelerar o acesso consideravelmente, mas isto não é " "necessário." -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Modo de autenticação tradicional" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../phpmyadmin/doc/setup.rst:1058 #, fuzzy #| msgid "" #| "This mode is a convenient way of using credentials from another " @@ -11245,7 +11269,7 @@ msgstr "" "para autenticar phpMyAdmin para implementar uma solução de signon simples." # 82e95387fe434510a8cabebfce92aaf7 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -11260,7 +11284,7 @@ msgstr "" "[$i]['SignonScript']`)." # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -11271,7 +11295,7 @@ msgstr "" "você lidará com o processo de login." # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../phpmyadmin/doc/setup.rst:1070 msgid "" "The very basic example of saving credentials in a session is available as :" "file:`examples/signon.php`:" @@ -11280,7 +11304,7 @@ msgstr "" "como: file:'examples/signon.php':" # d64dc59ee10549769961c1eb7bd7ea35 -#: ../phpmyadmin/doc/setup.rst:1066 +#: ../phpmyadmin/doc/setup.rst:1076 #, fuzzy #| msgid "" #| "Alternatively you can also use this way to integrate with OpenID as shown " @@ -11293,7 +11317,7 @@ msgstr "" "como mostrado em :file:'examples/openid.php':" # a89ba5c5c9f847d38d85e6a9d037fd5c -#: ../phpmyadmin/doc/setup.rst:1072 +#: ../phpmyadmin/doc/setup.rst:1082 #, fuzzy #| msgid "" #| "If you intend to pass the credentials using some other means than, you " @@ -11312,7 +11336,7 @@ msgstr "" "file:`examples/signon-script.php`:" # e36cac0e80d24bcca85c185dba0d64ca -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -11326,11 +11350,11 @@ msgstr "" "['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`, :ref:" "`example-signon`" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Modo de autenticação por configuração" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -11343,7 +11367,7 @@ msgstr "" "seu arquivo :file:`config.inc.php` e pode descobrir seu nome de usuário e " "senha)." -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -11351,7 +11375,7 @@ msgstr "" "Na seção :ref:`faqmultiuser`, existe um trecho explicando como proteger o " "seu arquivo de configuração." -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -11363,7 +11387,7 @@ msgstr "" "['AllowDeny']['order']` e :config:option:`$cfg['Servers'][$i]['AllowDeny']" "['rules']`." -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -11381,12 +11405,12 @@ msgstr "" "seria suficiente (qualquer um dos dois métodos está além do escopo deste " "manual mas são facilmente encontrados no Google)." -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Protegendo sua instalação do phpMyAdmin" # 95aaff4dec424d21b3b5e8d6ffe0c9a5 -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -11394,7 +11418,7 @@ msgstr "" "O time phpMyAdmin trabalha bastante para tornar essa aplicação segura, " "embora sempre exista meios de tornar sua instalação mais segura:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." @@ -11403,7 +11427,7 @@ msgstr "" ">`_ e atualize o phpMyAdmin sempre que uma nova vulnerabilidade for " "publicada." -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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." @@ -11411,7 +11435,7 @@ msgstr "" "Sirva o phpMyAdmin apenas com HTTPS. De preferência, você também deve usar " "HSTS, para que esteja protegido contra ataques de downgrade de protocolo." -#: ../phpmyadmin/doc/setup.rst:1125 +#: ../phpmyadmin/doc/setup.rst:1135 #, fuzzy #| msgid "" #| "Ensure your PHP setup follows recommendations for production sites, for " @@ -11428,7 +11452,7 @@ msgstr "" "desabilitado." # f5b19f5b13854a66a0961cb28e73a893 -#: ../phpmyadmin/doc/setup.rst:1128 +#: ../phpmyadmin/doc/setup.rst:1138 #, fuzzy #| msgid "" #| "Remove the ``test`` directory from phpMyAdmin, unless you are developing " @@ -11441,7 +11465,7 @@ msgstr "" "desenvolvendo e precise de uma suíte de testes." # f5b19f5b13854a66a0961cb28e73a893 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." @@ -11450,7 +11474,7 @@ msgstr "" "lo após a instalação inicial." # e6684ab82ea1407a90394dadf77aeb25 -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../phpmyadmin/doc/setup.rst:1141 msgid "" "Properly choose an authentication method - :ref:`cookie` is probably the " "best choice for shared hosting." @@ -11458,7 +11482,7 @@ msgstr "" "Escolher corretamento um método de autenticação - :ref:`cookie` " "provavelmente é a melhor escolha para hospedagem compartilhada." -#: ../phpmyadmin/doc/setup.rst:1133 +#: ../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 " @@ -11473,7 +11497,7 @@ msgstr "" "Apache, isso geralmente é realizado com um arquivo :term:`.htaccess` nesses " "diretórios." -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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`." @@ -11481,7 +11505,7 @@ msgstr "" "Negue o acesso a arquivos temporários, veja :config:option:`$cfg['TempDir']` " "(se ele estiver dentro da sua raiz web, veja também :ref:`web-dirs`)." -#: ../phpmyadmin/doc/setup.rst:1141 +#: ../phpmyadmin/doc/setup.rst:1151 #, fuzzy #| msgid "" #| "It is generally a good idea to protect a public phpMyAdmin installation " @@ -11501,7 +11525,7 @@ msgstr "" "`faq1_42`." # 59ca6fb90e8041abab93ccb35329d792 -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -11513,12 +11537,12 @@ msgstr "" "['rules']` para limitá-los ou :config:option:`$cfg['Servers'][$i]" "['AllowRoot']` para negar o acesso ao usuário root." -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "Ative o :ref:`2fa` para sua conta." # e1b1bd218e6f41e08d4b1dbb5cfed36a -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -11531,7 +11555,7 @@ msgstr "" "web para solicitar autenticação HTTP. Por exemplo, no Apache isso pode ser " "feito com:" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -11542,7 +11566,7 @@ msgstr "" "program:`htpasswd`:" # 2b8fc8b9693c4ff69746070cd17a17db -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../phpmyadmin/doc/setup.rst:1178 msgid "" "If you are afraid of automated attacks, enabling Captcha by :config:option:`" "$cfg['CaptchaLoginPublicKey']` and :config:option:`" @@ -11552,7 +11576,7 @@ msgstr "" "opções :config:option:`$cfg['CaptchaLoginPublicKey']` e :config:option:`" "$cfg['CaptchaLoginPrivateKey']` podem ser uma opção." -#: ../phpmyadmin/doc/setup.rst:1171 +#: ../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 " @@ -11565,7 +11589,7 @@ msgstr "" "arquivo de log usado pelo syslog não é o mesmo que os arquivos de erro ou de " "log de acesso do Apache." -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../phpmyadmin/doc/setup.rst:1185 #, fuzzy #| msgid "" #| "In case you're running phpMyAdmin together with other PHP applications, " @@ -11583,11 +11607,11 @@ msgstr "" "o phpMyAdmin, para evitar possíveis ataques baseados em sessão contra ele. " "Você pode usar o :config:option:`$cfg['SessionSavePath']` para isso." -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "Usando SSL para conexão ao servidor de banco de dados" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:" @@ -11596,11 +11620,11 @@ msgstr "" "remoto. Existem várias opções de configuração envolvidas na configuração do " "SSL:" -#: ../phpmyadmin/doc/setup.rst:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl']`" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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 " @@ -11611,7 +11635,7 @@ msgstr "" "verificar se está falando com o servidor correto." # 7992f5f57e824ab79e06cc7b3e77c33a -#: ../phpmyadmin/doc/setup.rst:1192 +#: ../phpmyadmin/doc/setup.rst:1202 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" "$cfg['Servers'][$i]['ssl_cert']`" @@ -11620,12 +11644,12 @@ msgstr "" "$cfg['Servers'][$i]['ssl_cert']`" # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "Isso é usado para autenticação do cliente com o servidor." # 7992f5f57e824ab79e06cc7b3e77c33a -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" @@ -11633,7 +11657,7 @@ msgstr "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` e :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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." @@ -11642,11 +11666,11 @@ msgstr "" "servidor. Isso é usado para garantir que você está conversando com um " "servidor confiável." -#: ../phpmyadmin/doc/setup.rst:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." @@ -11654,7 +11678,7 @@ msgstr "" "Esta configuração desabilita a verificação do certificado do servidor. Use " "com cuidado." -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -11663,7 +11687,7 @@ msgid "" msgstr "" # e36cac0e80d24bcca85c185dba0d64ca -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../phpmyadmin/doc/setup.rst:1216 #, fuzzy #| msgid "" #| ":ref:`ssl`, :ref:`example-google-ssl`, :config:option:`$cfg['Servers'][$i]" @@ -11687,16 +11711,16 @@ msgstr "" "option:`$cfg['Servers'][$i]['ssl_ciphers']`, :config:option:`$cfg['Servers']" "[$i]['ssl_verify']`" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "Problemas conhecidos" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" "Os usuários com privilégios específicos de colunas não conseguem \"Navegar\"" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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." @@ -11705,7 +11729,7 @@ msgstr "" "colunas (mas não em todas) de uma tabela, \"Navegar\" falhará com uma " "mensagem de erro." -#: ../phpmyadmin/doc/setup.rst:1225 +#: ../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 " @@ -11716,13 +11740,13 @@ msgstr "" "do padrão. `Issue 11922 `_." -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" "Problemas ao fazer o login novamente depois de fazer o logout usando a " "autenticação 'http'" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/rcf.po b/po/rcf.po index eb5f52778..5559bb26d 100644 --- a/po/rcf.po +++ b/po/rcf.po @@ -7166,79 +7166,91 @@ 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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -7246,91 +7258,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -7339,11 +7351,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -7353,100 +7365,100 @@ msgid "" "phpmyadmin/config.user.inc.php` parameters." msgstr "" -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -7454,73 +7466,73 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -7529,7 +7541,7 @@ msgid "" "directory on your web server using, for example, FTP." msgstr "" -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -7537,7 +7549,7 @@ msgid "" "suggestions." msgstr "" -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -7546,11 +7558,11 @@ msgid "" "way to get started and needed for some advanced features." msgstr "" -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -7563,34 +7575,34 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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:641 +#: ../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 " @@ -7598,14 +7610,14 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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:650 +#: ../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 " @@ -7616,37 +7628,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -7654,48 +7666,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -7703,37 +7715,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -7744,27 +7756,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -7774,11 +7786,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -7786,18 +7798,18 @@ msgid "" "disable set :config:option:`$cfg['ZeroConf']` to false." msgstr "" -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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:834 +#: ../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 " @@ -7807,7 +7819,7 @@ msgid "" "usually the user only has access to one database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -7815,44 +7827,44 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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:857 +#: ../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:859 +#: ../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:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -7860,14 +7872,14 @@ msgid "" "database name." msgstr "" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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:873 +#: ../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']` " @@ -7875,42 +7887,42 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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 " @@ -7919,41 +7931,41 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -7961,7 +7973,7 @@ msgid "" "upgrade_tables_mysql_4_1_2+.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -7969,17 +7981,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -7990,7 +8002,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -8000,7 +8012,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -8009,36 +8021,36 @@ msgid "" "*real_user* with all privileges on the database *user_base*:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../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:1002 +#: ../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:1005 +#: ../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 " @@ -8046,13 +8058,13 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -8060,46 +8072,46 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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:1051 +#: ../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:`" @@ -8108,26 +8120,26 @@ msgid "" "['SignonScript']`)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -8135,7 +8147,7 @@ msgid "" "file:`examples/signon-script.php`:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -8144,11 +8156,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -8156,13 +8168,13 @@ msgid "" "read your :file:`config.inc.php` can discover your username and password)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../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:1102 +#: ../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']` " @@ -8170,7 +8182,7 @@ msgid "" "directives." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -8180,54 +8192,54 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../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:1129 +#: ../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:1131 +#: ../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:1133 +#: ../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 " @@ -8236,13 +8248,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -8250,7 +8262,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -8258,11 +8270,11 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -8270,21 +8282,21 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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:1168 +#: ../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:1171 +#: ../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 " @@ -8292,7 +8304,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -8300,60 +8312,60 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -8361,7 +8373,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -8371,32 +8383,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/ro.po b/po/ro.po index 78ed5380c..848120da1 100644 --- a/po/ro.po +++ b/po/ro.po @@ -8315,16 +8315,30 @@ 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 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "Porturi, separate cu virgulă, ale serverului bazei de date de folosit." + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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 " @@ -8332,7 +8346,7 @@ msgid "" msgstr "" # 54b6e1977dd14233a26a25c71975dd5b -#: ../phpmyadmin/doc/setup.rst:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8340,26 +8354,26 @@ msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" "pune numele tabelului în :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../phpmyadmin/doc/setup.rst:258 msgid "" "When set, this points to an alternate database host used for storing the \":" "ref:`linked-tables`\" database." msgstr "" # 54b6e1977dd14233a26a25c71975dd5b -#: ../phpmyadmin/doc/setup.rst:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8367,14 +8381,14 @@ msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" "pune numele tabelului în :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" # 54b6e1977dd14233a26a25c71975dd5b -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8382,14 +8396,14 @@ msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" "pune numele tabelului în :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" # 54b6e1977dd14233a26a25c71975dd5b -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8397,14 +8411,14 @@ msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" "pune numele tabelului în :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../phpmyadmin/doc/setup.rst:276 msgid "" "When set, will override the default port (`3306`) for connecting to the " "control host." msgstr "" # 54b6e1977dd14233a26a25c71975dd5b -#: ../phpmyadmin/doc/setup.rst:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8412,7 +8426,7 @@ msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" "pune numele tabelului în :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8420,12 +8434,12 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" # 54b6e1977dd14233a26a25c71975dd5b -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid "" #| "put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']`" @@ -8433,83 +8447,83 @@ msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" "pune numele tabelului în :config:option:`$cfg['Servers'][$i]['userconfig']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8518,11 +8532,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "Personalizarea configurării" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8533,100 +8547,100 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "Rularea cu configurarea suplimentară:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "Rularea cu teme suplimentare:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8634,79 +8648,78 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "Fișierul de configurare existent (%s) nu poate fi citit." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # fff287b64cf04cf4a9ae1d859b322f11 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -# 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8716,7 +8729,7 @@ msgid "" msgstr "" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8725,7 +8738,7 @@ msgid "" msgstr "" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8735,11 +8748,11 @@ msgid "" msgstr "" # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -8752,31 +8765,31 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "Descriere" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8784,7 +8797,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8792,7 +8805,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -8800,7 +8813,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8811,37 +8824,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8849,48 +8862,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Verificarea lansărilor phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8898,37 +8911,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -8939,27 +8952,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Spațiu de stocare pentru configurarea phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -8969,11 +8982,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Configurare zero" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -8982,20 +8995,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9006,7 +9019,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9014,12 +9027,12 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Configurare manuală" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9027,36 +9040,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9065,7 +9078,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9073,7 +9086,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9081,43 +9094,43 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "Pentru MySQL 8.0 și mai nou:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9126,11 +9139,11 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." @@ -9138,32 +9151,32 @@ msgstr "" "Descarcă ultima versiune phpMyAdmin de la ." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9172,7 +9185,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9180,17 +9193,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9201,7 +9214,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9211,7 +9224,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9221,39 +9234,39 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9262,13 +9275,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9277,50 +9290,50 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9330,7 +9343,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9338,19 +9351,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9359,7 +9372,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9369,12 +9382,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9383,14 +9396,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9399,7 +9412,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9409,57 +9422,57 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Securizarea instalării tale phpMyAdmin" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9468,13 +9481,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9482,7 +9495,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9490,11 +9503,11 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "Activează :ref:`2fa` pentru contul tău." -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9502,7 +9515,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9510,14 +9523,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9525,7 +9538,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9533,60 +9546,60 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "Folosirea SSL pentru conectarea la serverul bazei de date" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9594,7 +9607,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9604,32 +9617,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/ru.po b/po/ru.po index 746a1d5ce..b7b74226a 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7256,79 +7256,91 @@ 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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -7336,91 +7348,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -7429,11 +7441,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -7443,100 +7455,100 @@ msgid "" "phpmyadmin/config.user.inc.php` parameters." msgstr "" -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -7544,73 +7556,73 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -7619,7 +7631,7 @@ msgid "" "directory on your web server using, for example, FTP." msgstr "" -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -7627,7 +7639,7 @@ msgid "" "suggestions." msgstr "" -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -7636,11 +7648,11 @@ msgid "" "way to get started and needed for some advanced features." msgstr "" -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -7653,36 +7665,36 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using the monitor:" msgid "Using the Setup script" msgstr "Использование мониторинга:" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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:641 +#: ../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 " @@ -7690,14 +7702,14 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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:650 +#: ../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 " @@ -7708,37 +7720,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -7746,48 +7758,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -7795,37 +7807,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -7836,29 +7848,29 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy #| msgid "phpMyAdmin configuration snippet" msgid "phpMyAdmin configuration storage" msgstr "Фрагмент настройки phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -7868,11 +7880,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -7880,18 +7892,18 @@ msgid "" "disable set :config:option:`$cfg['ZeroConf']` to false." msgstr "" -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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:834 +#: ../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 " @@ -7901,7 +7913,7 @@ msgid "" "usually the user only has access to one database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -7909,44 +7921,44 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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:857 +#: ../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:859 +#: ../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:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -7954,14 +7966,14 @@ msgid "" "database name." msgstr "" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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:873 +#: ../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']` " @@ -7969,42 +7981,42 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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 " @@ -8013,41 +8025,41 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -8055,7 +8067,7 @@ msgid "" "upgrade_tables_mysql_4_1_2+.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -8063,17 +8075,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -8084,7 +8096,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -8094,7 +8106,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -8103,36 +8115,36 @@ msgid "" "*real_user* with all privileges on the database *user_base*:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../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:1002 +#: ../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:1005 +#: ../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 " @@ -8140,13 +8152,13 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -8154,46 +8166,46 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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:1051 +#: ../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:`" @@ -8202,26 +8214,26 @@ msgid "" "['SignonScript']`)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -8229,7 +8241,7 @@ msgid "" "file:`examples/signon-script.php`:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -8238,11 +8250,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -8250,13 +8262,13 @@ msgid "" "read your :file:`config.inc.php` can discover your username and password)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../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:1102 +#: ../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']` " @@ -8264,7 +8276,7 @@ msgid "" "directives." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -8274,54 +8286,54 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../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:1129 +#: ../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:1131 +#: ../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:1133 +#: ../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 " @@ -8330,13 +8342,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -8344,7 +8356,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -8352,11 +8364,11 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -8364,21 +8376,21 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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:1168 +#: ../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:1171 +#: ../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 " @@ -8386,7 +8398,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -8394,60 +8406,60 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -8455,7 +8467,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -8465,32 +8477,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/si.po b/po/si.po index b38c1a2e9..bfeec4ee2 100644 --- a/po/si.po +++ b/po/si.po @@ -7224,79 +7224,91 @@ 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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -7304,91 +7316,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -7397,11 +7409,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -7411,100 +7423,100 @@ msgid "" "phpmyadmin/config.user.inc.php` parameters." msgstr "" -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -7512,73 +7524,73 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -7587,7 +7599,7 @@ msgid "" "directory on your web server using, for example, FTP." msgstr "" -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -7595,7 +7607,7 @@ msgid "" "suggestions." msgstr "" -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -7604,11 +7616,11 @@ msgid "" "way to get started and needed for some advanced features." msgstr "" -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -7621,34 +7633,34 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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:641 +#: ../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 " @@ -7656,14 +7668,14 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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:650 +#: ../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 " @@ -7674,37 +7686,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -7712,48 +7724,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -7761,37 +7773,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -7802,29 +7814,29 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin වින්‍යාස ගබඩාවේ අඩු වගු" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -7834,11 +7846,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -7846,18 +7858,18 @@ msgid "" "disable set :config:option:`$cfg['ZeroConf']` to false." msgstr "" -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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:834 +#: ../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 " @@ -7867,7 +7879,7 @@ msgid "" "usually the user only has access to one database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -7875,44 +7887,44 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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:857 +#: ../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:859 +#: ../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:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -7920,14 +7932,14 @@ msgid "" "database name." msgstr "" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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:873 +#: ../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']` " @@ -7935,42 +7947,42 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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 " @@ -7979,41 +7991,41 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -8021,7 +8033,7 @@ msgid "" "upgrade_tables_mysql_4_1_2+.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -8029,17 +8041,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -8050,7 +8062,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -8060,7 +8072,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -8069,36 +8081,36 @@ msgid "" "*real_user* with all privileges on the database *user_base*:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../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:1002 +#: ../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:1005 +#: ../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 " @@ -8106,13 +8118,13 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -8120,46 +8132,46 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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:1051 +#: ../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:`" @@ -8168,26 +8180,26 @@ msgid "" "['SignonScript']`)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -8195,7 +8207,7 @@ msgid "" "file:`examples/signon-script.php`:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -8204,11 +8216,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -8216,13 +8228,13 @@ msgid "" "read your :file:`config.inc.php` can discover your username and password)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../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:1102 +#: ../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']` " @@ -8230,7 +8242,7 @@ msgid "" "directives." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -8240,54 +8252,54 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../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:1129 +#: ../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:1131 +#: ../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:1133 +#: ../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 " @@ -8296,13 +8308,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -8310,7 +8322,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -8318,11 +8330,11 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -8330,21 +8342,21 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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:1168 +#: ../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:1171 +#: ../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 " @@ -8352,7 +8364,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -8360,60 +8372,60 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -8421,7 +8433,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -8431,32 +8443,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/sk.po b/po/sk.po index ecffd00bf..b6762eaa9 100644 --- a/po/sk.po +++ b/po/sk.po @@ -8503,12 +8503,26 @@ 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 +#, fuzzy +#| msgid "Could not connect to the database server!" +msgid "Comma-separated list of socket files for the database connections." +msgstr "Nepodarilo sa pripojiť k databázovému serveru!" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8518,14 +8532,14 @@ msgstr "" "Maximálny počet riadkov uložených v tabuľke :config:option:`$cfg['Servers']" "[$i]['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8535,7 +8549,7 @@ msgstr "" "Maximálny počet riadkov uložených v tabuľke :config:option:`$cfg['Servers']" "[$i]['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8545,11 +8559,11 @@ msgstr "" "Maximálny počet riadkov uložených v tabuľke :config:option:`$cfg['Servers']" "[$i]['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8559,55 +8573,55 @@ msgstr "" "Maximálny počet riadkov uložených v tabuľke :config:option:`$cfg['Servers']" "[$i]['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8615,11 +8629,11 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -8629,83 +8643,83 @@ msgstr "" "Maximálny počet riadkov uložených v tabuľke :config:option:`$cfg['Servers']" "[$i]['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8714,13 +8728,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Master konfigurácia" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8731,104 +8745,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Zlúčiť so súčasným nastavením" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Zlúčiť so súčasným nastavením" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8836,81 +8850,80 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "Existujúci konfiguračný súbor (%s) nie je čitateľný." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # d1d91acf7ee548628655b1fe8958d1aa -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`developers`" msgid ":ref:`docker-custom`" msgstr ":ref:`vývojári`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -# 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8920,7 +8933,7 @@ msgid "" msgstr "" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8929,7 +8942,7 @@ msgid "" msgstr "" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8939,11 +8952,11 @@ msgid "" msgstr "" # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -8956,31 +8969,31 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "Popis" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8988,7 +9001,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8996,7 +9009,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -9004,7 +9017,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -9015,37 +9028,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -9053,48 +9066,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Kontrolovanie vydaní phpMyAdmina" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9102,37 +9115,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9143,27 +9156,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Miesto uloženia phpMyAdmin konfigurácie" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -9173,11 +9186,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Nulová konfigurácia" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9186,20 +9199,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9210,7 +9223,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9218,12 +9231,12 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Ručná konfigurácia" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9231,36 +9244,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9269,7 +9282,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9277,7 +9290,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9285,45 +9298,45 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.5 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.5 alebo novšie" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9332,11 +9345,11 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy #| msgid "You can get the newest version at http://www.phpmyadmin.net/." msgid "" @@ -9344,32 +9357,32 @@ msgid "" "downloads/>." msgstr "Najnovšiu verziu nájdete na http://www.phpmyadmin.net/." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9378,7 +9391,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9386,17 +9399,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9407,7 +9420,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9417,7 +9430,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9427,39 +9440,39 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9468,13 +9481,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9483,50 +9496,50 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9536,7 +9549,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9544,19 +9557,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9565,7 +9578,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9575,12 +9588,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9589,14 +9602,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9605,7 +9618,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9615,57 +9628,57 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Zabezpečenie vašej inštalácie phpMyAdmin" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9674,13 +9687,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9688,7 +9701,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9696,13 +9709,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user account" msgid "Enable :ref:`2fa` for your account." msgstr "Databáza pre účet používateľa" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9710,7 +9723,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9718,14 +9731,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9733,7 +9746,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9741,19 +9754,19 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server." msgid "Using SSL for connection to database server" msgstr "Povoliť SSL pre pripojenie k MySQL serveru." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -9763,14 +9776,14 @@ msgstr "" "Maximálny počet riadkov uložených v tabuľke :config:option:`$cfg['Servers']" "[$i]['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -9783,13 +9796,13 @@ msgstr "" "[$i]['table_uiprefs']`." # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "Heslo pre prihlásenie sa k proxy serveru." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -9801,13 +9814,13 @@ msgstr "" "Maximálny počet riadkov uložených v tabuľke :config:option:`$cfg['Servers']" "[$i]['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy #| msgid "" #| "Maximum number of rows saved in :config:option:`$cfg['Servers'][$i]" @@ -9817,13 +9830,13 @@ msgstr "" "Maximálny počet riadkov uložených v tabuľke :config:option:`$cfg['Servers']" "[$i]['table_uiprefs']`." -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9831,7 +9844,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9841,32 +9854,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/sl.po b/po/sl.po index df1194305..d7431c1a7 100644 --- a/po/sl.po +++ b/po/sl.po @@ -8270,93 +8270,107 @@ 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 +#, fuzzy +#| msgid "Could not connect to the database server!" +msgid "Comma-separated list of socket files for the database connections." +msgstr "Ne morem se povezati s strežnikom zbirke podatkov!" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8364,93 +8378,93 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8459,11 +8473,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "Prilagoditev konfiguracije" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8474,102 +8488,102 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "Poganjanje z dodatno konfiguracijo:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Running with additional configuration:" msgid "Running with additional themes:" msgstr "Poganjanje z dodatno konfiguracijo:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8577,79 +8591,78 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "Obstoječa konfiguracijska datoteka (%s) ni berljiva." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # d1d91acf7ee548628655b1fe8958d1aa -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Hitra namestitev" -# 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8659,7 +8672,7 @@ msgid "" msgstr "" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8668,7 +8681,7 @@ msgid "" msgstr "" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8678,11 +8691,11 @@ msgid "" msgstr "" # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -8695,31 +8708,31 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "Opis" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8727,7 +8740,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8735,7 +8748,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -8743,7 +8756,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8754,37 +8767,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8792,48 +8805,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Preverjanje izdaj phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8841,37 +8854,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -8882,27 +8895,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Shramba konfiguracije phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -8913,11 +8926,11 @@ msgid "" msgstr "" # 499bfa5f5e204b9698dd0e130a30cc25 -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Ničelna konfiguracija" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -8926,20 +8939,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -8950,7 +8963,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -8959,12 +8972,12 @@ msgid "" msgstr "" # afc4bb7003f94d70aa33fe8edc99c72f -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -8972,36 +8985,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9010,7 +9023,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9018,7 +9031,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9026,45 +9039,45 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.5 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.5 ali novejši" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9073,11 +9086,11 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." @@ -9085,32 +9098,32 @@ msgstr "" "Prenesite najnovejšo različico phpMyAdmin s ." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9119,7 +9132,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9127,17 +9140,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9148,7 +9161,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9158,7 +9171,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9168,39 +9181,39 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9209,13 +9222,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9224,50 +9237,50 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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 "" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9277,7 +9290,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9285,19 +9298,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9306,7 +9319,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9316,12 +9329,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9330,14 +9343,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9346,7 +9359,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9356,57 +9369,57 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Zavarovanje vaše namestitve phpMyAdmin" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9415,13 +9428,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9429,7 +9442,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9437,13 +9450,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user account" msgid "Enable :ref:`2fa` for your account." msgstr "Zbirka podatkov za uporabniški račun" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9451,7 +9464,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9459,14 +9472,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9474,7 +9487,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9482,32 +9495,32 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server." msgid "Using SSL for connection to database server" msgstr "Omogoči SSL za povezavo s strežnikom MySQL." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid "" @@ -9516,13 +9529,13 @@ msgid "" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "Geslo za overitev s proxyjem." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid "" @@ -9530,25 +9543,25 @@ msgid "" "$cfg['Servers'][$i]['ssl_ca_path']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['verbose']`" msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr ":config:option:`$cfg['Servers'][$i]['verbose']`" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9556,7 +9569,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9566,32 +9579,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/sq.po b/po/sq.po index d107e3b76..9354e82b7 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7359,79 +7359,93 @@ 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 +#, fuzzy +#| msgid "Could not connect to the database server!" +msgid "Comma-separated list of socket files for the database connections." +msgstr "Nuk mund të lidhej me serverin e databazës!" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -7439,91 +7453,91 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -7532,13 +7546,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Konfigurimi master" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -7549,104 +7563,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Bashko me konfigurimin aktual" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Bashko me konfigurimin aktual" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -7654,79 +7668,79 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "Fili i konfigurimit ekzistues (%s) nuk është i lexueshëm." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`glossary`" msgid ":ref:`docker-custom`" msgstr ":ref:`fjalor`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -7735,7 +7749,7 @@ msgid "" "directory on your web server using, for example, FTP." msgstr "" -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -7743,7 +7757,7 @@ msgid "" "suggestions." msgstr "" -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -7752,11 +7766,11 @@ msgid "" "way to get started and needed for some advanced features." msgstr "" -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -7769,30 +7783,30 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "Përshkrimi" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -7800,7 +7814,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -7808,14 +7822,14 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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:650 +#: ../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 " @@ -7826,37 +7840,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -7864,48 +7878,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -7913,37 +7927,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -7954,29 +7968,29 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 #, fuzzy #| msgid "phpMyAdmin configuration snippet" msgid "phpMyAdmin configuration storage" msgstr "fragmenti i konfigurimit phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -7986,11 +8000,11 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -7998,18 +8012,18 @@ msgid "" "disable set :config:option:`$cfg['ZeroConf']` to false." msgstr "" -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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:834 +#: ../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 " @@ -8019,7 +8033,7 @@ msgid "" "usually the user only has access to one database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -8027,44 +8041,44 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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:857 +#: ../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:859 +#: ../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:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -8072,14 +8086,14 @@ msgid "" "database name." msgstr "" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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:873 +#: ../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']` " @@ -8087,42 +8101,42 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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:918 +#: ../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 " @@ -8131,41 +8145,41 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -8173,7 +8187,7 @@ msgid "" "upgrade_tables_mysql_4_1_2+.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -8181,17 +8195,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -8202,7 +8216,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -8212,7 +8226,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -8221,36 +8235,36 @@ msgid "" "*real_user* with all privileges on the database *user_base*:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../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:1002 +#: ../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:1005 +#: ../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 " @@ -8258,13 +8272,13 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -8272,47 +8286,47 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -8321,26 +8335,26 @@ msgid "" "['SignonScript']`)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -8349,7 +8363,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -8358,11 +8372,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -8370,13 +8384,13 @@ msgid "" "read your :file:`config.inc.php` can discover your username and password)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../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:1102 +#: ../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']` " @@ -8384,7 +8398,7 @@ msgid "" "directives." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -8394,54 +8408,54 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../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:1129 +#: ../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:1131 +#: ../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:1133 +#: ../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 " @@ -8450,13 +8464,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -8464,7 +8478,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -8472,13 +8486,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user account" msgid "Enable :ref:`2fa` for your account." msgstr "Databaza për llogarinë e përdoruesit" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -8486,21 +8500,21 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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:1168 +#: ../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:1171 +#: ../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 " @@ -8508,7 +8522,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -8516,64 +8530,64 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server." msgid "Using SSL for connection to database server" msgstr "Aftëso SSL për lidhje me serverin MySQL." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../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:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "Fjalëkalimi për autentifikimin (vërtetimin) me proksi (prokurë)." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -8581,7 +8595,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -8591,32 +8605,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/sv.po b/po/sv.po index a6ce768be..f673fabc3 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8395,87 +8395,101 @@ 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 +#, fuzzy +#| msgid "Could not connect to the database server!" +msgid "Comma-separated list of socket files for the database connections." +msgstr "Kunde inte ansluta till databasservern!" + +#: ../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:230 +#: ../phpmyadmin/doc/setup.rst:240 #, fuzzy msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr "Maximalt antal tabeller som visas i tabellista" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr "Maximalt antal tabeller som visas i tabellista" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr "Maximalt antal tabeller som visas i tabellista" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr "Maximalt antal tabeller som visas i tabellista" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr "Maximalt antal tabeller som visas i tabellista" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr "Maximalt antal tabeller som visas i tabellista" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr "Maximalt antal tabeller som visas i tabellista" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr "Maximalt antal tabeller som visas i tabellista" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8483,92 +8497,92 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr "Maximalt antal tabeller som visas i tabellista" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8577,13 +8591,13 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 #, fuzzy #| msgid "Master configuration" msgid "Customizing configuration" msgstr "Master-konfiguration" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8594,104 +8608,104 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional configuration:" msgstr "Slå samman med nuvarande konfiguration" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 #, fuzzy #| msgid "Merge with current configuration" msgid "Running with additional themes:" msgstr "Slå samman med nuvarande konfiguration" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8699,81 +8713,80 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 #, fuzzy #| msgid "Existing configuration file (%s) is not readable." msgid "Customizing configuration file using docker-compose" msgstr "Befintlig konfigurationsfil (%s) är inte läsbar." -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # fff287b64cf04cf4a9ae1d859b322f11 -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 #, fuzzy #| msgid ":ref:`glossary`" msgid ":ref:`docker-custom`" msgstr ": ref: 'ordlista'" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "" -# 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../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``." +"x.x-all-languages.tar.gz``." msgstr "" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8783,7 +8796,7 @@ msgid "" msgstr "" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8792,7 +8805,7 @@ msgid "" msgstr "" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8802,11 +8815,11 @@ msgid "" msgstr "" # 8ba1ef1ee71b4c529349de07bc55f622 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -8819,31 +8832,31 @@ msgid "" "configuration may look like this:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../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:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Description" msgid "Using the Setup script" msgstr "Beskrivning" # 27fa3b4bf3494eda94098906892acf58 -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8851,7 +8864,7 @@ msgid "" msgstr "" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8859,7 +8872,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -8867,7 +8880,7 @@ msgid "" msgstr "" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8878,37 +8891,37 @@ msgid "" "especially :ref:`faq4_4`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8916,49 +8929,49 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 #, fuzzy msgid "Verifying phpMyAdmin releases" msgstr "phpMyAdmin:s hemsida" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8966,37 +8979,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9007,27 +9020,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin konfigurationsutrymme" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -9037,13 +9050,13 @@ msgid "" "accessed by the controluser, so no other user should have rights to it)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 #, fuzzy #| msgid "Configuration storage" msgid "Zero configuration" msgstr "Konfigurationslagring" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9052,20 +9065,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9076,7 +9089,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9084,14 +9097,14 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 #, fuzzy #| msgid "phpMyAdmin configuration storage" msgid "Manual configuration" msgstr "phpMyAdmin konfigurationsutrymme" # 054755ddf45c45029d167382af3ba459 -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9099,36 +9112,36 @@ msgid "" msgstr "" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" # 08896cc33acd4127856a67845aa36c9b -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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 "" # 71332aca3f874ee7bba24333bc2f2286 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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:859 +#: ../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 "" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9137,7 +9150,7 @@ msgid "" msgstr "" # cb98c02238734b27a21934d782b99cc0 -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9145,7 +9158,7 @@ msgid "" msgstr "" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9153,45 +9166,45 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.5 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.5 eller nyare" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2e260999c9924593a1d82ffd943a6bab -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9200,11 +9213,11 @@ msgid "" "that you might find near the end of your configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 #, fuzzy #| msgid "Please refer to ." msgid "" @@ -9212,32 +9225,32 @@ msgid "" "downloads/>." msgstr "Se ." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # b90f88973db54455aa28aea6b505cfbd -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9246,7 +9259,7 @@ msgid "" msgstr "" # 1d98c1bedb0d4b01b2bcf6b19b4437d7 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9254,17 +9267,17 @@ msgid "" "sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9275,7 +9288,7 @@ msgid "" "in the configuration file." msgstr "" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9285,7 +9298,7 @@ msgid "" "is stored, encrypted with the AES algorithm, in a temporary cookie." msgstr "" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9295,38 +9308,38 @@ msgid "" msgstr "" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "Läget för HTTP-autentisering" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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:1005 +#: ../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 " @@ -9335,13 +9348,13 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../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:1019 +#: ../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 " @@ -9349,49 +9362,49 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Cookie-autentisering" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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 "" # bdd1f8538b114329b43f1b6654584755 -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:1038 +#: ../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:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Registrering autentiseringsläge" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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 "" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9401,7 +9414,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9409,19 +9422,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9430,7 +9443,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9439,13 +9452,13 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 #, fuzzy msgid "Config authentication mode" msgstr "Config autentiseringsläge" # 0237f7a8c0634ef680c2d406bb114ba3 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9454,14 +9467,14 @@ msgid "" msgstr "" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9470,7 +9483,7 @@ msgid "" msgstr "" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9480,57 +9493,57 @@ msgid "" "beyond the scope of this manual but easily searchable with Google)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Säkra din phpMyAdmin-installation" # bb6fb4f95b9b46529a83929873a9668a -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../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:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "" # be6f0d95f59d4035b2bf222edebfc480 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "" # 3578464b01a94c72981a23251b96a41b -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../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:1133 +#: ../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 " @@ -9539,13 +9552,13 @@ msgid "" "often accomplished with a :term:`.htaccess` file in those directories." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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:1141 +#: ../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 " @@ -9553,7 +9566,7 @@ msgid "" "access by web server configuration, see :ref:`faq1_42`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9561,13 +9574,13 @@ msgid "" "access." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 #, fuzzy #| msgid "Database for user account" msgid "Enable :ref:`2fa` for your account." msgstr "Databas för användarkonto" -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9575,7 +9588,7 @@ msgid "" "authentication. For example in Apache this can be done with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9583,14 +9596,14 @@ msgid "" msgstr "" # 6afba4ed6ba04699a68c0c55131bc141 -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../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:1171 +#: ../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 " @@ -9598,7 +9611,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9606,31 +9619,31 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 #, fuzzy #| msgid "Enable SSL for connection to MySQL server." msgid "Using SSL for connection to database server" msgstr "Aktivera SSL för anslutning till MySQL-servern." -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:1190 +#: ../phpmyadmin/doc/setup.rst:1200 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr "Maximalt antal tabeller som visas i tabellista" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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:1192 +#: ../phpmyadmin/doc/setup.rst:1202 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" @@ -9638,37 +9651,37 @@ msgid "" msgstr "Maximalt antal tabeller som visas i tabellista" # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 #, fuzzy #| msgid "The password for authenticating with the proxy." msgid "This is used for authentication of client to the server." msgstr "Lösenordet för autentisering med proxy." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 #, fuzzy msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" msgstr "Maximalt antal tabeller som visas i tabellista" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 #, fuzzy msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "Maximalt antal tabeller som visas i tabellista" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -9676,7 +9689,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -9686,32 +9699,32 @@ msgid "" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/tr.mo b/po/tr.mo index 42030cc9b..c71bcfa41 100644 Binary files a/po/tr.mo and b/po/tr.mo differ diff --git a/po/tr.po b/po/tr.po index c0c389958..605547e36 100644 --- a/po/tr.po +++ b/po/tr.po @@ -8598,15 +8598,14 @@ msgid "" "is enabled, you can select your favorite theme on the main page. Your " "selected theme will be stored in a cookie." msgstr "" -"Temalar :config:option:`$cfg['ThemeManager']` ve " -":config:option:`$cfg['ThemeDefault']` ile yapılandırılır. :file:`./public/" -"themes/` dizini altında, ``pmahomme`` dizinini ya da temel yapısını " -"silmemelisiniz çünkü bu phpMyAdmin tarafından kullanılan sistem temasıdır. " -"``pmahomme``, geriye dönük uyumluluk için ve resimleri ya da css dosyalarını " -"içermeyen tüm temalar için tüm resimleri ve stilleri içerir. Eğer " -":config:option:`$cfg['ThemeManager']` etkinleştirilirse, ana sayfada sık " -"kullanılan temanızı seçebilirsiniz. Seçilen temanız tanımlama bilgisi içinde " -"saklanacaktır." +"Temalar :config:option:`$cfg['ThemeManager']` ve :config:option:`" +"$cfg['ThemeDefault']` ile yapılandırılır. :file:`./public/themes/` dizini " +"altında, ``pmahomme`` dizinini ya da temel yapısını silmemelisiniz çünkü bu " +"phpMyAdmin tarafından kullanılan sistem temasıdır. ``pmahomme``, geriye " +"dönük uyumluluk için ve resimleri ya da css dosyalarını içermeyen tüm " +"temalar için tüm resimleri ve stilleri içerir. Eğer :config:option:`" +"$cfg['ThemeManager']` etkinleştirilirse, ana sayfada sık kullanılan temanızı " +"seçebilirsiniz. Seçilen temanız tanımlama bilgisi içinde saklanacaktır." #: ../phpmyadmin/doc/themes.rst:22 msgid "Creating custom theme" @@ -9431,6 +9430,23 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "Sadece eğer :envvar:`PMA_PORT` boş ise kullanılır." #: ../phpmyadmin/doc/setup.rst:227 +msgid "Socket file for the database connection." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "" +"Kullanmak için virgülle ayrılmış veritabanı sunucularının bağlantı noktaları." + +#: ../phpmyadmin/doc/setup.rst:233 +#, fuzzy +#| msgid "Used only if :envvar:`PMA_HOST` is empty." +msgid "Used only if :envvar:`PMA_SOCKET` is empty." +msgstr "Sadece eğer :envvar:`PMA_HOST` boş ise kullanılır." + +#: ../phpmyadmin/doc/setup.rst:237 msgid "" "The fully-qualified path (``https://pma.example.net/``) where the reverse " "proxy makes phpMyAdmin available." @@ -9438,11 +9454,11 @@ msgstr "" "Ters proksinin phpMyAdmin'i kullanılır yaptığı tam tanımlanmış yol " "(``https://pma.ornek.net/``)." -#: ../phpmyadmin/doc/setup.rst:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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 " @@ -9452,23 +9468,23 @@ msgstr "" "[$i]['pmadb']` konumuna depolanmasını sağlar. `false` olduğunda, geçmiş " "tarayıcıda saklanır ve oturum kapatıldığında temizlenir." -#: ../phpmyadmin/doc/setup.rst:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['history']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['QueryHistoryDB']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "Bir tamsayıya ayarlandığında, geçmiş öğelerinin sayısını denetler." -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['QueryHistoryMax']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../phpmyadmin/doc/setup.rst:258 msgid "" "When set, this points to an alternate database host used for storing the \":" "ref:`linked-tables`\" database." @@ -9476,11 +9492,11 @@ msgstr "" "Ayarlandığında, bu, \":ref:`linked-tables`\" veritabanını depolamak için " "kullanılan alternatif bir veritabanı anamakinesini işaret eder." -#: ../phpmyadmin/doc/setup.rst:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlhost']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." @@ -9488,11 +9504,11 @@ msgstr "" "\":ref:`linked-tables`\" veritabanı için kullanılacak phpMyAdmin'in " "kullanıcı adını tanımlar." -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['controluser']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." @@ -9500,11 +9516,11 @@ msgstr "" "\":ref:`linked-tables`\" veritabanı için kullanılacak phpMyAdmin parolasını " "tanımlar." -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlpass']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../phpmyadmin/doc/setup.rst:276 msgid "" "When set, will override the default port (`3306`) for connecting to the " "control host." @@ -9512,11 +9528,11 @@ msgstr "" "Ayarlandığında, denetim anamakinesine bağlanmak için varsayılan bağlantı " "noktasını (`3306`) geçersiz kılacak." -#: ../phpmyadmin/doc/setup.rst:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlport']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -9529,15 +9545,15 @@ msgstr "" "`zeroconf` özelliği ile oturum açıldığında hala potansiyel olarak " "etkinleştirilebilir." -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "Önerilen değerler: `phpmyadmin` veya `pmadb`" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['pmadb']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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`)." @@ -9545,7 +9561,7 @@ msgstr "" "Tanımlanırsa, bu seçenek PHP sürümünü gizleyecektir (`expose_php = Off`). " "Herhangi bir değere ayarlayın (`HIDE_PHP_VERSION=true` gibi)." -#: ../phpmyadmin/doc/setup.rst:286 +#: ../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)." @@ -9554,11 +9570,11 @@ msgstr "" "kılacaktır (bu ``upload_max_filesize`` ve ``post_max_size`` değerlerini " "değiştirecektir)." -#: ../phpmyadmin/doc/setup.rst:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "`[0-9+](K,M,G)` olarak biçimlendirin. Varsayılan değer `2048K`'dır" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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`." @@ -9566,7 +9582,7 @@ msgstr "" "Eğer ayarlanırsa, bu seçenek phpMyAdmin bellek sınırını :config:option:`" "$cfg['MemoryLimit']` ve PHP'nin `memory_limit` değerini geçersiz kılacak." -#: ../phpmyadmin/doc/setup.rst:294 +#: ../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`." @@ -9574,7 +9590,7 @@ msgstr "" "`[0-9+](K,M,G)` olarak biçimlendirin; burada `K` Kilobayt, `M` Megabayt, `G` " "Gigabayt ve `1K` = 1024 bayt'tır. Varsayılan değer `512M`'dir." -#: ../phpmyadmin/doc/setup.rst:298 +#: ../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 " @@ -9584,11 +9600,11 @@ msgstr "" "$cfg['ExecTimeLimit']` ve PHP'nin `max_execution_time` değeri için saniye " "olarak en fazla yürütme süresini geçersiz kılacak." -#: ../phpmyadmin/doc/setup.rst:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "`[0-9+]` olarak biçimlendirin. Varsayılan değer `600`'dür." -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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." @@ -9596,7 +9612,7 @@ msgstr "" "Ayarlanırsa, bu seçenek değişkenin base64 kodu çözülmüş içeriği ile " "varsayılan `config.inc.php` dosyasının üzerine yazacaktır." -#: ../phpmyadmin/doc/setup.rst:308 +#: ../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." @@ -9604,7 +9620,7 @@ msgstr "" "Ayarlanırsa, bu seçenek değişkenin base64 kodu çözülmüş içeriği ile " "varsayılan `config.user.inc.php` dosyasının üzerine yazacaktır." -#: ../phpmyadmin/doc/setup.rst:312 +#: ../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']`)" @@ -9612,7 +9628,7 @@ msgstr "" "Ayarlanırsa, bu seçenek dosyaların içe aktarılmak üzere kaydedilebileceği " "yolu ayarlayacaktır (:config:option:`$cfg['UploadDir']`)" -#: ../phpmyadmin/doc/setup.rst:316 +#: ../phpmyadmin/doc/setup.rst:326 msgid "" "If set, this option will set the path where exported files can be saved (:" "config:option:`$cfg['SaveDir']`)" @@ -9620,7 +9636,7 @@ msgstr "" "Ayarlanırsa, bu seçenek dışa aktarılan dosyaların kaydedilebileceği yolu " "ayarlayacaktır (:config:option:`$cfg['SaveDir']`)" -#: ../phpmyadmin/doc/setup.rst:320 +#: ../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 " @@ -9631,7 +9647,7 @@ msgstr "" "bağlantı noktasını (`80`) değiştirir. Herhangi bir bağlantı noktası değerine " "ayarlayın (`APACHE_PORT=8090` gibi)." -#: ../phpmyadmin/doc/setup.rst:322 +#: ../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`." @@ -9640,7 +9656,7 @@ msgstr "" "ve :envvar:`PMA_PASSWORD` ayarlanırsa, :ref:`auth_config` olarak " "değiştirilir." -#: ../phpmyadmin/doc/setup.rst:327 +#: ../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:" @@ -9654,11 +9670,11 @@ msgstr "" "Lütfen `MariaDB kalıbı `_ veya `MySQL " "kalıbı `_ için belgeleri kontrol edin." -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "Yapılandırmayı özelleştirme" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -9675,7 +9691,7 @@ msgstr "" "parametreleri kullanılarak docker çağrıldığında bir birim olarak eklenebilir." # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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." @@ -9685,7 +9701,7 @@ msgstr "" "kılabilirsiniz." # d7cf84e1bbae4d0ebc9e4d12c282f80d -#: ../phpmyadmin/doc/setup.rst:347 +#: ../phpmyadmin/doc/setup.rst:357 msgid "" "For example to change the default behavior of CSV export you can use the " "following configuration file:" @@ -9693,7 +9709,7 @@ msgstr "" "Örneğin CSV dosyasının dışa aktarımının varsayılan davranışını değiştirmek " "için aşağıdaki yapılandırma dosyasını kullanabilirsiniz:" -#: ../phpmyadmin/doc/setup.rst:355 +#: ../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`:" @@ -9701,38 +9717,38 @@ msgstr "" ":ref:`docker-vars` içinde listelenen ortam değişkenlerini kullanmak yerine " "ayrıca bunu sunucu yapılandırmasını tanımlamak için kullanabilirsiniz:" -#: ../phpmyadmin/doc/setup.rst:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" "Yapılandırma seçeneklerinin ayrıntılı açıklaması için :ref:`config`'ya bakın." # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Docker Birimleri" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" "Görüntü davranışını özelleştirmek için aşağıdaki birimleri kullanabilirsiniz:" # ec47b0c8c29c4911b918b67a5481a3cc -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr ":file:`/etc/phpmyadmin/config.user.inc.php`" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" "Ek ayarlar için kullanılabilir, daha fazla ayrıntı için önceki bölüme bakın." -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr ":file:`/sessions/`" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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`." @@ -9740,11 +9756,11 @@ msgstr "" "PHP oturumlarının depolandığı dizin. Bunu paylaşmak isteyebilirsiniz " "örneğin :ref:`auth_signon` kullanırken." -#: ../phpmyadmin/doc/setup.rst:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr ":file:`/www/themes/`" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -9755,39 +9771,39 @@ msgstr "" "phpMyAdmin temaları (bakınız :ref:`themes`) ekleyebilirsiniz." # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Docker Örnekleri" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "Verilen bir sunucuyu kullanmak üzere phpMyAdmin'i bağlamak için:" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "Daha fazla sunucuyu kullanmak üzere phpMyAdmin'i bağlamak için:" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "Gelişigüzel sunucu seçeneğini kullanmak için:" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "Ayrıca Docker kullanarak veritabanı kalıbını bağlayabilirsiniz:" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "İlave yapılandırma ile çalışma:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "İlave temalar ile çalışma:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "Docker-compose kullanma" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -9799,12 +9815,12 @@ msgstr "" "açma sayfasında MySQL/MariaDB sunucusunu belirlemenize izin veren - " "gelişigüzel bir sunucu ile phpMyAdmin'i çalıştıracak." -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "Docker-compose kullanarak yapılandırma dosyasını özelleştirme" # 7f2f1633abfb41709e26da74ab34c9fd -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" @@ -9812,17 +9828,17 @@ msgstr "" "phpMyAdmin yapılandırmasını özelleştirmek için harici bir dosya kullanabilir " "ve birimler yönergesini kullanarak bunu geçebilirsiniz:" -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "Bir alt dizinde haproksi arkasında çalışma" # 0e08aee823fd4457923bacff3423024a -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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 " @@ -9833,16 +9849,16 @@ msgstr "" "gerekir." # a7cec7edf8b241aaa1357526e10c708f -#: ../phpmyadmin/doc/setup.rst:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "Örneğin, haproksi kullanarak aşağıdaki gibi yapılabilir:" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "Traefik kullanırken, aşağıdaki gibi bir şeyin çalışması gerekir:" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" @@ -9850,11 +9866,11 @@ msgstr "" "O zaman sizde docker-compose yapılandırması içinde :envvar:" "`PMA_ABSOLUTE_URI` parametresini belirlemelisiniz:" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "IBM Bulut" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../phpmyadmin/doc/setup.rst:565 msgid "" "One of our users has created a helpful guide for installing phpMyAdmin on " "the `IBM Cloud platform `_ yüklemek için yararlı " "bir rehber oluşturdu." -#: ../phpmyadmin/doc/setup.rst:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Hızlı Yükleme" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Phpmyadmin.net İndirme sayfasından uygun dağıtım aracını seçin. Bazı araçlar " "sadece İngilizce mesajları içerir, diğerleri tüm dilleri içerir. Biz adı " "``phpMyAdmin-x.x.x -all-languages.tar.gz`` gibi görünen bir aracı " "seçeceğinizi farz ediyoruz." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "Hakiki bir arşiv indirdiğinizden emin olun, bakınız :ref:`verify`." -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -9898,7 +9920,7 @@ msgstr "" "dosyaları yerel makinenizdeki dizine koyun ve sonra adım 4'te, örneğin FTP " "kullanarak dizini web sunucunuza aktarın." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -9910,7 +9932,7 @@ msgstr "" "betikler sorun olacaktır). Öneriler için bakınız :ref:`faq4_2` ve :ref:" "`faq1_26`." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -9926,11 +9948,11 @@ msgstr "" "gereklidir." # 821a09f8eb394cb788176b2a07226601 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Dosyayı el ile oluşturma" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../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 " @@ -9953,11 +9975,11 @@ msgstr "" "yoktur. İlerlemek için mutemelen sadece birkaç yönergeye ihtiyacınız " "olacaktır; bunun gibi görünen basit bir yapılandırma:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "Veya oturum açtığınız her seferde sormamasını tercih ediyorsanız:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." @@ -9965,7 +9987,7 @@ msgstr "" "Herkesin veritabanınızı işleyebildiğinden yapılandırmada saklanan parolalar " "güvenli değildir." -#: ../phpmyadmin/doc/setup.rst:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -9973,11 +9995,11 @@ msgstr "" "Olası yapılandırma değerlerinin tam açıklaması için bu belgenin :ref:" "`config` bölümüne bakın." -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "Kur betiği kullanımı" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -9988,7 +10010,7 @@ msgstr "" "sunucuya göndermek için indirebilirsiniz." # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -10000,7 +10022,7 @@ msgstr "" "bilgisayarınıza kaydetmek için :guilabel:`İndir` düğmesini kullanmanız " "gerekir ondan sonra sunucuya gönderin." -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -10010,7 +10032,7 @@ msgstr "" "seçenekleri ayarlamayı tercih ederseniz, beğendiğiniz düzenleyicinizle " "dosyayı gözden geçirebilir ya da düzenleyebilirsiniz." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -10028,7 +10050,7 @@ msgstr "" "veya http kullanımına geçmek. İlave bilgiler için bakınız :ref:" "`faqmultiuser`, özellikle :ref:`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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 :" @@ -10038,11 +10060,11 @@ msgstr "" "ekranını ve veritabanınızı ya da :term:`HTTP` veya tanımlama bilgisi kimlik " "doğrulaması kipi kullanılıyorsa oturum açma iletisi görüntülemelidir." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "Debian, Ubuntu ve türevleri üzerinde kur betiği" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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 " @@ -10052,19 +10074,19 @@ msgstr "" "yolunu değiştirdi, bir bakıma bunlardan biri için tek komut çalıştırılmak " "zorundadır." -#: ../phpmyadmin/doc/setup.rst:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "Yapılandırmayı düzenlemeye izin veren çalıştırma:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "Yapılandırmayı düzenlemeyi engelleyen çalıştırma:" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "openSUSE üzerinde kur betiği" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -10076,11 +10098,11 @@ msgstr "" "phpmyadmin.net/> adresinden ya indirebilir ya da tanıtım sunucumuzdaki kur " "betiğini kullanabilirsiniz: ." -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "phpMyAdmin yayımlarını doğrulama" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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 " @@ -10090,7 +10112,7 @@ msgstr "" "2016'ya kadar imzalayan yayımlama geliştiricisi Marc Delisle'di. Anahtar " "kimliği 0xFEFC65D181AF644A, PGP parmak izi:" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." @@ -10098,7 +10120,7 @@ msgstr "" "ve daha fazla kimlik bilgisini adresinden " "alabilirsiniz." -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:" @@ -10106,7 +10128,7 @@ msgstr "" "Ocak 2016 başından itibaren, yayım yöneticisi Isaac Bennetch'dir. Anahtar " "kimliği 0xCE752F178259BD92, ve PGP parmak izi:" -#: ../phpmyadmin/doc/setup.rst:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." @@ -10114,7 +10136,7 @@ msgstr "" "ve daha fazla kimlik bilgisini adresinden " "alabilirsiniz." -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:" @@ -10122,7 +10144,7 @@ msgstr "" "Bazı ilave indirmeler (örneğin temalar) Michal Čihař tarafından imzalanmış " "olabilir. Anahtar kimliği 0x9C27B31342B7511D, ve PGP parmak izi:" -#: ../phpmyadmin/doc/setup.rst:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." @@ -10130,7 +10152,7 @@ msgstr "" "ve daha fazla kimlik bilgisini adresinden " "alabilirsiniz." -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -10141,7 +10163,7 @@ msgstr "" "aynı kodu kullandığınızdan emin olabilirsiniz. Ayrıca en son sürümü " "indirdiğinizden emin olmak için imzalanma tarihini doğrulamalısınız." -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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 " @@ -10150,7 +10172,7 @@ msgstr "" "Her arşiv, PGP imzası içeren ``.asc`` dosyaları ile eşlik eder. İkisine " "birden aynı klasörde sahip oldunuz mu, imzayı doğrulayabilirsiniz:" -#: ../phpmyadmin/doc/setup.rst:737 +#: ../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:" @@ -10158,7 +10180,7 @@ msgstr "" "Gördüğünüz gibi gpg, ortak anahtarı bilmediğinden yakınır. Bu noktada, " "aşağıdaki adımlardan birini yapmalısınız:" -#: ../phpmyadmin/doc/setup.rst:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" @@ -10166,11 +10188,11 @@ msgstr "" "`İndirme sunucumuzdan `_ " "anahtar demetini indirin, ondan sonra şununla içe aktarın:" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "Anahtar sunucularımızın birinden anahtarı indirin ve içe aktarın:" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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 " @@ -10180,7 +10202,7 @@ msgstr "" "doğru olduğunu doğrulayabilirsiniz ancak hala anahtar içinde kullanılan ada " "güvenemezsiniz:" -#: ../phpmyadmin/doc/setup.rst:771 +#: ../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 " @@ -10199,11 +10221,11 @@ msgstr "" "güvenli web'e güvenebilirsiniz. Bu yolla başkalarının imzaları aracılığıyla " "geçişli olarak anahtara güvenebilirsiniz." -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "Anahtar güvenilir olduğunda, uyarı görülmeyecek:" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:" @@ -10211,11 +10233,11 @@ msgstr "" "İmza geçersiz olmalıdır (arşiv değiştirildi), anahtarın güvenilir olması ya " "da olmaması gerçeğine bakılmaksızın açık bir hata alırsınız:" -#: ../phpmyadmin/doc/setup.rst:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin yapılandırma depolaması" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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." @@ -10224,7 +10246,7 @@ msgstr "" "adlandırılırdı, ancak adı genişletilmiş depolama kapsamından dolayı " "değiştirildi." -#: ../phpmyadmin/doc/setup.rst:813 +#: ../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:" @@ -10241,12 +10263,12 @@ msgstr "" "diğer hiçbir kullanıcı bu hakka sahip olmamalıdır) için merkezi veritabanına " "yerleştirilebilir." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Sıfır yapılandırma" # 18bfb42aef5d47faae1535680a5544f7 -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -10260,14 +10282,14 @@ msgstr "" "$cfg['ZeroConf']` parametresini false olarak ayarlayın." # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" "Aşağıdaki üç senaryo Sıfır Yapılandırma kipi tarafından ele alınmaktadır:" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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." @@ -10276,7 +10298,7 @@ msgstr "" "girerken, phpMyAdmin bunları İşlemler sekmesinden oluşturmanıza olanak sunar." # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -10294,7 +10316,7 @@ msgstr "" "veritabanına erişimi vardır." # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -10307,11 +10329,11 @@ msgstr "" "devam eder; kullanıcıya yeni veritabanında daha fazla tablo oluşturması için " "sorulmaz." -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Elle yapılandırma" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -10322,11 +10344,11 @@ msgstr "" "konusuna özellikle dikkat edin)." # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "Eğer zaten bu altyapıya sahipseniz ve:" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -10335,7 +10357,7 @@ msgstr "" "upgrade_tables_mysql_4_1_2+.sql` dosyasını kullanın." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -10345,7 +10367,7 @@ msgstr "" "kullanın." # bd475ca3f46b423c836feb2e04b3991d -#: ../phpmyadmin/doc/setup.rst:859 +#: ../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`." @@ -10354,13 +10376,13 @@ msgstr "" "lütfen :file:`sql/upgrade_tables_4_7_0+.sql` dosyasını kullanın." # 5009520c824a4dba94280abf916fd934 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" "ve ondan sonra :file:`sql/create_tables.sql` dosyasını içe aktararak yeni " "tabloları oluşturun." -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -10372,7 +10394,7 @@ msgstr "" "ihtiyacınız olduğunun farkında olun ve bu betiğin veritabanının adına bağlı " "olarak bazı ayarlamalara ihtiyacı olabilir." -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -10382,7 +10404,7 @@ msgstr "" "inc.php` dosyanız içindeki tablo adlarını belirlemelisiniz. Bunun için " "kullanılan yönergeler :ref:`config` içinde bulunabilir." -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -10394,19 +10416,19 @@ msgstr "" "$cfg['Servers'][$i]['controlpass']` ayarları) ihtiyacınız olacak. Örneğin " "aşağıdaki ifadeyi kullanarak oluşturabilirsiniz:" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "Ve herhangi bir MariaDB sürümü için:" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "MySQL 8.0 ve daha yenisi için:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "8.0'dan daha eski MySQL için:" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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 " @@ -10416,12 +10438,12 @@ msgstr "" "mysql_native_password kimlik doğrulamasını geçici çözüm olarak kullanmayı " "gerektirebileceğini unutmayın, ayrıntılar için bakınız :ref:`faq1_45` ." -#: ../phpmyadmin/doc/setup.rst:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Eski sürümden yükseltme" # 5c38f59368c441ffbe914fd56c85b561 -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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." @@ -10430,7 +10452,7 @@ msgstr "" "çıkartmayın, her zaman önce sadece yapılandırma dosyalarını tutarak eski " "dosyaları silin." -#: ../phpmyadmin/doc/setup.rst:915 +#: ../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." @@ -10439,7 +10461,7 @@ msgstr "" "olabilen, dizinde herhangi bir eski veya güncel olmayan dosya " "bırakmayacaksınız." -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -10454,11 +10476,11 @@ msgstr "" "dosyanızın en sonunda bulabileceğiniz ``set_magic_quotes_runtime(0);`` " "ifadesini kaldırın." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "Tam yükseltme birkaç basit adımda gerçekleştirilebilir:" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." @@ -10466,13 +10488,13 @@ msgstr "" "En son phpMyAdmin sürümünü " "adresinden indirin." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" "Varolan phpMyAdmin klasörünü yeniden adlandırın (örneğin ``phpmyadmin-" "eski``)." -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." @@ -10480,7 +10502,7 @@ msgstr "" "Yeni indirilmiş phpMyAdmin paketini istenen konuma açın (örneğin " "``phpmyadmin``)." -#: ../phpmyadmin/doc/setup.rst:930 +#: ../phpmyadmin/doc/setup.rst:940 msgid "" "Copy :file:`config.inc.php`` from old location (``phpmyadmin-old``) to the " "new one (``phpmyadmin``)." @@ -10488,15 +10510,15 @@ msgstr "" ":file:`config.inc.php`` dosyasını eski konumundan (``phpmyadmin-eski``) yeni " "olan konumuna (``phpmyadmin``) kopyalayın." -#: ../phpmyadmin/doc/setup.rst:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "Her şeyin düzgün çalışıp çalışmadığını deneyin." -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "Bir önceki sürümün yedeğini kaldırın (``phpmyadmin-eski``)." -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -10508,7 +10530,7 @@ msgstr "" "`sql/upgrade_tables_mysql_4_1_2+.sql` içinde bulunan :term:`SQL` betiğini " "çalıştırmalısınız." -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -10520,7 +10542,7 @@ msgstr "" "`sql/upgrade_column_info_4_3_0+.sql` içinde bulunan :term:`SQL` betiğini " "çalıştırmalısınız." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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." @@ -10528,12 +10550,12 @@ msgstr "" "Tarayıcı önbelleğini temizlemeyi ve oturumu kapatıp ve tekrar oturum açarak " "eski oturumu boşaltmayı unutmayın." -#: ../phpmyadmin/doc/setup.rst:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Kimlik doğrulaması kipleri kullanımı" # 07928341023648d3af6e13958292e57f -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -10552,7 +10574,7 @@ msgstr "" "doğrulaması kipini kullanmayı tercih edebilirsiniz böylece kullanıcı adı/" "parola eşlemeniz yapılandırma dosyasında açıkta olmaz." -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -10569,7 +10591,7 @@ msgstr "" "bilgisi kipinde, parola geçici tanımlama bilgisi içinde AES algoritması ile " "şifrelenip saklanır." -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -10583,7 +10605,7 @@ msgstr "" "kullanıcı oluşturuyorsunuz). Örneğin, *kullanıcı_tabanlı* veritabanındaki " "tüm yetkiler ile *gerçek_kullanıcı* kullanıcısını vermek için:" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -10594,17 +10616,17 @@ msgstr "" "doğrulaması kipi ile :config:option:`$cfg['Servers']` dizilimi içindeki " "kullanıcı/parola alanlarını doldurmanıza gerek yok." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "HTTP kimlik doğrulaması kipi" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -10612,7 +10634,7 @@ msgstr "" ":term:`HTTP` Basit kimlik doğrulaması yöntemini kullanır ve herhangi bir " "geçerli MySQL kullanıcısı olarak oturum açmanıza izin verir." -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -10622,7 +10644,7 @@ msgstr "" "`IIS` (:term:`ISAPI`) desteği için bakınız :ref:`faq1_32`, Apache :term:" "`CGI` ile kullanım için bakınız :ref:`faq1_35`." -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -10634,7 +10656,7 @@ msgstr "" "geçmez, öyle ki kimlik bilgileriniz uygulamaya ulaşmayacaktır. Bu durumda, " "aşağıdaki yapılandırma yönergesini ekleyebilirsiniz:" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -10642,7 +10664,7 @@ msgstr "" "Aynı zamanda :term:`.htaccess` mekanizmasını ':term:`HTTP`' kimlik " "doğrulaması kipi ile yalnız kullanmamakla ilgili bakınız :ref:`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -10654,12 +10676,12 @@ msgstr "" "hatırlar. Bu nedenle, bu yöntem, oturumu kapattıkan sonra aynı kullanıcı ile " "oturum açamayacağınız bir sınırlamaya sahiptir." -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Tanımlama bilgisi kimlik doğrulaması kipi" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../phpmyadmin/doc/setup.rst:1041 msgid "" "Username and password are stored in cookies during the session and password " "is deleted when it ends." @@ -10667,7 +10689,7 @@ msgstr "" "Kullanıcı adı ve parola oturum sırasında tanımlama bilgilerinde saklanır ve " "sona erdiğinde parola silinir." -#: ../phpmyadmin/doc/setup.rst:1033 +#: ../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`)." @@ -10676,7 +10698,7 @@ msgstr "" "kullanıcı adıyla yeniden oturum açabilir (bu, :ref:`auth_http` ile mümkün " "değildir)." -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -10687,7 +10709,7 @@ msgstr "" "istiyorsanız, :config:option:`$cfg['AllowArbitraryServer']` yönergesine " "bakın." -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../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." @@ -10695,11 +10717,11 @@ msgstr "" ":ref:`require` bölümünde adı geçtiği gibi, ``openssl`` uzantısına sahip " "olmak erişimi oldukça hızlandıracaktır, ancak gerekmez." -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Oturumu Açma kimlik doğrulaması kipi" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../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." @@ -10709,7 +10731,7 @@ msgstr "" "kullanılmasının uygun bir yoludur." # 82e95387fe434510a8cabebfce92aaf7 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -10724,7 +10746,7 @@ msgstr "" "$cfg['Servers'][$i]['SignonScript']` yönergesine bakın)." # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -10735,7 +10757,7 @@ msgstr "" "$cfg['Servers'][$i]['SignonURL']`." # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../phpmyadmin/doc/setup.rst:1070 msgid "" "The very basic example of saving credentials in a session is available as :" "file:`examples/signon.php`:" @@ -10744,7 +10766,7 @@ msgstr "" "signon.php` olarak mevcuttur:" # d64dc59ee10549769961c1eb7bd7ea35 -#: ../phpmyadmin/doc/setup.rst:1066 +#: ../phpmyadmin/doc/setup.rst:1076 msgid "" "Alternatively, you can also use this way to integrate with OpenID as shown " "in :file:`examples/openid.php`:" @@ -10753,7 +10775,7 @@ msgstr "" "openid.php` dosyasında gösterildiği gibi kullanabilirsiniz:" # a89ba5c5c9f847d38d85e6a9d037fd5c -#: ../phpmyadmin/doc/setup.rst:1072 +#: ../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:`" @@ -10766,7 +10788,7 @@ msgstr "" "küçük bir örneği :file:`examples/signon-script.php` içinde var:" # e36cac0e80d24bcca85c185dba0d64ca -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -10780,11 +10802,11 @@ msgstr "" "['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`, :ref:" "`example-signon`" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Yapılandırma kimlik doğrulaması kipi" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -10796,7 +10818,7 @@ msgstr "" "doldurmanızı gerektirir (ve sonuç olarak :file:`config.inc.php` dosyanızı " "okuyabilen her kim olursa kullanıcı adı ve parolanızı keşfedebilir)." -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -10804,7 +10826,7 @@ msgstr "" ":ref:`faqmultiuser` bölümü içinde yapılandırma dosyanızı nasıl " "koruyacağınızı anlatan bir giriş vardır." -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -10816,7 +10838,7 @@ msgstr "" "[$i]['AllowDeny']['rules']` yapılandırma yönergelerini dikkate almak " "isteyebilirsiniz." -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -10833,12 +10855,12 @@ msgstr "" "HTTP isteklerine izin vermemek ya da güvenlik duvarı yetecektir (her ikiside " "bu kılavuzun kapsamı dışında ama kolaylıkla Google ile aranabilir)." -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "phpMyAdmin kurulumunuzun güvenliğini sağlama" # 95aaff4dec424d21b3b5e8d6ffe0c9a5 -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -10846,7 +10868,7 @@ msgstr "" "phpMyAdmin takımı uygulamayı güvenli yapmak için zorlamaya çalışır, ancak " "daima kurulumunuzu daha güvenli yapan yollar vardır:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." @@ -10854,7 +10876,7 @@ msgstr "" "`Güvenlik duyurularımızı `_ takip edin " "ve yeni güvenlik açığı yayımlanır yayımlanmaz phpMyAdmin'i yükseltin." -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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." @@ -10862,7 +10884,7 @@ msgstr "" "phpMyAdmin'in sadece HTTPS üzerinden hizmet etmesi. Tercihen, HSTS bile " "kullanmalısınız, öyle ki protokol düşürme saldırılarından korunursunuz." -#: ../phpmyadmin/doc/setup.rst:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors `_ etkisizleştirilmelidir." # f5b19f5b13854a66a0961cb28e73a893 -#: ../phpmyadmin/doc/setup.rst:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." @@ -10882,7 +10904,7 @@ msgstr "" "phpMyAdmin'den ``test`` dizinini kaldırın." # f5b19f5b13854a66a0961cb28e73a893 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." @@ -10891,7 +10913,7 @@ msgstr "" "sonra kullanmayacaksınız." # e6684ab82ea1407a90394dadf77aeb25 -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../phpmyadmin/doc/setup.rst:1141 msgid "" "Properly choose an authentication method - :ref:`cookie` is probably the " "best choice for shared hosting." @@ -10899,7 +10921,7 @@ msgstr "" "Kimlik doğrulaması yöntemini uygun şekilde seçin - :ref:`cookie` paylaşılan " "barındırma için muhtemelen en iyi seçimdir." -#: ../phpmyadmin/doc/setup.rst:1133 +#: ../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 " @@ -10914,7 +10936,7 @@ msgstr "" "sunucusu için genellikle bu dizinlerdeki :term:`.htaccess` dosyasıyla bu " "başarı sağlanır." -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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`." @@ -10923,7 +10945,7 @@ msgstr "" "(eğer bu web kök klasörünüz içinde bulunuyorsa, ayrıca bakınız :ref:`web-" "dirs`." -#: ../phpmyadmin/doc/setup.rst:1141 +#: ../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 " @@ -10937,7 +10959,7 @@ msgstr "" "bakınız :ref:`faq1_42`." # 59ca6fb90e8041abab93ccb35329d792 -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -10949,12 +10971,12 @@ msgstr "" "['rules']` veya root kullanıcısı erişimini reddetmek için :config:option:`" "$cfg['Servers'][$i]['AllowRoot']` kullanabilirsiniz." -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "Hesabınız için :ref:`2fa` 'ni etkinleştirme." # e1b1bd218e6f41e08d4b1dbb5cfed36a -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -10967,7 +10989,7 @@ msgstr "" "istemesi için yapılandırarak bunu elde edebilirsiniz. Örneğin Apache'de bu " "şöyle yapılabilir:" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -10978,7 +11000,7 @@ msgstr "" "yardımcı uygulaması kullanılarak yapılabilir:" # 2b8fc8b9693c4ff69746070cd17a17db -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../phpmyadmin/doc/setup.rst:1178 msgid "" "If you are afraid of automated attacks, enabling Captcha by :config:option:`" "$cfg['CaptchaLoginPublicKey']` and :config:option:`" @@ -10990,7 +11012,7 @@ msgstr "" "olabilir." # f11e1dd2165a41bab6217f6fcca65631 -#: ../phpmyadmin/doc/setup.rst:1171 +#: ../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 " @@ -11003,7 +11025,7 @@ msgstr "" "verebilir. Syslog tarafından kullanılan günlük dosyasının Apache hata veya " "erişim günlük dosyaları ile aynı olmadığını unutmayın." -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -11015,11 +11037,11 @@ msgstr "" "depolaması kullanması genellikle tavsiye edilir. Bunu başarmak için :config:" "option:`$cfg['SessionSavePath']` kullanabilirsiniz." -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "Veritabanı sunucusuna bağlantı için SSL kullanımı" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:" @@ -11027,11 +11049,11 @@ msgstr "" "Uzak veritabanı sunucusuna bağlanırken SSL kullanılması önerilir. SSL " "kurulumunun yer aldığı birçok yapılandırma seçeneği vardır:" -#: ../phpmyadmin/doc/setup.rst:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl']`" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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 " @@ -11041,7 +11063,7 @@ msgstr "" "etkinleştirirseniz, bağlantı şifrelenecektir, ancak bağlantının kimlik " "doğrulaması olmaz - doğru sunucuyla konuştuğunuzu doğrulayamazsınız." -#: ../phpmyadmin/doc/setup.rst:1192 +#: ../phpmyadmin/doc/setup.rst:1202 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" "$cfg['Servers'][$i]['ssl_cert']`" @@ -11050,11 +11072,11 @@ msgstr "" "$cfg['Servers'][$i]['ssl_cert']`" # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "Bu, istemcinin sunucuya kimliğini doğrulaması için kullanılır." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" @@ -11062,7 +11084,7 @@ msgstr "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` ve :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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." @@ -11070,11 +11092,11 @@ msgstr "" "Sunucu sertifikaları için güvendiğiniz sertifika yetkilileri. Bu, bir " "güvenilen sunucuyla konuştuğunuzdan emin olmak için kullanılır." -#: ../phpmyadmin/doc/setup.rst:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." @@ -11082,7 +11104,7 @@ msgstr "" "Bu yapılandırma, sunucu sertifika doğrulamasını etkisizleştirir. Dikkatli " "kullanın." -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -11095,7 +11117,7 @@ msgstr "" "kullanabilirsiniz." # e36cac0e80d24bcca85c185dba0d64ca -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -11111,15 +11133,15 @@ msgstr "" "['ssl_ca_path']`, :config:option:`$cfg['Servers'][$i]['ssl_ciphers']`, :" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "Bilinen sorunlar" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "Sütuna özel yetkileri olan kullanıcılar \"Gözat\" işlemi yapamazlar" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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." @@ -11128,7 +11150,7 @@ msgstr "" "sütuna özel yetkilere sahipse, \"Gözat\" işlemi bir hata iletisi ile " "başarısız olacaktır." -#: ../phpmyadmin/doc/setup.rst:1225 +#: ../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 " @@ -11139,13 +11161,13 @@ msgstr "" "çalışacaktır. `Sorun 11922 `_." -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" "'Http' kimlik doğrulaması kullanarak oturumu kapattıktan sonra tekrar oturum " "açma sorunu" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/uk.mo b/po/uk.mo index db787e9d1..e8fe631b3 100644 Binary files a/po/uk.mo and b/po/uk.mo differ diff --git a/po/uk.po b/po/uk.po index b1ac3b335..c8d76c562 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8810,6 +8810,22 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "Використовується тільки якщо :envvar:`PMA_PORT` є пустий." #: ../phpmyadmin/doc/setup.rst:227 +msgid "Socket file for the database connection." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "Розділені комами порти сервера баз даних для використання." + +#: ../phpmyadmin/doc/setup.rst:233 +#, fuzzy +#| msgid "Used only if :envvar:`PMA_HOST` is empty." +msgid "Used only if :envvar:`PMA_SOCKET` is empty." +msgstr "Використовується тільки якщо :envvar:`PMA_HOST` є пустий." + +#: ../phpmyadmin/doc/setup.rst:237 msgid "" "The fully-qualified path (``https://pma.example.net/``) where the reverse " "proxy makes phpMyAdmin available." @@ -8817,74 +8833,74 @@ msgstr "" "Повний шлях (``https://pma.example.net/``) де реверсивний проксі-сервер " "робить phpMyAdmin доступним." -#: ../phpmyadmin/doc/setup.rst:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['history']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['QueryHistoryDB']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['QueryHistoryMax']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlhost']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['controluser']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlpass']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlport']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8892,85 +8908,85 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "Рекомендовані значення: `phpmyadmin` або `pmadb`" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['pmadb']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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`." @@ -8979,7 +8995,7 @@ msgstr "" "`PMA_USER` і :envvar:`PMA_PASSWORD` встановлені, він переключається на :ref:" "`auth_config`." -#: ../phpmyadmin/doc/setup.rst:327 +#: ../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:" @@ -8993,11 +9009,11 @@ msgstr "" "ласка, перегляньте документацію `MariaDB container `_ або `MySQL container `_." -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "Настроювання конфігурації" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -9014,7 +9030,7 @@ msgstr "" "directory/config.user.inc.php:/etc/phpmyadmin/config.user.inc.php` " "параметрів." -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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." @@ -9022,7 +9038,7 @@ msgstr "" "Зверніть увагу, що доданий файл конфігурації застосовується після того, як :" "ref:`docker-vars`, але ви можете перевизначити будь-яке з значень." -#: ../phpmyadmin/doc/setup.rst:347 +#: ../phpmyadmin/doc/setup.rst:357 msgid "" "For example to change the default behavior of CSV export you can use the " "following configuration file:" @@ -9030,7 +9046,7 @@ msgstr "" "Наприклад, щоб змінити за замовчуванням характеристики експорту CSV ви " "можете використовувати наступний файл конфігурації:" -#: ../phpmyadmin/doc/setup.rst:355 +#: ../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`:" @@ -9038,25 +9054,25 @@ msgstr "" "Ви також можете використовувати його для визначення конфігурації сервера " "замість використання змінних середовища, перелічених у :ref:`docker-vars`:" -#: ../phpmyadmin/doc/setup.rst:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "Дивитися :ref:`config` для докладного опису опцій конфігурації." -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Томи Docker" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" "Ви можете використовувати наступні томи для налаштування характеристик " "зображення:" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr ":file:`/etc/phpmyadmin/config.user.inc.php`" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." @@ -9064,11 +9080,11 @@ msgstr "" "Може використовуватися для додаткових налаштувань, дивитися попередню главу " "для більш докладної інформації." -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr ":file:`/sessions/`" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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`." @@ -9076,11 +9092,11 @@ msgstr "" "Каталог зберігання PHP сесій. Ви можете спільно використовувати це, " "наприклад, при використанні :ref:`auth_signon`." -#: ../phpmyadmin/doc/setup.rst:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr ":file:`/www/themes/`" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -9090,39 +9106,39 @@ msgstr "" "постачаються разом із phpMyAdmin, але ви можете включити додаткові теми " "phpMyAdmin (дивіться :ref:`themes`) з допомогою томів Docker." -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Приклади Docker" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "Для підключення phpMyAdmin до вказаного сервера, використовуйте:" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "Для підключення phpMyAdmin до декількох серверів використовуйте:" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "Щоб використовувати опцію довільного сервера:" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "Ви також можете пов'язати контейнер бази даних використовуючи Докер:" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "Запуск з додатковою конфігурацією:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "Робота з додатковими темами:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "Використання docker-compose" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -9134,11 +9150,11 @@ msgstr "" "запускати phpMyAdmin з довільним сервером - дозволяючи вам вказати MySQL/" "MariaDB сервер на сторінці авторизації." -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "Налаштування файлу конфігурації за допомогою docker-compose" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" @@ -9146,15 +9162,15 @@ msgstr "" "Ви можете використовувати зовнішній файл для налаштування конфігурації " "PhpMyAdmin і передати його за допомогою директиви томів:" -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "Працюють у фоновому режимі haproxy в підкаталозі" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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 " @@ -9163,15 +9179,15 @@ msgstr "" "Кали ви хочете запускати phpMyAdmin у Docker контейнері в підкаталозі, вам " "потрібно переписати шлях запиту на сервері проксінг запитів." -#: ../phpmyadmin/doc/setup.rst:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "Наприклад, використовуючи haproxy це може бути зроблено, як:" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "При використанні traefik, щось на зразок повинно працювати:" -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" @@ -9179,39 +9195,45 @@ msgstr "" "Потім ви повинні вказати :envvar:`PMA_ABSOLUTE_URI` в docker-compose " "конфігурації:" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "IBM Cloud" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "Швидка установка" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "Виберіть відповідний дистрибутив з сторінки завантаження phpmyadmin.net. " "Деякі набори містять тільки англійські повідомлення, інші містять всі мови.\n" "Припустимо, що ви вибрали комплект ім'я якого виглядає як ``phpMyAdmin-x.x.x " "-all-languages.tar.gz``." -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "" "Переконайтеся, що ви завантажили справжній архів, дивіться :ref:`verify`." -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -9226,7 +9248,7 @@ msgstr "" "комп'ютері, і, після кроку 4, перенесіть каталог на ваш веб-сервер, " "використовуючи, наприклад, FTP." -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -9238,7 +9260,7 @@ msgstr "" "власника інших скриптів, буде проблема). Дивіться :ref:`faq4_2` and :ref:" "`faq1_26` для пропозицій." -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -9253,11 +9275,11 @@ msgstr "" "найшвидший спосіб, щоб почати роботу і необхідний для деяких додаткових " "функцій." -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "Cтворення файлу вручну" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -9291,11 +9313,11 @@ msgstr "" "потрібно всього лише кілька директив, щоб почати працювати; проста " "конфігурація може виглядати наступним чином:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "Або, якщо ви вважаєте за краще не авторизуватися щораз при вході:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." @@ -9303,7 +9325,7 @@ msgstr "" "Зберігати паролі в конфігурації небезпечно, оскільки будь-хто зможе " "маніпулювати вашою базою даних." -#: ../phpmyadmin/doc/setup.rst:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." @@ -9311,11 +9333,11 @@ msgstr "" "Для докладного пояснення можливих значень конфігурації, дивіться :ref:" "`config` цього документа." -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "Використання сценарію установки" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -9325,7 +9347,7 @@ msgstr "" "функцію установки phpMyAdmin. Файл може бути створений використовуючи " "установку і ви можете завантажити його для завантаження на сервер." -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -9337,7 +9359,7 @@ msgstr "" "повинні використовувати :guilabel:`Download` кнопку, щоб зберегти їх на свій " "комп'ютер і потім завантажити на сервер." -#: ../phpmyadmin/doc/setup.rst:646 +#: ../phpmyadmin/doc/setup.rst:656 #, fuzzy #| msgid "" #| "Now the file is ready to be used. You can choose to review or edit the " @@ -9352,7 +9374,7 @@ msgstr "" "файл з вашим улюбленим редактором, якщо ви віддаєте перевагу, щоб встановити " "деякі додаткові параметри, які скрипт установки не надає." -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -9371,7 +9393,7 @@ msgstr "" "Дивіться :ref:`faqmultiuser` для отримання додаткової інформації, особливо :" "ref:`faq4_4`." -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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 :" @@ -9381,11 +9403,11 @@ msgstr "" "тепер показувати на екрані привітання і ваші бази даних, або діалогове вікно " "авторизації при використанні :term:`HTTP` або режиму cookie аутентифікації." -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "Сценарій установки на Debian, Ubuntu і похідних" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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 " @@ -9394,19 +9416,19 @@ msgstr "" "Debian і Ubuntu змінили спосіб увімкнення та вимкнення сценарію налаштування " "таким чином, що одна команда повинна бути виконана для будь-якого з них." -#: ../phpmyadmin/doc/setup.rst:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "Щоб дозволити редагування конфігурації викличте:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "Для того, щоб заблокувати редагування конфігурації викличте:" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "Сценарій установки на OpenSUSE" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -9418,11 +9440,11 @@ msgstr "" "пакет з або використати налаштування сценарію " "на нашому демо-сервері: ." -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "Перевірка релізів phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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 " @@ -9432,7 +9454,7 @@ msgstr "" "розробником, яким до січня 2016 року був Marc Delisle. Його ідентифікаційний " "ключ 0xFEFC65D181AF644A, його PGP відбиток:" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." @@ -9440,7 +9462,7 @@ msgstr "" "і ви можете отримати більш детальну інформацію про ідентифікацію від " "." -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:" @@ -9448,7 +9470,7 @@ msgstr "" "Починаючи з січня 2016 року, менеджер релізу Isaac Bennetch. Його " "ідентифікаційний ключ 0xCE752F178259BD92, його PGP відбиток:" -#: ../phpmyadmin/doc/setup.rst:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." @@ -9456,7 +9478,7 @@ msgstr "" "і ви можете отримати більш детальну інформацію про ідентифікацію від " "." -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:" @@ -9464,7 +9486,7 @@ msgstr "" "Деякі додаткові завантаження (наприклад теми) можуть бути підписані Michal " "Čihař. Його ідентифікаційний ключ 0x9C27B31342B7511D, його PGP відбиток:" -#: ../phpmyadmin/doc/setup.rst:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." @@ -9472,7 +9494,7 @@ msgstr "" "і ви можете отримати детальнішу інформацію про ідентифікацію від ." -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9484,7 +9506,7 @@ msgstr "" "і той же код, який був випущений. Ви повинні також перевірити дату підпису, " "щоб переконатися, що ви завантажили останню версію." -#: ../phpmyadmin/doc/setup.rst:728 +#: ../phpmyadmin/doc/setup.rst:738 #, fuzzy #| msgid "" #| "Each archive is accompanied with ``.asc`` files which contains the PGP " @@ -9499,7 +9521,7 @@ msgstr "" "них. Після того як ви їх маєте обох в тій же папці, ви можете перевірити " "підпис:" -#: ../phpmyadmin/doc/setup.rst:737 +#: ../phpmyadmin/doc/setup.rst:747 #, fuzzy #| msgid "" #| "As you can see gpg complains that it does not know the public key. At " @@ -9511,7 +9533,7 @@ msgstr "" "Як ви можете бачити скаргу gpg, що він не знає відкритий ключ. На цьому " "етапі ви повинні виконати одну з наступних дій:" -#: ../phpmyadmin/doc/setup.rst:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" @@ -9519,11 +9541,11 @@ msgstr "" "Завантажити keyring з `нашого сервера завантаження `_, потім імпортуйте його з:" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "Завантажити та імпортувати ключ з одного з ключових серверів:" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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 " @@ -9533,7 +9555,7 @@ msgstr "" "від даного ключа є правильним, але ви все ще не можете довіряти імені, яке " "використовується в ключі:" -#: ../phpmyadmin/doc/setup.rst:771 +#: ../phpmyadmin/doc/setup.rst:781 #, fuzzy #| msgid "" #| "The problem here is that anybody could issue the key with this name. You " @@ -9562,11 +9584,11 @@ msgstr "" "інших, які зустрілися з розробником особисто. Наприклад, ви можете бачити як " "`Isaac's key links to Linus's key`_." -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "Після того, як ключ є довірений, попередження не буде відбуватися:" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:" @@ -9574,11 +9596,11 @@ msgstr "" "Якщо підпис недійсний (архів був змінений), ви отримаєте чітку помилку, " "незалежно від того, що ключ є довірений чи ні:" -#: ../phpmyadmin/doc/setup.rst:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "Зберігання конфігурації phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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." @@ -9586,7 +9608,7 @@ msgstr "" "До PhpMyAdmin 3.4.0 це називалося Linked Tables Infrastructure, але назву " "було змінено через тривалий обсяг зберігання." -#: ../phpmyadmin/doc/setup.rst:813 +#: ../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:" @@ -9603,11 +9625,11 @@ msgstr "" "даних потім буде доступна для controluser, тому ніякий інший користувач не " "повинен мати прав на неї)." -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "Нульова конфігурація" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../phpmyadmin/doc/setup.rst:835 #, fuzzy #| msgid "" #| "In many cases, this database structure can be automatically created and " @@ -9626,12 +9648,12 @@ msgstr "" "замовчуванням, для відключення установки :config:option:`$cfg['ZeroConf']` " "до false." -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "Наступні три сценарії охоплюють режим нульової конфігурації:" -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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." @@ -9639,7 +9661,7 @@ msgstr "" "При вході в базу даних, де таблиці для зберігання конфігурації немає, " "phpMyAdmin пропонує створити її перейшовши по вкладці Операції." -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9655,7 +9677,7 @@ msgstr "" "на віртуальному хостингу, де користувач не може редагувати :file:`config.inc." "php` і, як правило, користувач має доступ тільки до однієї бази даних." -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9668,11 +9690,11 @@ msgstr "" "бази даних; користувачу не буде виводитись підказка для створення кількох " "таблиць в новій базі даних." -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "Настроювання вручну" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9682,11 +9704,11 @@ msgstr "" "ім'ям *create\\_tables.sql*. (Якщо ви використовуєте сервер для Windows, " "зверніть особливу увагу на :ref:`faq1_23`)." -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "Якщо ви вже мали цю інфраструктуру і:" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -9694,7 +9716,7 @@ msgstr "" "оновити до MySQL 4.1.2 або новішої, будь ласка, використовуйте :file:`sql/" "upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -9702,7 +9724,7 @@ msgstr "" "оновити до phpMyAdmin 4.3.0 або новішої з 2.5.0 або новішої (<= 4.2.x), " "будь ласка, використовуйте :file:`sql/upgrade_column_info_4_3_0+.sql`." -#: ../phpmyadmin/doc/setup.rst:859 +#: ../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`." @@ -9710,13 +9732,13 @@ msgstr "" "оновити phpMyAdmin до 4.7.0 або новішої з 4.3.0 або новішої, будь ласка, " "використовуйте :file:`sql/upgrade_tables_4_7_0+.sql`." -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" "а потім створити нові таблиці з допомогою імпорту :file:`sql/create_tables." "sql`." -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9728,7 +9750,7 @@ msgstr "" "для створення бази даних і таблиць, і що сценарію можуть знадобитися деякі " "налаштування, в залежності від імені бази даних." -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9738,7 +9760,7 @@ msgstr "" "вказати імена таблиць у вашому :file:`config.inc.php` файлі. Директиви, які " "використовуються для цього можна знайти в :ref:`config`." -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9750,30 +9772,30 @@ msgstr "" "настройки) з відповідними правами на ці таблиці. Наприклад, ви можете " "створити його, використовуючи наступний оператор:" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "І для будь-якої версії MariaDB:" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "Для MySQL 8.0 і новіших версій:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "Для MySQL старше 8.0:" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "Оновлення зі старішої версії" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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." @@ -9781,7 +9803,7 @@ msgstr "" "**Ніколи не** розпаковуйте нову версію поверх існуючої установки phpMyAdmin, " "завжди спочатку видаліть старі файли зберігши тільки конфігурацію." -#: ../phpmyadmin/doc/setup.rst:915 +#: ../phpmyadmin/doc/setup.rst:925 #, fuzzy #| msgid "" #| "This way you will not leave old no longer working code in the directory, " @@ -9794,7 +9816,7 @@ msgstr "" "Таким чином, ви не залишите старий більше не робочий код в каталозі, який " "може мати серйозні наслідки для безпеки або викликати різні неполадки." -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9806,13 +9828,13 @@ msgstr "" "розпаковану. Конфігураційні файли зі старих версій можуть знадобитися для " "налаштувань, так як деякі параметри були змінені або видалені." -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 #, fuzzy #| msgid "The complete upgrade can be performed in few simple steps:" msgid "The complete upgrade can be performed in a few simple steps:" msgstr "Повне оновлення може здійснюватися в кілька простих кроків:" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." @@ -9820,12 +9842,12 @@ msgstr "" "Завантажте останню версію phpMyAdmin від ." -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" "Перейменуйте теку phpMyAdmin, що існує (наприклад, в ``phpmyadmin-old``)." -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 #, fuzzy #| msgid "" #| "Unpack freshly donwloaded phpMyAdmin to desired location (for example " @@ -9837,7 +9859,7 @@ msgstr "" "Розпакуйте вміст щойно закачаного phpMyAdmin в потрібне місце (наприклад " "``phpmyadmin``)." -#: ../phpmyadmin/doc/setup.rst:930 +#: ../phpmyadmin/doc/setup.rst:940 #, fuzzy #| msgid "" #| "Copy :file:`config.inc.php`` from old location (``phpmyadmin-old``) to " @@ -9849,17 +9871,17 @@ msgstr "" "Скопіювати :file:`config.inc.php`` з старого розташування (``phpmyadmin-" "old``) до нового (``phpmyadmin``)." -#: ../phpmyadmin/doc/setup.rst:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "Перевірте, що все працює належним чином." -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 #, fuzzy #| msgid "Remove backup of previous version (``phpmyadmin-old``)." msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "Видаліть резервну копію попередньої версії (``phpmyadmin-old``)." -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9871,7 +9893,7 @@ msgstr "" "повинні запустити :term:`SQL` сценарій в :file:`sql/" "upgrade_tables_mysql_4_1_2+.sql`." -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9882,7 +9904,7 @@ msgstr "" "4.2.x) і якщо ви використовуєте сховище конфігурації phpMyAdmin, ви повинні " "запустити :term:`SQL` сценарій в :file:`sql/upgrade_column_info_4_3_0+.sql`." -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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." @@ -9890,11 +9912,11 @@ msgstr "" "Не забудьте очистити кеш браузера, очистити стару сесію вийшовши з системи і " "повторного ввійшовши." -#: ../phpmyadmin/doc/setup.rst:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "Використання режиму перевірки автентичності" -#: ../phpmyadmin/doc/setup.rst:954 +#: ../phpmyadmin/doc/setup.rst:964 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are recommended in a **multi-" @@ -9922,7 +9944,7 @@ msgstr "" "ваша пара користувач/паспорт не знаходилася в незашифрованому вигляді у " "файлі конфігурації." -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9938,7 +9960,7 @@ msgstr "" "не використовуєте протокол HTTPS. У режимі cookie, пароль зберігаються, " "шифрується за допомогою алгоритму AES, в тимчасовому cookie." -#: ../phpmyadmin/doc/setup.rst:970 +#: ../phpmyadmin/doc/setup.rst:980 #, fuzzy #| msgid "" #| "Then each of the *true* users should be granted a set of privileges on a " @@ -9960,7 +9982,7 @@ msgstr "" "ви створюєте суперкористувача). Наприклад, щоб надати користувачеві " "*real_user* усі привілеї в базі даних *user_base*:" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -9971,17 +9993,17 @@ msgstr "" "потрібно заповнювати поля користувач/пароль всередині :config:option:`" "$cfg['Servers']`." -#: ../phpmyadmin/doc/setup.rst:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "HTTP режим автентифікації" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -9989,7 +10011,7 @@ msgstr "" "Використовуючи :term:`HTTP` Основний метод аутентифікації що дозволяє вам " "увійти в систему як будь-який дійсний користувач MySQL." -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -9999,7 +10021,7 @@ msgstr "" "підтримка за допомогою :term:`CGI` PHP бачити :ref:`faq1_32`, для " "використання з Apache :term:`CGI` бачити :ref:`faq1_35`." -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -10011,7 +10033,7 @@ msgstr "" "основного додатка FCGI, таким чином, що ваші облікові дані не досягнуть " "додатка. У цьому випадку, ви можете додати наступну директиву конфігурації:" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -10019,7 +10041,7 @@ msgstr "" "Бачити також :ref:`faq4_4` про невикористання :term:`.htaccess` механізм " "поряд з ':term:`HTTP`' режим автентифікації." -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../phpmyadmin/doc/setup.rst:1029 #, fuzzy #| msgid "" #| "There is no way to do proper logout in HTTP authentication, most browsers " @@ -10036,11 +10058,11 @@ msgstr "" "аутентифікації HTTP, більшість браузерів будуть пам'ятати облікові дані до " "тих пір, поки не відбудеться друга успішна аутентифікація." -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Cookie режим автентифікації" -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../phpmyadmin/doc/setup.rst:1041 msgid "" "Username and password are stored in cookies during the session and password " "is deleted when it ends." @@ -10048,7 +10070,7 @@ msgstr "" "Ім'я користувача і пароль зберігаються в cookies під час сеансу і пароль " "буде видалений, коли він закінчиться." -#: ../phpmyadmin/doc/setup.rst:1033 +#: ../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`)." @@ -10056,7 +10078,7 @@ msgstr "" "У цьому режимі, користувач може дійсно вийти з phpMyAdmin і знову увійти в " "систему з тим же ім'ям (це не представляється можливим з :ref:`auth_http`)." -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -10066,7 +10088,7 @@ msgstr "" "підключення (а не тільки на серверах, які налаштовані в :file:`config.inc." "php`), бачити :config:option:`$cfg['AllowArbitraryServer']` директиви." -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../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." @@ -10074,11 +10096,11 @@ msgstr "" "Як вже згадувалось в :ref:`require` розділ, що має ``openssl`` розширення " "прискорить доступ значно, але не є обов'язковим." -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Signon режим автентифікації" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../phpmyadmin/doc/setup.rst:1058 #, fuzzy #| msgid "" #| "This mode is a convenient way of using credentials from another " @@ -10091,7 +10113,7 @@ msgstr "" "Цей режим є зручний спосіб використання облікових даних з іншої програми для " "аутентифікації в phpMyAdmin для реалізації єдиного рішення входу в систему." -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -10105,7 +10127,7 @@ msgstr "" "сценарій, щоб повернути повноваження (бачити :config:option:`$cfg['Servers']" "[$i]['SignonScript']`)." -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -10115,7 +10137,7 @@ msgstr "" "option:`$cfg['Servers'][$i]['SignonURL']`, де ви повинні управляти процесом " "входу в систему." -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../phpmyadmin/doc/setup.rst:1070 msgid "" "The very basic example of saving credentials in a session is available as :" "file:`examples/signon.php`:" @@ -10123,7 +10145,7 @@ msgstr "" "Дуже простий приклад збереження облікових даних в сесії доступний як :file:" "`examples/signon.php`:" -#: ../phpmyadmin/doc/setup.rst:1066 +#: ../phpmyadmin/doc/setup.rst:1076 #, fuzzy #| msgid "" #| "Alternatively you can also use this way to integrate with OpenID as shown " @@ -10135,7 +10157,7 @@ msgstr "" "В якості альтернативи ви можете також використовувати цей спосіб для " "інтеграції з OpenID, як показано в :file:`examples/openid.php`:" -#: ../phpmyadmin/doc/setup.rst:1072 +#: ../phpmyadmin/doc/setup.rst:1082 #, fuzzy #| msgid "" #| "If you intend to pass the credentials using some other means than, you " @@ -10153,7 +10175,7 @@ msgstr "" "config:option:`$cfg['Servers'][$i]['SignonScript']`. Існує дуже мінімальний " "приклад в :file:`examples/signon-script.php`:" -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -10167,11 +10189,11 @@ msgstr "" "['SignonScript']`, :config:option:`$cfg['Servers'][$i]['SignonURL']`, :ref:" "`example-signon`" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Конфігурація режиму автентифікації" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -10183,7 +10205,7 @@ msgstr "" "['password']` поля (і, як наслідок, будь-хто, хто може читати ваш :file:" "`config.inc.php` може знайти ваше ім'я користувача та пароль)." -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." @@ -10191,7 +10213,7 @@ msgstr "" "В :ref:`faqmultiuser` розділі, є запис, що пояснює, як захистити свій файл " "конфігурації." -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -10203,7 +10225,7 @@ msgstr "" "['order']` і :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` " "директив конфігурації." -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -10220,11 +10242,11 @@ msgstr "" "чи брандмауер, (обидва методи виходять за рамки даного керівництва, але це " "легко знайти за допомогою Google)." -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "Забезпечення безпеки установки phpMyAdmin" -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -10232,7 +10254,7 @@ msgstr "" "Команда phpMyAdmin жорстко намагається забезпечити безпеку застосування, " "однак завжди є способи, щоб зробити вашу установку безпечнішою:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." @@ -10241,7 +10263,7 @@ msgstr "" "security/>`_ і оновлювати phpMyAdmin щоразу, коли нова уразливість " "опублікована." -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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." @@ -10249,7 +10271,7 @@ msgstr "" "Обслуговувати phpMyAdmin тільки на HTTPS. Переважно, ви повинні " "використовувати HSTS також, щоб бути захищеним з протоколом зниження атак." -#: ../phpmyadmin/doc/setup.rst:1125 +#: ../phpmyadmin/doc/setup.rst:1135 #, fuzzy #| msgid "" #| "Ensure your PHP setup follows recommendations for production sites, for " @@ -10264,7 +10286,7 @@ msgstr "" "сайтів, для прикладу `display_errors `_ повинен бути відключений." -#: ../phpmyadmin/doc/setup.rst:1128 +#: ../phpmyadmin/doc/setup.rst:1138 #, fuzzy #| msgid "" #| "Remove the ``test`` directory from phpMyAdmin, unless you are developing " @@ -10276,7 +10298,7 @@ msgstr "" "Видалити ``test`` каталог з phpMyAdmin, якщо ви розвиваєтесь і потребуєте " "набір тестів." -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." @@ -10284,7 +10306,7 @@ msgstr "" "Видалити ``setup`` каталог з phpMyAdmin, ви ймовірно не будете " "використовувати його після початкової установки." -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../phpmyadmin/doc/setup.rst:1141 msgid "" "Properly choose an authentication method - :ref:`cookie` is probably the " "best choice for shared hosting." @@ -10292,7 +10314,7 @@ msgstr "" "Правильно вибрати метод аутентифікації - :ref:`cookie` це, ймовірно, кращий " "вибір для загального хостингу." -#: ../phpmyadmin/doc/setup.rst:1133 +#: ../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 " @@ -10306,7 +10328,7 @@ msgstr "" "можуть виникнути в цьому коді. В веб-сервері Apache це часто відбувається з " "файлом :term:`.htaccess` у цих каталогах." -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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`." @@ -10315,7 +10337,7 @@ msgstr "" "$cfg['TempDir']` (якщо це знаходиться в вашому веб кореневому каталозі, " "дивіться також :ref:`web-dirs`." -#: ../phpmyadmin/doc/setup.rst:1141 +#: ../phpmyadmin/doc/setup.rst:1151 #, fuzzy #| msgid "" #| "It is generally a good idea to protect a public phpMyAdmin installation " @@ -10334,7 +10356,7 @@ msgstr "" "вашого веб-сервера або обмежити доступ до конфігурації веб-сервера, бачити :" "ref:`faq1_42`." -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -10346,11 +10368,11 @@ msgstr "" "$cfg['Servers'][$i]['AllowDeny']['rules']` обмежити їх або :config:option:`" "$cfg['Servers'][$i]['AllowRoot']` відмовити у доступі супер користувачеві." -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "Увімкнути :ref:`2fa` для вашого облікового запису." -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -10363,7 +10385,7 @@ msgstr "" "настройки веб-сервера для запиту аутентифікації HTTP. Наприклад, в Apache це " "можна зробити за допомогою:" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -10373,7 +10395,7 @@ msgstr "" "користувачів, які можуть автентифікуватися. Це може бути зроблено за " "допомогою :program:`htpasswd` utility:" -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../phpmyadmin/doc/setup.rst:1178 msgid "" "If you are afraid of automated attacks, enabling Captcha by :config:option:`" "$cfg['CaptchaLoginPublicKey']` and :config:option:`" @@ -10383,7 +10405,7 @@ msgstr "" "$cfg['CaptchaLoginPublicKey']` і :config:option:`" "$cfg['CaptchaLoginPrivateKey']` може бути прийнятним варіантом." -#: ../phpmyadmin/doc/setup.rst:1171 +#: ../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 " @@ -10396,7 +10418,7 @@ msgstr "" "файл журналу використовує системний журнал і це не те ж саме, що файли " "журналу помилок або доступу Apache." -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../phpmyadmin/doc/setup.rst:1185 #, fuzzy #| msgid "" #| "In case you're running phpMyAdmin together with other PHP applications, " @@ -10414,11 +10436,11 @@ msgstr "" "уникнути можливих атак на сеанс. Ви можете використовувати :config:option:`" "$cfg['SessionSavePath']` для досягнення цього." -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "Використання SSL для підключення до сервера баз даних" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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:" @@ -10426,11 +10448,11 @@ msgstr "" "Рекомендовано використовувати SSL під час підключення до віддаленого сервера " "баз даних. У налаштуваннях SSL присутні декілька параметрів налаштування:" -#: ../phpmyadmin/doc/setup.rst:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl']`" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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 " @@ -10440,7 +10462,7 @@ msgstr "" "з'єднання буде зашифроване, але там немає автентифікації зв'язку - ви не " "зможете перевірити, що ви взаємодієте з потрібним сервером." -#: ../phpmyadmin/doc/setup.rst:1192 +#: ../phpmyadmin/doc/setup.rst:1202 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" "$cfg['Servers'][$i]['ssl_cert']`" @@ -10448,11 +10470,11 @@ msgstr "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` і :config:option:`" "$cfg['Servers'][$i]['ssl_cert']`" -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "Використовується для автентифікації клієнта на сервері." -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" @@ -10460,7 +10482,7 @@ msgstr "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` і :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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." @@ -10468,11 +10490,11 @@ msgstr "" "Органи сертифікації, яким ви довіряєте, для серверних сертифікатів. Це " "використовується для гарантії, щоб ви взаємодієте з надійним сервер." -#: ../phpmyadmin/doc/setup.rst:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." @@ -10480,7 +10502,7 @@ msgstr "" "Ця конфігурація вимикає перевірку сертифіката сервера. Використовуйте з " "обережністю." -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -10488,7 +10510,7 @@ msgid "" "considered secure." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../phpmyadmin/doc/setup.rst:1216 #, fuzzy #| msgid "" #| ":ref:`ssl`, :ref:`example-google-ssl`, :config:option:`$cfg['Servers'][$i]" @@ -10512,17 +10534,17 @@ msgstr "" "option:`$cfg['Servers'][$i]['ssl_ciphers']`, :config:option:`$cfg['Servers']" "[$i]['ssl_verify']`" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "Відомі проблеми" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "" "Користувачі привілеїв конкретних стовпців не в змозі використовувати \"Огляд" "\"" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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." @@ -10530,7 +10552,7 @@ msgstr "" "Якщо користувач має привілеї тільки на деякі конкретні стовпці ,але не на " "всі стовпці в таблиці, «Огляд» зазнає невдачі з повідомленням про помилку." -#: ../phpmyadmin/doc/setup.rst:1225 +#: ../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 " @@ -10541,13 +10563,13 @@ msgstr "" "замість посилання. `Issue 11922 `_." -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" "Проблема входу назад після виходу з системи з використанням 'http' " "аутентифікації" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/zh_CN.mo b/po/zh_CN.mo index 98d46a93f..84fba209c 100644 Binary files a/po/zh_CN.mo and b/po/zh_CN.mo differ diff --git a/po/zh_CN.po b/po/zh_CN.po index 6ceb427ad..595fe5543 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -8667,6 +8667,22 @@ msgid "Used only if :envvar:`PMA_PORT` is empty." msgstr "仅在 :envvar:`PMA_PORT` 为空的时候使用。" #: ../phpmyadmin/doc/setup.rst:227 +msgid "Socket file for the database connection." +msgstr "" + +#: ../phpmyadmin/doc/setup.rst:231 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +msgid "Comma-separated list of socket files for the database connections." +msgstr "要使用的数据库服务器的逗号分隔端口。" + +#: ../phpmyadmin/doc/setup.rst:233 +#, fuzzy +#| msgid "Used only if :envvar:`PMA_HOST` is empty." +msgid "Used only if :envvar:`PMA_SOCKET` is empty." +msgstr "仅在 :envvar:`PMA_HOST` 为空的时候使用。" + +#: ../phpmyadmin/doc/setup.rst:237 msgid "" "The fully-qualified path (``https://pma.example.net/``) where the reverse " "proxy makes phpMyAdmin available." @@ -8674,11 +8690,11 @@ msgstr "" "完全可信的路径(``https://pma.example.net/``),其中的反向代理使phpMyAdmin可" "用。" -#: ../phpmyadmin/doc/setup.rst:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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 " @@ -8687,63 +8703,63 @@ msgstr "" "当设置为 `true` 时,启用将 SQL 历史存储至 :config:option:`$cfg['Servers'][$i]" "['pmadb']` 中。如果为 `false` ,历史会存储在浏览器中,当登出系统时会清除。" -#: ../phpmyadmin/doc/setup.rst:237 +#: ../phpmyadmin/doc/setup.rst:247 msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['history']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['QueryHistoryDB']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "当设置为整数值时,控制历史条目的数量的显示。" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['QueryHistoryMax']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlhost']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['controluser']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlpass']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../phpmyadmin/doc/setup.rst:276 msgid "" "When set, will override the default port (`3306`) for connecting to the " "control host." msgstr "如果设置了此选项,会覆盖连接至控制主机的默认端口( `3306` )。" -#: ../phpmyadmin/doc/setup.rst:268 +#: ../phpmyadmin/doc/setup.rst:278 msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['controlport']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8751,15 +8767,15 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['pmadb']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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`)." @@ -8767,71 +8783,71 @@ msgstr "" "如果定义了本选项,会隐藏 PHP 版本(`expose_php = Off` ),设置为任何值(例如 " "`HIDE_PHP_VERSION=true` )。" -#: ../phpmyadmin/doc/setup.rst:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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`." @@ -8839,7 +8855,7 @@ msgstr "" "默认情况下,使用 :ref:`cookie`,但如果 :envvar:`PMA_USER` 和 :envvar:" "`PMA_PASSWORD` 已设置,则切换到 :ref:`auth_config` 。" -#: ../phpmyadmin/doc/setup.rst:327 +#: ../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:" @@ -8852,11 +8868,11 @@ msgstr "" "`MariaDB容器 `_ 或 `MySQL容器 `_ 的文档。" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "自定义配置" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8867,62 +8883,62 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "有关配置选项的详细说明,请参阅 :ref:`config`。" # 9c5da1c7a9364e8ebb2871b19870eaaa -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 msgid "Docker Volumes" msgstr "Docker 容器" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr ":file:`/etc/phpmyadmin/config.user.inc.php`" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr ":file:`/sessions/`" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr ":file:`/www/themes/`" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -8930,39 +8946,39 @@ msgid "" msgstr "" # 9c5da1c7a9364e8ebb2871b19870eaaa -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 msgid "Docker Examples" msgstr "Docker 例子" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "要将 phpMyAdmin 连接到给定服务器,请使用:" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "要将 phpMyAdmin 连接到更多服务器,请使用:" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "要使用任意服务器选项:" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "你也可以使用 Docker 连接至数据库容器:" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "使用额外配置文件运行:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "使用附加主题文件运行:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "使用 docker-compose" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8970,27 +8986,27 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "使用docker compose自定义配置文件" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../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 配置,并通过 volumes 指令传递它:" -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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 " @@ -8998,26 +9014,26 @@ msgid "" msgstr "" # a7cec7edf8b241aaa1357526e10c708f -#: ../phpmyadmin/doc/setup.rst:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "使用 haproxy 可以这样做:" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "IBM 云" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../phpmyadmin/doc/setup.rst:565 msgid "" "One of our users has created a helpful guide for installing phpMyAdmin on " "the `IBM Cloud platform `_ 上撰写了安装 phpMyAdmin 的指引。" -#: ../phpmyadmin/doc/setup.rst:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "快速安装" -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "从 phpmyadmin.net 下载页选择一个合适的版本。有些版本只有英语,有些包含了所有" "语言。假设您选择了一个名字类似于 ``phpMyAdmin-x.x.x -all-languages.tar.gz`` " "的版本。" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "确保您下载了真实的存档文件,请参阅 :ref:`verify` 。" -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -9058,7 +9080,7 @@ msgstr "" "文件解压到您自己的电脑上,等完成第 4 步之后,再通过 FTP 等方式将文件上传到您" "的网站服务器。" -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -9068,7 +9090,7 @@ msgstr "" "确保所有的脚本都有正确的所有者(若 PHP 运行于安全模式,脚本间所有者的不同将会" "导致问题)。参见 :ref:`faq4_2` 和 :ref:`faq1_26`。" -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -9082,11 +9104,11 @@ msgstr "" "需要手动编辑该文件。" # 821a09f8eb394cb788176b2a07226601 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "手动创建文件" -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -9116,27 +9138,27 @@ msgstr "" "的设置覆盖。若某个设置的默认值就是您想要的,您就不用在 :file:`config.inc." "php` 中再写一次。一个简单的设置如下:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "或者,若您不想每次都登录:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../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:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." msgstr "所有设置的完整说明请参见本文档的 :ref:`config` 一节。" -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 msgid "Using the Setup script" msgstr "使用安装脚本" -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -9146,7 +9168,7 @@ msgstr "" "以使用安装程序生成,您可以下载该文件以上传到服务器。" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -9157,7 +9179,7 @@ msgstr "" "些变化不会被保存到服务器上,你需要使用 :guilabel:`Download`按钮把它们保存到你" "的电脑上,然后再上传到服务器上。" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../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 " @@ -9166,7 +9188,7 @@ msgstr "" "现在文件保存好了。您可以使用您最喜欢的编辑器来复查或编辑一些安装脚本中没有提" "供的高级选项。" -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -9181,7 +9203,7 @@ msgstr "" "如在 :term:`.htaccess` 文件中设置 HTTP 认证或修改 ``auth_type`` 为 cookie 或 " "http。参见 :ref:`faqmultiuser`,特别要注意 :ref:`faq4_4`。" -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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 :" @@ -9190,11 +9212,11 @@ msgstr "" "在您的浏览器中打开 phpMyAdmin 主目录。现在 phpMyAdmin 应该显示一个欢迎页面和" "您的数据库,若使用 :term:`HTTP` 或 cookie 认证方式则应显示一个登录对话框。" -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "Debian、Ubuntu及其衍生产品的安装脚本" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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 " @@ -9203,19 +9225,19 @@ msgstr "" "Debian 和 Ubuntu 改变了启用和禁用安装脚本的方法,对于每个动作有一个单独的执行" "命令。" -#: ../phpmyadmin/doc/setup.rst:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "要允许修改设置,请执行:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "要拒绝修改设置,请执行:" -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "openSUSE 使用的安装脚本" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -9223,48 +9245,48 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "验证 phpMyAdmin 发行版" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -9272,37 +9294,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -9313,27 +9335,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin配置存储" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -9348,11 +9370,11 @@ msgstr "" "服务器上创建一个独立的中心数据库(该数据库将通过其对应的帐号访问,所以不应给" "其他用户访问该数据库的权限)。" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 msgid "Zero configuration" msgstr "零配置" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9361,20 +9383,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9385,7 +9407,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9393,11 +9415,11 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "手动配置" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9407,11 +9429,11 @@ msgstr "" "Windows 服务器,请特别注意 :ref:`faq1_23`)。" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "如果已经具有了这种结构并:" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -9419,7 +9441,7 @@ msgstr "" "已经升级 MySQL 到 4.1.2 或更高版本,请执行 :file:`examples/" "upgrade_tables_mysql_4_1_2+.sql` 。" -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -9427,7 +9449,7 @@ msgstr "" "已经将 phpMyAdmin 2.5.0 或更高版本 (<= 4.2.x),升级至 phpMyAdmin 4.3.0 或者更" "高的版本,请执行脚本 :file:`sql/upgrade_column_info_4_3_0+.sql`。" -#: ../phpmyadmin/doc/setup.rst:859 +#: ../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`." @@ -9436,11 +9458,11 @@ msgstr "" "请执行脚本 :file:`sql/upgrade_tables_4_7_0+.sql`。" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "且通过导入 :file:`sql/create_tables.sql` 创建了新的表格。" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9450,7 +9472,7 @@ msgstr "" "您可以使用 phpMyAdmin 来创建这些表。但请注意您可能需要特殊(管理员)权限来创" "建数据库和表,而且可能还需要根据数据库名修改脚本。" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9460,7 +9482,7 @@ msgstr "" "php` 文件中设置表名。您可以在 :ref:`config` 一节中找到相应的指令。" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9471,30 +9493,30 @@ msgstr "" "和 :config:option:`$cfg['Servers'][$i]['controlpass']` 设置项),并给予他们对" "这些表格的合适的权限。例如,你可以用下列语句创建他们:" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "对于任何 MariaDB 版本来说:" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 msgid "For MySQL 8.0 and newer:" msgstr "对于 MySQL 8.0 或更高版本:" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "对于低于 8.0 的 MySQL 版本:" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "从旧版本升级" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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." @@ -9502,7 +9524,7 @@ msgstr "" "永远 **不要** 将新版本 phpMyAdmin 直接覆盖解压于现有的安装上,要总是先移除旧" "文件,仅仅保留配置。" -#: ../phpmyadmin/doc/setup.rst:915 +#: ../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." @@ -9510,7 +9532,7 @@ msgstr "" "这样,你就不会在目录中留下任何旧的或过时的文件。这些文件可能会产生严重的安全" "问题,或可能导致各种故障。" -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9522,41 +9544,41 @@ msgstr "" "时,也可能需要做一些修改。为了兼容 PHP 5.3 及更新版本,您需要删除可能出现在您" "配置文件最后的 ``set_magic_quotes_runtime(0);`` 语句。" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "你可以在 获得 phpMyAdmin 的最新版本。" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9567,7 +9589,7 @@ msgstr "" "phpMyAdmin 配置信息存储,您还要运行 :term:`SQL` 脚本 :file:`sql/" "upgrade_tables_mysql_4_1_2+.sql`。" -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9578,18 +9600,18 @@ msgstr "" "并且您使用 phpMyAdmin 存储配置,您还要运行 :term:`SQL` 脚本 :file:`sql/" "upgrade_column_info_4_3_0+.sql`。" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "认证方式的使用" # 07928341023648d3af6e13958292e57f -#: ../phpmyadmin/doc/setup.rst:954 +#: ../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 " @@ -9604,7 +9626,7 @@ msgstr "" "cookies 的缺陷。您也许在 **单用户环境** 下仍然会使用 :term:`HTTP` 或 cookie " "认证方式,因为这样您的用户名/密码将不会以明文出现在配置文件中。" -#: ../phpmyadmin/doc/setup.rst:962 +#: ../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 " @@ -9618,7 +9640,7 @@ msgstr "" "但请注意除非您使用了 HTTPS 协议,否则密码总是以明文传输的。在 cookie 认证方式" "下,密码将通过 AES 算法加密后保存到一个临时 cookie 中。" -#: ../phpmyadmin/doc/setup.rst:970 +#: ../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 " @@ -9630,7 +9652,7 @@ msgstr "" "(例如:需要创建一个超级用户),否则您不应轻易授予普通用户任何全局权限。如:" "授予用户 *real_user* 具有对数据库 *user_base* 的所有权限:" -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -9640,22 +9662,22 @@ msgstr "" "证方式下,您不需要填写 :config:option:`$cfg['Servers']` 中的 user/password 设" "置。" -#: ../phpmyadmin/doc/setup.rst:987 +#: ../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:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "HTTP 认证方式" -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." msgstr "通过 :term:`HTTP` 基本认证方式将允许您使用任何有效的 MySQL 用户登录。" -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -9664,7 +9686,7 @@ msgstr "" "支持大部分 PHP 设置。 :term:`IIS` ( :term:`ISAPI`)上的 :term:`CGI` PHP 支持" "请参见 :ref:`faq1_32`,Apache 上的 :term:`CGI` 支持请参见 :ref:`faq1_35`。" -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -9672,7 +9694,7 @@ msgid "" "this case, you can add the following configuration directive:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -9680,7 +9702,7 @@ msgstr "" "参见 :ref:`faq4_4` 关于不要同时使用 :term:`.htaccess` 和‘ :term:`HTTP`’认证方" "式。" -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -9688,12 +9710,12 @@ msgid "" "not login with the same user after logout." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Cookie 认证方式" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../phpmyadmin/doc/setup.rst:1041 msgid "" "Username and password are stored in cookies during the session and password " "is deleted when it ends." @@ -9701,7 +9723,7 @@ msgstr "" "在一次会话中,用户名和密码被存储在 cookies 中,当会话结束时就会删除密码的存" "储。" -#: ../phpmyadmin/doc/setup.rst:1033 +#: ../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`)." @@ -9709,7 +9731,7 @@ msgstr "" "在该认证方式下,用户可以真正的退出 phpMyAdmin 并用相同的用户再次登录(在 :" "ref:`auth_http` 方式当中是不可行的)。" -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -9718,7 +9740,7 @@ msgstr "" "若您想让用户输入任意主机名登录(而不仅限于文件 :file:`config.inc.php` 中的定" "义),请参见 :config:option:`$cfg['AllowArbitraryServer']` 指令。" -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../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." @@ -9726,11 +9748,11 @@ msgstr "" "在 :ref:`require` 一节中我们提到过,可选的 ``openssl`` 扩展可以显著提高访问速" "度,但不是必须的。" -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Signon 认证方式" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../phpmyadmin/doc/setup.rst:1058 #, fuzzy #| msgid "" #| "This mode is a convenient way of using credentials from another " @@ -9742,7 +9764,7 @@ msgstr "" "在该认证方式下,可以很方便地通过第三方应用程序完成认证以登录到 phpMyAdmin。" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9752,7 +9774,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9760,19 +9782,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9781,7 +9803,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9790,11 +9812,11 @@ msgid "" "`example-signon`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "Config 认证方式" -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9806,13 +9828,13 @@ msgstr "" "['password']` (这将导致任何可以读取 :file:`config.inc.php` 文件的人都能知道" "您的用户名和密码)。" -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "在 :ref:`faqmultiuser` 一节中将会说明如何保护您的配置文件。" -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9823,7 +9845,7 @@ msgstr "" "$cfg['Servers'][$i]['AllowDeny']['order']` 和 :config:option:`$cfg['Servers']" "[$i]['AllowDeny']['rules']` 指令。" -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9838,12 +9860,12 @@ msgstr "" "止特定的 HTTP 访问(上述方法均不属于本文档的范围,但可以很容易地通过 Google " "搜索到)。" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "加固您的 phpMyAdmin 安装" # 95aaff4dec424d21b3b5e8d6ffe0c9a5 -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -9851,7 +9873,7 @@ msgstr "" "phpMyAdmin 团队致力于应用软件的安全性,而且总会有让您的安装变得更加安全的方" "法:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." @@ -9859,7 +9881,7 @@ msgstr "" "遵循我们的 `安全公告 ` _ 并在每次有漏洞" "发布时都将 phpMyAdmin 更新。" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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." @@ -9867,7 +9889,7 @@ msgstr "" "仅使用 HTTPS 提供 phpMyAdmin 服务,最好一并使用 HSTS 机制,这样可以防御协议降" "级攻击。" -#: ../phpmyadmin/doc/setup.rst:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors `_ 。" # f5b19f5b13854a66a0961cb28e73a893 -#: ../phpmyadmin/doc/setup.rst:1128 +#: ../phpmyadmin/doc/setup.rst:1138 msgid "" "Remove the ``test`` directory from phpMyAdmin, unless you are developing and " "need a test suite." msgstr "除非你正在开发并需要测试套件,否则从phpMyAdmin中删除 ``test`` 目录。" # f5b19f5b13854a66a0961cb28e73a893 -#: ../phpmyadmin/doc/setup.rst:1129 +#: ../phpmyadmin/doc/setup.rst:1139 msgid "" "Remove the ``setup`` directory from phpMyAdmin, you will probably not use it " "after the initial setup." msgstr "从phpMyAdmin中删除 ``setup`` 目录,初始设置后你可能不会使用它。" # e6684ab82ea1407a90394dadf77aeb25 -#: ../phpmyadmin/doc/setup.rst:1131 +#: ../phpmyadmin/doc/setup.rst:1141 msgid "" "Properly choose an authentication method - :ref:`cookie` is probably the " "best choice for shared hosting." msgstr "正确选择认证方式 - :ref:`cookie` 是共享主机的最好选择。" -#: ../phpmyadmin/doc/setup.rst:1133 +#: ../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 " @@ -9910,7 +9932,7 @@ msgstr "" "这两个子文件夹的访问。在 Apache 中您可以通过 :term:`.htaccess` 文件设置,其它" "网站服务器请自行设置。通过该设置可预防路径泄露和跨站脚本攻击。" -#: ../phpmyadmin/doc/setup.rst:1139 +#: ../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`." @@ -9918,7 +9940,7 @@ msgstr "" "禁止访问临时文件,参见 :config:option:`$cfg['TempDir']` ,如果它位于你的 web " "root,参见 :ref:`web-dirs` 。" -#: ../phpmyadmin/doc/setup.rst:1141 +#: ../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 " @@ -9930,7 +9952,7 @@ msgstr "" "问,参见 :ref:`faq1_42`。" # 59ca6fb90e8041abab93ccb35329d792 -#: ../phpmyadmin/doc/setup.rst:1145 +#: ../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 " @@ -9941,12 +9963,12 @@ msgstr "" "$cfg['Servers'][$i]['AllowDeny']['rules']` 来限制它们,或者使用 :config:" "option:`cfg['Servers'][$i]['AllowRoot']` 来拒绝 root 用户访问。" -#: ../phpmyadmin/doc/setup.rst:1148 +#: ../phpmyadmin/doc/setup.rst:1158 msgid "Enable :ref:`2fa` for your account." msgstr "为您的账户启用 :ref:`2fa`。" # e1b1bd218e6f41e08d4b1dbb5cfed36a -#: ../phpmyadmin/doc/setup.rst:1149 +#: ../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 " @@ -9957,7 +9979,7 @@ msgstr "" "之前就需要进行认证。你可以通过配置你的 Web 服务器以请求 HTTP 认证来实现这一" "点。例如,在 Apache 中可以这样做:" -#: ../phpmyadmin/doc/setup.rst:1161 +#: ../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` " @@ -9967,7 +9989,7 @@ msgstr "" "`htpasswd` 功能做到:" # 2b8fc8b9693c4ff69746070cd17a17db -#: ../phpmyadmin/doc/setup.rst:1168 +#: ../phpmyadmin/doc/setup.rst:1178 msgid "" "If you are afraid of automated attacks, enabling Captcha by :config:option:`" "$cfg['CaptchaLoginPublicKey']` and :config:option:`" @@ -9976,7 +9998,7 @@ msgstr "" "若您担心自动化的攻击,通过 :config:option:`$cfg['CaptchaLoginPublicKey']` " "和 :config:option:`$cfg['CaptchaLoginPrivateKey']` 启用验证码会有一定作用。" -#: ../phpmyadmin/doc/setup.rst:1171 +#: ../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 " @@ -9984,7 +10006,7 @@ msgid "" "as the Apache error or access log files." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1175 +#: ../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 " @@ -9992,21 +10014,21 @@ msgid "" "$cfg['SessionSavePath']` to achieve this." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1183 +#: ../phpmyadmin/doc/setup.rst:1193 msgid "Using SSL for connection to database server" msgstr "使用SSL连接到数据库服务器" -#: ../phpmyadmin/doc/setup.rst:1185 +#: ../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 "推荐使用 SSL 连接至远程数据库服务器,这里有一些与 SSL 配置相关的选项:" -#: ../phpmyadmin/doc/setup.rst:1190 +#: ../phpmyadmin/doc/setup.rst:1200 msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl']``" -#: ../phpmyadmin/doc/setup.rst:1189 +#: ../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 " @@ -10015,7 +10037,7 @@ msgstr "" "决定是否使用 SSL。如果你只启用了这个,会加密连接,但不会经过认证——你无法知道" "是否与正确的服务器进行了通信。" -#: ../phpmyadmin/doc/setup.rst:1192 +#: ../phpmyadmin/doc/setup.rst:1202 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_key']` and :config:option:`" "$cfg['Servers'][$i]['ssl_cert']`" @@ -10024,11 +10046,11 @@ msgstr "" "$cfg['Servers'][$i]['ssl_cert']`" # 57bac62ff66942f79396dc8130009069 -#: ../phpmyadmin/doc/setup.rst:1193 +#: ../phpmyadmin/doc/setup.rst:1203 msgid "This is used for authentication of client to the server." msgstr "用于客户端对服务器的认证。" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../phpmyadmin/doc/setup.rst:1205 msgid "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` and :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" @@ -10036,23 +10058,23 @@ msgstr "" ":config:option:`$cfg['Servers'][$i]['ssl_ca']` 和 :config:option:`" "$cfg['Servers'][$i]['ssl_ca_path']`" -#: ../phpmyadmin/doc/setup.rst:1195 +#: ../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:1199 +#: ../phpmyadmin/doc/setup.rst:1209 msgid ":config:option:`$cfg['Servers'][$i]['ssl_verify']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl_verify']``" -#: ../phpmyadmin/doc/setup.rst:1198 +#: ../phpmyadmin/doc/setup.rst:1208 msgid "" "This configuration disables server certificate verification. Use with " "caution." msgstr "此配置项禁用了服务器证书认证,请小心使用。" -#: ../phpmyadmin/doc/setup.rst:1201 +#: ../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:`" @@ -10062,7 +10084,7 @@ msgstr "" "当数据库服务器使用本地连接或私人网络,并且不能配置 SSL 时,您可以使用 :" "config:option:`$cfg['MysqlSslWarningSafeHosts']` 来明确列出安全的主机名。" -#: ../phpmyadmin/doc/setup.rst:1206 +#: ../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]" @@ -10078,33 +10100,33 @@ msgstr "" "['ssl_ca_path']` 、:config:option:`$cfg['Servers'][$i]['ssl_ciphers']` 、:" "config:option:`$cfg['Servers'][$i]['ssl_verify']`" -#: ../phpmyadmin/doc/setup.rst:1217 +#: ../phpmyadmin/doc/setup.rst:1227 msgid "Known issues" msgstr "已知问题" -#: ../phpmyadmin/doc/setup.rst:1220 +#: ../phpmyadmin/doc/setup.rst:1230 msgid "Users with column-specific privileges are unable to \"Browse\"" msgstr "具有特定列权限的用户无法进行“浏览”操作" -#: ../phpmyadmin/doc/setup.rst:1222 +#: ../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:1225 +#: ../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:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "使用 ‘http’ 认证注销后重新登录的问题" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 " diff --git a/po/zh_TW.mo b/po/zh_TW.mo index 3aa977eb8..7d5444c1f 100644 Binary files a/po/zh_TW.mo and b/po/zh_TW.mo differ diff --git a/po/zh_TW.po b/po/zh_TW.po index ff3a1ca31..dc0f82aae 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8308,93 +8308,107 @@ 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 +#, fuzzy +#| msgid "Comma-separated ports of the database server to use." +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:230 +#: ../phpmyadmin/doc/setup.rst:240 msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:234 +#: ../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:237 +#: ../phpmyadmin/doc/setup.rst:247 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['host']`" msgid ":config:option:`$cfg['Servers'][$i]['history']`" msgstr ":config:option:`$cfg['Servers'][$i]['host']`" -#: ../phpmyadmin/doc/setup.rst:238 +#: ../phpmyadmin/doc/setup.rst:248 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryDB']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:242 +#: ../phpmyadmin/doc/setup.rst:252 msgid "When set to an integer, controls the number of history items." msgstr "" -#: ../phpmyadmin/doc/setup.rst:244 +#: ../phpmyadmin/doc/setup.rst:254 #, fuzzy #| msgid ":config:option:`$cfg['PmaAbsoluteUri']`" msgid ":config:option:`$cfg['QueryHistoryMax']`" msgstr ":config:option:`$cfg['PmaAbsoluteUri']`" -#: ../phpmyadmin/doc/setup.rst:248 +#: ../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:250 +#: ../phpmyadmin/doc/setup.rst:260 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlhost']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:254 +#: ../phpmyadmin/doc/setup.rst:264 msgid "" "Defines the username for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:256 +#: ../phpmyadmin/doc/setup.rst:266 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controluser']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:260 +#: ../phpmyadmin/doc/setup.rst:270 msgid "" "Defines the password for phpMyAdmin to use for the \":ref:`linked-tables`\" " "database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:262 +#: ../phpmyadmin/doc/setup.rst:272 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlpass']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:266 +#: ../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:268 +#: ../phpmyadmin/doc/setup.rst:278 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['control_*']`" msgid ":config:option:`$cfg['Servers'][$i]['controlport']`" msgstr ":config:option:`$cfg['Servers'][$i]['control_*']`" -#: ../phpmyadmin/doc/setup.rst:272 +#: ../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 " @@ -8402,93 +8416,93 @@ msgid "" "with the :ref:`zeroconf` feature." msgstr "" -#: ../phpmyadmin/doc/setup.rst:275 +#: ../phpmyadmin/doc/setup.rst:285 msgid "Suggested values: `phpmyadmin` or `pmadb`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:277 +#: ../phpmyadmin/doc/setup.rst:287 #, fuzzy #| msgid ":config:option:`$cfg['Servers'][$i]['ssl']`" msgid ":config:option:`$cfg['Servers'][$i]['pmadb']`" msgstr ":config:option:`$cfg['Servers'][$i]['ssl']`" -#: ../phpmyadmin/doc/setup.rst:281 +#: ../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:286 +#: ../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:288 +#: ../phpmyadmin/doc/setup.rst:298 msgid "Format as `[0-9+](K,M,G)` default value is `2048K`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:292 +#: ../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:294 +#: ../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:298 +#: ../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:300 +#: ../phpmyadmin/doc/setup.rst:310 msgid "Format as `[0-9+]`. Default value is `600`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:304 +#: ../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:308 +#: ../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:312 +#: ../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:316 +#: ../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:320 +#: ../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:322 +#: ../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:327 +#: ../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:" @@ -8497,11 +8511,11 @@ msgid "" "`MySQL container `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:336 +#: ../phpmyadmin/doc/setup.rst:346 msgid "Customizing configuration" msgstr "自訂設定" -#: ../phpmyadmin/doc/setup.rst:338 +#: ../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 " @@ -8512,64 +8526,64 @@ msgid "" msgstr "" # 4724582d2bc44e54ad406be90d4dbc4d -#: ../phpmyadmin/doc/setup.rst:344 +#: ../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:347 +#: ../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:355 +#: ../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:379 +#: ../phpmyadmin/doc/setup.rst:389 msgid "See :ref:`config` for detailed description of configuration options." msgstr "" # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:382 +#: ../phpmyadmin/doc/setup.rst:392 #, fuzzy #| msgid "Examples:" msgid "Docker Volumes" msgstr "Docker Volumes" -#: ../phpmyadmin/doc/setup.rst:384 +#: ../phpmyadmin/doc/setup.rst:394 msgid "You can use the following volumes to customize image behavior:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:386 +#: ../phpmyadmin/doc/setup.rst:396 msgid ":file:`/etc/phpmyadmin/config.user.inc.php`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:388 +#: ../phpmyadmin/doc/setup.rst:398 msgid "" "Can be used for additional settings, see the previous chapter for more " "details." msgstr "" -#: ../phpmyadmin/doc/setup.rst:390 +#: ../phpmyadmin/doc/setup.rst:400 msgid ":file:`/sessions/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:392 +#: ../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:395 +#: ../phpmyadmin/doc/setup.rst:405 msgid ":file:`/www/themes/`" msgstr "" -#: ../phpmyadmin/doc/setup.rst:397 +#: ../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 " @@ -8577,41 +8591,41 @@ msgid "" msgstr "" # 928db7bf14c44e2e9c4dbae952720eda -#: ../phpmyadmin/doc/setup.rst:402 +#: ../phpmyadmin/doc/setup.rst:412 #, fuzzy #| msgid "Examples:" msgid "Docker Examples" msgstr "Docker 範例" -#: ../phpmyadmin/doc/setup.rst:404 +#: ../phpmyadmin/doc/setup.rst:414 msgid "To connect phpMyAdmin to a given server use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:410 +#: ../phpmyadmin/doc/setup.rst:420 msgid "To connect phpMyAdmin to more servers use:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:416 +#: ../phpmyadmin/doc/setup.rst:426 msgid "To use arbitrary server option:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:422 +#: ../phpmyadmin/doc/setup.rst:432 msgid "You can also link the database container using Docker:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:428 +#: ../phpmyadmin/doc/setup.rst:438 msgid "Running with additional configuration:" msgstr "加上以下額外設定運行:" -#: ../phpmyadmin/doc/setup.rst:434 +#: ../phpmyadmin/doc/setup.rst:444 msgid "Running with additional themes:" msgstr "加上額外佈景主題運行:" -#: ../phpmyadmin/doc/setup.rst:441 +#: ../phpmyadmin/doc/setup.rst:451 msgid "Using docker-compose" msgstr "" -#: ../phpmyadmin/doc/setup.rst:443 +#: ../phpmyadmin/doc/setup.rst:453 msgid "" "Alternatively, you can also use docker-compose with the docker-compose.yml " "from . This will run phpMyAdmin with " @@ -8619,81 +8633,87 @@ msgid "" "login page." msgstr "" -#: ../phpmyadmin/doc/setup.rst:452 +#: ../phpmyadmin/doc/setup.rst:462 msgid "Customizing configuration file using docker-compose" msgstr "以 docker-compose 自訂設定檔" -#: ../phpmyadmin/doc/setup.rst:454 +#: ../phpmyadmin/doc/setup.rst:464 msgid "" "You can use an external file to customize phpMyAdmin configuration and pass " "it using the volumes directive:" msgstr "" # d1d91acf7ee548628655b1fe8958d1aa -#: ../phpmyadmin/doc/setup.rst:472 +#: ../phpmyadmin/doc/setup.rst:482 msgid ":ref:`docker-custom`" msgstr ":ref:`docker-custom`" # 678878647da8497396dcff91f5f33cee -#: ../phpmyadmin/doc/setup.rst:475 +#: ../phpmyadmin/doc/setup.rst:485 msgid "Running behind haproxy in a subdirectory" msgstr "" -#: ../phpmyadmin/doc/setup.rst:477 +#: ../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:481 +#: ../phpmyadmin/doc/setup.rst:491 msgid "For example, using haproxy it can be done as:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:505 +#: ../phpmyadmin/doc/setup.rst:515 msgid "When using traefik, something like following should work:" msgstr "" # cbc064c915bc45bb929b10470877ccb5 -#: ../phpmyadmin/doc/setup.rst:529 +#: ../phpmyadmin/doc/setup.rst:539 msgid "" "You then should specify :envvar:`PMA_ABSOLUTE_URI` in the docker-compose " "configuration:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:553 +#: ../phpmyadmin/doc/setup.rst:563 msgid "IBM Cloud" msgstr "" -#: ../phpmyadmin/doc/setup.rst:555 +#: ../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:561 +#: ../phpmyadmin/doc/setup.rst:571 msgid "Quick Install" msgstr "快速安裝" # 3de476169b984f41b0634f95eabcf6c1 -#: ../phpmyadmin/doc/setup.rst:563 +#: ../phpmyadmin/doc/setup.rst:573 +#, fuzzy +#| 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``." 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``." +"x.x-all-languages.tar.gz``." msgstr "" "從 phpmyadmin.net 的下載頁面選擇適合的發佈版本,有版本僅支援英文語系,其他則" "包含全部語系。我們假設您選擇全部語系的版本,檔案名稱為 ``phpMyAdmin-x.x.x -" "all-languages.tar.gz``。" -#: ../phpmyadmin/doc/setup.rst:567 +#: ../phpmyadmin/doc/setup.rst:577 msgid "Ensure you have downloaded a genuine archive, see :ref:`verify`." msgstr "請確認您已下載真的封裝檔,請參考 :ref:`verify`。" # aa95f80c1bef4a10a322ab4a5ef49695 -#: ../phpmyadmin/doc/setup.rst:568 +#: ../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 " @@ -8707,7 +8727,7 @@ msgstr "" "夾當中,並在第四個步驟之後,透過 FTP 等工具將資料夾傳送到網頁伺服器上。" # 8e2a4b834cf54a6db19a3b6b7125ac31 -#: ../phpmyadmin/doc/setup.rst:574 +#: ../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 " @@ -8719,7 +8739,7 @@ msgstr "" "`faq1_26` 取得更多建議。" # 434197f9c2184779aa7659445f588b99 -#: ../phpmyadmin/doc/setup.rst:578 +#: ../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." @@ -8733,12 +8753,12 @@ msgstr "" "php` 仍然是較快的方法,並且在某些進階功能仍需要透過此方式設定。" # 7db7bcd42030420c834332544b4955a6 -#: ../phpmyadmin/doc/setup.rst:586 +#: ../phpmyadmin/doc/setup.rst:596 msgid "Manually creating the file" msgstr "手動建立檔案" # 2f9ae08e92ba4e04ab8f26f09b69a4a5 -#: ../phpmyadmin/doc/setup.rst:588 +#: ../phpmyadmin/doc/setup.rst:598 #, fuzzy #| msgid "" #| "To manually create the file, simply use your text editor to create the " @@ -8769,32 +8789,32 @@ msgstr "" "可以不需要在 :file:`config.inc.php` 檔案中做設定。您可能還需要幾個指示以繼續" "完成動作,最基本的設定檔格式如下:" -#: ../phpmyadmin/doc/setup.rst:610 +#: ../phpmyadmin/doc/setup.rst:620 msgid "Or, if you prefer to not be prompted every time you log in:" msgstr "若您不想在每一次登入時輸入帳號密碼,則可設定如下:" -#: ../phpmyadmin/doc/setup.rst:624 +#: ../phpmyadmin/doc/setup.rst:634 msgid "" "Storing passwords in the configuration is insecure as anybody can then " "manipulate your database." msgstr "" # 4e8cf0480d9f4163af446ba49314319c -#: ../phpmyadmin/doc/setup.rst:627 +#: ../phpmyadmin/doc/setup.rst:637 msgid "" "For a full explanation of possible configuration values, see the :ref:" "`config` of this document." msgstr "要取得完整的設定說明請參考本說明文件的 :ref:`config`。" # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:635 +#: ../phpmyadmin/doc/setup.rst:645 #, fuzzy #| msgid "Using Setup script" msgid "Using the Setup script" msgstr "使用安裝程式" # 7ad30333c5f044c4a9118b80f3352e9d -#: ../phpmyadmin/doc/setup.rst:637 +#: ../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 " @@ -8804,7 +8824,7 @@ msgstr "" "該檔案可以用安裝程式來建立,然後下載並上載到伺服器。" # c4333be219e748d28f031d37b23747ec -#: ../phpmyadmin/doc/setup.rst:641 +#: ../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 " @@ -8812,7 +8832,7 @@ msgid "" "computer and then upload to the server." msgstr "" -#: ../phpmyadmin/doc/setup.rst:646 +#: ../phpmyadmin/doc/setup.rst:656 #, fuzzy #| msgid "" #| "Now the file is ready to be used. You can choose to review or edit the " @@ -8827,7 +8847,7 @@ msgstr "" "再使用你喜好的文字編輯器檢查並編輯設定檔。" # 9285ae56cb7349b095666f5377d384f5 -#: ../phpmyadmin/doc/setup.rst:650 +#: ../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 " @@ -8845,7 +8865,7 @@ msgstr "" "`faq4_4`。" # 0320a036c1d54947a2e610c89565a554 -#: ../phpmyadmin/doc/setup.rst:657 +#: ../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 :" @@ -8854,31 +8874,31 @@ msgstr "" "在您的瀏覽器開啟 phpMyAdmin 主資料夾,phpMyAdmin 應該會顯示歡迎畫面,以及您所" "有的資料庫;若使用 :term:`HTTP` 或 cookie 認證模式,則會出現登入視窗。" -#: ../phpmyadmin/doc/setup.rst:665 +#: ../phpmyadmin/doc/setup.rst:675 msgid "Setup script on Debian, Ubuntu and derivatives" msgstr "" -#: ../phpmyadmin/doc/setup.rst:667 +#: ../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:670 +#: ../phpmyadmin/doc/setup.rst:680 msgid "To allow editing configuration invoke:" msgstr "要允許編輯設定喚醒:" -#: ../phpmyadmin/doc/setup.rst:676 +#: ../phpmyadmin/doc/setup.rst:686 msgid "To block editing configuration invoke:" msgstr "要制止編輯設定喚醒:" # 0501d1fb45a94f2eae35a649a57027d9 -#: ../phpmyadmin/doc/setup.rst:683 +#: ../phpmyadmin/doc/setup.rst:693 msgid "Setup script on openSUSE" msgstr "openSUSE 的安裝 script" -#: ../phpmyadmin/doc/setup.rst:685 +#: ../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 " @@ -8886,11 +8906,11 @@ msgid "" "server: ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:693 +#: ../phpmyadmin/doc/setup.rst:703 msgid "Verifying phpMyAdmin releases" msgstr "檢驗 phpMyAdmin 發佈版本" -#: ../phpmyadmin/doc/setup.rst:695 +#: ../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 " @@ -8899,37 +8919,37 @@ msgstr "" "自2015年7月起,所有 phpMyAdmin 版本都會由釋出的開發者加密確認,直至2016年1月" "都會是 Marc Delisle。其 key id 為 0xFEFC65D181AF644A,其 PGP fingerprint 為:" -#: ../phpmyadmin/doc/setup.rst:703 +#: ../phpmyadmin/doc/setup.rst:713 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:705 +#: ../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:712 +#: ../phpmyadmin/doc/setup.rst:722 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:714 +#: ../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:721 +#: ../phpmyadmin/doc/setup.rst:731 msgid "" "and you can get more identification information from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:723 +#: ../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 " @@ -8937,37 +8957,37 @@ msgid "" "that you downloaded the latest version." msgstr "" -#: ../phpmyadmin/doc/setup.rst:728 +#: ../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:737 +#: ../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:740 +#: ../phpmyadmin/doc/setup.rst:750 msgid "" "Download the keyring from `our download server `_, then import it with:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:746 +#: ../phpmyadmin/doc/setup.rst:756 msgid "Download and import the key from one of the key servers:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:757 +#: ../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:771 +#: ../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 " @@ -8978,27 +8998,27 @@ msgid "" "of others, who have met the developer in person." msgstr "" -#: ../phpmyadmin/doc/setup.rst:779 +#: ../phpmyadmin/doc/setup.rst:789 msgid "Once the key is trusted, the warning will not occur:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:787 +#: ../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:806 +#: ../phpmyadmin/doc/setup.rst:816 msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin 設定資訊儲存庫" -#: ../phpmyadmin/doc/setup.rst:810 +#: ../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:813 +#: ../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:" @@ -9013,13 +9033,13 @@ msgstr "" "環境,可以儲存至中央的資料庫 (此資料庫只會允許 controluser 存取,其他使用者並" "沒有權限存取)。" -#: ../phpmyadmin/doc/setup.rst:823 +#: ../phpmyadmin/doc/setup.rst:833 #, fuzzy #| msgid "Configuration" msgid "Zero configuration" msgstr "零設定" -#: ../phpmyadmin/doc/setup.rst:825 +#: ../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 " @@ -9028,20 +9048,20 @@ msgid "" msgstr "" # 4e7857305bda497ba90c53a49764ad04 -#: ../phpmyadmin/doc/setup.rst:830 +#: ../phpmyadmin/doc/setup.rst:840 msgid "" "The following three scenarios are covered by the Zero Configuration mode:" msgstr "" # 85be3f36408d478aa9b29aeb133151c8 -#: ../phpmyadmin/doc/setup.rst:832 +#: ../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 "" # 5edf74089c2d4606880526c53c0f180d -#: ../phpmyadmin/doc/setup.rst:834 +#: ../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 " @@ -9052,7 +9072,7 @@ msgid "" msgstr "" # af1ff7a0f20b4925b09606bd17a75dfc -#: ../phpmyadmin/doc/setup.rst:840 +#: ../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 " @@ -9060,11 +9080,11 @@ msgid "" "database; the user is not prompted to create more tables in the new database." msgstr "" -#: ../phpmyadmin/doc/setup.rst:847 +#: ../phpmyadmin/doc/setup.rst:857 msgid "Manual configuration" msgstr "手動設定" -#: ../phpmyadmin/doc/setup.rst:849 +#: ../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 " @@ -9074,11 +9094,11 @@ msgstr "" "案。 (若是使用 Windows 伺服器,請留心 :ref:`faq1_23`)。" # ab298a94ced547269b5118df223a6a4e -#: ../phpmyadmin/doc/setup.rst:853 +#: ../phpmyadmin/doc/setup.rst:863 msgid "If you already had this infrastructure and:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:855 +#: ../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`." @@ -9087,7 +9107,7 @@ msgstr "" "upgrade_tables_mysql_4_1_2+.sql`。" # c3cadcccd75a4e0883806af1e671c8f0 -#: ../phpmyadmin/doc/setup.rst:857 +#: ../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`." @@ -9096,7 +9116,7 @@ msgstr "" "請執行 :file:`sql/upgrade_column_info_4_3_0+.sql`。" # c3cadcccd75a4e0883806af1e671c8f0 -#: ../phpmyadmin/doc/setup.rst:859 +#: ../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`." @@ -9105,11 +9125,11 @@ msgstr "" "file:`sql/upgrade_tables_4_7_0+.sql`。" # e4b0b0bbf7b041f3b61e852480a23388 -#: ../phpmyadmin/doc/setup.rst:862 +#: ../phpmyadmin/doc/setup.rst:872 msgid "and then create new tables by importing :file:`sql/create_tables.sql`." msgstr "" -#: ../phpmyadmin/doc/setup.rst:864 +#: ../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 " @@ -9119,7 +9139,7 @@ msgstr "" "您可以使用 phpMyAdmin 來建立這些資料表,請注意,建立這些資料庫與資料表,您須" "要有管理者的權限,且必須依據資料庫的名稱做額外的設定調整。" -#: ../phpmyadmin/doc/setup.rst:869 +#: ../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 " @@ -9129,7 +9149,7 @@ msgstr "" "php` 檔案設定資料表名稱,相關指引可以在 :ref:`config` 找到。" # e713736b93b548f3b89c8c59aa0aa5b2 -#: ../phpmyadmin/doc/setup.rst:873 +#: ../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']` " @@ -9137,45 +9157,45 @@ msgid "" "it using following statement:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:879 +#: ../phpmyadmin/doc/setup.rst:889 msgid "And for any MariaDB version:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:886 +#: ../phpmyadmin/doc/setup.rst:896 #, fuzzy #| msgid "MySQL 5.5 or newer" msgid "For MySQL 8.0 and newer:" msgstr "MySQL 5.5 或更新版本" -#: ../phpmyadmin/doc/setup.rst:893 +#: ../phpmyadmin/doc/setup.rst:903 msgid "For MySQL older than 8.0:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:900 +#: ../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:907 +#: ../phpmyadmin/doc/setup.rst:917 msgid "Upgrading from an older version" msgstr "自舊版本升級" -#: ../phpmyadmin/doc/setup.rst:911 +#: ../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:915 +#: ../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 "" # 2859795aae3b4f84934687348fac188a -#: ../phpmyadmin/doc/setup.rst:918 +#: ../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 " @@ -9188,42 +9208,42 @@ msgstr "" "5.3 或更新的版本,需要移除設定檔案接近結尾的 ``set_magic_quotes_runtime(0);" "`` 敘述句。" -#: ../phpmyadmin/doc/setup.rst:925 +#: ../phpmyadmin/doc/setup.rst:935 msgid "The complete upgrade can be performed in a few simple steps:" msgstr "" -#: ../phpmyadmin/doc/setup.rst:927 +#: ../phpmyadmin/doc/setup.rst:937 msgid "" "Download the latest phpMyAdmin version from ." msgstr "" -#: ../phpmyadmin/doc/setup.rst:928 +#: ../phpmyadmin/doc/setup.rst:938 msgid "Rename existing phpMyAdmin folder (for example to ``phpmyadmin-old``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:929 +#: ../phpmyadmin/doc/setup.rst:939 msgid "" "Unpack freshly downloaded phpMyAdmin to the desired location (for example " "``phpmyadmin``)." msgstr "" -#: ../phpmyadmin/doc/setup.rst:930 +#: ../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:931 +#: ../phpmyadmin/doc/setup.rst:941 msgid "Test that everything works properly." msgstr "" -#: ../phpmyadmin/doc/setup.rst:932 +#: ../phpmyadmin/doc/setup.rst:942 msgid "Remove backup of a previous version (``phpmyadmin-old``)." msgstr "" # c3cadcccd75a4e0883806af1e671c8f0 -#: ../phpmyadmin/doc/setup.rst:934 +#: ../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, " @@ -9235,7 +9255,7 @@ msgstr "" "upgrade_tables_mysql_4_1_2+.sql` 中的 :term:`SQL` 指令。" # c3cadcccd75a4e0883806af1e671c8f0 -#: ../phpmyadmin/doc/setup.rst:939 +#: ../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 " @@ -9246,18 +9266,18 @@ msgstr "" "本,並且要使用 phpMyAdmin 設定資訊儲存庫,您需要執行 :file:`sql/" "upgrade_column_info_4_3_0+.sql` 中的 :term:`SQL` 指令。" -#: ../phpmyadmin/doc/setup.rst:944 +#: ../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:952 +#: ../phpmyadmin/doc/setup.rst:962 msgid "Using authentication modes" msgstr "使用不同的認証模式" # 07928341023648d3af6e13958292e57f -#: ../phpmyadmin/doc/setup.rst:954 +#: ../phpmyadmin/doc/setup.rst:964 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are recommended in a **multi-" @@ -9283,7 +9303,7 @@ msgstr "" "用者帳號/密碼就不需要儲存在設定檔當中。" # e8f68de4d2b143fe8d45f21bfe12227a -#: ../phpmyadmin/doc/setup.rst:962 +#: ../phpmyadmin/doc/setup.rst:972 #, fuzzy #| msgid "" #| ":term:`HTTP` and cookie authentication modes are more secure: the MySQL " @@ -9307,7 +9327,7 @@ msgstr "" "cookie 模式,密碼會以 AES 演算法加密,然後儲存在暫存的 cookie 空間。" # 61788df374114ac7bef8ee1b77d63a04 -#: ../phpmyadmin/doc/setup.rst:970 +#: ../phpmyadmin/doc/setup.rst:980 #, fuzzy #| msgid "" #| "Then each of the *true* users should be granted a set of privileges on a " @@ -9329,7 +9349,7 @@ msgstr "" "*user_base* 上的權限:" # d7be7d43ee83485d87e5853d981ae6a8 -#: ../phpmyadmin/doc/setup.rst:981 +#: ../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 " @@ -9339,18 +9359,18 @@ msgstr "" "模式您不需要在 :config:option:`$cfg['Servers']` 設定項目中填寫使用者帳號/密" "碼欄位。" -#: ../phpmyadmin/doc/setup.rst:987 +#: ../phpmyadmin/doc/setup.rst:997 msgid "" ":ref:`faq1_32`, :ref:`faq1_35`, :ref:`faq4_1`, :ref:`faq4_2`, :ref:`faq4_3`" msgstr "" # ff8ccec96b1740168749b23a09bda9d4 -#: ../phpmyadmin/doc/setup.rst:998 +#: ../phpmyadmin/doc/setup.rst:1008 msgid "HTTP authentication mode" msgstr "HTTP 認証模式" # 7a7f91ed409e4af6abb0ae7897e13e34 -#: ../phpmyadmin/doc/setup.rst:1000 +#: ../phpmyadmin/doc/setup.rst:1010 msgid "" "Uses :term:`HTTP` Basic authentication method and allows you to log in as " "any valid MySQL user." @@ -9358,7 +9378,7 @@ msgstr "" "使用 :term:`HTTP` 基本認証的方式,並且允許直接使用 MySQL 中的使用者登入。" # bc3c041938424ebeaa55672712ee1d0a -#: ../phpmyadmin/doc/setup.rst:1002 +#: ../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 :" @@ -9368,7 +9388,7 @@ msgstr "" "`CGI` PHP 請參考 :ref:`faq1_32`,使用 Apache :term:`CGI` 請參考 :ref:" "`faq1_35`。" -#: ../phpmyadmin/doc/setup.rst:1005 +#: ../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 " @@ -9377,7 +9397,7 @@ msgid "" msgstr "" # 335def80b1cd41259df0a0e16466ec4a -#: ../phpmyadmin/doc/setup.rst:1014 +#: ../phpmyadmin/doc/setup.rst:1024 msgid "" "See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along " "with ':term:`HTTP`' authentication mode." @@ -9385,7 +9405,7 @@ msgstr "" "請參考 :ref:`faq4_4` 避免 :term:`.htaccess` 機制與 ':term:`HTTP`' 認証模式同" "時使用。" -#: ../phpmyadmin/doc/setup.rst:1019 +#: ../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 " @@ -9394,18 +9414,18 @@ msgid "" msgstr "" # 91d825b06251451c92a9c9c9fb738a7e -#: ../phpmyadmin/doc/setup.rst:1029 +#: ../phpmyadmin/doc/setup.rst:1039 msgid "Cookie authentication mode" msgstr "Cookie 認証模式" # da19af09203342c6ba0cf96b217b6223 -#: ../phpmyadmin/doc/setup.rst:1031 +#: ../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:1033 +#: ../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`)." @@ -9414,7 +9434,7 @@ msgstr "" "用 :ref:`auth_http` 模式是不可能這樣做的)。" # 60eb8e59c09e44de96201105c6e54cde -#: ../phpmyadmin/doc/setup.rst:1035 +#: ../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:" @@ -9425,7 +9445,7 @@ msgstr "" "目。" # c07e4c9375f94e34bc99b055c4c0dccb -#: ../phpmyadmin/doc/setup.rst:1038 +#: ../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." @@ -9434,11 +9454,11 @@ msgstr "" "速度相當多,但這並不是必要的項目。" # 36351386ff60415ca3bfd18f5b5603b8 -#: ../phpmyadmin/doc/setup.rst:1046 +#: ../phpmyadmin/doc/setup.rst:1056 msgid "Signon authentication mode" msgstr "Signon 認証模式" -#: ../phpmyadmin/doc/setup.rst:1048 +#: ../phpmyadmin/doc/setup.rst:1058 #, fuzzy #| msgid "" #| "This mode is a convenient way of using credentials from another " @@ -9452,7 +9472,7 @@ msgstr "" "入(single signon)」系統。" # 61852f4102554ef9b0bbfda76aa24435 -#: ../phpmyadmin/doc/setup.rst:1051 +#: ../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:`" @@ -9462,7 +9482,7 @@ msgid "" msgstr "" # dbd12854ee2b43f9a46a8c13de7ac369 -#: ../phpmyadmin/doc/setup.rst:1056 +#: ../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 " @@ -9470,19 +9490,19 @@ msgid "" msgstr "" # e80c63b8073b4facab8a7c44c44240c7 -#: ../phpmyadmin/doc/setup.rst:1060 +#: ../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:1066 +#: ../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:1072 +#: ../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:`" @@ -9491,7 +9511,7 @@ msgid "" msgstr "" # ec992df04b0a453b829c016a14a5cec5 -#: ../phpmyadmin/doc/setup.rst:1081 +#: ../phpmyadmin/doc/setup.rst:1091 msgid "" ":config:option:`$cfg['Servers'][$i]['auth_type']`, :config:option:`" "$cfg['Servers'][$i]['SignonSession']`, :config:option:`$cfg['Servers'][$i]" @@ -9501,12 +9521,12 @@ msgid "" msgstr "" # 63bc3161298d4381877c1e1128a9503a -#: ../phpmyadmin/doc/setup.rst:1093 +#: ../phpmyadmin/doc/setup.rst:1103 msgid "Config authentication mode" msgstr "設定檔認証模式" # ac781c62dcdf447ea5f16a9c616cdb72 -#: ../phpmyadmin/doc/setup.rst:1095 +#: ../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:`" @@ -9518,14 +9538,14 @@ msgstr "" "所有可以讀取 :file:`config.inc.php` 的人看到您的使用者帳號/密碼)。" # ca8c40c2978d45a1a3530b10eaccfb3f -#: ../phpmyadmin/doc/setup.rst:1100 +#: ../phpmyadmin/doc/setup.rst:1110 msgid "" "In the :ref:`faqmultiuser` section, there is an entry explaining how to " "protect your configuration file." msgstr "在 :ref:`faqmultiuser` 章節有說明如何確保您的設定檔安全。" # 2c5c5fad714b4433a1059343968b8c8e -#: ../phpmyadmin/doc/setup.rst:1102 +#: ../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']` " @@ -9537,7 +9557,7 @@ msgstr "" "['AllowDeny']['rules']` 設定項目。" # 332e26e3344348dcb4a5e172d199b98f -#: ../phpmyadmin/doc/setup.rst:1105 +#: ../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 " @@ -9552,12 +9572,12 @@ msgstr "" "牆 (這兩種方法已超出本說明文件的範圍,但您可以簡單的透過 Google 搜尋取得資" "訊)。" -#: ../phpmyadmin/doc/setup.rst:1116 +#: ../phpmyadmin/doc/setup.rst:1126 msgid "Securing your phpMyAdmin installation" msgstr "確保 phpMyAdmin 的安全" # 95aaff4dec424d21b3b5e8d6ffe0c9a5 -#: ../phpmyadmin/doc/setup.rst:1118 +#: ../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:" @@ -9565,19 +9585,19 @@ msgstr "" "phpMyAdmin 開發團隊努力令程式變得更安全;但無論如何,有些簡單和基本的方法可以" "讓您的系統更安全:" -#: ../phpmyadmin/doc/setup.rst:1121 +#: ../phpmyadmin/doc/setup.rst:1131 msgid "" "Follow our `Security announcements `_ " "and upgrade phpMyAdmin whenever new vulnerability is published." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1123 +#: ../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:1125 +#: ../phpmyadmin/doc/setup.rst:1135 msgid "" "Ensure your PHP setup follows recommendations for production sites, for " "example `display_errors `_." msgstr "" -#: ../phpmyadmin/doc/setup.rst:1229 +#: ../phpmyadmin/doc/setup.rst:1239 msgid "Trouble logging back in after logging out using 'http' authentication" msgstr "" -#: ../phpmyadmin/doc/setup.rst:1231 +#: ../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 "