Improve edit_history_expiration description
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 16 Oct 2014 19:10:08 +0000 (21:10 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 16 Oct 2014 19:10:08 +0000 (21:10 +0200)
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index ec0339cd840e0d77f40370c5c488eef70d40ae15..37d925f5c6758728da239a07655cf791aacab28a 100644 (file)
                <item name="wcf.acp.option.share_buttons_show_count"><![CDATA[Anzahl der Teilungen anzeigen]]></item>
                <item name="wcf.acp.option.category.message.general.edit"><![CDATA[Bearbeitungen]]></item>
                <item name="wcf.acp.option.edit_history_expiration"><![CDATA[Speicherzeit]]></item>
-               <item name="wcf.acp.option.edit_history_expiration.description"><![CDATA[Zeitraum, nachdem alte Einträge aus dem Bearbeitungsverlauf entfernt werden [Zeitraum in Tagen]]]></item>
+               <item name="wcf.acp.option.edit_history_expiration.description"><![CDATA[Zeitraum, nachdem alte Einträge aus dem Bearbeitungsverlauf entfernt werden [Zeitraum in Tagen, 0 um die Entfernung gänzlich zu deaktivieren]]]></item>
                <item name="wcf.acp.option.github_public_key"><![CDATA[GitHub Client ID]]></item>
                <item name="wcf.acp.option.github_public_key.description"><![CDATA[Sie können Ihre Client ID und Ihr Client Secret bei <a href="{@$__wcf->getPath()}acp/dereferrer.php?url={'https://github.com/settings/applications'|rawurlencode}" class="externalURL">GitHub</a> anfordern. Die Callback URL ist: {link controller="GithubAuth" forceFrontend=true appendSession=false}{/link}]]></item>
                <item name="wcf.acp.option.github_private_key"><![CDATA[GitHub Client Secret]]></item>
index a9601ba75a365dfcf76fd1ed07046bcefc7ccaaf..f286b55b4102664a793ef3999c30c169d62b12e5 100644 (file)
@@ -852,7 +852,7 @@ Examples for medium ID detection:
                <item name="wcf.acp.option.share_buttons_show_count"><![CDATA[Show number of shares]]></item>
                <item name="wcf.acp.option.category.message.general.edit"><![CDATA[Edits]]></item>
                <item name="wcf.acp.option.edit_history_expiration"><![CDATA[Storage time]]></item>
-               <item name="wcf.acp.option.edit_history_expiration.description"><![CDATA[Items in the edit history will be discarded if they are older than the given period. [time in days]]]></item>
+               <item name="wcf.acp.option.edit_history_expiration.description"><![CDATA[Items in the edit history will be discarded if they are older than the given period. [time in days, 0 to disable]]]></item>
                <item name="wcf.acp.option.github_public_key"><![CDATA[GitHub Client ID]]></item>
                <item name="wcf.acp.option.github_public_key.description"><![CDATA[You can obtain both your Client ID and Client Secret at <a href="{@$__wcf->getPath()}acp/dereferrer.php?url={'https://github.com/settings/applications'|rawurlencode}" class="externalURL">GitHub</a>. The Callback URL is: {link controller="GithubAuth" forceFrontend=true appendSession=false}{/link}]]></item>
                <item name="wcf.acp.option.github_private_key"><![CDATA[GitHub Client Secret]]></item>