Уважаемые пользователи!
C 7 ноября 2020 года phpBB Group прекратила выпуск обновлений и завершила дальнейшее развитие phpBB версии 3.2.
С 1 августа 2024 года phpBB Group прекращает поддержку phpBB 3.2 на официальном сайте.
Сайт официальной русской поддержки phpBB Guru продолжит поддержку phpBB 3.2 до 31 декабря 2024 года.
С учетом этого, настоятельно рекомендуется обновить конференции до версии 3.3.

Req> Перевод: Today-Yesterday Relative Time Mod

Ответы на вопросы, связанные с локализацией модов для phpBB 2.0.x
Lektor
phpBB 2.0.7
Сообщения: 574
Стаж: 17 лет 11 месяцев

Req> Перевод: Today-Yesterday Relative Time Mod

Сообщение Lektor »

Ребята помогите красиво перевести мод:

Код: Выделить всё

##############################################################
## MOD Title:    Today-Yesterday Relative Time Mod 1.1.0
## MOD Author:   ewelin <ewelin@muttdom.com> (Eric Welin) 
##
## MOD Description: This mod will make the Today and Yesterday show up
##                  in place of the Date for the corresponding days, along
##									with an option to display the relative time. Also 
##                  adds the linked title of the last topic replied to in 
##                  each forum on the index. 
## MOD Version:  1.1.0
##############################################################

Код: Выделить всё

# 
#-----[ OPEN ]------------------------------------------------ 
# 
language/lang_russian/lang_admin.php 
# 
#-----[ FIND ]------------------------------------------------ 
# 
//
// That's all Folks!
// -------------------------------------------------
# 
#-----[ BEFORE, ADD ]------------------------------------------ 
#

// BEGIN Today-Yesterday Mod
$lang['Lastpost_cutoff'] = 'Last Post Character Cut Off Point'; 
$lang['Lastpost_cutoff_explain'] = 'Number of Characters of topic title to display in Last Post info.'; 
$lang['Lastpost_append'] = 'Characters to append to Last Post';  
$lang['Lastpost_append_explain'] = 'Characters that are appended to the end of the topic title if it\'s longer than the cut off point.';  
// END Today-Yesterday Mod

#
#-----[ OPEN ]------------------------------
# 
language/lang_russian/lang_main.php 
#
#-----[ FIND ]-----------------------------------
# 
//
// That's all, Folks!
// -------------------------------------------------
#
#-----[ BEFORE, ADD ]-----------------------------------
# 

// BEGIN Today-Yesterday Mod
$lang['TY-Today'] = "Сегодня, "; //intentional space
$lang['TY-Yesterday'] = "Вчера, "; //intentional space
$lang['TY-in'] = "в: "; //intentional space
$lang['Go_to_topic'] = "Go to Topic: "; //intentional space
$lang['TY-by'] = "By: "; //intentional space
$lang['TY-hr'] = "hr, "; //intentional space
$lang['TY-hrs'] = "hrs, "; //intentional space
$lang['TY-min'] = "min "; //intentional space
$lang['TY-mins'] = "mins "; //intentional space
$lang['TY-ago'] =  " ago"; //intentional space before the word
$lang['TY-seconds_ago'] = "a few seconds ago";

$lang['Use_rel_date'] = "Display Relative Date";		
$lang['Use_rel_date_explain'] = "Today and Yesterday will be displayed instead of the date.";		
$lang['Use_rel_time'] = "Display Relative Time";		
$lang['Use_rel_time_explain'] = "Time will be relative to current time. ie - 10hrs, 43mins ago";
// END   Today-Yesterday Mod
Аватара пользователя
Поручик
Former team member
Сообщения: 3942
Стаж: 18 лет 11 месяцев
Откуда: Оренбург (Южный Урал)
Благодарил (а): 3 раза

Сообщение Поручик »

Бесплатный совет: замените двойные кавычки " на одинарные '
Профессионал - тот же дилетант, только знающий, где ошибётся.
Генератор db_update.php для phpBB2 с некоторыми удобствами. Многие моды я беру или ищу здесь, здесь, тут
Все консультации только на форуме, приваты и стук в аську по таким вопросам игнорируются!
FAQ-phpBB3 | Ошибки новичков, или как не поссориться с модератором | Правила конференции

наш форум http://forum.aeroion.ru/cat1.html

Вернуться в «Локализация модов для phpBB 2.0.x»