Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 230 → Rev 232

/trunk/tools/eazytrans/vuh-gol-en.php/vul-gol-en.php
2,7 → 2,7
<html lang="en"">
<head>
<meta charset="UTF-8">
<title>Modern Golic Vulcan – Federation Standard English Dictionary</title>
<title>Golic Vulcan – Federation Standard English Dictionary</title>
<style type="text/css">
body {
font-family: serif;
38,11 → 38,11
 
<body>
<?php
$source_lang = 'vuh-Latn-Gol-modern';
$source_lang = 'vuh-Latn-Gol';
$target_lang = 'en-Latn-Federation';
$lines = file('vul-gol-en.dict');
$lines = file('vuh-gol-en.dict');
?>
<h1>Modern Golic Vulcan – Federation Standard English Dictionary</h1>
<h1>Golic Vulcan – Federation Standard English Dictionary</h1>
<?php
define('REGEXP_PREFIX_EXAMPLE', '/^ex\s*=\s*/');