source:
spip-zone/_plugins_/corbeille/trunk/lang/paquet-corbeille_de.php
Last change on this file was 102014, checked in by , 4 years ago | |
---|---|
File size: 412 bytes |
Line | |
---|---|
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/paquet-corbeille?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 | // C |
13 | 'corbeille_nom' => 'Papierkorb', |
14 | 'corbeille_slogan' => 'Verwaltung der Elemente im Papierkorb' |
15 | ); |
Note: See TracBrowser
for help on using the repository browser.