Jack Phoenix has submitted this change and it was merged.

Change subject: VoteNY: manually work around bug #46029 for now.
......................................................................


VoteNY: manually work around bug #46029 for now.

This is so that i18n for non-English languages will actually work.

Far from the ideal solution, since chances are TWN's automated scripts
will overwrite this when they are next run, but it's better than nothing.

Change-Id: I28967a3f4f4ea7040cf8ac7abb36c300a3873d13
---
M Vote.i18n.php
1 file changed, 222 insertions(+), 222 deletions(-)

Approvals:
  Jack Phoenix: Verified; Looks good to me, approved



diff --git a/Vote.i18n.php b/Vote.i18n.php
index 7d5460f..da697f6 100644
--- a/Vote.i18n.php
+++ b/Vote.i18n.php
@@ -34,15 +34,15 @@
  * @author Shirayuki
  */
 $messages['qqq'] = array(
-       'desc' => '{{desc|name=Vote 
NY|url=http://www.mediawiki.org/wiki/Extension:VoteNY}}',
-       'link' => 'Link title',
-       'unvote-link' => 'Displayed to the user after their vote has been 
successfully added; they can click on this link to remove their vote.',
-       'community-score' => 'Community score is the average of votes a page 
has been given, $1 is the actual score in numbers (i.e. 4.5 or 3)',
-       'ratings' => 'Parameters:
+       'voteny-desc' => '{{desc|name=Vote 
NY|url=http://www.mediawiki.org/wiki/Extension:VoteNY}}',
+       'voteny-link' => 'Link title',
+       'voteny-unvote-link' => 'Displayed to the user after their vote has 
been successfully added; they can click on this link to remove their vote.',
+       'voteny-community-score' => 'Community score is the average of votes a 
page has been given, $1 is the actual score in numbers (i.e. 4.5 or 3)',
+       'voteny-ratings' => 'Parameters:
 * $1 - the number of ratings, if said number is greater than 1',
-       'remove' => 'Link title, clicking on this link removes your vote. Refer 
to the [[mw:File:VoteNY.png|image]] for details.',
-       'gave-this' => '$1 is a number, the vote you gave to the page. Refer to 
the [[mw:File:VoteNY.png|image]] for details.',
-       'votes' => '$1 is the number of votes.',
+       'voteny-remove' => 'Link title, clicking on this link removes your 
vote. Refer to the [[mw:File:VoteNY.png|image]] for details.',
+       'voteny-gave-this' => '$1 is a number, the vote you gave to the page. 
Refer to the [[mw:File:VoteNY.png|image]] for details.',
+       'voteny-votes' => '$1 is the number of votes.',
        'topratings' => '{{doc-special|TopRatings}}',
        'topratings-no-pages' => 'Displayed on Special:TopRatings if there are 
no top rated pages, i.e. if no pages have been rated on the wiki at all.',
        'right-vote' => '{{doc-right|vote|prefix=Voteny-}}
@@ -53,14 +53,14 @@
  * @author Xuacu
  */
 $messages['ast'] = array(
-       'desc' => 'Votación basada en JavaScript cola etiqueta 
<tt>&lt;vote&gt;</tt>',
-       'link' => 'Votar',
-       'unvote-link' => 'retirar el votu',
-       'community-score' => 'puntuación de la comunidá: $1',
-       'ratings' => '{{PLURAL:$1|una valoración|$1 valoraciones}}',
-       'remove' => 'desaniciar',
-       'gave-this' => 'dio-y a esto un $1',
-       'votes' => '{{PLURAL:$1|un votu|$1 votos}}',
+       'voteny-desc' => 'Votación basada en JavaScript cola etiqueta 
<tt>&lt;vote&gt;</tt>',
+       'voteny-link' => 'Votar',
+       'voteny-unvote-link' => 'retirar el votu',
+       'voteny-community-score' => 'puntuación de la comunidá: $1',
+       'voteny-ratings' => '{{PLURAL:$1|una valoración|$1 valoraciones}}',
+       'voteny-remove' => 'desaniciar',
+       'voteny-gave-this' => 'dio-y a esto un $1',
+       'voteny-votes' => '{{PLURAL:$1|un votu|$1 votos}}',
        'topratings' => 'Páxines meyor calificaes',
        'topratings-no-pages' => 'Nun hai páxines meyor calificaes',
        'right-vote' => 'Votar páxines',
@@ -70,7 +70,7 @@
  * @author පසිඳු කාවින්ද
  */
 $messages['bg'] = array(
-       'remove' => 'премахване',
+       'voteny-remove' => 'премахване',
 );
 
 /** German (Deutsch)
@@ -79,14 +79,14 @@
  * @author Purodha
  */
 $messages['de'] = array(
-       'desc' => 'Ergänzt das Tag <tt>&lt;vote&gt;</tt> zum Durchführen 
JavaScript-gestützter Abstimmungen',
-       'link' => 'Abstimmen',
-       'unvote-link' => 'Stimme zurücknehmen',
-       'community-score' => 'Punktestand der Gemeinschaft: $1',
-       'ratings' => '{{PLURAL:$1|eine Bewertung|$1 Bewertungen}}',
-       'remove' => 'entfernen',
-       'gave-this' => 'Du hast eine $1 vergeben.',
-       'votes' => '{{PLURAL:$1|eine Stimme|$1 Stimmen}}',
+       'voteny-desc' => 'Ergänzt das Tag <tt>&lt;vote&gt;</tt> zum Durchführen 
JavaScript-gestützter Abstimmungen',
+       'voteny-link' => 'Abstimmen',
+       'voteny-unvote-link' => 'Stimme zurücknehmen',
+       'voteny-community-score' => 'Punktestand der Gemeinschaft: $1',
+       'voteny-ratings' => '{{PLURAL:$1|eine Bewertung|$1 Bewertungen}}',
+       'voteny-remove' => 'entfernen',
+       'voteny-gave-this' => 'Du hast eine $1 vergeben.',
+       'voteny-votes' => '{{PLURAL:$1|eine Stimme|$1 Stimmen}}',
        'topratings' => 'Höchstbewertete Seiten',
        'topratings-no-pages' => 'Es sind keine höchstbewerteten Seiten 
vorhanden.',
        'right-vote' => 'Abstimmen über Seiten',
@@ -96,7 +96,7 @@
  * @author Kghbln
  */
 $messages['de-formal'] = array(
-       'gave-this' => 'Sie haben eine $1 vergeben.',
+       'voteny-gave-this' => 'Sie haben eine $1 vergeben.',
 );
 
 /** Zazaki (Zazaki)
@@ -104,12 +104,12 @@
  * @author Mirzali
  */
 $messages['diq'] = array(
-       'link' => 'Rey',
-       'unvote-link' => 'rey mede',
-       'community-score' => 'Puwanê şêlıki: $1',
-       'ratings' => '{{PLURAL:$1|yew nırğnayış|$1 nırğnayışi}}',
-       'remove' => 'wedare',
-       'votes' => '{{PLURAL:$1|yew rey|$1 reyi}}',
+       'voteny-link' => 'Rey',
+       'voteny-unvote-link' => 'rey mede',
+       'voteny-community-score' => 'Puwanê şêlıki: $1',
+       'voteny-ratings' => '{{PLURAL:$1|yew nırğnayış|$1 nırğnayışi}}',
+       'voteny-remove' => 'wedare',
+       'voteny-votes' => '{{PLURAL:$1|yew rey|$1 reyi}}',
        'right-vote' => 'Pelê reydayışi',
 );
 
@@ -117,14 +117,14 @@
  * @author Michawiki
  */
 $messages['dsb'] = array(
-       'desc' => 'Wótgłosowanje z toflicku <tt>&lt;vote&gt;</tt> na zakłaźe 
JavaScripta',
-       'link' => 'Wótgłosowaś',
-       'unvote-link' => 'Wótgłosowanje anulěrowaś',
-       'community-score' => 'Licba głosow zgromaźeństwa: $1',
-       'ratings' => '{{PLURAL:$1|jadno pógódnośenje|$1 pógódnośeni|$1 
pógódnośenja|$1 pógódnośenjow}}',
-       'remove' => 'wótpóraś',
-       'gave-this' => 'sy toś tomu $1 dał',
-       'votes' => '{{PLURAL:$1|jaden głos|$1 głosa|$1 głose|$1 głosow}}',
+       'voteny-desc' => 'Wótgłosowanje z toflicku <tt>&lt;vote&gt;</tt> na 
zakłaźe JavaScripta',
+       'voteny-link' => 'Wótgłosowaś',
+       'voteny-unvote-link' => 'Wótgłosowanje anulěrowaś',
+       'voteny-community-score' => 'Licba głosow zgromaźeństwa: $1',
+       'voteny-ratings' => '{{PLURAL:$1|jadno pógódnośenje|$1 pógódnośeni|$1 
pógódnośenja|$1 pógódnośenjow}}',
+       'voteny-remove' => 'wótpóraś',
+       'voteny-gave-this' => 'sy toś tomu $1 dał',
+       'voteny-votes' => '{{PLURAL:$1|jaden głos|$1 głosa|$1 głose|$1 
głosow}}',
        'topratings' => 'Nejwuše pógódnośone boki',
        'topratings-no-pages' => 'Žedne nejwuše pógódnośone boki.',
        'right-vote' => 'Wótgłosowańske boki',
