1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // extrait automatiquement de http://www.spip.net/trad-lang/ |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // C |
---|
11 | 'cfg_forum_longueur' => 'Länge der Nachricht', |
---|
12 | 'cfg_forum_longueur_maxi' => 'Maximale Länge', |
---|
13 | 'cfg_forum_longueur_mini' => 'Minimale Länge', |
---|
14 | 'cfg_option_aucun' => 'Aucun', # NEW |
---|
15 | 'cfg_option_compteur' => 'Compteur (1.)', # NEW |
---|
16 | 'cfg_option_diese' => 'Dièse (#)', # NEW |
---|
17 | 'cfg_option_liste' => 'Liste de commentaires (à plat)', # NEW |
---|
18 | 'cfg_option_picto' => 'Picto', # NEW |
---|
19 | 'cfg_option_thread' => 'Enfilade de commentaires (en thread)', # NEW |
---|
20 | 'cfg_option_thread_un' => 'Enfilade de commentaires (en thread) à un niveau', # NEW |
---|
21 | 'cfg_permalien_label' => 'Apparence du lien permanent vers le commentaire', # NEW |
---|
22 | 'cfg_permalien_legende' => 'Permalien', # NEW |
---|
23 | 'cfg_type_label' => 'Présentation du fil de discussion', # NEW |
---|
24 | 'cfg_type_legende' => 'Liste ou thread ?', # NEW |
---|
25 | 'comment' => 'Kommentar', |
---|
26 | 'comments' => 'Kommentare', |
---|
27 | 'comments_h' => 'Ihr Kommentar', |
---|
28 | |
---|
29 | // D |
---|
30 | 'date_heure_a' => 'um', |
---|
31 | 'date_jour_le' => 'Am', |
---|
32 | |
---|
33 | // F |
---|
34 | 'forum_attention_peu_caracteres' => '<b>Attention ! </b>votre message est trop court (@compte@ caractères) : pour pouvoir être enregistré, il ne doit pas être inférieur à @min@ caractères.', # NEW |
---|
35 | 'forum_qui_etes_vous' => 'Wer sind Sie?', |
---|
36 | |
---|
37 | // L |
---|
38 | 'label_email' => 'E-Mail (Wird nicht veröffentlicht)', |
---|
39 | 'label_nom' => 'Name', |
---|
40 | 'label_url' => 'Ihre Webseite', |
---|
41 | |
---|
42 | // M |
---|
43 | 'moderation_info' => 'Achtung, Ihre Nachricht wird erst nach vorheriger Prüfung freigegeben.', |
---|
44 | |
---|
45 | // P |
---|
46 | 'permalink_to' => 'Permalink zum Kommentar.', |
---|
47 | |
---|
48 | // R |
---|
49 | 'reponse_comment_modere' => 'Ihr Kommentar wurde gespeichert und wird nach vorheriger Prüfung freigegeben.', |
---|
50 | 'reponse_comment_ok' => 'Vielen Dank für Ihren Kommentar!', |
---|
51 | |
---|
52 | // S |
---|
53 | 'saisie_texte_info' => 'Dieses Feld akzeptiert SPIP-Abkürzungen <code>[->urls] {{bold}} {italics} <quotes> <code></code> und HTML-Codes <code><q> <del> <ins></code>. Um einen Absatz zu erzeugen, lassen Sie einfach eine Zeile frei.', |
---|
54 | 'saisie_texte_legend' => 'Hinterlassen Sie Ihren Kommentar hier.', |
---|
55 | 'submit1' => 'Vorschau', |
---|
56 | 'submit2' => 'Abschicken', |
---|
57 | |
---|
58 | // T |
---|
59 | 'titre_comments' => 'Kommentare' |
---|
60 | ); |
---|
61 | |
---|
62 | ?> |
---|