mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-02 01:46:47 +00:00
f462ea5bb0
Split the i18n messages into four groups: * oojs-ui (moved to the oojs-ui repo in a separate commit) * VE core * VE-MW (MediaWiki-specific things) * VE-WMF (Wikimedia-specific things) The VE-WMF group is new, and we'll split WMF-specific code out into it later, for now it's just messages associated with that code. Each language has its own JSON file at modules/MODULE/i18n/LANG.json Kept messages in VisualEditor.i18n.php as the master copy, because TranslateWiki can't deal with the JSON files just yet. Added a script to rebuild the JSON files from the PHP file. Change-Id: I94e084b2f10994f41324fd08a05ff7f8391ea2eb
48 lines
2.4 KiB
JSON
48 lines
2.4 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Maxí",
|
|
"Snævar"
|
|
]
|
|
},
|
|
"visualeditor-aliennode-tooltip": "Því miður er ekki enn hægt að breyta þessum lið með VisualEditor.",
|
|
"visualeditor-annotationbutton-bold-tooltip": "Feitletra",
|
|
"visualeditor-annotationbutton-code-tooltip": "Tölvukóði",
|
|
"visualeditor-annotationbutton-italic-tooltip": "Skáletra",
|
|
"visualeditor-annotationbutton-language-tooltip": "Tungumál",
|
|
"visualeditor-annotationbutton-link-tooltip": "Tengill",
|
|
"visualeditor-annotationbutton-strikethrough-tooltip": "Yfirstrika",
|
|
"visualeditor-annotationbutton-subscript-tooltip": "Undirskrift",
|
|
"visualeditor-annotationbutton-superscript-tooltip": "Yfirskrift",
|
|
"visualeditor-annotationbutton-underline-tooltip": "Undirstrikað",
|
|
"visualeditor-clearbutton-tooltip": "Fjarlægja stílsnið",
|
|
"visualeditor-dialog-action-apply": "Virkja breytingar",
|
|
"visualeditor-dialog-action-cancel": "Hætta við",
|
|
"visualeditor-dialog-action-goback": "Til baka",
|
|
"visualeditor-formatdropdown-format-heading1": "Fyrirsögn 1",
|
|
"visualeditor-formatdropdown-format-heading2": "Fyrirsögn 2",
|
|
"visualeditor-formatdropdown-format-heading3": "Fyrirsögn 3",
|
|
"visualeditor-formatdropdown-format-heading4": "Fyrirsögn 4",
|
|
"visualeditor-formatdropdown-format-heading5": "Fyrirsögn 5",
|
|
"visualeditor-formatdropdown-format-heading6": "Fyrirsögn 6",
|
|
"visualeditor-formatdropdown-format-paragraph": "Málsgrein",
|
|
"visualeditor-formatdropdown-format-preformatted": "Forsniðið",
|
|
"visualeditor-formatdropdown-title": "Breyta sniði",
|
|
"visualeditor-help-tool": "Hjálp",
|
|
"visualeditor-historybutton-redo-tooltip": "Endurgera",
|
|
"visualeditor-historybutton-undo-tooltip": "Taka aftur",
|
|
"visualeditor-indentationbutton-indent-tooltip": "Auka inndrátt",
|
|
"visualeditor-indentationbutton-outdent-tooltip": "Minnka inndrátt",
|
|
"visualeditor-inspector-close-tooltip": "Loka",
|
|
"visualeditor-inspector-remove-tooltip": "Fjarlægja",
|
|
"visualeditor-languages-tool": "Tungumál",
|
|
"visualeditor-languageinspector-title": "Tungumál",
|
|
"visualeditor-languageinspector-widget-label-direction": "Átt",
|
|
"visualeditor-languageinspector-widget-label-langcode": "Tungumálakóði",
|
|
"visualeditor-languageinspector-block-tooltip-rtldirection": ": Hægri til vinstri",
|
|
"visualeditor-linkinspector-title": "Tengill",
|
|
"visualeditor-listbutton-bullet-tooltip": "Punktalisti",
|
|
"visualeditor-listbutton-number-tooltip": "Tölusettur listi",
|
|
"visualeditor-version-label": "Útgáfa"
|
|
}
|