Translation into Spanish

This commit is contained in:
ORConsulTech 2025-02-19 09:36:28 -04:00
parent 023b4884d1
commit cd1034c3ab
7 changed files with 72 additions and 3 deletions

8
.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

6
.idea/misc.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

8
.idea/modules.xml generated Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/phpnuxbill.iml" filepath="$PROJECT_DIR$/.idea/phpnuxbill.iml" />
</modules>
</component>
</project>

20
.idea/php.xml generated Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PhpIncludePathManager">
<include_path>
<path value="$PROJECT_DIR$/system/vendor/mpdf/mpdf" />
<path value="$PROJECT_DIR$/system/vendor/mpdf/psr-log-aware-trait" />
<path value="$PROJECT_DIR$/system/vendor/paragonie/random_compat" />
<path value="$PROJECT_DIR$/system/vendor/psr/log" />
<path value="$PROJECT_DIR$/system/vendor/psr/http-message" />
<path value="$PROJECT_DIR$/system/vendor/composer" />
<path value="$PROJECT_DIR$/system/vendor/smarty/smarty" />
<path value="$PROJECT_DIR$/system/vendor/myclabs/deep-copy" />
<path value="$PROJECT_DIR$/system/vendor/setasign/fpdi" />
<path value="$PROJECT_DIR$/system/vendor/yosiazwan/php-facedetection" />
</include_path>
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="8.0">
<option name="suggestChangeDefaultLanguageLevel" value="false" />
</component>
</project>

21
.idea/phpnuxbill.iml generated Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/system/autoload" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/system/vendor/composer" />
<excludeFolder url="file://$MODULE_DIR$/system/vendor/mpdf/mpdf" />
<excludeFolder url="file://$MODULE_DIR$/system/vendor/mpdf/psr-log-aware-trait" />
<excludeFolder url="file://$MODULE_DIR$/system/vendor/myclabs/deep-copy" />
<excludeFolder url="file://$MODULE_DIR$/system/vendor/paragonie/random_compat" />
<excludeFolder url="file://$MODULE_DIR$/system/vendor/psr/http-message" />
<excludeFolder url="file://$MODULE_DIR$/system/vendor/psr/log" />
<excludeFolder url="file://$MODULE_DIR$/system/vendor/setasign/fpdi" />
<excludeFolder url="file://$MODULE_DIR$/system/vendor/smarty/smarty" />
<excludeFolder url="file://$MODULE_DIR$/system/vendor/yosiazwan/php-facedetection" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -82,11 +82,11 @@
<div class="panel-heading">{Lang::T('Burst Limit Preset')}</div>
<div class="list-group">
<a href="#" class="list-group-item active">2x</a>
<a href="javascript:burstIt('2M/2M 4M/4M 1536K/1536K 16/16 8 1M/1M')" class="list-group-item">2M to
<a href="javascript:burstIt('2M/2M 4M/4M 1536K/1536K 16/16 8 1M/1M')" class="list-group-item">2M {Lang::T('to')}
4M</a>
<a href="javascript:burstIt('3M/3M 6M/6M 2304K/2304K 16/16 8 1536K/1536K')" class="list-group-item">3M
to 6M</a>
<a href="javascript:burstIt('4M/4M 8M/8M 3M/3M 16/16 8 2M/2M')" class="list-group-item">4M to 8M</a>
{Lang::T('to')} 6M</a>
<a href="javascript:burstIt('4M/4M 8M/8M 3M/3M 16/16 8 2M/2M')" class="list-group-item">4M {Lang::T('to')} 8M</a>
<a href="javascript:burstIt('5M/5M 10M/10M 3840k/3840k 16/16 8 2560k/2560k')" class="list-group-item">5M to
10M</a>
<a href="javascript:burstIt('6M/6M 12M/12M 4608k/4608k 16/16 8 3M/3M')" class="list-group-item">6M to 12M</a>