aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/de/de.profile.php
blob: a7e2237bc1040b9800498a3b7420dd274eec6a74 (plain)
1
2
3
4
5
6
7
8
<?php
$de = array (
  'profile' => 'Profil',
  'profile:notfound' => 'Entschuldigung, wir konnten das gesuchte Profil nicht finden.',
);

add_translation("de", $de);