Added English phrases for plugin store integration
authorAlexander Ebert <ebert@woltlab.com>
Fri, 15 Aug 2014 21:27:45 +0000 (23:27 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 15 Aug 2014 21:27:45 +0000 (23:27 +0200)
wcfsetup/install/files/acp/templates/pluginStoreAuthorization.tpl
wcfsetup/install/lang/en.xml

index c6e4886d278ec8cb83a7b82eb4a8633027071500..b1ef7a8d6abe0baca3dfcdaff9696a4e5237c5fd 100644 (file)
@@ -1,5 +1,5 @@
 {if $rejected}
-       <p class="error">{lang}wcf.acp.pluginStore.authorization.credentails.rejected{/lang}</p>
+       <p class="error">{lang}wcf.acp.pluginStore.authorization.credentials.rejected{/lang}</p>
 {/if}
 
 <fieldset{if $rejected} class="marginTop"{/if}>
index d16542823a8800a5818d8aa76a7872740fcdcbe8..f4d9b2d8b3f3aafd455a5aeea121a2e82db3bab6 100644 (file)
@@ -1189,6 +1189,27 @@ GmbH=Gesellschaft mit beschränkter Haftung]]></item>
                <item name="wcf.acp.pageMenu.menuItemPage.description"><![CDATA[Choose the internal page you want to link.]]></item>
        </category>
        
+       <category name="wcf.acp.pluginStore">
+               <item name="wcf.acp.pluginStore.api.error"><![CDATA[Error {@$status}: The server was unable to process your request.]]></item>
+               <item name="wcf.acp.pluginStore.authorization"><![CDATA[Authorization Required]]></item>
+               <item name="wcf.acp.pluginStore.authorization.credentials"><![CDATA[Credentials]]></item>
+               <item name="wcf.acp.pluginStore.authorization.credentials.description"><![CDATA[Please enter your WoltLab.com username and password.]]></item>
+               <item name="wcf.acp.pluginStore.authorization.credentials.rejected"><![CDATA[Your provided credentials are invalid, please check your username and password!]]></item>
+               <item name="wcf.acp.pluginStore.authorization.username"><![CDATA[Username]]></item>
+               <item name="wcf.acp.pluginStore.authorization.password"><![CDATA[Password]]></item>
+               <item name="wcf.acp.pluginStore.authorization.saveCredentials"><![CDATA[Save credentials for this session only]]></item>
+               <item name="wcf.acp.pluginStore.purchasedItems.button.search"><![CDATA[Purchased Products (Plugin-Store)]]></item>
+               <item name="wcf.acp.pluginStore.purchasedItems"><![CDATA[Purchased Products (Plugin-Store)]]></item>
+               <item name="wcf.acp.pluginStore.purchasedItems.noResults"><![CDATA[The search returned no results, either because you have not purchased any products yet or your purchases are not compatible with this version.]]></item>
+               <item name="wcf.acp.pluginStore.purchasedItems.status.update"><![CDATA[Newer Version Available]]></item>
+               <item name="wcf.acp.pluginStore.purchasedItems.status.unavailable"><![CDATA[Update-Server not installed]]></item>
+               <item name="wcf.acp.pluginStore.purchasedItems.status.upToDate"><![CDATA[You already have the most recent version installed]]></item>
+               <item name="wcf.acp.pluginStore.purchasedItems.status.install.confirmMessage"><![CDATA[Do you really want to install the product “{$product[packageName]}”?]]></item>
+               <item name="wcf.acp.pluginStore.purchasedItems.updateServer.disabled"><![CDATA[The Update-Server for “{$wcfMajorRelease}” (“http://store.woltlab.com/{$wcfMajorRelease}/”) is disabled and cannot be used for new installs or updates.]]></item>
+               <item name="wcf.acp.pluginStore.purchasedItems.updateServer.missing"><![CDATA[The Update-Server for “{$wcfMajorRelease}” does not exist in your installation. If you wish to install the packages below, you must <a href="{link controller='PackageUpdateServerAdd'}{/link}">add it</a>.<br />The server address is: “http://store.woltlab.com/{$wcfMajorRelease}/”]]></item>
+               <item name="wcf.acp.pluginStore.purchasedItems.wcfMajorRelease"><![CDATA[Update-Server for “{$wcfMajorRelease}”]]></item>
+       </category>
+       
        <category name="wcf.acp.rebuildData">
                <item name="wcf.acp.rebuildData"><![CDATA[Rebuild Data]]></item>
                <item name="wcf.acp.rebuildData.description"><![CDATA[In order to ensure consistency, e.g. after a data import, it is highly recommended to perform all the actions below in their respective order, starting from top to bottom.]]></item>