From 8a583043d9664d4b4724aadfae20abe01186dc1a Mon Sep 17 00:00:00 2001 From: Renkas Date: Sat, 28 Nov 2015 15:11:39 +0200 Subject: [PATCH] Wrong variables in translation. Fixes #10276 --- 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 e5a03611e2..5d4ab4c646 100644 --- a/framework/messages/da/yii.php +++ b/framework/messages/da/yii.php @@ -83,7 +83,7 @@ return array ( '{attribute} must be repeated exactly.' => '{attribute} skal være gentaget præcist.', '{attribute} must not be equal to "{compareValue}".' => '{attribute} må ikke være lig med "{compareValue}".', '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} skal mindst indeholde {min, number} {min, plural, one{tegn} other{tegn}}.', - '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} skal højst indeholde {min, number} {min, plural, one{tegn} other{tegn}}.', + '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} skal højst indeholde {max, number} {max, plural, one{tegn} other{tegn}}.', '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} skal indeholde {length, number} {length, plural, one{tegn} other{tegn}}.', '{delta, plural, =1{a day} other{# days}} ago' => 'for {delta, plural, =1{en dag} other{# dage}} siden', '{delta, plural, =1{a minute} other{# minutes}} ago' => 'for {delta, plural, =1{et minut} other{# minutter}} siden',