יחידה:Citation/CS1: הבדלים בין גרסאות בדף

אין תקציר עריכה
אין תקציר עריכה
שורה 1,513: שורה 1,513:
   if code == 'portuguese' then name = 'פורטוגזית' end
   if code == 'portuguese' then name = 'פורטוגזית' end
   if code == 'polish' then name = 'פולנית' end
   if code == 'polish' then name = 'פולנית' end
   if code == 'france' then name = 'צרפתית' end
   if code == 'french' then name = 'צרפתית' end
   if code == 'hungarian' then name = 'הונגרית' end
   if code == 'hungarian' then name = 'הונגרית' end
   if code == 'korean' then name = 'קוריאנית' end
   if code == 'korean' then name = 'קוריאנית' end
שורה 1,519: שורה 1,519:
   if code == 'slovenian' then name = 'סלובנית' end
   if code == 'slovenian' then name = 'סלובנית' end
   if code == 'chinese' then name = 'סינית' end
   if code == 'chinese' then name = 'סינית' end
  if code == 'russian' then name = 'רוסית' end
end
end
-- owr part end
-- owr part end