1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // extrait automatiquement de https://trad.spip.net/tradlang_module/bando?lang_cible=de |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
7 | return; |
---|
8 | } |
---|
9 | |
---|
10 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
11 | |
---|
12 | // I |
---|
13 | 'icone_accueil' => 'Start', |
---|
14 | 'icone_administration' => 'Wartung', |
---|
15 | 'icone_configuration' => 'Konfiguration', |
---|
16 | 'icone_edition' => 'Redaktion', |
---|
17 | 'icone_langage' => 'Meine Sprache', |
---|
18 | 'icone_mes_infos' => 'Mein Profil', |
---|
19 | 'icone_preferences' => 'Meine Einstellungen', |
---|
20 | 'icone_reactions' => 'Aktivität verfolgen', |
---|
21 | 'icone_squelette' => 'Skelette', |
---|
22 | 'icone_suivi_edito' => 'Veröffentlichung', |
---|
23 | 'icone_suivi_publication' => 'Veröffentlichung verfolgen', |
---|
24 | 'icone_visiter_site' => 'Website ansehen', |
---|
25 | |
---|
26 | // L |
---|
27 | 'label_choix_langue' => 'Ihre Sprache wählen', |
---|
28 | 'label_slogan_site' => 'Slogan der Website', |
---|
29 | 'label_taille_ecran' => 'Bildschirmbreite', |
---|
30 | 'label_texte_et_icones_navigation' => 'Navigationsmenü', |
---|
31 | 'label_texte_et_icones_page' => 'Auf der Seite anzeigen', |
---|
32 | |
---|
33 | // T |
---|
34 | 'titre_config_langage' => 'Spracheinstellung', |
---|
35 | 'titre_configurer_preferences' => 'Persönliche Einstellungen', |
---|
36 | 'titre_identite_site' => 'Identität der Site', |
---|
37 | 'titre_infos_perso' => 'Meine persönlichen Informationen' |
---|
38 | ); |
---|