Skip to content

Commit

Permalink
Added German and Greek localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
san4op committed May 9, 2015
1 parent e6dc8a2 commit 11bf561
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions localization/de_DE.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

$labels = array();
$labels['trash_message'] = 'Buchstaben, die in den Warenkorb über {} Tage sind, werden automatisch gelöscht.';
$labels['junk_message'] = 'Mail-Nachrichten die sich im Spam-Ordner mehr als {} Tage befinden werden automatisch gelöscht.';

?>
7 changes: 7 additions & 0 deletions localization/el_GR.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

$labels = array();
$labels['trash_message'] = 'Επιστολές που βρίσκονται στο καλάθι πάνω από {} μέρες θα διαγράφονται αυτόματα.';
$labels['junk_message'] = 'Mail που βρισκονται στο spam πάνω από {} μέρες θα διαγράφονται αυτόματα.';

?>

0 comments on commit 11bf561

Please sign in to comment.