diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-25 15:52:08 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-25 15:52:08 +0000 |
| commit | b9183b87708937c9eb078bd8bdaad31ef6d0cdd8 (patch) | |
| tree | 047ea1d391f8f44d9a33f8bd4d4e392ccb299a13 /roundcubemail/program/localization/de_CH | |
| parent | bedd62929e1500b51cf5d1ae525fb9c0efbbee16 (diff) | |
Add titles to error and photo upload popups (#1488354)
git-svn-id: https://svn.roundcube.net/trunk@5906 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/de_CH')
| -rw-r--r-- | roundcubemail/program/localization/de_CH/labels.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/de_CH/messages.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/de_CH/labels.inc b/roundcubemail/program/localization/de_CH/labels.inc index cdd93da5d..c2c2caddb 100644 --- a/roundcubemail/program/localization/de_CH/labels.inc +++ b/roundcubemail/program/localization/de_CH/labels.inc @@ -272,6 +272,7 @@ $labels['delete'] = 'Löschen'; $labels['rename'] = 'Umbenennen'; $labels['addphoto'] = 'Hinzufügen'; $labels['replacephoto'] = 'Ersetzen'; +$labels['uploadphoto'] = 'Bild hochladen'; $labels['newcontact'] = 'Neuen Kontakt erfassen'; $labels['deletecontact'] = 'Gewählte Kontakte löschen'; $labels['composeto'] = 'Nachricht verfassen'; diff --git a/roundcubemail/program/localization/de_CH/messages.inc b/roundcubemail/program/localization/de_CH/messages.inc index c130f7f39..018af1c5c 100644 --- a/roundcubemail/program/localization/de_CH/messages.inc +++ b/roundcubemail/program/localization/de_CH/messages.inc @@ -15,6 +15,7 @@ */ $messages = array(); +$messages['errortitle'] = 'Fehlermeldung'; $messages['loginfailed'] = 'Login fehlgeschlagen'; $messages['cookiesdisabled'] = 'Ihr Browser akzeptiert keine Cookies'; $messages['sessionerror'] = 'Ihre Session ist ungültig oder abgelaufen'; |
