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]});
|
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)
|
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 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 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
|
download this contact as vcard file addressbook de Diese Adresse als vCard Datei herunterladen
|
||||||
|
duplicate warning addressbook de Duplikat-Warnung
|
||||||
duration addressbook de Dauer
|
duration addressbook de Dauer
|
||||||
each category in its own field addressbook de Jede Kategorie in einem eigenen Feld
|
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
|
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 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 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
|
download this contact as vcard file addressbook en Download this contact as vCard file
|
||||||
|
duplicate warning addressbook en Duplicate warning
|
||||||
duration addressbook en Duration
|
duration addressbook en Duration
|
||||||
each category in its own field addressbook en Each category in its own field
|
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
|
each option in its own field addressbook en Each option in its own field
|
||||||
@ -534,4 +535,4 @@ you need to select some entries first addressbook en You need to select some ent
|
|||||||
your new public key has been stored in accounts addressbook. addressbook en Your new public key has been stored in accounts addressbook.
|
your new public key has been stored in accounts addressbook. addressbook en Your new public key has been stored in accounts addressbook.
|
||||||
zip code common en ZIP code
|
zip code common en ZIP code
|
||||||
zip code (private) addressbook en ZIP code (private)
|
zip code (private) addressbook en ZIP code (private)
|
||||||
zip_note addressbook en <p><b>Note:</b> The file may be a zip file collection of .csv, .vcf, or .ldif files. Do not mix file types per import.
|
zip_note addressbook en <p><b>Note:</b> The file may be a zip file collection of .csv, .vcf, or .ldif files. Do not mix file types per import.
|
||||||
|
@ -143,7 +143,6 @@ download attachments mail de Attachments herunterladen
|
|||||||
draft folder mail de Entwurfs Ordner
|
draft folder mail de Entwurfs Ordner
|
||||||
drafts mail de Entwürfe
|
drafts mail de Entwürfe
|
||||||
drafts folder mail de Ordner für 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 Einstellungen
|
||||||
edit account ... mail de Konto bearbeiten ...
|
edit account ... mail de Konto bearbeiten ...
|
||||||
edit folder acl mail de Berechtigungen bearbeiten
|
edit folder acl mail de Berechtigungen bearbeiten
|
||||||
@ -416,7 +415,7 @@ save to disk mail de Speichern unter ...
|
|||||||
save to filemanager mail de Nachricht im Dateimananger speichern
|
save to filemanager mail de Nachricht im Dateimananger speichern
|
||||||
save to vfs mail de Im EGroupware Dateimanager speichern
|
save to vfs mail de Im EGroupware Dateimanager speichern
|
||||||
save: mail de Speichern
|
save: mail de Speichern
|
||||||
saves subscription changes mail de Änderungen speichern
|
saves subscription changes mail de Änderungen speichern
|
||||||
saves this acl mail de Zugriffsrechte speichern
|
saves this acl mail de Zugriffsrechte speichern
|
||||||
saves this rule mail de Filter-Regel speichern
|
saves this rule mail de Filter-Regel speichern
|
||||||
saving of message %1 failed. destination folder %2 does not exist. mail de Speichern der Nachricht %1 ist fehlgeschlagen. Ziel Ordner %2 existiert nicht.
|
saving of message %1 failed. destination folder %2 does not exist. mail de Speichern der Nachricht %1 ist fehlgeschlagen. Ziel Ordner %2 existiert nicht.
|
||||||
|
@ -143,7 +143,6 @@ download attachments mail en Download attachments
|
|||||||
draft folder mail en draft folder
|
draft folder mail en draft folder
|
||||||
drafts mail en Drafts
|
drafts mail en Drafts
|
||||||
drafts folder mail en Drafts folder
|
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 account ... mail en Edit account ...
|
edit account ... mail en Edit account ...
|
||||||
edit folder acl mail en Edit folder ACL
|
edit folder acl mail en Edit folder ACL
|
||||||
|
Loading…
Reference in New Issue
Block a user