#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:
Denis Flaven
2015-07-07 16:27:09 +00:00
parent cf5adc5ae7
commit 77388bed29
8 changed files with 123 additions and 1075 deletions

View File

@@ -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!~~',