Remove hard coded translations

This commit is contained in:
David Benque 2025-07-01 11:23:56 +01:00
parent 9d4904bf75
commit 82bd14368c
No known key found for this signature in database
GPG Key ID: 7EC3E5D34DCCC0BF

View File

@ -134,27 +134,6 @@ define(req, function(AppConfig, Default, Language) {
}
};
Messages.admin_documentsDeletionHint = "Archive a list of documents using their id (one document id per line)";
Messages.admin_documentsDeletionTitle = "Archive multiple documents";
Messages.help_close_button = 'Close help notification'; // XXX
Messages.badges_admin = "Instance administrator";
Messages.badges_moderator = "Instance moderator";
Messages.badges_premium = "Premium user";
Messages.badges_error = "Error while validating this user's data";
Messages.profile_badges = "Badges";
Messages.show_password = "Show password";
Messages.hide_password = "Hide password";
Messages.page_next = "Next page";
Messages.page_previous = "Previous page";
Messages.contact_mastodon = 'Mastodon'; // XXX
Messages.contact_forum = 'Forum'; // XXX
Messages.toolbar_text_tools = "Text tools";
Messages.toolbar_show_text_tools = "Show text tools";
Messages.toolbar_hide_text_tools = "Hide text tools";
Messages.settings_profileAvatarLabel = "Avatar";
Messages.settings_profileHeaderTitle = "Edit your profile";
Messages.settings_profileHeaderHint = "Edit your public profile...";
Messages.fc_open_formaud = 'Open (as auditor)';
return Messages;
});