First pass of MessagesBundle implementation

Author Chris Pollett <chris@pollett.org>
Author date 2023-08-20 21:Aug:th
Author local date 2023-08-20 14:Aug:th -0700
Committer Chris Pollett <chris@pollett.org>
Committer date 2023-08-20 21:Aug:th
Committer local date 2023-08-20 14:Aug:th -0700
Commit 69646800aebd90498c3547535243c057e0d2a8f4
Tree e355553ed957f04d9d1af2623d188120acd1fbb2
Parent ab75c1e75256fdc0720cfc37e31100508aff5466
First pass of MessagesBundle implementation
Affected files:
index.php
src/configs/Config.php
src/configs/Createdb.php
src/controllers/ArchiveController.php
src/controllers/Controller.php
src/controllers/FetchController.php
src/controllers/MachineController.php
src/controllers/ResourceController.php
src/controllers/SearchController.php
src/controllers/components/CrawlComponent.php
src/controllers/components/SystemComponent.php
src/examples/SearchApi.php
src/executables/ArcTool.php
src/executables/Fetcher.php
src/executables/Mirror.php
src/executables/QueueServer.php
src/library/Bzip2BlockIterator.php
src/library/ComputerVision.php
src/library/CrawlConstants.php
src/library/CrawlDaemon.php
src/library/CrawlQueueBundle.php
src/library/DoubleIndexBundle.php
src/library/FeedDocumentBundle.php
src/library/FetchUrl.php
src/library/IndexDocumentBundle.php
src/library/IndexManager.php
src/library/MediaConstants.php
src/library/MessagesBundle.php
src/library/Utility.php
src/library/VersionFunctions.php
src/library/archive_bundle_iterators/ArchiveBundleIterator.php
src/library/archive_bundle_iterators/DatabaseBundleIterator.php
src/library/archive_bundle_iterators/MediaWikiArchiveBundleIterator.php
src/library/archive_bundle_iterators/MixArchiveBundleIterator.php
src/library/archive_bundle_iterators/TextArchiveBundleIterator.php
src/library/archive_bundle_iterators/WebArchiveBundleIterator.php
src/library/classifiers/Classifier.php
src/library/index_bundle_iterators/DocIterator.php
src/library/indexing_plugins/IndexingPlugin.php
src/library/indexing_plugins/WordfilterPlugin.php
src/library/media_jobs/AnalyticsJob.php
src/library/media_jobs/FeedsUpdateJob.php
src/library/media_jobs/MediaJob.php
src/library/media_jobs/PodcastDownloadJob.php
src/library/media_jobs/TrendingHighlightsJob.php
src/library/media_jobs/VideoConvertJob.php
src/library/processors/CompressedProcessor.php
src/library/processors/ImageProcessor.php
src/library/processors/PageProcessor.php
src/library/processors/PdfProcessor.php
src/library/processors/VideoProcessor.php
src/models/CrawlModel.php
src/models/CronModel.php
src/models/GroupModel.php
src/models/MachineModel.php
src/models/Model.php
src/models/ParallelModel.php
src/models/PhraseModel.php
src/models/ProfileModel.php
src/models/SourceModel.php
src/models/datasources/Sqlite3Manager.php
tests/HashTableTest.php
tests/PriorityQueueTest.php
tests/StringArrayTest.php
ViewGit