diff --git a/src/huggle_l10n/Localization/en.xml b/src/huggle_l10n/Localization/en.xml index cb5f01058..3cf52d96f 100644 --- a/src/huggle_l10n/Localization/en.xml +++ b/src/huggle_l10n/Localization/en.xml @@ -370,6 +370,8 @@ Revert the currently displayed edit and warn the user Revert the currently displayed edit, warn the user and stay on the page Revert assuming good faith + Revert only this revision + Revert only this revision assuming good faith Previous Next Latest @@ -400,11 +402,14 @@ Delete Load Patrolling is not enabled on $1 + Refresh Restore this revision Add page to a watchlist Close the current tab Open a new tab Remove page from a watchlist + Scripting + Scripts manager Show user info Ignore Unignore @@ -417,6 +422,7 @@ Decrease badness score of user Report Increase badness score + Contribution browser Clear talk page of user Retrieving Talk Page of $1 Block... @@ -439,6 +445,7 @@ Feedback About Huggle... Introduction + Welcome page Contents Queue legend Add... diff --git a/src/huggle_ui/mainwindow.cpp b/src/huggle_ui/mainwindow.cpp index 51cf799f2..9502bf56e 100644 --- a/src/huggle_ui/mainwindow.cpp +++ b/src/huggle_ui/mainwindow.cpp @@ -55,6 +55,7 @@ #include #include #include + #ifdef HUGGLE_WEBEN #include "web_engine/huggleweb.hpp" #else @@ -2067,6 +2068,13 @@ void MainWindow::Localize() this->ui->actionUser_page->setText(_l("main-user-page")); this->ui->menuManual_template->setTitle(_l("main-user-manualtemplate")); this->ui->actionPost_a_custom_message->setText(_l("custommessage-menu")); + this->ui->actionRefresh->setText(_l("main-page-refresh")); + this->ui->actionScripts_manager->setText(_l("main-scripting-script-manager")); + this->ui->menuScripting->setTitle(_l("main-scripting")); + this->ui->actionWelcome_page->setText(_l("main-help-welcome-page")); + this->ui->actionContribution_browser->setText(_l("main-user-contribution-browser")); + this->ui->actionRevert_only_this_revision_assuming_good_faith->setText(_l("main-revision-revert-agf")); + this->ui->actionRevert_only_this_revision->setText(_("main-revision-revert-only-this")); // arrows icons should be mirrored for RTL languages if (Localizations::HuggleLocalizations->IsRTL())