@@ -134,14 +134,14 @@
  * @author Armando-Martin
  */
 $messages['es'] = array(
-       'desc' => 'Votación basada en JavaScript con la etiqueta 
<tt>&lt;vote&gt;</tt>',
-       'link' => 'Votar',
-       'unvote-link' => 'Eliminar voto',
-       'community-score' => 'puntuación de la comunidad: $1',
-       'ratings' => '{{PLURAL:$1|una valoración|$1 valoraciones}}',
-       'remove' => 'eliminar',
-       'gave-this' => 'le diste a esto un $1',
-       'votes' => '{{PLURAL:$1|un voto|$1 votos}}',
+       'voteny-desc' => 'Votación basada en JavaScript con la etiqueta 
<tt>&lt;vote&gt;</tt>',
+       'voteny-link' => 'Votar',
+       'voteny-unvote-link' => 'Eliminar voto',
+       'voteny-community-score' => 'puntuación de la comunidad: $1',
+       'voteny-ratings' => '{{PLURAL:$1|una valoración|$1 valoraciones}}',
+       'voteny-remove' => 'eliminar',
+       'voteny-gave-this' => 'le diste a esto un $1',
+       'voteny-votes' => '{{PLURAL:$1|un voto|$1 votos}}',
        'topratings' => 'Páginas más valoradas',
        'topratings-no-pages' => 'No hay páginas mejor valoradas',
        'right-vote' => 'Páginas de votación',
@@ -151,9 +151,9 @@
  * @author Mjbmr
  */
 $messages['fa'] = array(
-       'link' => 'رأی دهی',
-       'unvote-link' => 'حذف رأی',
-       'remove' => 'حذف',
+       'voteny-link' => 'رأی دهی',
+       'voteny-unvote-link' => 'حذف رأی',
+       'voteny-remove' => 'حذف',
        'right-vote' => 'صفحه‌های رأی',
 );
 
@@ -162,13 +162,13 @@
  * @author Nike
  */
 $messages['fi'] = array(
-       'link' => 'Äänestä',
-       'unvote-link' => 'poista ääni',
-       'community-score' => 'yhteisön antama pistemäärä: $1',
-       'ratings' => '{{PLURAL:$1|yksi arvostelu|$1 arvostelua}}',
-       'remove' => 'poista',
-       'gave-this' => 'annoit {{PLURAL:$1|yhden tähden|$1 tähteä}}',
-       'votes' => '{{PLURAL:$1|yksi ääni|$1 ääntä}}',
+       'voteny-link' => 'Äänestä',
+       'voteny-unvote-link' => 'poista ääni',
+       'voteny-community-score' => 'yhteisön antama pistemäärä: $1',
+       'voteny-ratings' => '{{PLURAL:$1|yksi arvostelu|$1 arvostelua}}',
+       'voteny-remove' => 'poista',
+       'voteny-gave-this' => 'annoit {{PLURAL:$1|yhden tähden|$1 tähteä}}',
+       'voteny-votes' => '{{PLURAL:$1|yksi ääni|$1 ääntä}}',
        'topratings' => 'Huippusivut',
        'topratings-no-pages' => 'Ei huippusivuja.',
 );
@@ -179,14 +179,14 @@
  * @author Tititou36
  */
 $messages['fr'] = array(
-       'desc' => 'Système de vote en JavaScript avec la balise 
<tt>&lt;vote&gt;</tt>',
-       'link' => 'Voter',
-       'unvote-link' => 'supprimer vote',
-       'community-score' => 'note de la communauté : $1',
-       'ratings' => '{{PLURAL:$1|une note|$1 notes}}',
-       'remove' => 'supprimer',
-       'gave-this' => 'Vous avez noté $1',
-       'votes' => '{{PLURAL:$1|un vote|$1 votes}}',
+       'voteny-desc' => 'Système de vote en JavaScript avec la balise 
<tt>&lt;vote&gt;</tt>',
+       'voteny-link' => 'Voter',
+       'voteny-unvote-link' => 'supprimer vote',
+       'voteny-community-score' => 'note de la communauté : $1',
+       'voteny-ratings' => '{{PLURAL:$1|une note|$1 notes}}',
+       'voteny-remove' => 'supprimer',
+       'voteny-gave-this' => 'Vous avez noté $1',
+       'voteny-votes' => '{{PLURAL:$1|un vote|$1 votes}}',
        'topratings' => 'Pages les mieux notées',
        'topratings-no-pages' => 'Aucune page notée.',
        'right-vote' => 'Pages de vote',
@@ -196,13 +196,13 @@
  * @author ChrisPtDe
  */
 $messages['frp'] = array(
-       'link' => 'Votar',
-       'unvote-link' => 'enlevar lo voto',
-       'community-score' => 'mârca de la comunôtât : $1',
-       'ratings' => '{{PLURAL:$1|yona èstimacion|$1 èstimacions}}',
-       'remove' => 'enlevar',
-       'gave-this' => 'vos éd balyê $1',
-       'votes' => '{{PLURAL:$1|yon voto|$1 votos}}',
+       'voteny-link' => 'Votar',
+       'voteny-unvote-link' => 'enlevar lo voto',
+       'voteny-community-score' => 'mârca de la comunôtât : $1',
+       'voteny-ratings' => '{{PLURAL:$1|yona èstimacion|$1 èstimacions}}',
+       'voteny-remove' => 'enlevar',
+       'voteny-gave-this' => 'vos éd balyê $1',
+       'voteny-votes' => '{{PLURAL:$1|yon voto|$1 votos}}',
        'right-vote' => 'Votar des pâges',
 );
 
@@ -210,14 +210,14 @@
  * @author Toliño
  */
 $messages['gl'] = array(
-       'desc' => 'Sistema de votación en JavaScript coa etiqueta 
<tt>&lt;vote&gt;</tt>',
-       'link' => 'Votar',
-       'unvote-link' => 'retirar o voto',
-       'community-score' => 'puntuación da comunidade: $1',
-       'ratings' => '{{PLURAL:$1|unha valoración|$1 valoracións}}',
-       'remove' => 'eliminar',
-       'gave-this' => 'vostede deu un $1',
-       'votes' => '{{PLURAL:$1|un voto|$1 votos}}',
+       'voteny-desc' => 'Sistema de votación en JavaScript coa etiqueta 
<tt>&lt;vote&gt;</tt>',
+       'voteny-link' => 'Votar',
+       'voteny-unvote-link' => 'retirar o voto',
+       'voteny-community-score' => 'puntuación da comunidade: $1',
+       'voteny-ratings' => '{{PLURAL:$1|unha valoración|$1 valoracións}}',
+       'voteny-remove' => 'eliminar',
+       'voteny-gave-this' => 'vostede deu un $1',
+       'voteny-votes' => '{{PLURAL:$1|un voto|$1 votos}}',
        'topratings' => 'Páxinas mellor valoradas',
        'topratings-no-pages' => 'Non hai ningunha páxina valorada.',
        'right-vote' => 'Votar páxinas',
@@ -227,11 +227,11 @@
  * @author חיים
  */
 $messages['he'] = array(
-       'link' => 'הצבעה',
-       'unvote-link' => 'הסר הצבעה',
-       'remove' => 'הסרה',
-       'gave-this' => 'נתת לזה $1',
-       'votes' => '{{PLURAL:$1|הצבעה אחת|$1 הצבעות}}',
+       'voteny-link' => 'הצבעה',
+       'voteny-unvote-link' => 'הסר הצבעה',
+       'voteny-remove' => 'הסרה',
+       'voteny-gave-this' => 'נתת לזה $1',
+       'voteny-votes' => '{{PLURAL:$1|הצבעה אחת|$1 הצבעות}}',
        'right-vote' => 'דפי ההצבעה',
 );
 
@@ -239,14 +239,14 @@
  * @author Michawiki
  */
 $messages['hsb'] = array(
-       'desc' => 'Wothłosowanje z tafličku <tt>&lt;vote&gt;</tt> na zakładźe 
JavaScripta',
-       'link' => 'Wothłosować',
-       'unvote-link' => 'Wothłosowanje anulować',
-       'community-score' => 'Ličba hłosow zhromadźenstwa: $1',
-       'ratings' => '{{PLURAL:$1|jedne pohódnoćenje|$1 pohódnoćeni|$1 
pohódnoćenja|$1 pohódnoćenjow}}',
-       'remove' => 'wotstronić',
-       'gave-this' => 'sy tutomu $1 dał',
-       'votes' => '{{PLURAL:$1|jedyn hłós|$1 hłosaj|$1 hłosy|$1 hłosow}}',
+       'voteny-desc' => 'Wothłosowanje z tafličku <tt>&lt;vote&gt;</tt> na 
zakładźe JavaScripta',
+       'voteny-link' => 'Wothłosować',
+       'voteny-unvote-link' => 'Wothłosowanje anulować',
+       'voteny-community-score' => 'Ličba hłosow zhromadźenstwa: $1',
+       'voteny-ratings' => '{{PLURAL:$1|jedne pohódnoćenje|$1 pohódnoćeni|$1 
pohódnoćenja|$1 pohódnoćenjow}}',
+       'voteny-remove' => 'wotstronić',
+       'voteny-gave-this' => 'sy tutomu $1 dał',
+       'voteny-votes' => '{{PLURAL:$1|jedyn hłós|$1 hłosaj|$1 hłosy|$1 
hłosow}}',
        'topratings' => 'Najwyše pohódnoćene strony',
        'topratings-no-pages' => 'Žane najwyše pohódnoćene strony.',
        'right-vote' => 'Wothłosowanske strony',
