mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
Fix translation
This commit is contained in:
parent
9a5ee44ebe
commit
d85d204636
@ -699,7 +699,6 @@ app.classes.mail = AppJS.extend(
|
|||||||
&& filemode && filemode.get_value() != content[field]['files']['filemode'])
|
&& filemode && filemode.get_value() != content[field]['files']['filemode'])
|
||||||
{
|
{
|
||||||
var filemode_label = filemode.options.select_options[content[field]['files']['filemode']]['label'];
|
var filemode_label = filemode.options.select_options[content[field]['files']['filemode']]['label'];
|
||||||
var files = content[field]['files']['file'].join('\n\r');
|
|
||||||
et2_dialog.show_dialog(function(_button){
|
et2_dialog.show_dialog(function(_button){
|
||||||
if (_button == 2)
|
if (_button == 2)
|
||||||
{
|
{
|
||||||
@ -707,8 +706,8 @@ app.classes.mail = AppJS.extend(
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
this.egw.lang(
|
this.egw.lang(
|
||||||
'Be aware by adding all selected files as %1 mode, it will also change all existing attachments in the list to %2 mode as well. \n\r \n\r\ Would you like to proceed?',
|
'Be aware by adding all selected files as %1 mode, it will also change all existing attachments in the list to %2 mode as well. \n\r \n\r Would you like to proceed?',
|
||||||
filemode_label, filemode_label, files),
|
filemode_label, filemode_label),
|
||||||
this.egw.lang('Add files as %1', filemode_label), '', et2_dialog.BUTTONS_YES_NO, et2_dialog.WARNING_MESSAGE);
|
this.egw.lang('Add files as %1', filemode_label), '', et2_dialog.BUTTONS_YES_NO, et2_dialog.WARNING_MESSAGE);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -72,7 +72,6 @@ attachments mail en Attachments
|
|||||||
authentication mail en Authentication
|
authentication mail en Authentication
|
||||||
available personal email-accounts/profiles mail en available personal EMail-Accounts/Profiles
|
available personal email-accounts/profiles mail en available personal EMail-Accounts/Profiles
|
||||||
be aware by adding all selected files as %1 mode, it will also change all existing attachments in the list to %2 mode as well. \n\r \n\r would you like to proceed? mail en Be aware by adding all selected files as %1 mode, it will also change all existing attachments in the list to %2 mode as well. \n\r \n\r Would you like to proceed?
|
be aware by adding all selected files as %1 mode, it will also change all existing attachments in the list to %2 mode as well. \n\r \n\r would you like to proceed? mail en Be aware by adding all selected files as %1 mode, it will also change all existing attachments in the list to %2 mode as well. \n\r \n\r Would you like to proceed?
|
||||||
be aware by adding all selected files as %1 mode, it will also change all existing attachments in the list to %2 mode as well. \n\r \n\r\ would you like to proceed? mail en Be aware by adding all selected files as %1 mode, it will also change all existing attachments in the list to %2 mode as well. \n\r \n\r\ Would you like to proceed?
|
|
||||||
be aware that all attachments will be sent as %1! mail en Be aware that all attachments will be sent as %1!
|
be aware that all attachments will be sent as %1! mail en Be aware that all attachments will be sent as %1!
|
||||||
before reply, visible during compose mail en Before reply, visible during compose
|
before reply, visible during compose mail en Before reply, visible during compose
|
||||||
blacklisted mails are marked as spam mail en Blacklisted mails are marked as spam
|
blacklisted mails are marked as spam mail en Blacklisted mails are marked as spam
|
||||||
|
Loading…
Reference in New Issue
Block a user