2014-02-05 17:06:30 +01:00
|
|
|
(function(){
|
|
|
|
|
//only used for poedit to find translatable strings
|
2014-07-13 00:56:35 -04:00
|
|
|
var keywords = [
|
|
|
|
|
_('saved.'),
|
|
|
|
|
_('wood'),
|
|
|
|
|
_('builder'),
|
|
|
|
|
_('teeth'),
|
|
|
|
|
_('meat'),
|
|
|
|
|
_('fur'),
|
|
|
|
|
_('alien alloy'),
|
|
|
|
|
_('bullets'),
|
|
|
|
|
_('charm'),
|
|
|
|
|
_('leather'),
|
|
|
|
|
_('iron'),
|
|
|
|
|
_('steel'),
|
|
|
|
|
_('coal'),
|
2014-08-28 17:42:21 +03:00
|
|
|
_('sulphur'),
|
2014-08-28 18:18:52 +03:00
|
|
|
_('energy cell'),
|
2014-07-13 00:56:35 -04:00
|
|
|
_('torch'),
|
|
|
|
|
_('medicine'),
|
|
|
|
|
_('hunter'),
|
|
|
|
|
_('trapper'),
|
|
|
|
|
_('tanner'),
|
2014-07-13 12:52:29 -04:00
|
|
|
_('grenade'),
|
|
|
|
|
_('bolas'),
|
2014-10-06 16:57:49 +03:00
|
|
|
_('bayonet'),
|
|
|
|
|
_('charcutier'),
|
2014-07-13 00:56:35 -04:00
|
|
|
_('iron miner'),
|
2014-08-26 16:57:25 +03:00
|
|
|
_('iron mine'),
|
2014-07-13 00:56:35 -04:00
|
|
|
_('coal miner'),
|
2014-08-26 16:57:25 +03:00
|
|
|
_('coal mine'),
|
|
|
|
|
_('sulphur miner'),
|
|
|
|
|
_('sulphur mine'),
|
|
|
|
|
_('armourer'),
|
2014-07-13 00:56:35 -04:00
|
|
|
_('steelworker'),
|
|
|
|
|
_('bait'),
|
|
|
|
|
_('cured meat'),
|
|
|
|
|
_('scales'),
|
|
|
|
|
_('compass'),
|
|
|
|
|
_('laser rifle'),
|
|
|
|
|
_('gatherer'),
|
|
|
|
|
_('cloth'),
|
|
|
|
|
_('scales'),
|
|
|
|
|
_('cured meat'),
|
|
|
|
|
_('thieves'),
|
|
|
|
|
_('not enough fur'),
|
|
|
|
|
_('not enough wood'),
|
|
|
|
|
_('not enough coal'),
|
|
|
|
|
_('not enough iron'),
|
|
|
|
|
_('not enough steel'),
|
2014-10-06 16:57:49 +03:00
|
|
|
_('not enough sulphur'),
|
2014-07-13 00:56:35 -04:00
|
|
|
_('baited trap'),
|
|
|
|
|
_('not enough scales'),
|
2014-08-26 16:57:25 +03:00
|
|
|
_('not enough cloth'),
|
|
|
|
|
_('not enough teeth'),
|
2014-07-13 00:56:35 -04:00
|
|
|
_('not enough leather'),
|
2014-09-02 09:01:00 +03:00
|
|
|
_('not enough meat'),
|
2014-08-29 09:24:19 +03:00
|
|
|
_('the compass points east'),
|
|
|
|
|
_('the compass points west'),
|
|
|
|
|
_('the compass points north'),
|
|
|
|
|
_('the compass points south'),
|
|
|
|
|
_('the compass points northeast'),
|
|
|
|
|
_('the compass points northwest'),
|
|
|
|
|
_('the compass points southeast'),
|
|
|
|
|
_('the compass points southwest')
|
2014-07-13 00:56:35 -04:00
|
|
|
];
|
2014-07-13 12:52:29 -04:00
|
|
|
|
2016-10-02 17:45:09 -03:00
|
|
|
keywords = null;
|
2014-07-13 00:56:35 -04:00
|
|
|
})();
|