From 85d4985137e2ae8ee00ad588edbd351529dca0a0 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 12 Mar 2023 15:02:21 +0100 Subject: [PATCH] move files (prepare namespace) --- css/{translater.css => backend.css} | 0 js/{translater.js => backend.js} | 0 _admin.php => src/Backend.php | 0 _config.php => src/Config.php | 0 _install.php => src/Install.php | 0 index.php => src/Manage.php | 0 _prepend.php => src/Prepend.php | 0 inc/lib.translater.google.php => src/ProposalGoogle.php | 0 inc/lib.translater.microsoft.php => src/ProposalMicrosoft.php | 0 inc/lib.translater.proposal.php => src/ProposalTranslater.php | 0 inc/class.translater.rest.php => src/Rest.php | 0 inc/class.dc.translater.php => src/Translater.php | 0 inc/class.dc.translater.lang.php => src/TranslaterLang.php | 0 inc/class.dc.translater.module.php => src/TranslaterModule.php | 0 inc/class.translater.proposals.php => src/TranslaterProposals.php | 0 _uninstall.php => src/Uninstall.php | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename css/{translater.css => backend.css} (100%) rename js/{translater.js => backend.js} (100%) rename _admin.php => src/Backend.php (100%) rename _config.php => src/Config.php (100%) rename _install.php => src/Install.php (100%) rename index.php => src/Manage.php (100%) rename _prepend.php => src/Prepend.php (100%) rename inc/lib.translater.google.php => src/ProposalGoogle.php (100%) rename inc/lib.translater.microsoft.php => src/ProposalMicrosoft.php (100%) rename inc/lib.translater.proposal.php => src/ProposalTranslater.php (100%) rename inc/class.translater.rest.php => src/Rest.php (100%) rename inc/class.dc.translater.php => src/Translater.php (100%) rename inc/class.dc.translater.lang.php => src/TranslaterLang.php (100%) rename inc/class.dc.translater.module.php => src/TranslaterModule.php (100%) rename inc/class.translater.proposals.php => src/TranslaterProposals.php (100%) rename _uninstall.php => src/Uninstall.php (100%) diff --git a/css/translater.css b/css/backend.css similarity index 100% rename from css/translater.css rename to css/backend.css diff --git a/js/translater.js b/js/backend.js similarity index 100% rename from js/translater.js rename to js/backend.js diff --git a/_admin.php b/src/Backend.php similarity index 100% rename from _admin.php rename to src/Backend.php diff --git a/_config.php b/src/Config.php similarity index 100% rename from _config.php rename to src/Config.php diff --git a/_install.php b/src/Install.php similarity index 100% rename from _install.php rename to src/Install.php diff --git a/index.php b/src/Manage.php similarity index 100% rename from index.php rename to src/Manage.php diff --git a/_prepend.php b/src/Prepend.php similarity index 100% rename from _prepend.php rename to src/Prepend.php diff --git a/inc/lib.translater.google.php b/src/ProposalGoogle.php similarity index 100% rename from inc/lib.translater.google.php rename to src/ProposalGoogle.php diff --git a/inc/lib.translater.microsoft.php b/src/ProposalMicrosoft.php similarity index 100% rename from inc/lib.translater.microsoft.php rename to src/ProposalMicrosoft.php diff --git a/inc/lib.translater.proposal.php b/src/ProposalTranslater.php similarity index 100% rename from inc/lib.translater.proposal.php rename to src/ProposalTranslater.php diff --git a/inc/class.translater.rest.php b/src/Rest.php similarity index 100% rename from inc/class.translater.rest.php rename to src/Rest.php diff --git a/inc/class.dc.translater.php b/src/Translater.php similarity index 100% rename from inc/class.dc.translater.php rename to src/Translater.php diff --git a/inc/class.dc.translater.lang.php b/src/TranslaterLang.php similarity index 100% rename from inc/class.dc.translater.lang.php rename to src/TranslaterLang.php diff --git a/inc/class.dc.translater.module.php b/src/TranslaterModule.php similarity index 100% rename from inc/class.dc.translater.module.php rename to src/TranslaterModule.php diff --git a/inc/class.translater.proposals.php b/src/TranslaterProposals.php similarity index 100% rename from inc/class.translater.proposals.php rename to src/TranslaterProposals.php diff --git a/_uninstall.php b/src/Uninstall.php similarity index 100% rename from _uninstall.php rename to src/Uninstall.php