forked from extern/egroupware
fix for some language issues reported by S.Unverricht
This commit is contained in:
parent
0afd447f28
commit
58943d96e1
@ -488,7 +488,7 @@ app.classes.addressbook = AppJS.extend(
|
||||
{
|
||||
content.push({"confirm":id,"name":_data.doublicates[id]});
|
||||
}
|
||||
confirmdialog('Duplicate warning',content,et2_dialog.BUTTONs_OK_CANCEL);
|
||||
confirmdialog(this.egw.lang('Duplicate warning'),content,et2_dialog.BUTTONs_OK_CANCEL);
|
||||
}
|
||||
if (typeof _data.fileas_options == 'object' && this.et2)
|
||||
{
|
||||
|
@ -196,6 +196,7 @@ don't hide empty columns addressbook de Leere Spalten nicht ausblenden
|
||||
download addressbook de Herunterladen
|
||||
download export file (uncheck to debug output in browser) addressbook de Download Export-Datei (zur Vorschau im Browser Ankreuzfeld frei lassen)
|
||||
download this contact as vcard file addressbook de Diese Adresse als vCard Datei herunterladen
|
||||
duplicate warning addressbook de Duplikat-Warnung
|
||||
duration addressbook de Dauer
|
||||
each category in its own field addressbook de Jede Kategorie in einem eigenen Feld
|
||||
each option in its own field addressbook de Jede Option in einem eigenen Feld
|
||||
|
@ -196,6 +196,7 @@ don't hide empty columns addressbook en Hide empty columns
|
||||
download addressbook en Download
|
||||
download export file (uncheck to debug output in browser) addressbook en Download export file. Un-check to debug output in browser.
|
||||
download this contact as vcard file addressbook en Download this contact as vCard file
|
||||
duplicate warning addressbook en Duplicate warning
|
||||
duration addressbook en Duration
|
||||
each category in its own field addressbook en Each category in its own field
|
||||
each option in its own field addressbook en Each option in its own field
|
||||
|
@ -143,7 +143,6 @@ download attachments mail de Attachments herunterladen
|
||||
draft folder mail de Entwurfs Ordner
|
||||
drafts mail de Entwürfe
|
||||
drafts folder mail de Ordner für Entwürfe
|
||||
duplicate warning mail de Duplikat-Warnung
|
||||
edit account mail de Konto Einstellungen
|
||||
edit account ... mail de Konto bearbeiten ...
|
||||
edit folder acl mail de Berechtigungen bearbeiten
|
||||
|
@ -143,7 +143,6 @@ download attachments mail en Download attachments
|
||||
draft folder mail en draft folder
|
||||
drafts mail en Drafts
|
||||
drafts folder mail en Drafts folder
|
||||
duplicate warning mail en Duplicate warning
|
||||
edit account mail en Edit Account
|
||||
edit account ... mail en Edit account ...
|
||||
edit folder acl mail en Edit folder ACL
|
||||
|
Loading…
Reference in New Issue
Block a user