helpdesk 0.0.32 → 0.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/locales/helpdesk.en.yml +2 -1
- data/lib/helpdesk/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48373a459e577552fd36a0b6f2deaedfa1bdf7be
|
|
4
|
+
data.tar.gz: 350db9f237728a1ca2558c9171fc1e1a23fc9595
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05288f0b29bab44078a9ad5b0bb9554dc9006c49cf431b1428a7699088e88650c9251dc4772f9541ca3f44c59a59a53566fa366001912b091fbedb81dfec5d31
|
|
7
|
+
data.tar.gz: d5e44cf9927b50d8142bcc576394a0e8c8c320cb478447ad418eb9875448486ae7950eaa683de84e0dfa4f3679252c424b6fc49ef3c3b1e9484bcf5f6eb45158
|
|
@@ -53,6 +53,7 @@ en:
|
|
|
53
53
|
new: Add Subscriber
|
|
54
54
|
|
|
55
55
|
faqs:
|
|
56
|
+
sorting: Sorting
|
|
56
57
|
search: Search
|
|
57
58
|
search_in_faqs: Search in FAQs
|
|
58
59
|
title: FAQ
|
|
@@ -68,7 +69,7 @@ en:
|
|
|
68
69
|
search_count:
|
|
69
70
|
zero: 'We could not find anything matching your query: "%{query}"'
|
|
70
71
|
one: 'Found one result matching your query: "%{query}"'
|
|
71
|
-
other: 'Found {
|
|
72
|
+
other: 'Found %{count} results matching your query: "%{query}"'
|
|
72
73
|
back_to_fasq: '« Back to FAQ list'
|
|
73
74
|
|
|
74
75
|
mailer:
|
data/lib/helpdesk/version.rb
CHANGED