summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-09-06 16:12:16 +0200
committerYorhel <git@yorhel.nl>2009-09-06 16:12:16 +0200
commit9fa6e9b3c112a1a5539b03f021e3826df43bbe4d (patch)
treebef827149f9cf8d502a140949ad7876dcb338dbf /data
parent5323a0c62ad471b1f2c4a77e6fc0e890792e9399 (diff)
L10N: Converted wishlist_status in global.pl
This is one of the last easy-to-extract unextracted texts... the rest is slightly harder to extract. Either because it's in JS, used in Multi, or used in some creative way that doesn't work well together with extraction... :/
Diffstat (limited to 'data')
-rw-r--r--data/global.pl7
-rw-r--r--data/lang.txt19
2 files changed, 20 insertions, 6 deletions
diff --git a/data/global.pl b/data/global.pl
index 79978c5e..7abfa43c 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -114,12 +114,7 @@ our %S = (%S,
],
voiced => [ 0..4 ],
animated => [ 0..4 ],
- wishlist_status => [
- 'high',
- 'medium',
- 'low',
- 'blacklist',
- ],
+ wishlist_status => [ 0..3 ],
# note: keep these synchronised in script.js
vn_rstat => [
'Unknown',
diff --git a/data/lang.txt b/data/lang.txt
index 9277f334..89452dcd 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -338,6 +338,25 @@ en : Users
ru : Пользователи
+# Wishlist statuses
+
+:_wish_0
+en : high
+ru*:
+
+:_wish_1
+en : medium
+ru*:
+
+:_wish_2
+en : low
+ru*:
+
+:_wish_3
+en : blacklist
+ru*:
+
+
# 'Voiced' information for releases
:_voiced_0