Updated UMIL to version 1.0.4;

Updated UMIF for UMIL 1.0.4;
This commit is contained in:
Marc Alexander
2010-12-21 14:03:38 +00:00
parent a022694a3d
commit 33084038f9
34 changed files with 624 additions and 220 deletions

View File

@@ -15,6 +15,11 @@ define('UMIL_AUTO', true);
define('IN_INSTALL', true); define('IN_INSTALL', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : '../'; $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : '../';
$phpEx = substr(strrchr(__FILE__, '.'), 1); $phpEx = substr(strrchr(__FILE__, '.'), 1);
define('IN_PHPBB', true);
include($phpbb_root_path . 'common.' . $phpEx);
$user->session_begin();
$auth->acl($user->data);
$user->setup();
if (!file_exists($phpbb_root_path . 'umil/umil_auto.' . $phpEx)) if (!file_exists($phpbb_root_path . 'umil/umil_auto.' . $phpEx))
{ {

View File

@@ -828,8 +828,6 @@ function board3_basic_install($mode = 'install', $purge_modules = true, $u_actio
{ {
$directory = $phpbb_root_path . 'portal/modules/'; $directory = $phpbb_root_path . 'portal/modules/';
if($purge_modules) if($purge_modules)
{ {
$sql = 'DELETE FROM ' . PORTAL_MODULES_TABLE; $sql = 'DELETE FROM ' . PORTAL_MODULES_TABLE;

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: file.php 149 2009-06-16 00:58:51Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 210 2010-03-24 00:59:20Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @translated By: http://www.phpbbarabia.com/ - Garebooo * @translated By: http://www.phpbbarabia.com/ - Garebooo

View File

@@ -5,7 +5,7 @@
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @phpBB source Id: umil.php 202 2010-03-11 02:19:30Z exreaction $ * @phpBB source Id: umil.php 202 2010-03-11 02:19:30Z exreaction $
* @version $Id: umil.php 222 2010-05-27 20:06:33Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @translated by Olympus DK Team * @translated by Olympus DK Team

View File

@@ -6,7 +6,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 212 2010-03-28 18:57:18Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -6,7 +6,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 212 2010-03-28 18:57:18Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -4,9 +4,9 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 228 2010-06-29 19:43:25Z SyntaxError90 $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* *
*/ */

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 217 2010-04-04 23:47:51Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* This file is part of French (Formal Honorifics) UMIL translation. * This file is part of French UMIL translation.
* Copyright (C) 2010 phpBB.fr * Copyright (c) 2010 Maël Soucaze.
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@@ -17,13 +17,12 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* *
* @package umil * @package umil
* @author Maël Soucaze <maelsoucaze@phpbb.fr> (Maël Soucaze) http://www.phpbb.fr/ * @author Maël Soucaze <maelsoucaze@gmail.com> (Maël Soucaze) http://mael.soucaze.com/
* @author EXreaction <N/A> (Nathan Guse) http://lithiumstudios.org * @author EXreaction (Nathan Guse) http://lithiumstudios.org
* @author Highway of Life <highwayoflife@gmail.com> (David Lewis) N/A * @author Highway of Life <highwayoflife@gmail.com> (David Lewis)
* @copyright 2010 phpBB.fr * @copyright (c) 2008 phpBB Group
* @copyright 2008 phpBB Group * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @license http://opensource.org/licenses/gpl-license.php GNU General Public License * @version $Id$
* @version $Id: umil.php 207 2010-03-14 16:27:00Z exreaction $
*/ */
/** /**
@@ -71,8 +70,8 @@ $lang = array_merge($lang, array(
'DISPLAY_RESULTS' => 'Afficher tous les résultats', 'DISPLAY_RESULTS' => 'Afficher tous les résultats',
'DISPLAY_RESULTS_EXPLAIN' => 'Sélectionnez “oui” afin dafficher toutes les actions et tous les résultats durant laction demandée.', 'DISPLAY_RESULTS_EXPLAIN' => 'Sélectionnez “oui” afin dafficher toutes les actions et tous les résultats durant laction demandée.',
'ERROR_NOTICE' => 'Une ou plusieurs erreurs sont survenues lors de la réalisaton de laction demandée. Veuillez télécharger <a href="%1$s">ce fichier</a> listant les erreurs et demander de laide à lauteur du MOD.<br /><br />Si vous éprouvez des difficultés à télécharger ce fichier, veuillez le télécharger directement par FTP en cliquant sur le lien suivant : %2$s', 'ERROR_NOTICE' => 'Une ou plusieurs erreurs sont survenues lors de la réalisation de laction demandée. Veuillez télécharger <a href="%1$s">ce fichier</a> listant les erreurs et demander de laide à lauteur du MOD.<br /><br />Si vous éprouvez des difficultés à télécharger ce fichier, veuillez le télécharger directement par FTP en cliquant sur le lien suivant : %2$s',
'ERROR_NOTICE_NO_FILE' => 'Une ou plusieurs erreurs sont survenues lors de la réalisaton de laction demandée. Veuillez procéder à un enregistrement complet de toutes les erreurs et demander de laide à lauteur du MOD.', 'ERROR_NOTICE_NO_FILE' => 'Une ou plusieurs erreurs sont survenues lors de la réalisation de laction demandée. Veuillez procéder à un enregistrement complet de toutes les erreurs et demander de laide à lauteur du MOD.',
'FAIL' => 'Échec', 'FAIL' => 'Échec',
'FILE_COULD_NOT_READ' => 'ERREUR : il na pas été possible douvrir le fichier %s afin de le lire.', 'FILE_COULD_NOT_READ' => 'ERREUR : il na pas été possible douvrir le fichier %s afin de le lire.',
@@ -109,7 +108,7 @@ $lang = array_merge($lang, array(
'PERMISSION_UNSET_ROLE' => 'Dérégler les permissions du rôle %s.', 'PERMISSION_UNSET_ROLE' => 'Dérégler les permissions du rôle %s.',
'ROLE_ALREADY_EXISTS' => 'Le rôle de permission existe déjà.', 'ROLE_ALREADY_EXISTS' => 'Le rôle de permission existe déjà.',
'ROLE_NOT_EXIST' => 'Le rôle nexiste pas', 'ROLE_NOT_EXIST' => 'Le rôle nexiste pas',
'SUCCESS' => 'Succès', 'SUCCESS' => 'Succès',
@@ -138,7 +137,7 @@ $lang = array_merge($lang, array(
'UNKNOWN' => 'Inconnu', 'UNKNOWN' => 'Inconnu',
'UPDATE_MOD' => 'Mettre à jour %s', 'UPDATE_MOD' => 'Mettre à jour %s',
'UPDATE_MOD_CONFIRM' => 'Êtes-vous prêt à mettre à jour %s ?', 'UPDATE_MOD_CONFIRM' => 'Êtes-vous prêt à mettre à jour %s ?',
'UPDATE_UMIL' => 'Cette version dUMIL nest pas à jour.<br /><br />Veuillez télécharger la dernière version dUMIL sur : <a href="%1$s">%1$s</a>', 'UPDATE_UMIL' => 'Cette version dUMIL nest pas à jour.<br /><br />Veuillez télécharger la dernière version dUMIL sur : <a href="%1$s" target="_blank">%1$s</a>',
'VERSIONS' => 'Version du MOD : <strong>%1$s</strong><br />Actuellement installée : <strong>%2$s</strong>', 'VERSIONS' => 'Version du MOD : <strong>%1$s</strong><br />Actuellement installée : <strong>%2$s</strong>',
'VERSION_SELECT' => 'Sélectionnez la version', 'VERSION_SELECT' => 'Sélectionnez la version',

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 223 2010-05-31 01:07:59Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @translated by ttuu * @translated by ttuu

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 207 2010-03-14 16:27:00Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 209 2010-03-15 17:54:27Z exreaction $ * @version $Id$
* @copyright (c) 2010 „Magyar phpBB Közösség fordítók” * @copyright (c) 2010 „Magyar phpBB Közösség fordítók”
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* Original copyright: (c) 2008 phpBB Group * Original copyright: (c) 2008 phpBB Group

View File

@@ -0,0 +1,132 @@
<?php
/**
*
* @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil
* @version $Id: umil.php 207 2010-03-14 16:27:00Z exreaction $
* @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// » “ ” …
//
$lang = array_merge($lang, array(
'ACTION' => 'Aksi',
'ADVANCED' => 'Tingkat Lanjut',
'AUTH_CACHE_PURGE' => 'Bersihkan Tembolok Auth',
'CACHE_PURGE' => 'Bersihkan tembolok database anda',
'CONFIGURE' => 'Konfigurasi',
'CONFIG_ADD' => 'Menambahkan variabel konfigurasi yang baru: %s',
'CONFIG_ALREADY_EXISTS' => 'KESALAHAN: Variabel konfigurasi %s sudah ada.',
'CONFIG_NOT_EXIST' => 'KESALAHAN: Variabel konfigurasi %s belum ada.',
'CONFIG_REMOVE' => 'Singkirkan veriabel konfigurasi: %s',
'CONFIG_UPDATE' => 'Membarui variabel konfigurasi: %s',
'DISPLAY_RESULTS' => 'Tampilkan Hasil Lengkap',
'DISPLAY_RESULTS_EXPLAIN' => 'Pilih ya untuk menampilkan semua tindakan dan hasil selama tindakan yang diminta.',
'ERROR_NOTICE' => 'Satu atau lebih kesalahan terjadi selama aksi yang diminta. Silahkan unduh <a href="%1$s">file ini</a> dengan kesalahan yang diberikan di dalamnya dan tanyakan kepada pengarang mod untuk bantuan.<br /><br />Jika anda mengalami masalah selama mengunduh file tersebut, anda bisa mengakses file secara langsung dengan broser FTP pada lokasi berikut ini: %2$s',
'ERROR_NOTICE_NO_FILE' => 'Satu atau lebih kesalah terjadi pada saat aksi yang diminta. Silahkan buat catatan lengkap untuk setiap kesalahan dan tanyakan pengarang untuk bantuan.',
'FAIL' => 'GAGAL',
'FILE_COULD_NOT_READ' => 'KESALAHAN: Tidak bisa membuka file %s untuk dibaca.',
'FOUNDERS_ONLY' => 'Anda haruslah seorang pendiri papan agar bisa mengakses halaman ini.',
'GROUP_NOT_EXIST' => 'Grup tidak ada',
'IGNORE' => 'Abaikan',
'IMAGESET_CACHE_PURGE' => 'Menyegarkan %s imejset',
'INSTALL' => 'Instal',
'INSTALL_MOD' => 'Instal %s',
'INSTALL_MOD_CONFIRM' => 'Apakah anda siap menginstal %s?',
'MODULE_ADD' => 'Menambahkan %1$s modul: %2$s',
'MODULE_ALREADY_EXIST' => 'KESALAHAN: Modul sudah ada.',
'MODULE_NOT_EXIST' => 'KESALAHAN: Modul belum ada.',
'MODULE_REMOVE' => 'Menyingkirkan %1$s modul: %2$s',
'NONE' => 'Kosong',
'NO_TABLE_DATA' => 'KESALAHAN: Tidak ada data tabel ditentukan',
'PARENT_NOT_EXIST' => 'KESALAHAN: Kategori induk untuk modul ini tidak ada.',
'PERMISSIONS_WARNING' => 'Pengaturan perijian baru sudah ditambahkan. Pastikan untuk memeriksa pengaturan perijian anda dan lihat apakah semua sesuai dengan yang anda inginkan.',
'PERMISSION_ADD' => 'Menambahkan pilihan perijinan yang baru: %s',
'PERMISSION_ALREADY_EXISTS' => 'KESALAHAN: Pilihan perijinan %s sudah ada.',
'PERMISSION_NOT_EXIST' => 'KESALAHAN: Pilihan perijinan %s belum ada.',
'PERMISSION_REMOVE' => 'Menyingkirkan pilihan perijinan: %s',
'PERMISSION_ROLE_ADD' => 'Menambahkan peranan perijinan baru: %s',
'PERMISSION_ROLE_UPDATE' => 'Membarui peranan perijinan: %s',
'PERMISSION_ROLE_REMOVE' => 'Menyingkirkan peranan perijinan: %s',
'PERMISSION_SET_GROUP' => 'Mengatur perijinan untuk %s grup.',
'PERMISSION_SET_ROLE' => 'Mengatur perijinan untuk %s peranan.',
'PERMISSION_UNSET_GROUP' => 'Mengubah perijinan untuk %s grup.',
'PERMISSION_UNSET_ROLE' => 'Mengubah perijinan untuk %s peranan.',
'ROLE_ALREADY_EXISTS' => 'Peranan perijinan sudah ada.',
'ROLE_NOT_EXIST' => 'Peranan perijinan tidak ditemukan',
'SUCCESS' => 'Berhasil',
'TABLE_ADD' => 'Menambahkan sebuah tabel database baru: %s',
'TABLE_ALREADY_EXISTS' => 'KESALAHAN: Tabel database %s sudah ada.',
'TABLE_COLUMN_ADD' => 'Menambahkan sebuah kolom baru bernama %2$s ke tabel %1$s',
'TABLE_COLUMN_ALREADY_EXISTS' => 'KESALAHAN: Kolom %2$s sudah ada di tabel %1$s.',
'TABLE_COLUMN_NOT_EXIST' => 'KESALAHAN: Kolom %2$s tidak ada di tabel %1$s.',
'TABLE_COLUMN_REMOVE' => 'Menyingkirkan nama kolom %2$s dari tabel %1$s',
'TABLE_COLUMN_UPDATE' => 'Membarui sebuah nama kolom %2$s dari tabel %1$s',
'TABLE_KEY_ADD' => 'Menambahkan sebuah nama kunci %2$s ke tabel %1$s',
'TABLE_KEY_ALREADY_EXIST' => 'KESALAHAN: Indeks %2$s sudah ada di tabel %1$s.',
'TABLE_KEY_NOT_EXIST' => 'KESALAHAN: Indeks %2$s tidak ada di tabel %1$s.',
'TABLE_KEY_REMOVE' => 'Menyingkirkan sebuah nama kunci %2$s dari tabel %1$s',
'TABLE_NOT_EXIST' => 'KESALAHAN: Tabel database %s tidak ada.',
'TABLE_REMOVE' => 'Menyingkirkan tabel database: %s',
'TABLE_ROW_INSERT_DATA' => 'Memasukkan data di tabel database %s.',
'TABLE_ROW_REMOVE_DATA' => 'Menyingkirkan satu baris baru di tabel database %s',
'TABLE_ROW_UPDATE_DATA' => 'Membarui satu baris di tabel database %s.',
'TEMPLATE_CACHE_PURGE' => 'Menyegarkan templat %s',
'THEME_CACHE_PURGE' => 'Menyegarkan thema %s',
'UNINSTALL' => 'Uninstal',
'UNINSTALL_MOD' => 'Uninstal %s',
'UNINSTALL_MOD_CONFIRM' => 'Apakah anda siap untuk mengunistal %s? Semua pengaturan dan data disimpan oleh mod ini akan disingkirkan!',
'UNKNOWN' => 'Tidak diketahui',
'UPDATE_MOD' => 'Barui %s',
'UPDATE_MOD_CONFIRM' => 'Apakah anda siap untuk membarui %s?',
'UPDATE_UMIL' => 'Versi dari UMIL ini sudah lama.<br /><br />Silahkan unduh UMIL terbaru (Unified MOD Install Library) dari: <a href="%1$s">%1$s</a>',
'VERSIONS' => 'Versi Mod: <strong>%1$s</strong><br />Yang terinstal: <strong>%2$s</strong>',
'VERSION_SELECT' => 'Versi Pilih',
'VERSION_SELECT_EXPLAIN' => 'Jangan ubah dari “Abaikan” kecuali anda mengetahui apa yang anda lakukan dan dikatakan.',
));
?>

View File

@@ -4,12 +4,11 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 207 2010-03-14 16:27:00Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @copyright (c) 2010 phpBB.it - upgrade translation on 2010/08/19
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *
* Translated By: phpBB.it
*
*/ */
/** /**
@@ -124,7 +123,8 @@ $lang = array_merge($lang, array(
'UNKNOWN' => 'Sconosciuto', 'UNKNOWN' => 'Sconosciuto',
'UPDATE_MOD' => 'Aggiorna %s', 'UPDATE_MOD' => 'Aggiorna %s',
'UPDATE_MOD_CONFIRM' => 'Sei pronto per laggiornamento %s?', 'UPDATE_MOD_CONFIRM' => 'Sei pronto per laggiornamento %s?',
'UPDATE_UMIL' => 'Questa versione di UMIL è obsoleta.<br /><br />Scarica lultima versione di UMIL (Unified MOD Install Library) da: <a href="%1$s">%1$s</a>', 'UPDATE_UMIL' => 'Questa versione di UMIL è obsoleta.<br /><br />Scarica lultima versione di UMIL (Unified MOD Install Library) da: <a href="%1$s" target="_blank">%1$s</a>',
'VERSIONS' => 'Versione Mod: <strong>%1$s</strong><br />Attualmente installata: <strong>%2$s</strong>', 'VERSIONS' => 'Versione Mod: <strong>%1$s</strong><br />Attualmente installata: <strong>%2$s</strong>',
'VERSION_SELECT' => 'Seleziona versione', 'VERSION_SELECT' => 'Seleziona versione',

View File

@@ -5,7 +5,7 @@
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @author chiron * @author chiron
* @package umil * @package umil
* @version $Id: umil.php 207 2010-03-14 16:27:00Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *
@@ -123,7 +123,7 @@ $lang = array_merge($lang, array(
'UNKNOWN' => '未知の', 'UNKNOWN' => '未知の',
'UPDATE_MOD' => '%s のアップデート', 'UPDATE_MOD' => '%s のアップデート',
'UPDATE_MOD_CONFIRM' => '%s をアップデートしますか?', 'UPDATE_MOD_CONFIRM' => '%s をアップデートしますか?',
'UPDATE_UMIL' => '現在の UMIL のバージョンが古くなっています。<br /><br /><a href="%1$s">%1$s</a> から最新の UMIL ( Unified MOD Install Library ) をダウンロードしてください。', 'UPDATE_UMIL' => '現在の UMIL のバージョンが古くなっています。<br /><br /><a href="%1$s" target="_blank">%1$s</a> から最新の UMIL ( Unified MOD Install Library ) をダウンロードしてください。',
'VERSIONS' => 'MOD のバージョン: <strong>%1$s</strong><br />現在のインストール状況: <strong>%2$s</strong>', 'VERSIONS' => 'MOD のバージョン: <strong>%1$s</strong><br />現在のインストール状況: <strong>%2$s</strong>',
'VERSION_SELECT' => 'バージョンの選択', 'VERSION_SELECT' => 'バージョンの選択',

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 210 2010-03-24 00:59:20Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group, phpBBservice.nl * @copyright (c) 2008 phpBB Group, phpBBservice.nl
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 224 2010-06-01 02:23:47Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -0,0 +1,133 @@
<?php
/**
*
* @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil
* @version $Id$
* @copyright (c) 2010 Suporte phpBB < http://www.suportephpbb.com.br >
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* Original copyright (c) 2008 phpBB Group
*
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// » “ ” …
//
$lang = array_merge($lang, array(
'ACTION' => 'Ação',
'ADVANCED' => 'Avançado',
'AUTH_CACHE_PURGE' => 'Limpando o cache de autenticação',
'CACHE_PURGE' => 'Limpando o cache do fórum',
'CONFIGURE' => 'Configurar',
'CONFIG_ADD' => 'Adicionando uma nova variável de configuração: %s',
'CONFIG_ALREADY_EXISTS' => 'ERRO: A variável de configuração %s já existe.',
'CONFIG_NOT_EXIST' => 'ERRO: A variável de configuração %s não existe.',
'CONFIG_REMOVE' => 'Removendo variável de configuração: %s',
'CONFIG_UPDATE' => 'Atualizando variável de configuração: %s',
'DISPLAY_RESULTS' => 'Exibir resultados completos',
'DISPLAY_RESULTS_EXPLAIN' => 'Selecione sim para mostrar todas as ações e resultados ocorridos durante a ação solicitada.',
'ERROR_NOTICE' => 'Um ou mais erros ocorreram durante a ação solicitada. Por favor, faça o download <a href="%1$s">deste arquivo</a> onde está listado todos os erros e peça assistência ao autor do mod.<br /><br />Se você tiver problema para fazer o download do arquivo, você deverá acessar diretamente com seu cliente FTP e acessar o seguinte local: %2$s',
'ERROR_NOTICE_NO_FILE' => 'Um ou mais erros ocorreram durante a ação solicitada. Por favor, grave todos os erros ocorridos durante o processo e peça assistência ao autor do mod.',
'FAIL' => 'Falha',
'FILE_COULD_NOT_READ' => 'ERRO: O arquivo %s não pôde ser aberto para leitura.',
'FOUNDERS_ONLY' => 'Você deve ser o fundador do fórum para acessar essa página.',
'GROUP_NOT_EXIST' => 'O grupo não existe',
'IGNORE' => 'Ignorar',
'IMAGESET_CACHE_PURGE' => 'Atualizado imageset do %s',
'INSTALL' => 'Instalar',
'INSTALL_MOD' => 'Instalar %s',
'INSTALL_MOD_CONFIRM' => 'Tem certeza que deseja instalar %s?',
'MODULE_ADD' => 'Adicionando módulo %1$s: %2$s',
'MODULE_ALREADY_EXIST' => 'ERRO: Módulo já existe.',
'MODULE_NOT_EXIST' => 'ERRO: Módulo não existe.',
'MODULE_REMOVE' => 'Removendo módulo %1$s: %2$s',
'NONE' => 'Nenhum',
'NO_TABLE_DATA' => 'ERRO: Nenhum dado da tabela foi especificado',
'PARENT_NOT_EXIST' => 'ERRO: A categoria pai escolhida para este módulo não existe.',
'PERMISSIONS_WARNING' => 'Novas configurações de permissões foram adicionadas. Para ter certeza, verifique suas configurações de permissões e veja se estão corretas e de acordo com seu gosto.',
'PERMISSION_ADD' => 'Adicionando nova opção da permissão: %s',
'PERMISSION_ALREADY_EXISTS' => 'ERRO: A opção de permissão %s já existe.',
'PERMISSION_NOT_EXIST' => 'ERRO: A opção de permissão %s não existe.',
'PERMISSION_REMOVE' => 'Removendo opção de permissão: %s',
'PERMISSION_ROLE_ADD' => 'Adicionando nova permissão de função: %s',
'PERMISSION_ROLE_UPDATE' => 'Atualizando permissão de função: %s',
'PERMISSION_ROLE_REMOVE' => 'Removendo permissão de função: %s',
'PERMISSION_SET_GROUP' => 'Definindo permissão para o grupo %s.',
'PERMISSION_SET_ROLE' => 'Definindo as permissões para a função %s.',
'PERMISSION_UNSET_GROUP' => 'Retirando as definições de permissões para o grupo %s.',
'PERMISSION_UNSET_ROLE' => 'Retirando as definições de permissões para a função %s.',
'ROLE_ALREADY_EXISTS' => 'A permissão de função já existe.',
'ROLE_NOT_EXIST' => 'A permissão de função não existe.',
'SUCCESS' => 'Sucesso',
'TABLE_ADD' => 'Adicionando nova tabela na base de dados: %s',
'TABLE_ALREADY_EXISTS' => 'ERRO: A tabela %s já existe na base de dados.',
'TABLE_COLUMN_ADD' => 'Adicionando nova coluna denominada %2$s para a tabela %1$s',
'TABLE_COLUMN_ALREADY_EXISTS' => 'ERRO: A coluna %2$s já existe na tabela %1$s.',
'TABLE_COLUMN_NOT_EXIST' => 'ERRO: A coluna %2$s não existe na tabela %1$s.',
'TABLE_COLUMN_REMOVE' => 'Removendo a coluna denominada %2$s da tabela %1$s',
'TABLE_COLUMN_UPDATE' => 'Atualizando a coluna denominada %2$s da tabela %1$s',
'TABLE_KEY_ADD' => 'Adicionando chave denominada %2$s para a tabela %1$s',
'TABLE_KEY_ALREADY_EXIST' => 'ERRO: O índice %2$s já existe na tabela %1$s.',
'TABLE_KEY_NOT_EXIST' => 'ERRO: O índice %2$s não existe na tabela %1$s.',
'TABLE_KEY_REMOVE' => 'Removendo a chave denominada %2$s da tabela %1$s',
'TABLE_NOT_EXIST' => 'ERRO: A tabela da base de dados %s não existe.',
'TABLE_REMOVE' => 'Removendo da base de dados a tabela: %s',
'TABLE_ROW_INSERT_DATA' => 'Inserindo dados na tabela %s na base de dados.',
'TABLE_ROW_REMOVE_DATA' => 'Removendo a linha da tabela %s na base de dados.',
'TABLE_ROW_UPDATE_DATA' => 'Atualizando a linha da tabela %s na base de dados.',
'TEMPLATE_CACHE_PURGE' => 'Atualizando o template do %s',
'THEME_CACHE_PURGE' => 'Atualizando o tema do %s theme',
'UNINSTALL' => 'Desinstalar',
'UNINSTALL_MOD' => 'Desinstalar %s',
'UNINSTALL_MOD_CONFIRM' => 'Você realmente quer desinstalar %s? Todas as configurações e dados salvos por esta MOD serão removidos!',
'UNKNOWN' => 'Desconhecido',
'UPDATE_MOD' => 'Atualizar %s',
'UPDATE_MOD_CONFIRM' => 'Você realmente quer atualizar %s?',
'UPDATE_UMIL' => 'Esta versão do UMIL está desatualizada.<br /><br />Por favor, faça o download da última versão do UMIL (Unified MOD Install Library) no: <a href="%1$s" target="_blank">%1$s</a>',
'VERSIONS' => 'Versão da MOD: <strong>%1$s</strong><br />Instalada atualmente: <strong>%2$s</strong>',
'VERSION_SELECT' => 'Selecionar versão',
'VERSION_SELECT_EXPLAIN' => 'Não altere para “Ignorar” a menos que vc saiba o que está fazendo ou disseram para você fazer',
));
?>

View File

@@ -0,0 +1,132 @@
<?php
/**
*
* @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil
* @version $Id: umil.php 228 2010-06-29 19:43:25Z SyntaxError90 $
* @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* Translated By: phpBB Portugal http://phpbbportugal.com/
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// » “ ” …
//
$lang = array_merge($lang, array(
'ACTION' => 'Acção',
'ADVANCED' => 'Avançado',
'AUTH_CACHE_PURGE' => 'Limpar Automaticamente o Cache',
'CACHE_PURGE' => 'Limpar o cache do fórum',
'CONFIGURE' => 'Configurar',
'CONFIG_ADD' => 'Adicionar nova configuração variável: %s',
'CONFIG_ALREADY_EXISTS' => 'ERRO: Configuração variável %s já existe.',
'CONFIG_NOT_EXIST' => 'ERRO: Configuração variável %s não existe.',
'CONFIG_REMOVE' => 'A remover configuração varável: %s',
'CONFIG_UPDATE' => 'A actualizar configuração variável: %s',
'DISPLAY_RESULTS' => 'Mostrar os resultados completos',
'DISPLAY_RESULTS_EXPLAIN' => 'Seleccione Sim para mostrar todas as acções e resultados durante a acção solicitada.',
'ERROR_NOTICE' => 'Ocorreram um ou mais erros durante a acção solicitada. Por favor faça o download <a href="%1$s">deste ficheiro</a> com os erros listados e peça assistência ao autor da modificação.<br /><br />Se tiver algum problema no download do ficheiro pode aceder directamentete com um navegador FTP para o seguinte endereço: %2$s',
'ERROR_NOTICE_NO_FILE' => 'Ocorreram um ou mais erros durante a acção solicitada. Por favor faça um backup completo de quaisquer erros e peça assistência ao autor da modificação.',
'FAIL' => 'Falha',
'FILE_COULD_NOT_READ' => 'ERRO: Não pode abrir o ficheiro %s para ler.',
'FOUNDERS_ONLY' => 'Tem de ser o fundador do fórum para aceder a esta página.',
'GROUP_NOT_EXIST' => 'O Grupo não existe',
'IGNORE' => 'Ignorar',
'IMAGESET_CACHE_PURGE' => 'A Actualizar o %s conjunto de imagens',
'INSTALL' => 'Instale',
'INSTALL_MOD' => 'Instale %s',
'INSTALL_MOD_CONFIRM' => 'Deseja instalar %s?',
'MODULE_ADD' => 'Adicionando %1$s modulo: %2$s',
'MODULE_ALREADY_EXIST' => 'ERRO: O Módulo já existe.',
'MODULE_NOT_EXIST' => 'ERRO: O Módulo não existe.',
'MODULE_REMOVE' => 'A remover o %1$s módulo: %2$s',
'NONE' => 'Nenhum',
'NO_TABLE_DATA' => 'ERRO: Nenhuma tabela de dados foi especificada',
'PARENT_NOT_EXIST' => 'ERRO: A origem deste módulo especificada para esta categoria não existe.',
'PERMISSIONS_WARNING' => 'Novas definições de permissões foram adicionadas. Certifique-se se as novas permissões estão conforme você deseja.',
'PERMISSION_ADD' => 'Adicionando novas opções de permissões: %s',
'PERMISSION_ALREADY_EXISTS' => 'ERRO: Opção de permissão %s já existente.',
'PERMISSION_NOT_EXIST' => 'ERRO: Opção de permissão %s não existe.',
'PERMISSION_REMOVE' => 'Removendo opções de permissões: %s',
'PERMISSION_ROLE_ADD' => 'Adicionando nova Permissão: %s',
'PERMISSION_ROLE_UPDATE' => 'Actualizando nova Permissão: %s',
'PERMISSION_ROLE_REMOVE' => 'Removendo Permissão: %s',
'PERMISSION_SET_GROUP' => 'Configurar permissões para este %s grupo.',
'PERMISSION_SET_ROLE' => 'Configurar permissões para a %s função.',
'PERMISSION_UNSET_GROUP' => 'A desconfigurar permissões para o %s grupo.',
'PERMISSION_UNSET_ROLE' => 'A desconfigurar permissões para esta %s função.',
'ROLE_ALREADY_EXISTS' => 'Permissão já existe.',
'ROLE_NOT_EXIST' => 'Permissão não',
'SUCCESS' => 'Sucesso',
'TABLE_ADD' => 'Adicionando uma nova tabela de dados: %s',
'TABLE_ALREADY_EXISTS' => 'ERRO: Tabela de dados %s já existe.',
'TABLE_COLUMN_ADD' => 'A adicionar uma nova coluna nomeada %2$s para a tabela %1$s',
'TABLE_COLUMN_ALREADY_EXISTS' => 'ERRO: A coluna %2$s já existe na tabela %1$s.',
'TABLE_COLUMN_NOT_EXIST' => 'ERRO: A coluna %2$s não existe na tabela %1$s.',
'TABLE_COLUMN_REMOVE' => 'Removendo a coluna nomeada %2$s da tabela %1$s',
'TABLE_COLUMN_UPDATE' => 'Actualizando a coluna nomeada %2$s da tabela %1$s',
'TABLE_KEY_ADD' => 'Adicionando a Chave %2$s à tabela %1$s',
'TABLE_KEY_ALREADY_EXIST' => 'ERRO: O índice %2$s já existe na tabela %1$s.',
'TABLE_KEY_NOT_EXIST' => 'ERRO: O índice %2$s não existe na tabela %1$s.',
'TABLE_KEY_REMOVE' => 'Removendo a Chave %2$s da tabela %1$s',
'TABLE_NOT_EXIST' => 'ERRO: Tabela da Base de Dados %s não existe.',
'TABLE_REMOVE' => 'Removendo Tabela da Base de Dados: %s',
'TABLE_ROW_INSERT_DATA' => 'A inserir dados na %s tabela da base de dados.',
'TABLE_ROW_REMOVE_DATA' => 'A remover linha da %s tabela da base de dados',
'TABLE_ROW_UPDATE_DATA' => 'A adicionar uma linha %s na tabela da base de dados.',
'TEMPLATE_CACHE_PURGE' => 'Actualizar o %s estilo',
'THEME_CACHE_PURGE' => 'Actualizar o %s tema',
'UNINSTALL' => 'Desinstalar',
'UNINSTALL_MOD' => 'Desinstalar %s',
'UNINSTALL_MOD_CONFIRM' => 'Deseja desinstalar %s? Todas as definições e dados guardados desta modificação serão apagados!',
'UNKNOWN' => 'Desconhecido',
'UPDATE_MOD' => 'Actualizar %s',
'UPDATE_MOD_CONFIRM' => 'Deseja actualizar %s?',
'UPDATE_UMIL' => 'Esta versão do UMIL está desactualizada.<br /><br />Por favor obtenha a última versão do UMIL (Unified MOD Install Library) aqui: <a href="%1$s">%1$s</a>',
'VERSIONS' => 'Versão da modificação: <strong>%1$s</strong><br />Actualmente Instalada: <strong>%2$s</strong>',
'VERSION_SELECT' => 'Seleccione a versão',
'VERSION_SELECT_EXPLAIN' => 'Só seleccione <strong>Ignorar</strong> se sabe o que fazer ou que foi aconselhado a fazer.',
));
?>

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 218 2010-04-06 00:53:03Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 216 2010-04-04 03:29:22Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 215 2010-04-04 01:38:37Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* Translated By: Палыч * Translated By: Палыч

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 207 2010-03-14 16:27:00Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 211 2010-03-27 16:27:39Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 219 2010-04-12 17:56:12Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -4,7 +4,7 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 208 2010-03-15 02:03:13Z exreaction $ * @version $Id$
* @copyright (c) 2009 phpBB-TW (心靈捕手) http://phpbb-tw.net/phpbb/ * @copyright (c) 2009 phpBB-TW (心靈捕手) http://phpbb-tw.net/phpbb/
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-license.php GNU Public License
* *

View File

@@ -4,9 +4,9 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil.php 233 2010-08-10 02:22:09Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* *
*/ */
@@ -18,7 +18,7 @@ if (!defined('IN_PHPBB'))
exit; exit;
} }
define('UMIL_VERSION', '1.0.3'); define('UMIL_VERSION', '1.0.4');
/** /**
* Multicall instructions * Multicall instructions
@@ -110,7 +110,7 @@ class umil
*/ */
var $stand_alone = false; var $stand_alone = false;
/** /**
* Were any new permissions added (used in umil_frontend)? * Were any new permissions added (used in umil_frontend)?
*/ */
var $permissions_added = false; var $permissions_added = false;
@@ -198,7 +198,7 @@ class umil
$user->add_lang(array('acp/common', 'acp/permissions')); $user->add_lang(array('acp/common', 'acp/permissions'));
// Check to see if a newer version is available. // Check to see if a newer version is available.
$info = $this->version_check('www.phpbb.com', '/updatecheck', ((defined('PHPBB_QA')) ? 'umil_qa.txt' : 'umil.txt')); $info = $this->version_check('version.phpbb.com', '/umil', ((defined('PHPBB_QA')) ? 'umil_qa.txt' : 'umil.txt'));
if (is_array($info) && isset($info[0]) && isset($info[1])) if (is_array($info) && isset($info[0]) && isset($info[1]))
{ {
if (version_compare(UMIL_VERSION, $info[0], '<')) if (version_compare(UMIL_VERSION, $info[0], '<'))
@@ -2322,6 +2322,8 @@ class umil
*/ */
function table_index_add($table_name, $index_name = '', $column = array()) function table_index_add($table_name, $index_name = '', $column = array())
{ {
global $config;
// Multicall // Multicall
if ($this->multicall(__FUNCTION__, $table_name)) if ($this->multicall(__FUNCTION__, $table_name))
{ {
@@ -2348,6 +2350,14 @@ class umil
$column = array($column); $column = array($column);
} }
// remove index length if we are before 3.0.8
// the feature (required for some types when using MySQL4)
// was added in that release (ticket PHPBB3-8944)
if (version_compare($config['version'], '3.0.7-pl1', '<='))
{
$column = preg_replace('#:.*$#', '', $column);
}
$this->db_tools->sql_create_index($table_name, $index_name, $column); $this->db_tools->sql_create_index($table_name, $index_name, $column);
return $this->umil_end(); return $this->umil_end();

View File

@@ -4,9 +4,9 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil_auto.php 176 2009-09-19 03:15:41Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* *
*/ */
@@ -39,17 +39,12 @@ if (!defined('UMIL_AUTO'))
} }
/* /*
* If IN_PHPBB is already defined, lets assume they already included the common.php file and are done with setup * Do not include common.php, the MOD author is required to include this.
*
* NOTE: If you do not setup the common.php file YOU WILL NOT BE ABLE TO USE ANY CONSTANTS!
*/ */
if (!defined('IN_PHPBB')) if (!defined('IN_PHPBB'))
{ {
define('IN_PHPBB', true); trigger_error('UMIL doesn\'t support the missing IN_PHPBB anymore. Please visit <a href="http://www.phpbb.com/mods/umil/update/">http://www.phpbb.com/mods/umil/update</a> on how to update your UMIF files.', E_USER_ERROR);
include($phpbb_root_path . 'common.' . $phpEx); exit;
$user->session_begin();
$auth->acl($user->data);
$user->setup();
} }
// Add the language file if one was specified // Add the language file if one was specified

View File

@@ -4,9 +4,9 @@
* @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author Nathan Guse (EXreaction) http://lithiumstudios.org
* @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author David Lewis (Highway of Life) highwayoflife@gmail.com
* @package umil * @package umil
* @version $Id: umil_frontend.php 221 2010-05-24 23:32:45Z exreaction $ * @version $Id$
* @copyright (c) 2008 phpBB Group * @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/ */
/** /**