Skip to content

Commit

Permalink
Add German language file
Browse files Browse the repository at this point in the history
No direct addressing of users with informal “du” or formal “Sie” to avoid the the 'du/Sie' dilemma (http://www.dw.de/the-du-sie-dilemma-in-german/a-16494631)
  • Loading branch information
dennisfrank committed May 8, 2015
1 parent d18bd30 commit b09dd97
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions de.php
@@ -0,0 +1,13 @@
<?php

l::set('your_username', 'Benutzername');
l::set('your_password', 'Passwort');
l::set('log_in', 'Einloggen');
l::set('log_in_error', 'Ungültiger Benutzername oder falsches Passwort');
l::set('log_out', 'Ausloggen');
l::set('contact_us', 'Kontakt');
l::set('view', 'Ansehen');
l::set('download', 'Download');
l::set('back', 'Zurück');
l::set('projects', 'PROJEKTE');
l::set('name', 'Name');

0 comments on commit b09dd97

Please sign in to comment.