Merge lp:~chrisccoulson/messagingmenu-extension/expose-main-pref into lp:messagingmenu-extension

Proposed by Chris Coulson
Status: Merged
Merged at revision: 61
Proposed branch: lp:~chrisccoulson/messagingmenu-extension/expose-main-pref
Merge into: lp:messagingmenu-extension
Diff against target: 704 lines (+185/-27)
70 files modified
chrome.manifest (+1/-0)
config_build.sh (+1/-1)
content/options.xul (+0/-25)
content/prefOverlay.xul (+50/-0)
content/prefs.js (+69/-0)
defaults/preferences/messagingmenu.js (+1/-0)
install.rdf (+0/-1)
locale/af/messagingmenu.properties (+1/-0)
locale/ar/messagingmenu.properties (+1/-0)
locale/ast/messagingmenu.properties (+1/-0)
locale/be/messagingmenu.properties (+1/-0)
locale/bg/messagingmenu.properties (+1/-0)
locale/bn/messagingmenu.properties (+1/-0)
locale/br/messagingmenu.properties (+1/-0)
locale/bs/messagingmenu.properties (+1/-0)
locale/ca/messagingmenu.properties (+1/-0)
locale/cs/messagingmenu.properties (+1/-0)
locale/cy/messagingmenu.properties (+1/-0)
locale/da/messagingmenu.properties (+1/-0)
locale/de/messagingmenu.properties (+1/-0)
locale/el/messagingmenu.properties (+1/-0)
locale/en-GB/messagingmenu.properties (+1/-0)
locale/en-US/messagingmenu.properties (+1/-0)
locale/eo/messagingmenu.properties (+1/-0)
locale/es/messagingmenu.properties (+1/-0)
locale/et/messagingmenu.properties (+1/-0)
locale/eu/messagingmenu.properties (+1/-0)
locale/fi/messagingmenu.properties (+1/-0)
locale/fr/messagingmenu.properties (+1/-0)
locale/gd/messagingmenu.properties (+1/-0)
locale/gl/messagingmenu.properties (+1/-0)
locale/he/messagingmenu.properties (+1/-0)
locale/hi-IN/messagingmenu.properties (+1/-0)
locale/hr/messagingmenu.properties (+1/-0)
locale/hu/messagingmenu.properties (+1/-0)
locale/hy-AM/messagingmenu.properties (+1/-0)
locale/id/messagingmenu.properties (+1/-0)
locale/is/messagingmenu.properties (+1/-0)
locale/it/messagingmenu.properties (+1/-0)
locale/ja/messagingmenu.properties (+1/-0)
locale/kk/messagingmenu.properties (+1/-0)
locale/kn/messagingmenu.properties (+1/-0)
locale/ko/messagingmenu.properties (+1/-0)
locale/ku/messagingmenu.properties (+1/-0)
locale/lt/messagingmenu.properties (+1/-0)
locale/lv/messagingmenu.properties (+1/-0)
locale/mk/messagingmenu.properties (+1/-0)
locale/ml/messagingmenu.properties (+1/-0)
locale/mr/messagingmenu.properties (+1/-0)
locale/nb-NO/messagingmenu.properties (+1/-0)
locale/nl/messagingmenu.properties (+1/-0)
locale/nn-NO/messagingmenu.properties (+1/-0)
locale/pl/messagingmenu.properties (+1/-0)
locale/pt-BR/messagingmenu.properties (+1/-0)
locale/pt/messagingmenu.properties (+1/-0)
locale/ro/messagingmenu.properties (+1/-0)
locale/ru/messagingmenu.properties (+1/-0)
locale/si/messagingmenu.properties (+1/-0)
locale/sk/messagingmenu.properties (+1/-0)
locale/sl/messagingmenu.properties (+1/-0)
locale/sq/messagingmenu.properties (+1/-0)
locale/sr/messagingmenu.properties (+1/-0)
locale/sv/messagingmenu.properties (+1/-0)
locale/ta/messagingmenu.properties (+1/-0)
locale/te/messagingmenu.properties (+1/-0)
locale/th/messagingmenu.properties (+1/-0)
locale/tr/messagingmenu.properties (+1/-0)
locale/uk/messagingmenu.properties (+1/-0)
locale/zh-CN/messagingmenu.properties (+1/-0)
locale/zh-TW/messagingmenu.properties (+1/-0)
To merge this branch: bzr merge lp:~chrisccoulson/messagingmenu-extension/expose-main-pref
Reviewer Review Type Date Requested Status
Mike Conley Pending
Review via email: mp+68722@code.launchpad.net
To post a comment you must log in.
63. By Chris Coulson

Guard the last commit with a try/catch clause, to prevent it from breaking the pref UI if something goes wrong

64. By Chris Coulson

