From cd1034c3abff23279c4c57eb499f6b706d08f05e Mon Sep 17 00:00:00 2001 From: ORConsulTech Date: Wed, 19 Feb 2025 09:36:28 -0400 Subject: [PATCH 01/29] Translation into Spanish --- .idea/.gitignore | 8 ++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/php.xml | 20 ++++++++++++++++++++ .idea/phpnuxbill.iml | 21 +++++++++++++++++++++ .idea/vcs.xml | 6 ++++++ ui/ui/admin/bandwidth/add.tpl | 6 +++--- 7 files changed, 72 insertions(+), 3 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/phpnuxbill.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..13566b81 --- /dev/null +++ b/.idea/.gitignore @@ -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 diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..639900d1 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..c542bb0e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 00000000..3389016d --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/phpnuxbill.iml b/.idea/phpnuxbill.iml new file mode 100644 index 00000000..91173945 --- /dev/null +++ b/.idea/phpnuxbill.iml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ui/ui/admin/bandwidth/add.tpl b/ui/ui/admin/bandwidth/add.tpl index d7df5547..5c6ce983 100644 --- a/ui/ui/admin/bandwidth/add.tpl +++ b/ui/ui/admin/bandwidth/add.tpl @@ -82,11 +82,11 @@
{Lang::T('Burst Limit Preset')}
2x - 2M to + 2M {Lang::T('to')} 4M 3M - to 6M - 4M to 8M + {Lang::T('to')} 6M + 4M {Lang::T('to')} 8M 5M to 10M 6M to 12M From 20c0543143f44e14a6e5b7a458e1e908df2f875f Mon Sep 17 00:00:00 2001 From: ORConsulTech <104447405+ormendoza@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:40:41 -0400 Subject: [PATCH 02/29] Delete .idea/misc.xml Delete .idea/vcs.xml Delete .idea/phpnuxbill.iml Delete .idea/modules.xml Revert "Delete .idea/misc.xml" This reverts commit e9a947a24a7d7da519690cd8d7058700bc1291f0. --- .idea/modules.xml | 8 -------- .idea/phpnuxbill.iml | 21 --------------------- .idea/vcs.xml | 6 ------ 3 files changed, 35 deletions(-) delete mode 100644 .idea/modules.xml delete mode 100644 .idea/phpnuxbill.iml delete mode 100644 .idea/vcs.xml diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index c542bb0e..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/phpnuxbill.iml b/.idea/phpnuxbill.iml deleted file mode 100644 index 91173945..00000000 --- a/.idea/phpnuxbill.iml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From e9a947a24a7d7da519690cd8d7058700bc1291f0 Mon Sep 17 00:00:00 2001 From: ORConsulTech <104447405+ormendoza@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:40:41 -0400 Subject: [PATCH 03/29] Delete .idea/misc.xml --- .idea/misc.xml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .idea/misc.xml diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 639900d1..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From 6cf7d6b5ded9f233e191748b68fc7412e673ac36 Mon Sep 17 00:00:00 2001 From: ORConsulTech <104447405+ormendoza@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:41:10 -0400 Subject: [PATCH 04/29] Delete .idea/vcs.xml --- .idea/vcs.xml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From 2be111e9df7913fcb5b9b7c0633160fbec11cf32 Mon Sep 17 00:00:00 2001 From: ORConsulTech <104447405+ormendoza@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:41:26 -0400 Subject: [PATCH 05/29] Delete .idea/phpnuxbill.iml --- .idea/phpnuxbill.iml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .idea/phpnuxbill.iml diff --git a/.idea/phpnuxbill.iml b/.idea/phpnuxbill.iml deleted file mode 100644 index 91173945..00000000 --- a/.idea/phpnuxbill.iml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file From d272e572c0e84b2d1af7198c1a896d5a202fc928 Mon Sep 17 00:00:00 2001 From: ORConsulTech <104447405+ormendoza@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:41:42 -0400 Subject: [PATCH 06/29] Delete .idea/modules.xml --- .idea/modules.xml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .idea/modules.xml diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index c542bb0e..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file From 5d3eea1f45341dfa2a868cd3cbdfebabe7faf5db Mon Sep 17 00:00:00 2001 From: ORConsulTech Date: Wed, 19 Feb 2025 09:54:30 -0400 Subject: [PATCH 07/29] Update add.tpl --- ui/ui/admin/bandwidth/add.tpl | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ui/ui/admin/bandwidth/add.tpl b/ui/ui/admin/bandwidth/add.tpl index 5c6ce983..0fc21641 100644 --- a/ui/ui/admin/bandwidth/add.tpl +++ b/ui/ui/admin/bandwidth/add.tpl @@ -89,23 +89,23 @@ 4M {Lang::T('to')} 8M 5M to 10M - 6M to 12M - 7M to + 6M {Lang::T('to')} 12M + 7M {Lang::T('to')} 14M - 8M to 16M - 9M to + 8M {Lang::T('to')} 16M + 9M {Lang::T('to')} 18M - 10M to 20M + 10M {Lang::T('to')} 20M upto 1MB - 1M upto 2M - 2M upto 3M - 3M upto 4M - 4M upto 5M - 5M upto 6M - 6M upto 7M - 7M upto 8M - 8M upto 9M - 9M upto 10M + 1M {Lang::T('upto')} 2M + 2M {Lang::T('upto')} 3M + 3M {Lang::T('upto')} 4M + 4M {Lang::T('upto')} 5M + 5M {Lang::T('upto')} 6M + 6M {Lang::T('upto')} 7M + 7M {Lang::T('upto')} 8M + 8M {Lang::T('upto')} 9M + 9M {Lang::T('upto')} 10M
From 096b4fb3af8f57e527e75f04e9c90c73469e1cc5 Mon Sep 17 00:00:00 2001 From: ORConsulTech Date: Wed, 19 Feb 2025 11:05:59 -0400 Subject: [PATCH 08/29] Translation into Spanish --- ui/ui/admin/customers/list.tpl | 6 +++--- ui/ui/admin/customers/view.tpl | 8 ++++---- ui/ui/admin/message/bulk.tpl | 2 +- ui/ui/admin/message/single.tpl | 4 ++-- ui/ui/admin/plan/active.tpl | 4 ++-- ui/ui/admin/plan/deposit.tpl | 2 +- ui/ui/admin/plan/edit.tpl | 2 +- ui/ui/admin/plan/recharge.tpl | 2 +- ui/ui/admin/plan/refill.tpl | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ui/ui/admin/customers/list.tpl b/ui/ui/admin/customers/list.tpl index c752ccdd..8906dd41 100644 --- a/ui/ui/admin/customers/list.tpl +++ b/ui/ui/admin/customers/list.tpl @@ -19,7 +19,7 @@ {/if} @@ -31,7 +31,7 @@
- Order   + {Lang::T('Order ')}  
{foreach $statuses as $status}