Addshore has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/120310

Change subject: Fix 2 api error i18n strings
......................................................................

Fix 2 api error i18n strings

Change-Id: Ic667ce735e75c31ce18215209d91d045bf0b4a6e
---
M repo/Wikibase.i18n.php
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/10/120310/1

diff --git a/repo/Wikibase.i18n.php b/repo/Wikibase.i18n.php
index a23dac6..a5c6d39 100644
--- a/repo/Wikibase.i18n.php
+++ b/repo/Wikibase.i18n.php
@@ -283,8 +283,8 @@
        'wikibase-api-no-such-site' => 'Could not find such a site', # Do not 
translate
        'wikibase-api-no-such-sitelink' => 'Could not find such a sitelink', # 
Do not translate
        'wikibase-api-no-such-statement' => 'Could not find such a statement', 
# Do not translate
-       'wikibase-api-not-a-statement' => 'Not a statement', # Do not translate
-       'wikibase-api-not-an-item' => 'Not an item', # Do not translate
+       'wikibase-api-not-statement' => 'Not a statement', # Do not translate
+       'wikibase-api-not-item' => 'Not an item', # Do not translate
        'wikibase-api-not-recognized-siteid' => 'The supplied site identifier 
was not recognized', # Do not translate
        'wikibase-api-not-recognized' => 'Something was not recognized', # Do 
not translate
        'wikibase-api-not-recognized-array' => 'An array was expected, but not 
recognized', # Do not translate
@@ -1068,8 +1068,8 @@
        'wikibase-api-no-such-site' => '!!DO NOT TRANSLATE!! Could not find 
such a site, this could be to the user entering the wrong data',
        'wikibase-api-no-such-sitelink' => 'Could not find such a sitelink, 
this could be to the user entering the wrong data',
        'wikibase-api-no-such-statement' => '!!DO NOT TRANSLATE!! Could not 
find such a statement, this could be to the user entering the wrong data',
-       'wikibase-api-not-a-statement' => '!!DO NOT TRANSLATE!! The passed 
parameter is Not a statement when a statement is expected',
-       'wikibase-api-not-an-item' => '!!DO NOT TRANSLATE!! The passed 
parameter is Not an item when an item is expected (the passed parameter may 
infact be a property)',
+       'wikibase-api-not-statement' => '!!DO NOT TRANSLATE!! The passed 
parameter is Not a statement when a statement is expected',
+       'wikibase-api-not-item' => '!!DO NOT TRANSLATE!! The passed parameter 
is Not an item when an item is expected (the passed parameter may infact be a 
property)',
        'wikibase-api-not-recognized-siteid' => '!!DO NOT TRANSLATE!! The 
supplied site identifier was not recognized',
        'wikibase-api-not-recognized' => '!!DO NOT TRANSLATE!! Something was 
not recognized (general message)',
        'wikibase-api-not-recognized-array' => '!!DO NOT TRANSLATE!! An array 
was expected, but not recognized. The user probably passed the API a malformed 
parameter',

-- 
To view, visit https://gerrit.wikimedia.org/r/120310
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic667ce735e75c31ce18215209d91d045bf0b4a6e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to