mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Missing translations, provided by Stefan Unverricht
This commit is contained in:
parent
4f59bc2ccf
commit
b0c7a55d9d
@ -708,7 +708,8 @@ var et2_selectbox = (function(){ "use strict"; return et2_inputWidget.extend(
|
||||
this.input.chosen({
|
||||
inherit_select_classes: true,
|
||||
search_contains: true,
|
||||
width: _width || size.w + "px"
|
||||
width: _width || size.w + "px",
|
||||
no_results_text: this.egw().lang('No results match')
|
||||
});
|
||||
|
||||
if(this.options.onchange)
|
||||
|
@ -236,6 +236,9 @@ var et2_taglist = (function(){ "use strict"; return et2_selectbox.extend([et2_IR
|
||||
renderer: jQuery.proxy(this.options.listRenderer || this.selectionRenderer,this),
|
||||
maxSelection: this.options.multiple ? this.options.maxSelection : 1,
|
||||
maxSelectionRenderer: jQuery.proxy(function(v) { this.egw().lang('You can not choose more then %1 item(s)!', v); }, this),
|
||||
minCharsRenderer: jQuery.proxy(function(v){
|
||||
this.egw().lang(v == 1 ? 'Please type 1 more character' : 'Please type %1 more characters',v);
|
||||
}, this),
|
||||
width: this.options.width, // propagate width
|
||||
highlight: false, // otherwise renderer have to return strings
|
||||
selectFirst: true,
|
||||
|
@ -884,6 +884,7 @@ no filters common de Keine Filter
|
||||
no history for this record common de Keine Historie für diesen Datensatz
|
||||
no key for recipient: common de Keinen Schlüssel für Empfänger:
|
||||
no matches found common de Keine Treffer gefunden
|
||||
no results match common de Kein Fund für
|
||||
no rights to export more than %1 entries! common de Sie haben keine Rechte mehr als %1 Einträge zu exportieren!
|
||||
no row to swap with !!! common de Keine Zeile um damit zu tauschen !!!
|
||||
no savant2 template directories were found in: common de Kein Savant2 Vorlagen Verzeichnis gefunden in:
|
||||
@ -996,6 +997,8 @@ please run setup to become current common de Bitte rufen Sie Setup auf um zu akt
|
||||
please select common de Bitte wählen
|
||||
please set your global preferences common de Bitte editieren Sie Ihre globalen Einstellungen !
|
||||
please set your preferences for this application common de Bitte editieren Sie Ihre Einstellungen für diese Anwendung !
|
||||
please type 1 more character common de Bitte 1 weiteres Zeichen eingeben
|
||||
please type %1 more characters common de Bitte %1 weiteres Zeichen eingeben
|
||||
please wait... common de bitte warten ...
|
||||
please, check back with us shortly. common de Bitte schauen Sie bald wieder vorbei.
|
||||
pm common de Nachmittag
|
||||
|
@ -884,6 +884,7 @@ no filters common en No filters
|
||||
no history for this record common en No history for this record
|
||||
no key for recipient: common en No key for recipient:
|
||||
no matches found common en No matches found.
|
||||
no results match common en No results match
|
||||
no rights to export more than %1 entries! common en No rights to export more than %1 entries!
|
||||
no row to swap with !!! common en No row to swap with!
|
||||
no savant2 template directories were found in: common en No Savant2 template directories were found in:
|
||||
@ -996,6 +997,8 @@ please run setup to become current common en Run setup to become current
|
||||
please select common en Please select
|
||||
please set your global preferences common en Set your global preferences!
|
||||
please set your preferences for this application common en Set your preferences for this application!
|
||||
please type 1 more character common en Please type 1 more character
|
||||
please type %1 more characters common en Please type %1 more characters
|
||||
please wait... common en please wait...
|
||||
please, check back with us shortly. common en Please, check back with us shortly.
|
||||
pm common en pm
|
||||
|
@ -178,6 +178,7 @@ edit status infolog de Status ändern
|
||||
edit the entry infolog de Eintrag bearbeiten
|
||||
edit this entry infolog de diesen Eintrag bearbeiten
|
||||
empty for all infolog de leer für alle
|
||||
encrypt description infolog de Beschreibung verschlüsseln
|
||||
end infolog de Ende
|
||||
enddate infolog de Fällig am
|
||||
enddate can not be before startdate infolog de Das Fälligkeitsdatum kann nicht vor dem Startdatum liegen
|
||||
@ -256,6 +257,7 @@ infolog list infolog de InfoLog Liste
|
||||
infolog preferences common de InfoLog Einstellungen
|
||||
infolog-fieldname infolog de InfoLog-Feldname
|
||||
insert infolog de einfügen
|
||||
insert timestamp into description field infolog de Zeitstempel in das Beschreibungs-Feld einfügen
|
||||
insert in document infolog de In ein Dokument einfügen
|
||||
invalid filename infolog de Ungültiger Dateiname
|
||||
invalid owner id: %1. might be a bad field translation. used %2 instead. infolog de Ungültige Eigentümer ID: %1. Ist möglicher Weise eine falsche Feld Übersetzung. Es wird %2 anstatt dem ursprünglichen Wert verwendet.
|
||||
|
@ -178,6 +178,7 @@ edit status infolog en Edit status
|
||||
edit the entry infolog en Edit the entry
|
||||
edit this entry infolog en Edit this entry
|
||||
empty for all infolog en Empty for all
|
||||
encrypt description infolog en Encrypt description
|
||||
end infolog en End
|
||||
enddate infolog en Due date
|
||||
enddate can not be before startdate infolog en Due date can not be before start date
|
||||
@ -257,6 +258,7 @@ infolog preferences common en InfoLog preferences
|
||||
infolog-fieldname infolog en InfoLog field name
|
||||
insert infolog en Insert
|
||||
insert in document infolog en Insert in document
|
||||
insert timestamp into description field infolog en Insert timestamp into description field
|
||||
invalid filename infolog en Invalid file name.
|
||||
invalid owner id: %1. might be a bad field translation. used %2 instead. infolog en Invalid owner ID: %1. Used %2 instead.
|
||||
invalid status for entry type %1. infolog en Invalid status for entry type %1.
|
||||
|
@ -106,7 +106,7 @@
|
||||
</row>
|
||||
<row class="row" valign="top">
|
||||
<description value="Responsible" for="info_responsible"/>
|
||||
<taglist-account statustext="select a responsible user: a person you want to delegate this task" id="info_responsible" rows="6" multiple="true" no_lang="1" class="et2_fullWidth" account_type="both" empty_label="User or group" onchange="app.infolog.onchangeResponsible"/>
|
||||
<taglist-account statustext="select a responsible user: a person you want to delegate this task" id="info_responsible" rows="6" multiple="true" no_lang="1" class="et2_fullWidth" account_type="both" empty_label="Select users or groups" onchange="app.infolog.onchangeResponsible"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
Loading…
Reference in New Issue
Block a user