diff options
Diffstat (limited to 'lib/l10n/el.php')
-rw-r--r-- | lib/l10n/el.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/l10n/el.php b/lib/l10n/el.php index d536b699a9e..1de06407c32 100644 --- a/lib/l10n/el.php +++ b/lib/l10n/el.php @@ -50,7 +50,6 @@ $TRANSLATIONS = array( "last month" => "τελευταίο μήνα", "_%n month ago_::_%n months ago_" => array("",""), "last year" => "τελευταίο χρόνο", -"years ago" => "χρόνια πριν", -"Caused by:" => "Προκλήθηκε από:" +"years ago" => "χρόνια πριν" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |