diff --git a/framework/yii/messages/de/yii.php b/framework/yii/messages/de/yii.php index 4bf6891..082d711 100644 --- a/framework/yii/messages/de/yii.php +++ b/framework/yii/messages/de/yii.php @@ -52,8 +52,8 @@ return array ( 'Unable to verify your data submission.' => 'Es ist nicht möglich, Ihre Dateneingabe zu prüfen.', 'Unknown command "{command}".' => 'Unbekannter Befehl "{command}".', 'Unknown option: --{name}' => 'Unbekannte Option: --{name}', - 'Update' => 'Aktualisieren', - 'View' => 'Sicht', + 'Update' => 'Bearbeiten', + '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.',