mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixed not translated time-labels in datetime picker
This commit is contained in:
parent
07db88276e
commit
530ebec63f
@ -71,6 +71,11 @@ egw.extend('calendar', egw.MODULE_WND_LOCAL, function(_app, _wnd)
|
||||
translateCalendar();
|
||||
calendar_translated = true;
|
||||
}
|
||||
if (!timepicker_translated)
|
||||
{
|
||||
translateTimepicker();
|
||||
timepicker_translated = true;
|
||||
}
|
||||
var prefs = calendarPreferences(_egw);
|
||||
|
||||
var params = {
|
||||
|
@ -162,6 +162,7 @@ choose a background style. common de Wählen Sie einen Hintergrundstil.
|
||||
choose a text color for the icons common de Wählen Sie eine Textfarbe für die Symbole
|
||||
choose the category common de Kategorie auswählen
|
||||
choose the parent category common de Wählen der übergeordneten Kategorie
|
||||
choose time common de Uhrzeit auswählen
|
||||
chosen parent category no longer exists common de Die ausgewählte Elternkategorie existiert nicht (mehr).
|
||||
christmas island common de WEIHNACHTS INSEL
|
||||
clear common de Zurücksetzen
|
||||
@ -610,6 +611,7 @@ postal common de Postadresse
|
||||
powered by common de Powered by
|
||||
preferences common de Einstellungen
|
||||
preferences for the %1 template set preferences de Einstellungen für das %1 Template
|
||||
prev common de Vorheriger
|
||||
prev. month (hold for menu) jscalendar de Vorheriger Monat (halten für Menü)
|
||||
prev. year (hold for menu) jscalendar de Vorheriges Jahr (halten für Menü)
|
||||
previous page common de Vorherige Seite
|
||||
|
@ -162,6 +162,7 @@ choose a background style. common en Choose a background style
|
||||
choose a text color for the icons common en Choose a text color for the icons
|
||||
choose the category common en Choose the category
|
||||
choose the parent category common en Choose the parent category
|
||||
choose time common en Choose Time
|
||||
chosen parent category no longer exists common en Chosen parent category no longer exists
|
||||
christmas island common en CHRISTMAS ISLAND
|
||||
clear common en Clear
|
||||
@ -610,6 +611,7 @@ postal common en Postal
|
||||
powered by common en Powered by
|
||||
preferences common en Preferences
|
||||
preferences for the %1 template set preferences en Preferences for the %1 template set
|
||||
prev common en Prev
|
||||
prev. month (hold for menu) jscalendar en Prev. month (hold for menu)
|
||||
prev. year (hold for menu) jscalendar en Prev. year (hold for menu)
|
||||
previous page common en Previous page
|
||||
|
Loading…
Reference in New Issue
Block a user