Fix various missing translations, found by Stefan Unverricht

This commit is contained in:
nathangray
2017-11-29 09:58:01 -07:00
parent e88afc07d0
commit ad6c143059
5 changed files with 12 additions and 3 deletions

View File

@ -444,8 +444,8 @@ var et2_avatar = (function(){ "use strict"; return et2_image.extend(
.addClass('emlEdit')
.click(function(){
var buttons = [
{"button_id": 1,"text": 'save', id: 'save', image: 'check', "default":true},
{"button_id": 0,"text": 'cancel', id: 'cancel', image: 'cancelled'}
{"button_id": 1,"text": self.egw().lang('save'), id: 'save', image: 'check', "default":true},
{"button_id": 0,"text": self.egw().lang('cancel'), id: 'cancel', image: 'cancelled'}
];
var dialog = function(_title, _value, _buttons, _egw_or_appname)
{