You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

  1. <?php
  2. // Project: Web Reference Database (refbase) <http://www.refbase.net>
  3. // Copyright: Matthias Steffens <mailto:refbase@extracts.de> and the file's
  4. // original author(s).
  5. //
  6. // This code is distributed in the hope that it will be useful,
  7. // but WITHOUT ANY WARRANTY. Please see the GNU General Public
  8. // License for more details.
  9. //
  10. // File: ./includes/locales.inc.php
  11. // Repository: $HeadURL: file:///svn/p/refbase/code/branches/bleeding-edge/includes/locales.inc.php $
  12. // Author(s): Jochen Wendebaum <mailto:wendebaum@users.sourceforge.net>
  13. //
  14. // Created: 12-Oct-04, 12:00
  15. // Modified: $Date: 2008-09-29 21:51:06 +0000 (Mon, 29 Sep 2008) $
  16. // $Author: msteffens $
  17. // $Revision: 1252 $
  18. // This is the locales include file.
  19. // It will read the locales depending on the personal settings of the currently
  20. // logged in user or the default language, if no personal information can be found.
  21. $locale = getUserLanguage(); // function 'getUserLanguage()' is defined in 'include.inc.php'
  22. include 'locales/core.php'; // include the locales
  23. ?>