// Code generated by go generate; DO NOT EDIT. package template // import "miniflux.app/template" var templateViewsMap = map[string]string{ "about": `{{ define "title"}}{{ t "About" }}{{ end }} {{ define "content"}}

{{ t "Version" }}

{{ t "Authors" }}

{{ end }} `, "add_subscription": `{{ define "title"}}{{ t "New Subscription" }}{{ end }} {{ define "content"}} {{ if not .categories }}

{{ t "There is no category. You must have at least one category." }}

{{ else }}
{{ if .errorMessage }}
{{ t .errorMessage }}
{{ end }}
{{ t "Advanced Options" }}
{{ end }} {{ end }} `, "bookmark_entries": `{{ define "title"}}{{ t "Favorites" }} ({{ .total }}){{ end }} {{ define "content"}} {{ if not .entries }}

{{ t "There is no bookmark at the moment." }}

{{ else }}
{{ range .entries }}
{{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} {{ .Title }} {{ .Feed.Category.Title }}
{{ template "item_meta" dict "user" $.user "entry" . "hasSaveEntry" $.hasSaveEntry }}
{{ end }}
{{ template "pagination" .pagination }} {{ end }} {{ end }} `, "categories": `{{ define "title"}}{{ t "Categories" }} ({{ .total }}){{ end }} {{ define "content"}} {{ if not .categories }}

{{ t "There is no category." }}

{{ else }}
{{ range .categories }}
  • {{ if eq .FeedCount 0 }} {{ t "No feed." }} {{ else }} {{ plural "plural.categories.feed_count" .FeedCount .FeedCount }} {{ end }}
{{ end }}
{{ end }} {{ end }} `, "category_entries": `{{ define "title"}}{{ .category.Title }} ({{ .total }}){{ end }} {{ define "content"}} {{ if not .entries }}

{{ t "There is no article in this category." }}

{{ else }}
{{ range .entries }}
{{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} {{ .Title }} {{ .Feed.Category.Title }}
{{ template "item_meta" dict "user" $.user "entry" . "hasSaveEntry" $.hasSaveEntry }}
{{ end }}
{{ template "pagination" .pagination }} {{ end }} {{ end }} `, "choose_subscription": `{{ define "title"}}{{ t "Choose a Subscription" }}{{ end }} {{ define "content"}}
{{ if .form.Crawler }} {{ end }}

{{ t "Choose a Subscription" }}

{{ range .subscriptions }}
({{ .Type }}) {{ .URL }}
{{ end }}
{{ end }} `, "create_category": `{{ define "title"}}{{ t "New Category" }}{{ end }} {{ define "content"}}
{{ if .errorMessage }}
{{ t .errorMessage }}
{{ end }}
{{ t "or" }} {{ t "cancel" }}
{{ end }} `, "create_user": `{{ define "title"}}{{ t "New User" }}{{ end }} {{ define "content"}}
{{ if .errorMessage }}
{{ t .errorMessage }}
{{ end }}
{{ t "or" }} {{ t "cancel" }}
{{ end }} `, "edit_category": `{{ define "title"}}{{ t "Edit Category: %s" .category.Title }}{{ end }} {{ define "content"}}
{{ if .errorMessage }}
{{ t .errorMessage }}
{{ end }}
{{ t "or" }} {{ t "cancel" }}
{{ end }} `, "edit_feed": `{{ define "title"}}{{ t "Edit Feed: %s" .feed.Title }}{{ end }} {{ define "content"}} {{ if not .categories }}

{{ t "There is no category!" }}

{{ else }} {{ if ne .feed.ParsingErrorCount 0 }}

{{ t "Last Parsing Error" }}

{{ t .feed.ParsingErrorMsg }}

{{ end }}
{{ if .errorMessage }}
{{ t .errorMessage }}
{{ end }}
{{ t "or" }} {{ t "cancel" }}
{{ t "Remove this feed" }}
{{ end }} {{ end }}`, "edit_user": `{{ define "title"}}{{ t "Edit user: %s" .selected_user.Username }}{{ end }} {{ define "content"}}
{{ if .errorMessage }}
{{ t .errorMessage }}
{{ end }}
{{ t "or" }} {{ t "cancel" }}
{{ end }} `, "entry": `{{ define "title"}}{{ .entry.Title }}{{ end }} {{ define "content"}}

{{ .entry.Title }}

{{ if gt (len .entry.Content) 120 }}
{{ template "entry_pagination" . }}
{{ end }}
{{ noescape (proxyFilter .entry.Content) }}
{{ if .entry.Enclosures }} {{ end }}
{{ template "entry_pagination" . }}
{{ end }} `, "feed_entries": `{{ define "title"}}{{ .feed.Title }} ({{ .total }}){{ end }} {{ define "content"}} {{ if ne .feed.ParsingErrorCount 0 }}

{{ t "There is a problem with this feed" }}

{{ t .feed.ParsingErrorMsg }}

{{ else if not .entries }}

{{ t "There is no article for this feed." }}

{{ else }}
{{ range .entries }}
{{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} {{ .Title }} {{ .Feed.Category.Title }}
{{ template "item_meta" dict "user" $.user "entry" . "hasSaveEntry" $.hasSaveEntry }}
{{ end }}
{{ template "pagination" .pagination }} {{ end }} {{ end }} `, "feeds": `{{ define "title"}}{{ t "Feeds" }} ({{ .total }}){{ end }} {{ define "content"}} {{ if not .feeds }}

{{ t "You don't have any subscription." }}

{{ else }}
{{ range .feeds }}
{{ if .Icon }} {{ .Title }} {{ end }} {{ .Title }} {{ .Category.Title }}
{{ if ne .ParsingErrorCount 0 }}
{{ plural "plural.feed.error_count" .ParsingErrorCount .ParsingErrorCount }} - {{ .ParsingErrorMsg }}
{{ end }}
{{ end }}
{{ end }} {{ end }} `, "history_entries": `{{ define "title"}}{{ t "History" }} ({{ .total }}){{ end }} {{ define "content"}} {{ if not .entries }}

{{ t "There is no history at the moment." }}

{{ else }}
{{ range .entries }}
{{ if ne .Feed.Icon.IconID 0 }} {{ .Feed.Title }} {{ end }} {{ .Title }} {{ .Feed.Category.Title }}
{{ template "item_meta" dict "user" $.user "entry" . "hasSaveEntry" $.hasSaveEntry }}
{{ end }}
{{ template "pagination" .pagination }} {{ end }} {{ end }} `, "import": `{{ define "title"}}{{ t "Import" }}{{ end }} {{ define "content"}}
{{ if .errorMessage }}
{{ t .errorMessage }}
{{ end }}
{{ end }} `, "integrations": `{{ define "title"}}{{ t "Integrations" }}{{ end }} {{ define "content"}}
{{ if .errorMessage }}
{{ t .errorMessage }}
{{ end }}

Fever

{{ t "Fever API endpoint:" }} {{ rootURL }}{{ route "feverEndpoint" }}

Pinboard

Instapaper

Pocket

{{ if not .hasPocketConsumerKeyConfigured }} {{ end }} {{ if not .form.PocketAccessToken }}

{{ t "Connect your Pocket account" }}

{{ end }}

Wallabag

Nunux Keeper

{{ t "Miniflux API" }}

{{ t "Bookmarklet" }}

{{ t "This special link allows you to subscribe to a website directly by using a bookmark in your web browser." }}