Revision 1984
Added by Luisehahne about 12 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
19 Oct-2013 Build 1984 Dietmar Woellbrink (Luisehahne) |
|
| 15 |
! /languages/ all language files, add new translation $MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] |
|
| 16 |
! /admin/start/index.php for system administrator only: add start link to 'MESSAGE_START_UPGRADE_SCRIPT_EXISTS' |
|
| 14 | 17 |
19 Oct-2013 Build 1983 Dietmar Woellbrink (Luisehahne) |
| 15 | 18 |
! /framework/class.wb.php::getLanguagesDetailsInUsed() optimized |
| 16 | 19 |
+ /framework/class.wb.php::getAvailableLanguagesObjectInstance() |
| branches/2.8.x/wb/admin/start/index.php | ||
|---|---|---|
| 28 | 28 |
// $database = WbDatabase::getInstance(); |
| 29 | 29 |
|
| 30 | 30 |
if(defined('FINALIZE_SETUP')) {
|
| 31 |
require_once(WB_PATH.'/framework/functions.php');
|
|
| 31 |
require_once(WB_PATH.'/framework/functions.php');
|
|
| 32 | 32 |
$dirs = array( 'modules' => WB_PATH.'/modules/', |
| 33 | 33 |
'templates' => WB_PATH.'/templates/', |
| 34 | 34 |
'languages' => WB_PATH.'/languages/' |
| ... | ... | |
| 63 | 63 |
|
| 64 | 64 |
$msg = ''; |
| 65 | 65 |
$msg .= (is_readable(WB_PATH.'/install/')) ? $MESSAGE['START_INSTALL_DIR_EXISTS'].'<br />' : $msg; |
| 66 |
$msg .= (is_readable(WB_PATH.'/upgrade-script.php')) ? $MESSAGE['START_UPGRADE_SCRIPT_EXISTS'].'<br />' : ''; |
|
| 66 |
$aReplace =array( |
|
| 67 |
'file' => '<a style="font-weight:bold;" href="'.WB_URL.'/upgrade-script.php">upgrade-script.php</a>' |
|
| 68 |
); |
|
| 69 |
$msg .= (is_readable(WB_PATH.'/upgrade-script.php') ? replace_vars($MESSAGE['START_UPGRADE_SCRIPT_EXISTS'].'<br />',$aReplace) : ''); |
|
| 67 | 70 |
//$msg .= ''.$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'].'<br />'; |
| 68 | 71 |
|
| 69 | 72 |
// --------------------------------------- |
| ... | ... | |
| 141 | 144 |
WbDatabase::getInstance()->query($sql); |
| 142 | 145 |
|
| 143 | 146 |
/** |
| 144 |
* delete Outdated Confirmations
|
|
| 147 |
* delete stored ip adresses default after 60 days
|
|
| 145 | 148 |
*/ |
| 146 | 149 |
$sql = 'UPDATE `'.TABLE_PREFIX.'users` SET `login_ip` = \'\' WHERE `login_when` < '.(time()-(60*84600)); |
| 147 | 150 |
WbDatabase::getInstance()->query($sql); |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 51 | 51 |
|
| 52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1983');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1984');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/languages/FI.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Anna sähköpostiosoite'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Olet kirjautunut nimellä:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Poista asennuskansio!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Tervetuloa sivuston hallintaan'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Sivupohjan voi vaihtaa asetukset-kohdasta'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/EN.php | ||
|---|---|---|
| 378 | 378 |
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password'; |
| 379 | 379 |
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Loginname'; |
| 380 | 380 |
$TEXT['WEBSITE'] = 'Website'; |
| 381 |
$TEXT['WEBSITE_DESCRIPTION'] = 'Website Description';
|
|
| 381 |
$TEXT['WEBSITE_DESCRIPTION'] = 'Metatag Description';
|
|
| 382 | 382 |
$TEXT['WEBSITE_FOOTER'] = 'Website Footer'; |
| 383 | 383 |
$TEXT['WEBSITE_HEADER'] = 'Website Header'; |
| 384 |
$TEXT['WEBSITE_KEYWORDS'] = 'Website Keywords';
|
|
| 385 |
$TEXT['WEBSITE_TITLE'] = 'Website Title';
|
|
| 384 |
$TEXT['WEBSITE_KEYWORDS'] = 'Metatag Keywords';
|
|
| 385 |
$TEXT['WEBSITE_TITLE'] = 'Metatag Title';
|
|
| 386 | 386 |
$TEXT['WELCOME_BACK'] = 'Welcome back'; |
| 387 | 387 |
$TEXT['WIDTH'] = 'Width'; |
| 388 | 388 |
$TEXT['WINDOW'] = 'Window'; |
| ... | ... | |
| 634 | 634 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'You must enter an email address'; |
| 635 | 635 |
$MESSAGE['START_CURRENT_USER'] = 'You are currently logged in as:'; |
| 636 | 636 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Warning, Installation Directory Still Exists!'; |
| 637 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 637 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 638 | 638 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Welcome to WebsiteBaker Administration'; |
| 639 | 639 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section'; |
| 640 | 640 |
|
| branches/2.8.x/wb/languages/CS.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Musíte zadat e-mailovou adresu'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Jste přihlášeni jako:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Pozor, stále existuje instalační adresář!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Vítejte v Administrační části'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Pozn.: změna šablony se provádí v sekci Nastavení'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/SE.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Du måste skriva en e-postadress'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Du är inloggad som:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'VARNING, installationsmappen finns fortfarande kvar!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Välkommen till administrationen av WebsiteBaker'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Observera: för att ändra Mall, måste du gå till Sektionen Inställningar'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/ES.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Debe ingresar una direccion de email'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Estás conectado como:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'El directorio de instalación todavía existe. Es buena idea eliminarlo!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Bienvenido a la consola de Administración'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Atención: para cambiar la plantilla ir a la sección de Configuración'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/FR.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'L'adresse email est obligatoire'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Vous êtes connecté en tant que : '; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Attention : le répertoire d'installation existe toujours'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Bienvenue dans la zone d'administration'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Pour modifier le thème du site, vous devez vous rendre dans la rubrique Réglages'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/ET.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Sa pead sisestama emaili aadressi'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Sa oled praegu sisse logitud:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Hoiatus, Installatsiooni kataloog eksisteerib!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Teretulemast WebsiteBaker Administratsiooni'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Märge: kujunduse muutmiseks sa pead minema Seadete sektsiooni'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/HR.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Unesite email adresu'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Trenutno ste logirani kao:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Upozorenje, instalacijski direktoriji nije još obrisan!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Dobro došli u WebsiteBaker administraciju'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Obavijest: Za promjenu predloška idite na dio s Postavkama'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/NL.php | ||
|---|---|---|
| 388 | 388 |
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP-wachtwoord'; |
| 389 | 389 |
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Loginname'; |
| 390 | 390 |
$TEXT['WEBSITE'] = 'Website'; |
| 391 |
$TEXT['WEBSITE_DESCRIPTION'] = 'Metatag "Description"';
|
|
| 391 |
$TEXT['WEBSITE_DESCRIPTION'] = 'Metatag Description';
|
|
| 392 | 392 |
$TEXT['WEBSITE_FOOTER'] = 'Website-footer'; |
| 393 | 393 |
$TEXT['WEBSITE_HEADER'] = 'Website-header'; |
| 394 |
$TEXT['WEBSITE_KEYWORDS'] = 'Metatag "Keywords"';
|
|
| 395 |
$TEXT['WEBSITE_TITLE'] = 'Metatag "Title"';
|
|
| 394 |
$TEXT['WEBSITE_KEYWORDS'] = 'Metatag Keywords';
|
|
| 395 |
$TEXT['WEBSITE_TITLE'] = 'Metatag Title';
|
|
| 396 | 396 |
$TEXT['WELCOME_BACK'] = 'Welkom terug'; |
| 397 | 397 |
$TEXT['WIDTH'] = 'Breedte'; |
| 398 | 398 |
$TEXT['WINDOW'] = 'Scherm'; |
| ... | ... | |
| 644 | 644 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'U moet een e-mailadres invullen'; |
| 645 | 645 |
$MESSAGE['START_CURRENT_USER'] = 'U bent ingelogd als'; |
| 646 | 646 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Waarschuwing, de installatiemap bestaat nog steeds. U dient deze te verwijderen om veiligheidsrisico’s te vermijden!'; |
| 647 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 647 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 648 | 648 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Welkom bij het websitebeheer'; |
| 649 | 649 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Attentie: om de template aan te passen moet u naar de instellingensectie'; |
| 650 | 650 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/PL.php | ||
|---|---|---|
| 645 | 645 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Nalezy wprowadzic adres e-mail'; |
| 646 | 646 |
$MESSAGE['START_CURRENT_USER'] = 'Jestes obecnie zalogowany(-a) jako:'; |
| 647 | 647 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Uwaga: katalog instalacyjny wciaz istnieje!'; |
| 648 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 648 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 649 | 649 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Witamy w panelu administracyjnym WebsiteBakera'; |
| 650 | 650 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Uwaga: aby zmienic szablon, nalezy przejsc do sekcji Ustawienia'; |
| 651 | 651 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/HU.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'E-mail címet meg kell adnia'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Bejelentkezve mint:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Figyelmeztetés! A telepítési könyvtár még nem lett törölve!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = '¤v a WebsiteBaker Admin felületén'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Figyelem: A sablon megváltoztatását a beállításokban teheti meg'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/IT.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Deve inserire un indirizzo di email'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Sei registrato come:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Attenzione, la directory di installazione esiste già!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Benvenuto alla pagina di Amministrazione di WebsiteBaker'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Per cambiare il Template andare alla sezione Impostazioni'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/NO.php | ||
|---|---|---|
| 642 | 642 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Du må skrive inn en e-post adresse'; |
| 643 | 643 |
$MESSAGE['START_CURRENT_USER'] = 'Du er logget inn som:'; |
| 644 | 644 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Advarsel, installasjonskatalogen eksisterer forsatt!'; |
| 645 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 645 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 646 | 646 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Velkommen til WebsiteBaker Administrasjon'; |
| 647 | 647 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Merk: For å endre malen må man gjøre dette i Instillinger seksjonen'; |
| 648 | 648 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/SK.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Musíte zadať e-mailovou adresu'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Ste prihlásený ako:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Pozor, stále existuje inštalačný adresár!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Vitajte v administratívnej časti'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Pozn.: zmena šablony sa provádza v sekcii Nastavenia'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/LV.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Jaievada e-pasta adrese'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Tu šobrid esi ielogojies ka:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Bridinajums, instalacijas mape vel arvien eksiste!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Esi sveicinats WebsiteBaker administracija'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Ludzu iegaume: lai mainitu šablonu, jadotas uz iestatijumu sadalu'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/CA.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Heu d\'Introduir una adreça de correu'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Actualment esteu identificat com a:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Atenció, el Directori d\'Instal·lació Encara Existeix!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Benvingut/da al Panell de Control de WebsiteBaker'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Avís: per a canviar la plantilla heu d\'anar a la secció Paràmetres'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/PT.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Você precisa informar um endere&ccdil;o de email'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Você está logado como:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Aviso, O diretório "INSTALL" ainda existe!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Bem-Vindo à Administra&ccdil;ão do WebsiteBaker'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Aten&ccdil;ão: para alterar o tema (template) você precisa ir até a sessão Configura&ccdil;ões'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/DA.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Du skal indtaste en gyldig email-adresse'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Du er lige nu logget ind som:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'ADVARSEL! Installationsbiblioteket (mappen) findes stadig på serveren. Du bør slette den straks af hensyn til sikkerheden!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Velkommen til administration af din WebsiteBaker'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'OBS: For at ændre skabelonen skal du gå til punktet indstillinger'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/TR.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Bir email adresi girmelisiniz.'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Sizin kullandýðýnýz giriþ ismi:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Uyarý! Yükleme dizini halen duruyor!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Hoþgeldiniz WebsiteBaker Yönetimine'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/RU.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Вы должны ввести email адрес'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Вы вошли как:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Внимание, инсталяционная директория все еще не удалена!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Добро пожаловать в Меню Администрирования Сайта'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Внимание! Чтобы чтобы сменить шаблон перейдите в раздел "Установки"'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
| branches/2.8.x/wb/languages/DE.php | ||
|---|---|---|
| 389 | 389 |
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Passwort'; |
| 390 | 390 |
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Loginname'; |
| 391 | 391 |
$TEXT['WEBSITE'] = 'Webseite'; |
| 392 |
$TEXT['WEBSITE_DESCRIPTION'] = 'Webseitenbeschreibung';
|
|
| 392 |
$TEXT['WEBSITE_DESCRIPTION'] = 'Metatag Beschreibung';
|
|
| 393 | 393 |
$TEXT['WEBSITE_FOOTER'] = 'Fußzeile'; |
| 394 | 394 |
$TEXT['WEBSITE_HEADER'] = 'Kopfzeile'; |
| 395 |
$TEXT['WEBSITE_KEYWORDS'] = 'Schlüsselwörter'; |
|
| 396 |
$TEXT['WEBSITE_TITLE'] = 'Webseitentitel';
|
|
| 395 |
$TEXT['WEBSITE_KEYWORDS'] = 'Metatag Schlüsselwörter';
|
|
| 396 |
$TEXT['WEBSITE_TITLE'] = 'Metatag Titel';
|
|
| 397 | 397 |
$TEXT['WELCOME_BACK'] = 'Willkommen zurück'; |
| 398 | 398 |
$TEXT['WIDTH'] = 'Breite'; |
| 399 | 399 |
$TEXT['WINDOW'] = 'Fenster'; |
| ... | ... | |
| 643 | 643 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Bitte geben Sie Ihre E-Mail Adresse an'; |
| 644 | 644 |
$MESSAGE['START_CURRENT_USER'] = 'Sie sind momentan angemeldet als:'; |
| 645 | 645 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Das Installations-Verzeichnis "/install" existiert noch! Dies stellt ein Sicherheitsrisiko dar. Bitte löschen.'; |
| 646 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Bitte die Datei "upgrade-script.php" vom Webserver löschen.';
|
|
| 646 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Bitte die Datei {{file}} vom Webserver löschen.';
|
|
| 647 | 647 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Willkommen in der WebsiteBaker Verwaltung'; |
| 648 | 648 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Bitte beachten Sie: Um eine andere Designvorlage auszuwählen, benutzen Sie den Bereich "Optionen"'; |
| 649 | 649 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'Neuer Theme-Name existiert bereits.'; |
| branches/2.8.x/wb/languages/BG.php | ||
|---|---|---|
| 646 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Трябва да въведете e-mail адрес'; |
| 647 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Вие влязохте като:'; |
| 648 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Внимание, Инсталационната директория все още съществува!'; |
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
|
|
| 649 |
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file {{file}} from your webspace.';
|
|
| 650 | 650 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Добре дошли в Аминистративната страница на WebsiteBaker'; |
| 651 | 651 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Внимание: за да смените шаблона отидете в настройки'; |
| 652 | 652 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
Also available in: Unified diff
! /languages/ all language files, add new translation $MESSAGE['START_UPGRADE_SCRIPT_EXISTS']
! /admin/start/index.php for system administrator only: add start link to 'MESSAGE_START_UPGRADE_SCRIPT_EXISTS'