Roundcube (Live) Translator
What to translate
>labels.inc
>messages.inc
/>
Show translated texts
'; echo '
'; echo '
'; echo '
Label
Original
Translation
'; $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 '
'.htmlspecialchars($t_key).'
'; echo '
'.htmlspecialchars($t_value).'
'; echo '
'; echo "
\n
\n"; $count++; } if (!$count) echo '
No new texts to translate
'; echo "
\n"; echo '
'; echo '
Download directly
'; echo '
Save the localization file and post it to the
dev-mailing list
'; } ?>
'."
Localization file
\n"; echo '
'; echo htmlspecialchars(build_localization($lang, $file), ENT_COMPAT, 'UTF-8'); echo "
\n"; echo '
'; echo "\n
"; } else if (empty($file)) { echo '
Current completeness status
'; echo '
'.localization_stats().'
'; } ?>