-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c328e9
commit 5ac88dc
Showing
56 changed files
with
966 additions
and
703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-08-27 00:00+0200\n" | ||
"POT-Creation-Date: 2023-09-01 00:00+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -3135,7 +3135,7 @@ msgid "If set to ``'closed'``, the visual sliders are initially in a closed stat | |
msgstr "" | ||
|
||
#: ../phpmyadmin/doc/config.rst:3616 | ||
msgid "Contains names of configuration options (keys in ``$cfg`` array) that users can't set through user preferences. For possible values, refer to classes under :file:`libraries/classes/Config/Forms/User/`." | ||
msgid "Contains names of configuration options (keys in ``$cfg`` array) that users can't set through user preferences. For possible values, refer to classes under :file:`src/Config/Forms/User/`." | ||
msgstr "" | ||
|
||
#: ../phpmyadmin/doc/config.rst:3627 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-08-27 00:00+0200\n" | ||
"POT-Creation-Date: 2023-09-01 00:00+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -73,7 +73,7 @@ msgid "1.6 I can't use phpMyAdmin on PWS: nothing is displayed!" | |
msgstr "" | ||
|
||
#: ../phpmyadmin/doc/faq.rst:64 | ||
msgid "This seems to be a PWS bug. Filippo Simoncini found a workaround (at this time there is no better fix): remove or comment the ``DOCTYPE`` declarations (2 lines) from the scripts :file:`libraries/classes/Header.php` and :file:`index.php`." | ||
msgid "This seems to be a PWS bug. Filippo Simoncini found a workaround (at this time there is no better fix): remove or comment the ``DOCTYPE`` declarations (2 lines) from the scripts :file:`src/Header.php` and :file:`index.php`." | ||
msgstr "" | ||
|
||
#: ../phpmyadmin/doc/faq.rst:72 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: phpMyAdmin 6.0.0-dev\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-08-27 00:00+0200\n" | ||
"POT-Creation-Date: 2023-09-01 00:00+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -81,7 +81,7 @@ msgid "File structure" | |
msgstr "" | ||
|
||
#: ../phpmyadmin/doc/transformations.rst:105 | ||
msgid "All specific transformations for mimetypes are defined through class files in the directory :file:`libraries/classes/Plugins/Transformations/`. Each of them extends a certain transformation abstract class declared in :file:`libraries/classes/Plugins/Transformations/Abs`." | ||
msgid "All specific transformations for mimetypes are defined through class files in the directory :file:`src/Plugins/Transformations/`. Each of them extends a certain transformation abstract class declared in :file:`src/Plugins/Transformations/Abs`." | ||
msgstr "" | ||
|
||
#: ../phpmyadmin/doc/transformations.rst:110 | ||
|
@@ -93,7 +93,7 @@ msgid "Because the user cannot enter their own mimetypes, it is kept certain tha | |
msgstr "" | ||
|
||
#: ../phpmyadmin/doc/transformations.rst:118 | ||
msgid "There is a file called :file:`libraries/classes/Plugins/Transformations.php` that provides some basic functions which can be included by any other transform function." | ||
msgid "There is a file called :file:`src/Plugins/Transformations.php` that provides some basic functions which can be included by any other transform function." | ||
msgstr "" | ||
|
||
#: ../phpmyadmin/doc/transformations.rst:121 | ||
|
@@ -113,7 +113,7 @@ msgid "The getMIMEType(), getMIMESubtype() and getName() methods return the name | |
msgstr "" | ||
|
||
#: ../phpmyadmin/doc/transformations.rst:136 | ||
msgid "Please see the :file:`libraries/classes/Plugins/Transformations/TEMPLATE` and :file:`libraries/classes/Plugins/Transformations/TEMPLATE\\_ABSTRACT` files for adding your own transformation plug-in. You can also generate a new transformation plug-in (with or without the abstract transformation class), by using :file:`scripts/transformations_generator_plugin.sh` or :file:`scripts/transformations_generator_main_class.sh`." | ||
msgid "Please see the :file:`src/Plugins/Transformations/TEMPLATE` and :file:`src/Plugins/Transformations/TEMPLATE\\_ABSTRACT` files for adding your own transformation plug-in. You can also generate a new transformation plug-in (with or without the abstract transformation class), by using :file:`scripts/transformations_generator_plugin.sh` or :file:`scripts/transformations_generator_main_class.sh`." | ||
msgstr "" | ||
|
||
#: ../phpmyadmin/doc/transformations.rst:144 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.