- Код: Выделить всё
##############################################################
## MOD Title: Post Count Resync
## MOD Version: 1.2.1
## Author: R45 < adam at (@) rasadam.com > Adam Alkins - http://www.rasadam.com
## Description: This is an admin module for the ACP system. It will allow you to resync all user's post
## counts to their correct figure.
Вот такой мод и вот моя частичная локализация для него, частичная потому что учил французский и с технической точки зрения могу ошибится в переводе
lang_pcount_resync.php
- Код: Выделить всё
<?php
/***************************************************************************
* lang_pcount_resync.php [English]
* -------------------
* begin : Fri Sep 06 2002
* copyright : (C) 2002 Adam Alkins
* email : phpbb@rasadam.com
* $Id: lang_pcount_resync.php,v 1.5 2003/07/12 15:48:42 rasadam Exp $:
*
*
****************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
$lang['Resync_page_title'] = 'Синхронизация количества сообщений Пользователей';
$lang['Resync_page_desc_simple'] = 'Добро пожаловать в модуль Синхронизации количества сообщений Пользователей. You can Press the resync button to resync all the post counts to their true figure by recounting the amound of actual posts they made.<br /><br />Batch Mode allows you to resync accounts in steps, and is useful for large boards. Batch Mode also provides progress updates while resyncing, therefore if the script dies before finishing (Memory limit reached or timeout), you can resume at that position by entering the batch number (Leave blank to start at the beginning. The Resyncs per batch specifies how many Resyncs it will run per batch. If Batch is set as on and amount is left blank, it will default to 50 per batch.';
$lang['Resync_page_desc_adv'] = 'Добро пожаловать в модуль Синхронизации количества сообщений Пользователей. You can select which Forums you would like to Resync either a specific user or all users in the defined forums. Press the resync button to resync the post counts by recounting the amound of actual posts they made based on your criteria.<br /><br />Batch Mode allows you to resync accounts in steps, and is useful for large boards. Batch Mode also provides progress updates while resyncing, therefore if the script dies before finishing (Memory limit reached or timeout), you can resume at that position by entering the batch number (Leave blank to start at the beginning. The Resyncs per batch specifies how many Resyncs it will run per batch. If Batch is set as on and amount is left blank, it will default to 50 per batch.';
$lang['Resync_batch_mode'] = 'Batch Mode';
$lang['Resync_batch_number'] = 'Batch Number';
$lang['Resync_batch_amount'] = 'Resyncs per Batch';
$lang['Resync_finished'] = 'Синхронизация закончена';
$lang['Resync_completed'] = 'Синхронизация успешно завершена';
$lang['Resync_question'] = 'Синхронизировать?';
$lang['Resync_check_all'] = 'Синхронизировать для всех пользователей?';
$lang['Resync_do'] = 'Начать синхронизацию';
$lang['Resync_redirect'] = '<br /><br />Вернуться к модулю <a href="%s">Синхронизации количества сообщений Пользователей</a><br /><br />Вернуться на <a href="%s">Главную страницу</a>.';
$lang['Resync_invalid'] = 'Неверные установки - нет пользователей для синхронизации';
?>
Остальное приблизительно понимаю, но как выразить не могу представить.







