summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/js/filter.js6
-rw-r--r--data/lang.txt62
-rw-r--r--data/style.css2
3 files changed, 35 insertions, 35 deletions
diff --git a/data/js/filter.js b/data/js/filter.js
index 1f0ac418..d128f6bc 100644
--- a/data/js/filter.js
+++ b/data/js/filter.js
@@ -553,9 +553,9 @@ function filReleases() {
[ mt('_rbrowse_olang'), filFSelect('olang', mt('_rbrowse_olang'), 20, VARS.languages) ],
[ mt('_rbrowse_resolution'), filFSelect('resolution', mt('_rbrowse_resolution'), 15, VARS.resolutions) ],
[ mt('_rbrowse_platform'), filFSelect('plat', mt('_rbrowse_platform'), 20, plat) ],
- [ mt('_rbrowse_medium'), filFSelect('med', mt('_rbrowse_medium'), 10, med) ],
- [ mt('_rbrowse_voiced'), filFSelect('voiced', mt('_rbrowse_voiced'), 5, VARS.voiced) ],
- [ mt('_rbrowse_animation'),
+ [ mt('_rbrowse_misc'),
+ filFSelect('med', mt('_rbrowse_medium'), 10, med),
+ filFSelect('voiced', mt('_rbrowse_voiced'), 5, VARS.voiced),
filFSelect('ani_story', mt('_rbrowse_ani_story'), 5, VARS.animated),
filFSelect('ani_ero', mt('_rbrowse_ani_ero'), 5, VARS.animated)
]
diff --git a/data/lang.txt b/data/lang.txt
index 8390619c..b33861e4 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -8126,41 +8126,41 @@ tr : Seslendirme
uk : Озвучення
it : Voci
-:_rbrowse_animation
-en : Animation
-ru : Анимация
-cs : Animace
-hu : Animáció
-nl : Animatie
-de : Animationen
-es : Animación
-tr : Animasyon
-uk : Анімація
-it : Animazioni
+:_rbrowse_misc
+en : Misc
+ru*:
+cs*:
+hu*:
+nl*:
+de*:
+es*:
+tr*:
+uk*:
+it*:
:_rbrowse_ani_story
-en : Story
-ru : Сюжетная анимация
-cs : Příběh
-hu : Történet
-nl : Verhaal
-de : Geschichte
-es : Historia
-tr : Öykü
-uk : Сюжет
-it : Storia
+en : Story animation
+ru*:
+cs*:
+hu*:
+nl*:
+de*:
+es*:
+tr*:
+uk*:
+it*:
:_rbrowse_ani_ero
-en : Ero scenes
-ru : Анимация эро-сцен
-cs : Ero scény
-hu : Ero jelenetek
-nl : Erotische scenes
-de : Ero-Szenen
-es : Escenas ero
-tr : Erotik sahneler
-uk : Еросцени
-it : Scene erotiche
+en : Ero animation
+ru*:
+cs*:
+hu*:
+nl*:
+de*:
+es*:
+tr*:
+uk*:
+it*:
diff --git a/data/style.css b/data/style.css
index de0454a3..5d33d176 100644
--- a/data/style.css
+++ b/data/style.css
@@ -848,7 +848,7 @@ div#iv_view {
text-align: center;
}
.fil_div a.close { float: right; border: 0; font-weight: bold }
-.fil_div p.browseopts { padding: 2px 50px; line-height: 23px }
+.fil_div p.browseopts { padding: 2px 20px; line-height: 23px }
.fil_div .browseopts a { outline: none; color: $maintext$ }
.fil_div .browseopts a.active { font-weight: bold }
.fil_div b.ruler { display: block; margin: auto; width: 93%; height: 1px; border-bottom: 1px solid $border$; margin-bottom: 5px }