summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/global.pl2
-rw-r--r--data/lang.txt6
-rw-r--r--data/style.css8
3 files changed, 8 insertions, 8 deletions
diff --git a/data/global.pl b/data/global.pl
index 9f176081..b1d4b031 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -66,7 +66,7 @@ our %S = (%S,
17 => [ '17+', 'CERO D' ],
18 => [ '18+', 'CERO Z' ],
},
- release_types => [0..2],
+ release_types => [qw|complete partial trial|],
platforms => [qw|win dos lin mac dvd gba msx nds nes p98 psp ps1 ps2 ps3 drc sat sfc wii xb3 oth|],
media => {
#DB qty?
diff --git a/data/lang.txt b/data/lang.txt
index dd5a59ad..d89f97d8 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -433,15 +433,15 @@ ru : Любительская группа
# release types
-:_rtype_0
+:_rtype_complete
en : Complete
ru : Полный
-:_rtype_1
+:_rtype_partial
en : Partial
ru : Частичный
-:_rtype_2
+:_rtype_trial
en : Trial
ru : Триальный
diff --git a/data/style.css b/data/style.css
index 483ef6d1..9aaceb59 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1131,7 +1131,7 @@ div#iv_view {
height: 11px;
opacity: 0.5;
}
-.icons.rt0, .icons.rt1, .icons.rt2 { width: 11px; }
+.icons.rtcomplete, .icons.rtpartial, .icons.rttrial { width: 11px; }
acronym.icons, acronym.uicons { cursor: default; }
a .icons { cursor: pointer }
.icons.oth { background: none; }
@@ -1153,9 +1153,9 @@ a .icons { cursor: pointer }
.icons.xb3 { background-position: -16px -84px; }
.icons.sat { background-position: -16px -98px; }
-.icons.rt0 { background-position: -32px 0px; }
-.icons.rt1 { background-position: -32px -14px; }
-.icons.rt2 { background-position: -32px -28px; }
+.icons.rtcomplete { background-position: -32px 0px; }
+.icons.rtpartial { background-position: -32px -14px; }
+.icons.rttrial { background-position: -32px -28px; }
.icons.ext { background-position: -32px -42px; }
.icons.msx { background-position: -32px -56px; }
.icons.nes { background-position: -32px -70px; }