-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.php
More file actions
23 lines (19 loc) · 1.21 KB
/
about.php
File metadata and controls
23 lines (19 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
require("header.php");
?>
<div align="center">
<div class="body_width">
<p>
The problem of lack of medium to save and provide language translations for such volatile but self-existent units of speech as winged words and phrases that are present in different languages and cultures and that are significant carriers of the contemporary culture of different people groups, affects mutual understanding between people of different nations and cultures, the impact of which is language and culture barriers hampering mutual understanding between nations and cultures and contributing to inter-racial, inter-ethnic and intercultural tensions in the society.
</p>
<p>
Phrase Watch will help overcome the language and culture barriers and shocks by providing an open-end online public database for the continuous process of
<ul>
<li>Saving winged words from different languages and cultures</li>
<li>Providing adequate translations for the winged words into different languages</li>
<li>Querying the entries while doing translation work or studying</li>
</ul>
</p>
</div>
</div>
<?php require("footer.php"); ?>