From e0a8e06136ec691964ba893be3393623c275f3a6 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 9 Jan 2014 19:31:43 +0400 Subject: [PATCH] Fixes #1866: fixed German translation message --- framework/yii/messages/de/yii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/messages/de/yii.php b/framework/yii/messages/de/yii.php index 082d711..22e677f 100644 --- a/framework/yii/messages/de/yii.php +++ b/framework/yii/messages/de/yii.php @@ -56,7 +56,7 @@ return array ( 'View' => 'Anzeigen', 'Yes' => 'Ja', 'You are not allowed to perform this action.' => 'Sie dürfen diese Aktion nicht durchführen.', - 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Sie können maximal {limit, plural, one{eine Datei} other{# Dateien}} hochladen.', + 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Sie können maximal {limit, number} {limit, plural, one{eine Datei} other{# Dateien}} hochladen.', '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" wird bereits verwendet.', '{attribute} cannot be blank.' => '{attribute} darf nicht leer sein.', '{attribute} is invalid.' => '{attribute} ist ungültig.',