summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-09-06 15:15:51 +0200
committerYorhel <git@yorhel.nl>2009-09-06 15:15:51 +0200
commit74bc0733e290d1f4b9726f7fbb46865789bcc7cb (patch)
treec8123ccfbc3858ae071a431309b80aea67f39e5d /data/global.pl
parent144100fb5239f187fb1f5fee85433aeed668dc2d (diff)
L10N: Converted 'voiced', 'animated' and 'votes' in global.pl
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl28
1 files changed, 2 insertions, 26 deletions
diff --git a/data/global.pl b/data/global.pl
index ba95638b..79978c5e 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -112,32 +112,8 @@ our %S = (%S,
[ '1280x720 (720p)', 'widescreen' ],
[ '1920x1080 (1080p)', 'widescreen' ],
],
- voiced => [
- 'Unknown',
- 'Not voiced',
- 'Only ero scenes voiced',
- 'Partially voiced',
- 'Fully voiced',
- ],
- animated => [
- 'Unknown',
- 'No animations',
- 'Simple animations',
- 'Some fully animated scenes',
- 'All scenes fully animated',
- ],
- votes => [
- 'worst ever',
- 'awful',
- 'bad',
- 'weak',
- 'so-so',
- 'decent',
- 'good',
- 'very good',
- 'excellent',
- 'masterpiece',
- ],
+ voiced => [ 0..4 ],
+ animated => [ 0..4 ],
wishlist_status => [
'high',
'medium',