I grew up in a country that is represented by a tiny little dot on the atlas before deciding to spread my wings and re-locate to a country that literally occupies an entire continent.
';
if (true == $display_amounts) {
$output .= $unit . $cur . ' is what I’ve got, ';
} else {
$output .= ' ';
}
$output .= '';
if (true == $display_amounts) {
$output .= $unit . $left . ' is what I’ll still need if I want to get a ' . $unit . $tot . ' iBook.';
} else {
$output .= ' So far, I’ve collected ' . $unit . $cur . '. I’ll still need ' . $unit . $left . ' if I want to get a ' . $unit . $tot . ' iBook.';
}
$output .= '