Author |
Topic |
Nathan
Help Moderator
USA
7664 Posts |
Posted - 14 April 2002 : 20:52:28
|
I'm gonna add a new string to take care of the post_info thing.
strLangMOD_Ls3kAU_01241 = "Posting Message"
Those of you who have translated can just post the translation for that string here and I will add it into your file.
Nathan Bales Snitz Exchange | Do's and Dont's
Edited by - Nathan on 14 April 2002 22:24:08 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 14 April 2002 : 22:09:36
|
Ok, "Invalid Location" seems adequate.
The translation for posting topic is "A Publicar Tópico". Won't you need a new string for "Invalid Location"?
Just post a message when you update the code, so that we know when to download it.
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 14 April 2002 : 22:23:14
|
Actually, I already did. For the time being I have left the Viewing Error Message: strings alone in the non-english files. I will need a translation.
I also decided that "Posting Topic" wont work because what if they are replying ;) so "Posting Message"
Currently the language files have "Posting New Topic" in their respective language which I derived from "Posting New Topic in:"
Nathan Bales Snitz Exchange | Do's and Dont's |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 14 April 2002 : 22:49:29
|
quote:
Actually, I already did. For the time being I have left the Viewing Error Message: strings alone in the non-english files. I will need a translation.
For "Invalid Location" that would be "Informação de Localização Inexistente".
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
|
|
snaayk
Senior Member
USA
1061 Posts |
Posted - 14 April 2002 : 22:52:16
|
Nathan, do you if this (the MOD) will be affected by the new encrypted login change for 3.4?
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 15 April 2002 : 00:09:12
|
It should not be affected by encryption. However it will be affected by the new inc_func_xxx.asp files.
I have made it as close to being 3.4 compatable as I can without actually having 3.4. I will update it when 3.4 arrives.
Nathan Bales Snitz Exchange | Do's and Dont's |
|
|
Romee
Junior Member
Netherlands
180 Posts |
Posted - 15 April 2002 : 07:35:42
|
Hi Nathan, I am installing the mod on sql server. After setting the admin panel I got this error Microsoft VBScript runtime error '800a000d'
Type mismatch: 'strAUTimeout'
/ifsql/inc_functions.asp, line 1457
line 1457 is strAUTimedOut = DateToStr(DateAdd("n",-strAUTimeout,strForumTimeAdjust))
What to do? (That makes it impossible to reset to the defaultsettings) Romée
Edited by - Romee on 15 April 2002 07:37:23 |
|
|
milki
Junior Member
Israel
320 Posts |
Posted - 15 April 2002 : 07:50:22
|
i see you get the file
Edited by - milki on 15 April 2002 08:06:44 |
|
|
mvsouza
Starting Member
3 Posts |
Posted - 15 April 2002 : 11:27:24
|
Please, friends i have installed the AU40...
ERROR in DEFAULT.ASP:
Microsoft VBScript runtime error '800a000d' Type mismatch: 'chkAUPermissions'
/snitz/inc_activeusers.asp, line 39
or maybe
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'ActiveUserTracker'
/snitz/inc_top.asp, line 112
Can you help me?
Edited by - mvsouza on 15 April 2002 11:55:19 |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 15 April 2002 : 12:10:22
|
mvsouza - Your error is because you forgot to include the functions into the inc_function.asp file.
-----------------------------------------------
Romee - open up inc_functions, on line 1457 replace strAUTimeout with an interger value (say 10) then save the file.
Then go to admin options > active users config and change the Timeout value to a numeric value. Submitt it.
Then you can go back to inc_functions.asp and return it to its original state.
-----------------------------------------------
I will be updating the zip file (4.0.04) to include a validator for the error that Romee has found. It involvs 3 New strings
English and Dutch are up to date
Rurib, I need 4 strings to get the 2070 file fully up to date strLangMOD_Ls3kAU_02021 = "There Was A Problem With Your Details" strLangMOD_Ls3kAU_02022 = "Timeout Must Contain a Numeric Value" strLangMOD_Ls3kAU_02023 = "Go Back To Enter Data" strLangMOD_Ls3kAU_01241 = "Posting Message"
Milki, I need 5 strings from you strLangMOD_Ls3kAU_02021 = "There Was A Problem With Your Details" strLangMOD_Ls3kAU_02022 = "Timeout Must Contain a Numeric Value" strLangMOD_Ls3kAU_02023 = "Go Back To Enter Data" strLangMOD_Ls3kAU_01241 = "Posting Message" strLangMOD_Ls3kAU_01270 = "Invalid Location"
Sorry guys, I guess we have discovered the new greatest challenge of mod development!!!
-----------------------------------------------
Please, if you have having trouble installing this mod, ask for help in the Mod Implementations forum.
Nathan Bales Snitz Exchange | Do's and Dont's
Edited by - Nathan on 15 April 2002 12:22:49 |
|
|
dasHell
Starting Member
Turkey
43 Posts |
Posted - 15 April 2002 : 12:35:59
|
quote: Romee - open up inc_functions, on line 1457 replace strAUTimeout with an interger value (say 10) then save the file.
Then go to admin options > active users config and change the Timeout value to a numeric value. Submitt it.
Then you can go back to inc_functions.asp and return it to its original state.
What should it look like? Original Line: strAUTimedOut = DateToStr(DateAdd("n",-strAUTimeout,strForumTimeAdjust)) Plz make this change on this line and post it again.Thank you.(My English is so bad that I could not manage to do it.)
___Learnin'...___ |
|
|
milki
Junior Member
Israel
320 Posts |
Posted - 15 April 2002 : 12:40:02
|
quote: Milki, I need 5 strings from you strLangMOD_Ls3kAU_02021 = "There Was A Problem With Your Details" strLangMOD_Ls3kAU_02022 = "Timeout Must Contain a Numeric Value" strLangMOD_Ls3kAU_02023 = "Go Back To Enter Data" strLangMOD_Ls3kAU_01241 = "Posting Message" strLangMOD_Ls3kAU_01270 = "Invalid Location"
here is the words ....
strLangMOD_Ls3kAU_02021 = "äúøçùä áòéä àí äôøèéí ùìê" strLangMOD_Ls3kAU_02022 = "äæîï òáø, çééá áäëðñú òøê îñôøé" strLangMOD_Ls3kAU_02023 = "çæåø ìäëðéñ ðúåðéí" strLangMOD_Ls3kAU_01241 = "ùåìç äåãòä" strLangMOD_Ls3kAU_01270 = "îé÷åí ìà éãåòä"
|
|
|
Romee
Junior Member
Netherlands
180 Posts |
Posted - 15 April 2002 : 12:50:34
|
Hi Nathan, That worked. Will you give the three strings separatly, or do we have to reinstall the mod. grz Romée
|
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 15 April 2002 : 12:50:59
|
quote:
Ruirib, I need 4 strings to get the 2070 file fully up to date strLangMOD_Ls3kAU_02021 = "There Was A Problem With Your Details" strLangMOD_Ls3kAU_02022 = "Timeout Must Contain a Numeric Value" strLangMOD_Ls3kAU_02023 = "Go Back To Enter Data" strLangMOD_Ls3kAU_01241 = "Posting Message"
Nathan,
Here they are
strLangMOD_Ls3kAU_02021 = "Ocorreu um problema com os seus dados" strLangMOD_Ls3kAU_02022 = "Tem de indicar um valor numérico para o Tempo de Inactividade" strLangMOD_Ls3kAU_02023 = "Voltar a Introduzir Dados" strLangMOD_Ls3kAU_01241 = "A Publicar Mensagem"
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
|
|
Deleted
deleted
4116 Posts |
Posted - 15 April 2002 : 12:54:48
|
quote:
Sorry guys, I guess we have discovered the new greatest challenge of mod development!!!
I was wating for this ... This is why I had to start implementing LangPackManager... The base Snitz v3.3.03 code has nearly 2000 strings (yet) and increasing. There are 7 compatible, 7 nearly compatible, 12 started (total 26) different locales for v4 now...
You will have versioning, distribution, date/time related issues for sure...
Wouldn't it be better to release a beta with 2-3 languages and let it work in limited number of environments before releasing a debugged final version?
Think Pink ==> Start Internationalization Here |
|
|
Topic |
|