-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'Sign up' => 'Konto eröffnen', | ||
'Unable to create your account' => 'Ihr Konnte konnte nicht erstellt werden', | ||
'activate my account' => 'mein Konto aktivieren', | ||
'Click on this link to activate your account:' => 'Klicken Sie auf diesen Link, um Ihr Konto zu aktivieren', | ||
'Hello %s' => 'Hallo %s', | ||
'Email domain restriction for sign up' => 'Eingrenzung der Mail-Domains, die Konten eröffnen dürfen', | ||
'Only people with this email address will be allowed to sign up.' => 'Nur Leute mit solchen E-Mail-Adressen dürfen Konten eröffnen.', | ||
'Send email verification' => 'Bestätigungsmail senden', | ||
'Email verification' => 'Bestätigung der E-Mailadresse', | ||
'You are not allowed to register' => 'Sie dürfen kein Konto eröffnen', | ||
'Allow people to sign up themselves on Kanboard' => 'Leuten erlauben, selber ein Kanboard-Konto zu eröffnen', | ||
); |