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