You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msgid"You need to have configured the :ref:`linked-tables` for using bookmarks feature."
25
25
msgstr""
26
26
27
-
#:../phpmyadmin/doc/bookmarks.rst:12
27
+
#:../phpmyadmin/docs/bookmarks.rst:12
28
28
msgid"Storing bookmarks"
29
29
msgstr""
30
30
31
-
#:../phpmyadmin/doc/bookmarks.rst:14
31
+
#:../phpmyadmin/docs/bookmarks.rst:14
32
32
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."
33
33
msgstr""
34
34
35
-
#:../phpmyadmin/doc/bookmarks.rst:21
35
+
#:../phpmyadmin/docs/bookmarks.rst:21
36
36
msgid"Variables inside bookmarks"
37
37
msgstr""
38
38
39
-
#:../phpmyadmin/doc/bookmarks.rst:23
39
+
#:../phpmyadmin/docs/bookmarks.rst:23
40
40
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."
41
41
msgstr""
42
42
43
-
#:../phpmyadmin/doc/bookmarks.rst:30
43
+
#:../phpmyadmin/docs/bookmarks.rst:30
44
44
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."
45
45
msgstr""
46
46
47
-
#:../phpmyadmin/doc/bookmarks.rst:34
47
+
#:../phpmyadmin/docs/bookmarks.rst:34
48
48
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:"
49
49
msgstr""
50
50
51
-
#:../phpmyadmin/doc/bookmarks.rst:42
51
+
#:../phpmyadmin/docs/bookmarks.rst:42
52
52
msgid"which will be expanded to"
53
53
msgstr""
54
54
55
-
#:../phpmyadmin/doc/bookmarks.rst:48
55
+
#:../phpmyadmin/docs/bookmarks.rst:48
56
56
msgid"in your query, where VARIABLE1 is the string you entered in the Variable 1 input box."
57
57
msgstr""
58
58
59
-
#:../phpmyadmin/doc/bookmarks.rst:50
59
+
#:../phpmyadmin/docs/bookmarks.rst:50
60
60
msgid"A more complex example, say you have stored this query:"
61
61
msgstr""
62
62
63
-
#:../phpmyadmin/doc/bookmarks.rst:56
63
+
#:../phpmyadmin/docs/bookmarks.rst:56
64
64
msgid"If you wish to enter \"phpMyAdmin\" as the variable for the stored query, the full query will be:"
65
65
msgstr""
66
66
67
-
#:../phpmyadmin/doc/bookmarks.rst:63
67
+
#:../phpmyadmin/docs/bookmarks.rst:63
68
68
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."
69
69
msgstr""
70
70
71
-
#:../phpmyadmin/doc/bookmarks.rst:69
71
+
#:../phpmyadmin/docs/bookmarks.rst:69
72
72
msgid"Browsing a table using a bookmark"
73
73
msgstr""
74
74
75
-
#:../phpmyadmin/doc/bookmarks.rst:71
75
+
#:../phpmyadmin/docs/bookmarks.rst:71
76
76
msgid"When a bookmark has the same name as the table, it will be used as the query when browsing this table."
0 commit comments