2 /************************************************************************
3 * Mailer v0.2.1-FINAL Start: 04/30/2005 *
4 * =================== Last change: 04/30/2005 *
6 * -------------------------------------------------------------------- *
7 * File : country_de.php *
8 * -------------------------------------------------------------------- *
9 * Short description : German langugage support *
10 * -------------------------------------------------------------------- *
11 * Kurzbeschreibung : Deutsche Sprachunterstuetzung *
12 * -------------------------------------------------------------------- *
15 * $Tag:: 0.2.1-FINAL $ *
17 * -------------------------------------------------------------------- *
18 * Copyright (c) 2003 - 2009 by Roland Haeder *
19 * Copyright (c) 2009 - 2013 by Mailer Developer Team *
20 * For more information visit: http://mxchange.org *
22 * This program is free software; you can redistribute it and/or modify *
23 * it under the terms of the GNU General Public License as published by *
24 * the Free Software Foundation; either version 2 of the License, or *
25 * (at your option) any later version. *
27 * This program is distributed in the hope that it will be useful, *
28 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
29 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
30 * GNU General Public License for more details. *
32 * You should have received a copy of the GNU General Public License *
33 * along with this program; if not, write to the Free Software *
34 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
36 ************************************************************************/
38 // Some security stuff...
39 if (!defined('__SECURITY')) {
43 // Language definitions
45 'ADMIN_ADD_COUNTRY_CODE_TITLE' => "Ländercode hinzufügen",
46 'ADMIN_ENTER_COUNTRY_CODE' => "Zweistelligen Lädercode eingeben (z.B. PL)",
47 'ADMIN_ENTER_COUNTRY_NAME' => "Ländernamen eingeben (z.B. Polen)",
48 'ADMIN_COUNTRY_CODE_ACTIVE' => "Soll der Ländercode angezeigt werden?",
49 'ADMIN_ADD_COUNTRY' => "Land hinzufügen",
50 'ADMIN_COUNTRY_NO_CODES_SETUP' => "Noch keine Ländercodes eingerichtet.",
51 'ADMIN_LIST_COUNTRIES_TITLE' => "Ländercodes auflisten",
52 'ADMIN_COUNTRY_CODE' => "Code",
53 'ADMIN_COUNTRY_NAME' => "Name",
54 'ADMIN_COUNTRY_STATUS' => "Anzeigen?",
55 'ADMIN_COUNTRY_ALREADY' => "Ländercode <span class=\"data\">%s</span> existiert bereits.",
56 'ADMIN_COUNTRY_ADDED' => "Ländercode für Land <span class=\"data\">%s</span> hinzugefügt.",
57 'ADMIN_COUNTRY_EDIT_NOW' => "Ländercodes ändern",
58 'ADMIN_COUNTRY_DELETE_NOW' => "Ländercodes löschen",
59 'ADMIN_COUNTRY_EDIT_TITLE' => "Ländercodes ändern",
60 'ADMIN_COUNTRY_DELETE_TITLE' => "Ländercodes löschen",
61 'ADMIN_COUNTRIES_MODIFIED' => "Ländercode(s) geändert.",
62 'ADMIN_COUNTRIES_REMOVED' => "Ländercode(s) gelöscht.",
63 'ADMIN_COUNTRY_ACTIVATION_NEXT_LINK' => "Weiter zur Länderauflistung...",
64 'COUNTRY_CODE_404' => "Land nicht gefunden.",
66 // Admin - for ext-task
67 'ADMIN_TASK_LIST_COUNTRY' => "Ländercodes",
68 'ADMIN_TASK_LIST_COUNTRY_TITLE' => "Sie haben Ländercodes eingerichtet.",