# Translations template for TracTags. # Copyright (C) 2021 ORGANIZATION # This file is distributed under the same license as the TracTags # project. # FIRST AUTHOR , 2021. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: TracTags 0.12\n" "Report-Msgid-Bugs-To: hoff.st@shaas.net\n" "POT-Creation-Date: 2021-04-03 13:26+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" #: tractags/admin.py:25 msgid "Tag System" msgstr "" #: tractags/admin.py:25 tractags/templates/admin_tag_change.html:51 msgid "Replace" msgstr "" #: tractags/admin.py:48 msgid "" "Selected current tag(s) and either new tag or delete approval are " "required" msgstr "" #: tractags/api.py:472 #, python-format msgid "Tags are not supported on the '%s' realm" msgstr "" #: tractags/db.py:33 msgid "" "A newer plugin version has been installed before, but downgrading is " "unsupported." msgstr "" #: tractags/db.py:68 #, python-format msgid "No upgrade module for version %(num)i (%(version)s.py)" msgstr "" #. TRANSLATOR: Keep macro doc style formatting here, please. #: tractags/macros.py:90 msgid "" "Display a tag cloud.\n" "\n" " Show a tag cloud for all tags on resources matching query.\n" "\n" " Usage:\n" "\n" " {{{\n" " [[TagCloud([,caseless_sort=][,mincount=])]]\n" " }}}\n" " caseless_sort::\n" " Whether the tag cloud should be sorted case-sensitive.\n" " mincount::\n" " Optional integer threshold to hide tags with smaller count.\n" "\n" " See tags documentation for the query syntax.\n" " " msgstr "" #: tractags/macros.py:106 msgid "" "List tagged resources.\n" "\n" " Usage:\n" "\n" " {{{\n" " " "[[ListTagged([,exclude=],[[format=],cols=])]]" "\n" " }}}\n" " format::\n" " result list presentation; supported values:\n" "\n" " || `compact` || comma-separated inline list of \"linked-" "description\" ||\n" " || `oldlist` (default) || \" * linked-id description (tags)\" " "list ||\n" " || `table` || table... (see corresponding column option too) ||\n" " || `short` or other value || bulleted list of \"linked-" "description\" ||\n" " cols::\n" " columns for 'table' format using a \"|\"-separated list of " "column names\n" " (order matters); supported columns: realm, id, description, " "tags\n" " exclude::\n" " exclude tagged resources that match a name in the colon-" "separated list\n" " of resource ids, accepts shell-style patterns\n" "\n" " See tags documentation for the query syntax.\n" " " msgstr "" #: tractags/macros.py:234 msgid "Id" msgstr "" #: tractags/macros.py:238 msgid "Realm" msgstr "" #. TRANSLATOR: Header label text for tag list at wiki page bottom. #: tractags/macros.py:239 tractags/templates/admin_tag_change.html:14 #: tractags/templates/tag_view.html:18 tractags/web_ui.py:194 #: tractags/web_ui.py:233 tractags/web_ui.py:411 tractags/wiki.py:248 msgid "Tags" msgstr "" #: tractags/macros.py:249 msgid "ListTagged macro error" msgstr "" #: tractags/macros.py:371 msgid "No tags found" msgstr "" #: tractags/macros.py:393 #, python-format msgid "Page %(num)d" msgstr "" #: tractags/macros.py:404 msgid "Next Page" msgstr "" #: tractags/macros.py:409 msgid "Previous Page" msgstr "" #: tractags/query.py:193 msgid "Attribute must be a word" msgstr "" #: tractags/query.py:218 msgid "Expected ) at end of sub-expression" msgstr "" #: tractags/query.py:235 msgid "Unexpected end of string" msgstr "" #: tractags/query.py:241 #, python-format msgid "Expected terminal, got '%s'" msgstr "" #: tractags/query.py:429 #, python-format msgid "Invalid attribute '%s'" msgstr "" #: tractags/ticket.py:43 msgid "List of ticket fields to expose as tags." msgstr "" #: tractags/ticket.py:46 msgid "Do not collect tags from closed tickets." msgstr "" #. TRANSLATOR: The meta-nav link label. #: tractags/web_ui.py:245 msgid "Back to Cloud" msgstr "" #: tractags/web_ui.py:285 msgid "matching tags " msgstr "" #: tractags/web_ui.py:318 #, python-format msgid "Tag query syntax error: %s" msgstr "" #: tractags/web_ui.py:372 msgid "Tag changes" msgstr "" #: tractags/web_ui.py:393 #, python-format msgid "Tag change on %(resource)s" msgstr "" #: tractags/web_ui.py:404 #, python-format msgid "%(tags)s added" msgid_plural "%(tags)s added" msgstr[0] "" msgstr[1] "" #: tractags/web_ui.py:408 #, python-format msgid "%(tags)s removed" msgid_plural "%(tags)s removed" msgstr[0] "" msgstr[1] "" #. TRANSLATOR: How to delimit added and removed tags. #: tractags/web_ui.py:410 msgid "; " msgstr "" #. TRANSLATOR: Label text for link to '/tags'. #: tractags/wiki.py:264 msgid "view all tags" msgstr "" #. TRANSLATOR: ... (view all tags) #: tractags/wiki.py:267 #, python-format msgid "Tag under: (%(tags_link)s)" msgstr "" #: tractags/wiki.py:352 msgid "no permission to view tags" msgstr "" #: tractags/templates/admin_tag_change.html:24 msgid "Manage Tags" msgstr "" #: tractags/templates/admin_tag_change.html:28 msgid "Filters" msgstr "" #: tractags/templates/admin_tag_change.html:30 msgid "Realms" msgstr "" #: tractags/templates/admin_tag_change.html:41 msgid "Update" msgstr "" #: tractags/templates/admin_tag_change.html:53 msgid "" "Select an existing tag to replace with another one; two or more to " "consolidate into one. The required new tag may actually be " "an existing tag or a new one. A change comment will be added if " "supported by the tag storage for the resource's realm." msgstr "" #: tractags/templates/admin_tag_change.html:61 msgid "Current Tag:" msgstr "" #: tractags/templates/admin_tag_change.html:73 msgid "New Tag:" msgstr "" #: tractags/templates/admin_tag_change.html:74 msgid "or" msgstr "" #: tractags/templates/admin_tag_change.html:76 msgid "allow tag deletion" msgstr "" #: tractags/templates/admin_tag_change.html:80 msgid "Comment (optional):" msgstr "" #: tractags/templates/admin_tag_change.html:85 msgid "" "Beware: Attempting to replace one or more tags will always add" " the new tag, but removal could fail for some tags, because " "tags might be immutable depending on internals of the tag provider " "they've been derived from." msgstr "" #: tractags/templates/admin_tag_change.html:93 msgid "" "You'll need to investigate further on how to change/remove these " "remaining tags closer to the tagged resource, i.e. in your " "trac.ini see ticket_fields option that " "lists fields to expose as tags for tag realm:ticket." msgstr "" #: tractags/templates/admin_tag_change.html:107 msgid "Change" msgstr "" #: tractags/templates/listtagged_results.html:18 msgid "" "You seem to be using an old Tag query. Try using the [1:new syntax] " "in your [2:ListTagged] macro." msgstr "" #: tractags/templates/listtagged_results.html:24 msgid "Results" msgstr "" #: tractags/templates/listtagged_results.html:41 #: tractags/templates/listtagged_results.html:54 msgid "No resources found" msgstr "" #: tractags/templates/tag_view.html:33 msgid "Filter Tags" msgstr "" #: tractags/templates/tag_view.html:44 msgid "Error:" msgstr "" #: tractags/templates/tag_view.html:48 msgid "Query syntax:" msgstr "" #: tractags/templates/tag_view.html:50 msgid "" "
  • Use tag1 tag2 to match all tags.
  • " "
  • tag1 or tag2 will match any tag.
  • " "
  • Negate a tag with -tag1.
  • Group sub-" "queries with (tag1 or tag2).
  • Quote strings " "to include special characters.
  • Restrict search to a specific" " realm with realm:wiki.
  • " msgstr "" #: tractags/templates/tag_view.html:67 msgid "Showing objects tagged with" msgstr "" #: tractags/templates/tag_view.html:74 #, python-format msgid "Showing objects tagged with '%(tag_query)s'" msgstr "" #: tractags/templates/tag_view.html:80 #, python-format msgid "Showing objects matching '%(tag_query)s'" msgstr "" #: tractags/templates/tag_view.html:92 msgid "Create Wiki page" msgstr "" #: tractags/templates/tag_view.html:94 msgid "for this tag" msgstr ""