mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
feat(core): add link to talk page next to skin listing
Related: T307113
This commit is contained in:
parent
94bc52e1ca
commit
23aad4d389
11
i18n/en.json
11
i18n/en.json
|
@ -7,31 +7,24 @@
|
|||
},
|
||||
"skinname-citizen": "Citizen",
|
||||
"citizen-skin-desc": "A responsive skin developed for the Star Citizen Wiki",
|
||||
|
||||
"citizen-prefs-talkpage": "[[mw:Skin_talk:Citizen|Discussion]]",
|
||||
"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-languages-toggle": "More languages",
|
||||
"citizen-actions-more-toggle": "More actions",
|
||||
|
||||
"citizen-sitestats-articles-label": "articles",
|
||||
"citizen-sitestats-images-label": "files",
|
||||
"citizen-sitestats-users-label": "users",
|
||||
"citizen-sitestats-edits-label": "edits",
|
||||
|
||||
"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}}",
|
||||
|
@ -39,12 +32,10 @@
|
|||
"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-lineheight-label": "Line height",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
},
|
||||
"skinname-citizen": "{{name}}",
|
||||
"citizen-skin-desc": "{{desc|what=skin|name=Citizen|url=https://github.com/StarCitizenTools/mediawiki-skins-Citizen}}",
|
||||
"citizen-prefs-talkpage": "Link to the Citizen talk page which is shown before the preview link in skin preferences. See T307113 for more information.",
|
||||
"citizen.css": "{{optional}}",
|
||||
"citizen.js": "{{optional}}",
|
||||
"citizen-drawer-toggle": "Tooltip of drawer menu toggle",
|
||||
|
|
Loading…
Reference in a new issue