Shirayuki has uploaded a new change for review. https://gerrit.wikimedia.org/r/76321
Change subject: Add <code> tags ...................................................................... Add <code> tags Spotted by Siebrand http://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Bookmanagerv2-example-nav/en Change-Id: I85ed34b94e1f061966924ccfd9d3b2b1038c0f23 --- M BookManagerv2.i18n.php 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BookManagerv2 refs/changes/21/76321/1 diff --git a/BookManagerv2.i18n.php b/BookManagerv2.i18n.php index 4d873ab..fca51d5 100644 --- a/BookManagerv2.i18n.php +++ b/BookManagerv2.i18n.php @@ -15,11 +15,11 @@ $messages['en'] = array( 'bookmanagerv2-desc' => 'Adds functionality to enter and store book metadata and structure', 'bookmanagerv2-invalid-json' => 'Invalid JSON', - 'bookmanagerv2-example-nav' => 'The navigation bar on this page is appearing because $wgBookManagerv2ExampleNavigation is set to true in LocalSettings.php.', + 'bookmanagerv2-example-nav' => 'The navigation bar on this page is appearing because <code>$wgBookManagerv2ExampleNavigation</code> is set to <code>true</code> in <code>LocalSettings.php</code>.', 'bookmanagerv2-metadata' => 'Metadata of work', 'bookmanagerv2-contents' => 'Contents of work', 'bookmanagerv2-title' => 'Title: $1', - 'bookmanagerv2-alternate-titles' => '{{PLURAL:$1|Alternate title|Alternate titles}}: $2', + 'bookmanagerv2-alternate-titles' => 'Alternate {{PLURAL:$1|title|titles}}: $2', 'bookmanagerv2-authors' => '{{PLURAL:$1|Author|Authors}}: $2', 'bookmanagerv2-translators' => '{{PLURAL:$1|Translator|Translators}}: $2', 'bookmanagerv2-editors' => '{{PLURAL:$1|Editor|Editors}}: $2', @@ -36,7 +36,7 @@ 'bookmanagerv2-description' => 'Description: $1', 'bookmanagerv2-source' => 'Source: $1', 'bookmanagerv2-permission' => 'Permission: $1', - 'bookmanagerv2-other-versions' => '{{PLURAL:$1|Other version|Other versions}}: $2', + 'bookmanagerv2-other-versions' => 'Other {{PLURAL:$1|version|versions}}: $2', 'bookmanagerv2-isbn' => 'ISBN: $1', 'bookmanagerv2-lccn' => 'LCCN: $1', 'bookmanagerv2-oclc' => 'OCLC: $1', -- To view, visit https://gerrit.wikimedia.org/r/76321 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I85ed34b94e1f061966924ccfd9d3b2b1038c0f23 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/BookManagerv2 Gerrit-Branch: master Gerrit-Owner: Shirayuki <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
