mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
#714: localization of the date picker calendar. Get rid of the old jquery.datepicker.js file since iTop now relies on the built-in jQuery UI date picker widget.
SVN:trunk[3629]
This commit is contained in:
@@ -986,6 +986,29 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
|
||||
'Month-10' => 'Oktober',
|
||||
'Month-11' => 'November',
|
||||
'Month-12' => 'Dezember',
|
||||
|
||||
// Short version for the DatePicker
|
||||
'DayOfWeek-Sunday-Min' => 'So',
|
||||
'DayOfWeek-Monday-Min' => 'Mo',
|
||||
'DayOfWeek-Tuesday-Min' => 'Di',
|
||||
'DayOfWeek-Wednesday-Min' => 'Mi',
|
||||
'DayOfWeek-Thursday-Min' => 'Do',
|
||||
'DayOfWeek-Friday-Min' => 'Fr',
|
||||
'DayOfWeek-Saturday-Min' => 'Sa',
|
||||
'Month-01-Short' => 'Jan',
|
||||
'Month-02-Short' => 'Feb',
|
||||
'Month-03-Short' => 'Mär',
|
||||
'Month-04-Short' => 'Apr',
|
||||
'Month-05-Short' => 'Mai',
|
||||
'Month-06-Short' => 'Juni',
|
||||
'Month-07-Short' => 'Juli',
|
||||
'Month-08-Short' => 'Aug',
|
||||
'Month-09-Short' => 'Sept',
|
||||
'Month-10-Short' => 'Okt',
|
||||
'Month-11-Short' => 'Nov',
|
||||
'Month-12-Short' => 'Dez',
|
||||
'Calendar-FirstDayOfWeek' => 1, // 0 = Sunday, 1 = Monday, etc...
|
||||
|
||||
'UI:FillAllMandatoryFields' => 'Bitte füllen Sie alle Pflichtfelder',
|
||||
'UI:DisconnectedDlgMessage' => 'You are disconnected. You must identify yourself to continue using the application.~~',
|
||||
'UI:DisconnectedDlgTitle' => 'Warning!~~',
|
||||
|
||||
Reference in New Issue
Block a user