特殊:Badtitle/NS100:Updated Version For Feisty:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
第1行: | 第1行: | ||
{{From|https://help.ubuntu.com/community/ | {{From|https://help.ubuntu.com/community/Updated Version For Feisty}} | ||
{{Languages|UbuntuHelp: | {{Languages|UbuntuHelp:Updated Version For Feisty}} | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |||
<html> | |||
<head> | |||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |||
<meta name="robots" content="index,nofollow"> | |||
<title>Updated - Community Ubuntu Documentation</title> | |||
<script type="text/javascript"> | |||
<!--// common functions | |||
// We keep here the state of the search box | |||
searchIsDisabled = false; | |||
function searchChange(e) { | |||
// Update search buttons status according to search box content. | |||
// Ignore empty or whitespace search term. | |||
var value = e.value.replace(/\s+/, ''); | |||
if (value == '' || searchIsDisabled) { | |||
searchSetDisabled(true); | |||
} else { | |||
< | searchSetDisabled(false); | ||
< | |||
< | |||
< | |||
</ | |||
== | |||
} | } | ||
} | } | ||
function searchSetDisabled(flag) { | |||
// Enable or disable search | |||
document.getElementById('fullsearch').disabled = flag; | |||
document.getElementById('titlesearch').disabled = flag; | |||
} | } | ||
function searchFocus(e) { | |||
// Update search input content on focus | |||
if (e.value == 'Search') { | |||
e.value = ''; | |||
e.style.color = 'black'; | |||
searchIsDisabled = false; | |||
} | } | ||
} | |||
function searchBlur(e) { | |||
// Update search input content on blur | |||
if (e.value == '') { | |||
e.value = 'Search'; | |||
e.style.color = 'gray'; | |||
searchIsDisabled = true; | |||
} | |||
} | |||
function actionsMenuInit(title) { | |||
// Initiliaze action menu | |||
for (i = 0; i < document.forms.length; i++) { | |||
var form = document.forms[i]; | |||
if (form.className == 'actionsmenu') { | |||
// Check if this form needs update | |||
var div = form.getElementsByTagName('div')[0]; | |||
var label = div.getElementsByTagName('label')[0]; | |||
if (label) { | |||
// This is the first time: remove label and do buton. | |||
div.removeChild(label); | |||
var dobutton = div.getElementsByTagName('input')[0]; | |||
div.removeChild(dobutton); | |||
// and add menu title | |||
var select = div.getElementsByTagName('select')[0]; | |||
var item = document.createElement('option'); | |||
item.appendChild(document.createTextNode(title)); | |||
item.value = 'show'; | |||
select.insertBefore(item, select.options[0]); | |||
select.selectedIndex = 0; | |||
} | |||
} | |||
} | |||
</ | } | ||
//--> | |||
=== | </script> | ||
<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/htdocs/ubuntu/css/common.css"> | |||
== | <link rel="stylesheet" type="text/css" charset="utf-8" media="screen" href="/htdocs/ubuntu/css/screen.css"> | ||
<link rel="stylesheet" type="text/css" charset="utf-8" media="print" href="/htdocs/ubuntu/css/print.css"> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="projection" href="/htdocs/ubuntu/css/projection.css"> | |||
< | <link rel="Start" href="/community/UserDocumentation"> | ||
<link rel="Alternate" title="Wiki Markup" href="/community/Updated?action=raw"> | |||
<link rel="Alternate" media="print" title="Print View" href="/community/Updated?action=print"> | |||
<link rel="Search" href="/community/FindPage"> | |||
( | <link rel="Index" href="/community/TitleIndex"> | ||
<link rel="Glossary" href="/community/WordIndex"> | |||
<link rel="Help" href="/community/HelpOnFormatting"> | |||
</head> | |||
-- | <body lang="en" dir="ltr"> | ||
<script xmlns="" src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script> | |||
<script xmlns="" type="text/javascript"><![CDATA[ | |||
_uacct = "UA-1018242-8"; | |||
urchinTracker(); | |||
]]></script> | |||
<div id="header"> | |||
<div id="mastwrap"><div id="masthead"> | |||
<div id="logo"><a href="/community/UserDocumentation">Community Ubuntu Documentation</a></div> | |||
<form id="searchform" method="get" action=""> | |||
<div> | |||
<input type="hidden" name="action" value="fullsearch"> | |||
<input type="hidden" name="context" value="180"> | |||
<label for="searchinput">Search:</label> | |||
<input id="searchinput" type="text" name="value" value="" size="20" | |||
onfocus="searchFocus(this)" onblur="searchBlur(this)" | |||
onkeyup="searchChange(this)" onchange="searchChange(this)" alt="Search"> | |||
<input id="titlesearch" name="titlesearch" type="submit" | |||
value="Titles" alt="Search Titles"> | |||
<input id="fullsearch" name="fullsearch" type="submit" | |||
value="Text" alt="Search Full Text"> | |||
</div> | |||
</form> | |||
/ | <script type="text/javascript"> | ||
</ | <!--// Initialize search form | ||
var f = document.getElementById('searchform'); | |||
< | f.getElementsByTagName('label')[0].style.display = 'none'; | ||
var e = document.getElementById('searchinput'); | |||
searchChange(e); | |||
searchBlur(e); | |||
//--> | |||
</script> | |||
<div id="sisternav"> | |||
<ul> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/6.06" | |||
accesskey="t">6.06 LTS</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/6.10" | |||
accesskey="t">6.10</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/7.04" | |||
accesskey="t">7.04</a> | |||
</li> | |||
<li id="plain"> | |||
--- | <a href="https://help.ubuntu.com/7.10" | ||
/ | accesskey="t">7.10</a> | ||
</ | </li> | ||
<li id="current"> | |||
<a href="https://help.ubuntu.com/community" | |||
accesskey="t">Community Docs</a> | |||
</li> | |||
</ul> | |||
</div> | |||
</div></div> | |||
<ul class="extranav"> | |||
<li><a href="/community/UserDocumentation">User Documentation</a></li> | |||
</ul> | |||
</div> | |||
<div id="page" lang="en" dir="ltr"><!-- start page --> | |||
<h1 id="title"><a title="Click to do a full-text search for this title" href="/community/Updated?action=fullsearch&value=linkto%3A%22Updated%22&context=180">Updated</a></h1> | |||
<div lang="en" id="content" dir="ltr"> | |||
<a id="top"></a> | |||
<div lang="en" id="content" dir="ltr"> | |||
<a id="top"></a> | |||
<p><strong>This page does not exist yet. You can create a new empty page, or use one of the page templates. Before creating the page, please check if a similar page already exists.</strong> </p> | |||
<a href="/community/Updated?action=edit">Create new empty page</a><p> </p> | |||
<div> | |||
<table> | |||
<tr> | |||
<td> | |||
<p> <strong>Page templates:</strong> </p> | |||
</td> | |||
<td> | |||
<p> <strong>Existing pages with similar names:</strong> </p> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td style="vertical-align: top;"> | |||
<p> <ul> | |||
<li><a href="/community/Updated?action=edit&template=AideTemplate">AideTemplate</a></li> | |||
<li><a href="/community/Updated?action=edit&template=[[category:CategoryTemplate">CategoryTemplate</a></li>]] | |||
<li><a href="/community/Updated?action=edit&template=DocumentationTemplate">DocumentationTemplate</a></li> | |||
<li><a href="/community/Updated?action=edit&template=HelpTemplate">HelpTemplate</a></li> | |||
<li><a href="/community/Updated?action=edit&template=HilfeTemplate">HilfeTemplate</a></li> | |||
<li><a href="/community/Updated?action=edit&template=HomepageTemplate">HomepageTemplate</a></li> | |||
<li><a href="/community/Updated?action=edit&template=PagePersonnelleTemplate">PagePersonnelleTemplate</a></li> | |||
<li><a href="/community/Updated?action=edit&template=Pr%c3%a9sentationTemplate">PrésentationTemplate</a></li> | |||
<li><a href="/community/Updated?action=edit&template=SlideShowHandOutTemplate">SlideShowHandOutTemplate</a></li> | |||
<li><a href="/community/Updated?action=edit&template=SlideShowTemplate">SlideShowTemplate</a></li> | |||
<li><a href="/community/Updated?action=edit&template=SlideTemplate">SlideTemplate</a></li> | |||
<li><a href="/community/Updated?action=edit&template=SupportPapierD'UnePr%c3%a9sentationTemplate">SupportPapierD'UnePrésentationTemplate</a></li> | |||
<li><a href="/community/Updated?action=edit&template=ThuisbladTemplate">ThuisbladTemplate</a></li> | |||
<li><a href="/community/Updated?action=edit&template=TransparentTemplate">TransparentTemplate</a></li> | |||
</ul> | |||
</p> | |||
</td> | |||
<td style="vertical-align: top;"> | |||
<p> <ul> | |||
<li><a href="/community/ClamAVUpdates">ClamAVUpdates</a></li> | |||
<li><a href="/community/UbuntuUpdates">UbuntuUpdates</a></li> | |||
<li><a href="/community/UpdatingADeb">UpdatingADeb</a></li> | |||
</ul> | |||
<ul> | |||
<li><a href="/community/Updated_Version_For_Feisty">Updated Version For Feisty</a></li> | |||
</ul> | |||
<ul> | |||
<li><a href="/community/KeepingUbuntuUpdated">KeepingUbuntuUpdated</a></li> | |||
</ul> | |||
</p> | |||
</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<a id="bottom"></a> | |||
</div> | |||
<a id="bottom"></a> | |||
</div> | |||
</div> <!-- end page --> | |||
<div id="footer"> | |||
<div id="ubuntulinks"> | |||
© 2007 <a href="http://www.canonical.com">Canonical Ltd</a>. Ubuntu, Kubuntu, Edubuntu and Canonical are registered trademarks of Canonical Ltd.<br /> | |||
<a href="https://help.ubuntu.com/community/WikiGuide">Feedback</a> — | |||
<a href="https://help.ubuntu.com/community/License">Legal</a> — | |||
<a href="https://help.ubuntu.com/community/Credits">Credits</a> | |||
<br /> | |||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"> | |||
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /> | |||
</a> | |||
</div> | |||
</div> | |||
</body> | |||
</html> | |||
[[category:UbuntuHelp]] | [[category:UbuntuHelp]] |
2007年11月30日 (五) 22:57的版本
![]() |
文章出处: |
{{#if: | Version For Feisty {{{2}}} | https://help.ubuntu.com/community/Updated Version For Feisty }} |
![]() |
点击翻译: |
English {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/af | • {{#if: UbuntuHelp:Updated Version For Feisty|Afrikaans| [[::Updated Version For Feisty/af|Afrikaans]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/ar | • {{#if: UbuntuHelp:Updated Version For Feisty|العربية| [[::Updated Version For Feisty/ar|العربية]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/az | • {{#if: UbuntuHelp:Updated Version For Feisty|azərbaycanca| [[::Updated Version For Feisty/az|azərbaycanca]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/bcc | • {{#if: UbuntuHelp:Updated Version For Feisty|جهلسری بلوچی| [[::Updated Version For Feisty/bcc|جهلسری بلوچی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/bg | • {{#if: UbuntuHelp:Updated Version For Feisty|български| [[::Updated Version For Feisty/bg|български]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/br | • {{#if: UbuntuHelp:Updated Version For Feisty|brezhoneg| [[::Updated Version For Feisty/br|brezhoneg]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/ca | • {{#if: UbuntuHelp:Updated Version For Feisty|català| [[::Updated Version For Feisty/ca|català]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/cs | • {{#if: UbuntuHelp:Updated Version For Feisty|čeština| [[::Updated Version For Feisty/cs|čeština]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/de | • {{#if: UbuntuHelp:Updated Version For Feisty|Deutsch| [[::Updated Version For Feisty/de|Deutsch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/el | • {{#if: UbuntuHelp:Updated Version For Feisty|Ελληνικά| [[::Updated Version For Feisty/el|Ελληνικά]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/es | • {{#if: UbuntuHelp:Updated Version For Feisty|español| [[::Updated Version For Feisty/es|español]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/fa | • {{#if: UbuntuHelp:Updated Version For Feisty|فارسی| [[::Updated Version For Feisty/fa|فارسی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/fi | • {{#if: UbuntuHelp:Updated Version For Feisty|suomi| [[::Updated Version For Feisty/fi|suomi]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/fr | • {{#if: UbuntuHelp:Updated Version For Feisty|français| [[::Updated Version For Feisty/fr|français]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/gu | • {{#if: UbuntuHelp:Updated Version For Feisty|ગુજરાતી| [[::Updated Version For Feisty/gu|ગુજરાતી]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/he | • {{#if: UbuntuHelp:Updated Version For Feisty|עברית| [[::Updated Version For Feisty/he|עברית]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/hu | • {{#if: UbuntuHelp:Updated Version For Feisty|magyar| [[::Updated Version For Feisty/hu|magyar]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/id | • {{#if: UbuntuHelp:Updated Version For Feisty|Bahasa Indonesia| [[::Updated Version For Feisty/id|Bahasa Indonesia]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/it | • {{#if: UbuntuHelp:Updated Version For Feisty|italiano| [[::Updated Version For Feisty/it|italiano]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/ja | • {{#if: UbuntuHelp:Updated Version For Feisty|日本語| [[::Updated Version For Feisty/ja|日本語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/ko | • {{#if: UbuntuHelp:Updated Version For Feisty|한국어| [[::Updated Version For Feisty/ko|한국어]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/ksh | • {{#if: UbuntuHelp:Updated Version For Feisty|Ripoarisch| [[::Updated Version For Feisty/ksh|Ripoarisch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/mr | • {{#if: UbuntuHelp:Updated Version For Feisty|मराठी| [[::Updated Version For Feisty/mr|मराठी]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/ms | • {{#if: UbuntuHelp:Updated Version For Feisty|Bahasa Melayu| [[::Updated Version For Feisty/ms|Bahasa Melayu]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/nl | • {{#if: UbuntuHelp:Updated Version For Feisty|Nederlands| [[::Updated Version For Feisty/nl|Nederlands]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/no | • {{#if: UbuntuHelp:Updated Version For Feisty|norsk| [[::Updated Version For Feisty/no|norsk]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/oc | • {{#if: UbuntuHelp:Updated Version For Feisty|occitan| [[::Updated Version For Feisty/oc|occitan]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/pl | • {{#if: UbuntuHelp:Updated Version For Feisty|polski| [[::Updated Version For Feisty/pl|polski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/pt | • {{#if: UbuntuHelp:Updated Version For Feisty|português| [[::Updated Version For Feisty/pt|português]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/ro | • {{#if: UbuntuHelp:Updated Version For Feisty|română| [[::Updated Version For Feisty/ro|română]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/ru | • {{#if: UbuntuHelp:Updated Version For Feisty|русский| [[::Updated Version For Feisty/ru|русский]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/si | • {{#if: UbuntuHelp:Updated Version For Feisty|සිංහල| [[::Updated Version For Feisty/si|සිංහල]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/sq | • {{#if: UbuntuHelp:Updated Version For Feisty|shqip| [[::Updated Version For Feisty/sq|shqip]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/sr | • {{#if: UbuntuHelp:Updated Version For Feisty|српски / srpski| [[::Updated Version For Feisty/sr|српски / srpski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/sv | • {{#if: UbuntuHelp:Updated Version For Feisty|svenska| [[::Updated Version For Feisty/sv|svenska]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/th | • {{#if: UbuntuHelp:Updated Version For Feisty|ไทย| [[::Updated Version For Feisty/th|ไทย]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/tr | • {{#if: UbuntuHelp:Updated Version For Feisty|Türkçe| [[::Updated Version For Feisty/tr|Türkçe]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/vi | • {{#if: UbuntuHelp:Updated Version For Feisty|Tiếng Việt| [[::Updated Version For Feisty/vi|Tiếng Việt]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/yue | • {{#if: UbuntuHelp:Updated Version For Feisty|粵語| [[::Updated Version For Feisty/yue|粵語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/zh | • {{#if: UbuntuHelp:Updated Version For Feisty|中文| [[::Updated Version For Feisty/zh|中文]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/zh-hans | • {{#if: UbuntuHelp:Updated Version For Feisty|中文(简体)| [[::Updated Version For Feisty/zh-hans|中文(简体)]]}}|}} {{#ifexist: {{#if: UbuntuHelp:Updated Version For Feisty | UbuntuHelp:Updated Version For Feisty | {{#if: | :}}Updated Version For Feisty}}/zh-hant | • {{#if: UbuntuHelp:Updated Version For Feisty|中文(繁體)| [[::Updated Version For Feisty/zh-hant|中文(繁體)]]}}|}} |
{{#ifeq:UbuntuHelp:Updated Version For Feisty|:Updated Version For Feisty|请不要直接编辑翻译本页,本页将定期与来源同步。}} |
{{#ifexist: :Updated Version For Feisty/zh | | {{#ifexist: Updated Version For Feisty/zh | | {{#ifeq: {{#titleparts:Updated Version For Feisty|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Updated Version For Feisty|1|-1|}} | zh | | }}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Updated
This page does not exist yet. You can create a new empty page, or use one of the page templates. Before creating the page, please check if a similar page already exists.
Create new empty page
Page templates: |
Existing pages with similar names: |
|
|