Travian NPC-AddIn

By Toxon Last update Aug 11, 2008 — Installed 105,046 times. Daily Installs: 45, 49, 45, 44, 42, 59, 46, 62, 58, 48, 63, 47, 41, 36, 34, 46, 48, 51, 35, 35, 27, 36, 63, 50, 56, 49, 40, 42, 48, 31, 45, 43

Add your review

2 reviews


5 stars
Translation to Latvian , Mar 22, 2009
Review written by Justs - see all my reviews (1)

// ----------
// lv latvian
// ----------
country = 'lv';
localStr[country] = new Array();
localStr[country]['npc'] = 'NPC tirgošanās';

localStr[country]['res'] = 'Resursi';
localStr[country]['re1'] = 'Kokmateriāli';
localStr[country]['re2'] = 'Māls';
localStr[country]['re3'] = 'Dzelzs';
localStr[country]['re4'] = 'Labība';

localStr[country]['ro_'] = 'Romieši';
localStr[country]['ro0'] = 'Legionārs';
localStr[country]['ro1'] = 'Pretorietis';
localStr[country]['ro2'] = 'Iekarotājs';
localStr[country]['ro3'] = 'Ziņnesis';
localStr[country]['ro4'] = 'Romas Jātnieks';
localStr[country]['ro5'] = 'Romas Bruņinieks';
localStr[country]['ro6'] = 'Mūra Brucinātājs';
localStr[country]['ro7'] = 'Uguns Katapulta';
localStr[country]['ro8'] = 'Senators';
localStr[country]['ro9'] = 'Kolonists';

localStr[country]['ga_'] = 'Galli';
localStr[country]['ga0'] = 'Falanga';
localStr[country]['ga1'] = 'Zobenbrālis';
localStr[country]['ga2'] = 'Pēddzinis';
localStr[country]['ga3'] = 'Zibens Jātnieks';
localStr[country]['ga4'] = 'Priesteris - Jātnieks';
localStr[country]['ga5'] = 'Edujs';
localStr[country]['ga6'] = 'Tarāns';
localStr[country]['ga7'] = 'Trebušets';
localStr[country]['ga8'] = 'Barvedis';
localStr[country]['ga9'] = 'Kolonists';

localStr[country]['ge_'] = 'Ģermāņi';
localStr[country]['ge0'] = 'Rungas Vēzētājs';
localStr[country]['ge1'] = 'Škēpnesis';
localStr[country]['ge2'] = 'Karacirvja Vēzētājs';
localStr[country]['ge3'] = 'Izlūks';
localStr[country]['ge4'] = 'Bruņinieks';
localStr[country]['ge5'] = 'Ģermāņu Bruņinieks';
localStr[country]['ge6'] = 'Postītājs';
localStr[country]['ge7'] = 'Katapulta';
localStr[country]['ge8'] = 'Virsaitis';
localStr[country]['ge9'] = 'Kolonists';

0 comments |

5 stars
Translation to spanish , Dec 21, 2008
Review written by aleman2006 - see all my reviews (1)

Hi Toxon, how are you? This script is great!! Congratulation and thanks a lot for sharing!

Look, here is some translation into spanish :)

// ----------
// com.mx spanisch
// ----------
country = 'com.mx';
localStr[country] = new Array();
localStr[country]['npc'] = 'Comercio NPC';

localStr[country]['res'] = 'Recursos';
localStr[country]['re1'] = 'Madera';
localStr[country]['re2'] = 'Barro';
localStr[country]['re3'] = 'Hierro';
localStr[country]['re4'] = 'Cereal';

and add these lines in order to make the script work in Argentina :D

// ----------
// com.ar spanisch
// ----------
localStr['com.ar'] = localStr['com.mx']

Thanks a lot!!

0 comments |