diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-06-16 06:50:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-16 06:50:21 +0200 |
commit | 77c530f43c8d0efd72c12e0b723982a5377c5bc9 (patch) | |
tree | e24c7363a795905dc66213e23d75f8345c342a3c /docs/en/user/configuration.rst | |
parent | d220a951218149132189dbbdb149236d3701022f (diff) | |
parent | 429480357f93f54c04108202efb35e33dcc0f832 (diff) | |
download | wallabag-77c530f43c8d0efd72c12e0b723982a5377c5bc9.tar.gz wallabag-77c530f43c8d0efd72c12e0b723982a5377c5bc9.tar.zst wallabag-77c530f43c8d0efd72c12e0b723982a5377c5bc9.zip |
Merge pull request #2148 from wallabag/start-german-docu
translate documentation to German
Diffstat (limited to 'docs/en/user/configuration.rst')
-rw-r--r-- | docs/en/user/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/user/configuration.rst b/docs/en/user/configuration.rst index f681d874..f4c55dea 100644 --- a/docs/en/user/configuration.rst +++ b/docs/en/user/configuration.rst | |||
@@ -108,7 +108,7 @@ Variable Meaning Operator Meaning | |||
108 | title Title of the entry <= Less than… | 108 | title Title of the entry <= Less than… |
109 | url URL of the entry < Strictly less than… | 109 | url URL of the entry < Strictly less than… |
110 | isArchived Whether the entry is archived or not => Greater than… | 110 | isArchived Whether the entry is archived or not => Greater than… |
111 | isStared Whether the entry is starred or not > Strictly greater than… | 111 | isStarred Whether the entry is starred or not > Strictly greater than… |
112 | content The entry's content = Equal to… | 112 | content The entry's content = Equal to… |
113 | language The entry's language != Not equal to… | 113 | language The entry's language != Not equal to… |
114 | mimetype The entry's mime-type OR One rule or another | 114 | mimetype The entry's mime-type OR One rule or another |