MOD translations (post your file here / read the FAQ before)

This mod will register when the user last logged in, allong with the info about how meny users have visited the board

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

MOD translations (post your file here / read the FAQ before)

Postby -=ET=- on Thu 04. Dec, 2003 15:50

:arrow: MOD download & history
:arrow: Translation FAQ


Languages already available in the MOD archive
Translations out-of-date - authors already contacted to update them
(you can find their old topics locked at the end of this forum)
  • Español (Spanish) by t0m|ta
  • Português (Portuguese) by sbarros
Language entries change log

1.2.8
--------------------------------------------------

Initial log release


New translations or updates

Please post new translations or updates for new MOD release here.
Be careful to respect the instructions included in the Translation FAQ!

Use the attachment feature to post your archive, and if it's an update, update the attachment of your first post. Do NOT create one new post for each translation release!
Eternal newbie
User avatar
-=ET=-
brilliant supporter
 
Posts: 240
Joined: Sun 25. May, 2003 20:02
Location: France

Portuguese from Portugal....

Postby vtrain on Fri 09. Jan, 2004 18:03

Hi !

The Portuguese translation of this mod that exists is not PT_portuguese but BR_portuguese (brazilian) and is out of date.

I've done the translation to PT_portuguese...

Thanks !!!

Vtrain

UPDATE:

> language/lang_english/lang_main.php
--
< language/lang_portuguese/lang_main.php
vtrain
Poster
Poster
 
Posts: 1
Joined: Sun 20. Apr, 2003 15:12

Postby t0m|ta on Tue 03. Feb, 2004 02:00

The spanish file :-)
t0m|ta
http://www.tomatoma.ws
Internet is not the Outer Space
t0m|ta
Special supporter
 
Posts: 18
Joined: Tue 28. May, 2002 11:44
Location: Spain

Romanian translation

Postby bog_tom on Mon 08. Mar, 2004 11:44

Romanian translation

check Romanian phpBB online community for updates :idea:
User avatar
bog_tom
Poster
Poster
 
Posts: 17
Joined: Tue 14. Jan, 2003 13:14
Location: Romania

