summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-08-22 09:12:13 +0200
committerYorhel <git@yorhel.nl>2011-08-22 09:12:13 +0200
commit6ff624ccffc043141d33884dcc75d015e924d5d4 (patch)
treead1e2e678eb9eb8905d9b6e42f5843933e4121c7 /data
parentdc5c17c32efb16cb92e4459fb53ae3ef775bc594 (diff)
Added new platforms: Android, Web and DB-PG
+ Fixed makefile I haven't been able to properly test this yet as a bug[1] in PostgreSQL 9.0.4 is preventing me from editing release entries. [1] http://archives.postgresql.org/pgsql-bugs/2011-08/msg00119.php
Diffstat (limited to 'data')
-rw-r--r--data/global.pl2
-rw-r--r--data/lang.txt27
-rw-r--r--data/style.css9
3 files changed, 31 insertions, 7 deletions
diff --git a/data/global.pl b/data/global.pl
index e68986c5..31d45631 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -63,7 +63,7 @@ our %S = (%S,
},
age_ratings => [-1, 0, 6..18],
release_types => [qw|complete partial trial|],
- platforms => [qw|win dos lin mac ios dvd gba msx nds nes p98 psp ps1 ps2 ps3 drc sat sfc wii xb3 oth|],
+ platforms => [qw|win dos lin mac ios and dvd bdp gba msx nds nes p98 psp ps1 ps2 ps3 drc sat sfc wii xb3 web oth|],
media => {
#DB qty?
cd => 1,
diff --git a/data/lang.txt b/data/lang.txt
index b0041080..3c9d99a3 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -300,6 +300,13 @@ cs : Apple iProduct
hu : Apple iTermék
nl :
+:_plat_and
+en : Android
+ru*:
+cs*:
+hu*:
+nl :
+
:_plat_dvd
en : DVD Player
ru : DVD-плеер
@@ -307,6 +314,13 @@ cs : DVD Přehrávač
hu : DVD Lejátszó
nl : DVD Speler
+:_plat_bdp
+en : Blu-ray Player
+ru*:
+cs*:
+hu*:
+nl : Blu-ray Speler
+
:_plat_gba
en : Game Boy Advance
ru : Game Boy Advance
@@ -405,6 +419,13 @@ cs : Xbox 360
hu :
nl :
+:_plat_web
+en : Website
+ru*:
+cs*:
+hu*:
+nl :
+
:_plat_oth
en : Other
ru : Другая
@@ -8711,9 +8732,9 @@ nl : Iemand heeft zich al geregistreerd met dat emailadres
:_formerr_e_invalidimgid
en : No image with that ID
-ru :
-cs :
-hu :
+ru*:
+cs*:
+hu*:
nl : Geen plaatje met dat ID
:_formerr_e_noimage
diff --git a/data/style.css b/data/style.css
index aef47c8a..78f3736f 100644
--- a/data/style.css
+++ b/data/style.css
@@ -802,11 +802,12 @@ a .icons { cursor: pointer }
.icons.gba { background-position: 0px -70px; }
.icons.ps3 { background-position: 0px -84px; }
.icons.p98 { background-position: 0px -98px; }
-.icons.feed { background-position: 0px -112px; }
+.icons.web { background-position: 0px -112px; }
+.icons.feed { background-position: 0px -126px; }
.icons.gen.f,
-.icons.gen.b { background-position: -12px -112px; }
-.icons.gen.m { background-position: -26px -112px; }
+.icons.gen.b { background-position: -12px -126px; }
+.icons.gen.m { background-position: -26px -126px; }
.icons.dvd { background-position: -16px 0px; }
.icons.mac { background-position: -16px -14px; }
@@ -816,6 +817,7 @@ a .icons { cursor: pointer }
.icons.wii { background-position: -16px -70px; }
.icons.xb3 { background-position: -16px -84px; }
.icons.sat { background-position: -16px -98px; }
+.icons.and { background-position: -16px -112px; }
.icons.rtcomplete { background-position: -32px 0px; }
.icons.rtpartial { background-position: -32px -14px; }
@@ -825,6 +827,7 @@ a .icons { cursor: pointer }
.icons.nes { background-position: -32px -70px; }
.icons.dos { background-position: -32px -84px; }
.icons.ios { background-position: -32px -98px; }
+.icons.bdp { background-position: -32px -112px; }
.icons.cs { background-position: -48px 0px; }
.icons.da { background-position: -48px -11px; }