Connect to the paneload signal of the general prefpane and add the checkbox there,
rather than doing it on the document load handler. The latter can fire before the prefpane is loaded
if the pref window is opened on a different tab

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'chrome.manifest'
2--- chrome.manifest 2011-07-21 01:04:15 +0000
3+++ chrome.manifest 2011-07-25 14:24:35 +0000
4@@ -64,3 +64,4 @@
5 locale messagingmenu zh-TW locale/zh-TW/
6
7 overlay chrome://messenger/content/messenger.xul chrome://messagingmenu/content/thunderbirdOverlay.xul application={3550f703-e582-4d05-9a08-453d09bdfdc6}
8+overlay chrome://messenger/content/preferences/general.xul chrome://messagingmenu/content/prefOverlay.xul application={3550f703-e582-4d05-9a08-453d09bdfdc6}
9
10=== modified file 'config_build.sh'
11--- config_build.sh 2011-06-23 13:57:14 +0000
12+++ config_build.sh 2011-07-25 14:24:35 +0000
13@@ -6,7 +6,7 @@
14 CHROME_PROVIDERS="content locale"
15 CLEAN_UP=1
16 ROOT_FILES=
17-ROOT_DIRS="modules"
18+ROOT_DIRS="modules defaults"
19 BEFORE_BUILD=
20 BEFORE_PACK=
21 AFTER_BUILD=
22
23=== removed file 'content/options.xul'
24--- content/options.xul 2011-06-06 14:48:46 +0000
25+++ content/options.xul 1970-01-01 00:00:00 +0000
26@@ -1,25 +0,0 @@
27-<?xml version="1.0"?>
28-<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
29-
30-<prefwindow id="messagingmenu-prefs"
31- title="Messaging Menu Preferences"
32- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
33-
34-<prefpane id="messagingmenu-options-pane" label="Indicator Options">
35- <preferences>
36- <preference id="pref_show_indication" name="extensions.messagingmenu.showIndication" type="bool"/>
37- <preference id="pref_show_mail" name="extensions.messagingmenu.includeMail" type="bool"/>
38- <preference id="pref_show_rss" name="extensions.messagingmenu.includeRSS" type="bool"/>
39- <preference id="pref_show_newsgroups" name="extensions.messagingmenu.includeNewsgroups" type="bool"/>
40- </preferences>
41-
42- <hbox align="center">
43- <checkbox preference="pref_show_indication" id="show_indication" label="Show Indication" />
44- <checkbox preference="pref_show_mail" id="show_mail" label="Show Mail" />
45- <checkbox preference="pref_show_rss" id="show_rss" label="Show RSS Feeds" />
46- <checkbox preference="pref_show_newsgroups" id="show_newsgroups" label="Show Newgroups" />
47- </hbox>
48-</prefpane>
49-
50-</prefwindow>
51-
52
53=== added file 'content/prefOverlay.xul'
54--- content/prefOverlay.xul 1970-01-01 00:00:00 +0000
55+++ content/prefOverlay.xul 2011-07-25 14:24:35 +0000
56@@ -0,0 +1,50 @@
57+<?xml version="1.0"?>
58+<!-- ***** BEGIN LICENSE BLOCK *****
59+ - Version: MPL 1.1/GPL 2.0/LGPL 2.1
60+ -
61+ - The contents of this file are subject to the Mozilla Public License Version
62+ - 1.1 (the "License"); you may not use this file except in compliance with
63+ - the License. You may obtain a copy of the License at
64+ - http://www.mozilla.org/MPL/
65+ -
66+ - Software distributed under the License is distributed on an "AS IS" basis,
67+ - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
68+ - for the specific language governing rights and limitations under the
69+ - License.
70+ -
71+ - The Original Code is messagingmenu-extension.
72+ -
73+ - The Initial Developer of the Original Code is
74+ - Mozilla Messaging, Inc.
75+ - Portions created by the Initial Developer are Copyright (C) 2010
76+ - the Initial Developer. All Rights Reserved.
77+ -
78+ - Contributor(s):
79+ - Chris Coulson <chris.coulson@canonical.com>
80+ -
81+ - Alternatively, the contents of this file may be used under the terms of
82+ - either the GNU General Public License Version 2 or later (the "GPL"), or
83+ - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
84+ - in which case the provisions of the GPL or the LGPL are applicable instead
85+ - of those above. If you wish to allow use of your version of this file only
86+ - under the terms of either the GPL or the LGPL, and not to allow others to
87+ - use your version of this file under the terms of the MPL, indicate your
88+ - decision by deleting the provisions above and replace them with the notice
89+ - and other provisions required by the GPL or the LGPL. If you do not delete
90+ - the provisions above, a recipient may use your version of this file under
91+ - the terms of any one of the MPL, the GPL or the LGPL.
92+ -
93+ - ***** END LICENSE BLOCK ***** -->
94+
95+<overlay id="messagingmenu-extension-pref-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
96+ <script type="application/x-javascript" src="chrome://messagingmenu/content/prefs.js" />
97+
98+ <preferences id="generalPreferences">
99+ <preference id="extensions.messagingmenu.enabled" name="extensions.messagingmenu.enabled" type="bool"/>
100+ </preferences>
101+
102+ <prefpane id="paneGeneral">
103+ <stringbundle id="bundleMessagingMenu" src="chrome://messagingmenu/locale/messagingmenu.properties"/>
104+ </prefpane>
105+
106+</overlay>
107
108=== added file 'content/prefs.js'
109--- content/prefs.js 1970-01-01 00:00:00 +0000
110+++ content/prefs.js 2011-07-25 14:24:35 +0000
111@@ -0,0 +1,69 @@
112+/* -*- Mode: javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
113+/* ***** BEGIN LICENSE BLOCK *****
114+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
115+ *
116+ * The contents of this file are subject to the Mozilla Public License Version
117+ * 1.1 (the "License"); you may not use this file except in compliance with
118+ * the License. You may obtain a copy of the License at
119+ * http://www.mozilla.org/MPL/
120+ *
121+ * Software distributed under the License is distributed on an "AS IS" basis,
122+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
123+ * for the specific language governing rights and limitations under the
124+ * License.
125+ *
126+ * The Original Code is messagingmenu-extension
127+ *
128+ * The Initial Developer of the Original Code is
129+ * Mozilla Messaging, Ltd.
130+ * Portions created by the Initial Developer are Copyright (C) 2010
131+ * the Initial Developer. All Rights Reserved.
132+ *
133+ * Contributor(s):
134+ * Chris Coulson <chris.coulson@canonical.com>
135+ *
136+ * Alternatively, the contents of this file may be used under the terms of
137+ * either the GNU General Public License Version 2 or later (the "GPL"), or
138+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
139+ * in which case the provisions of the GPL or the LGPL are applicable instead
140+ * of those above. If you wish to allow use of your version of this file only
141+ * under the terms of either the GPL or the LGPL, and not to allow others to
142+ * use your version of this file under the terms of the MPL, indicate your
143+ * decision by deleting the provisions above and replace them with the notice
144+ * and other provisions required by the GPL or the LGPL. If you do not delete
145+ * the provisions above, a recipient may use your version of this file under
146+ * the terms of any one of the MPL, the GPL or the LGPL.
147+ *
148+ * ***** END LICENSE BLOCK ***** */
149+
150+Components.utils.import("resource://gre/modules/Services.jsm");
151+
152+(function() {
153+ let generalPane = document.getElementById("paneGeneral");
154+ generalPane.addEventListener("paneload", function onLoad() {
155+ generalPane.removeEventListener("paneload", onLoad, false);
156+
157+ // XXX: We can't use an overlay here, as the groupbox we want to drop
158+ // our checkbox in has no ID. So, we find it and add the checkbox
159+ // manually
160+ try {
161+ let box = document.getElementById("newMailNotification").parentNode;
162+ let bundle = document.getElementById("bundleMessagingMenu");
163+
164+ let checkbox = document.createElement("checkbox");
165+
166+ checkbox.setAttribute("id", "indicatorEnabled");
167+ checkbox.setAttribute("label", bundle.getString("enablePref"));
168+ checkbox.setAttribute("preference", "extensions.messagingmenu.enabled");
169+
170+ // XXX: Why do we need to do this? Our checkbox has a preference attribute
171+ // which points to a node that already exists in the document...
172+ if (Services.prefs.getBoolPref("extensions.messagingmenu.enabled")) {
173+ checkbox.setAttribute("checked", "true");
174+ }
175+
176+ box.appendChild(checkbox);
177+ } catch(e) { }
178+
179+ }, false);
180+})();
181
182=== added directory 'defaults'
183=== added directory 'defaults/preferences'
184=== added file 'defaults/preferences/messagingmenu.js'
185--- defaults/preferences/messagingmenu.js 1970-01-01 00:00:00 +0000
186+++ defaults/preferences/messagingmenu.js 2011-07-25 14:24:35 +0000
187@@ -0,0 +1,1 @@
188+pref("extensions.messagingmenu.enabled", true);
189
190=== modified file 'install.rdf'
191--- install.rdf 2011-07-21 13:20:02 +0000
192+++ install.rdf 2011-07-25 14:24:35 +0000
193@@ -5,7 +5,6 @@
194 <Description about="urn:mozilla:install-manifest">
195 <em:id>messagingmenu@mozilla.com</em:id>
196 <em:version>0.7.5</em:version>
197- <em:optionsURL>chrome://messagingmenu/content/options.xul</em:optionsURL>
198
199 <em:targetApplication>
200 <!-- Thunderbird -->
201
202=== modified file 'locale/af/messagingmenu.properties'
203--- locale/af/messagingmenu.properties 2011-07-21 01:04:15 +0000
204+++ locale/af/messagingmenu.properties 2011-07-25 14:24:35 +0000
205@@ -1,2 +1,3 @@
206 composeNewMessage=Skryf 'n nuwe boodskap
207 contacts=Kontakte
208+enablePref=Show in the messaging menu
209
210=== modified file 'locale/ar/messagingmenu.properties'
211--- locale/ar/messagingmenu.properties 2011-07-21 01:04:15 +0000
212+++ locale/ar/messagingmenu.properties 2011-07-25 14:24:35 +0000
213@@ -1,2 +1,3 @@
214 composeNewMessage=حرر رسالة جديدة
215 contacts=المتراسلين
216+enablePref=Show in the messaging menu
217
218=== modified file 'locale/ast/messagingmenu.properties'
219--- locale/ast/messagingmenu.properties 2011-07-21 01:04:15 +0000
220+++ locale/ast/messagingmenu.properties 2011-07-25 14:24:35 +0000
221@@ -1,2 +1,3 @@
222 composeNewMessage=Redactar un mensaxe nuevu
223 contacts=Contautos
224+enablePref=Show in the messaging menu
225
226=== modified file 'locale/be/messagingmenu.properties'
227--- locale/be/messagingmenu.properties 2011-07-21 01:04:15 +0000
228+++ locale/be/messagingmenu.properties 2011-07-25 14:24:35 +0000
229@@ -1,2 +1,3 @@
230 composeNewMessage=Напісаць ліст
231 contacts=Кантакты
232+enablePref=Show in the messaging menu
233
234=== modified file 'locale/bg/messagingmenu.properties'
235--- locale/bg/messagingmenu.properties 2011-07-21 01:04:15 +0000
236+++ locale/bg/messagingmenu.properties 2011-07-25 14:24:35 +0000
237@@ -1,2 +1,3 @@
238 composeNewMessage=Ново писмо
239 contacts=Контакти
240+enablePref=Show in the messaging menu
241
242=== modified file 'locale/bn/messagingmenu.properties'
243--- locale/bn/messagingmenu.properties 2011-07-21 01:04:15 +0000
244+++ locale/bn/messagingmenu.properties 2011-07-25 14:24:35 +0000
245@@ -1,2 +1,3 @@
246 composeNewMessage=নতুন বার্তা লিখুন
247 contacts=পরিচিতি সমূহ
248+enablePref=Show in the messaging menu
249
250=== modified file 'locale/br/messagingmenu.properties'
251--- locale/br/messagingmenu.properties 2011-07-21 01:04:15 +0000
252+++ locale/br/messagingmenu.properties 2011-07-25 14:24:35 +0000
253@@ -1,2 +1,3 @@
254 composeNewMessage=Sevel ur gemennadenn nevez
255 contacts=Darempredoù
256+enablePref=Show in the messaging menu
257
258=== modified file 'locale/bs/messagingmenu.properties'
259--- locale/bs/messagingmenu.properties 2011-07-21 01:04:15 +0000
260+++ locale/bs/messagingmenu.properties 2011-07-25 14:24:35 +0000
261@@ -1,2 +1,3 @@
262 composeNewMessage=Napiši novu poruku
263 contacts=Kontakti
264+enablePref=Show in the messaging menu
265
266=== modified file 'locale/ca/messagingmenu.properties'
267--- locale/ca/messagingmenu.properties 2011-07-21 01:04:15 +0000
268+++ locale/ca/messagingmenu.properties 2011-07-25 14:24:35 +0000
269@@ -1,2 +1,3 @@
270 composeNewMessage=Redacta un missatge nou
271 contacts=Contactes
272+enablePref=Show in the messaging menu
273
274=== modified file 'locale/cs/messagingmenu.properties'
275--- locale/cs/messagingmenu.properties 2011-07-21 01:04:15 +0000
276+++ locale/cs/messagingmenu.properties 2011-07-25 14:24:35 +0000
277@@ -1,2 +1,3 @@
278 composeNewMessage=Napsat novou zprávu
279 contacts=Kontakty
280+enablePref=Show in the messaging menu
281
282=== modified file 'locale/cy/messagingmenu.properties'
283--- locale/cy/messagingmenu.properties 2011-07-21 01:04:15 +0000
284+++ locale/cy/messagingmenu.properties 2011-07-25 14:24:35 +0000
285@@ -1,2 +1,3 @@
286 composeNewMessage=Cyfansoddi Neges Newydd
287 contacts=Cysylltiadau
288+enablePref=Show in the messaging menu
289
290=== modified file 'locale/da/messagingmenu.properties'
291--- locale/da/messagingmenu.properties 2011-07-21 01:04:15 +0000
292+++ locale/da/messagingmenu.properties 2011-07-25 14:24:35 +0000
293@@ -1,2 +1,3 @@
294 composeNewMessage=Skriv en ny besked
295 contacts=Kontakter
296+enablePref=Show in the messaging menu
297
298=== modified file 'locale/de/messagingmenu.properties'
299--- locale/de/messagingmenu.properties 2011-07-21 01:04:15 +0000
300+++ locale/de/messagingmenu.properties 2011-07-25 14:24:35 +0000
301@@ -1,2 +1,3 @@
302 composeNewMessage=Neue Nachricht erstellen
303 contacts=Kontakte
304+enablePref=Show in the messaging menu
305
306=== modified file 'locale/el/messagingmenu.properties'
307--- locale/el/messagingmenu.properties 2011-07-21 01:04:15 +0000
308+++ locale/el/messagingmenu.properties 2011-07-25 14:24:35 +0000
309@@ -1,2 +1,3 @@
310 composeNewMessage=Σύνταξη νέου μηνύματος
311 contacts=Επαφές
312+enablePref=Show in the messaging menu
313
314=== modified file 'locale/en-GB/messagingmenu.properties'
315--- locale/en-GB/messagingmenu.properties 2011-07-21 01:04:15 +0000
316+++ locale/en-GB/messagingmenu.properties 2011-07-25 14:24:35 +0000
317@@ -1,2 +1,3 @@
318 composeNewMessage=Compose New Message
319 contacts=Contacts
320+enablePref=Show in the messaging menu
321
322=== modified file 'locale/en-US/messagingmenu.properties'
323--- locale/en-US/messagingmenu.properties 2011-06-23 01:18:50 +0000
324+++ locale/en-US/messagingmenu.properties 2011-07-25 14:24:35 +0000
325@@ -1,2 +1,3 @@
326 composeNewMessage=Compose New Message
327 contacts=Contacts
328+enablePref=Show in the messaging menu
329
330=== modified file 'locale/eo/messagingmenu.properties'
331--- locale/eo/messagingmenu.properties 2011-07-21 01:04:15 +0000
332+++ locale/eo/messagingmenu.properties 2011-07-25 14:24:35 +0000
333@@ -1,2 +1,3 @@
334 composeNewMessage=Redakti novan mesaĝon
335 contacts=Kontaktoj
336+enablePref=Show in the messaging menu
337
338=== modified file 'locale/es/messagingmenu.properties'
339--- locale/es/messagingmenu.properties 2011-07-21 01:04:15 +0000
340+++ locale/es/messagingmenu.properties 2011-07-25 14:24:35 +0000
341@@ -1,2 +1,3 @@
342 composeNewMessage=Redactar un mensaje nuevo
343 contacts=Contactos
344+enablePref=Show in the messaging menu
345
346=== modified file 'locale/et/messagingmenu.properties'
347--- locale/et/messagingmenu.properties 2011-07-21 01:04:15 +0000
348+++ locale/et/messagingmenu.properties 2011-07-25 14:24:35 +0000
349@@ -1,2 +1,3 @@
350 composeNewMessage=Koosta uus sõnum
351 contacts=Kontaktid
352+enablePref=Show in the messaging menu
353
354=== modified file 'locale/eu/messagingmenu.properties'
355--- locale/eu/messagingmenu.properties 2011-07-21 01:04:15 +0000
356+++ locale/eu/messagingmenu.properties 2011-07-25 14:24:35 +0000
357@@ -1,2 +1,3 @@
358 composeNewMessage=Mezu Berria Idatzi
359 contacts=Kontaktuak
360+enablePref=Show in the messaging menu
361
362=== modified file 'locale/fi/messagingmenu.properties'
363--- locale/fi/messagingmenu.properties 2011-07-21 01:04:15 +0000
364+++ locale/fi/messagingmenu.properties 2011-07-25 14:24:35 +0000
365@@ -1,2 +1,3 @@
366 composeNewMessage=Luo uusi viesti
367 contacts=Yhteystiedot
368+enablePref=Show in the messaging menu
369
370=== modified file 'locale/fr/messagingmenu.properties'
371--- locale/fr/messagingmenu.properties 2011-07-21 01:04:15 +0000
372+++ locale/fr/messagingmenu.properties 2011-07-25 14:24:35 +0000
373@@ -1,2 +1,3 @@
374 composeNewMessage=Rédiger un nouveau courriel
375 contacts=Carnet d'adresses
376+enablePref=Show in the messaging menu
377
378=== modified file 'locale/gd/messagingmenu.properties'
379--- locale/gd/messagingmenu.properties 2011-07-21 01:04:15 +0000
380+++ locale/gd/messagingmenu.properties 2011-07-25 14:24:35 +0000
381@@ -1,2 +1,3 @@
382 composeNewMessage=Co-chuir Teachdaireachd Ùr
383 contacts=Buntanasan
384+enablePref=Show in the messaging menu
385
386=== modified file 'locale/gl/messagingmenu.properties'
387--- locale/gl/messagingmenu.properties 2011-07-21 01:04:15 +0000
388+++ locale/gl/messagingmenu.properties 2011-07-25 14:24:35 +0000
389@@ -1,2 +1,3 @@
390 composeNewMessage=Redactar unha nova mensaxe
391 contacts=Contactos
392+enablePref=Show in the messaging menu
393
394=== modified file 'locale/he/messagingmenu.properties'
395--- locale/he/messagingmenu.properties 2011-07-21 01:04:15 +0000
396+++ locale/he/messagingmenu.properties 2011-07-25 14:24:35 +0000
397@@ -1,2 +1,3 @@
398 composeNewMessage=חיבור הודעה חדשה
399 contacts=אנשי קשר
400+enablePref=Show in the messaging menu
401
402=== modified file 'locale/hi-IN/messagingmenu.properties'
403--- locale/hi-IN/messagingmenu.properties 2011-07-21 01:04:15 +0000
404+++ locale/hi-IN/messagingmenu.properties 2011-07-25 14:24:35 +0000
405@@ -1,2 +1,3 @@
406 composeNewMessage=नया संदेश लिखें
407 contacts=संपर्क
408+enablePref=Show in the messaging menu
409
410=== modified file 'locale/hr/messagingmenu.properties'
411--- locale/hr/messagingmenu.properties 2011-07-21 01:04:15 +0000
412+++ locale/hr/messagingmenu.properties 2011-07-25 14:24:35 +0000
413@@ -1,2 +1,3 @@
414 composeNewMessage=Nova poruka
415 contacts=Kontakti
416+enablePref=Show in the messaging menu
417
418=== modified file 'locale/hu/messagingmenu.properties'
419--- locale/hu/messagingmenu.properties 2011-07-21 01:04:15 +0000
420+++ locale/hu/messagingmenu.properties 2011-07-25 14:24:35 +0000
421@@ -1,2 +1,3 @@
422 composeNewMessage=Új üzenet írása
423 contacts=Névjegyek
424+enablePref=Show in the messaging menu
425
426=== modified file 'locale/hy-AM/messagingmenu.properties'
427--- locale/hy-AM/messagingmenu.properties 2011-07-21 01:04:15 +0000
428+++ locale/hy-AM/messagingmenu.properties 2011-07-25 14:24:35 +0000
429@@ -1,2 +1,3 @@
430 composeNewMessage=Նամակ գրել
431 contacts=Կապորդներ
432+enablePref=Show in the messaging menu
433
434=== modified file 'locale/id/messagingmenu.properties'
435--- locale/id/messagingmenu.properties 2011-07-21 01:04:15 +0000
436+++ locale/id/messagingmenu.properties 2011-07-25 14:24:35 +0000
437@@ -1,2 +1,3 @@
438 composeNewMessage=Buat Pesan Baru
439 contacts=Kontak
440+enablePref=Show in the messaging menu
441
442=== modified file 'locale/is/messagingmenu.properties'
443--- locale/is/messagingmenu.properties 2011-07-21 01:04:15 +0000
444+++ locale/is/messagingmenu.properties 2011-07-25 14:24:35 +0000
445@@ -1,2 +1,3 @@
446 composeNewMessage=Skrifa nýtt bréf
447 contacts=Tengiliðir
448+enablePref=Show in the messaging menu
449
450=== modified file 'locale/it/messagingmenu.properties'
451--- locale/it/messagingmenu.properties 2011-07-21 01:04:15 +0000
452+++ locale/it/messagingmenu.properties 2011-07-25 14:24:35 +0000
453@@ -1,2 +1,3 @@
454 composeNewMessage=Componi nuovo messaggio
455 contacts=Contatti
456+enablePref=Show in the messaging menu
457
458=== modified file 'locale/ja/messagingmenu.properties'
459--- locale/ja/messagingmenu.properties 2011-07-21 01:04:15 +0000
460+++ locale/ja/messagingmenu.properties 2011-07-25 14:24:35 +0000
461@@ -1,2 +1,3 @@
462 composeNewMessage=新しいメッセージの作成
463 contacts=連絡先
464+enablePref=Show in the messaging menu
465
466=== modified file 'locale/kk/messagingmenu.properties'
467--- locale/kk/messagingmenu.properties 2011-07-21 01:04:15 +0000
468+++ locale/kk/messagingmenu.properties 2011-07-25 14:24:35 +0000
469@@ -1,2 +1,3 @@
470 composeNewMessage=Жаңа хат жазу
471 contacts=Байланыс жазулары
472+enablePref=Show in the messaging menu
473
474=== modified file 'locale/kn/messagingmenu.properties'
475--- locale/kn/messagingmenu.properties 2011-07-21 01:04:15 +0000
476+++ locale/kn/messagingmenu.properties 2011-07-25 14:24:35 +0000
477@@ -1,2 +1,3 @@
478 composeNewMessage=ಹೊಸ ಸಂದೇಶವನ್ನು ಸಂಯೋಜಿಸು
479 contacts=ಸಂಪರ್ಕಗಳು
480+enablePref=Show in the messaging menu
481
482=== modified file 'locale/ko/messagingmenu.properties'
483--- locale/ko/messagingmenu.properties 2011-07-21 01:04:15 +0000
484+++ locale/ko/messagingmenu.properties 2011-07-25 14:24:35 +0000
485@@ -1,2 +1,3 @@
486 composeNewMessage=새 메시지 쓰기
487 contacts=연락처
488+enablePref=Show in the messaging menu
489
490=== modified file 'locale/ku/messagingmenu.properties'
491--- locale/ku/messagingmenu.properties 2011-07-21 01:04:15 +0000
492+++ locale/ku/messagingmenu.properties 2011-07-25 14:24:35 +0000
493@@ -1,2 +1,3 @@
494 composeNewMessage=Peyameke nû biafirînê
495 contacts=Tekilî
496+enablePref=Show in the messaging menu
497
498=== modified file 'locale/lt/messagingmenu.properties'
499--- locale/lt/messagingmenu.properties 2011-07-21 01:04:15 +0000
500+++ locale/lt/messagingmenu.properties 2011-07-25 14:24:35 +0000
501@@ -1,2 +1,3 @@
502 composeNewMessage=Rašyti naują laišką
503 contacts=Kontaktai
504+enablePref=Show in the messaging menu
505
506=== modified file 'locale/lv/messagingmenu.properties'
507--- locale/lv/messagingmenu.properties 2011-07-21 01:04:15 +0000
508+++ locale/lv/messagingmenu.properties 2011-07-25 14:24:35 +0000
509@@ -1,2 +1,3 @@
510 composeNewMessage=Sacerēt jaunu vēstuli
511 contacts=Kontakti
512+enablePref=Show in the messaging menu
513
514=== modified file 'locale/mk/messagingmenu.properties'
515--- locale/mk/messagingmenu.properties 2011-07-21 01:04:15 +0000
516+++ locale/mk/messagingmenu.properties 2011-07-25 14:24:35 +0000
517@@ -1,2 +1,3 @@
518 composeNewMessage=Состави нова порака
519 contacts=Контакти
520+enablePref=Show in the messaging menu
521
522=== modified file 'locale/ml/messagingmenu.properties'
523--- locale/ml/messagingmenu.properties 2011-07-21 01:04:15 +0000
524+++ locale/ml/messagingmenu.properties 2011-07-25 14:24:35 +0000
525@@ -1,2 +1,3 @@
526 composeNewMessage=പുതിയ സന്ദേശം രചിക്കുക
527 contacts=വിലാസങ്ങള്‍
528+enablePref=Show in the messaging menu
529
530=== modified file 'locale/mr/messagingmenu.properties'
531--- locale/mr/messagingmenu.properties 2011-07-21 01:04:15 +0000
532+++ locale/mr/messagingmenu.properties 2011-07-25 14:24:35 +0000
533@@ -1,2 +1,3 @@
534 composeNewMessage=नवीन संदेश लिहा.
535 contacts=संपर्क
536+enablePref=Show in the messaging menu
537
538=== modified file 'locale/nb-NO/messagingmenu.properties'
539--- locale/nb-NO/messagingmenu.properties 2011-07-21 01:04:15 +0000
540+++ locale/nb-NO/messagingmenu.properties 2011-07-25 14:24:35 +0000
541@@ -1,2 +1,3 @@
542 composeNewMessage=Skriv en ny melding
543 contacts=Kontakter
544+enablePref=Show in the messaging menu
545
546=== modified file 'locale/nl/messagingmenu.properties'
547--- locale/nl/messagingmenu.properties 2011-07-21 01:04:15 +0000
548+++ locale/nl/messagingmenu.properties 2011-07-25 14:24:35 +0000
549@@ -1,2 +1,3 @@
550 composeNewMessage=Nieuw bericht opstellen
551 contacts=Contacten
552+enablePref=Show in the messaging menu
553
554=== modified file 'locale/nn-NO/messagingmenu.properties'
555--- locale/nn-NO/messagingmenu.properties 2011-07-21 01:04:15 +0000
556+++ locale/nn-NO/messagingmenu.properties 2011-07-25 14:24:35 +0000
557@@ -1,2 +1,3 @@
558 composeNewMessage=Skriv ei ny melding
559 contacts=Kontaktar
560+enablePref=Show in the messaging menu
561
562=== modified file 'locale/pl/messagingmenu.properties'
563--- locale/pl/messagingmenu.properties 2011-07-21 01:04:15 +0000
564+++ locale/pl/messagingmenu.properties 2011-07-25 14:24:35 +0000
565@@ -1,2 +1,3 @@
566 composeNewMessage=Utwórz nową wiadomość
567 contacts=Kontakty
568+enablePref=Show in the messaging menu
569
570=== modified file 'locale/pt-BR/messagingmenu.properties'
571--- locale/pt-BR/messagingmenu.properties 2011-07-21 01:04:15 +0000
572+++ locale/pt-BR/messagingmenu.properties 2011-07-25 14:24:35 +0000
573@@ -1,2 +1,3 @@
574 composeNewMessage=Compor nova mensagem
575 contacts=Contatos
576+enablePref=Show in the messaging menu
577
578=== modified file 'locale/pt/messagingmenu.properties'
579--- locale/pt/messagingmenu.properties 2011-07-21 01:04:15 +0000
580+++ locale/pt/messagingmenu.properties 2011-07-25 14:24:35 +0000
581@@ -1,2 +1,3 @@
582 composeNewMessage=Criar nova mensagem
583 contacts=Contactos
584+enablePref=Show in the messaging menu
585
586=== modified file 'locale/ro/messagingmenu.properties'
587--- locale/ro/messagingmenu.properties 2011-07-21 01:04:15 +0000
588+++ locale/ro/messagingmenu.properties 2011-07-25 14:24:35 +0000
589@@ -1,2 +1,3 @@
590 composeNewMessage=Compune un mesaj nou
591 contacts=Contacte
592+enablePref=Show in the messaging menu
593
594=== modified file 'locale/ru/messagingmenu.properties'
595--- locale/ru/messagingmenu.properties 2011-07-21 01:04:15 +0000
596+++ locale/ru/messagingmenu.properties 2011-07-25 14:24:35 +0000
597@@ -1,2 +1,3 @@
598 composeNewMessage=Написать письмо
599 contacts=Контакты
600+enablePref=Show in the messaging menu
601
602=== modified file 'locale/si/messagingmenu.properties'
603--- locale/si/messagingmenu.properties 2011-07-21 01:04:15 +0000
604+++ locale/si/messagingmenu.properties 2011-07-25 14:24:35 +0000
605@@ -1,2 +1,3 @@
606 composeNewMessage=නව පණිවිඩයක් අරඹන්න
607 contacts=සබඳතා
608+enablePref=Show in the messaging menu
609
610=== modified file 'locale/sk/messagingmenu.properties'
611--- locale/sk/messagingmenu.properties 2011-07-21 01:04:15 +0000
612+++ locale/sk/messagingmenu.properties 2011-07-25 14:24:35 +0000
613@@ -1,2 +1,3 @@
614 composeNewMessage=Napísať novú správu
615 contacts=Kontakty
616+enablePref=Show in the messaging menu
617
618=== modified file 'locale/sl/messagingmenu.properties'
619--- locale/sl/messagingmenu.properties 2011-07-21 01:04:15 +0000
620+++ locale/sl/messagingmenu.properties 2011-07-25 14:24:35 +0000
621@@ -1,2 +1,3 @@
622 composeNewMessage=Sestavi novo sporočilo
623 contacts=Stiki
624+enablePref=Show in the messaging menu
625
626=== modified file 'locale/sq/messagingmenu.properties'
627--- locale/sq/messagingmenu.properties 2011-07-21 01:04:15 +0000
628+++ locale/sq/messagingmenu.properties 2011-07-25 14:24:35 +0000
629@@ -1,2 +1,3 @@
630 composeNewMessage=Krijo Mesazh të Ri
631 contacts=Kontaktet
632+enablePref=Show in the messaging menu
633
634=== modified file 'locale/sr/messagingmenu.properties'
635--- locale/sr/messagingmenu.properties 2011-07-21 01:04:15 +0000
636+++ locale/sr/messagingmenu.properties 2011-07-25 14:24:35 +0000
637@@ -1,2 +1,3 @@
638 composeNewMessage=Састави нову поруку
639 contacts=Контакти
640+enablePref=Show in the messaging menu
641
642=== modified file 'locale/sv/messagingmenu.properties'
643--- locale/sv/messagingmenu.properties 2011-07-21 01:04:15 +0000
644+++ locale/sv/messagingmenu.properties 2011-07-25 14:24:35 +0000
645@@ -1,2 +1,3 @@
646 composeNewMessage=Skriv nytt meddelande
647 contacts=Kontakter
648+enablePref=Show in the messaging menu
649
650=== modified file 'locale/ta/messagingmenu.properties'
651--- locale/ta/messagingmenu.properties 2011-07-21 01:04:15 +0000
652+++ locale/ta/messagingmenu.properties 2011-07-25 14:24:35 +0000
653@@ -1,2 +1,3 @@
654 composeNewMessage=புதிய செய்தியை உருவாக்கு
655 contacts=தொடர்புகள்
656+enablePref=Show in the messaging menu
657
658=== modified file 'locale/te/messagingmenu.properties'
659--- locale/te/messagingmenu.properties 2011-07-21 01:04:15 +0000
660+++ locale/te/messagingmenu.properties 2011-07-25 14:24:35 +0000
661@@ -1,2 +1,3 @@
662 composeNewMessage=కొత్త సందేశాన్ని రచించు
663 contacts=పరిచయాలు
664+enablePref=Show in the messaging menu
665
666=== modified file 'locale/th/messagingmenu.properties'
667--- locale/th/messagingmenu.properties 2011-07-21 01:04:15 +0000
668+++ locale/th/messagingmenu.properties 2011-07-25 14:24:35 +0000
669@@ -1,2 +1,3 @@
670 composeNewMessage=สร้างข้อความใหม่
671 contacts=รายชื่อติดต่อ
672+enablePref=Show in the messaging menu
673
674=== modified file 'locale/tr/messagingmenu.properties'
675--- locale/tr/messagingmenu.properties 2011-07-21 01:04:15 +0000
676+++ locale/tr/messagingmenu.properties 2011-07-25 14:24:35 +0000
677@@ -1,2 +1,3 @@
678 composeNewMessage=Yeni İleti Oluştur
679 contacts=Kişiler
680+enablePref=Show in the messaging menu
681
682=== modified file 'locale/uk/messagingmenu.properties'
683--- locale/uk/messagingmenu.properties 2011-07-21 01:04:15 +0000
684+++ locale/uk/messagingmenu.properties 2011-07-25 14:24:35 +0000
685@@ -1,2 +1,3 @@
686 composeNewMessage=Написати нове повідомлення
687 contacts=Контакти
688+enablePref=Show in the messaging menu
689
690=== modified file 'locale/zh-CN/messagingmenu.properties'
691--- locale/zh-CN/messagingmenu.properties 2011-07-21 01:04:15 +0000
692+++ locale/zh-CN/messagingmenu.properties 2011-07-25 14:24:35 +0000
693@@ -1,2 +1,3 @@
694 composeNewMessage=撰写新消息
695 contacts=联系人
696+enablePref=Show in the messaging menu
697
698=== modified file 'locale/zh-TW/messagingmenu.properties'
699--- locale/zh-TW/messagingmenu.properties 2011-07-21 01:04:15 +0000
700+++ locale/zh-TW/messagingmenu.properties 2011-07-25 14:24:35 +0000
701@@ -1,2 +1,3 @@
702 composeNewMessage=撰寫新郵件
703 contacts=連絡人
704+enablePref=Show in the messaging menu

Subscribers

People subscribed via source and target branches

to all changes: