Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 50: | Rivi 50: | ||
if (threadsArr[y].parent == null) { | if (threadsArr[y].parent == null) { | ||
if (lang == 'sv') { | if (lang == 'sv') { | ||
output += 'startade <b>en ny tråd</b> | output += 'startade <b>en ny tråd</b>.'; | ||
} else if (lang == 'en') { | } else if (lang == 'en') { | ||
output += 'started <b>a new thread</b> | output += 'started <b>a new thread</b>.'; | ||
} else { | } else { | ||
output += 'aloitti <b>uuden keskustelun</b> | output += 'aloitti <b>uuden keskustelun</b>.'; | ||
} | } | ||
if ( page != *X* ) { output += '.'; } | |||
else { } | |||
} else { | } else { | ||
if (lang == 'sv') { | if (lang == 'sv') { | ||
output += 'kommenterade tråden | output += 'kommenterade tråden.'; | ||
} else if (lang == 'en') { | } else if (lang == 'en') { | ||
output += 'commented on a thread | output += 'commented on a thread.'; | ||
} else { | } else { | ||
output += 'kommentoi keskustelua | output += 'kommentoi keskustelua.'; | ||
} | } | ||
} | } | ||
output += '<p class="rss-date">' + created.inRelationToToday(lang) + '</p>'; | output += '<p class="rss-date">' + created.inRelationToToday(lang) + '</p>'; | ||


