Lack of interest Make some links more user-friendly with the device user's language

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

cimad

Member
There are some external links in XenForo that are directly linked to the English language, but with a small modification in the URL these appear by default in the language of the device that the user is using.

The phrases, which are few, are the following:

help_cookies_description

Old:
Code:
<p>This page discusses how cookies are used by this site. If you continue to use this site, you are consenting to our use of cookies.</p>

<h3 class="textHeading">What Cookies Are</h3>
<p>Cookies are small files stored on your computer by your web browser (such as Internet Explorer or Firefox) at the request of a site you're viewing. This allows the site you're viewing to remember things about you, such as your preferences and history or to keep you logged in.</p>

<p>Cookies may be stored on your computer for a short time (such as only while your browser is open) or for an extended period of time, even years. Cookies not set by this site will not be accessible to us.</p>

<h3 class="textHeading">Our Cookie Usage</h3>
<p>This site uses cookies for numerous things, including:</p>
<ul>
    <li>Registration and maintaining your preferences. This includes ensuring that you can stay logged in and keeping the site in the language or appearance that you requested.</li>
    <li>Analytics. This allows us to determine how people are using the site and improve it.</li>
    <li>Advertising cookies (possibly third-party). If this site displays advertising, cookies may be set by the advertisers to determine who has viewed an ad or similar things. These cookies may be set by third parties, in which case this site has no ability to read or write these cookies.</li>
    <li>Other third-party cookies for things like Facebook or Twitter sharing. These cookies will generally be set by the third-party independently, so this site will have no ability to access them.</li>
</ul>

<h3 class="textHeading">Removing/Disabling Cookies</h3>
<p>Managing your cookies and cookie preferences must be done from within your browser's options/preferences. Here is a list of guides on how to do this for popular browser software:</p>
<ul>
    <li><a href="https://windows.microsoft.com/en-US/internet-explorer/delete-manage-cookies">Internet Explorer</a></li>
    <li><a href="https://support.mozilla.org/kb/cookies-information-websites-store-on-your-computer">Firefox</a></li>
    <li><a href="https://support.google.com/chrome/answer/95647?hl=en">Chrome</a></li>
    <li><a href="https://support.apple.com/kb/PH17191">Safari</a></li>
    <li><a href="https://www.opera.com/help/tutorials/security/privacy/">Opera</a></li>
</ul>

New:
Code:
<p>This page discusses how cookies are used by this site. If you continue to use this site, you are consenting to our use of cookies.</p>

<h3 class="textHeading">What Cookies Are</h3>
<p>Cookies are small files stored on your computer by your web browser (such as Internet Explorer or Firefox) at the request of a site you're viewing. This allows the site you're viewing to remember things about you, such as your preferences and history or to keep you logged in.</p>

<p>Cookies may be stored on your computer for a short time (such as only while your browser is open) or for an extended period of time, even years. Cookies not set by this site will not be accessible to us.</p>

<h3 class="textHeading">Our Cookie Usage</h3>
<p>This site uses cookies for numerous things, including:</p>
<ul>
    <li>Registration and maintaining your preferences. This includes ensuring that you can stay logged in and keeping the site in the language or appearance that you requested.</li>
    <li>Analytics. This allows us to determine how people are using the site and improve it.</li>
    <li>Advertising cookies (possibly third-party). If this site displays advertising, cookies may be set by the advertisers to determine who has viewed an ad or similar things. These cookies may be set by third parties, in which case this site has no ability to read or write these cookies.</li>
    <li>Other third-party cookies for things like Facebook or Twitter sharing. These cookies will generally be set by the third-party independently, so this site will have no ability to access them.</li>
</ul>

<h3 class="textHeading">Removing/Disabling Cookies</h3>
<p>Managing your cookies and cookie preferences must be done from within your browser's options/preferences. Here is a list of guides on how to do this for popular browser software:</p>
<ul>
    <li><a href="https://windows.microsoft.com/internet-explorer/delete-manage-cookies">Internet Explorer</a></li>
    <li><a href="https://support.mozilla.org/kb/cookies-information-websites-store-on-your-computer">Firefox</a></li>
    <li><a href="https://support.google.com/chrome/answer/95647">Chrome</a></li>
    <li><a href="https://support.apple.com/kb/ph21411">Safari</a></li>
    <li><a href="https://www.opera.com/help/tutorials/security/privacy/">Opera</a></li>
</ul>

option_explain.tumblrShare

Old:
Code:
The <a href="https://www.tumblr.com/docs/en/share_button" target="_blank">Tumblr share button</a> lets your users share pages to Tumblr.

New:
Code:
The <a href="https://www.tumblr.com/docs/share_button" target="_blank">Tumblr share button</a> lets your users share pages to Tumblr.

totp_recieve_codes_via_app_desc

Old:
Code:
To receive verification codes via a phone app, you must first install a code-generating app such as <a href="https://www.authy.com" target="_blank">Authy</a> or <a href="https://support.google.com/accounts/answer/1066447?hl=en" target="_blank">Google Authenticator</a> on your phone.<br />
<br />
Once you have done this, you will need to scan the QR code below into the app and enter the generated code below to confirm.

New:
Code:
To receive verification codes via a phone app, you must first install a code-generating app such as <a href="https://www.authy.com" target="_blank">Authy</a> or <a href="https://support.google.com/accounts/answer/1066447" target="_blank">Google Authenticator</a> on your phone.<br />
<br />
Once you have done this, you will need to scan the QR code below into the app and enter the generated code below to confirm.

use_php_date_format

Old:
Code:
Use PHP <a href="https://php.net/manual/en/function.date.php" target="_blank">date format</a>

New:
Code:
Use PHP <a href="https://php.net/manual/function.date.php" target="_blank">date format</a>

use_php_money_format

Old:
Code:
Use PHP <a href="https://php.net/manual/en/function.money-format.php" target="_blank">money format</a>

New:
Code:
Use PHP <a href="https://php.net/manual/function.money-format.php" target="_blank">money format</a>

use_php_time_format

Old:
Code:
Use PHP <a href="https://php.net/manual/en/function.date.php" target="_blank">time format</a>

New:
Code:
Use PHP <a href="https://php.net/manual/function.date.php" target="_blank">time format</a>
 
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
Top Bottom