Skip to content

Commit

Permalink
Changed facet query for 'yesterday'.
Browse files Browse the repository at this point in the history
Changed translations.
  • Loading branch information
buchi committed Mar 19, 2012
1 parent cf0c603 commit 8f1c55c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ftw/solr/browser/facets.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


FACET_QUERY_POSITIONS = { FACET_QUERY_POSITIONS = {
'[NOW/DAY TO *]': 0, '[NOW/DAY TO *]': 0,
'[NOW/DAY-1DAY TO *]': 1, '[NOW/DAY-1DAY TO NOW/DAY]': 1,
'[NOW/DAY-7DAYS TO *]': 2, '[NOW/DAY-7DAYS TO *]': 2,
'[NOW/DAY-1MONTH TO *]': 3, '[NOW/DAY-1MONTH TO *]': 3,
'[NOW/DAY-1YEAR TO *]': 4, '[NOW/DAY-1YEAR TO *]': 4,
Expand Down
20 changes: 10 additions & 10 deletions ftw/solr/locales/de/LC_MESSAGES/solr.po
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-08 15:28+0000\n" "POT-Creation-Date: 2012-03-14 12:59+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -12,33 +12,33 @@ msgstr ""
"Preferred-Encodings: utf-8 latin1\n" "Preferred-Encodings: utf-8 latin1\n"
"Domain: DOMAIN\n" "Domain: DOMAIN\n"


#: ./ftw/solr/browser/facets.pt:19 #: ./ftw/solr/browser/facets.pt:17
msgid "Remove this search limit..." msgid "Remove this search limit..."
msgstr "" msgstr ""


msgid "[* TO NOW/DAY-1YEAR]" msgid "[* TO NOW/DAY-1YEAR]"
msgstr "vor einem Jahr" msgstr "Vor einem Jahr"


msgid "[NOW/DAY TO *]" msgid "[NOW/DAY TO *]"
msgstr "seit Heute" msgstr "Heute"


msgid "[NOW/DAY-1DAY TO *]" msgid "[NOW/DAY-1DAY TO NOW/DAY]"
msgstr "seit Gestern" msgstr "Gestern"


msgid "[NOW/DAY-1MONTH TO *]" msgid "[NOW/DAY-1MONTH TO *]"
msgstr "seit einem Monat" msgstr "Letzten Monat"


msgid "[NOW/DAY-1YEAR TO *]" msgid "[NOW/DAY-1YEAR TO *]"
msgstr "seit einem Jahr" msgstr "Letztes Jahr"


msgid "[NOW/DAY-7DAYS TO *]" msgid "[NOW/DAY-7DAYS TO *]"
msgstr "seit einer Woche" msgstr "Letzte Woche"


msgid "creator_fullname" msgid "creator_fullname"
msgstr "Ersteller" msgstr "Ersteller"


#. Default: "Filter" #. Default: "Filter"
#: ./ftw/solr/browser/facets.pt:8 #: ./ftw/solr/browser/facets.pt:6
msgid "heading_search_facets" msgid "heading_search_facets"
msgstr "" msgstr ""


Expand Down
2 changes: 1 addition & 1 deletion ftw/solr/locales/solr-manual.pot
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgstr ""
msgid "[NOW/DAY TO *]" msgid "[NOW/DAY TO *]"
msgstr "" msgstr ""


msgid "[NOW/DAY-1DAY TO *]" msgid "[NOW/DAY-1DAY TO NOW/DAY]"
msgstr "" msgstr ""


msgid "[NOW/DAY-7DAYS TO *]" msgid "[NOW/DAY-7DAYS TO *]"
Expand Down
8 changes: 4 additions & 4 deletions ftw/solr/locales/solr.pot
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-08 15:28+0000\n" "POT-Creation-Date: 2012-03-14 12:59+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -14,7 +14,7 @@ msgstr ""
"Preferred-Encodings: utf-8 latin1\n" "Preferred-Encodings: utf-8 latin1\n"
"Domain: solr\n" "Domain: solr\n"


#: ./ftw/solr/browser/facets.pt:19 #: ./ftw/solr/browser/facets.pt:17
msgid "Remove this search limit..." msgid "Remove this search limit..."
msgstr "" msgstr ""


Expand All @@ -24,7 +24,7 @@ msgstr ""
msgid "[NOW/DAY TO *]" msgid "[NOW/DAY TO *]"
msgstr "" msgstr ""


msgid "[NOW/DAY-1DAY TO *]" msgid "[NOW/DAY-1DAY TO NOW/DAY]"
msgstr "" msgstr ""


msgid "[NOW/DAY-1MONTH TO *]" msgid "[NOW/DAY-1MONTH TO *]"
Expand All @@ -40,7 +40,7 @@ msgid "creator_fullname"
msgstr "" msgstr ""


#. Default: "Filter" #. Default: "Filter"
#: ./ftw/solr/browser/facets.pt:8 #: ./ftw/solr/browser/facets.pt:6
msgid "heading_search_facets" msgid "heading_search_facets"
msgstr "" msgstr ""


Expand Down

0 comments on commit 8f1c55c

Please sign in to comment.