forked from extern/egroupware
* Calendar - fix week header rendering problem in some languages
Translation was too long, now allowing up to 3 letters but longer trimmed
This commit is contained in:
parent
daa4670f60
commit
a874535df4
@ -1658,7 +1658,7 @@ var et2_calendar_timegrid = (function(){ "use strict"; return et2_calendar_view.
|
||||
// but is empty, but give extra space for a single owner name
|
||||
this.div.toggleClass(
|
||||
'calendar_TimeGridNoLabel',
|
||||
label.trim().length > 0 && label.trim().length < 6 ||
|
||||
label.trim().length > 0 && label.trim().length <= 6 ||
|
||||
this.options.owner.length > 1
|
||||
);
|
||||
},
|
||||
|
@ -306,7 +306,7 @@ weekview calendar eu Astearen ikuspegia
|
||||
weekview with weekend calendar eu Asteko ikuspegia asteburuarekin
|
||||
weekview without weekend calendar eu Asteko ikuspegia astebukaerarik gabe
|
||||
whole day calendar eu egun osoa
|
||||
wk calendar eu Astea
|
||||
wk calendar eu Ast
|
||||
work day ends on calendar eu Lan egunak bukatzen dira
|
||||
work day starts on calendar eu Lan egunak hasten dira
|
||||
yearly calendar eu Urtero
|
||||
|
@ -588,7 +588,7 @@ which view to show on home page calendar fr Quelle vue afficher dans l'accueil ?
|
||||
while selecting up to x users day- and weekview is not consolidated (5 is used when not set) admin fr Nombre minimum d'utilisateur pour afficher la vue journalière et multi-semaine en consolidée. 5 par défaut.
|
||||
whole day calendar fr Journée entière
|
||||
with credentials included calendar fr Avec les droits inclus
|
||||
wk calendar fr Sem.
|
||||
wk calendar fr Sem
|
||||
work day ends on calendar fr La journée de travail finit à
|
||||
work day starts on calendar fr La journée de travail démarre à
|
||||
workday calendar fr Jour ouvré
|
||||
|
@ -626,7 +626,7 @@ which view to show on home page calendar it Quale visualizzazione usare nella ho
|
||||
while selecting up to x users day- and weekview is not consolidated (5 is used when not set) admin it Numero minimo di utenti per visualizzazioni giornaliera e settimanale come consolidate. Predefinito = 5
|
||||
whole day calendar it Giornata intera
|
||||
with credentials included calendar it Con credenziali incluse
|
||||
wk calendar it Sett
|
||||
wk calendar it Stt
|
||||
work day ends on calendar it La giornata lavorativa termina alle
|
||||
work day starts on calendar it La giornata lavorativa inizia alle
|
||||
workday calendar it Giorno feriale
|
||||
|
@ -452,7 +452,7 @@ weekview calendar pl Widok tygodniowy
|
||||
weekview with weekend calendar pl Widok tygodniowy z weekendem
|
||||
weekview without weekend calendar pl Widok tygodniowy bez weekendu
|
||||
whole day calendar pl cały dzień
|
||||
wk calendar pl Tydź.
|
||||
wk calendar pl Tdź
|
||||
work day ends on calendar pl Koniec dnia o
|
||||
work day starts on calendar pl Początek dnia o
|
||||
workday calendar pl Dzień roboczy
|
||||
|
@ -341,7 +341,7 @@ weekview calendar pt Visualização semanal
|
||||
weekview with weekend calendar pt Visualização semanal com fim de semana
|
||||
weekview without weekend calendar pt Visualização semanal sem fim de semana
|
||||
whole day calendar pt dia inteiro
|
||||
wk calendar pt Semana
|
||||
wk calendar pt Sem
|
||||
work day ends on calendar pt Dia de trabalho termina às
|
||||
work day starts on calendar pt Dia de trabalho começa às
|
||||
yearly calendar pt Anual
|
||||
|
Loading…
Reference in New Issue
Block a user