@@ -256,7 +256,7 @@
  * @author පසිඳු කාවින්ද
  */
 $messages['id'] = array(
-       'remove' => 'hapus',
+       'voteny-remove' => 'hapus',
 );
 
 /** Italian (italiano)
@@ -264,14 +264,14 @@
  * @author Darth Kule
  */
 $messages['it'] = array(
-       'desc' => 'Sistema di voto basato su JavaScript con il tag 
<tt>&lt;vote&gt;</tt>',
-       'link' => 'Vota',
-       'unvote-link' => 'rimuovi voto',
-       'community-score' => 'punteggio della comunità: $1',
-       'ratings' => '{{PLURAL:$1|un giudizio|$1 giudizi}}',
-       'remove' => 'rimuovi',
-       'gave-this' => 'hai dato $1',
-       'votes' => '{{PLURAL:$1|un voto|$1 voti}}',
+       'voteny-desc' => 'Sistema di voto basato su JavaScript con il tag 
<tt>&lt;vote&gt;</tt>',
+       'voteny-link' => 'Vota',
+       'voteny-unvote-link' => 'rimuovi voto',
+       'voteny-community-score' => 'punteggio della comunità: $1',
+       'voteny-ratings' => '{{PLURAL:$1|un giudizio|$1 giudizi}}',
+       'voteny-remove' => 'rimuovi',
+       'voteny-gave-this' => 'hai dato $1',
+       'voteny-votes' => '{{PLURAL:$1|un voto|$1 voti}}',
        'topratings' => 'Pagine migliori',
        'topratings-no-pages' => 'Nessuna pagina migliore.',
        'right-vote' => 'Vota le pagine',
@@ -281,14 +281,14 @@
  * @author Shirayuki
  */
 $messages['ja'] = array(
-       'desc' => '<tt>&lt;vote&gt;</tt> タグを使用した、JavaScript ベースの投票',
-       'link' => '投票',
-       'unvote-link' => '投票取り消し',
-       'community-score' => 'コミュニティでの得点: $1',
-       'ratings' => '{{PLURAL:$1|$1 件の評価}}',
-       'remove' => '除去',
-       'gave-this' => 'あなたはこれを $1 と評価しました',
-       'votes' => '{{PLURAL:$1|$1 票}}',
+       'voteny-desc' => '<tt>&lt;vote&gt;</tt> タグを使用した、JavaScript ベースの投票',
+       'voteny-link' => '投票',
+       'voteny-unvote-link' => '投票取り消し',
+       'voteny-community-score' => 'コミュニティでの得点: $1',
+       'voteny-ratings' => '{{PLURAL:$1|$1 件の評価}}',
+       'voteny-remove' => '除去',
+       'voteny-gave-this' => 'あなたはこれを $1 と評価しました',
+       'voteny-votes' => '{{PLURAL:$1|$1 票}}',
        'topratings' => '評価が高いページ',
        'topratings-no-pages' => '評価が高いページはありません。',
        'right-vote' => 'ページに投票',
@@ -298,22 +298,22 @@
  * @author David1010
  */
 $messages['ka'] = array(
-       'link' => 'ხმის მიცემა',
-       'remove' => 'წაშლა',
+       'voteny-link' => 'ხმის მიცემა',
+       'voteny-remove' => 'წაშლა',
 );
 
 /** Colognian (Ripoarisch)
  * @author Purodha
  */
 $messages['ksh'] = array(
-       'desc' => 'Afschtemmonge met JavaSkrep övver dä Befähl <code 
lang="en">&lt;vote&gt;</code>.',
-       'link' => 'Afschtemme',
-       'unvote-link' => 'Schtemm zerökträke',
-       'community-score' => 'Jemeinschafflejje Pünkscher: $1',
-       'ratings' => '{{PLURAL:$1|Ein Bewertong|$1 Bewertonge|Kein 
Bewertonge}}',
-       'remove' => 'fott nämme',
-       'gave-this' => 'Do häs en $1 verjovve.',
-       'votes' => '{{PLURAL:$1|Ein Schtemm|$1 Schtemme|Kein Schtemme}}',
+       'voteny-desc' => 'Afschtemmonge met JavaSkrep övver dä Befähl <code 
lang="en">&lt;vote&gt;</code>.',
+       'voteny-link' => 'Afschtemme',
+       'voteny-unvote-link' => 'Schtemm zerökträke',
+       'voteny-community-score' => 'Jemeinschafflejje Pünkscher: $1',
+       'voteny-ratings' => '{{PLURAL:$1|Ein Bewertong|$1 Bewertonge|Kein 
Bewertonge}}',
+       'voteny-remove' => 'fott nämme',
+       'voteny-gave-this' => 'Do häs en $1 verjovve.',
+       'voteny-votes' => '{{PLURAL:$1|Ein Schtemm|$1 Schtemme|Kein Schtemme}}',
        'topratings' => 'Sigge met de hühste Bewertonge',
        'topratings-no-pages' => 'Kein Sigge met hühste Bewertonge jefonge.',
        'right-vote' => 'Övver Siige afschtemme',
