diff --git a/root/install/index.php b/root/install/index.php index 881065cd..67f6d1c2 100644 --- a/root/install/index.php +++ b/root/install/index.php @@ -15,6 +15,11 @@ define('UMIL_AUTO', true); define('IN_INSTALL', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : '../'; $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)) { diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index 4ccc255d..411c551f 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -828,8 +828,6 @@ function board3_basic_install($mode = 'install', $purge_modules = true, $u_actio { $directory = $phpbb_root_path . 'portal/modules/'; - - if($purge_modules) { $sql = 'DELETE FROM ' . PORTAL_MODULES_TABLE; diff --git a/root/umil/error_files/index.htm b/root/umil/error_files/index.htm index e0cc5f36..ee1f723a 100644 --- a/root/umil/error_files/index.htm +++ b/root/umil/error_files/index.htm @@ -1,10 +1,10 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/root/umil/file.php b/root/umil/file.php index cd509ac3..cccab697 100644 --- a/root/umil/file.php +++ b/root/umil/file.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: file.php 149 2009-06-16 00:58:51Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/index.htm b/root/umil/index.htm index e0cc5f36..ee1f723a 100644 --- a/root/umil/index.htm +++ b/root/umil/index.htm @@ -1,10 +1,10 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/root/umil/language/ar/umil.php b/root/umil/language/ar/umil.php index 62bef8e2..47d72c0c 100644 --- a/root/umil/language/ar/umil.php +++ b/root/umil/language/ar/umil.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 210 2010-03-24 00:59:20Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @translated By: http://www.phpbbarabia.com/ - Garebooo diff --git a/root/umil/language/da/umil.php b/root/umil/language/da/umil.php index b376e3a2..b7890868 100644 --- a/root/umil/language/da/umil.php +++ b/root/umil/language/da/umil.php @@ -5,7 +5,7 @@ * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil * @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 * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @translated by Olympus DK Team diff --git a/root/umil/language/de/umil.php b/root/umil/language/de/umil.php index 708c6a0a..8595746a 100644 --- a/root/umil/language/de/umil.php +++ b/root/umil/language/de/umil.php @@ -6,7 +6,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 212 2010-03-28 18:57:18Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/language/de_x_sie/umil.php b/root/umil/language/de_x_sie/umil.php index 988b3622..96c3e379 100644 --- a/root/umil/language/de_x_sie/umil.php +++ b/root/umil/language/de_x_sie/umil.php @@ -6,7 +6,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 212 2010-03-28 18:57:18Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/language/en/umil.php b/root/umil/language/en/umil.php index db3b606b..c4a735ae 100644 --- a/root/umil/language/en/umil.php +++ b/root/umil/language/en/umil.php @@ -4,9 +4,9 @@ * @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 $ + * @version $Id$ * @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 * */ diff --git a/root/umil/language/es/umil.php b/root/umil/language/es/umil.php index e479caae..c05deb41 100644 --- a/root/umil/language/es/umil.php +++ b/root/umil/language/es/umil.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 217 2010-04-04 23:47:51Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/language/fr/umil.php b/root/umil/language/fr/umil.php index 7114376a..b1fc0d00 100644 --- a/root/umil/language/fr/umil.php +++ b/root/umil/language/fr/umil.php @@ -1,7 +1,7 @@ (Maël Soucaze) http://www.phpbb.fr/ - * @author EXreaction (Nathan Guse) http://lithiumstudios.org - * @author Highway of Life (David Lewis) N/A - * @copyright 2010 phpBB.fr - * @copyright 2008 phpBB Group - * @license http://opensource.org/licenses/gpl-license.php GNU General Public License - * @version $Id: umil.php 207 2010-03-14 16:27:00Z exreaction $ + * @author Maël Soucaze (Maël Soucaze) http://mael.soucaze.com/ + * @author EXreaction (Nathan Guse) http://lithiumstudios.org + * @author Highway of Life (David Lewis) + * @copyright (c) 2008 phpBB Group + * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License + * @version $Id$ */ /** @@ -71,8 +70,8 @@ $lang = array_merge($lang, array( 'DISPLAY_RESULTS' => 'Afficher tous les résultats', 'DISPLAY_RESULTS_EXPLAIN' => 'Sélectionnez “oui” afin d’afficher toutes les actions et tous les résultats durant l’action demandée.', - 'ERROR_NOTICE' => 'Une ou plusieurs erreurs sont survenues lors de la réalisaton de l’action demandée. Veuillez télécharger ce fichier listant les erreurs et demander de l’aide à l’auteur du MOD.

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 l’action demandée. Veuillez procéder à un enregistrement complet de toutes les erreurs et demander de l’aide à l’auteur du MOD.', + 'ERROR_NOTICE' => 'Une ou plusieurs erreurs sont survenues lors de la réalisation de l’action demandée. Veuillez télécharger ce fichier listant les erreurs et demander de l’aide à l’auteur du MOD.

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éalisation de l’action demandée. Veuillez procéder à un enregistrement complet de toutes les erreurs et demander de l’aide à l’auteur du MOD.', 'FAIL' => 'Échec', 'FILE_COULD_NOT_READ' => 'ERREUR : il n’a pas été possible d’ouvrir 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.', 'ROLE_ALREADY_EXISTS' => 'Le rôle de permission existe déjà.', - 'ROLE_NOT_EXIST' => 'Le rôle n’existe pas', + 'ROLE_NOT_EXIST' => 'Le rôle n’existe pas', 'SUCCESS' => 'Succès', @@ -138,7 +137,7 @@ $lang = array_merge($lang, array( 'UNKNOWN' => 'Inconnu', 'UPDATE_MOD' => 'Mettre à jour %s', 'UPDATE_MOD_CONFIRM' => 'Êtes-vous prêt à mettre à jour %s ?', - 'UPDATE_UMIL' => 'Cette version d’UMIL n’est pas à jour.

Veuillez télécharger la dernière version d’UMIL sur : %1$s', + 'UPDATE_UMIL' => 'Cette version d’UMIL n’est pas à jour.

Veuillez télécharger la dernière version d’UMIL sur : %1$s', 'VERSIONS' => 'Version du MOD : %1$s
Actuellement installée : %2$s', 'VERSION_SELECT' => 'Sélectionnez la version', diff --git a/root/umil/language/he/umil.php b/root/umil/language/he/umil.php index a1db564d..f8779dec 100644 --- a/root/umil/language/he/umil.php +++ b/root/umil/language/he/umil.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 223 2010-05-31 01:07:59Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @translated by ttuu diff --git a/root/umil/language/hr/umil.php b/root/umil/language/hr/umil.php index 11ed472e..bd8f34fe 100644 --- a/root/umil/language/hr/umil.php +++ b/root/umil/language/hr/umil.php @@ -4,7 +4,7 @@ * @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 $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/language/hu/umil.php b/root/umil/language/hu/umil.php index 01bab204..7816d9c7 100644 --- a/root/umil/language/hu/umil.php +++ b/root/umil/language/hu/umil.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @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” * @license http://opensource.org/licenses/gpl-license.php GNU Public License * Original copyright: (c) 2008 phpBB Group diff --git a/root/umil/language/id/umil.php b/root/umil/language/id/umil.php new file mode 100644 index 00000000..ff3e4ee3 --- /dev/null +++ b/root/umil/language/id/umil.php @@ -0,0 +1,132 @@ + '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 file ini dengan kesalahan yang diberikan di dalamnya dan tanyakan kepada pengarang mod untuk bantuan.

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.

Silahkan unduh UMIL terbaru (Unified MOD Install Library) dari: %1$s', + + 'VERSIONS' => 'Versi Mod: %1$s
Yang terinstal: %2$s', + 'VERSION_SELECT' => 'Versi Pilih', + 'VERSION_SELECT_EXPLAIN' => 'Jangan ubah dari “Abaikan” kecuali anda mengetahui apa yang anda lakukan dan dikatakan.', +)); + +?> \ No newline at end of file diff --git a/root/umil/language/index.htm b/root/umil/language/index.htm index e0cc5f36..ee1f723a 100644 --- a/root/umil/language/index.htm +++ b/root/umil/language/index.htm @@ -1,10 +1,10 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/root/umil/language/it/umil.php b/root/umil/language/it/umil.php index 046bf64e..1a7e9abf 100644 --- a/root/umil/language/it/umil.php +++ b/root/umil/language/it/umil.php @@ -4,12 +4,11 @@ * @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 $ + * @version $Id$ * @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 * - * Translated By: phpBB.it - * */ /** @@ -124,7 +123,8 @@ $lang = array_merge($lang, array( 'UNKNOWN' => 'Sconosciuto', 'UPDATE_MOD' => 'Aggiorna %s', 'UPDATE_MOD_CONFIRM' => 'Sei pronto per l’aggiornamento %s?', - 'UPDATE_UMIL' => 'Questa versione di UMIL è obsoleta.

Scarica l’ultima versione di UMIL (Unified MOD Install Library) da: %1$s', + 'UPDATE_UMIL' => 'Questa versione di UMIL è obsoleta.

Scarica l’ultima versione di UMIL (Unified MOD Install Library) da: %1$s', + 'VERSIONS' => 'Versione Mod: %1$s
Attualmente installata: %2$s', 'VERSION_SELECT' => 'Seleziona versione', diff --git a/root/umil/language/ja/umil.php b/root/umil/language/ja/umil.php index a3b926fc..922bb5de 100644 --- a/root/umil/language/ja/umil.php +++ b/root/umil/language/ja/umil.php @@ -5,7 +5,7 @@ * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @author chiron * @package umil - * @version $Id: umil.php 207 2010-03-14 16:27:00Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @@ -123,7 +123,7 @@ $lang = array_merge($lang, array( 'UNKNOWN' => '未知の', 'UPDATE_MOD' => '%s のアップデート', 'UPDATE_MOD_CONFIRM' => '%s をアップデートしますか?', - 'UPDATE_UMIL' => '現在の UMIL のバージョンが古くなっています。

%1$s から最新の UMIL ( Unified MOD Install Library ) をダウンロードしてください。', + 'UPDATE_UMIL' => '現在の UMIL のバージョンが古くなっています。

%1$s から最新の UMIL ( Unified MOD Install Library ) をダウンロードしてください。', 'VERSIONS' => 'MOD のバージョン: %1$s
現在のインストール状況: %2$s', 'VERSION_SELECT' => 'バージョンの選択', diff --git a/root/umil/language/nl-x-formal/umil.php b/root/umil/language/nl-x-formal/umil.php index 50989c0e..60b56fd9 100644 --- a/root/umil/language/nl-x-formal/umil.php +++ b/root/umil/language/nl-x-formal/umil.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 210 2010-03-24 00:59:20Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group, phpBBservice.nl * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/language/nl/umil.php b/root/umil/language/nl/umil.php index f4c60ba4..ed158e9b 100644 --- a/root/umil/language/nl/umil.php +++ b/root/umil/language/nl/umil.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 224 2010-06-01 02:23:47Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/language/pl/umil.php b/root/umil/language/pl/umil.php index a2403d40..0e1e2c05 100644 --- a/root/umil/language/pl/umil.php +++ b/root/umil/language/pl/umil.php @@ -1,133 +1,133 @@ - 'Akcja', - 'ADVANCED' => 'Zaawansowane', - 'AUTH_CACHE_PURGE' => 'Czyszczenie cache uprawnień', - - 'CACHE_PURGE' => 'Czyszczenie cache forum', - 'CONFIGURE' => 'Konfiguruj', - 'CONFIG_ADD' => 'Dodawanie nowej zmiennej konfiguracyjnej: %s', - 'CONFIG_ALREADY_EXISTS' => 'BŁĄD: zmienna konfiguracji %s już istnieje.', - 'CONFIG_NOT_EXIST' => 'BŁĄD: zmienna konfiguracji %s nie istnieje.', - 'CONFIG_REMOVE' => 'Usuwanie zmiennej konfiguracujnej: %s', - 'CONFIG_UPDATE' => 'Aktualizowanie zmiennej konfiguracyjnej: %s', - - 'DISPLAY_RESULTS' => 'Wyświetl pełne wyniki', - 'DISPLAY_RESULTS_EXPLAIN' => 'Wybierz Tak, aby wyświetlać informacje na temat aktualnie wykonywanych czynności.', - - 'ERROR_NOTICE' => 'Wystąpiło jeden lub więcej błędów podczas wybranej akcji. Pobierz ten plik z listą błędów oraz skontaktuj się z autorem modyfikacji, aby uzyskać pomoc.

Jeżeli masz problem z pobraniem tego pliku, wprowadź w przeglądarce ten link: %2$s', - 'ERROR_NOTICE_NO_FILE' => 'Wystąpiło jeden lub więcej błędów podczas wybranej akcji. Skontaktuj się z autorem modyfikacji aby uzyskać więcej informacji.', - - 'FAIL' => 'Niepowodzenie', - 'FILE_COULD_NOT_READ' => 'BŁĄD: nie mozna otworzyć pliku %s do odczytu.', - 'FOUNDERS_ONLY' => 'Musisz być założycielem forum aby uzyskać dostęp do tej strony.', - - 'GROUP_NOT_EXIST' => 'Grupa nie istnieje', - - 'IGNORE' => 'Ignoruj', - 'IMAGESET_CACHE_PURGE' => 'Odświeżanie zestawu obrazków: %s', - 'INSTALL' => 'Instaluj', - 'INSTALL_MOD' => 'Instaluj %s', - 'INSTALL_MOD_CONFIRM' => 'Czy jesteś gotowy do instalacji %s?', - - 'MODULE_ADD' => 'Dodawanie %1$s modułu: %2$s', - 'MODULE_ALREADY_EXIST' => 'BŁĄD: Moduł już istnieje.', - 'MODULE_NOT_EXIST' => 'BŁĄD: Moduł nie istnieje.', - 'MODULE_REMOVE' => 'Usuwanie %1$s moduł: %2$s', - - 'NONE' => 'Brak', - 'NO_TABLE_DATA' => 'BŁĄD: Nie ustalono zawartości tabeli', - - 'PARENT_NOT_EXIST' => 'BŁĄD: Określona główna kategoria tego modułu nie istnieje.', - 'PERMISSIONS_WARNING' => 'Nowe ustawienia uprawnień zostały dodane. Upewnij się, czy są zgodne z twoimi oczekiwaniami.', - 'PERMISSION_ADD' => 'Dodawanie opcji uprawnień: %s', - 'PERMISSION_ALREADY_EXISTS' => 'BŁĄD: Opcja uprawnień: %s juz istnieje.', - 'PERMISSION_NOT_EXIST' => 'BŁĄD: Opcja uprawnień: %s nie istnieje.', - 'PERMISSION_REMOVE' => 'Usuwanie opcji uprawnień: %s', - 'PERMISSION_SET_GROUP' => 'Ustawianie uprawnień dla grupy %s.', - 'PERMISSION_SET_ROLE' => 'Ustawianie uprawnień dla zestawu uprawnień %s.', - 'PERMISSION_UNSET_GROUP' => 'Usuwanie uprawnień dla grupy %s.', - 'PERMISSION_UNSET_ROLE' => 'Usuwanie uprawnień dla zestawu uprawnień %s.', - - 'ROLE_NOT_EXIST' => 'Zestaw uprawnien nie istnieje', - - 'SUCCESS' => 'Sukces', - - 'TABLE_ADD' => 'Dodawanie nowej tabeli w bazie danych: %s', - 'TABLE_ALREADY_EXISTS' => 'BŁĄD: Tabela %s istnieje już w bazie danych.', - 'TABLE_COLUMN_ADD' => 'Dodawanie kolumny %2$s do tabeli %1$s', - 'TABLE_COLUMN_ALREADY_EXISTS' => 'BŁĄD: Kolumna %2$s już istnieje w tabeli %1$s.', - 'TABLE_COLUMN_NOT_EXIST' => 'BŁĄD: Kolumna %2$s nie istnieje w tabeli %1$s.', - 'TABLE_COLUMN_REMOVE' => 'Usuwanie kolumny %2$s z tabeli %1$s', - 'TABLE_COLUMN_UPDATE' => 'Aktualizacja kolumny %2$s w tabeli %1$s', - 'TABLE_KEY_ADD' => 'Dodawanie klucza %2$s do tabeli %1$s', - 'TABLE_KEY_ALREADY_EXIST' => 'BŁĄD: Indeks %2$s już istnieje w tabeli %1$s.', - 'TABLE_KEY_NOT_EXIST' => 'BŁĄD: Indeks %2$s nie istnieje w tabeli %1$s.', - 'TABLE_KEY_REMOVE' => 'Usuwanie klucza %2$s z tabeli %1$s', - 'TABLE_NOT_EXIST' => 'BŁĄD: Tabela %s nie istnieje w bazie danych.', - 'TABLE_REMOVE' => 'Usuwanie tabeli: %s z bazy danych', - 'TABLE_ROW_INSERT_DATA' => 'Wypełnianie tabeli %s.', - 'TABLE_ROW_REMOVE_DATA' => 'Usuwanie rekordu z tabeli %s', - 'TABLE_ROW_UPDATE_DATA' => 'Zmiana rekordu w tabeli %s.', - 'TEMPLATE_CACHE_PURGE' => 'Odświeżanie cache stylu %s', - 'THEME_CACHE_PURGE' => 'Odświezanie cache motywu %s', - - 'UNINSTALL' => 'Deinstaluj', - 'UNINSTALL_MOD' => 'Deinstaluj %s', - 'UNINSTALL_MOD_CONFIRM' => 'Czy jesteś pewien, że chcesz odinstalować %s? Wszystkie ustawienia i dane, zapisane przez tą modyfikację, zostaną usunięte!', - 'UNKNOWN' => 'Nieznany', - 'UPDATE_MOD' => 'Aktualizacja %s', - 'UPDATE_MOD_CONFIRM' => 'Czy na pewno zaktualizować %s?', - 'UPDATE_UMIL' => 'Ta wersja UMIL jest niekatualna.

Proszę pobrać najnowsza wersję UMIL (Unified MOD Install Library) z: %1$s', - - 'VERSIONS' => 'Wersja modyfikacji: %1$s
Aktualnie zainstalowana: %2$s', - 'VERSION_SELECT' => 'Wybieranie wersji', - 'VERSION_SELECT_EXPLAIN' => 'Nie wybieraj “Ignoruj” jeżeli nie wiesz co może spowodować wybranie innej wersji.', -)); - + 'Akcja', + 'ADVANCED' => 'Zaawansowane', + 'AUTH_CACHE_PURGE' => 'Czyszczenie cache uprawnień', + + 'CACHE_PURGE' => 'Czyszczenie cache forum', + 'CONFIGURE' => 'Konfiguruj', + 'CONFIG_ADD' => 'Dodawanie nowej zmiennej konfiguracyjnej: %s', + 'CONFIG_ALREADY_EXISTS' => 'BŁĄD: zmienna konfiguracji %s już istnieje.', + 'CONFIG_NOT_EXIST' => 'BŁĄD: zmienna konfiguracji %s nie istnieje.', + 'CONFIG_REMOVE' => 'Usuwanie zmiennej konfiguracujnej: %s', + 'CONFIG_UPDATE' => 'Aktualizowanie zmiennej konfiguracyjnej: %s', + + 'DISPLAY_RESULTS' => 'Wyświetl pełne wyniki', + 'DISPLAY_RESULTS_EXPLAIN' => 'Wybierz Tak, aby wyświetlać informacje na temat aktualnie wykonywanych czynności.', + + 'ERROR_NOTICE' => 'Wystąpiło jeden lub więcej błędów podczas wybranej akcji. Pobierz ten plik z listą błędów oraz skontaktuj się z autorem modyfikacji, aby uzyskać pomoc.

Jeżeli masz problem z pobraniem tego pliku, wprowadź w przeglądarce ten link: %2$s', + 'ERROR_NOTICE_NO_FILE' => 'Wystąpiło jeden lub więcej błędów podczas wybranej akcji. Skontaktuj się z autorem modyfikacji aby uzyskać więcej informacji.', + + 'FAIL' => 'Niepowodzenie', + 'FILE_COULD_NOT_READ' => 'BŁĄD: nie mozna otworzyć pliku %s do odczytu.', + 'FOUNDERS_ONLY' => 'Musisz być założycielem forum aby uzyskać dostęp do tej strony.', + + 'GROUP_NOT_EXIST' => 'Grupa nie istnieje', + + 'IGNORE' => 'Ignoruj', + 'IMAGESET_CACHE_PURGE' => 'Odświeżanie zestawu obrazków: %s', + 'INSTALL' => 'Instaluj', + 'INSTALL_MOD' => 'Instaluj %s', + 'INSTALL_MOD_CONFIRM' => 'Czy jesteś gotowy do instalacji %s?', + + 'MODULE_ADD' => 'Dodawanie %1$s modułu: %2$s', + 'MODULE_ALREADY_EXIST' => 'BŁĄD: Moduł już istnieje.', + 'MODULE_NOT_EXIST' => 'BŁĄD: Moduł nie istnieje.', + 'MODULE_REMOVE' => 'Usuwanie %1$s moduł: %2$s', + + 'NONE' => 'Brak', + 'NO_TABLE_DATA' => 'BŁĄD: Nie ustalono zawartości tabeli', + + 'PARENT_NOT_EXIST' => 'BŁĄD: Określona główna kategoria tego modułu nie istnieje.', + 'PERMISSIONS_WARNING' => 'Nowe ustawienia uprawnień zostały dodane. Upewnij się, czy są zgodne z twoimi oczekiwaniami.', + 'PERMISSION_ADD' => 'Dodawanie opcji uprawnień: %s', + 'PERMISSION_ALREADY_EXISTS' => 'BŁĄD: Opcja uprawnień: %s juz istnieje.', + 'PERMISSION_NOT_EXIST' => 'BŁĄD: Opcja uprawnień: %s nie istnieje.', + 'PERMISSION_REMOVE' => 'Usuwanie opcji uprawnień: %s', + 'PERMISSION_SET_GROUP' => 'Ustawianie uprawnień dla grupy %s.', + 'PERMISSION_SET_ROLE' => 'Ustawianie uprawnień dla zestawu uprawnień %s.', + 'PERMISSION_UNSET_GROUP' => 'Usuwanie uprawnień dla grupy %s.', + 'PERMISSION_UNSET_ROLE' => 'Usuwanie uprawnień dla zestawu uprawnień %s.', + + 'ROLE_NOT_EXIST' => 'Zestaw uprawnien nie istnieje', + + 'SUCCESS' => 'Sukces', + + 'TABLE_ADD' => 'Dodawanie nowej tabeli w bazie danych: %s', + 'TABLE_ALREADY_EXISTS' => 'BŁĄD: Tabela %s istnieje już w bazie danych.', + 'TABLE_COLUMN_ADD' => 'Dodawanie kolumny %2$s do tabeli %1$s', + 'TABLE_COLUMN_ALREADY_EXISTS' => 'BŁĄD: Kolumna %2$s już istnieje w tabeli %1$s.', + 'TABLE_COLUMN_NOT_EXIST' => 'BŁĄD: Kolumna %2$s nie istnieje w tabeli %1$s.', + 'TABLE_COLUMN_REMOVE' => 'Usuwanie kolumny %2$s z tabeli %1$s', + 'TABLE_COLUMN_UPDATE' => 'Aktualizacja kolumny %2$s w tabeli %1$s', + 'TABLE_KEY_ADD' => 'Dodawanie klucza %2$s do tabeli %1$s', + 'TABLE_KEY_ALREADY_EXIST' => 'BŁĄD: Indeks %2$s już istnieje w tabeli %1$s.', + 'TABLE_KEY_NOT_EXIST' => 'BŁĄD: Indeks %2$s nie istnieje w tabeli %1$s.', + 'TABLE_KEY_REMOVE' => 'Usuwanie klucza %2$s z tabeli %1$s', + 'TABLE_NOT_EXIST' => 'BŁĄD: Tabela %s nie istnieje w bazie danych.', + 'TABLE_REMOVE' => 'Usuwanie tabeli: %s z bazy danych', + 'TABLE_ROW_INSERT_DATA' => 'Wypełnianie tabeli %s.', + 'TABLE_ROW_REMOVE_DATA' => 'Usuwanie rekordu z tabeli %s', + 'TABLE_ROW_UPDATE_DATA' => 'Zmiana rekordu w tabeli %s.', + 'TEMPLATE_CACHE_PURGE' => 'Odświeżanie cache stylu %s', + 'THEME_CACHE_PURGE' => 'Odświezanie cache motywu %s', + + 'UNINSTALL' => 'Deinstaluj', + 'UNINSTALL_MOD' => 'Deinstaluj %s', + 'UNINSTALL_MOD_CONFIRM' => 'Czy jesteś pewien, że chcesz odinstalować %s? Wszystkie ustawienia i dane, zapisane przez tą modyfikację, zostaną usunięte!', + 'UNKNOWN' => 'Nieznany', + 'UPDATE_MOD' => 'Aktualizacja %s', + 'UPDATE_MOD_CONFIRM' => 'Czy na pewno zaktualizować %s?', + 'UPDATE_UMIL' => 'Ta wersja UMIL jest niekatualna.

Proszę pobrać najnowsza wersję UMIL (Unified MOD Install Library) z: %1$s', + + 'VERSIONS' => 'Wersja modyfikacji: %1$s
Aktualnie zainstalowana: %2$s', + 'VERSION_SELECT' => 'Wybieranie wersji', + 'VERSION_SELECT_EXPLAIN' => 'Nie wybieraj “Ignoruj” jeżeli nie wiesz co może spowodować wybranie innej wersji.', +)); + ?> \ No newline at end of file diff --git a/root/umil/language/pt-br/umil.php b/root/umil/language/pt-br/umil.php new file mode 100644 index 00000000..5322aa82 --- /dev/null +++ b/root/umil/language/pt-br/umil.php @@ -0,0 +1,133 @@ + + * @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 deste arquivo onde está listado todos os erros e peça assistência ao autor do mod.

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.

Por favor, faça o download da última versão do UMIL (Unified MOD Install Library) no: %1$s', + + 'VERSIONS' => 'Versão da MOD: %1$s
Instalada atualmente: %2$s', + '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', +)); + +?> \ No newline at end of file diff --git a/root/umil/language/pt/umil.php b/root/umil/language/pt/umil.php new file mode 100644 index 00000000..9517c6c2 --- /dev/null +++ b/root/umil/language/pt/umil.php @@ -0,0 +1,132 @@ + '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 deste ficheiro com os erros listados e peça assistência ao autor da modificação.

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.

Por favor obtenha a última versão do UMIL (Unified MOD Install Library) aqui: %1$s', + + 'VERSIONS' => 'Versão da modificação: %1$s
Actualmente Instalada: %2$s', + 'VERSION_SELECT' => 'Seleccione a versão', + 'VERSION_SELECT_EXPLAIN' => 'Só seleccione Ignorar se sabe o que fazer ou que foi aconselhado a fazer.', +)); + +?> \ No newline at end of file diff --git a/root/umil/language/pt_br/umil.php b/root/umil/language/pt_br/umil.php index 37d6263b..cccd389a 100644 --- a/root/umil/language/pt_br/umil.php +++ b/root/umil/language/pt_br/umil.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 218 2010-04-06 00:53:03Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/language/ro/umil.php b/root/umil/language/ro/umil.php index b87e059a..4ef73b03 100644 --- a/root/umil/language/ro/umil.php +++ b/root/umil/language/ro/umil.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 216 2010-04-04 03:29:22Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/language/ru/umil.php b/root/umil/language/ru/umil.php index 4d792984..ab2d2158 100644 --- a/root/umil/language/ru/umil.php +++ b/root/umil/language/ru/umil.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 215 2010-04-04 01:38:37Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * Translated By: Палыч diff --git a/root/umil/language/sk/umil.php b/root/umil/language/sk/umil.php index 158b4649..51ed6224 100644 --- a/root/umil/language/sk/umil.php +++ b/root/umil/language/sk/umil.php @@ -4,7 +4,7 @@ * @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 $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/language/sv/umil.php b/root/umil/language/sv/umil.php index e64f6688..75475165 100644 --- a/root/umil/language/sv/umil.php +++ b/root/umil/language/sv/umil.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 211 2010-03-27 16:27:39Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/language/tr/umil.php b/root/umil/language/tr/umil.php index c90fd886..c7eada3f 100644 --- a/root/umil/language/tr/umil.php +++ b/root/umil/language/tr/umil.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 219 2010-04-12 17:56:12Z exreaction $ + * @version $Id$ * @copyright (c) 2008 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/language/zh_cmn_hant/umil.php b/root/umil/language/zh_cmn_hant/umil.php index 3dfd5cdb..c9bc05d4 100644 --- a/root/umil/language/zh_cmn_hant/umil.php +++ b/root/umil/language/zh_cmn_hant/umil.php @@ -4,7 +4,7 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @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/ * @license http://opensource.org/licenses/gpl-license.php GNU Public License * diff --git a/root/umil/umil.php b/root/umil/umil.php index 9fa1c1f8..ce7b8ff3 100644 --- a/root/umil/umil.php +++ b/root/umil/umil.php @@ -4,9 +4,9 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil.php 233 2010-08-10 02:22:09Z exreaction $ + * @version $Id$ * @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; } -define('UMIL_VERSION', '1.0.3'); +define('UMIL_VERSION', '1.0.4'); /** * Multicall instructions @@ -110,7 +110,7 @@ class umil */ var $stand_alone = false; - /** + /** * Were any new permissions added (used in umil_frontend)? */ var $permissions_added = false; @@ -198,7 +198,7 @@ class umil $user->add_lang(array('acp/common', 'acp/permissions')); // 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 (version_compare(UMIL_VERSION, $info[0], '<')) @@ -2322,6 +2322,8 @@ class umil */ function table_index_add($table_name, $index_name = '', $column = array()) { + global $config; + // Multicall if ($this->multicall(__FUNCTION__, $table_name)) { @@ -2348,6 +2350,14 @@ class umil $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); return $this->umil_end(); diff --git a/root/umil/umil_auto.php b/root/umil/umil_auto.php index 4e8dda20..d8e1df50 100644 --- a/root/umil/umil_auto.php +++ b/root/umil/umil_auto.php @@ -4,9 +4,9 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil_auto.php 176 2009-09-19 03:15:41Z exreaction $ + * @version $Id$ * @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 -* -* NOTE: If you do not setup the common.php file YOU WILL NOT BE ABLE TO USE ANY CONSTANTS! +* Do not include common.php, the MOD author is required to include this. */ if (!defined('IN_PHPBB')) { - define('IN_PHPBB', true); - include($phpbb_root_path . 'common.' . $phpEx); - $user->session_begin(); - $auth->acl($user->data); - $user->setup(); + trigger_error('UMIL doesn\'t support the missing IN_PHPBB anymore. Please visit http://www.phpbb.com/mods/umil/update on how to update your UMIF files.', E_USER_ERROR); + exit; } // Add the language file if one was specified diff --git a/root/umil/umil_frontend.php b/root/umil/umil_frontend.php index c2b022fa..7fa6b17c 100644 --- a/root/umil/umil_frontend.php +++ b/root/umil/umil_frontend.php @@ -4,9 +4,9 @@ * @author Nathan Guse (EXreaction) http://lithiumstudios.org * @author David Lewis (Highway of Life) highwayoflife@gmail.com * @package umil - * @version $Id: umil_frontend.php 221 2010-05-24 23:32:45Z exreaction $ + * @version $Id$ * @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 */ /**