Comments by dbKiller on scripts
107 comments
|
Comment on: |
|
|
Comment on: |
@polle1
|
|
Comment on: |
@Freak
@Metador
@polle1
|
|
Comment on: |
@Zilogix, polle1
|
|
Comment on: |
@Zilogix
|
|
Comment on: |
Ok, I see your point ;) |
|
Comment on: |
Why don't you implement automatic language detection? Personally I dont like script command menu...
var lang = new Array();
function loadLanguage()
{
var server = location.hostname;
var ext = server.substring(server.lastIndexOf('.')+1);
//English (default)
lang['VILLAGE'] = 'Village';
lang['ALREADY_LIST'] = 'is already in the list';
lang['ADD_VILLAGE'] = 'Add to';
lang['NO_VILLAGES'] = 'No villages in the list!';
....etc
switch(ext) {
case 'it': //Italian
lang['VILLAGE'] = 'Villaggio';
lang['ALREADY_LIST'] = 'è già nella lista';
lang['ADD_VILLAGE'] = 'Aggiungi a';
lang['NO_VILLAGES'] = 'Nessun villaggio nella lista!';
...etc
break;
case 'hu': // Hungarian
lang['VILLAGE'] = 'Falu';
lang['ALREADY_LIST'] = 'falu már a listádon van!';
lang['ADD_VILLAGE'] = 'Hozzáadása';
lang['NO_VILLAGES'] = 'Nincs falu a listádon!';
...etc
break;
...etc
}
|
|
Comment on: |
I need feedback for v1.7 beta (with setting profiles),
|
|
Comment on: |
I like the interface, very well thought and usable. Good work!
STARTCOOR Coordinate di partenza RADIUS Raggio di ricerca: RAD_TITLE 0 a 56. Zero ricerche nell'area 7x7 attuale. SEARCHFOR Cerca per OASIS Oasi SEARCH Sto cercando SEARCH_BTN Cerca CLOSE Chiudi LOAD_BTN Carica CH_LANG Cambia linguaggio PLAYER Giocatore: ALLIANCE Alleanza: AVAIL_LANGS Linguaggi disponibili: SAVE Salva CANCEL Cancella SERVER Server: DATE Data: CENTER Centro della ricerca: HITS Risultati: NEWVER C'é una nuova versione disponibile. UPDATENOW Aggiornare ora? TRAV_TIME Tempo di percorrenza: NOHITS Nessun risultato. |
|
Comment on: |
@grooving
|
|
Comment on: |
@english guys (...any girls here? :-/ ) As I'm italian, I'd appreciate any advice from my fans of english mother tongue regarding the english translation.
@garigou
|
|
Comment on: |
@Zilogix
[edit]I fixed it, now list data are compatible with versions < v1.6[/edit] |
|
Comment on: |
@Zilogix, Ryan007
|
|
Comment on: |
@polle1
Import/export works like this:
|
|
Comment on: |
@polle1
|
|
Comment on: |
Hooray, Village Manager 1.5 works perfectly with Firefox 3! @bogu
|
|
Comment on: |
@v3rn
|
|
Comment on: |
@Foxyhearts
|
|
Comment on: |
@husslehoff
|
|
Comment on: |
I like your script very much, well done!! |
|
Comment on: |
@Zilogix
|
|
Comment on: |
@polle1
|
|
Comment on: |
@Ryan007
|
|
Comment on: |
Nice one tumuulunku!! really useful |
|
Comment on: |
@evildeepblue
|
