Browse Source

Fixes #1866: fixed German translation message

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
e0a8e06136
  1. 2
      framework/yii/messages/de/yii.php

2
framework/yii/messages/de/yii.php

@ -56,7 +56,7 @@ return array (
'View' => 'Anzeigen', 'View' => 'Anzeigen',
'Yes' => 'Ja', 'Yes' => 'Ja',
'You are not allowed to perform this action.' => 'Sie dürfen diese Aktion nicht durchführen.', '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} "{value}" has already been taken.' => '{attribute} "{value}" wird bereits verwendet.',
'{attribute} cannot be blank.' => '{attribute} darf nicht leer sein.', '{attribute} cannot be blank.' => '{attribute} darf nicht leer sein.',
'{attribute} is invalid.' => '{attribute} ist ungültig.', '{attribute} is invalid.' => '{attribute} ist ungültig.',

Loading…
Cancel
Save