@@ -323,10 +323,10 @@
  * @author Robby
  */
 $messages['lb'] = array(
-       'link' => 'Ofstëmmen',
-       'unvote-link' => 'Stëmm zréckzéien',
-       'remove' => 'ewechhuelen',
-       'gave-this' => 'Dir hutt eng $1 ofginn',
+       'voteny-link' => 'Ofstëmmen',
+       'voteny-unvote-link' => 'Stëmm zréckzéien',
+       'voteny-remove' => 'ewechhuelen',
+       'voteny-gave-this' => 'Dir hutt eng $1 ofginn',
        'right-vote' => 'Ofstëmmen iwwer Säiten',
 );
 
@@ -334,14 +334,14 @@
  * @author Bjankuloski06
  */
 $messages['mk'] = array(
-       'desc' => 'Гласање на основа на JavaScript со ознаката 
<tt>&lt;vote&gt;</tt>',
-       'link' => 'Гласај',
-       'unvote-link' => 'повлечи глас',
-       'community-score' => 'бодови од заедницата: $1',
-       'ratings' => '{{PLURAL:$1|една оценка|$1 оценки}}',
-       'remove' => 'отстрани',
-       'gave-this' => 'страницава  ја оценивте со $1',
-       'votes' => '{{PLURAL:$1|еден глас|$1 гласа}}',
+       'voteny-desc' => 'Гласање на основа на JavaScript со ознаката 
<tt>&lt;vote&gt;</tt>',
+       'voteny-link' => 'Гласај',
+       'voteny-unvote-link' => 'повлечи глас',
+       'voteny-community-score' => 'бодови од заедницата: $1',
+       'voteny-ratings' => '{{PLURAL:$1|една оценка|$1 оценки}}',
+       'voteny-remove' => 'отстрани',
+       'voteny-gave-this' => 'страницава  ја оценивте со $1',
+       'voteny-votes' => '{{PLURAL:$1|еден глас|$1 гласа}}',
        'topratings' => 'Водечки страници',
        'topratings-no-pages' => 'Нема водечки страници.',
        'right-vote' => 'Гласање за страници',
@@ -351,14 +351,14 @@
  * @author Anakmalaysia
  */
 $messages['ms'] = array(
-       'desc' => 'Pengundian berasaskan JavaScript dengan teg 
<tt>&lt;vote&gt;</tt>',
-       'link' => 'Undi',
-       'unvote-link' => 'tarik balik undi',
-       'community-score' => 'markah komuniti: $1',
-       'ratings' => '$1 penilaian',
-       'remove' => 'buang',
-       'gave-this' => 'anda memberi yang ini $1',
-       'votes' => '$1 undian',
+       'voteny-desc' => 'Pengundian berasaskan JavaScript dengan teg 
<tt>&lt;vote&gt;</tt>',
+       'voteny-link' => 'Undi',
+       'voteny-unvote-link' => 'tarik balik undi',
+       'voteny-community-score' => 'markah komuniti: $1',
+       'voteny-ratings' => '$1 penilaian',
+       'voteny-remove' => 'buang',
+       'voteny-gave-this' => 'anda memberi yang ini $1',
+       'voteny-votes' => '$1 undian',
        'topratings' => 'Halaman undian tertinggi',
        'topratings-no-pages' => 'Tiada halaman undian tertinggi.',
        'right-vote' => 'Mengundi halaman',
@@ -369,14 +369,14 @@
  * @author Siebrand
  */
 $messages['nl'] = array(
-       'desc' => 'Op JavaScript gebaseerde peilingen met het label 
<code>&lt;vote&gt;</code>',
-       'link' => 'Stemmen',
-       'unvote-link' => 'stem terugtrekken',
-       'community-score' => 'gemeenschapsscore: $1',
-       'ratings' => '{{PLURAL:$1|één waardering|$1 waarderingen}}',
-       'remove' => 'verwijderen',
-       'gave-this' => 'u heeft een $1 gegeven',
-       'votes' => '{{PLURAL:$1|één stem|$1 stemmen}}',
+       'voteny-desc' => 'Op JavaScript gebaseerde peilingen met het label 
<code>&lt;vote&gt;</code>',
+       'voteny-link' => 'Stemmen',
+       'voteny-unvote-link' => 'stem terugtrekken',
+       'voteny-community-score' => 'gemeenschapsscore: $1',
+       'voteny-ratings' => '{{PLURAL:$1|één waardering|$1 waarderingen}}',
+       'voteny-remove' => 'verwijderen',
+       'voteny-gave-this' => 'u heeft een $1 gegeven',
+       'voteny-votes' => '{{PLURAL:$1|één stem|$1 stemmen}}',
        'topratings' => "Meest gewaardeerde pagina's",
        'topratings-no-pages' => "Er zijn nog geen meest gewaardeerde 
pagina's.",
        'right-vote' => "Op pagina's stemmen",
@@ -385,13 +385,13 @@
 /** Polish (polski)
  */
 $messages['pl'] = array(
-       'link' => 'Głosuj',
-       'unvote-link' => 'Anuluj',
-       'community-score' => 'Wynik wśród społeczności: $1',
-       'ratings' => '{{PLURAL:$1|1 głos|$1 głosy|$1 głosów}}',
-       'remove' => 'usuń',
-       'gave-this' => 'Oceniłeś to na $1',
-       'votes' => '{{PLURAL:$1|1 głos|$1 głosy|$1 głosów}}',
+       'voteny-link' => 'Głosuj',
+       'voteny-unvote-link' => 'Anuluj',
+       'voteny-community-score' => 'Wynik wśród społeczności: $1',
+       'voteny-ratings' => '{{PLURAL:$1|1 głos|$1 głosy|$1 głosów}}',
+       'voteny-remove' => 'usuń',
+       'voteny-gave-this' => 'Oceniłeś to na $1',
+       'voteny-votes' => '{{PLURAL:$1|1 głos|$1 głosy|$1 głosów}}',
 );
 
 /** Piedmontese (Piemontèis)
@@ -399,14 +399,14 @@
  * @author Dragonòt
  */
 $messages['pms'] = array(
-       'desc' => 'Votassion basà dzor JavaScript con la tichëtta 
<tt>&lt;vote&gt;</tt>',
-       'link' => 'Voté',
-       'unvote-link' => 'scancelé vot',
-       'community-score' => 'Pontegi dla comunità: $1',
-       'ratings' => '{{PLURAL:$1|na valutassion|$1 valutassion}}',
-       'remove' => 'gava',
-       'gave-this' => "It l'has daje un $1",
-       'votes' => '{{PLURAL:$1|un vot|$1 vot}}',
+       'voteny-desc' => 'Votassion basà dzor JavaScript con la tichëtta 
<tt>&lt;vote&gt;</tt>',
+       'voteny-link' => 'Voté',
+       'voteny-unvote-link' => 'scancelé vot',
+       'voteny-community-score' => 'Pontegi dla comunità: $1',
+       'voteny-ratings' => '{{PLURAL:$1|na valutassion|$1 valutassion}}',
+       'voteny-remove' => 'gava',
+       'voteny-gave-this' => "It l'has daje un $1",
+       'voteny-votes' => '{{PLURAL:$1|un vot|$1 vot}}',
        'topratings' => 'Le pàgine valutà mej',
        'topratings-no-pages' => 'Gnun-e pàgine valutà.',
        'right-vote' => 'Pàgine ëd vot',
@@ -424,22 +424,22 @@
  * @author Stelistcristi
  */
 $messages['ro'] = array(
-       'link' => 'Votați',
-       'remove' => 'elimină',
+       'voteny-link' => 'Votați',
+       'voteny-remove' => 'elimină',
 );
 
 /** tarandíne (tarandíne)
  * @author Joetaras
  */
 $messages['roa-tara'] = array(
-       'desc' => "Votazione ca se base sus a JavaScript cu 'u tag 
<tt>&lt;vote&gt;</tt>",
-       'link' => 'Vote',
-       'unvote-link' => 'no vutà',
-       'community-score' => "pundegge d'a comunitate: $1",
-       'ratings' => "{{PLURAL:$1|'na valutazione|$1 valutaziune}}",
-       'remove' => 'live',
-       'gave-this' => 'Tu è date quiste $1',
-       'votes' => "{{PLURAL:$1|'nu vote|$1 vote}}",
+       'voteny-desc' => "Votazione ca se base sus a JavaScript cu 'u tag 
<tt>&lt;vote&gt;</tt>",
+       'voteny-link' => 'Vote',
+       'voteny-unvote-link' => 'no vutà',
+       'voteny-community-score' => "pundegge d'a comunitate: $1",
+       'voteny-ratings' => "{{PLURAL:$1|'na valutazione|$1 valutaziune}}",
+       'voteny-remove' => 'live',
+       'voteny-gave-this' => 'Tu è date quiste $1',
+       'voteny-votes' => "{{PLURAL:$1|'nu vote|$1 vote}}",
        'topratings' => 'Pàggene cchiù vutate',
        'topratings-no-pages' => "Pàggene ca no stonne 'ngape a le vote.",
        'right-vote' => 'Vote le vôsce',
@@ -449,13 +449,13 @@
  * @author පසිඳු කාවින්ද
  */
 $messages['si'] = array(
-       'link' => 'ඡන්දය දෙන්න',
-       'unvote-link' => 'මනාපය ලබා නොදෙන්න',
-       'community-score' => 'ප්‍රජා ලකුණ: $1',
-       'ratings' => '{{PLURAL:$1|තරාතිරමක්|තරාතිරම් $1 ක්}}',
-       'remove' => 'ඉවත් කරන්න',
-       'gave-this' => 'ඔබ මෙයට $1 දී ඇත',
-       'votes' => '{{PLURAL:$1|මනාපයක්|මනාප $1 ක්}}',
+       'voteny-link' => 'ඡන්දය දෙන්න',
+       'voteny-unvote-link' => 'මනාපය ලබා නොදෙන්න',
+       'voteny-community-score' => 'ප්‍රජා ලකුණ: $1',
+       'voteny-ratings' => '{{PLURAL:$1|තරාතිරමක්|තරාතිරම් $1 ක්}}',
+       'voteny-remove' => 'ඉවත් කරන්න',
+       'voteny-gave-this' => 'ඔබ මෙයට $1 දී ඇත',
+       'voteny-votes' => '{{PLURAL:$1|මනාපයක්|මනාප $1 ක්}}',
        'topratings' => 'ඉහළ ශ්‍රේණිගත පිටු',
        'topratings-no-pages' => 'ඉහළ ශ්‍රේණිගත පිටු නොමැත.',
        'right-vote' => 'මනාප පිටු',
@@ -465,13 +465,13 @@
  * @author WikiPhoenix
  */
 $messages['sv'] = array(
-       'link' => 'Rösta',
-       'unvote-link' => 'ta bort röst',
-       'community-score' => 'gemenskapspoäng: $1',
-       'ratings' => '{{PLURAL:$1|ett betyg|$1 betyg}}',
-       'remove' => 'ta bort',
-       'gave-this' => 'du gav detta $1',
-       'votes' => '{{PLURAL:$1|en röst|$1 röster}}',
+       'voteny-link' => 'Rösta',
+       'voteny-unvote-link' => 'ta bort röst',
+       'voteny-community-score' => 'gemenskapspoäng: $1',
+       'voteny-ratings' => '{{PLURAL:$1|ett betyg|$1 betyg}}',
+       'voteny-remove' => 'ta bort',
+       'voteny-gave-this' => 'du gav detta $1',
+       'voteny-votes' => '{{PLURAL:$1|en röst|$1 röster}}',
        'topratings' => 'Topplistade sidor',
        'topratings-no-pages' => 'Inga topplistade sidor.',
 );
@@ -480,8 +480,8 @@
  * @author மதனாஹரன்
  */
 $messages['ta'] = array(
-       'link' => 'வாக்களி',
-       'remove' => 'நீக்கு',
+       'voteny-link' => 'வாக்களி',
+       'voteny-remove' => 'நீக்கு',
 );
 
 /** Tagalog (Tagalog)
@@ -489,14 +489,14 @@
  * @author TheSleepyhollow02
  */
 $messages['tl'] = array(
-       'desc' => 'Botohan na nakabatay sa JavaScript na mayroong tatak na 
<tt>&lt;bumoto&gt;</tt>',
-       'link' => 'Bumoto',
-       'unvote-link' => 'huwag bumoto',
-       'community-score' => 'puntos ng pamayanan: $1',
-       'ratings' => '{{PLURAL:$1|isang pag-aantas|$1 mga pag-aantas}}',
-       'remove' => 'tanggalin',
-       'gave-this' => 'binigyan mo ito ng isang $1',
-       'votes' => '{{PLURAL:$1| isang boto| $1 mga boto}}',
+       'voteny-desc' => 'Botohan na nakabatay sa JavaScript na mayroong tatak 
na <tt>&lt;bumoto&gt;</tt>',
+       'voteny-link' => 'Bumoto',
+       'voteny-unvote-link' => 'huwag bumoto',
+       'voteny-community-score' => 'puntos ng pamayanan: $1',
+       'voteny-ratings' => '{{PLURAL:$1|isang pag-aantas|$1 mga pag-aantas}}',
+       'voteny-remove' => 'tanggalin',
+       'voteny-gave-this' => 'binigyan mo ito ng isang $1',
+       'voteny-votes' => '{{PLURAL:$1| isang boto| $1 mga boto}}',
        'topratings' => 'Mga pahinang nangunguna sa pag-aantas',
        'topratings-no-pages' => 'Walang mga pahinang nangunguna sa 
pag-aantas.',
        'right-vote' => 'Iboto ang mga pahina',
@@ -506,14 +506,14 @@
  * @author Base
  */
 $messages['uk'] = array(
-       'desc' => 'Голосування на основі JavaScript із теґом 
<tt>&lt;vote&gt;</tt>',
-       'link' => 'Голосувати',
-       'unvote-link' => 'скасувати голос',
-       'community-score' => 'середня оцінка: $1',
-       'ratings' => '{{PLURAL:$1|один голос|$1 голоси|$1 голосів}}',
-       'remove' => 'вилучити',
-       'gave-this' => 'Ви оцінили це як $1',
-       'votes' => '{{PLURAL:$1|один голос|$1 голоси|$1 голосів}}',
+       'voteny-desc' => 'Голосування на основі JavaScript із теґом 
<tt>&lt;vote&gt;</tt>',
+       'voteny-link' => 'Голосувати',
+       'voteny-unvote-link' => 'скасувати голос',
+       'voteny-community-score' => 'середня оцінка: $1',
+       'voteny-ratings' => '{{PLURAL:$1|один голос|$1 голоси|$1 голосів}}',
+       'voteny-remove' => 'вилучити',
+       'voteny-gave-this' => 'Ви оцінили це як $1',
+       'voteny-votes' => '{{PLURAL:$1|один голос|$1 голоси|$1 голосів}}',
        'topratings' => 'Сторінки із найвищим оцінками',
        'topratings-no-pages' => 'Сторінки із не найвищими оцінками.',
        'right-vote' => 'Голосувати за сторінки',
@@ -524,14 +524,14 @@
  * @author Yfdyh000
  */
 $messages['zh-hans'] = array(
-       'desc' => '基于JavaScript的投票与<tt>&lt;vote&gt;</tt>标签',
-       'link' => '投票',
-       'unvote-link' => '消票',
-       'community-score' => '社区分数:$1',
-       'ratings' => '{{PLURAL:$1|$1人评分}}',
-       'remove' => '删除',
-       'gave-this' => '您给了$1分',
-       'votes' => '{{PLURAL:$1|$1票}}',
+       'voteny-desc' => '基于JavaScript的投票与<tt>&lt;vote&gt;</tt>标签',
+       'voteny-link' => '投票',
+       'voteny-unvote-link' => '消票',
+       'voteny-community-score' => '社区分数:$1',
+       'voteny-ratings' => '{{PLURAL:$1|$1人评分}}',
+       'voteny-remove' => '删除',
+       'voteny-gave-this' => '您给了$1分',
+       'voteny-votes' => '{{PLURAL:$1|$1票}}',
        'topratings' => '最受好评的页面',
        'topratings-no-pages' => '没有最受好评的页面。',
        'right-vote' => '投票页面',
@@ -542,14 +542,14 @@
  * @author Shirayuki
  */
 $messages['zh-hant'] = array(
-       'desc' => '基於JavaScript的投票與<tt>&lt;vote&gt;</tt>標記',
-       'link' => '投票',
-       'unvote-link' => '取消投票',
-       'community-score' => '社羣積分:$1',
-       'ratings' => '{{PLURAL:$1|$1個評級}}',
-       'remove' => '移除',
-       'gave-this' => '你給了$1分',
-       'votes' => '{{PLURAL:$1|$1票}}',
+       'voteny-desc' => '基於JavaScript的投票與<tt>&lt;vote&gt;</tt>標記',
+       'voteny-link' => '投票',
+       'voteny-unvote-link' => '取消投票',
+       'voteny-community-score' => '社羣積分:$1',
+       'voteny-ratings' => '{{PLURAL:$1|$1個評級}}',
+       'voteny-remove' => '移除',
+       'voteny-gave-this' => '你給了$1分',
+       'voteny-votes' => '{{PLURAL:$1|$1票}}',
        'topratings' => '最受好評的頁面',
        'topratings-no-pages' => '沒有最受好評的頁面。',
        'right-vote' => '投票頁面',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I28967a3f4f4ea7040cf8ac7abb36c300a3873d13
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VoteNY
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <[email protected]>
Gerrit-Reviewer: Jack Phoenix <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to