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

מ שינוי להצגת הפריטים המתורגמים, תוך ציון שיש עוד פרטים שטרם תורגמו
מאין תקציר עריכה
שורה 393: שורה 393:
if missingTranslation > 0 then  
if missingTranslation > 0 then  
if missingTranslation == 1 then
if missingTranslation == 1 then
    table.insert(resTable, 'בפסקה זו  רשומה אחת שטרם תורגמה')
    table.insert(resTable, 'בפסקה זו  רשומה אחת נוספת שטרם תורגמה')
else
else
    table.insert(resTable, 'בפסקה זו '..missingTranslation..' רשומות שטרם תורגמו')
    table.insert(resTable, 'בפסקה זו '..missingTranslation..' רשומות נוספות שטרם תורגמו')
end
end
end
end