Removed obsolete language variable
authorMarcel Werk <burntime@woltlab.com>
Thu, 27 Mar 2014 14:01:58 +0000 (15:01 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 27 Mar 2014 14:01:58 +0000 (15:01 +0100)
com.woltlab.wcf/templates/userSidebar.tpl
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index 16fcef9ee8dd5d58e3f158a03b99ffdae0d58ce9..24fc23268e10f480b8545db487dddf2bdde467db 100644 (file)
@@ -49,7 +49,7 @@
                        </ul>
                        
                        {if $followingCount > 10}
-                               <a id="followingAll" class="button small more jsOnly">{lang}wcf.user.profile.userList.showAll{/lang}</a>
+                               <a id="followingAll" class="button small more jsOnly">{lang}wcf.global.button.showAll{/lang}</a>
                        {/if}
                </div>
        </fieldset>
@@ -67,7 +67,7 @@
                        </ul>
                                
                        {if $followerCount > 10}
-                               <a id="followerAll" class="button small more jsOnly">{lang}wcf.user.profile.userList.showAll{/lang}</a>
+                               <a id="followerAll" class="button small more jsOnly">{lang}wcf.global.button.showAll{/lang}</a>
                        {/if}
                </div>
        </fieldset>
@@ -85,7 +85,7 @@
                        </ul>
                                
                        {if $visitorCount > 10}
-                               <a id="visitorAll" class="button small more jsOnly">{lang}wcf.user.profile.userList.showAll{/lang}</a>
+                               <a id="visitorAll" class="button small more jsOnly">{lang}wcf.global.button.showAll{/lang}</a>
                        {/if}
                </div>
        </fieldset>
index c9e3f87ae4ba56ce3a968530c02a019655555f3e..59e540f415812a06e3b9df1be66144766a8bd2b2 100644 (file)
@@ -2480,7 +2480,6 @@ Möchten Sie diese E-Mail-Benachrichtigung in Zukunft nicht mehr erhalten, könn
                <item name="wcf.user.profile.content.about.noPublicData"><![CDATA[{if $userID == $__wcf->getUser()->userID}Sie haben noch keine sichtbaren Informationen hinterlegt.{else}Der Benutzer hat noch keine für Sie sichtbaren Informationen hinterlegt.{/if}]]></item>
                <item name="wcf.user.profile.content.recentActivity.noEntries"><![CDATA[Es sind keine anzeigbaren Aktivitäten vorhanden.]]></item>
                <item name="wcf.user.profile.followers"><![CDATA[{$user->username} folgen]]></item>
-               <item name="wcf.user.profile.userList.showAll"><![CDATA[Alle anzeigen]]></item>
                <item name="wcf.user.profile.following"><![CDATA[{$user->username} folgt]]></item>
                <item name="wcf.user.profile.menu.about"><![CDATA[Über mich]]></item>
                <item name="wcf.user.profile.menu.recentActivity"><![CDATA[Letzte Aktivitäten]]></item>
index 67cdc8a78e9fa1a3005097a27476cd268f4a3df0..46728fca86c2f783c1ee18739111b63906338615 100644 (file)
@@ -2478,7 +2478,6 @@ If you do not want to receive further email notifications for this event, you ca
                <item name="wcf.user.profile.content.about.noPublicData"><![CDATA[{if $userID == $__wcf->getUser()->userID}You did not provide any details yet.{else}There are no details visible to you.{/if}]]></item>
                <item name="wcf.user.profile.content.recentActivity.noEntries"><![CDATA[There are no recent activities available yet.]]></item>
                <item name="wcf.user.profile.followers"><![CDATA[{$user->username}’s Follower]]></item>
-               <item name="wcf.user.profile.userList.showAll"><![CDATA[Show All]]></item>
                <item name="wcf.user.profile.following"><![CDATA[{$user->username} Follows]]></item>
                <item name="wcf.user.profile.menu.about"><![CDATA[About Me]]></item>
                <item name="wcf.user.profile.menu.recentActivity"><![CDATA[Recent Activity]]></item>