26 lines
804 B
PHP
26 lines
804 B
PHP
<?php
|
|
# dvdisaster: English homepage dictionary
|
|
# Copyright (C) 2004-2010 Carsten Gnörlich
|
|
#
|
|
# UTF-8 trigger: äöüß
|
|
|
|
# English dictionary for some phrases used in dvdisaster.php
|
|
|
|
$trans_version="Version";
|
|
|
|
$trans_to_internet="To the Internet version";
|
|
$trans_to_hoster="Summary (at SourceForge.net)";
|
|
|
|
$trans_back="Back";
|
|
$trans_screen_shot="Screen shot";
|
|
|
|
$trans_contents="Contents";
|
|
$trans_news="News";
|
|
$trans_hosting="Hosted by";
|
|
|
|
$trans_fdl="Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.";
|
|
$trans_copyright="Copyright 2004-2011 Carsten Gnörlich.";
|
|
$trans_modified="Information in this handbook relates to the original version of dvdisaster and may not be applicable.";
|
|
|
|
$trans_old_version="Old documentation (V0.70)";
|
|
?>
|