Skip to content

Commit d5db85c

Browse files
authored
Implemented Options Search
#459
1 parent 490a176 commit d5db85c

25 files changed

+8458
-714
lines changed

LICENSE.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,20 @@ Redistributions of source code must retain the above copyright notice, this list
199199

200200
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
201201

202-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
202+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
203+
204+
## Fuse.js
205+
206+
Copyright 2017 Kirollos Risk
207+
208+
Licensed under the Apache License, Version 2.0 (the "License");
209+
you may not use this file except in compliance with the License.
210+
You may obtain a copy of the License at
211+
212+
http://www.apache.org/licenses/LICENSE-2.0
213+
214+
Unless required by applicable law or agreed to in writing, software
215+
distributed under the License is distributed on an "AS IS" BASIS,
216+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
217+
See the License for the specific language governing permissions and
218+
limitations under the License.

chrome/_locales/de/messages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,9 @@
809809
"options_title": {
810810
"message": "FastStream Optionen"
811811
},
812+
"options_search_placeholder": {
813+
"message": "Suche"
814+
},
812815
"options_reviewbanner_header": {
813816
"message": "Magst du FastStream? Lass eine Bewertung da!"
814817
},
@@ -860,6 +863,9 @@
860863
"options_update_no": {
861864
"message": "Diese Aktualisierung ignorieren"
862865
},
866+
"options_reset_search": {
867+
"message": "Zurücksetzen"
868+
},
863869
"options_video_header": {
864870
"message": "Video Optionen"
865871
},

chrome/_locales/en/messages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,9 @@
809809
"options_title": {
810810
"message": "FastStream Options"
811811
},
812+
"options_search_placeholder": {
813+
"message": "Search"
814+
},
812815
"options_reviewbanner_header": {
813816
"message": "Enjoy FastStream? Leave a review!"
814817
},
@@ -860,6 +863,9 @@
860863
"options_update_no": {
861864
"message": "Ignore this update"
862865
},
866+
"options_reset_search": {
867+
"message": "Reset"
868+
},
863869
"options_video_header": {
864870
"message": "Video Options"
865871
},

chrome/_locales/es/messages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,9 @@
809809
"options_title": {
810810
"message": "Configuraciones de FastStream"
811811
},
812+
"options_search_placeholder": {
813+
"message": "Buscar"
814+
},
812815
"options_reviewbanner_header": {
813816
"message": "¿Te gusta FastStream? ¡Deja una reseña!"
814817
},
@@ -860,6 +863,9 @@
860863
"options_update_no": {
861864
"message": "Ignorar esta actualización"
862865
},
866+
"options_reset_search": {
867+
"message": "Reiniciar"
868+
},
863869
"options_video_header": {
864870
"message": "Opciones de video"
865871
},

chrome/_locales/fr/messages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,9 @@
809809
"options_title": {
810810
"message": "Options de FastStream"
811811
},
812+
"options_search_placeholder": {
813+
"message": "Rechercher"
814+
},
812815
"options_reviewbanner_header": {
813816
"message": "Vous aimez FastStream ? Laissez un avis !"
814817
},
@@ -860,6 +863,9 @@
860863
"options_update_no": {
861864
"message": "Ignorer cette mise à jour"
862865
},
866+
"options_reset_search": {
867+
"message": "Réinitialiser"
868+
},
863869
"options_video_header": {
864870
"message": "Options vidéo"
865871
},

chrome/_locales/id/messages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,9 @@
809809
"options_title": {
810810
"message": "Opsi FastStream"
811811
},
812+
"options_search_placeholder": {
813+
"message": "Cari"
814+
},
812815
"options_reviewbanner_header": {
813816
"message": "Suka FastStream? Tinggalkan ulasan!"
814817
},
@@ -860,6 +863,9 @@
860863
"options_update_no": {
861864
"message": "Abaikan pembaruan ini"
862865
},
866+
"options_reset_search": {
867+
"message": "Mengatur ulang"
868+
},
863869
"options_video_header": {
864870
"message": "Opsi Video"
865871
},

chrome/_locales/it/messages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,9 @@
809809
"options_title": {
810810
"message": "Opzioni FastStream"
811811
},
812+
"options_search_placeholder": {
813+
"message": "Cerca"
814+
},
812815
"options_reviewbanner_header": {
813816
"message": "Ti piace FastStream? Lascia una recensione!"
814817
},
@@ -860,6 +863,9 @@
860863
"options_update_no": {
861864
"message": "Ignora questo aggiornamento"
862865
},
866+
"options_reset_search": {
867+
"message": "Reset"
868+
},
863869
"options_video_header": {
864870
"message": "Opzioni Video"
865871
},

chrome/_locales/ja/messages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,9 @@
809809
"options_title": {
810810
"message": "FastStream のオプション"
811811
},
812+
"options_search_placeholder": {
813+
"message": "検索"
814+
},
812815
"options_reviewbanner_header": {
813816
"message": "FastStream にご満足いただけましたか? 評価をお願いします!"
814817
},
@@ -860,6 +863,9 @@
860863
"options_update_no": {
861864
"message": "このアップデートを無視"
862865
},
866+
"options_reset_search": {
867+
"message": "リセット"
868+
},
863869
"options_video_header": {
864870
"message": "動画のオプション"
865871
},

chrome/_locales/ko/messages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,9 @@
809809
"options_title": {
810810
"message": "FastStream 옵션"
811811
},
812+
"options_search_placeholder": {
813+
"message": "검색"
814+
},
812815
"options_reviewbanner_header": {
813816
"message": "FastStream이 마음에 드시나요? 리뷰를 남겨주세요!"
814817
},
@@ -860,6 +863,9 @@
860863
"options_update_no": {
861864
"message": "이 업데이트 무시"
862865
},
866+
"options_reset_search": {
867+
"message": "다시 놓기"
868+
},
863869
"options_video_header": {
864870
"message": "비디오 옵션"
865871
},

chrome/_locales/ms/messages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,9 @@
809809
"options_title": {
810810
"message": "FastStream Options"
811811
},
812+
"options_search_placeholder": {
813+
"message": "Search"
814+
},
812815
"options_reviewbanner_header": {
813816
"message": "Enjoy FastStream? Leave a review!"
814817
},
@@ -860,6 +863,9 @@
860863
"options_update_no": {
861864
"message": "Ignore this update"
862865
},
866+
"options_reset_search": {
867+
"message": "Tetapkan semula"
868+
},
863869
"options_video_header": {
864870
"message": "Video Options"
865871
},

0 commit comments

Comments
 (0)