From a2f3ab071dc30dd8691dbb453b689adb5c29ecfe Mon Sep 17 00:00:00 2001 From: Johnny Theill Date: Sun, 12 Jan 2014 19:54:15 +0100 Subject: [PATCH] Update yii.php Fixed missing translation --- framework/messages/da/yii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/messages/da/yii.php b/framework/messages/da/yii.php index fa3ee9f..81b8b28 100644 --- a/framework/messages/da/yii.php +++ b/framework/messages/da/yii.php @@ -55,7 +55,7 @@ return array ( 'View' => 'Vis', 'Yes' => 'Ja', 'You are not allowed to perform this action.' => 'Du har ikke tilladelse til at udføre denne handling.', - 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => '', + 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Du kan højst uploade {limit, number} {limit, plural, one{fil} other{filer}}.', 'the input value' => 'inputværdien', '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" er allerede i brug.', '{attribute} cannot be blank.' => '{attribute} må ikke være tom.',