Skip to content

Commit 0b17b37

Browse files
Update po files
1 parent 1cc4ee9 commit 0b17b37

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+156974
-148231
lines changed

locale/bookmarks.pot

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2012 - 2021, The phpMyAdmin devel team
2+
# Copyright (C) 2012 - 2025, The phpMyAdmin devel team
33
# This file is distributed under the same license as the phpMyAdmin package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -8,74 +8,74 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: phpMyAdmin 6.0.0-dev\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-08-27 00:00+0200\n"
11+
"POT-Creation-Date: 2025-01-25 16:21+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818

19-
#: ../phpmyadmin/doc/bookmarks.rst:4
19+
#: ../phpmyadmin/docs/bookmarks.rst:4
2020
msgid "Bookmarks"
2121
msgstr ""
2222

23-
#: ../phpmyadmin/doc/bookmarks.rst:8
23+
#: ../phpmyadmin/docs/bookmarks.rst:8
2424
msgid "You need to have configured the :ref:`linked-tables` for using bookmarks feature."
2525
msgstr ""
2626

27-
#: ../phpmyadmin/doc/bookmarks.rst:12
27+
#: ../phpmyadmin/docs/bookmarks.rst:12
2828
msgid "Storing bookmarks"
2929
msgstr ""
3030

31-
#: ../phpmyadmin/doc/bookmarks.rst:14
31+
#: ../phpmyadmin/docs/bookmarks.rst:14
3232
msgid "Any query that is executed can be marked as a bookmark on the page where the results are displayed. You will find a button labeled :guilabel:`Bookmark this query` just at the end of the page. As soon as you have stored a bookmark, that query is linked to the database. You can now access a bookmark dropdown on each page where the query box appears on for that database."
3333
msgstr ""
3434

35-
#: ../phpmyadmin/doc/bookmarks.rst:21
35+
#: ../phpmyadmin/docs/bookmarks.rst:21
3636
msgid "Variables inside bookmarks"
3737
msgstr ""
3838

39-
#: ../phpmyadmin/doc/bookmarks.rst:23
39+
#: ../phpmyadmin/docs/bookmarks.rst:23
4040
msgid "Inside a query, you can also add placeholders for variables. This is done by inserting into the query SQL comments between ``/*`` and ``*/``. The special string ``[VARIABLE{variable-number}]`` is used inside the comments. Be aware that the whole query minus the SQL comments must be valid by itself, otherwise you won't be able to store it as a bookmark. Also, note that the text 'VARIABLE' is case-sensitive."
4141
msgstr ""
4242

43-
#: ../phpmyadmin/doc/bookmarks.rst:30
43+
#: ../phpmyadmin/docs/bookmarks.rst:30
4444
msgid "When you execute the bookmark, everything typed into the *Variables* input boxes on the query box page will replace the strings ``/*[VARIABLE{variable-number}]*/`` in your stored query."
4545
msgstr ""
4646

47-
#: ../phpmyadmin/doc/bookmarks.rst:34
47+
#: ../phpmyadmin/docs/bookmarks.rst:34
4848
msgid "Also remember, that everything else inside the ``/*[VARIABLE{variable-number}]*/`` string for your query will remain the way it is, but will be stripped of the ``/**/`` chars. So you can use:"
4949
msgstr ""
5050

51-
#: ../phpmyadmin/doc/bookmarks.rst:42
51+
#: ../phpmyadmin/docs/bookmarks.rst:42
5252
msgid "which will be expanded to"
5353
msgstr ""
5454

55-
#: ../phpmyadmin/doc/bookmarks.rst:48
55+
#: ../phpmyadmin/docs/bookmarks.rst:48
5656
msgid "in your query, where VARIABLE1 is the string you entered in the Variable 1 input box."
5757
msgstr ""
5858

59-
#: ../phpmyadmin/doc/bookmarks.rst:50
59+
#: ../phpmyadmin/docs/bookmarks.rst:50
6060
msgid "A more complex example, say you have stored this query:"
6161
msgstr ""
6262

63-
#: ../phpmyadmin/doc/bookmarks.rst:56
63+
#: ../phpmyadmin/docs/bookmarks.rst:56
6464
msgid "If you wish to enter \"phpMyAdmin\" as the variable for the stored query, the full query will be:"
6565
msgstr ""
6666

67-
#: ../phpmyadmin/doc/bookmarks.rst:63
67+
#: ../phpmyadmin/docs/bookmarks.rst:63
6868
msgid "**NOTE THE ABSENCE OF SPACES** inside the ``/**/`` construct. Any spaces inserted there will be later also inserted as spaces in your query and may lead to unexpected results especially when using the variable expansion inside of a \"LIKE ''\" expression."
6969
msgstr ""
7070

71-
#: ../phpmyadmin/doc/bookmarks.rst:69
71+
#: ../phpmyadmin/docs/bookmarks.rst:69
7272
msgid "Browsing a table using a bookmark"
7373
msgstr ""
7474

75-
#: ../phpmyadmin/doc/bookmarks.rst:71
75+
#: ../phpmyadmin/docs/bookmarks.rst:71
7676
msgid "When a bookmark has the same name as the table, it will be used as the query when browsing this table."
7777
msgstr ""
7878

79-
#: ../phpmyadmin/doc/bookmarks.rst:76
79+
#: ../phpmyadmin/docs/bookmarks.rst:76
8080
msgid ":ref:`faqbookmark`, :ref:`faq6_22`"
8181
msgstr ""

0 commit comments

Comments
 (0)