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
msgstr":index:`Metadades del connector <connectors; metadades>`"
25
31
26
32
#:../../appendices/plugins_api.rst:9
27
33
msgid"Each plugin must provide some metadata as variables. Those variables should be placed at the top of the file."
28
34
msgstr""
35
+
"Cada connector ha de proporcionar algunes metadades com a variables. "
36
+
"Aquestes variables s'han de definir a l'inici del fitxer."
29
37
30
38
#:../../appendices/plugins_api.rst:29
31
39
msgid"Variables explanation:"
32
-
msgstr""
40
+
msgstr"Explicació de les variables:"
33
41
34
42
#:../../appendices/plugins_api.rst:31
35
43
msgid"**PLUGIN_NAME** should be a short but descriptive name for the plugin."
36
-
msgstr""
44
+
msgstr"**PLUGIN_NAME** ha de ser un nom breu però descriptiu del connector."
37
45
38
46
#:../../appendices/plugins_api.rst:33
39
47
msgid"**PLUGIN_DESCRIPTION** should be as simple as possible, while still describing the main function. If your plugin targets Picard 2.7 or later you can use `Markdown <https://daringfireball.net/projects/markdown/>`_ syntax to format the text. If your plugin targets earlier versions you can instead use simple HTML formatting. Please restrict the usage of HTML to basic text formatting (e.g. ``<strong>``, ``<em>``), links (``<a>``) and lists (``<ul>``, ``<ol>``)."
@@ -54,6 +62,7 @@ msgstr ""
54
62
#:../../appendices/plugins_api.rst:50
55
63
msgid"**PLUGIN_LICENSE_URL** should be set to a URL pointing to the full license text."
56
64
msgstr""
65
+
"**PLUGIN_LICENSE_URL** ha de ser un URL al text complet de la llicència."
57
66
58
67
#:../../appendices/plugins_api.rst:52
59
68
msgid"**PLUGIN_USER_GUIDE_URL** should be set to a URL pointing to the documentation for the plugin. This variable is optional and may be omitted. If a URL is provided, it will be shown as a clickable link in the description displayed for the plugin in the Plugins option settings screen."
":index:`Processadors de metadades <connectors; processadors de metadades>`"
65
75
66
76
#:../../appendices/plugins_api.rst:60
67
77
msgid"MusicBrainz metadata can be post-processed at two levels, album and track. The types of the arguments passed to the processor functions in the following examples are as follows:"
0 commit comments