summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-07 14:16:36 +0200
committerYorhel <git@yorhel.nl>2009-10-07 14:16:36 +0200
commit246165b399856e207295773da2c03b135c1ca86a (patch)
tree2c3d25b2c23e40e2f4806f574ff4bdde9708fbe7 /data/global.pl
parentde8d188a37b651a59a6460c0ead0e7aa4edab858 (diff)
L10N: Extracted release list statuses
Should be converted to enums at some point... integers don't do the trick here.
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl16
1 files changed, 2 insertions, 14 deletions
diff --git a/data/global.pl b/data/global.pl
index 22e18670..108f7332 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -99,20 +99,8 @@ our %S = (%S,
animated => [ 0..4 ],
wishlist_status => [ 0..3 ],
# note: keep these synchronised in script.js
- vn_rstat => [
- 'Unknown',
- 'Pending',
- 'Obtained', # hardcoded
- 'On loan',
- 'Deleted',
- ],
- vn_vstat => [
- 'Unknown',
- 'Playing',
- 'Finished', # hardcoded
- 'Stalled',
- 'Dropped',
- ],
+ rlst_rstat => [ 0..4 ], # 2 = hardcoded 'OK', < 2 = hardcoded 'NOK'
+ rlst_vstat => [ 0..4 ], # 2 = hardcoded 'OK', 0 || 4 = hardcoded 'NOK'
);