Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 2042)
+++ branches/2.8.x/CHANGELOG	(revision 2043)
@@ -12,6 +12,8 @@
 ===============================================================================
 
 
+19 Dec-2013 Build 2043 Dietmar Woellbrink (Luisehahne)
++ /admin/addons/languages/ add more Language Files (Tks To jacobi22)
 18 Dec-2013 Build 2042 Dietmar Woellbrink (Luisehahne)
 + /admin/addons/languages/ add NL Languages File (Tks To Nibz)
 18 Dec-2013 Build 2041 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 2042)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 2043)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.4');
-if(!defined('REVISION')) define('REVISION', '2042');
+if(!defined('REVISION')) define('REVISION', '2043');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/admin/addons/languages/CA.php
===================================================================
--- branches/2.8.x/wb/admin/addons/languages/CA.php	(nonexistent)
+++ branches/2.8.x/wb/admin/addons/languages/CA.php	(revision 2043)
@@ -0,0 +1,94 @@
+<?php
+/****************************************************************************************
+ * extended language definition for WebsiteBaker                                        *
+ * ACP-module  pages                                                                    *
+ * Catalan (CA)                                                                             *
+ ****************************************************************************************/
+
+
+$HEADING['CHANGE_TEMPLATE_NOTICE'] = 'Click <i>Advanced</i> to copy topical Backend-Theme!';
+$HEADING['INSTALL_LANGUAGE'] = 'Instal·la Idioma';
+$HEADING['INSTALL_MODULE'] = 'Instal·la Mòdul';
+$HEADING['INSTALL_TEMPLATE'] = 'Instal·la Plantilla';
+$HEADING['INVOKE_LANGUAGE_FILES'] = 'Execute language files manually';
+$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually';
+$HEADING['INVOKE_TEMPLATE_FILES'] = 'Execute template files manually';
+$HEADING['LANGUAGE_DETAILS'] = 'Detalls de l\'Idioma';
+$HEADING['MODULE_DETAILS'] = 'Detalls del Mòdul';
+$HEADING['TEMPLATE_DETAILS'] = 'Detalls de la Plantilla';
+$HEADING['UNINSTALL_LANGUAGE'] = 'Desinstal·la Idioma';
+$HEADING['UNINSTALL_MODULE'] = 'Desinstal·la Mòdul';
+$HEADING['UNINSTALL_TEMPLATE'] = 'Desinstal·la Plantilla';
+$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
+$HEADING['UPLOAD_FILES'] = 'Penja Fitxer(s)';
+
+$MENU['LANGUAGES'] = 'Idiomes';
+$MENU['MODULES'] = 'Mòduls';
+$MENU['TEMPLATES'] = 'Plantilles';
+
+$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
+$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
+$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
+$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. ';
+$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
+$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.';
+$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. ';
+$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully';
+$MESSAGE['ADDON_OVERWRITE_NEWER_FILES'] = 'Overwrite newer Files';
+$MESSAGE['ADDON_PRECHECK_FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on working on your system, please fix the issues summarized below.';
+$MESSAGE['ADDON_RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
+$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
+$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'No teniu privilegis suficients per estar ací';
+$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Ja està instal·lat';
+$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'No s\'ha pogut escriure al directori de destí';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'No s\'ha pogut desinstal·lar';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'No s\'ha pogut desinstal·lar: s\'està usant el fitxer seleccionat';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
+$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'No s\'ha pogut descomprimir el fitxer';
+$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'No s\'ha pogut penjar el fitxer';
+$MESSAGE['GENERIC_FORGOT_OPTIONS'] = 'You have selected no choice!';
+$MESSAGE['GENERIC_INSTALLED'] = 'Instal·lat amb èxit';
+$MESSAGE['GENERIC_INVALID'] = 'El fitxer que heu penjat no és vàlid';
+$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.';
+$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.';
+$MESSAGE['GENERIC_INVALID_MODULE_FILE'] = 'Invalid WebsiteBaker module file. Please check the text file.';
+$MESSAGE['GENERIC_INVALID_TEMPLATE_FILE'] = 'Invalid WebsiteBaker template file. Please check the text file.';
+$MESSAGE['GENERIC_IN_USE'] = ' but used in ';
+$MESSAGE['GENERIC_MISSING_ARCHIVE_FILE'] = 'Missing Archiv file!';
+$MESSAGE['GENERIC_MODULE_VERSION_ERROR'] = 'The module is not installed properly!';
+$MESSAGE['GENERIC_NOT_INSTALLED'] = 'No està instal·lat';
+$MESSAGE['GENERIC_NOT_UPGRADED'] = 'Actualization not possibly';
+$MESSAGE['GENERIC_SECURITY_ACCESS'] = 'Security offense!! Access denied!';
+$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Security offense!! data storing was refused!!';
+$MESSAGE['GENERIC_UNINSTALLED'] = 'Desinstal·lat amb èxit';
+$MESSAGE['GENERIC_UPGRADED'] = 'Upgraded successfully';
+$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'No es pot esborrar la carpeta seleccionada';
+
+$TEXT['ADVANCED'] = 'Avançat';
+$TEXT['ARE_YOU_SURE'] = 'Esteu segur?';
+$TEXT['AUTHOR'] = 'Autor';
+$TEXT['BACK'] = 'Arrere';
+$TEXT['CANCEL'] = 'Cancel·la';
+$TEXT['CODE'] = 'Codi';
+$TEXT['COMMENT'] = 'Comentari';
+$TEXT['CURRENT_FOLDER'] = 'Carpeta Actual';
+$TEXT['DESCRIPTION'] = 'Descripció';
+$TEXT['DESIGNED_FOR'] = 'Dissenyat Per';
+$TEXT['EXECUTE'] = 'Execució';
+$TEXT['FILE'] = 'fitxer';
+$TEXT['FUNCTION'] = 'Function';
+$TEXT['INSTALL'] = 'Instal·la';
+$TEXT['LICENSE'] = 'License';
+$TEXT['NAME'] = 'Nom';
+$TEXT['PLEASE_SELECT'] = 'Per favor trieu';
+$TEXT['RESET'] = 'Reinicia';
+$TEXT['SAVE'] = 'Desa';
+$TEXT['TEMPLATE'] = 'Plantilla';
+$TEXT['THEME'] = 'Backend-Theme';
+$TEXT['TYPE'] = 'Tipus';
+$TEXT['UNINSTALL'] = 'Desinstal·la';
+$TEXT['VIEW_DETAILS'] = 'Veure Detalls';
+$TEXT['VERSION'] = 'Versió';
\ No newline at end of file
Index: branches/2.8.x/wb/admin/addons/languages/DA.php
===================================================================
--- branches/2.8.x/wb/admin/addons/languages/DA.php	(nonexistent)
+++ branches/2.8.x/wb/admin/addons/languages/DA.php	(revision 2043)
@@ -0,0 +1,94 @@
+<?php
+/****************************************************************************************
+ * extended language definition for WebsiteBaker                                        *
+ * ACP-module  pages                                                                    *
+ * Dansk   (DA)                                                                           *
+ ****************************************************************************************/
+
+
+$HEADING['CHANGE_TEMPLATE_NOTICE'] = 'Click <i>Advanced</i> to copy topical Backend-Theme!';
+$HEADING['INSTALL_LANGUAGE'] = 'Installér sprog';
+$HEADING['INSTALL_MODULE'] = 'Installér modul';
+$HEADING['INSTALL_TEMPLATE'] = 'Installér skabelon';
+$HEADING['INVOKE_LANGUAGE_FILES'] = 'Håndter sprogfiler manuelt';
+$HEADING['INVOKE_MODULE_FILES'] = 'Håndter modulfiler manuelt';
+$HEADING['INVOKE_TEMPLATE_FILES'] = 'Håndter skabelonfiler manuelt';
+$HEADING['LANGUAGE_DETAILS'] = 'Info om sprog';
+$HEADING['MODULE_DETAILS'] = 'Info om modul';
+$HEADING['TEMPLATE_DETAILS'] = 'Info om skabelon';
+$HEADING['UNINSTALL_LANGUAGE'] = 'Afinstallér sprog';
+$HEADING['UNINSTALL_MODULE'] = 'Afinstallér modul';
+$HEADING['UNINSTALL_TEMPLATE'] = 'Afinstallér skabelon';
+$HEADING['UPGRADE_LANGUAGE'] = 'Sprogopgradering';
+$HEADING['UPLOAD_FILES'] = 'Overfør fil(er)';
+
+$MENU['LANGUAGES'] = 'Sprog';
+$MENU['MODULES'] = 'Moduler';
+$MENU['TEMPLATES'] = 'Skabeloner';
+
+$MESSAGE['ADDON_ERROR_RELOAD'] = 'Fejl under opdatering af tilføjelse.';
+$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Sprog indlæst';
+$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>PAS På!</strong> Af sikkerhedsgrunde bør sprogfiler kun indlæses i folderen /languages/ med FTP, og opgraderingsfunktionen bør bruges til registrering/opdatering.';
+$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Advarsel: Eksisterende moduler i databasen vil gå tabt. ';
+$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'Når moduler overføres med FTP (anbefales ikke), udføres installatonsfunktionerne <tt>installer</tt>, <tt>opgrader</tt> eller <tt>afinstaller</tt> ikke automatisk. Modulerne vil måske ikke fungere korrekt eller bliver rigtigt afinstallerett.<br /><br />Du kan nedenfor udføre modulfunktionerne manuelt for moduler, der er overført via FTP.';
+$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Advarsel: Eksisterende moduler i databasen vil gå tabt. Brug kun denne funktion, hvis du oplever problemer med moduler, der er overført med FTP.';
+$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Advarsel: Eksisterende moduler i databasen vil gå tabt. ';
+$MESSAGE['ADDON_MODULES_RELOADED'] = 'Moduler er genindlæst';
+$MESSAGE['ADDON_OVERWRITE_NEWER_FILES'] = 'Overskriv nyere filer';
+$MESSAGE['ADDON_PRECHECK_FAILED'] = 'Installation af tilf&oring;jelsen mislykkedes. Dit system opfylder ikke kravene til denne tilf&oring;jelse. For at få denne tilføjelse til at virke i dit system, skal du rette de forhold, der opregnes nedenfor.';
+$MESSAGE['ADDON_RELOAD'] = 'Opdater databasen med information fra tilføjelsesfiler (f.eks. efter FTP-overførsel).';
+$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Skabeloner genindlæst';
+$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'Du har ikke den nødvendige adgang til dette område';
+$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Er allerede installeret';
+$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'Kan ikke skrive i det valgte modtagebibliotek (mappe)';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Kan ikke afinstallere';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Kan ikke afinstallere: Den valgte fil er i brug';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> kan ikke afinstalleres, da den stadig bruges på {{pages}}.<br /><br />';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'denne side/disse sider';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Kan ikke afinstallere skabelonen <b>{{name}}</b>, da den er standardskabelonen!';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'kan ikek afinstallere skabelonen <b>{{name}}</b>, da den er standard administrator-skabelon!';
+$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Kan ikke udpakke fil';
+$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Kunne ikke overføre filen';
+$MESSAGE['GENERIC_FORGOT_OPTIONS'] = 'Du har intet valgt!';
+$MESSAGE['GENERIC_INSTALLED'] = 'Installeret';
+$MESSAGE['GENERIC_INVALID'] = 'Filen du overførte er fejlbehæftet';
+$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'WebsiteBaker installationsfil ikke i korrekt format. Kontroller *.zip formatet.';
+$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'WebsiteBaker sprogfil ikke i korrekt format. Kontroller tekstfilen.';
+$MESSAGE['GENERIC_INVALID_MODULE_FILE'] = 'WebsiteBaker modulfil ikke gyldig. Kontroller tekstfilen.';
+$MESSAGE['GENERIC_INVALID_TEMPLATE_FILE'] = 'WebsiteBaker skabelon ikke gyldig. Kontroller tekstfilen.';
+$MESSAGE['GENERIC_IN_USE'] = ' men bruges i ';
+$MESSAGE['GENERIC_MISSING_ARCHIVE_FILE'] = 'Arkivfil mangler!';
+$MESSAGE['GENERIC_MODULE_VERSION_ERROR'] = 'Modulet er ikke korrekt installeret!';
+$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Ikke installeret';
+$MESSAGE['GENERIC_NOT_UPGRADED'] = 'Opdatering ikke mulig';
+$MESSAGE['GENERIC_SECURITY_ACCESS'] = 'Sikerhedsbrud! Adgang afslået!';
+$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Sikerhedsbrud! Lagring nægtet!';
+$MESSAGE['GENERIC_UNINSTALLED'] = 'Afinstalleret';
+$MESSAGE['GENERIC_UPGRADED'] = 'Opgraderet';
+$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Kan ikke slette den valgte fil';
+
+$TEXT['ADVANCED'] = 'Avanceret';
+$TEXT['ARE_YOU_SURE'] = 'Er du sikker?';
+$TEXT['AUTHOR'] = 'Udvikler/forfatter';
+$TEXT['BACK'] = 'Tilbage';
+$TEXT['CANCEL'] = 'Annullér';
+$TEXT['CODE'] = 'Kode';
+$TEXT['COMMENT'] = 'Kommentar';
+$TEXT['CURRENT_FOLDER'] = 'Nuværende mappe';
+$TEXT['DESCRIPTION'] = 'Beskrivelse';
+$TEXT['DESIGNED_FOR'] = 'Designet til';
+$TEXT['EXECUTE'] = 'Udfør';
+$TEXT['FILE'] = 'Fil';
+$TEXT['FUNCTION'] = 'Funktion';
+$TEXT['INSTALL'] = 'Installér';
+$TEXT['LICENSE'] = 'License';
+$TEXT['NAME'] = 'Navn';
+$TEXT['PLEASE_SELECT'] = 'Vælg venligst';
+$TEXT['RESET'] = 'Nulstil';
+$TEXT['SAVE'] = 'Gem';
+$TEXT['TEMPLATE'] = 'Skabelon';
+$TEXT['THEME'] = 'Backend-tema';
+$TEXT['TYPE'] = 'Type';
+$TEXT['UNINSTALL'] = 'Ukendt';
+$TEXT['VIEW_DETAILS'] = 'Se oplysninger';
+$TEXT['VERSION'] = 'Version';
\ No newline at end of file
Index: branches/2.8.x/wb/admin/addons/languages/CS.php
===================================================================
--- branches/2.8.x/wb/admin/addons/languages/CS.php	(nonexistent)
+++ branches/2.8.x/wb/admin/addons/languages/CS.php	(revision 2043)
@@ -0,0 +1,94 @@
+<?php
+/****************************************************************************************
+ * extended language definition for WebsiteBaker                                        *
+ * ACP-module  pages                                                                    *
+ * Čeština (CS)                                                                             *
+ ****************************************************************************************/
+
+
+$HEADING['CHANGE_TEMPLATE_NOTICE'] = 'Click <i>Advanced</i> to copy topical Backend-Theme!';
+$HEADING['INSTALL_LANGUAGE'] = 'Nainstalovat jazyk';
+$HEADING['INSTALL_MODULE'] = 'Nainstalovat modul';
+$HEADING['INSTALL_TEMPLATE'] = 'Nainstalovat šablonu';
+$HEADING['INVOKE_LANGUAGE_FILES'] = 'Execute language files manually';
+$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually';
+$HEADING['INVOKE_TEMPLATE_FILES'] = 'Execute template files manually';
+$HEADING['LANGUAGE_DETAILS'] = 'Detaily jazyka';
+$HEADING['MODULE_DETAILS'] = 'Detaily modulu';
+$HEADING['TEMPLATE_DETAILS'] = 'Detaily šablony';
+$HEADING['UNINSTALL_LANGUAGE'] = 'Odinstalovat jazyk';
+$HEADING['UNINSTALL_MODULE'] = 'Odinstalovat modul';
+$HEADING['UNINSTALL_TEMPLATE'] = 'Odinstalovat šablonu';
+$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
+$HEADING['UPLOAD_FILES'] = 'Nahrát soubor(y)';
+
+$MENU['LANGUAGES'] = 'Jazyky';
+$MENU['MODULES'] = 'Moduly';
+$MENU['TEMPLATES'] = 'Šablony';
+
+$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
+$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
+$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
+$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. ';
+$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
+$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.';
+$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. ';
+$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully';
+$MESSAGE['ADDON_OVERWRITE_NEWER_FILES'] = 'Overwrite newer Files';
+$MESSAGE['ADDON_PRECHECK_FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on working on your system, please fix the issues summarized below.';
+$MESSAGE['ADDON_RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
+$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
+$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'Nedostatečná oprávnění';
+$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Již dříve nainstalováno';
+$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'Nelze zapisovat do cílového adresáře';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Nelze odinstalovat';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Nelze odinstalovat: soubor je právě používán';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
+$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Nelze rozbalit (rozzipovat) soubor';
+$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Nelze nahrát soubor';
+$MESSAGE['GENERIC_FORGOT_OPTIONS'] = 'You have selected no choice!';
+$MESSAGE['GENERIC_INSTALLED'] = 'Instalace proběhla úspěšně';
+$MESSAGE['GENERIC_INVALID'] = 'Nahrávaný soubor je neplatný';
+$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.';
+$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.';
+$MESSAGE['GENERIC_INVALID_MODULE_FILE'] = 'Invalid WebsiteBaker module file. Please check the text file.';
+$MESSAGE['GENERIC_INVALID_TEMPLATE_FILE'] = 'Invalid WebsiteBaker template file. Please check the text file.';
+$MESSAGE['GENERIC_IN_USE'] = ' but used in ';
+$MESSAGE['GENERIC_MISSING_ARCHIVE_FILE'] = 'Missing Archiv file!';
+$MESSAGE['GENERIC_MODULE_VERSION_ERROR'] = 'The module is not installed properly!';
+$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Nenainstalováno';
+$MESSAGE['GENERIC_NOT_UPGRADED'] = 'Actualization not possibly';
+$MESSAGE['GENERIC_SECURITY_ACCESS'] = 'Security offense!! Access denied!Security offense!! Access denied!';
+$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Security offense!! data storing was refused!!';
+$MESSAGE['GENERIC_UNINSTALLED'] = 'Odinstalace proběhla úspěšně';
+$MESSAGE['GENERIC_UPGRADED'] = 'Aktualizace proběhla úspěšně';
+$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Nelze smazat vybraný adresář';
+
+$TEXT['ADVANCED'] = 'Pokročilý';
+$TEXT['ARE_YOU_SURE'] = 'Jste si jisti?';
+$TEXT['AUTHOR'] = 'Autor';
+$TEXT['BACK'] = 'Zpět';
+$TEXT['CANCEL'] = 'Zrušit';
+$TEXT['CODE'] = 'Kód jazyka';
+$TEXT['COMMENT'] = 'Komentář';
+$TEXT['CURRENT_FOLDER'] = 'Současný adresář';
+$TEXT['DESCRIPTION'] = 'Popis';
+$TEXT['DESIGNED_FOR'] = 'Vyvinuto pro';
+$TEXT['EXECUTE'] = 'Spuštění';
+$TEXT['FILE'] = 'soubor';
+$TEXT['FUNCTION'] = 'Function';
+$TEXT['INSTALL'] = 'Instalovat';
+$TEXT['LICENSE'] = 'License';
+$TEXT['NAME'] = 'Název';
+$TEXT['PLEASE_SELECT'] = 'Vyberte prosím';
+$TEXT['RESET'] = 'Vyčistit';
+$TEXT['SAVE'] = 'Uložit';
+$TEXT['TEMPLATE'] = 'Šablona';
+$TEXT['THEME'] = 'Backend-Theme';
+$TEXT['TYPE'] = 'Typ';
+$TEXT['UNINSTALL'] = 'Odinstalovat';
+$TEXT['VIEW_DETAILS'] = 'Zobrazit';
+$TEXT['VERSION'] = 'Verze';
\ No newline at end of file
Index: branches/2.8.x/wb/admin/addons/languages/BG.php
===================================================================
--- branches/2.8.x/wb/admin/addons/languages/BG.php	(nonexistent)
+++ branches/2.8.x/wb/admin/addons/languages/BG.php	(revision 2043)
@@ -0,0 +1,96 @@
+<?php
+/****************************************************************************************
+ * extended language definition for WebsiteBaker                                        *
+ * ACP-module  pages                                                                    *
+ * bulgarian (BG)                                                                             *
+ ****************************************************************************************/
+
+
+$HEADING['CHANGE_TEMPLATE_NOTICE'] = 'Click <i>Advanced</i> to copy topical Backend-Theme!';
+$HEADING['INSTALL_LANGUAGE'] = 'Инсталирай език';
+$HEADING['INSTALL_MODULE'] = 'Инсталирай модул';
+$HEADING['INSTALL_TEMPLATE'] = 'Инсталирай шаблон';
+$HEADING['INVOKE_LANGUAGE_FILES'] = 'Execute language files manually';
+$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually';
+$HEADING['INVOKE_TEMPLATE_FILES'] = 'Execute template files manually';
+$HEADING['LANGUAGE_DETAILS'] = 'Детайли за език';
+$HEADING['MODULE_DETAILS'] = 'Детайли за модул';
+$HEADING['TEMPLATE_DETAILS'] = 'Детайли за шаблон';
+$HEADING['UNINSTALL_LANGUAGE'] = 'Деинсталирай език';
+$HEADING['UNINSTALL_MODULE'] = 'Деинсталирай модул';
+$HEADING['UNINSTALL_TEMPLATE'] = 'Деинсталирай шаблон';
+$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
+$HEADING['UPLOAD_FILES'] = 'Качване на файлове';
+
+
+$MENU['LANGUAGES'] = 'Езици';
+$MENU['MODULES'] = 'Модули';
+$MENU['TEMPLATES'] = 'Шаблони';
+
+$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
+$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
+$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
+$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. ';
+$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
+$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.';
+$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. ';
+$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully';
+$MESSAGE['ADDON_OVERWRITE_NEWER_FILES'] = 'Overwrite newer Files';
+$MESSAGE['ADDON_PRECHECK_FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on working on your system, please fix the issues summarized below.';
+$MESSAGE['ADDON_RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
+$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
+$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'Недостатъчни привилегии за да сте тук';
+$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Вече е инсталиран';
+$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'Не може да се записва в целевата директория';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Не може да се деинсталира';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Не може да се деинсталира: изпрания файл се използва в момента';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
+$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
+$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'unzip на файла невъзможен';
+$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Файла не беше качен';
+$MESSAGE['GENERIC_FORGOT_OPTIONS'] = 'You have selected no choice!';
+$MESSAGE['GENERIC_INSTALLED'] = 'Инсталиран успешно';
+$MESSAGE['GENERIC_INVALID'] = 'Невалиден файл';
+$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.';
+$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.';
+$MESSAGE['GENERIC_INVALID_MODULE_FILE'] = 'Invalid WebsiteBaker module file. Please check the text file.';
+$MESSAGE['GENERIC_INVALID_TEMPLATE_FILE'] = 'Invalid WebsiteBaker template file. Please check the text file.';
+$MESSAGE['GENERIC_IN_USE'] = ' but used in ';
+$MESSAGE['GENERIC_MISSING_ARCHIVE_FILE'] = 'Missing Archiv file!';
+$MESSAGE['GENERIC_MODULE_VERSION_ERROR'] = 'The module is not installed properly!';
+$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Не е инсталиран';
+$MESSAGE['GENERIC_NOT_UPGRADED'] = 'Actualization not possibly';
+$MESSAGE['GENERIC_SECURITY_ACCESS'] = 'Security offense!! Access denied!';
+$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Security offense!! data storing was refused!!';
+$MESSAGE['GENERIC_UNINSTALLED'] = 'Деинсталиран успешно';
+$MESSAGE['GENERIC_UPGRADED'] = 'Обновен успешно';
+$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Избраната папка не може да бъде изтрита';
+
+
+$TEXT['ADVANCED'] = 'Разширена';
+$TEXT['ARE_YOU_SURE'] = 'Сигурни ли сте?';
+$TEXT['AUTHOR'] = 'Автор';
+$TEXT['BACK'] = 'Назад';
+$TEXT['CANCEL'] = 'Отказ';
+$TEXT['CODE'] = 'Код';
+$TEXT['COMMENT'] = 'Коментар';
+$TEXT['CURRENT_FOLDER'] = 'Текуща папка';
+$TEXT['DESCRIPTION'] = 'Описание';
+$TEXT['DESIGNED_FOR'] = 'Направен за';
+$TEXT['EXECUTE'] = 'Изпълнение';
+$TEXT['FILE'] = 'Файл';
+$TEXT['FUNCTION'] = 'Function';
+$TEXT['INSTALL'] = 'Инсталирай';
+$TEXT['LICENSE'] = 'License';
+$TEXT['NAME'] = 'Име';
+$TEXT['PLEASE_SELECT'] = 'Моля изберете';
+$TEXT['RESET'] = 'Нулирай';
+$TEXT['SAVE'] = 'Запази';
+$TEXT['TEMPLATE'] = 'Шаблон';
+$TEXT['THEME'] = 'Backend-Theme';
+$TEXT['TYPE'] = 'Тип';
+$TEXT['UNINSTALL'] = 'Деинсталирай';
+$TEXT['VIEW_DETAILS'] = 'Виж детайлите';
+$TEXT['VERSION'] = 'Версия';
\ No newline at end of file
