saper has uploaded a new change for review.

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

Change subject: Covert Polish listinfo template back to ISO 8859-2
......................................................................

Covert Polish listinfo template back to ISO 8859-2

Mailman messages are being output in ISO 8859-2,
which got mixed with the UTF-8 text in this file.

Currently the list description is in ISO-8859-2
as well.

English page is still badly broken (due to inclusion
of a pure ISO 8859-2 description on the UTF-8 page.

Change-Id: I66518ee8fbc1173aa8ef75b9d0a1c382d6e8cc6f
---
M modules/mailman/files/templates/pl/listinfo.html
1 file changed, 13 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/11/235911/1

diff --git a/modules/mailman/files/templates/pl/listinfo.html 
b/modules/mailman/files/templates/pl/listinfo.html
index 296b62e..9bc9004 100644
--- a/modules/mailman/files/templates/pl/listinfo.html
+++ b/modules/mailman/files/templates/pl/listinfo.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!-- Version: 1.5 -->
 <html lang="pl">
-<meta charset="utf-8">
+<meta charset="iso-8859-2">
   <head>
     <title><MM-List-Name> Lista dyskusyjna - Wikimedia</title>
     <style>
@@ -206,27 +206,27 @@
         <p><MM-List-Info></p>
         <ul>
           <li>Zobacz archiwa <MM-Archive><MM-List-Name></MM-Archive>. 
<MM-Restricted-List-Message></li>
-          <li>Wyślij wiadomość do <A 
HREF="mailto:<MM-Posting-Addr>"><MM-Posting-Addr></A>.</li>
-         <li><a 
href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Mailing_lists/List_info";>Przetłumacz
 stronę</a>
+          <li>Wy¶lij wiadomo¶æ do <A 
HREF="mailto:<MM-Posting-Addr>"><MM-Posting-Addr></A>.</li>
+         <li><a 
href="https://meta.wikimedia.org/wiki/Special:MyLanguage/Mailing_lists/List_info";>Przet³umacz
 stronê</a>
         </ul>
       </div>
       <div id="two-column">
         <div class="box-content" id="subscribe">
-          <h3 class="title title01">Zapisz się</h3>
+          <h3 class="title title01">Zapisz siê</h3>
           <MM-Subscribe-Form-Start>
           <table>
             <tr><td>Adres e-mail:</td><td><MM-Subscribe-Box></td></tr>
-            <tr><td>Imię (opcjonalnie):</td><td><mm-fullname-box></td></tr>
+            <tr><td>Imiê (opcjonalnie):</td><td><mm-fullname-box></td></tr>
             <!-- Optional Password Fields (can leave out for public lists as 
Mailman auto-generates) -->
             <!-- Password reminders can always be requested through web 
interface -->
             <!-- Most likely only to be used with lists with private archives 
or subscription lists -->
-            <!-- <tr><td>Hasło:</td><td><MM-New-Password-Box></td></tr> -->
-            <!-- <tr><td>Potwierdź 
hasło:</td><td><MM-Confirm-Password></td></tr> -->
+            <!-- <tr><td>Has³o:</td><td><MM-New-Password-Box></td></tr> -->
+            <!-- <tr><td>Potwierd¼ 
has³o:</td><td><MM-Confirm-Password></td></tr> -->
             <!-- Part of the multilingual selector below -->
-            <tr><td>Preferowany język:</td><td><MM-list-langs></td></tr>
+            <tr><td>Preferowany jêzyk:</td><td><MM-list-langs></td></tr>
           </table>
           <p><MM-Reminder></p>
-          <p><mm-digest-question-start> Czy chcesz otrzymywać spakowane maile 
raz dziennie?
+          <p><mm-digest-question-start> Czy chcesz otrzymywaæ spakowane maile 
raz dziennie?
           <MM-Undigest-Radio-Button> Nie <MM-Digest-Radio-Button>  Tak 
<mm-digest-question-end></p>
           <!-- MM-List-Subscription-Msg gives extra details about the 
subscription rules of the list -->
           <!-- This is optional, and will include variations between 
subscription rules (confirm vs confirm and approve) -->
@@ -235,13 +235,13 @@
           <p style="text-align: center"><MM-Subscribe-Button><MM-Form-End></p>
         </div>
         <div class="box-content" id="members">
-          <h3 class="title title03">Lista członków</h3>
+          <h3 class="title title03">Lista cz³onków</h3>
           <!-- MM-Roster-Form gives easy access to the subscribers list from 
the main list info page -->
           <!-- You can comment the line below out for when you don't need to 
give access to the subscribers list -->
           <!-- For example for announcement mailing lists or mailing lists 
with a large number of subscribers  -->
           <p><MM-Roster-Form-Start><MM-Roster-Option><MM-Form-End></p></div>
         <div class="box-content" id="manage">
-          <h3 class="title title04">Zmiana ustawień własnych lub opuszczenie 
listy</h3>
+          <h3 class="title title04">Zmiana ustawieñ w³asnych lub opuszczenie 
listy</h3>
           <p><MM-Options-Form-Start><MM-Editing-Options><MM-Form-End></p>
         </div>
         <div class="box-content" id="admins">
@@ -266,7 +266,7 @@
   </div>
   <div id="copyright" class="container">
     <p>Zaprojektowane przez <a 
href="http://www.freecsstemplates.org";>freeCSStemplates.org</a> - <a 
href="https://creativecommons.org/licenses/by/3.0/";>CC-BY 3.0</a>.
-    [[<a 
href="https://github.com/quimgil/mailman-templates";>źródło</a>]]</p>
+    [[<a href="https://github.com/quimgil/mailman-templates";>¼ród³o</a>]]</p>
   </div>
   </body>
-</html>
\ No newline at end of file
+</html>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I66518ee8fbc1173aa8ef75b9d0a1c382d6e8cc6f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: saper <[email protected]>

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

Reply via email to