blob: 716089905ac6a5b78172d93dae3ff4685509c3a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/**
* Elgg profile plugin language pack
*/
$german = array(
'profile' => 'Profil',
'profile:notfound' => 'Entschuldigung, wir konnten das gesuchte Profil nicht finden.',
);
add_translation('de', $german);
|