Travian: notes

By jf Last update Dec 25, 2007 — Installed 19,544 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 28 posts, 18 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
FranMod Scriptwright

@vitorm

I'm rewriting the script for accept the new code. Just give me a few days.

 
vitorm User

Hello

I like very much you code TRAVIAN NOTES

Now with the transformation of code in Websites TRAVIAN they don't work
Can you upgrade the script, please.

 
teyou User

Oops..

hk & tw use the same translator

sorry for re-posting

 
teyou User

#
#
#langs['hk'] = [];
#langs['hk']['Note'] = '筆記';
#langs['hk']['Save'] = '儲存筆記';
#langs['hk']['Delete'] = '刪除筆記';
#langs['hk']['Close'] = '關閉';
#langs['hk']['Lock'] = '鎖住筆記';
#langs['hk']['Unlock'] = '解鎖';

It's a Chinese translator..

Good job ^^

 
MeXaon Scriptwright

Hi jf

Need change for work all and non conflict Extended map

1. str 234

document.body.appendChild(noteDiv);

to
  if(karte2) {
  	document.body.appendChild(noteDiv);
  } else {
   	document.getElementById('lmid2').appendChild(noteDiv);
	} 	

2. str 277

 277 var matches = reg.exec(el.getAttribute('href'));

add after
 277 var matches = reg.exec(el.getAttribute('href'));
if (matches == null ) matches = reg.exec(el.getAttribute('goto'));

 
jf Script's Author

nikoum: Notes stored in C:\Documents and Settings\[username]\Application Data\Mozilla\Firefox\Profiles\[xxxxxxxx].default\webappsstore.sqlite

 
NewBean User

#
#
# langs['no'] = [];
# langs['no']['Note'] = 'Huskelapp';
# langs['no']['Save'] = 'Lagre';
# langs['no']['Delete'] = 'Slett';
# langs['no']['Close'] = 'Lukk';

Norwegian

 
nikoum User

is there a way to move notes from one PC to another? by moving a cookie or something?

 
MrD User

Update lang SE

# langs['se']['Lock'] = 'Lås';
# langs['se']['Unlock'] = 'Lås upp';

I found out a small anoying thing today.
If I got the map and clicks on the arrows to move to next square then the notes won't show. If I instead uses the boxes with cordinates it's no problem.
Can it be fixed?

 
Neo2SHYAlien User

good script :)and bulgarian translate

# langs['bg'] = [];
# langs['bg']['Note'] = 'Бележка';
# langs['bg']['Save'] = 'Запази';
# langs['bg']['Delete'] = 'Изтрии';
# langs['bg']['Close'] = 'Затвори';
# langs['bg']['Lock'] = 'Заключи';
# langs['bg']['Unlock'] = 'Отключи';

 
bogu User

can you make right-side text area for .dorf1 and .dorf2 or for all *.travian.* ?
to write global notes...
/sorry my bad english/

 
Drewo User

Slovak translation update :)

# langs['sk']['Lock'] = 'Zablokovať';
# langs['sk']['Unlock'] = 'Odblokovať';

 
Drewo User

Slovak translation

# langs['sk'] = [];
# langs['sk']['Note'] = 'Poznámka';
# langs['sk']['Save'] = 'Uložiť';
# langs['sk']['Delete'] = 'Zmazať';
# langs['sk']['Close'] = 'Zavrieť';

 
Metador User

German Translation Update
# langs['de'] = [];
# langs['de']['Note'] = 'Notiz';
# langs['de']['Save'] = 'Speichern';
# langs['de']['Delete'] = 'Löschen';
# langs['de']['Close'] = 'Schließen';
# langs['de']['Lock'] = 'Sichern';
# langs['de']['Unlock'] = 'Entsichern';

Regards
Metador

 
BaRyU Scriptwright

tr update...

langs['nl'] = [];
langs['nl']['Note'] = 'Not Bırak';
langs['nl']['Save'] = 'Kaydet';
langs['nl']['Delete'] = 'Sil';
langs['nl']['Close'] = 'Kapat';
langs['nl']['Lock'] = 'Kilitle';
langs['nl']['Unlock'] = 'Kilidi aç';

 
Boeruh User


langs['nl'] = [];
langs['nl']['Note'] = 'Kladblok';
langs['nl']['Save'] = 'Opslaan';
langs['nl']['Delete'] = 'Verwijder';
langs['nl']['Close'] = 'Sluit';
langs['nl']['Lock'] = 'Zet vast';
langs['nl']['Unlock'] = 'Ontkoppel';

 
oskar User

pl update
# langs['pl']['Lock'] = 'Zablokuj';
# langs['pl']['Unlock'] = 'Odblokuj';

 
MicroDJS User

Sorry :( update fix

langs['pt'] = [];
langs['pt']['Note'] = 'Nota';
langs['pt']['Save'] = 'Guardar';
langs['pt']['Delete'] = 'Remover';
langs['pt']['Close'] = 'Fechar';
langs['pt']['Lock'] = 'Bloquear'; <-->
langs['pt']['Unlock'] = 'Desbloquear'; <-->

 
MicroDJS User

languages! Portuguese, Brazilian.

case "pt":
case "br":
lang = "pt";
break;

# langs['pt'] = [];
# langs['pt']['Note'] = 'Nota';
# langs['pt']['Save'] = 'Guardar';
# langs['pt']['Delete'] = 'Remover';
# langs['pt']['Close'] = 'Fechar';
# langs['pt']['Lock'] = 'Desbloquear';
# langs['pt']['Unlock'] = 'Bloquear';

 
jf Script's Author

New version (7.11.29-3)

Add two strings:
langs['hu']['Lock'] = 'Rögzítés';
langs['hu']['Unlock'] = 'Feloldás';

 
oskar User

sorry, little bug..

Polish Translation
# langs['pl'] = [];
# langs['pl']['Note'] = 'Notes';
# langs['pl']['Save'] = 'Zapisz';
# langs['pl']['Delete'] = 'Usuń';
# langs['pl']['Close'] = 'Zamknij';

 
oskar User

Polish Translation
# langs['cz'] = [];
# langs['cz']['Note'] = 'Notes';
# langs['cz']['Save'] = 'Zapisz';
# langs['cz']['Delete'] = 'Usuń';
# langs['cz']['Close'] = 'Zamknij';

 
HoKe1 User

Note: add include welt*.travian.*/karte.php*

for czech this should be:
include s*.travian.*/karte.php*

 
HoKe1 User

Czech Translation
# langs['cz'] = [];
# langs['cz']['Note'] = 'Poznámka';
# langs['cz']['Save'] = 'Uložit';
# langs['cz']['Delete'] = 'Smazat';
# langs['cz']['Close'] = 'Zavřít';

Note: add include welt*.travian.*/karte.php*

Regards
HoKe1

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel