* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301 USA */ /** * Danish translation of the messages (utf8 encoded!) * * @author Mads Ovesen */ $GLOBALS["i18n"]["lang"] = "Dansk"; // admin/index.php $GLOBALS["i18n"]["Administration"] = "Administration"; $GLOBALS["i18n"]["Available Languages"] = "Tilgængelige sprog"; $GLOBALS["i18n"]["PFC version verification"] = "PFC version verifikation"; $GLOBALS["i18n"]["Internet connection is not possible"] = "Internet-forbindelse er ikke mulig"; $GLOBALS["i18n"]["PFC is update"] = "PFC er opdateret"; $GLOBALS["i18n"]["PFC version"] = "PFC version"; $GLOBALS["i18n"]["The last official version"] = "Den sidste officielle version"; $GLOBALS["i18n"]["PFC is not update"] = "PFC er ikke opdateret"; $GLOBALS["i18n"]["Your version"] = "Din version"; $GLOBALS["i18n"]["Download the last version %s here %s."] = "Hent den sidste version %s her %s."; // admin/user.php $GLOBALS["i18n"]["Users management"] = "Brugerhåndtering"; $GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Mindst en bruger skal være erklæret for at aktivere autentifikationen."; $GLOBALS["i18n"]["It is not possible to delete the last user."] = "Det er ikke muligt at slette den sidste bruger."; $GLOBALS["i18n"]["User %s deleted."] = "Bruger %s slettet."; $GLOBALS["i18n"]["User %s added."] = "Bruger %s tilføjet."; $GLOBALS["i18n"]["User %s edited."] = "Bruger %s redigeret."; $GLOBALS["i18n"]["Authentication disable"] = "Deaktiver autentificering"; $GLOBALS["i18n"]["Enable here"] = "Aktiver her"; $GLOBALS["i18n"]["Authentication enable"] = "Aktiver autentificering"; $GLOBALS["i18n"]["Disable here"] = "Deaktiver her"; $GLOBALS["i18n"]["Username"] = "Brugernavn"; $GLOBALS["i18n"]["Password"] = "Kodeord"; $GLOBALS["i18n"]["Group"] = "Gruppe"; $GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Ønsker du virkelig at slette %s ?"; $GLOBALS["i18n"]["Add a new user"] = "Tilføj en ny bruger"; $GLOBALS["i18n"]["Edit"] = "Rediger"; $GLOBALS["i18n"]["Delete"] = "Slet"; // admin/themes.php $GLOBALS["i18n"]["Available themes"] = "Tilgængelige temaer"; $GLOBALS["i18n"]["Screenshot"] = "Screenshot"; ?>