What to translate
/>

'; echo ''; echo ''; echo ''; if ($lang != "_NEW_") @include(update_from_svn($lang, $file)); if (!empty($labels)) $edit_values = $labels; else if (!empty($messages)) $edit_values = $messages; else $edit_values = array(); $count = 0; foreach($orig_values as $t_key => $t_value) { // skip translated lines if(!$translated && !empty($edit_values[$t_key])) continue; if ($post_value = get_input_value('t_'.$t_key)) $edit_values[$t_key] = $post_value; echo '\n"; echo ''; echo ''; echo '\n\n"; $count++; } if (!$count) echo ''; echo "
LabelOriginalTranslation
'.htmlspecialchars($t_key).''.htmlspecialchars($t_value).''; echo "
No new texts to translate
\n"; echo '

'; } ?>
'."

Localization file

\n"; echo '
\n"; echo '

'; echo "\n
"; } ?>