Re: MOD translations (post your file here / read the FAQ bef

Postby Kundesbanzler on Mon 22. Mar, 2004 17:07

-=ET=- wrote:
There is a fault in this language file:

$lang['Last_logon'] = 'Letzer Besuch';
$lang['Hidde_last_logon'] = 'Versteckt';
$lang['Never_last_logon'] = 'Nie';
$lang['Users_today_zero_total'] = 'Heute hat noch <b>niemand</b> diese Seite besucht :: ';
$lang['Users_today_total'] = 'Heute haben <b>%d</b> Benutzer diese Seite besucht :: ';
$lang['User_today_total'] = 'Heute hat <b>%d</b> Benutzer diese Seite besucht :: ';
$lang['Users_lasthour_explain'] = ', davon %d innerhalb der letzten Stunde.';
$lang['Users_lasthour_none_explain'] = ''; //showen of none have visited the last hour, fill if you like

$lang['Years'] = 'Jahre';
$lang['Year'] = 'Jahr';
$lang['Weeks'] = 'Wochen';
$lang['Week'] = 'Woche';
$lang['Day'] = 'Tag';
$lang['Total_online_time'] = 'Gesamte Online-Dauer';
$lang['Last_online_time'] = 'Letze Online-Dauer';
$lang['Number_of_visit'] = 'Anzahl der Besuche';
$lang['Number_of_pages'] = 'Anzahl der besuchten Seiten';
The red ' is missing in the original file. If it isn't there, the whole board won't work ...
Kundesbanzler
Poster
Poster
 
Posts: 3
Joined: Fri 19. Mar, 2004 21:31
Location: Bonn, Germany

Russian translation

Postby dennize on Mon 30. Aug, 2004 12:59

Code: Select all
##############################################################
## MOD Title:   Last visit
## MOD Version: 1.2.8
## Translation: Русский (Russian)
## Rev date:    30/8/2004
##
## Translator:  Denis < admin@extrim.org > (n/a) http://forum.extrim.org
##
##############################################################
#
#-----[ OPEN ]------------------------------------------------
#
language/lang_russian/lang_admin.php

#
#-----[ FIND ]------------------------------------------------
#
?>

#
#-----[ BEFORE, ADD ]-----------------------------------------
#

// Start add - Last visit MOD
$lang['Hidde_last_logon'] = "Скрыть время последнего входа на форум";
$lang['Hidde_last_logon_expain'] = "Если эта опция установлена то пользователи не смогут видеть время последнего входа, сможет только администратор";
// End add - Last visit MOD

#
#-----[ OPEN ]------------------------------------------------
#
language/lang_russian/lang_main.php

#
#-----[ FIND ]------------------------------------------------
#
?>

#
#-----[ BEFORE, ADD ]-----------------------------------------
#

// Start add - Last visit MOD
$lang['Last_logon'] = 'Последнее посещение';
$lang['Hidde_last_logon'] = 'Скрыто';
$lang['Never_last_logon'] = 'Никогда';
$lang['Users_today_zero_total'] = 'Всего  <b>0</b> пользователей посетило форум сегодня : ';
$lang['Users_today_total'] = 'Всего <b>%d</b> пользователя посетил форум сегодня : ';
$lang['User_today_total'] = 'Всего <b>%d</b> пользователей посетило форум сегодня : ';
$lang['Users_lasthour_explain'] = ', %d из них был(и) за последний час.';
$lang['Users_lasthour_none_explain'] = ''; //showen of none have visited the last hour, fill if you like

$lang['Years'] = 'Года';
$lang['Year'] = 'Год';
$lang['Weeks'] = 'Недели';
$lang['Week'] = 'Неделя';
$lang['Day'] = 'День';
$lang['Total_online_time'] = 'В онлайне был';
$lang['Last_online_time'] = 'Последний раз';
$lang['Number_of_visit'] = 'Посещений';
$lang['Number_of_pages'] = 'Посещений страниц';
// End add - Last visit MOD


#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM
dennize
Poster
Poster
 
Posts: 5
Joined: Wed 18. Aug, 2004 19:46

Re: MOD translations (post your file here / read the FAQ bef

Postby rabbit on Tue 05. Oct, 2004 22:51

Kundesbanzler wrote:
-=ET=- wrote:
There is a fault in this language file:

$lang['Last_logon'] = 'Letzer Besuch';
$lang['Hidde_last_logon'] = 'Versteckt';
$lang['Never_last_logon'] = 'Nie';
$lang['Users_today_zero_total'] = 'Heute hat noch <b>niemand</b> diese Seite besucht :: ';
$lang['Users_today_total'] = 'Heute haben <b>%d</b> Benutzer diese Seite besucht :: ';
$lang['User_today_total'] = 'Heute hat <b>%d</b> Benutzer diese Seite besucht :: ';
$lang['Users_lasthour_explain'] = ', davon %d innerhalb der letzten Stunde.';
$lang['Users_lasthour_none_explain'] = ''; //showen of none have visited the last hour, fill if you like

$lang['Years'] = 'Jahre';
$lang['Year'] = 'Jahr';
$lang['Weeks'] = 'Wochen';
$lang['Week'] = 'Woche';
$lang['Day'] = 'Tag';
$lang['Total_online_time'] = 'Gesamte Online-Dauer';
$lang['Last_online_time'] = 'Letze Online-Dauer';
$lang['Number_of_visit'] = 'Anzahl der Besuche';
$lang['Number_of_pages'] = 'Anzahl der besuchten Seiten';
The red ' is missing in the original file. If it isn't there, the whole board won't work ...


hi,

please update the download-file for the mod, because this bug is still there in the german translation... :roll:
it causes many unnecessary questions on phpbb.de....
thanx! :)
rabbit
Poster
Poster
 
Posts: 6
Joined: Sun 20. Jun, 2004 18:49


Return to Last visit [2.0.10/EM]

Who is online

Users browsing this forum: No registered users and 2 guests

cron