vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   List of PHP files needing translation (https://vborg.vbsupport.ru/showthread.php?t=24952)

s.molinari 08-08-2001 10:00 PM

Hello vB Troopers,

Ok, Ok, it's not a hack, but it is a download and it will help alot of foreign vB users with the "correct" translation of their board.

Attached is a list I made of all the php files that hold small bits of english in them. Without translating these bits your board will not be completely translated.

I have seen many threads about getting the "english" out of the code. And making some sort of include to get it done. Well, this list should help.

I believe I have everything, but it is possible that I may have missed something. If I did please post it here and I'll update my list. Thanx.

Hope I could help! :)

Scott

Mods - if you know of a better place to put this, be my guest.:)

dxb 08-09-2001 01:27 PM

thanks alot scott and I have a dummy question I always wanted to know the answer

when you say line numbers ... how can you know the line number ...I use wordpad and there is no place where it tells you the line number

and thanks again

Fryzid 08-09-2001 01:57 PM

dxb Then it is time to get yourself a good texteditor like Ultraedit. There are certainly many others around that are equal good.

The Prohacker 08-09-2001 02:01 PM

I enjoy the simple things in life..

http://www.phpide.de


Sometimes the best tools are the free ones :D :D

dxb 08-09-2001 02:13 PM

Thanks alot Fryzid and Prohacker

Streicher 08-09-2001 02:27 PM

I have also translated the variable $idname in all php-files.

In showthread.php you can find:

$post[usertitle]="Guest";
$post[joindate]="Not Yet";
$post[posts]="N/A";

At last there are some alt-tags for images. You have to searc for them.

Ivan 08-13-2001 07:02 AM

Everybody using national characters must insert setlocale function into the code. That's for sure.

Don't know the most appropriate place.
I added one in admin/functions.php -> function indexpost
and another in showthread.php
Examples (change locale for your own language)

setlocale("LC_ALL","ru_RU.KOI8-R");
or
setlocale("LC_ALL","de_DE.ISO-8859-1");
or
setlocale("LC_ALL","fr_FR.ISO-8859-1");

That will correct problem with unappropriate indexing of non-english messages.

Streicher 08-17-2001 01:14 PM

Quote:

Originally posted by Streicher
I have also translated the variable $idname in all php-files.

In showthread.php you can find:

$post[usertitle]="Guest";
$post[joindate]="Not Yet";
$post[posts]="N/A";


At last there are some alt-tags for images. You have to searc for them.

I have to correct myself. Since version 2.0.3 the part

$post[usertitle]="Guest";
$post[joindate]="Not Yet";
$post[posts]="N/A";

is in functions.php

Thomas P 11-11-2001 06:08 PM

Thanks, great job!
-Tom

freehtml 03-29-2002 05:28 AM

thx, i need it for translation to "chinese" version.
And I wonder would vB3 support languages pack so that we just change that file only.

pogo 03-29-2002 06:57 AM

It would be better to ask this over at vbulletin.com but I think that translations will be a lot easier.

Floris 04-04-2002 06:32 PM

Any specific language here? Or can I just say "Ok, I might have an interest in helping these to be translated to Dutch".


All times are GMT. The time now is 04:44 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01164 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete