add file with translations for example extension

This commit is contained in:
Uwe Steinmann 2013-09-05 08:54:22 +02:00
parent 6e6fb20244
commit 372e5aaae5

5
ext/example/lang.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$__lang['de_DE'] = array(
'folder_contents' => 'Dies war mal "Ordner enthält". Wurde von sample Extension geändert.',
);
?>