From 319bca8616f27c4cae633943740572dd5a8939c5 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 9 Jan 2014 15:31:22 +0100 Subject: [PATCH] fixed german translation --- framework/yii/messages/de/yii.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.',