mediawiki-skins-Citizen/i18n/en.json
alistair3149 b2bd79196d
feat: rework search module (#386)
* feat: rewrite search module (WIP)
There are some caveats because it is a WIP
- Messages are not i18n yet
- Missing placeholder suggestion thumbnail
- Only REST mode works
- Missing greeting message when there is no search query
- Code might look like a mess (I learned JS not long ago)

* refactor: remove old search module

* feat: clean up search suggestion styles

* feat: hide overflow for suggestion text

* feat: add action API and various cleanup

* feat: re-add abort controller

* feat: add message support and tweaks

* feat: use virtual config instead of ResourceLoader hook

* fix: missing comma in const definition

* feat: add ARIA attributes
2021-05-17 16:34:14 -04:00

53 lines
1.9 KiB
JSON

{
"@metadata": {
"authors": [
"[https://www.mediawiki.org/wiki/User:Alistair3149 Alistair3149]",
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]"
]
},
"skinname-citizen": "Citizen",
"citizen-skin-desc": "A responsive skin developed for the Star Citizen Wiki",
"citizen.css": "/* All CSS here will be loaded for users of the Citizen skin */",
"citizen.js": "/* All JavaScript here will be loaded for users of the Citizen skin */",
"citizen-drawer-toggle": "Toggle menu",
"citizen-personalmenu-toggle": "Toggle personal menu",
"citizen-search-toggle": "Toggle search",
"citizen-theme-toggle": "Toggle theme color",
"citizen-sitestats-articles-label": "articles",
"citizen-sitestats-images-label": "files",
"citizen-sitestats-users-label": "users",
"citizen-sitestats-edits-label": "edits",
"citizen-drawer-search": "Search menu",
"citizen-footer-desc": "Edit this text on MediaWiki:Citizen-footer-desc",
"citizen-footer-tagline": "Edit this text on MediaWiki:Citizen-footer-tagline",
"citizen-action-addsection": "Add topic",
"citizen-jumptotop": "Back to top",
"citizen-search-fulltext": "Search pages containing",
"citizen-search-fulltext-empty": "Type to start searching",
"citizen-tagline-ns-talk": "Discussion page of {{SUBJECTPAGENAME}}",
"citizen-tagline-ns-project": "Information about {{SITENAME}}",
"citizen-tagline-ns-file": "File on {{SITENAME}}",
"citizen-tagline-ns-mediawiki": "MediaWiki interface page",
"citizen-tagline-ns-template": "Template page",
"citizen-tagline-ns-help": "Help page",
"citizen-tagline-ns-category": "Category page",
"prefs-citizen-theme-label": "Theme",
"prefs-citizen-theme-option-auto": "Auto",
"prefs-citizen-theme-option-light": "Light",
"prefs-citizen-theme-option-dark": "Dark",
"prefs-citizen-fontsize-label": "Font size",
"prefs-citizen-pagewidth-label": "Page width",
"prefs-citizen-resetbutton-label": "Reset to default"
}