Merge lp:~renatofilho/address-book-app/fix-1367417 into lp:~phablet-team/address-book-app/staging

Proposed by Renato Araujo Oliveira Filho
Status: Superseded
Proposed branch: lp:~renatofilho/address-book-app/fix-1367417
Merge into: lp:~phablet-team/address-book-app/staging
Diff against target: 5318 lines (+938/-763)
56 files modified
po/CMakeLists.txt (+12/-0)
po/address-book-app.pot (+15/-15)
po/am.po (+18/-15)
po/ar.po (+18/-15)
po/ast.po (+18/-15)
po/az.po (+12/-8)
po/bg.po (+18/-15)
po/bn.po (+15/-15)
po/br.po (+18/-15)
po/ca.po (+18/-15)
po/ckb.po (+18/-15)
po/cs.po (+18/-15)
po/da.po (+18/-15)
po/de.po (+18/-15)
po/el.po (+18/-15)
po/en_AU.po (+18/-15)
po/en_GB.po (+18/-15)
po/es.po (+18/-15)
po/eu.po (+18/-15)
po/fa.po (+18/-15)
po/fi.po (+18/-15)
po/fr.po (+18/-15)
po/gd.po (+18/-15)
po/gl.po (+18/-15)
po/he.po (+18/-15)
po/hr.po (+15/-15)
po/hu.po (+18/-15)
po/is.po (+18/-15)
po/it.po (+18/-15)
po/ja.po (+18/-15)
po/km.po (+18/-15)
po/ko.po (+18/-15)
po/lv.po (+18/-15)
po/ms.po (+18/-15)
po/my.po (+18/-15)
po/nb.po (+18/-15)
po/nl.po (+18/-15)
po/pl.po (+18/-15)
po/pt.po (+18/-15)
po/pt_BR.po (+19/-16)
po/ro.po (+18/-15)
po/ru.po (+18/-15)
po/sl.po (+18/-15)
po/sr.po (+18/-15)
po/sv.po (+18/-15)
po/ta.po (+15/-15)
po/tr.po (+18/-15)
po/ug.po (+18/-15)
po/uk.po (+18/-15)
po/zh_CN.po (+18/-15)
po/zh_HK.po (+18/-15)
po/zh_TW.po (+18/-15)
src/imports/ContactEdit/ContactDetailSyncTargetEditor.qml (+6/-1)
src/imports/ContactList/ContactListPage.qml (+7/-1)
src/imports/ContactView/ContactView.qml (+11/-1)
src/imports/Ubuntu/Contacts/ContactDetailAvatarView.qml (+1/-1)
To merge this branch: bzr merge lp:~renatofilho/address-book-app/fix-1367417
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+235647@code.launchpad.net

This proposal has been superseded by a proposal from 2014-09-23.

To post a comment you must log in.
312. By Renato Araujo Oliveira Filho

Only load contacts model when page is active in edit mode.

Unmerged revisions

312. By Renato Araujo Oliveira Filho

Only load contacts model when page is active in edit mode.

311. By Renato Araujo Oliveira Filho

Avoid load contacts sync target if the contact edit page is not active.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'po/CMakeLists.txt'
2--- po/CMakeLists.txt 2014-08-25 17:33:19 +0000
3+++ po/CMakeLists.txt 2014-09-23 14:07:44 +0000
4@@ -37,4 +37,16 @@
5 -D ${CMAKE_CURRENT_SOURCE_DIR} ${I18N_SRCS}
6 -D ${CMAKE_CURRENT_BINARY_DIR} ${DESKTOP_FILE_IN_IN}.h
7 )
8+
9+ add_custom_target(translations
10+ COMMENT "Updating translation files"
11+ )
12+
13+ add_dependencies(translations ${POT_FILE})
14+ foreach(PO_FILE ${PO_FILES})
15+ add_custom_command(TARGET translations
16+ COMMAND ${GETTEXT_MSGMERGE_EXECUTABLE} ${PO_FILE} ${CMAKE_CURRENT_SOURCE_DIR}/${POT_FILE} -o ${PO_FILE}
17+ )
18+ endforeach(PO_FILE)
19+
20 endif()
21
22=== modified file 'po/address-book-app.pot'
23--- po/address-book-app.pot 2014-08-30 20:20:46 +0000
24+++ po/address-book-app.pot 2014-09-23 14:07:44 +0000
25@@ -8,7 +8,7 @@
26 msgstr ""
27 "Project-Id-Version: address-book-app\n"
28 "Report-Msgid-Bugs-To: \n"
29-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
30+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
31 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
32 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
33 "Language-Team: LANGUAGE <LL@li.org>\n"
34@@ -31,7 +31,7 @@
35 msgid "Add Field"
36 msgstr ""
37
38-#: ../src/imports/ContactList/ContactListPage.qml:526
39+#: ../src/imports/ContactList/ContactListPage.qml:528
40 msgid "Add contact"
41 msgstr ""
42
43@@ -55,7 +55,7 @@
44 msgstr ""
45
46 #. TRANSLATORS: this refers to all contacts
47-#: ../src/imports/ContactList/ContactListPage.qml:409
48+#: ../src/imports/ContactList/ContactListPage.qml:410
49 msgid "All"
50 msgstr ""
51
52@@ -68,12 +68,12 @@
53 msgstr ""
54
55 #: ../src/imports/ContactEdit/ContactEditor.qml:398
56-#: ../src/imports/ContactList/ContactListPage.qml:422
57+#: ../src/imports/ContactList/ContactListPage.qml:423
58 #: ../src/imports/MainWindow.qml:133
59 msgid "Cancel"
60 msgstr ""
61
62-#: ../src/imports/ContactList/ContactListPage.qml:445
63+#: ../src/imports/ContactList/ContactListPage.qml:447
64 msgid "Cancel selection"
65 msgstr ""
66
67@@ -102,14 +102,18 @@
68 msgid "Country"
69 msgstr ""
70
71+#: ../src/imports/ContactList/ContactListPage.qml:607
72+msgid "Create a new contact by swiping up from the bottom of the screen."
73+msgstr ""
74+
75 #: ../src/imports/ContactEdit/ContactEditor.qml:355
76 #: ../src/imports/ContactList/ContactListPage.qml:267
77-#: ../src/imports/ContactList/ContactListPage.qml:487
78+#: ../src/imports/ContactList/ContactListPage.qml:489
79 msgid "Delete"
80 msgstr ""
81
82 #: ../src/imports/ContactEdit/ContactEditor.qml:142
83-#: ../src/imports/ContactView/ContactView.qml:121
84+#: ../src/imports/ContactView/ContactView.qml:107
85 msgid "Edit"
86 msgstr ""
87
88@@ -137,11 +141,7 @@
89 msgid "Error"
90 msgstr ""
91
92-#: ../src/imports/ContactView/ContactView.qml:99
93-msgid "Favorite"
94-msgstr ""
95-
96-#: ../src/imports/ContactList/ContactListPage.qml:409
97+#: ../src/imports/ContactList/ContactListPage.qml:410
98 msgid "Favorites"
99 msgstr ""
100
101@@ -267,12 +267,12 @@
102 msgid "Search..."
103 msgstr ""
104
105-#: ../src/imports/ContactList/ContactListPage.qml:451
106+#: ../src/imports/ContactList/ContactListPage.qml:453
107 msgid "Select All"
108 msgstr ""
109
110-#: ../src/imports/ContactList/ContactListPage.qml:464
111-#: ../src/imports/ContactView/ContactView.qml:110
112+#: ../src/imports/ContactList/ContactListPage.qml:466
113+#: ../src/imports/ContactView/ContactView.qml:98
114 msgid "Share"
115 msgstr ""
116
117
118=== modified file 'po/am.po'
119--- po/am.po 2014-09-18 15:06:08 +0000
120+++ po/am.po 2014-09-23 14:07:44 +0000
121@@ -7,7 +7,7 @@
122 msgstr ""
123 "Project-Id-Version: address-book-app\n"
124 "Report-Msgid-Bugs-To: \n"
125-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
126+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
127 "PO-Revision-Date: 2014-08-29 23:51+0000\n"
128 "Last-Translator: samson <Unknown>\n"
129 "Language-Team: Amharic <am@li.org>\n"
130@@ -32,7 +32,7 @@
131 msgid "Add Field"
132 msgstr "ሜዳ መጨመሪያ"
133
134-#: ../src/imports/ContactList/ContactListPage.qml:526
135+#: ../src/imports/ContactList/ContactListPage.qml:528
136 msgid "Add contact"
137 msgstr "ግንኙነት መጨመሪያ"
138
139@@ -56,7 +56,7 @@
140 msgstr "ኤይም"
141
142 #. TRANSLATORS: this refers to all contacts
143-#: ../src/imports/ContactList/ContactListPage.qml:409
144+#: ../src/imports/ContactList/ContactListPage.qml:410
145 msgid "All"
146 msgstr "ሁሉንም"
147
148@@ -69,12 +69,12 @@
149 msgstr "በእርግጥ የተመረጡትን ግንኙነቶች በሙሉ ማስወገድ ይፈልጋሉ?"
150
151 #: ../src/imports/ContactEdit/ContactEditor.qml:398
152-#: ../src/imports/ContactList/ContactListPage.qml:422
153+#: ../src/imports/ContactList/ContactListPage.qml:423
154 #: ../src/imports/MainWindow.qml:133
155 msgid "Cancel"
156 msgstr "መሰረዣ"
157
158-#: ../src/imports/ContactList/ContactListPage.qml:445
159+#: ../src/imports/ContactList/ContactListPage.qml:447
160 msgid "Cancel selection"
161 msgstr "ምርጫውን መሰረዣ"
162
163@@ -103,14 +103,18 @@
164 msgid "Country"
165 msgstr "አገር"
166
167+#: ../src/imports/ContactList/ContactListPage.qml:607
168+msgid "Create a new contact by swiping up from the bottom of the screen."
169+msgstr ""
170+
171 #: ../src/imports/ContactEdit/ContactEditor.qml:355
172 #: ../src/imports/ContactList/ContactListPage.qml:267
173-#: ../src/imports/ContactList/ContactListPage.qml:487
174+#: ../src/imports/ContactList/ContactListPage.qml:489
175 msgid "Delete"
176 msgstr "ማጥፊያ"
177
178 #: ../src/imports/ContactEdit/ContactEditor.qml:142
179-#: ../src/imports/ContactView/ContactView.qml:121
180+#: ../src/imports/ContactView/ContactView.qml:107
181 msgid "Edit"
182 msgstr "ማረሚያ"
183
184@@ -138,11 +142,7 @@
185 msgid "Error"
186 msgstr "ስህተት"
187
188-#: ../src/imports/ContactView/ContactView.qml:99
189-msgid "Favorite"
190-msgstr "የምወደው"
191-
192-#: ../src/imports/ContactList/ContactListPage.qml:409
193+#: ../src/imports/ContactList/ContactListPage.qml:410
194 msgid "Favorites"
195 msgstr "የምወዳቸው"
196
197@@ -268,12 +268,12 @@
198 msgid "Search..."
199 msgstr "መፈለጊያ..."
200
201-#: ../src/imports/ContactList/ContactListPage.qml:451
202+#: ../src/imports/ContactList/ContactListPage.qml:453
203 msgid "Select All"
204 msgstr "ሁሉንም መምረጫ"
205
206-#: ../src/imports/ContactList/ContactListPage.qml:464
207-#: ../src/imports/ContactView/ContactView.qml:110
208+#: ../src/imports/ContactList/ContactListPage.qml:466
209+#: ../src/imports/ContactView/ContactView.qml:98
210 msgid "Share"
211 msgstr "ማካፈያ"
212
213@@ -341,3 +341,6 @@
214 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
215 msgid "You have no contacts."
216 msgstr "ግንኙነት የለም"
217+
218+#~ msgid "Favorite"
219+#~ msgstr "የምወደው"
220
221=== modified file 'po/ar.po'
222--- po/ar.po 2014-09-18 15:06:08 +0000
223+++ po/ar.po 2014-09-23 14:07:44 +0000
224@@ -7,7 +7,7 @@
225 msgstr ""
226 "Project-Id-Version: address-book-app\n"
227 "Report-Msgid-Bugs-To: \n"
228-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
229+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
230 "PO-Revision-Date: 2014-05-22 08:55+0000\n"
231 "Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"
232 "Language-Team: Arabic <ar@li.org>\n"
233@@ -32,7 +32,7 @@
234 msgid "Add Field"
235 msgstr ""
236
237-#: ../src/imports/ContactList/ContactListPage.qml:526
238+#: ../src/imports/ContactList/ContactListPage.qml:528
239 msgid "Add contact"
240 msgstr ""
241
242@@ -56,7 +56,7 @@
243 msgstr "Aim"
244
245 #. TRANSLATORS: this refers to all contacts
246-#: ../src/imports/ContactList/ContactListPage.qml:409
247+#: ../src/imports/ContactList/ContactListPage.qml:410
248 msgid "All"
249 msgstr "الكل"
250
251@@ -69,12 +69,12 @@
252 msgstr ""
253
254 #: ../src/imports/ContactEdit/ContactEditor.qml:398
255-#: ../src/imports/ContactList/ContactListPage.qml:422
256+#: ../src/imports/ContactList/ContactListPage.qml:423
257 #: ../src/imports/MainWindow.qml:133
258 msgid "Cancel"
259 msgstr "إلغاء"
260
261-#: ../src/imports/ContactList/ContactListPage.qml:445
262+#: ../src/imports/ContactList/ContactListPage.qml:447
263 msgid "Cancel selection"
264 msgstr ""
265
266@@ -103,14 +103,18 @@
267 msgid "Country"
268 msgstr "الدولة"
269
270+#: ../src/imports/ContactList/ContactListPage.qml:607
271+msgid "Create a new contact by swiping up from the bottom of the screen."
272+msgstr ""
273+
274 #: ../src/imports/ContactEdit/ContactEditor.qml:355
275 #: ../src/imports/ContactList/ContactListPage.qml:267
276-#: ../src/imports/ContactList/ContactListPage.qml:487
277+#: ../src/imports/ContactList/ContactListPage.qml:489
278 msgid "Delete"
279 msgstr "حذف"
280
281 #: ../src/imports/ContactEdit/ContactEditor.qml:142
282-#: ../src/imports/ContactView/ContactView.qml:121
283+#: ../src/imports/ContactView/ContactView.qml:107
284 msgid "Edit"
285 msgstr "تعديل"
286
287@@ -138,11 +142,7 @@
288 msgid "Error"
289 msgstr "خطأ"
290
291-#: ../src/imports/ContactView/ContactView.qml:99
292-msgid "Favorite"
293-msgstr "مُفضل"
294-
295-#: ../src/imports/ContactList/ContactListPage.qml:409
296+#: ../src/imports/ContactList/ContactListPage.qml:410
297 msgid "Favorites"
298 msgstr ""
299
300@@ -268,12 +268,12 @@
301 msgid "Search..."
302 msgstr ""
303
304-#: ../src/imports/ContactList/ContactListPage.qml:451
305+#: ../src/imports/ContactList/ContactListPage.qml:453
306 msgid "Select All"
307 msgstr ""
308
309-#: ../src/imports/ContactList/ContactListPage.qml:464
310-#: ../src/imports/ContactView/ContactView.qml:110
311+#: ../src/imports/ContactList/ContactListPage.qml:466
312+#: ../src/imports/ContactView/ContactView.qml:98
313 msgid "Share"
314 msgstr ""
315
316@@ -341,3 +341,6 @@
317 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
318 msgid "You have no contacts."
319 msgstr "ليس لديك أي أشخاص."
320+
321+#~ msgid "Favorite"
322+#~ msgstr "مُفضل"
323
324=== modified file 'po/ast.po'
325--- po/ast.po 2014-09-18 15:06:08 +0000
326+++ po/ast.po 2014-09-23 14:07:44 +0000
327@@ -7,7 +7,7 @@
328 msgstr ""
329 "Project-Id-Version: address-book-app\n"
330 "Report-Msgid-Bugs-To: \n"
331-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
332+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
333 "PO-Revision-Date: 2014-08-31 09:44+0000\n"
334 "Last-Translator: ivarela <ivarela@ubuntu.com>\n"
335 "Language-Team: Asturian <ast@li.org>\n"
336@@ -32,7 +32,7 @@
337 msgid "Add Field"
338 msgstr "Amestar campu"
339
340-#: ../src/imports/ContactList/ContactListPage.qml:526
341+#: ../src/imports/ContactList/ContactListPage.qml:528
342 msgid "Add contact"
343 msgstr "Amestar contautu"
344
345@@ -56,7 +56,7 @@
346 msgstr "Propósitu"
347
348 #. TRANSLATORS: this refers to all contacts
349-#: ../src/imports/ContactList/ContactListPage.qml:409
350+#: ../src/imports/ContactList/ContactListPage.qml:410
351 msgid "All"
352 msgstr "Too"
353
354@@ -69,12 +69,12 @@
355 msgstr "¿De xuru que quies desaniciar esti contautu?"
356
357 #: ../src/imports/ContactEdit/ContactEditor.qml:398
358-#: ../src/imports/ContactList/ContactListPage.qml:422
359+#: ../src/imports/ContactList/ContactListPage.qml:423
360 #: ../src/imports/MainWindow.qml:133
361 msgid "Cancel"
362 msgstr "Encaboxar"
363
364-#: ../src/imports/ContactList/ContactListPage.qml:445
365+#: ../src/imports/ContactList/ContactListPage.qml:447
366 msgid "Cancel selection"
367 msgstr "Encaboxar seleición"
368
369@@ -103,14 +103,18 @@
370 msgid "Country"
371 msgstr "País"
372
373+#: ../src/imports/ContactList/ContactListPage.qml:607
374+msgid "Create a new contact by swiping up from the bottom of the screen."
375+msgstr ""
376+
377 #: ../src/imports/ContactEdit/ContactEditor.qml:355
378 #: ../src/imports/ContactList/ContactListPage.qml:267
379-#: ../src/imports/ContactList/ContactListPage.qml:487
380+#: ../src/imports/ContactList/ContactListPage.qml:489
381 msgid "Delete"
382 msgstr "Desaniciar"
383
384 #: ../src/imports/ContactEdit/ContactEditor.qml:142
385-#: ../src/imports/ContactView/ContactView.qml:121
386+#: ../src/imports/ContactView/ContactView.qml:107
387 msgid "Edit"
388 msgstr "Editar"
389
390@@ -138,11 +142,7 @@
391 msgid "Error"
392 msgstr "Fallu"
393
394-#: ../src/imports/ContactView/ContactView.qml:99
395-msgid "Favorite"
396-msgstr "Favoritu"
397-
398-#: ../src/imports/ContactList/ContactListPage.qml:409
399+#: ../src/imports/ContactList/ContactListPage.qml:410
400 msgid "Favorites"
401 msgstr "Favoritos"
402
403@@ -268,12 +268,12 @@
404 msgid "Search..."
405 msgstr "Guetar..."
406
407-#: ../src/imports/ContactList/ContactListPage.qml:451
408+#: ../src/imports/ContactList/ContactListPage.qml:453
409 msgid "Select All"
410 msgstr "Esbillar Too"
411
412-#: ../src/imports/ContactList/ContactListPage.qml:464
413-#: ../src/imports/ContactView/ContactView.qml:110
414+#: ../src/imports/ContactList/ContactListPage.qml:466
415+#: ../src/imports/ContactView/ContactView.qml:98
416 msgid "Share"
417 msgstr "Compartir"
418
419@@ -341,3 +341,6 @@
420 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
421 msgid "You have no contacts."
422 msgstr "Nun tienes contautos."
423+
424+#~ msgid "Favorite"
425+#~ msgstr "Favoritu"
426
427=== modified file 'po/az.po'
428--- po/az.po 2014-09-18 15:20:49 +0000
429+++ po/az.po 2014-09-23 14:07:44 +0000
430@@ -6,11 +6,12 @@
431 msgid ""
432 msgstr ""
433 "Project-Id-Version: address-book-app\n"
434-"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
435-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
436+"Report-Msgid-Bugs-To: \n"
437+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
438 "PO-Revision-Date: 2014-09-05 14:45+0000\n"
439 "Last-Translator: Nicat Məmmədov <n1c4t97@gmail.com>\n"
440 "Language-Team: Azerbaijani <az@li.org>\n"
441+"Language: az\n"
442 "MIME-Version: 1.0\n"
443 "Content-Type: text/plain; charset=UTF-8\n"
444 "Content-Transfer-Encoding: 8bit\n"
445@@ -102,6 +103,10 @@
446 msgid "Country"
447 msgstr "Ölkə"
448
449+#: ../src/imports/ContactList/ContactListPage.qml:607
450+msgid "Create a new contact by swiping up from the bottom of the screen."
451+msgstr ""
452+
453 #: ../src/imports/ContactEdit/ContactEditor.qml:355
454 #: ../src/imports/ContactList/ContactListPage.qml:267
455 #: ../src/imports/ContactList/ContactListPage.qml:489
456@@ -109,7 +114,7 @@
457 msgstr "Sil"
458
459 #: ../src/imports/ContactEdit/ContactEditor.qml:142
460-#: ../src/imports/ContactView/ContactView.qml:121
461+#: ../src/imports/ContactView/ContactView.qml:107
462 msgid "Edit"
463 msgstr "Redaktə"
464
465@@ -137,10 +142,6 @@
466 msgid "Error"
467 msgstr "Xəta"
468
469-#: ../src/imports/ContactView/ContactView.qml:99
470-msgid "Favorite"
471-msgstr "Seçilmiş"
472-
473 #: ../src/imports/ContactList/ContactListPage.qml:410
474 msgid "Favorites"
475 msgstr "Seçilmişlər"
476@@ -272,7 +273,7 @@
477 msgstr "Hamısını Seç"
478
479 #: ../src/imports/ContactList/ContactListPage.qml:466
480-#: ../src/imports/ContactView/ContactView.qml:110
481+#: ../src/imports/ContactView/ContactView.qml:98
482 msgid "Share"
483 msgstr "Paylaş"
484
485@@ -340,3 +341,6 @@
486 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
487 msgid "You have no contacts."
488 msgstr "Heç bir kontaktınız yoxdu."
489+
490+#~ msgid "Favorite"
491+#~ msgstr "Seçilmiş"
492
493=== modified file 'po/bg.po'
494--- po/bg.po 2014-09-18 15:06:08 +0000
495+++ po/bg.po 2014-09-23 14:07:44 +0000
496@@ -7,7 +7,7 @@
497 msgstr ""
498 "Project-Id-Version: address-book-app\n"
499 "Report-Msgid-Bugs-To: \n"
500-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
501+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
502 "PO-Revision-Date: 2014-01-25 21:12+0000\n"
503 "Last-Translator: Gangov <Unknown>\n"
504 "Language-Team: Bulgarian <bg@li.org>\n"
505@@ -32,7 +32,7 @@
506 msgid "Add Field"
507 msgstr ""
508
509-#: ../src/imports/ContactList/ContactListPage.qml:526
510+#: ../src/imports/ContactList/ContactListPage.qml:528
511 msgid "Add contact"
512 msgstr ""
513
514@@ -56,7 +56,7 @@
515 msgstr "Цел"
516
517 #. TRANSLATORS: this refers to all contacts
518-#: ../src/imports/ContactList/ContactListPage.qml:409
519+#: ../src/imports/ContactList/ContactListPage.qml:410
520 msgid "All"
521 msgstr ""
522
523@@ -69,12 +69,12 @@
524 msgstr ""
525
526 #: ../src/imports/ContactEdit/ContactEditor.qml:398
527-#: ../src/imports/ContactList/ContactListPage.qml:422
528+#: ../src/imports/ContactList/ContactListPage.qml:423
529 #: ../src/imports/MainWindow.qml:133
530 msgid "Cancel"
531 msgstr "Отмени"
532
533-#: ../src/imports/ContactList/ContactListPage.qml:445
534+#: ../src/imports/ContactList/ContactListPage.qml:447
535 msgid "Cancel selection"
536 msgstr ""
537
538@@ -103,14 +103,18 @@
539 msgid "Country"
540 msgstr "Държава"
541
542+#: ../src/imports/ContactList/ContactListPage.qml:607
543+msgid "Create a new contact by swiping up from the bottom of the screen."
544+msgstr ""
545+
546 #: ../src/imports/ContactEdit/ContactEditor.qml:355
547 #: ../src/imports/ContactList/ContactListPage.qml:267
548-#: ../src/imports/ContactList/ContactListPage.qml:487
549+#: ../src/imports/ContactList/ContactListPage.qml:489
550 msgid "Delete"
551 msgstr "Изтрий"
552
553 #: ../src/imports/ContactEdit/ContactEditor.qml:142
554-#: ../src/imports/ContactView/ContactView.qml:121
555+#: ../src/imports/ContactView/ContactView.qml:107
556 msgid "Edit"
557 msgstr "Редактирай"
558
559@@ -138,11 +142,7 @@
560 msgid "Error"
561 msgstr "Грешка"
562
563-#: ../src/imports/ContactView/ContactView.qml:99
564-msgid "Favorite"
565-msgstr "Любими"
566-
567-#: ../src/imports/ContactList/ContactListPage.qml:409
568+#: ../src/imports/ContactList/ContactListPage.qml:410
569 msgid "Favorites"
570 msgstr ""
571
572@@ -268,12 +268,12 @@
573 msgid "Search..."
574 msgstr ""
575
576-#: ../src/imports/ContactList/ContactListPage.qml:451
577+#: ../src/imports/ContactList/ContactListPage.qml:453
578 msgid "Select All"
579 msgstr ""
580
581-#: ../src/imports/ContactList/ContactListPage.qml:464
582-#: ../src/imports/ContactView/ContactView.qml:110
583+#: ../src/imports/ContactList/ContactListPage.qml:466
584+#: ../src/imports/ContactView/ContactView.qml:98
585 msgid "Share"
586 msgstr ""
587
588@@ -339,3 +339,6 @@
589 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
590 msgid "You have no contacts."
591 msgstr ""
592+
593+#~ msgid "Favorite"
594+#~ msgstr "Любими"
595
596=== modified file 'po/bn.po'
597--- po/bn.po 2014-09-18 15:06:08 +0000
598+++ po/bn.po 2014-09-23 14:07:44 +0000
599@@ -7,7 +7,7 @@
600 msgstr ""
601 "Project-Id-Version: address-book-app\n"
602 "Report-Msgid-Bugs-To: \n"
603-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
604+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
605 "PO-Revision-Date: 2014-02-03 04:29+0000\n"
606 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
607 "Language-Team: Bengali <bn@li.org>\n"
608@@ -32,7 +32,7 @@
609 msgid "Add Field"
610 msgstr ""
611
612-#: ../src/imports/ContactList/ContactListPage.qml:526
613+#: ../src/imports/ContactList/ContactListPage.qml:528
614 msgid "Add contact"
615 msgstr ""
616
617@@ -56,7 +56,7 @@
618 msgstr ""
619
620 #. TRANSLATORS: this refers to all contacts
621-#: ../src/imports/ContactList/ContactListPage.qml:409
622+#: ../src/imports/ContactList/ContactListPage.qml:410
623 msgid "All"
624 msgstr ""
625
626@@ -69,12 +69,12 @@
627 msgstr ""
628
629 #: ../src/imports/ContactEdit/ContactEditor.qml:398
630-#: ../src/imports/ContactList/ContactListPage.qml:422
631+#: ../src/imports/ContactList/ContactListPage.qml:423
632 #: ../src/imports/MainWindow.qml:133
633 msgid "Cancel"
634 msgstr ""
635
636-#: ../src/imports/ContactList/ContactListPage.qml:445
637+#: ../src/imports/ContactList/ContactListPage.qml:447
638 msgid "Cancel selection"
639 msgstr ""
640
641@@ -103,14 +103,18 @@
642 msgid "Country"
643 msgstr ""
644
645+#: ../src/imports/ContactList/ContactListPage.qml:607
646+msgid "Create a new contact by swiping up from the bottom of the screen."
647+msgstr ""
648+
649 #: ../src/imports/ContactEdit/ContactEditor.qml:355
650 #: ../src/imports/ContactList/ContactListPage.qml:267
651-#: ../src/imports/ContactList/ContactListPage.qml:487
652+#: ../src/imports/ContactList/ContactListPage.qml:489
653 msgid "Delete"
654 msgstr ""
655
656 #: ../src/imports/ContactEdit/ContactEditor.qml:142
657-#: ../src/imports/ContactView/ContactView.qml:121
658+#: ../src/imports/ContactView/ContactView.qml:107
659 msgid "Edit"
660 msgstr ""
661
662@@ -138,11 +142,7 @@
663 msgid "Error"
664 msgstr ""
665
666-#: ../src/imports/ContactView/ContactView.qml:99
667-msgid "Favorite"
668-msgstr ""
669-
670-#: ../src/imports/ContactList/ContactListPage.qml:409
671+#: ../src/imports/ContactList/ContactListPage.qml:410
672 msgid "Favorites"
673 msgstr ""
674
675@@ -268,12 +268,12 @@
676 msgid "Search..."
677 msgstr ""
678
679-#: ../src/imports/ContactList/ContactListPage.qml:451
680+#: ../src/imports/ContactList/ContactListPage.qml:453
681 msgid "Select All"
682 msgstr ""
683
684-#: ../src/imports/ContactList/ContactListPage.qml:464
685-#: ../src/imports/ContactView/ContactView.qml:110
686+#: ../src/imports/ContactList/ContactListPage.qml:466
687+#: ../src/imports/ContactView/ContactView.qml:98
688 msgid "Share"
689 msgstr ""
690
691
692=== modified file 'po/br.po'
693--- po/br.po 2014-09-18 15:06:08 +0000
694+++ po/br.po 2014-09-23 14:07:44 +0000
695@@ -7,7 +7,7 @@
696 msgstr ""
697 "Project-Id-Version: address-book-app\n"
698 "Report-Msgid-Bugs-To: \n"
699-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
700+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
701 "PO-Revision-Date: 2014-09-01 07:17+0000\n"
702 "Last-Translator: Fohanno Thierry <thierry.fohanno@ofis-bzh.org>\n"
703 "Language-Team: Breton <br@li.org>\n"
704@@ -32,7 +32,7 @@
705 msgid "Add Field"
706 msgstr "Ouzhpennañ ur vaezienn"
707
708-#: ../src/imports/ContactList/ContactListPage.qml:526
709+#: ../src/imports/ContactList/ContactListPage.qml:528
710 msgid "Add contact"
711 msgstr "Ouzhpennañ un darempred"
712
713@@ -56,7 +56,7 @@
714 msgstr "Palioù"
715
716 #. TRANSLATORS: this refers to all contacts
717-#: ../src/imports/ContactList/ContactListPage.qml:409
718+#: ../src/imports/ContactList/ContactListPage.qml:410
719 msgid "All"
720 msgstr "An holl anezho"
721
722@@ -69,12 +69,12 @@
723 msgstr "Ha sur oc'h e fell deoc'h lemel an darempred-mañ ?"
724
725 #: ../src/imports/ContactEdit/ContactEditor.qml:398
726-#: ../src/imports/ContactList/ContactListPage.qml:422
727+#: ../src/imports/ContactList/ContactListPage.qml:423
728 #: ../src/imports/MainWindow.qml:133
729 msgid "Cancel"
730 msgstr "Nullañ"
731
732-#: ../src/imports/ContactList/ContactListPage.qml:445
733+#: ../src/imports/ContactList/ContactListPage.qml:447
734 msgid "Cancel selection"
735 msgstr "Nullañ an diuzadur"
736
737@@ -103,14 +103,18 @@
738 msgid "Country"
739 msgstr "Bro"
740
741+#: ../src/imports/ContactList/ContactListPage.qml:607
742+msgid "Create a new contact by swiping up from the bottom of the screen."
743+msgstr ""
744+
745 #: ../src/imports/ContactEdit/ContactEditor.qml:355
746 #: ../src/imports/ContactList/ContactListPage.qml:267
747-#: ../src/imports/ContactList/ContactListPage.qml:487
748+#: ../src/imports/ContactList/ContactListPage.qml:489
749 msgid "Delete"
750 msgstr "Diverkañ"
751
752 #: ../src/imports/ContactEdit/ContactEditor.qml:142
753-#: ../src/imports/ContactView/ContactView.qml:121
754+#: ../src/imports/ContactView/ContactView.qml:107
755 msgid "Edit"
756 msgstr "Aozañ"
757
758@@ -138,11 +142,7 @@
759 msgid "Error"
760 msgstr "Fazi"
761
762-#: ../src/imports/ContactView/ContactView.qml:99
763-msgid "Favorite"
764-msgstr "Gwellañ-deuet"
765-
766-#: ../src/imports/ContactList/ContactListPage.qml:409
767+#: ../src/imports/ContactList/ContactListPage.qml:410
768 msgid "Favorites"
769 msgstr "Gwellañ deuet"
770
771@@ -268,12 +268,12 @@
772 msgid "Search..."
773 msgstr "Klask..."
774
775-#: ../src/imports/ContactList/ContactListPage.qml:451
776+#: ../src/imports/ContactList/ContactListPage.qml:453
777 msgid "Select All"
778 msgstr "Diuzañ pep tra"
779
780-#: ../src/imports/ContactList/ContactListPage.qml:464
781-#: ../src/imports/ContactView/ContactView.qml:110
782+#: ../src/imports/ContactList/ContactListPage.qml:466
783+#: ../src/imports/ContactView/ContactView.qml:98
784 msgid "Share"
785 msgstr "Rannañ"
786
787@@ -341,3 +341,6 @@
788 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
789 msgid "You have no contacts."
790 msgstr "N'ho peus darempred ebet."
791+
792+#~ msgid "Favorite"
793+#~ msgstr "Gwellañ-deuet"
794
795=== modified file 'po/ca.po'
796--- po/ca.po 2014-09-18 15:06:08 +0000
797+++ po/ca.po 2014-09-23 14:07:44 +0000
798@@ -7,7 +7,7 @@
799 msgstr ""
800 "Project-Id-Version: address-book-app\n"
801 "Report-Msgid-Bugs-To: \n"
802-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
803+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
804 "PO-Revision-Date: 2014-09-07 04:31+0000\n"
805 "Last-Translator: David Planella <david.planella@ubuntu.com>\n"
806 "Language-Team: Catalan <ca@li.org>\n"
807@@ -32,7 +32,7 @@
808 msgid "Add Field"
809 msgstr "Afegeix un camp"
810
811-#: ../src/imports/ContactList/ContactListPage.qml:526
812+#: ../src/imports/ContactList/ContactListPage.qml:528
813 msgid "Add contact"
814 msgstr "Afegeix un contacte"
815
816@@ -56,7 +56,7 @@
817 msgstr "AIM"
818
819 #. TRANSLATORS: this refers to all contacts
820-#: ../src/imports/ContactList/ContactListPage.qml:409
821+#: ../src/imports/ContactList/ContactListPage.qml:410
822 msgid "All"
823 msgstr "Tots"
824
825@@ -69,12 +69,12 @@
826 msgstr "Segur que voleu suprimir aquest contacte?"
827
828 #: ../src/imports/ContactEdit/ContactEditor.qml:398
829-#: ../src/imports/ContactList/ContactListPage.qml:422
830+#: ../src/imports/ContactList/ContactListPage.qml:423
831 #: ../src/imports/MainWindow.qml:133
832 msgid "Cancel"
833 msgstr "Cancel·la"
834
835-#: ../src/imports/ContactList/ContactListPage.qml:445
836+#: ../src/imports/ContactList/ContactListPage.qml:447
837 msgid "Cancel selection"
838 msgstr "Cancel·la la selecció"
839
840@@ -103,14 +103,18 @@
841 msgid "Country"
842 msgstr "País"
843
844+#: ../src/imports/ContactList/ContactListPage.qml:607
845+msgid "Create a new contact by swiping up from the bottom of the screen."
846+msgstr ""
847+
848 #: ../src/imports/ContactEdit/ContactEditor.qml:355
849 #: ../src/imports/ContactList/ContactListPage.qml:267
850-#: ../src/imports/ContactList/ContactListPage.qml:487
851+#: ../src/imports/ContactList/ContactListPage.qml:489
852 msgid "Delete"
853 msgstr "Suprimeix"
854
855 #: ../src/imports/ContactEdit/ContactEditor.qml:142
856-#: ../src/imports/ContactView/ContactView.qml:121
857+#: ../src/imports/ContactView/ContactView.qml:107
858 msgid "Edit"
859 msgstr "Edita"
860
861@@ -138,11 +142,7 @@
862 msgid "Error"
863 msgstr "Error"
864
865-#: ../src/imports/ContactView/ContactView.qml:99
866-msgid "Favorite"
867-msgstr "Preferit"
868-
869-#: ../src/imports/ContactList/ContactListPage.qml:409
870+#: ../src/imports/ContactList/ContactListPage.qml:410
871 msgid "Favorites"
872 msgstr "Preferits"
873
874@@ -268,12 +268,12 @@
875 msgid "Search..."
876 msgstr "Cerca..."
877
878-#: ../src/imports/ContactList/ContactListPage.qml:451
879+#: ../src/imports/ContactList/ContactListPage.qml:453
880 msgid "Select All"
881 msgstr "Selecciona-ho tot"
882
883-#: ../src/imports/ContactList/ContactListPage.qml:464
884-#: ../src/imports/ContactView/ContactView.qml:110
885+#: ../src/imports/ContactList/ContactListPage.qml:466
886+#: ../src/imports/ContactView/ContactView.qml:98
887 msgid "Share"
888 msgstr "Comparteix"
889
890@@ -341,3 +341,6 @@
891 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
892 msgid "You have no contacts."
893 msgstr "No teniu cap contacte"
894+
895+#~ msgid "Favorite"
896+#~ msgstr "Preferit"
897
898=== modified file 'po/ckb.po'
899--- po/ckb.po 2014-09-18 15:06:08 +0000
900+++ po/ckb.po 2014-09-23 14:07:44 +0000
901@@ -7,7 +7,7 @@
902 msgstr ""
903 "Project-Id-Version: address-book-app\n"
904 "Report-Msgid-Bugs-To: \n"
905-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
906+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
907 "PO-Revision-Date: 2014-01-15 01:39+0000\n"
908 "Last-Translator: Hiwa <hiwa24@gmail.com>\n"
909 "Language-Team: Kurdish (Sorani) <ckb@li.org>\n"
910@@ -32,7 +32,7 @@
911 msgid "Add Field"
912 msgstr ""
913
914-#: ../src/imports/ContactList/ContactListPage.qml:526
915+#: ../src/imports/ContactList/ContactListPage.qml:528
916 msgid "Add contact"
917 msgstr ""
918
919@@ -56,7 +56,7 @@
920 msgstr "Aim"
921
922 #. TRANSLATORS: this refers to all contacts
923-#: ../src/imports/ContactList/ContactListPage.qml:409
924+#: ../src/imports/ContactList/ContactListPage.qml:410
925 msgid "All"
926 msgstr ""
927
928@@ -69,12 +69,12 @@
929 msgstr ""
930
931 #: ../src/imports/ContactEdit/ContactEditor.qml:398
932-#: ../src/imports/ContactList/ContactListPage.qml:422
933+#: ../src/imports/ContactList/ContactListPage.qml:423
934 #: ../src/imports/MainWindow.qml:133
935 msgid "Cancel"
936 msgstr "پاشگه‌زبوونه‌وه‌"
937
938-#: ../src/imports/ContactList/ContactListPage.qml:445
939+#: ../src/imports/ContactList/ContactListPage.qml:447
940 msgid "Cancel selection"
941 msgstr ""
942
943@@ -103,14 +103,18 @@
944 msgid "Country"
945 msgstr "وڵات"
946
947+#: ../src/imports/ContactList/ContactListPage.qml:607
948+msgid "Create a new contact by swiping up from the bottom of the screen."
949+msgstr ""
950+
951 #: ../src/imports/ContactEdit/ContactEditor.qml:355
952 #: ../src/imports/ContactList/ContactListPage.qml:267
953-#: ../src/imports/ContactList/ContactListPage.qml:487
954+#: ../src/imports/ContactList/ContactListPage.qml:489
955 msgid "Delete"
956 msgstr "سڕینه‌وه"
957
958 #: ../src/imports/ContactEdit/ContactEditor.qml:142
959-#: ../src/imports/ContactView/ContactView.qml:121
960+#: ../src/imports/ContactView/ContactView.qml:107
961 msgid "Edit"
962 msgstr "دەستکاری"
963
964@@ -138,11 +142,7 @@
965 msgid "Error"
966 msgstr "هەڵە"
967
968-#: ../src/imports/ContactView/ContactView.qml:99
969-msgid "Favorite"
970-msgstr "دڵخواز"
971-
972-#: ../src/imports/ContactList/ContactListPage.qml:409
973+#: ../src/imports/ContactList/ContactListPage.qml:410
974 msgid "Favorites"
975 msgstr ""
976
977@@ -268,12 +268,12 @@
978 msgid "Search..."
979 msgstr ""
980
981-#: ../src/imports/ContactList/ContactListPage.qml:451
982+#: ../src/imports/ContactList/ContactListPage.qml:453
983 msgid "Select All"
984 msgstr ""
985
986-#: ../src/imports/ContactList/ContactListPage.qml:464
987-#: ../src/imports/ContactView/ContactView.qml:110
988+#: ../src/imports/ContactList/ContactListPage.qml:466
989+#: ../src/imports/ContactView/ContactView.qml:98
990 msgid "Share"
991 msgstr ""
992
993@@ -339,3 +339,6 @@
994 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
995 msgid "You have no contacts."
996 msgstr ""
997+
998+#~ msgid "Favorite"
999+#~ msgstr "دڵخواز"
1000
1001=== modified file 'po/cs.po'
1002--- po/cs.po 2014-09-18 15:06:08 +0000
1003+++ po/cs.po 2014-09-23 14:07:44 +0000
1004@@ -7,7 +7,7 @@
1005 msgstr ""
1006 "Project-Id-Version: address-book-app\n"
1007 "Report-Msgid-Bugs-To: \n"
1008-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
1009+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
1010 "PO-Revision-Date: 2014-01-14 20:34+0000\n"
1011 "Last-Translator: Tadeáš Pařík <tadeas.parik@gmail.com>\n"
1012 "Language-Team: Czech <cs@li.org>\n"
1013@@ -32,7 +32,7 @@
1014 msgid "Add Field"
1015 msgstr ""
1016
1017-#: ../src/imports/ContactList/ContactListPage.qml:526
1018+#: ../src/imports/ContactList/ContactListPage.qml:528
1019 msgid "Add contact"
1020 msgstr ""
1021
1022@@ -56,7 +56,7 @@
1023 msgstr "Cíl"
1024
1025 #. TRANSLATORS: this refers to all contacts
1026-#: ../src/imports/ContactList/ContactListPage.qml:409
1027+#: ../src/imports/ContactList/ContactListPage.qml:410
1028 msgid "All"
1029 msgstr ""
1030
1031@@ -69,12 +69,12 @@
1032 msgstr ""
1033
1034 #: ../src/imports/ContactEdit/ContactEditor.qml:398
1035-#: ../src/imports/ContactList/ContactListPage.qml:422
1036+#: ../src/imports/ContactList/ContactListPage.qml:423
1037 #: ../src/imports/MainWindow.qml:133
1038 msgid "Cancel"
1039 msgstr "Zrušit"
1040
1041-#: ../src/imports/ContactList/ContactListPage.qml:445
1042+#: ../src/imports/ContactList/ContactListPage.qml:447
1043 msgid "Cancel selection"
1044 msgstr ""
1045
1046@@ -103,14 +103,18 @@
1047 msgid "Country"
1048 msgstr "Země"
1049
1050+#: ../src/imports/ContactList/ContactListPage.qml:607
1051+msgid "Create a new contact by swiping up from the bottom of the screen."
1052+msgstr ""
1053+
1054 #: ../src/imports/ContactEdit/ContactEditor.qml:355
1055 #: ../src/imports/ContactList/ContactListPage.qml:267
1056-#: ../src/imports/ContactList/ContactListPage.qml:487
1057+#: ../src/imports/ContactList/ContactListPage.qml:489
1058 msgid "Delete"
1059 msgstr "Vymazat"
1060
1061 #: ../src/imports/ContactEdit/ContactEditor.qml:142
1062-#: ../src/imports/ContactView/ContactView.qml:121
1063+#: ../src/imports/ContactView/ContactView.qml:107
1064 msgid "Edit"
1065 msgstr "Upravit"
1066
1067@@ -138,11 +142,7 @@
1068 msgid "Error"
1069 msgstr "Chyba"
1070
1071-#: ../src/imports/ContactView/ContactView.qml:99
1072-msgid "Favorite"
1073-msgstr "Oblíbené"
1074-
1075-#: ../src/imports/ContactList/ContactListPage.qml:409
1076+#: ../src/imports/ContactList/ContactListPage.qml:410
1077 msgid "Favorites"
1078 msgstr ""
1079
1080@@ -268,12 +268,12 @@
1081 msgid "Search..."
1082 msgstr ""
1083
1084-#: ../src/imports/ContactList/ContactListPage.qml:451
1085+#: ../src/imports/ContactList/ContactListPage.qml:453
1086 msgid "Select All"
1087 msgstr ""
1088
1089-#: ../src/imports/ContactList/ContactListPage.qml:464
1090-#: ../src/imports/ContactView/ContactView.qml:110
1091+#: ../src/imports/ContactList/ContactListPage.qml:466
1092+#: ../src/imports/ContactView/ContactView.qml:98
1093 msgid "Share"
1094 msgstr ""
1095
1096@@ -339,3 +339,6 @@
1097 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
1098 msgid "You have no contacts."
1099 msgstr ""
1100+
1101+#~ msgid "Favorite"
1102+#~ msgstr "Oblíbené"
1103
1104=== modified file 'po/da.po'
1105--- po/da.po 2014-09-18 15:06:08 +0000
1106+++ po/da.po 2014-09-23 14:07:44 +0000
1107@@ -8,7 +8,7 @@
1108 msgstr ""
1109 "Project-Id-Version: address-book-app\n"
1110 "Report-Msgid-Bugs-To: \n"
1111-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
1112+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
1113 "PO-Revision-Date: 2014-07-29 21:15+0000\n"
1114 "Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"
1115 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
1116@@ -33,7 +33,7 @@
1117 msgid "Add Field"
1118 msgstr "Tilføj felt"
1119
1120-#: ../src/imports/ContactList/ContactListPage.qml:526
1121+#: ../src/imports/ContactList/ContactListPage.qml:528
1122 msgid "Add contact"
1123 msgstr "Tilføj kontakt"
1124
1125@@ -57,7 +57,7 @@
1126 msgstr "Aim"
1127
1128 #. TRANSLATORS: this refers to all contacts
1129-#: ../src/imports/ContactList/ContactListPage.qml:409
1130+#: ../src/imports/ContactList/ContactListPage.qml:410
1131 msgid "All"
1132 msgstr "Alle"
1133
1134@@ -70,12 +70,12 @@
1135 msgstr "Er du sikker på at du vil fjerne denne kontakt?"
1136
1137 #: ../src/imports/ContactEdit/ContactEditor.qml:398
1138-#: ../src/imports/ContactList/ContactListPage.qml:422
1139+#: ../src/imports/ContactList/ContactListPage.qml:423
1140 #: ../src/imports/MainWindow.qml:133
1141 msgid "Cancel"
1142 msgstr "Annullér"
1143
1144-#: ../src/imports/ContactList/ContactListPage.qml:445
1145+#: ../src/imports/ContactList/ContactListPage.qml:447
1146 msgid "Cancel selection"
1147 msgstr "Annullér valg"
1148
1149@@ -104,14 +104,18 @@
1150 msgid "Country"
1151 msgstr "Land"
1152
1153+#: ../src/imports/ContactList/ContactListPage.qml:607
1154+msgid "Create a new contact by swiping up from the bottom of the screen."
1155+msgstr ""
1156+
1157 #: ../src/imports/ContactEdit/ContactEditor.qml:355
1158 #: ../src/imports/ContactList/ContactListPage.qml:267
1159-#: ../src/imports/ContactList/ContactListPage.qml:487
1160+#: ../src/imports/ContactList/ContactListPage.qml:489
1161 msgid "Delete"
1162 msgstr "Slet"
1163
1164 #: ../src/imports/ContactEdit/ContactEditor.qml:142
1165-#: ../src/imports/ContactView/ContactView.qml:121
1166+#: ../src/imports/ContactView/ContactView.qml:107
1167 msgid "Edit"
1168 msgstr "Redigér"
1169
1170@@ -139,11 +143,7 @@
1171 msgid "Error"
1172 msgstr "Fejl"
1173
1174-#: ../src/imports/ContactView/ContactView.qml:99
1175-msgid "Favorite"
1176-msgstr "Favorit"
1177-
1178-#: ../src/imports/ContactList/ContactListPage.qml:409
1179+#: ../src/imports/ContactList/ContactListPage.qml:410
1180 msgid "Favorites"
1181 msgstr ""
1182
1183@@ -269,12 +269,12 @@
1184 msgid "Search..."
1185 msgstr ""
1186
1187-#: ../src/imports/ContactList/ContactListPage.qml:451
1188+#: ../src/imports/ContactList/ContactListPage.qml:453
1189 msgid "Select All"
1190 msgstr "Vælg alle"
1191
1192-#: ../src/imports/ContactList/ContactListPage.qml:464
1193-#: ../src/imports/ContactView/ContactView.qml:110
1194+#: ../src/imports/ContactList/ContactListPage.qml:466
1195+#: ../src/imports/ContactView/ContactView.qml:98
1196 msgid "Share"
1197 msgstr "Del"
1198
1199@@ -342,3 +342,6 @@
1200 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
1201 msgid "You have no contacts."
1202 msgstr "Du har ingen kontakter."
1203+
1204+#~ msgid "Favorite"
1205+#~ msgstr "Favorit"
1206
1207=== modified file 'po/de.po'
1208--- po/de.po 2014-09-18 15:06:08 +0000
1209+++ po/de.po 2014-09-23 14:07:44 +0000
1210@@ -7,7 +7,7 @@
1211 msgstr ""
1212 "Project-Id-Version: address-book-app\n"
1213 "Report-Msgid-Bugs-To: \n"
1214-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
1215+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
1216 "PO-Revision-Date: 2014-08-29 12:56+0000\n"
1217 "Last-Translator: Martin Pitt <martin.pitt@ubuntu.com>\n"
1218 "Language-Team: German <de@li.org>\n"
1219@@ -32,7 +32,7 @@
1220 msgid "Add Field"
1221 msgstr "Feld hinzufügen"
1222
1223-#: ../src/imports/ContactList/ContactListPage.qml:526
1224+#: ../src/imports/ContactList/ContactListPage.qml:528
1225 msgid "Add contact"
1226 msgstr "Kontakt hinzufügen"
1227
1228@@ -56,7 +56,7 @@
1229 msgstr "Aim"
1230
1231 #. TRANSLATORS: this refers to all contacts
1232-#: ../src/imports/ContactList/ContactListPage.qml:409
1233+#: ../src/imports/ContactList/ContactListPage.qml:410
1234 msgid "All"
1235 msgstr "Alle"
1236
1237@@ -71,12 +71,12 @@
1238 "Sind Sie sich sicher, dass Sie den ausgewählten Kontakt löschen wollen?"
1239
1240 #: ../src/imports/ContactEdit/ContactEditor.qml:398
1241-#: ../src/imports/ContactList/ContactListPage.qml:422
1242+#: ../src/imports/ContactList/ContactListPage.qml:423
1243 #: ../src/imports/MainWindow.qml:133
1244 msgid "Cancel"
1245 msgstr "Abbrechen"
1246
1247-#: ../src/imports/ContactList/ContactListPage.qml:445
1248+#: ../src/imports/ContactList/ContactListPage.qml:447
1249 msgid "Cancel selection"
1250 msgstr "Auswahl abbrechen"
1251
1252@@ -105,14 +105,18 @@
1253 msgid "Country"
1254 msgstr "Land"
1255
1256+#: ../src/imports/ContactList/ContactListPage.qml:607
1257+msgid "Create a new contact by swiping up from the bottom of the screen."
1258+msgstr ""
1259+
1260 #: ../src/imports/ContactEdit/ContactEditor.qml:355
1261 #: ../src/imports/ContactList/ContactListPage.qml:267
1262-#: ../src/imports/ContactList/ContactListPage.qml:487
1263+#: ../src/imports/ContactList/ContactListPage.qml:489
1264 msgid "Delete"
1265 msgstr "Löschen"
1266
1267 #: ../src/imports/ContactEdit/ContactEditor.qml:142
1268-#: ../src/imports/ContactView/ContactView.qml:121
1269+#: ../src/imports/ContactView/ContactView.qml:107
1270 msgid "Edit"
1271 msgstr "Bearbeiten"
1272
1273@@ -140,11 +144,7 @@
1274 msgid "Error"
1275 msgstr "Fehler"
1276
1277-#: ../src/imports/ContactView/ContactView.qml:99
1278-msgid "Favorite"
1279-msgstr "Favorit"
1280-
1281-#: ../src/imports/ContactList/ContactListPage.qml:409
1282+#: ../src/imports/ContactList/ContactListPage.qml:410
1283 msgid "Favorites"
1284 msgstr "Favoriten"
1285
1286@@ -270,12 +270,12 @@
1287 msgid "Search..."
1288 msgstr "Suchen …"
1289
1290-#: ../src/imports/ContactList/ContactListPage.qml:451
1291+#: ../src/imports/ContactList/ContactListPage.qml:453
1292 msgid "Select All"
1293 msgstr "Alle auswählen"
1294
1295-#: ../src/imports/ContactList/ContactListPage.qml:464
1296-#: ../src/imports/ContactView/ContactView.qml:110
1297+#: ../src/imports/ContactList/ContactListPage.qml:466
1298+#: ../src/imports/ContactView/ContactView.qml:98
1299 msgid "Share"
1300 msgstr "Freigeben"
1301
1302@@ -343,3 +343,6 @@
1303 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
1304 msgid "You have no contacts."
1305 msgstr "Sie haben keine Kontakte."
1306+
1307+#~ msgid "Favorite"
1308+#~ msgstr "Favorit"
1309
1310=== modified file 'po/el.po'
1311--- po/el.po 2014-09-18 15:06:08 +0000
1312+++ po/el.po 2014-09-23 14:07:44 +0000
1313@@ -7,7 +7,7 @@
1314 msgstr ""
1315 "Project-Id-Version: address-book-app\n"
1316 "Report-Msgid-Bugs-To: \n"
1317-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
1318+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
1319 "PO-Revision-Date: 2014-08-20 17:07+0000\n"
1320 "Last-Translator: Simos Xenitellis <Unknown>\n"
1321 "Language-Team: Greek <el@li.org>\n"
1322@@ -32,7 +32,7 @@
1323 msgid "Add Field"
1324 msgstr "Προσθήκη πεδίου"
1325
1326-#: ../src/imports/ContactList/ContactListPage.qml:526
1327+#: ../src/imports/ContactList/ContactListPage.qml:528
1328 msgid "Add contact"
1329 msgstr "Προσθήκη επαφής"
1330
1331@@ -56,7 +56,7 @@
1332 msgstr ""
1333
1334 #. TRANSLATORS: this refers to all contacts
1335-#: ../src/imports/ContactList/ContactListPage.qml:409
1336+#: ../src/imports/ContactList/ContactListPage.qml:410
1337 msgid "All"
1338 msgstr "Όλες"
1339
1340@@ -69,12 +69,12 @@
1341 msgstr ""
1342
1343 #: ../src/imports/ContactEdit/ContactEditor.qml:398
1344-#: ../src/imports/ContactList/ContactListPage.qml:422
1345+#: ../src/imports/ContactList/ContactListPage.qml:423
1346 #: ../src/imports/MainWindow.qml:133
1347 msgid "Cancel"
1348 msgstr "Ακύρωση"
1349
1350-#: ../src/imports/ContactList/ContactListPage.qml:445
1351+#: ../src/imports/ContactList/ContactListPage.qml:447
1352 msgid "Cancel selection"
1353 msgstr ""
1354
1355@@ -103,14 +103,18 @@
1356 msgid "Country"
1357 msgstr "Χώρα"
1358
1359+#: ../src/imports/ContactList/ContactListPage.qml:607
1360+msgid "Create a new contact by swiping up from the bottom of the screen."
1361+msgstr ""
1362+
1363 #: ../src/imports/ContactEdit/ContactEditor.qml:355
1364 #: ../src/imports/ContactList/ContactListPage.qml:267
1365-#: ../src/imports/ContactList/ContactListPage.qml:487
1366+#: ../src/imports/ContactList/ContactListPage.qml:489
1367 msgid "Delete"
1368 msgstr "Διαγραφή"
1369
1370 #: ../src/imports/ContactEdit/ContactEditor.qml:142
1371-#: ../src/imports/ContactView/ContactView.qml:121
1372+#: ../src/imports/ContactView/ContactView.qml:107
1373 msgid "Edit"
1374 msgstr "Επεξεργασία"
1375
1376@@ -138,11 +142,7 @@
1377 msgid "Error"
1378 msgstr "Σφάλμα"
1379
1380-#: ../src/imports/ContactView/ContactView.qml:99
1381-msgid "Favorite"
1382-msgstr "Αγαπημένα"
1383-
1384-#: ../src/imports/ContactList/ContactListPage.qml:409
1385+#: ../src/imports/ContactList/ContactListPage.qml:410
1386 msgid "Favorites"
1387 msgstr "Αγαπημένα"
1388
1389@@ -268,12 +268,12 @@
1390 msgid "Search..."
1391 msgstr ""
1392
1393-#: ../src/imports/ContactList/ContactListPage.qml:451
1394+#: ../src/imports/ContactList/ContactListPage.qml:453
1395 msgid "Select All"
1396 msgstr ""
1397
1398-#: ../src/imports/ContactList/ContactListPage.qml:464
1399-#: ../src/imports/ContactView/ContactView.qml:110
1400+#: ../src/imports/ContactList/ContactListPage.qml:466
1401+#: ../src/imports/ContactView/ContactView.qml:98
1402 msgid "Share"
1403 msgstr ""
1404
1405@@ -339,3 +339,6 @@
1406 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
1407 msgid "You have no contacts."
1408 msgstr ""
1409+
1410+#~ msgid "Favorite"
1411+#~ msgstr "Αγαπημένα"
1412
1413=== modified file 'po/en_AU.po'
1414--- po/en_AU.po 2014-09-18 15:06:08 +0000
1415+++ po/en_AU.po 2014-09-23 14:07:44 +0000
1416@@ -7,7 +7,7 @@
1417 msgstr ""
1418 "Project-Id-Version: address-book-app\n"
1419 "Report-Msgid-Bugs-To: \n"
1420-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
1421+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
1422 "PO-Revision-Date: 2014-08-31 11:18+0000\n"
1423 "Last-Translator: Jared Norris <jarednorris@ubuntu.com>\n"
1424 "Language-Team: English (Australia) <en_AU@li.org>\n"
1425@@ -32,7 +32,7 @@
1426 msgid "Add Field"
1427 msgstr "Add Field"
1428
1429-#: ../src/imports/ContactList/ContactListPage.qml:526
1430+#: ../src/imports/ContactList/ContactListPage.qml:528
1431 msgid "Add contact"
1432 msgstr "Add contact"
1433
1434@@ -56,7 +56,7 @@
1435 msgstr "Aim"
1436
1437 #. TRANSLATORS: this refers to all contacts
1438-#: ../src/imports/ContactList/ContactListPage.qml:409
1439+#: ../src/imports/ContactList/ContactListPage.qml:410
1440 msgid "All"
1441 msgstr "All"
1442
1443@@ -69,12 +69,12 @@
1444 msgstr "Are you sure that you want to remove this contact?"
1445
1446 #: ../src/imports/ContactEdit/ContactEditor.qml:398
1447-#: ../src/imports/ContactList/ContactListPage.qml:422
1448+#: ../src/imports/ContactList/ContactListPage.qml:423
1449 #: ../src/imports/MainWindow.qml:133
1450 msgid "Cancel"
1451 msgstr "Cancel"
1452
1453-#: ../src/imports/ContactList/ContactListPage.qml:445
1454+#: ../src/imports/ContactList/ContactListPage.qml:447
1455 msgid "Cancel selection"
1456 msgstr "Cancel selection"
1457
1458@@ -103,14 +103,18 @@
1459 msgid "Country"
1460 msgstr "Country"
1461
1462+#: ../src/imports/ContactList/ContactListPage.qml:607
1463+msgid "Create a new contact by swiping up from the bottom of the screen."
1464+msgstr ""
1465+
1466 #: ../src/imports/ContactEdit/ContactEditor.qml:355
1467 #: ../src/imports/ContactList/ContactListPage.qml:267
1468-#: ../src/imports/ContactList/ContactListPage.qml:487
1469+#: ../src/imports/ContactList/ContactListPage.qml:489
1470 msgid "Delete"
1471 msgstr "Delete"
1472
1473 #: ../src/imports/ContactEdit/ContactEditor.qml:142
1474-#: ../src/imports/ContactView/ContactView.qml:121
1475+#: ../src/imports/ContactView/ContactView.qml:107
1476 msgid "Edit"
1477 msgstr "Edit"
1478
1479@@ -138,11 +142,7 @@
1480 msgid "Error"
1481 msgstr "Error"
1482
1483-#: ../src/imports/ContactView/ContactView.qml:99
1484-msgid "Favorite"
1485-msgstr "Favourite"
1486-
1487-#: ../src/imports/ContactList/ContactListPage.qml:409
1488+#: ../src/imports/ContactList/ContactListPage.qml:410
1489 msgid "Favorites"
1490 msgstr "Favourites"
1491
1492@@ -268,12 +268,12 @@
1493 msgid "Search..."
1494 msgstr "Search..."
1495
1496-#: ../src/imports/ContactList/ContactListPage.qml:451
1497+#: ../src/imports/ContactList/ContactListPage.qml:453
1498 msgid "Select All"
1499 msgstr "Select All"
1500
1501-#: ../src/imports/ContactList/ContactListPage.qml:464
1502-#: ../src/imports/ContactView/ContactView.qml:110
1503+#: ../src/imports/ContactList/ContactListPage.qml:466
1504+#: ../src/imports/ContactView/ContactView.qml:98
1505 msgid "Share"
1506 msgstr "Share"
1507
1508@@ -341,3 +341,6 @@
1509 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
1510 msgid "You have no contacts."
1511 msgstr "You have no contacts."
1512+
1513+#~ msgid "Favorite"
1514+#~ msgstr "Favourite"
1515
1516=== modified file 'po/en_GB.po'
1517--- po/en_GB.po 2014-09-18 15:06:08 +0000
1518+++ po/en_GB.po 2014-09-23 14:07:44 +0000
1519@@ -7,7 +7,7 @@
1520 msgstr ""
1521 "Project-Id-Version: address-book-app\n"
1522 "Report-Msgid-Bugs-To: \n"
1523-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
1524+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
1525 "PO-Revision-Date: 2014-08-22 11:36+0000\n"
1526 "Last-Translator: Alan Pope ㋛ <alan@ubuntu.com>\n"
1527 "Language-Team: English (United Kingdom) <en_GB@li.org>\n"
1528@@ -32,7 +32,7 @@
1529 msgid "Add Field"
1530 msgstr "Add Field"
1531
1532-#: ../src/imports/ContactList/ContactListPage.qml:526
1533+#: ../src/imports/ContactList/ContactListPage.qml:528
1534 msgid "Add contact"
1535 msgstr "Add contact"
1536
1537@@ -56,7 +56,7 @@
1538 msgstr "Aim"
1539
1540 #. TRANSLATORS: this refers to all contacts
1541-#: ../src/imports/ContactList/ContactListPage.qml:409
1542+#: ../src/imports/ContactList/ContactListPage.qml:410
1543 msgid "All"
1544 msgstr "All"
1545
1546@@ -69,12 +69,12 @@
1547 msgstr "Are you sure that you want to remove this contact?"
1548
1549 #: ../src/imports/ContactEdit/ContactEditor.qml:398
1550-#: ../src/imports/ContactList/ContactListPage.qml:422
1551+#: ../src/imports/ContactList/ContactListPage.qml:423
1552 #: ../src/imports/MainWindow.qml:133
1553 msgid "Cancel"
1554 msgstr "Cancel"
1555
1556-#: ../src/imports/ContactList/ContactListPage.qml:445
1557+#: ../src/imports/ContactList/ContactListPage.qml:447
1558 msgid "Cancel selection"
1559 msgstr "Cancel selection"
1560
1561@@ -103,14 +103,18 @@
1562 msgid "Country"
1563 msgstr "Country"
1564
1565+#: ../src/imports/ContactList/ContactListPage.qml:607
1566+msgid "Create a new contact by swiping up from the bottom of the screen."
1567+msgstr ""
1568+
1569 #: ../src/imports/ContactEdit/ContactEditor.qml:355
1570 #: ../src/imports/ContactList/ContactListPage.qml:267
1571-#: ../src/imports/ContactList/ContactListPage.qml:487
1572+#: ../src/imports/ContactList/ContactListPage.qml:489
1573 msgid "Delete"
1574 msgstr "Delete"
1575
1576 #: ../src/imports/ContactEdit/ContactEditor.qml:142
1577-#: ../src/imports/ContactView/ContactView.qml:121
1578+#: ../src/imports/ContactView/ContactView.qml:107
1579 msgid "Edit"
1580 msgstr "Edit"
1581
1582@@ -138,11 +142,7 @@
1583 msgid "Error"
1584 msgstr "Error"
1585
1586-#: ../src/imports/ContactView/ContactView.qml:99
1587-msgid "Favorite"
1588-msgstr "Favourite"
1589-
1590-#: ../src/imports/ContactList/ContactListPage.qml:409
1591+#: ../src/imports/ContactList/ContactListPage.qml:410
1592 msgid "Favorites"
1593 msgstr "Favourites"
1594
1595@@ -268,12 +268,12 @@
1596 msgid "Search..."
1597 msgstr "Search..."
1598
1599-#: ../src/imports/ContactList/ContactListPage.qml:451
1600+#: ../src/imports/ContactList/ContactListPage.qml:453
1601 msgid "Select All"
1602 msgstr "Select All"
1603
1604-#: ../src/imports/ContactList/ContactListPage.qml:464
1605-#: ../src/imports/ContactView/ContactView.qml:110
1606+#: ../src/imports/ContactList/ContactListPage.qml:466
1607+#: ../src/imports/ContactView/ContactView.qml:98
1608 msgid "Share"
1609 msgstr "Share"
1610
1611@@ -341,3 +341,6 @@
1612 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
1613 msgid "You have no contacts."
1614 msgstr "You have no contacts."
1615+
1616+#~ msgid "Favorite"
1617+#~ msgstr "Favourite"
1618
1619=== modified file 'po/es.po'
1620--- po/es.po 2014-09-18 15:06:08 +0000
1621+++ po/es.po 2014-09-23 14:07:44 +0000
1622@@ -7,7 +7,7 @@
1623 msgstr ""
1624 "Project-Id-Version: address-book-app\n"
1625 "Report-Msgid-Bugs-To: \n"
1626-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
1627+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
1628 "PO-Revision-Date: 2014-09-02 08:20+0000\n"
1629 "Last-Translator: Víctor R. Ruiz <Unknown>\n"
1630 "Language-Team: Spanish <es@li.org>\n"
1631@@ -32,7 +32,7 @@
1632 msgid "Add Field"
1633 msgstr "Añadir campo"
1634
1635-#: ../src/imports/ContactList/ContactListPage.qml:526
1636+#: ../src/imports/ContactList/ContactListPage.qml:528
1637 msgid "Add contact"
1638 msgstr "Añadir contacto"
1639
1640@@ -56,7 +56,7 @@
1641 msgstr "Propósito"
1642
1643 #. TRANSLATORS: this refers to all contacts
1644-#: ../src/imports/ContactList/ContactListPage.qml:409
1645+#: ../src/imports/ContactList/ContactListPage.qml:410
1646 msgid "All"
1647 msgstr "Todo"
1648
1649@@ -69,12 +69,12 @@
1650 msgstr "¿Está seguro de querer eliminar este contacto?"
1651
1652 #: ../src/imports/ContactEdit/ContactEditor.qml:398
1653-#: ../src/imports/ContactList/ContactListPage.qml:422
1654+#: ../src/imports/ContactList/ContactListPage.qml:423
1655 #: ../src/imports/MainWindow.qml:133
1656 msgid "Cancel"
1657 msgstr "Cancelar"
1658
1659-#: ../src/imports/ContactList/ContactListPage.qml:445
1660+#: ../src/imports/ContactList/ContactListPage.qml:447
1661 msgid "Cancel selection"
1662 msgstr "Cancelar selección"
1663
1664@@ -103,14 +103,18 @@
1665 msgid "Country"
1666 msgstr "País"
1667
1668+#: ../src/imports/ContactList/ContactListPage.qml:607
1669+msgid "Create a new contact by swiping up from the bottom of the screen."
1670+msgstr ""
1671+
1672 #: ../src/imports/ContactEdit/ContactEditor.qml:355
1673 #: ../src/imports/ContactList/ContactListPage.qml:267
1674-#: ../src/imports/ContactList/ContactListPage.qml:487
1675+#: ../src/imports/ContactList/ContactListPage.qml:489
1676 msgid "Delete"
1677 msgstr "Eliminar"
1678
1679 #: ../src/imports/ContactEdit/ContactEditor.qml:142
1680-#: ../src/imports/ContactView/ContactView.qml:121
1681+#: ../src/imports/ContactView/ContactView.qml:107
1682 msgid "Edit"
1683 msgstr "Editar"
1684
1685@@ -138,11 +142,7 @@
1686 msgid "Error"
1687 msgstr "Error"
1688
1689-#: ../src/imports/ContactView/ContactView.qml:99
1690-msgid "Favorite"
1691-msgstr "Favorito"
1692-
1693-#: ../src/imports/ContactList/ContactListPage.qml:409
1694+#: ../src/imports/ContactList/ContactListPage.qml:410
1695 msgid "Favorites"
1696 msgstr "Favoritos"
1697
1698@@ -268,12 +268,12 @@
1699 msgid "Search..."
1700 msgstr "Buscar…"
1701
1702-#: ../src/imports/ContactList/ContactListPage.qml:451
1703+#: ../src/imports/ContactList/ContactListPage.qml:453
1704 msgid "Select All"
1705 msgstr "Seleccionar todo"
1706
1707-#: ../src/imports/ContactList/ContactListPage.qml:464
1708-#: ../src/imports/ContactView/ContactView.qml:110
1709+#: ../src/imports/ContactList/ContactListPage.qml:466
1710+#: ../src/imports/ContactView/ContactView.qml:98
1711 msgid "Share"
1712 msgstr "Compartir"
1713
1714@@ -341,3 +341,6 @@
1715 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
1716 msgid "You have no contacts."
1717 msgstr "No tiene contactos."
1718+
1719+#~ msgid "Favorite"
1720+#~ msgstr "Favorito"
1721
1722=== modified file 'po/eu.po'
1723--- po/eu.po 2014-09-18 15:06:08 +0000
1724+++ po/eu.po 2014-09-23 14:07:44 +0000
1725@@ -7,7 +7,7 @@
1726 msgstr ""
1727 "Project-Id-Version: address-book-app\n"
1728 "Report-Msgid-Bugs-To: \n"
1729-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
1730+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
1731 "PO-Revision-Date: 2014-09-01 22:24+0000\n"
1732 "Last-Translator: Ibai Oihanguren Sala <Unknown>\n"
1733 "Language-Team: Basque <eu@li.org>\n"
1734@@ -32,7 +32,7 @@
1735 msgid "Add Field"
1736 msgstr "Gehitu eremua"
1737
1738-#: ../src/imports/ContactList/ContactListPage.qml:526
1739+#: ../src/imports/ContactList/ContactListPage.qml:528
1740 msgid "Add contact"
1741 msgstr "Gehitu kontaktua"
1742
1743@@ -56,7 +56,7 @@
1744 msgstr "Aim"
1745
1746 #. TRANSLATORS: this refers to all contacts
1747-#: ../src/imports/ContactList/ContactListPage.qml:409
1748+#: ../src/imports/ContactList/ContactListPage.qml:410
1749 msgid "All"
1750 msgstr "Guztiak"
1751
1752@@ -69,12 +69,12 @@
1753 msgstr "Ziur kontaktu hau kendu nahi duzula?"
1754
1755 #: ../src/imports/ContactEdit/ContactEditor.qml:398
1756-#: ../src/imports/ContactList/ContactListPage.qml:422
1757+#: ../src/imports/ContactList/ContactListPage.qml:423
1758 #: ../src/imports/MainWindow.qml:133
1759 msgid "Cancel"
1760 msgstr "Utzi"
1761
1762-#: ../src/imports/ContactList/ContactListPage.qml:445
1763+#: ../src/imports/ContactList/ContactListPage.qml:447
1764 msgid "Cancel selection"
1765 msgstr "Deshautatu"
1766
1767@@ -103,14 +103,18 @@
1768 msgid "Country"
1769 msgstr "Herrialdea"
1770
1771+#: ../src/imports/ContactList/ContactListPage.qml:607
1772+msgid "Create a new contact by swiping up from the bottom of the screen."
1773+msgstr ""
1774+
1775 #: ../src/imports/ContactEdit/ContactEditor.qml:355
1776 #: ../src/imports/ContactList/ContactListPage.qml:267
1777-#: ../src/imports/ContactList/ContactListPage.qml:487
1778+#: ../src/imports/ContactList/ContactListPage.qml:489
1779 msgid "Delete"
1780 msgstr "Ezabatu"
1781
1782 #: ../src/imports/ContactEdit/ContactEditor.qml:142
1783-#: ../src/imports/ContactView/ContactView.qml:121
1784+#: ../src/imports/ContactView/ContactView.qml:107
1785 msgid "Edit"
1786 msgstr "Editatu"
1787
1788@@ -138,11 +142,7 @@
1789 msgid "Error"
1790 msgstr "Errorea"
1791
1792-#: ../src/imports/ContactView/ContactView.qml:99
1793-msgid "Favorite"
1794-msgstr "Gogokoa"
1795-
1796-#: ../src/imports/ContactList/ContactListPage.qml:409
1797+#: ../src/imports/ContactList/ContactListPage.qml:410
1798 msgid "Favorites"
1799 msgstr "Gogokoak"
1800
1801@@ -268,12 +268,12 @@
1802 msgid "Search..."
1803 msgstr "Bilatu..."
1804
1805-#: ../src/imports/ContactList/ContactListPage.qml:451
1806+#: ../src/imports/ContactList/ContactListPage.qml:453
1807 msgid "Select All"
1808 msgstr "Hautatu dena"
1809
1810-#: ../src/imports/ContactList/ContactListPage.qml:464
1811-#: ../src/imports/ContactView/ContactView.qml:110
1812+#: ../src/imports/ContactList/ContactListPage.qml:466
1813+#: ../src/imports/ContactView/ContactView.qml:98
1814 msgid "Share"
1815 msgstr "Partekatu"
1816
1817@@ -341,3 +341,6 @@
1818 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
1819 msgid "You have no contacts."
1820 msgstr "Ez duzu kontakturik."
1821+
1822+#~ msgid "Favorite"
1823+#~ msgstr "Gogokoa"
1824
1825=== modified file 'po/fa.po'
1826--- po/fa.po 2014-09-18 15:06:08 +0000
1827+++ po/fa.po 2014-09-23 14:07:44 +0000
1828@@ -7,7 +7,7 @@
1829 msgstr ""
1830 "Project-Id-Version: address-book-app\n"
1831 "Report-Msgid-Bugs-To: \n"
1832-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
1833+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
1834 "PO-Revision-Date: 2014-08-29 20:34+0000\n"
1835 "Last-Translator: Danial Behzadi <dani.behzi@gmail.com>\n"
1836 "Language-Team: Persian <fa@li.org>\n"
1837@@ -32,7 +32,7 @@
1838 msgid "Add Field"
1839 msgstr "افزودن زمینه"
1840
1841-#: ../src/imports/ContactList/ContactListPage.qml:526
1842+#: ../src/imports/ContactList/ContactListPage.qml:528
1843 msgid "Add contact"
1844 msgstr "افزودن مخاطب"
1845
1846@@ -56,7 +56,7 @@
1847 msgstr "Aim"
1848
1849 #. TRANSLATORS: this refers to all contacts
1850-#: ../src/imports/ContactList/ContactListPage.qml:409
1851+#: ../src/imports/ContactList/ContactListPage.qml:410
1852 msgid "All"
1853 msgstr "همه"
1854
1855@@ -69,12 +69,12 @@
1856 msgstr "مطمئنید که می‌خواهید این مخاطب را بردارید؟"
1857
1858 #: ../src/imports/ContactEdit/ContactEditor.qml:398
1859-#: ../src/imports/ContactList/ContactListPage.qml:422
1860+#: ../src/imports/ContactList/ContactListPage.qml:423
1861 #: ../src/imports/MainWindow.qml:133
1862 msgid "Cancel"
1863 msgstr "لغو"
1864
1865-#: ../src/imports/ContactList/ContactListPage.qml:445
1866+#: ../src/imports/ContactList/ContactListPage.qml:447
1867 msgid "Cancel selection"
1868 msgstr "لغو انتخاب"
1869
1870@@ -103,14 +103,18 @@
1871 msgid "Country"
1872 msgstr "کشور"
1873
1874+#: ../src/imports/ContactList/ContactListPage.qml:607
1875+msgid "Create a new contact by swiping up from the bottom of the screen."
1876+msgstr ""
1877+
1878 #: ../src/imports/ContactEdit/ContactEditor.qml:355
1879 #: ../src/imports/ContactList/ContactListPage.qml:267
1880-#: ../src/imports/ContactList/ContactListPage.qml:487
1881+#: ../src/imports/ContactList/ContactListPage.qml:489
1882 msgid "Delete"
1883 msgstr "حذف"
1884
1885 #: ../src/imports/ContactEdit/ContactEditor.qml:142
1886-#: ../src/imports/ContactView/ContactView.qml:121
1887+#: ../src/imports/ContactView/ContactView.qml:107
1888 msgid "Edit"
1889 msgstr "ویرایش"
1890
1891@@ -138,11 +142,7 @@
1892 msgid "Error"
1893 msgstr "خطا"
1894
1895-#: ../src/imports/ContactView/ContactView.qml:99
1896-msgid "Favorite"
1897-msgstr "محبوب"
1898-
1899-#: ../src/imports/ContactList/ContactListPage.qml:409
1900+#: ../src/imports/ContactList/ContactListPage.qml:410
1901 msgid "Favorites"
1902 msgstr "برگزیده‌ها"
1903
1904@@ -268,12 +268,12 @@
1905 msgid "Search..."
1906 msgstr "جست‌وجو…"
1907
1908-#: ../src/imports/ContactList/ContactListPage.qml:451
1909+#: ../src/imports/ContactList/ContactListPage.qml:453
1910 msgid "Select All"
1911 msgstr "گزینش همه"
1912
1913-#: ../src/imports/ContactList/ContactListPage.qml:464
1914-#: ../src/imports/ContactView/ContactView.qml:110
1915+#: ../src/imports/ContactList/ContactListPage.qml:466
1916+#: ../src/imports/ContactView/ContactView.qml:98
1917 msgid "Share"
1918 msgstr "به‌اشتراک گذاری"
1919
1920@@ -341,3 +341,6 @@
1921 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
1922 msgid "You have no contacts."
1923 msgstr "شما هیچ مخاطبی ندارید."
1924+
1925+#~ msgid "Favorite"
1926+#~ msgstr "محبوب"
1927
1928=== modified file 'po/fi.po'
1929--- po/fi.po 2014-09-18 15:06:08 +0000
1930+++ po/fi.po 2014-09-23 14:07:44 +0000
1931@@ -7,7 +7,7 @@
1932 msgstr ""
1933 "Project-Id-Version: address-book-app\n"
1934 "Report-Msgid-Bugs-To: \n"
1935-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
1936+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
1937 "PO-Revision-Date: 2014-08-29 11:42+0000\n"
1938 "Last-Translator: Jiri Grönroos <Unknown>\n"
1939 "Language-Team: Finnish <fi@li.org>\n"
1940@@ -32,7 +32,7 @@
1941 msgid "Add Field"
1942 msgstr "Lisää kenttä"
1943
1944-#: ../src/imports/ContactList/ContactListPage.qml:526
1945+#: ../src/imports/ContactList/ContactListPage.qml:528
1946 msgid "Add contact"
1947 msgstr "Lisää yhteystieto"
1948
1949@@ -56,7 +56,7 @@
1950 msgstr "Aim"
1951
1952 #. TRANSLATORS: this refers to all contacts
1953-#: ../src/imports/ContactList/ContactListPage.qml:409
1954+#: ../src/imports/ContactList/ContactListPage.qml:410
1955 msgid "All"
1956 msgstr "Kaikki"
1957
1958@@ -69,12 +69,12 @@
1959 msgstr "Haluatko varmasti poistaa tämän yhteystiedon?"
1960
1961 #: ../src/imports/ContactEdit/ContactEditor.qml:398
1962-#: ../src/imports/ContactList/ContactListPage.qml:422
1963+#: ../src/imports/ContactList/ContactListPage.qml:423
1964 #: ../src/imports/MainWindow.qml:133
1965 msgid "Cancel"
1966 msgstr "Peru"
1967
1968-#: ../src/imports/ContactList/ContactListPage.qml:445
1969+#: ../src/imports/ContactList/ContactListPage.qml:447
1970 msgid "Cancel selection"
1971 msgstr "Peru valinta"
1972
1973@@ -104,14 +104,18 @@
1974 msgid "Country"
1975 msgstr "Maa"
1976
1977+#: ../src/imports/ContactList/ContactListPage.qml:607
1978+msgid "Create a new contact by swiping up from the bottom of the screen."
1979+msgstr ""
1980+
1981 #: ../src/imports/ContactEdit/ContactEditor.qml:355
1982 #: ../src/imports/ContactList/ContactListPage.qml:267
1983-#: ../src/imports/ContactList/ContactListPage.qml:487
1984+#: ../src/imports/ContactList/ContactListPage.qml:489
1985 msgid "Delete"
1986 msgstr "Poista"
1987
1988 #: ../src/imports/ContactEdit/ContactEditor.qml:142
1989-#: ../src/imports/ContactView/ContactView.qml:121
1990+#: ../src/imports/ContactView/ContactView.qml:107
1991 msgid "Edit"
1992 msgstr "Muokkaa"
1993
1994@@ -139,11 +143,7 @@
1995 msgid "Error"
1996 msgstr "Virhe"
1997
1998-#: ../src/imports/ContactView/ContactView.qml:99
1999-msgid "Favorite"
2000-msgstr "Suosikki"
2001-
2002-#: ../src/imports/ContactList/ContactListPage.qml:409
2003+#: ../src/imports/ContactList/ContactListPage.qml:410
2004 msgid "Favorites"
2005 msgstr "Suosikit"
2006
2007@@ -269,12 +269,12 @@
2008 msgid "Search..."
2009 msgstr "Etsi..."
2010
2011-#: ../src/imports/ContactList/ContactListPage.qml:451
2012+#: ../src/imports/ContactList/ContactListPage.qml:453
2013 msgid "Select All"
2014 msgstr "Valitse kaikki"
2015
2016-#: ../src/imports/ContactList/ContactListPage.qml:464
2017-#: ../src/imports/ContactView/ContactView.qml:110
2018+#: ../src/imports/ContactList/ContactListPage.qml:466
2019+#: ../src/imports/ContactView/ContactView.qml:98
2020 msgid "Share"
2021 msgstr "Jaa"
2022
2023@@ -342,3 +342,6 @@
2024 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
2025 msgid "You have no contacts."
2026 msgstr "Sinulla ei ole yhteystietoja."
2027+
2028+#~ msgid "Favorite"
2029+#~ msgstr "Suosikki"
2030
2031=== modified file 'po/fr.po'
2032--- po/fr.po 2014-09-18 15:06:08 +0000
2033+++ po/fr.po 2014-09-23 14:07:44 +0000
2034@@ -7,7 +7,7 @@
2035 msgstr ""
2036 "Project-Id-Version: address-book-app\n"
2037 "Report-Msgid-Bugs-To: \n"
2038-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
2039+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
2040 "PO-Revision-Date: 2014-08-31 19:53+0000\n"
2041 "Last-Translator: Anne <anneonyme017@gmail.com>\n"
2042 "Language-Team: French <fr@li.org>\n"
2043@@ -32,7 +32,7 @@
2044 msgid "Add Field"
2045 msgstr "Ajouter un champ"
2046
2047-#: ../src/imports/ContactList/ContactListPage.qml:526
2048+#: ../src/imports/ContactList/ContactListPage.qml:528
2049 msgid "Add contact"
2050 msgstr "Ajouter un contact"
2051
2052@@ -56,7 +56,7 @@
2053 msgstr "AIM"
2054
2055 #. TRANSLATORS: this refers to all contacts
2056-#: ../src/imports/ContactList/ContactListPage.qml:409
2057+#: ../src/imports/ContactList/ContactListPage.qml:410
2058 msgid "All"
2059 msgstr "Tous"
2060
2061@@ -69,12 +69,12 @@
2062 msgstr "Êtes-vous sûr de vouloir supprimer ce contact ?"
2063
2064 #: ../src/imports/ContactEdit/ContactEditor.qml:398
2065-#: ../src/imports/ContactList/ContactListPage.qml:422
2066+#: ../src/imports/ContactList/ContactListPage.qml:423
2067 #: ../src/imports/MainWindow.qml:133
2068 msgid "Cancel"
2069 msgstr "Annuler"
2070
2071-#: ../src/imports/ContactList/ContactListPage.qml:445
2072+#: ../src/imports/ContactList/ContactListPage.qml:447
2073 msgid "Cancel selection"
2074 msgstr "Annuler la sélection"
2075
2076@@ -103,14 +103,18 @@
2077 msgid "Country"
2078 msgstr "Pays"
2079
2080+#: ../src/imports/ContactList/ContactListPage.qml:607
2081+msgid "Create a new contact by swiping up from the bottom of the screen."
2082+msgstr ""
2083+
2084 #: ../src/imports/ContactEdit/ContactEditor.qml:355
2085 #: ../src/imports/ContactList/ContactListPage.qml:267
2086-#: ../src/imports/ContactList/ContactListPage.qml:487
2087+#: ../src/imports/ContactList/ContactListPage.qml:489
2088 msgid "Delete"
2089 msgstr "Supprimer"
2090
2091 #: ../src/imports/ContactEdit/ContactEditor.qml:142
2092-#: ../src/imports/ContactView/ContactView.qml:121
2093+#: ../src/imports/ContactView/ContactView.qml:107
2094 msgid "Edit"
2095 msgstr "Modifier"
2096
2097@@ -138,11 +142,7 @@
2098 msgid "Error"
2099 msgstr "Erreur"
2100
2101-#: ../src/imports/ContactView/ContactView.qml:99
2102-msgid "Favorite"
2103-msgstr "Favori"
2104-
2105-#: ../src/imports/ContactList/ContactListPage.qml:409
2106+#: ../src/imports/ContactList/ContactListPage.qml:410
2107 msgid "Favorites"
2108 msgstr "Favoris"
2109
2110@@ -268,12 +268,12 @@
2111 msgid "Search..."
2112 msgstr "Recherche…"
2113
2114-#: ../src/imports/ContactList/ContactListPage.qml:451
2115+#: ../src/imports/ContactList/ContactListPage.qml:453
2116 msgid "Select All"
2117 msgstr "Tout sélectionner"
2118
2119-#: ../src/imports/ContactList/ContactListPage.qml:464
2120-#: ../src/imports/ContactView/ContactView.qml:110
2121+#: ../src/imports/ContactList/ContactListPage.qml:466
2122+#: ../src/imports/ContactView/ContactView.qml:98
2123 msgid "Share"
2124 msgstr "Partager"
2125
2126@@ -341,3 +341,6 @@
2127 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
2128 msgid "You have no contacts."
2129 msgstr "Vous n'avez pas de contacts."
2130+
2131+#~ msgid "Favorite"
2132+#~ msgstr "Favori"
2133
2134=== modified file 'po/gd.po'
2135--- po/gd.po 2014-09-18 15:06:08 +0000
2136+++ po/gd.po 2014-09-23 14:07:44 +0000
2137@@ -8,7 +8,7 @@
2138 msgstr ""
2139 "Project-Id-Version: address-book-app\n"
2140 "Report-Msgid-Bugs-To: \n"
2141-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
2142+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
2143 "PO-Revision-Date: 2014-09-12 16:34+0000\n"
2144 "Last-Translator: GunChleoc <Unknown>\n"
2145 "Language-Team: Fòram na Gàidhlig\n"
2146@@ -33,7 +33,7 @@
2147 msgid "Add Field"
2148 msgstr "Cuir raon ris"
2149
2150-#: ../src/imports/ContactList/ContactListPage.qml:526
2151+#: ../src/imports/ContactList/ContactListPage.qml:528
2152 msgid "Add contact"
2153 msgstr "Cuir neach-aithne ris"
2154
2155@@ -57,7 +57,7 @@
2156 msgstr "Aim"
2157
2158 #. TRANSLATORS: this refers to all contacts
2159-#: ../src/imports/ContactList/ContactListPage.qml:409
2160+#: ../src/imports/ContactList/ContactListPage.qml:410
2161 msgid "All"
2162 msgstr "Na h-uile"
2163
2164@@ -74,12 +74,12 @@
2165 "falbh?"
2166
2167 #: ../src/imports/ContactEdit/ContactEditor.qml:398
2168-#: ../src/imports/ContactList/ContactListPage.qml:422
2169+#: ../src/imports/ContactList/ContactListPage.qml:423
2170 #: ../src/imports/MainWindow.qml:133
2171 msgid "Cancel"
2172 msgstr "Sguir dheth"
2173
2174-#: ../src/imports/ContactList/ContactListPage.qml:445
2175+#: ../src/imports/ContactList/ContactListPage.qml:447
2176 msgid "Cancel selection"
2177 msgstr "Sguir dhen taghadh"
2178
2179@@ -110,14 +110,18 @@
2180 msgid "Country"
2181 msgstr "Dùthaich"
2182
2183+#: ../src/imports/ContactList/ContactListPage.qml:607
2184+msgid "Create a new contact by swiping up from the bottom of the screen."
2185+msgstr ""
2186+
2187 #: ../src/imports/ContactEdit/ContactEditor.qml:355
2188 #: ../src/imports/ContactList/ContactListPage.qml:267
2189-#: ../src/imports/ContactList/ContactListPage.qml:487
2190+#: ../src/imports/ContactList/ContactListPage.qml:489
2191 msgid "Delete"
2192 msgstr "Sguab às"
2193
2194 #: ../src/imports/ContactEdit/ContactEditor.qml:142
2195-#: ../src/imports/ContactView/ContactView.qml:121
2196+#: ../src/imports/ContactView/ContactView.qml:107
2197 msgid "Edit"
2198 msgstr "Deasaich"
2199
2200@@ -145,11 +149,7 @@
2201 msgid "Error"
2202 msgstr "Mearachd"
2203
2204-#: ../src/imports/ContactView/ContactView.qml:99
2205-msgid "Favorite"
2206-msgstr "Annsachd"
2207-
2208-#: ../src/imports/ContactList/ContactListPage.qml:409
2209+#: ../src/imports/ContactList/ContactListPage.qml:410
2210 msgid "Favorites"
2211 msgstr "Annsachdan"
2212
2213@@ -275,12 +275,12 @@
2214 msgid "Search..."
2215 msgstr "Lorg..."
2216
2217-#: ../src/imports/ContactList/ContactListPage.qml:451
2218+#: ../src/imports/ContactList/ContactListPage.qml:453
2219 msgid "Select All"
2220 msgstr "Tagh na h-uile"
2221
2222-#: ../src/imports/ContactList/ContactListPage.qml:464
2223-#: ../src/imports/ContactView/ContactView.qml:110
2224+#: ../src/imports/ContactList/ContactListPage.qml:466
2225+#: ../src/imports/ContactView/ContactView.qml:98
2226 msgid "Share"
2227 msgstr "Co-roinn"
2228
2229@@ -348,3 +348,6 @@
2230 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
2231 msgid "You have no contacts."
2232 msgstr "Chan eil neach-aithne agad."
2233+
2234+#~ msgid "Favorite"
2235+#~ msgstr "Annsachd"
2236
2237=== modified file 'po/gl.po'
2238--- po/gl.po 2014-09-18 15:06:08 +0000
2239+++ po/gl.po 2014-09-23 14:07:44 +0000
2240@@ -7,7 +7,7 @@
2241 msgstr ""
2242 "Project-Id-Version: address-book-app\n"
2243 "Report-Msgid-Bugs-To: \n"
2244-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
2245+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
2246 "PO-Revision-Date: 2014-08-29 10:18+0000\n"
2247 "Last-Translator: Marcos Lans <Unknown>\n"
2248 "Language-Team: Galician <gl@li.org>\n"
2249@@ -32,7 +32,7 @@
2250 msgid "Add Field"
2251 msgstr "Engadir un campo"
2252
2253-#: ../src/imports/ContactList/ContactListPage.qml:526
2254+#: ../src/imports/ContactList/ContactListPage.qml:528
2255 msgid "Add contact"
2256 msgstr "Engadir contacto"
2257
2258@@ -56,7 +56,7 @@
2259 msgstr "Aim"
2260
2261 #. TRANSLATORS: this refers to all contacts
2262-#: ../src/imports/ContactList/ContactListPage.qml:409
2263+#: ../src/imports/ContactList/ContactListPage.qml:410
2264 msgid "All"
2265 msgstr "Todos"
2266
2267@@ -69,12 +69,12 @@
2268 msgstr "Está certo de eliminar este contacto?"
2269
2270 #: ../src/imports/ContactEdit/ContactEditor.qml:398
2271-#: ../src/imports/ContactList/ContactListPage.qml:422
2272+#: ../src/imports/ContactList/ContactListPage.qml:423
2273 #: ../src/imports/MainWindow.qml:133
2274 msgid "Cancel"
2275 msgstr "Cancelar"
2276
2277-#: ../src/imports/ContactList/ContactListPage.qml:445
2278+#: ../src/imports/ContactList/ContactListPage.qml:447
2279 msgid "Cancel selection"
2280 msgstr "Cancelar selección"
2281
2282@@ -103,14 +103,18 @@
2283 msgid "Country"
2284 msgstr "País"
2285
2286+#: ../src/imports/ContactList/ContactListPage.qml:607
2287+msgid "Create a new contact by swiping up from the bottom of the screen."
2288+msgstr ""
2289+
2290 #: ../src/imports/ContactEdit/ContactEditor.qml:355
2291 #: ../src/imports/ContactList/ContactListPage.qml:267
2292-#: ../src/imports/ContactList/ContactListPage.qml:487
2293+#: ../src/imports/ContactList/ContactListPage.qml:489
2294 msgid "Delete"
2295 msgstr "Eliminar"
2296
2297 #: ../src/imports/ContactEdit/ContactEditor.qml:142
2298-#: ../src/imports/ContactView/ContactView.qml:121
2299+#: ../src/imports/ContactView/ContactView.qml:107
2300 msgid "Edit"
2301 msgstr "Editar"
2302
2303@@ -138,11 +142,7 @@
2304 msgid "Error"
2305 msgstr "Erro"
2306
2307-#: ../src/imports/ContactView/ContactView.qml:99
2308-msgid "Favorite"
2309-msgstr "Favorito"
2310-
2311-#: ../src/imports/ContactList/ContactListPage.qml:409
2312+#: ../src/imports/ContactList/ContactListPage.qml:410
2313 msgid "Favorites"
2314 msgstr "Favoritos"
2315
2316@@ -268,12 +268,12 @@
2317 msgid "Search..."
2318 msgstr "Buscar..."
2319
2320-#: ../src/imports/ContactList/ContactListPage.qml:451
2321+#: ../src/imports/ContactList/ContactListPage.qml:453
2322 msgid "Select All"
2323 msgstr "Selecionar todo"
2324
2325-#: ../src/imports/ContactList/ContactListPage.qml:464
2326-#: ../src/imports/ContactView/ContactView.qml:110
2327+#: ../src/imports/ContactList/ContactListPage.qml:466
2328+#: ../src/imports/ContactView/ContactView.qml:98
2329 msgid "Share"
2330 msgstr "Compartir"
2331
2332@@ -341,3 +341,6 @@
2333 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
2334 msgid "You have no contacts."
2335 msgstr "Non ten contactos."
2336+
2337+#~ msgid "Favorite"
2338+#~ msgstr "Favorito"
2339
2340=== modified file 'po/he.po'
2341--- po/he.po 2014-09-18 15:06:08 +0000
2342+++ po/he.po 2014-09-23 14:07:44 +0000
2343@@ -7,7 +7,7 @@
2344 msgstr ""
2345 "Project-Id-Version: address-book-app\n"
2346 "Report-Msgid-Bugs-To: \n"
2347-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
2348+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
2349 "PO-Revision-Date: 2014-08-21 21:43+0000\n"
2350 "Last-Translator: Yaron <sh.yaron@gmail.com>\n"
2351 "Language-Team: Hebrew <he@li.org>\n"
2352@@ -32,7 +32,7 @@
2353 msgid "Add Field"
2354 msgstr "הוספת שדה"
2355
2356-#: ../src/imports/ContactList/ContactListPage.qml:526
2357+#: ../src/imports/ContactList/ContactListPage.qml:528
2358 msgid "Add contact"
2359 msgstr "הוספת איש קשר"
2360
2361@@ -56,7 +56,7 @@
2362 msgstr "Aim"
2363
2364 #. TRANSLATORS: this refers to all contacts
2365-#: ../src/imports/ContactList/ContactListPage.qml:409
2366+#: ../src/imports/ContactList/ContactListPage.qml:410
2367 msgid "All"
2368 msgstr "הכול"
2369
2370@@ -69,12 +69,12 @@
2371 msgstr "האם אכן להסיר את איש הקשר הזה?"
2372
2373 #: ../src/imports/ContactEdit/ContactEditor.qml:398
2374-#: ../src/imports/ContactList/ContactListPage.qml:422
2375+#: ../src/imports/ContactList/ContactListPage.qml:423
2376 #: ../src/imports/MainWindow.qml:133
2377 msgid "Cancel"
2378 msgstr "ביטול"
2379
2380-#: ../src/imports/ContactList/ContactListPage.qml:445
2381+#: ../src/imports/ContactList/ContactListPage.qml:447
2382 msgid "Cancel selection"
2383 msgstr "ביטול הבחירה"
2384
2385@@ -103,14 +103,18 @@
2386 msgid "Country"
2387 msgstr "מדינה"
2388
2389+#: ../src/imports/ContactList/ContactListPage.qml:607
2390+msgid "Create a new contact by swiping up from the bottom of the screen."
2391+msgstr ""
2392+
2393 #: ../src/imports/ContactEdit/ContactEditor.qml:355
2394 #: ../src/imports/ContactList/ContactListPage.qml:267
2395-#: ../src/imports/ContactList/ContactListPage.qml:487
2396+#: ../src/imports/ContactList/ContactListPage.qml:489
2397 msgid "Delete"
2398 msgstr "מחיקה"
2399
2400 #: ../src/imports/ContactEdit/ContactEditor.qml:142
2401-#: ../src/imports/ContactView/ContactView.qml:121
2402+#: ../src/imports/ContactView/ContactView.qml:107
2403 msgid "Edit"
2404 msgstr "עריכה"
2405
2406@@ -138,11 +142,7 @@
2407 msgid "Error"
2408 msgstr "שגיאה"
2409
2410-#: ../src/imports/ContactView/ContactView.qml:99
2411-msgid "Favorite"
2412-msgstr "מועדף"
2413-
2414-#: ../src/imports/ContactList/ContactListPage.qml:409
2415+#: ../src/imports/ContactList/ContactListPage.qml:410
2416 msgid "Favorites"
2417 msgstr "מועדפים"
2418
2419@@ -268,12 +268,12 @@
2420 msgid "Search..."
2421 msgstr "חיפוש…"
2422
2423-#: ../src/imports/ContactList/ContactListPage.qml:451
2424+#: ../src/imports/ContactList/ContactListPage.qml:453
2425 msgid "Select All"
2426 msgstr "בחירת הכול"
2427
2428-#: ../src/imports/ContactList/ContactListPage.qml:464
2429-#: ../src/imports/ContactView/ContactView.qml:110
2430+#: ../src/imports/ContactList/ContactListPage.qml:466
2431+#: ../src/imports/ContactView/ContactView.qml:98
2432 msgid "Share"
2433 msgstr "שיתוף"
2434
2435@@ -341,3 +341,6 @@
2436 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
2437 msgid "You have no contacts."
2438 msgstr "אין לך אנשי קשר."
2439+
2440+#~ msgid "Favorite"
2441+#~ msgstr "מועדף"
2442
2443=== modified file 'po/hr.po'
2444--- po/hr.po 2014-09-18 15:06:08 +0000
2445+++ po/hr.po 2014-09-23 14:07:44 +0000
2446@@ -7,7 +7,7 @@
2447 msgstr ""
2448 "Project-Id-Version: address-book-app\n"
2449 "Report-Msgid-Bugs-To: \n"
2450-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
2451+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
2452 "PO-Revision-Date: 2014-01-16 13:10+0000\n"
2453 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2454 "Language-Team: Croatian <hr@li.org>\n"
2455@@ -32,7 +32,7 @@
2456 msgid "Add Field"
2457 msgstr ""
2458
2459-#: ../src/imports/ContactList/ContactListPage.qml:526
2460+#: ../src/imports/ContactList/ContactListPage.qml:528
2461 msgid "Add contact"
2462 msgstr ""
2463
2464@@ -56,7 +56,7 @@
2465 msgstr ""
2466
2467 #. TRANSLATORS: this refers to all contacts
2468-#: ../src/imports/ContactList/ContactListPage.qml:409
2469+#: ../src/imports/ContactList/ContactListPage.qml:410
2470 msgid "All"
2471 msgstr ""
2472
2473@@ -69,12 +69,12 @@
2474 msgstr ""
2475
2476 #: ../src/imports/ContactEdit/ContactEditor.qml:398
2477-#: ../src/imports/ContactList/ContactListPage.qml:422
2478+#: ../src/imports/ContactList/ContactListPage.qml:423
2479 #: ../src/imports/MainWindow.qml:133
2480 msgid "Cancel"
2481 msgstr ""
2482
2483-#: ../src/imports/ContactList/ContactListPage.qml:445
2484+#: ../src/imports/ContactList/ContactListPage.qml:447
2485 msgid "Cancel selection"
2486 msgstr ""
2487
2488@@ -103,14 +103,18 @@
2489 msgid "Country"
2490 msgstr ""
2491
2492+#: ../src/imports/ContactList/ContactListPage.qml:607
2493+msgid "Create a new contact by swiping up from the bottom of the screen."
2494+msgstr ""
2495+
2496 #: ../src/imports/ContactEdit/ContactEditor.qml:355
2497 #: ../src/imports/ContactList/ContactListPage.qml:267
2498-#: ../src/imports/ContactList/ContactListPage.qml:487
2499+#: ../src/imports/ContactList/ContactListPage.qml:489
2500 msgid "Delete"
2501 msgstr ""
2502
2503 #: ../src/imports/ContactEdit/ContactEditor.qml:142
2504-#: ../src/imports/ContactView/ContactView.qml:121
2505+#: ../src/imports/ContactView/ContactView.qml:107
2506 msgid "Edit"
2507 msgstr ""
2508
2509@@ -138,11 +142,7 @@
2510 msgid "Error"
2511 msgstr ""
2512
2513-#: ../src/imports/ContactView/ContactView.qml:99
2514-msgid "Favorite"
2515-msgstr ""
2516-
2517-#: ../src/imports/ContactList/ContactListPage.qml:409
2518+#: ../src/imports/ContactList/ContactListPage.qml:410
2519 msgid "Favorites"
2520 msgstr ""
2521
2522@@ -268,12 +268,12 @@
2523 msgid "Search..."
2524 msgstr ""
2525
2526-#: ../src/imports/ContactList/ContactListPage.qml:451
2527+#: ../src/imports/ContactList/ContactListPage.qml:453
2528 msgid "Select All"
2529 msgstr ""
2530
2531-#: ../src/imports/ContactList/ContactListPage.qml:464
2532-#: ../src/imports/ContactView/ContactView.qml:110
2533+#: ../src/imports/ContactList/ContactListPage.qml:466
2534+#: ../src/imports/ContactView/ContactView.qml:98
2535 msgid "Share"
2536 msgstr ""
2537
2538
2539=== modified file 'po/hu.po'
2540--- po/hu.po 2014-09-18 15:06:08 +0000
2541+++ po/hu.po 2014-09-23 14:07:44 +0000
2542@@ -7,7 +7,7 @@
2543 msgstr ""
2544 "Project-Id-Version: address-book-app\n"
2545 "Report-Msgid-Bugs-To: \n"
2546-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
2547+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
2548 "PO-Revision-Date: 2014-09-08 15:42+0000\n"
2549 "Last-Translator: Richard Somlói <ricsipontaz@gmail.com>\n"
2550 "Language-Team: Hungarian <hu@li.org>\n"
2551@@ -32,7 +32,7 @@
2552 msgid "Add Field"
2553 msgstr "Mező hozzáadása"
2554
2555-#: ../src/imports/ContactList/ContactListPage.qml:526
2556+#: ../src/imports/ContactList/ContactListPage.qml:528
2557 msgid "Add contact"
2558 msgstr "Névjegy hozzáadása"
2559
2560@@ -56,7 +56,7 @@
2561 msgstr "AIM"
2562
2563 #. TRANSLATORS: this refers to all contacts
2564-#: ../src/imports/ContactList/ContactListPage.qml:409
2565+#: ../src/imports/ContactList/ContactListPage.qml:410
2566 msgid "All"
2567 msgstr "Összes"
2568
2569@@ -69,12 +69,12 @@
2570 msgstr "Biztosan törli ezt a névjegyet?"
2571
2572 #: ../src/imports/ContactEdit/ContactEditor.qml:398
2573-#: ../src/imports/ContactList/ContactListPage.qml:422
2574+#: ../src/imports/ContactList/ContactListPage.qml:423
2575 #: ../src/imports/MainWindow.qml:133
2576 msgid "Cancel"
2577 msgstr "Mégse"
2578
2579-#: ../src/imports/ContactList/ContactListPage.qml:445
2580+#: ../src/imports/ContactList/ContactListPage.qml:447
2581 msgid "Cancel selection"
2582 msgstr "Kijelölés megszüntetése"
2583
2584@@ -103,14 +103,18 @@
2585 msgid "Country"
2586 msgstr "Ország"
2587
2588+#: ../src/imports/ContactList/ContactListPage.qml:607
2589+msgid "Create a new contact by swiping up from the bottom of the screen."
2590+msgstr ""
2591+
2592 #: ../src/imports/ContactEdit/ContactEditor.qml:355
2593 #: ../src/imports/ContactList/ContactListPage.qml:267
2594-#: ../src/imports/ContactList/ContactListPage.qml:487
2595+#: ../src/imports/ContactList/ContactListPage.qml:489
2596 msgid "Delete"
2597 msgstr "Törlés"
2598
2599 #: ../src/imports/ContactEdit/ContactEditor.qml:142
2600-#: ../src/imports/ContactView/ContactView.qml:121
2601+#: ../src/imports/ContactView/ContactView.qml:107
2602 msgid "Edit"
2603 msgstr "Szerkesztés"
2604
2605@@ -138,11 +142,7 @@
2606 msgid "Error"
2607 msgstr "Hiba"
2608
2609-#: ../src/imports/ContactView/ContactView.qml:99
2610-msgid "Favorite"
2611-msgstr "Kedvenc"
2612-
2613-#: ../src/imports/ContactList/ContactListPage.qml:409
2614+#: ../src/imports/ContactList/ContactListPage.qml:410
2615 msgid "Favorites"
2616 msgstr "Kedvencek"
2617
2618@@ -268,12 +268,12 @@
2619 msgid "Search..."
2620 msgstr "Keresés…"
2621
2622-#: ../src/imports/ContactList/ContactListPage.qml:451
2623+#: ../src/imports/ContactList/ContactListPage.qml:453
2624 msgid "Select All"
2625 msgstr "Összes kijelölése"
2626
2627-#: ../src/imports/ContactList/ContactListPage.qml:464
2628-#: ../src/imports/ContactView/ContactView.qml:110
2629+#: ../src/imports/ContactList/ContactListPage.qml:466
2630+#: ../src/imports/ContactView/ContactView.qml:98
2631 msgid "Share"
2632 msgstr "Megosztás"
2633
2634@@ -341,3 +341,6 @@
2635 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
2636 msgid "You have no contacts."
2637 msgstr "Nem találhatók névjegyek"
2638+
2639+#~ msgid "Favorite"
2640+#~ msgstr "Kedvenc"
2641
2642=== modified file 'po/is.po'
2643--- po/is.po 2014-09-18 15:06:08 +0000
2644+++ po/is.po 2014-09-23 14:07:44 +0000
2645@@ -9,7 +9,7 @@
2646 msgstr ""
2647 "Project-Id-Version: po_address-book-app-is\n"
2648 "Report-Msgid-Bugs-To: \n"
2649-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
2650+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
2651 "PO-Revision-Date: 2014-08-29 12:45+0000\n"
2652 "Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
2653 "Language-Team: icelandic <translation-team-is@lists.sourceforge.net>\n"
2654@@ -34,7 +34,7 @@
2655 msgid "Add Field"
2656 msgstr "Bæta við gagnasvæði"
2657
2658-#: ../src/imports/ContactList/ContactListPage.qml:526
2659+#: ../src/imports/ContactList/ContactListPage.qml:528
2660 msgid "Add contact"
2661 msgstr "Bæta við tengiliði"
2662
2663@@ -58,7 +58,7 @@
2664 msgstr "AIM"
2665
2666 #. TRANSLATORS: this refers to all contacts
2667-#: ../src/imports/ContactList/ContactListPage.qml:409
2668+#: ../src/imports/ContactList/ContactListPage.qml:410
2669 msgid "All"
2670 msgstr "Allt"
2671
2672@@ -71,12 +71,12 @@
2673 msgstr "Ertu viss um að þú viljir fjarlægja valinn tengilið?"
2674
2675 #: ../src/imports/ContactEdit/ContactEditor.qml:398
2676-#: ../src/imports/ContactList/ContactListPage.qml:422
2677+#: ../src/imports/ContactList/ContactListPage.qml:423
2678 #: ../src/imports/MainWindow.qml:133
2679 msgid "Cancel"
2680 msgstr "Hætta við"
2681
2682-#: ../src/imports/ContactList/ContactListPage.qml:445
2683+#: ../src/imports/ContactList/ContactListPage.qml:447
2684 msgid "Cancel selection"
2685 msgstr "Hætta við val"
2686
2687@@ -105,14 +105,18 @@
2688 msgid "Country"
2689 msgstr "Land"
2690
2691+#: ../src/imports/ContactList/ContactListPage.qml:607
2692+msgid "Create a new contact by swiping up from the bottom of the screen."
2693+msgstr ""
2694+
2695 #: ../src/imports/ContactEdit/ContactEditor.qml:355
2696 #: ../src/imports/ContactList/ContactListPage.qml:267
2697-#: ../src/imports/ContactList/ContactListPage.qml:487
2698+#: ../src/imports/ContactList/ContactListPage.qml:489
2699 msgid "Delete"
2700 msgstr "Eyða"
2701
2702 #: ../src/imports/ContactEdit/ContactEditor.qml:142
2703-#: ../src/imports/ContactView/ContactView.qml:121
2704+#: ../src/imports/ContactView/ContactView.qml:107
2705 msgid "Edit"
2706 msgstr "Breyta"
2707
2708@@ -140,11 +144,7 @@
2709 msgid "Error"
2710 msgstr "Villa"
2711
2712-#: ../src/imports/ContactView/ContactView.qml:99
2713-msgid "Favorite"
2714-msgstr "Uppáhald"
2715-
2716-#: ../src/imports/ContactList/ContactListPage.qml:409
2717+#: ../src/imports/ContactList/ContactListPage.qml:410
2718 msgid "Favorites"
2719 msgstr "Eftirlæti"
2720
2721@@ -270,12 +270,12 @@
2722 msgid "Search..."
2723 msgstr "Leita..."
2724
2725-#: ../src/imports/ContactList/ContactListPage.qml:451
2726+#: ../src/imports/ContactList/ContactListPage.qml:453
2727 msgid "Select All"
2728 msgstr "Velja allt"
2729
2730-#: ../src/imports/ContactList/ContactListPage.qml:464
2731-#: ../src/imports/ContactView/ContactView.qml:110
2732+#: ../src/imports/ContactList/ContactListPage.qml:466
2733+#: ../src/imports/ContactView/ContactView.qml:98
2734 msgid "Share"
2735 msgstr "Deila"
2736
2737@@ -343,3 +343,6 @@
2738 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
2739 msgid "You have no contacts."
2740 msgstr "Þú ert ekki með neina tengiliði."
2741+
2742+#~ msgid "Favorite"
2743+#~ msgstr "Uppáhald"
2744
2745=== modified file 'po/it.po'
2746--- po/it.po 2014-09-18 15:06:08 +0000
2747+++ po/it.po 2014-09-23 14:07:44 +0000
2748@@ -7,7 +7,7 @@
2749 msgstr ""
2750 "Project-Id-Version: address-book-app\n"
2751 "Report-Msgid-Bugs-To: \n"
2752-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
2753+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
2754 "PO-Revision-Date: 2014-08-29 11:17+0000\n"
2755 "Last-Translator: Claudio Arseni <claudio.arseni@gmail.com>\n"
2756 "Language-Team: Italian <it@li.org>\n"
2757@@ -32,7 +32,7 @@
2758 msgid "Add Field"
2759 msgstr "Aggiungi campo"
2760
2761-#: ../src/imports/ContactList/ContactListPage.qml:526
2762+#: ../src/imports/ContactList/ContactListPage.qml:528
2763 msgid "Add contact"
2764 msgstr "Aggiungi contatto"
2765
2766@@ -56,7 +56,7 @@
2767 msgstr "Aim"
2768
2769 #. TRANSLATORS: this refers to all contacts
2770-#: ../src/imports/ContactList/ContactListPage.qml:409
2771+#: ../src/imports/ContactList/ContactListPage.qml:410
2772 msgid "All"
2773 msgstr "Tutti"
2774
2775@@ -69,12 +69,12 @@
2776 msgstr "Rimuovere veramente questo contatto?"
2777
2778 #: ../src/imports/ContactEdit/ContactEditor.qml:398
2779-#: ../src/imports/ContactList/ContactListPage.qml:422
2780+#: ../src/imports/ContactList/ContactListPage.qml:423
2781 #: ../src/imports/MainWindow.qml:133
2782 msgid "Cancel"
2783 msgstr "Annulla"
2784
2785-#: ../src/imports/ContactList/ContactListPage.qml:445
2786+#: ../src/imports/ContactList/ContactListPage.qml:447
2787 msgid "Cancel selection"
2788 msgstr "Annulla selezione"
2789
2790@@ -103,14 +103,18 @@
2791 msgid "Country"
2792 msgstr "Paese"
2793
2794+#: ../src/imports/ContactList/ContactListPage.qml:607
2795+msgid "Create a new contact by swiping up from the bottom of the screen."
2796+msgstr ""
2797+
2798 #: ../src/imports/ContactEdit/ContactEditor.qml:355
2799 #: ../src/imports/ContactList/ContactListPage.qml:267
2800-#: ../src/imports/ContactList/ContactListPage.qml:487
2801+#: ../src/imports/ContactList/ContactListPage.qml:489
2802 msgid "Delete"
2803 msgstr "Elimina"
2804
2805 #: ../src/imports/ContactEdit/ContactEditor.qml:142
2806-#: ../src/imports/ContactView/ContactView.qml:121
2807+#: ../src/imports/ContactView/ContactView.qml:107
2808 msgid "Edit"
2809 msgstr "Modifica"
2810
2811@@ -138,11 +142,7 @@
2812 msgid "Error"
2813 msgstr "Errore"
2814
2815-#: ../src/imports/ContactView/ContactView.qml:99
2816-msgid "Favorite"
2817-msgstr "Preferito"
2818-
2819-#: ../src/imports/ContactList/ContactListPage.qml:409
2820+#: ../src/imports/ContactList/ContactListPage.qml:410
2821 msgid "Favorites"
2822 msgstr "Preferiti"
2823
2824@@ -268,12 +268,12 @@
2825 msgid "Search..."
2826 msgstr "Cerca..."
2827
2828-#: ../src/imports/ContactList/ContactListPage.qml:451
2829+#: ../src/imports/ContactList/ContactListPage.qml:453
2830 msgid "Select All"
2831 msgstr "Seleziona tutti"
2832
2833-#: ../src/imports/ContactList/ContactListPage.qml:464
2834-#: ../src/imports/ContactView/ContactView.qml:110
2835+#: ../src/imports/ContactList/ContactListPage.qml:466
2836+#: ../src/imports/ContactView/ContactView.qml:98
2837 msgid "Share"
2838 msgstr "Condividi"
2839
2840@@ -341,3 +341,6 @@
2841 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
2842 msgid "You have no contacts."
2843 msgstr "Non è presente alcun contatto."
2844+
2845+#~ msgid "Favorite"
2846+#~ msgstr "Preferito"
2847
2848=== modified file 'po/ja.po'
2849--- po/ja.po 2014-09-18 15:06:08 +0000
2850+++ po/ja.po 2014-09-23 14:07:44 +0000
2851@@ -7,7 +7,7 @@
2852 msgstr ""
2853 "Project-Id-Version: address-book-app\n"
2854 "Report-Msgid-Bugs-To: \n"
2855-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
2856+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
2857 "PO-Revision-Date: 2014-09-18 06:50+0000\n"
2858 "Last-Translator: Kentaro Kazuhama <Unknown>\n"
2859 "Language-Team: Japanese <ja@li.org>\n"
2860@@ -32,7 +32,7 @@
2861 msgid "Add Field"
2862 msgstr "フィールドを追加"
2863
2864-#: ../src/imports/ContactList/ContactListPage.qml:526
2865+#: ../src/imports/ContactList/ContactListPage.qml:528
2866 msgid "Add contact"
2867 msgstr "連絡先を追加"
2868
2869@@ -56,7 +56,7 @@
2870 msgstr "Aim"
2871
2872 #. TRANSLATORS: this refers to all contacts
2873-#: ../src/imports/ContactList/ContactListPage.qml:409
2874+#: ../src/imports/ContactList/ContactListPage.qml:410
2875 msgid "All"
2876 msgstr "すべて"
2877
2878@@ -69,12 +69,12 @@
2879 msgstr "この連絡先を削除しますか?"
2880
2881 #: ../src/imports/ContactEdit/ContactEditor.qml:398
2882-#: ../src/imports/ContactList/ContactListPage.qml:422
2883+#: ../src/imports/ContactList/ContactListPage.qml:423
2884 #: ../src/imports/MainWindow.qml:133
2885 msgid "Cancel"
2886 msgstr "キャンセル"
2887
2888-#: ../src/imports/ContactList/ContactListPage.qml:445
2889+#: ../src/imports/ContactList/ContactListPage.qml:447
2890 msgid "Cancel selection"
2891 msgstr "選択を解除"
2892
2893@@ -103,14 +103,18 @@
2894 msgid "Country"
2895 msgstr "国"
2896
2897+#: ../src/imports/ContactList/ContactListPage.qml:607
2898+msgid "Create a new contact by swiping up from the bottom of the screen."
2899+msgstr ""
2900+
2901 #: ../src/imports/ContactEdit/ContactEditor.qml:355
2902 #: ../src/imports/ContactList/ContactListPage.qml:267
2903-#: ../src/imports/ContactList/ContactListPage.qml:487
2904+#: ../src/imports/ContactList/ContactListPage.qml:489
2905 msgid "Delete"
2906 msgstr "削除"
2907
2908 #: ../src/imports/ContactEdit/ContactEditor.qml:142
2909-#: ../src/imports/ContactView/ContactView.qml:121
2910+#: ../src/imports/ContactView/ContactView.qml:107
2911 msgid "Edit"
2912 msgstr "編集"
2913
2914@@ -138,11 +142,7 @@
2915 msgid "Error"
2916 msgstr "エラー"
2917
2918-#: ../src/imports/ContactView/ContactView.qml:99
2919-msgid "Favorite"
2920-msgstr "お気に入り"
2921-
2922-#: ../src/imports/ContactList/ContactListPage.qml:409
2923+#: ../src/imports/ContactList/ContactListPage.qml:410
2924 msgid "Favorites"
2925 msgstr "お気に入り"
2926
2927@@ -268,12 +268,12 @@
2928 msgid "Search..."
2929 msgstr "検索…"
2930
2931-#: ../src/imports/ContactList/ContactListPage.qml:451
2932+#: ../src/imports/ContactList/ContactListPage.qml:453
2933 msgid "Select All"
2934 msgstr "すべて選択"
2935
2936-#: ../src/imports/ContactList/ContactListPage.qml:464
2937-#: ../src/imports/ContactView/ContactView.qml:110
2938+#: ../src/imports/ContactList/ContactListPage.qml:466
2939+#: ../src/imports/ContactView/ContactView.qml:98
2940 msgid "Share"
2941 msgstr "共有"
2942
2943@@ -341,3 +341,6 @@
2944 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
2945 msgid "You have no contacts."
2946 msgstr "連絡先がありません。"
2947+
2948+#~ msgid "Favorite"
2949+#~ msgstr "お気に入り"
2950
2951=== modified file 'po/km.po'
2952--- po/km.po 2014-09-18 15:06:08 +0000
2953+++ po/km.po 2014-09-23 14:07:44 +0000
2954@@ -7,7 +7,7 @@
2955 msgstr ""
2956 "Project-Id-Version: address-book-app\n"
2957 "Report-Msgid-Bugs-To: \n"
2958-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
2959+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
2960 "PO-Revision-Date: 2014-09-01 08:29+0000\n"
2961 "Last-Translator: Sok Sophea <sksophea@gmail.com>\n"
2962 "Language-Team: Khmer <km@li.org>\n"
2963@@ -32,7 +32,7 @@
2964 msgid "Add Field"
2965 msgstr "បន្ថែម​វាល"
2966
2967-#: ../src/imports/ContactList/ContactListPage.qml:526
2968+#: ../src/imports/ContactList/ContactListPage.qml:528
2969 msgid "Add contact"
2970 msgstr "បន្ថែម​ទំនាក់ទំនង"
2971
2972@@ -56,7 +56,7 @@
2973 msgstr "Aim"
2974
2975 #. TRANSLATORS: this refers to all contacts
2976-#: ../src/imports/ContactList/ContactListPage.qml:409
2977+#: ../src/imports/ContactList/ContactListPage.qml:410
2978 msgid "All"
2979 msgstr "ទាំងអស់"
2980
2981@@ -69,12 +69,12 @@
2982 msgstr "តើ​អ្នក​ប្រាកដ​ថា អ្នក​ចង់​លុប​ទំនាក់ទំនង​នេះ​ឬ?"
2983
2984 #: ../src/imports/ContactEdit/ContactEditor.qml:398
2985-#: ../src/imports/ContactList/ContactListPage.qml:422
2986+#: ../src/imports/ContactList/ContactListPage.qml:423
2987 #: ../src/imports/MainWindow.qml:133
2988 msgid "Cancel"
2989 msgstr "បោះបង់"
2990
2991-#: ../src/imports/ContactList/ContactListPage.qml:445
2992+#: ../src/imports/ContactList/ContactListPage.qml:447
2993 msgid "Cancel selection"
2994 msgstr "បោះបង់​ការ​ជ្រើស"
2995
2996@@ -103,14 +103,18 @@
2997 msgid "Country"
2998 msgstr "ប្រទេស"
2999
3000+#: ../src/imports/ContactList/ContactListPage.qml:607
3001+msgid "Create a new contact by swiping up from the bottom of the screen."
3002+msgstr ""
3003+
3004 #: ../src/imports/ContactEdit/ContactEditor.qml:355
3005 #: ../src/imports/ContactList/ContactListPage.qml:267
3006-#: ../src/imports/ContactList/ContactListPage.qml:487
3007+#: ../src/imports/ContactList/ContactListPage.qml:489
3008 msgid "Delete"
3009 msgstr "លុប​"
3010
3011 #: ../src/imports/ContactEdit/ContactEditor.qml:142
3012-#: ../src/imports/ContactView/ContactView.qml:121
3013+#: ../src/imports/ContactView/ContactView.qml:107
3014 msgid "Edit"
3015 msgstr "កែសម្រួល"
3016
3017@@ -138,11 +142,7 @@
3018 msgid "Error"
3019 msgstr "កំហុស"
3020
3021-#: ../src/imports/ContactView/ContactView.qml:99
3022-msgid "Favorite"
3023-msgstr "សំណព្វ"
3024-
3025-#: ../src/imports/ContactList/ContactListPage.qml:409
3026+#: ../src/imports/ContactList/ContactListPage.qml:410
3027 msgid "Favorites"
3028 msgstr "និយម"
3029
3030@@ -268,12 +268,12 @@
3031 msgid "Search..."
3032 msgstr "ស្វែងរក..."
3033
3034-#: ../src/imports/ContactList/ContactListPage.qml:451
3035+#: ../src/imports/ContactList/ContactListPage.qml:453
3036 msgid "Select All"
3037 msgstr "​ជ្រើស​ទាំងអស់"
3038
3039-#: ../src/imports/ContactList/ContactListPage.qml:464
3040-#: ../src/imports/ContactView/ContactView.qml:110
3041+#: ../src/imports/ContactList/ContactListPage.qml:466
3042+#: ../src/imports/ContactView/ContactView.qml:98
3043 msgid "Share"
3044 msgstr "ចែក​រំលែក"
3045
3046@@ -341,3 +341,6 @@
3047 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
3048 msgid "You have no contacts."
3049 msgstr "អ្នក​មិន​មាន​ទំនាក់ទំនង​ទេ។"
3050+
3051+#~ msgid "Favorite"
3052+#~ msgstr "សំណព្វ"
3053
3054=== modified file 'po/ko.po'
3055--- po/ko.po 2014-09-18 15:06:08 +0000
3056+++ po/ko.po 2014-09-23 14:07:44 +0000
3057@@ -7,7 +7,7 @@
3058 msgstr ""
3059 "Project-Id-Version: address-book-app\n"
3060 "Report-Msgid-Bugs-To: \n"
3061-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
3062+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
3063 "PO-Revision-Date: 2014-07-19 07:49+0000\n"
3064 "Last-Translator: MinSik CHO <Unknown>\n"
3065 "Language-Team: Korean <ko@li.org>\n"
3066@@ -32,7 +32,7 @@
3067 msgid "Add Field"
3068 msgstr "필드 추가"
3069
3070-#: ../src/imports/ContactList/ContactListPage.qml:526
3071+#: ../src/imports/ContactList/ContactListPage.qml:528
3072 msgid "Add contact"
3073 msgstr "연락처 추가"
3074
3075@@ -56,7 +56,7 @@
3076 msgstr "AIM"
3077
3078 #. TRANSLATORS: this refers to all contacts
3079-#: ../src/imports/ContactList/ContactListPage.qml:409
3080+#: ../src/imports/ContactList/ContactListPage.qml:410
3081 msgid "All"
3082 msgstr "모두"
3083
3084@@ -69,12 +69,12 @@
3085 msgstr "정말로 이 주소록을 삭제할까요?"
3086
3087 #: ../src/imports/ContactEdit/ContactEditor.qml:398
3088-#: ../src/imports/ContactList/ContactListPage.qml:422
3089+#: ../src/imports/ContactList/ContactListPage.qml:423
3090 #: ../src/imports/MainWindow.qml:133
3091 msgid "Cancel"
3092 msgstr "취소"
3093
3094-#: ../src/imports/ContactList/ContactListPage.qml:445
3095+#: ../src/imports/ContactList/ContactListPage.qml:447
3096 msgid "Cancel selection"
3097 msgstr "선택 해제"
3098
3099@@ -103,14 +103,18 @@
3100 msgid "Country"
3101 msgstr "국가"
3102
3103+#: ../src/imports/ContactList/ContactListPage.qml:607
3104+msgid "Create a new contact by swiping up from the bottom of the screen."
3105+msgstr ""
3106+
3107 #: ../src/imports/ContactEdit/ContactEditor.qml:355
3108 #: ../src/imports/ContactList/ContactListPage.qml:267
3109-#: ../src/imports/ContactList/ContactListPage.qml:487
3110+#: ../src/imports/ContactList/ContactListPage.qml:489
3111 msgid "Delete"
3112 msgstr "삭제"
3113
3114 #: ../src/imports/ContactEdit/ContactEditor.qml:142
3115-#: ../src/imports/ContactView/ContactView.qml:121
3116+#: ../src/imports/ContactView/ContactView.qml:107
3117 msgid "Edit"
3118 msgstr "편집"
3119
3120@@ -138,11 +142,7 @@
3121 msgid "Error"
3122 msgstr "오류"
3123
3124-#: ../src/imports/ContactView/ContactView.qml:99
3125-msgid "Favorite"
3126-msgstr "즐겨찾기"
3127-
3128-#: ../src/imports/ContactList/ContactListPage.qml:409
3129+#: ../src/imports/ContactList/ContactListPage.qml:410
3130 msgid "Favorites"
3131 msgstr ""
3132
3133@@ -268,12 +268,12 @@
3134 msgid "Search..."
3135 msgstr ""
3136
3137-#: ../src/imports/ContactList/ContactListPage.qml:451
3138+#: ../src/imports/ContactList/ContactListPage.qml:453
3139 msgid "Select All"
3140 msgstr "전체 선택"
3141
3142-#: ../src/imports/ContactList/ContactListPage.qml:464
3143-#: ../src/imports/ContactView/ContactView.qml:110
3144+#: ../src/imports/ContactList/ContactListPage.qml:466
3145+#: ../src/imports/ContactView/ContactView.qml:98
3146 msgid "Share"
3147 msgstr "공유"
3148
3149@@ -341,3 +341,6 @@
3150 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
3151 msgid "You have no contacts."
3152 msgstr "연락처가 없습니다."
3153+
3154+#~ msgid "Favorite"
3155+#~ msgstr "즐겨찾기"
3156
3157=== modified file 'po/lv.po'
3158--- po/lv.po 2014-09-18 15:06:08 +0000
3159+++ po/lv.po 2014-09-23 14:07:44 +0000
3160@@ -7,7 +7,7 @@
3161 msgstr ""
3162 "Project-Id-Version: address-book-app\n"
3163 "Report-Msgid-Bugs-To: \n"
3164-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
3165+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
3166 "PO-Revision-Date: 2014-07-15 13:24+0000\n"
3167 "Last-Translator: Jānis-Marks Gailis <jm-gailis@fai-vianet.fr>\n"
3168 "Language-Team: Latvian <lv@li.org>\n"
3169@@ -32,7 +32,7 @@
3170 msgid "Add Field"
3171 msgstr "Pievienot lauku"
3172
3173-#: ../src/imports/ContactList/ContactListPage.qml:526
3174+#: ../src/imports/ContactList/ContactListPage.qml:528
3175 msgid "Add contact"
3176 msgstr ""
3177
3178@@ -56,7 +56,7 @@
3179 msgstr "Aim"
3180
3181 #. TRANSLATORS: this refers to all contacts
3182-#: ../src/imports/ContactList/ContactListPage.qml:409
3183+#: ../src/imports/ContactList/ContactListPage.qml:410
3184 msgid "All"
3185 msgstr "Visi"
3186
3187@@ -69,12 +69,12 @@
3188 msgstr "Vai esat droši ka vēlāties dzēst šo kontaktu?"
3189
3190 #: ../src/imports/ContactEdit/ContactEditor.qml:398
3191-#: ../src/imports/ContactList/ContactListPage.qml:422
3192+#: ../src/imports/ContactList/ContactListPage.qml:423
3193 #: ../src/imports/MainWindow.qml:133
3194 msgid "Cancel"
3195 msgstr "Atcelt"
3196
3197-#: ../src/imports/ContactList/ContactListPage.qml:445
3198+#: ../src/imports/ContactList/ContactListPage.qml:447
3199 msgid "Cancel selection"
3200 msgstr "Atcelt izvēli"
3201
3202@@ -103,14 +103,18 @@
3203 msgid "Country"
3204 msgstr "Valsts"
3205
3206+#: ../src/imports/ContactList/ContactListPage.qml:607
3207+msgid "Create a new contact by swiping up from the bottom of the screen."
3208+msgstr ""
3209+
3210 #: ../src/imports/ContactEdit/ContactEditor.qml:355
3211 #: ../src/imports/ContactList/ContactListPage.qml:267
3212-#: ../src/imports/ContactList/ContactListPage.qml:487
3213+#: ../src/imports/ContactList/ContactListPage.qml:489
3214 msgid "Delete"
3215 msgstr "Dzēst"
3216
3217 #: ../src/imports/ContactEdit/ContactEditor.qml:142
3218-#: ../src/imports/ContactView/ContactView.qml:121
3219+#: ../src/imports/ContactView/ContactView.qml:107
3220 msgid "Edit"
3221 msgstr "Labot"
3222
3223@@ -138,11 +142,7 @@
3224 msgid "Error"
3225 msgstr "Kļūda"
3226
3227-#: ../src/imports/ContactView/ContactView.qml:99
3228-msgid "Favorite"
3229-msgstr "Iecienītais"
3230-
3231-#: ../src/imports/ContactList/ContactListPage.qml:409
3232+#: ../src/imports/ContactList/ContactListPage.qml:410
3233 msgid "Favorites"
3234 msgstr ""
3235
3236@@ -268,12 +268,12 @@
3237 msgid "Search..."
3238 msgstr ""
3239
3240-#: ../src/imports/ContactList/ContactListPage.qml:451
3241+#: ../src/imports/ContactList/ContactListPage.qml:453
3242 msgid "Select All"
3243 msgstr "Izvēlēties visu"
3244
3245-#: ../src/imports/ContactList/ContactListPage.qml:464
3246-#: ../src/imports/ContactView/ContactView.qml:110
3247+#: ../src/imports/ContactList/ContactListPage.qml:466
3248+#: ../src/imports/ContactView/ContactView.qml:98
3249 msgid "Share"
3250 msgstr "Kopīgot"
3251
3252@@ -341,3 +341,6 @@
3253 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
3254 msgid "You have no contacts."
3255 msgstr "Jums nav kontaktu."
3256+
3257+#~ msgid "Favorite"
3258+#~ msgstr "Iecienītais"
3259
3260=== modified file 'po/ms.po'
3261--- po/ms.po 2014-09-18 15:06:08 +0000
3262+++ po/ms.po 2014-09-23 14:07:44 +0000
3263@@ -7,7 +7,7 @@
3264 msgstr ""
3265 "Project-Id-Version: address-book-app\n"
3266 "Report-Msgid-Bugs-To: \n"
3267-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
3268+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
3269 "PO-Revision-Date: 2014-01-17 09:34+0000\n"
3270 "Last-Translator: abuyop <Unknown>\n"
3271 "Language-Team: Malay <ms@li.org>\n"
3272@@ -32,7 +32,7 @@
3273 msgid "Add Field"
3274 msgstr ""
3275
3276-#: ../src/imports/ContactList/ContactListPage.qml:526
3277+#: ../src/imports/ContactList/ContactListPage.qml:528
3278 msgid "Add contact"
3279 msgstr ""
3280
3281@@ -56,7 +56,7 @@
3282 msgstr "Matlamat"
3283
3284 #. TRANSLATORS: this refers to all contacts
3285-#: ../src/imports/ContactList/ContactListPage.qml:409
3286+#: ../src/imports/ContactList/ContactListPage.qml:410
3287 msgid "All"
3288 msgstr ""
3289
3290@@ -69,12 +69,12 @@
3291 msgstr ""
3292
3293 #: ../src/imports/ContactEdit/ContactEditor.qml:398
3294-#: ../src/imports/ContactList/ContactListPage.qml:422
3295+#: ../src/imports/ContactList/ContactListPage.qml:423
3296 #: ../src/imports/MainWindow.qml:133
3297 msgid "Cancel"
3298 msgstr "Batal"
3299
3300-#: ../src/imports/ContactList/ContactListPage.qml:445
3301+#: ../src/imports/ContactList/ContactListPage.qml:447
3302 msgid "Cancel selection"
3303 msgstr ""
3304
3305@@ -103,14 +103,18 @@
3306 msgid "Country"
3307 msgstr "Negara"
3308
3309+#: ../src/imports/ContactList/ContactListPage.qml:607
3310+msgid "Create a new contact by swiping up from the bottom of the screen."
3311+msgstr ""
3312+
3313 #: ../src/imports/ContactEdit/ContactEditor.qml:355
3314 #: ../src/imports/ContactList/ContactListPage.qml:267
3315-#: ../src/imports/ContactList/ContactListPage.qml:487
3316+#: ../src/imports/ContactList/ContactListPage.qml:489
3317 msgid "Delete"
3318 msgstr "Padam"
3319
3320 #: ../src/imports/ContactEdit/ContactEditor.qml:142
3321-#: ../src/imports/ContactView/ContactView.qml:121
3322+#: ../src/imports/ContactView/ContactView.qml:107
3323 msgid "Edit"
3324 msgstr "Sunting"
3325
3326@@ -138,11 +142,7 @@
3327 msgid "Error"
3328 msgstr "Ralat"
3329
3330-#: ../src/imports/ContactView/ContactView.qml:99
3331-msgid "Favorite"
3332-msgstr "Kegemaran"
3333-
3334-#: ../src/imports/ContactList/ContactListPage.qml:409
3335+#: ../src/imports/ContactList/ContactListPage.qml:410
3336 msgid "Favorites"
3337 msgstr ""
3338
3339@@ -268,12 +268,12 @@
3340 msgid "Search..."
3341 msgstr ""
3342
3343-#: ../src/imports/ContactList/ContactListPage.qml:451
3344+#: ../src/imports/ContactList/ContactListPage.qml:453
3345 msgid "Select All"
3346 msgstr ""
3347
3348-#: ../src/imports/ContactList/ContactListPage.qml:464
3349-#: ../src/imports/ContactView/ContactView.qml:110
3350+#: ../src/imports/ContactList/ContactListPage.qml:466
3351+#: ../src/imports/ContactView/ContactView.qml:98
3352 msgid "Share"
3353 msgstr ""
3354
3355@@ -339,3 +339,6 @@
3356 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
3357 msgid "You have no contacts."
3358 msgstr ""
3359+
3360+#~ msgid "Favorite"
3361+#~ msgstr "Kegemaran"
3362
3363=== modified file 'po/my.po'
3364--- po/my.po 2014-09-18 15:06:08 +0000
3365+++ po/my.po 2014-09-23 14:07:44 +0000
3366@@ -7,7 +7,7 @@
3367 msgstr ""
3368 "Project-Id-Version: address-book-app\n"
3369 "Report-Msgid-Bugs-To: \n"
3370-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
3371+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
3372 "PO-Revision-Date: 2014-05-11 08:27+0000\n"
3373 "Last-Translator: Pyae Sone <Unknown>\n"
3374 "Language-Team: Burmese <my@li.org>\n"
3375@@ -32,7 +32,7 @@
3376 msgid "Add Field"
3377 msgstr ""
3378
3379-#: ../src/imports/ContactList/ContactListPage.qml:526
3380+#: ../src/imports/ContactList/ContactListPage.qml:528
3381 msgid "Add contact"
3382 msgstr ""
3383
3384@@ -56,7 +56,7 @@
3385 msgstr ""
3386
3387 #. TRANSLATORS: this refers to all contacts
3388-#: ../src/imports/ContactList/ContactListPage.qml:409
3389+#: ../src/imports/ContactList/ContactListPage.qml:410
3390 msgid "All"
3391 msgstr ""
3392
3393@@ -69,12 +69,12 @@
3394 msgstr ""
3395
3396 #: ../src/imports/ContactEdit/ContactEditor.qml:398
3397-#: ../src/imports/ContactList/ContactListPage.qml:422
3398+#: ../src/imports/ContactList/ContactListPage.qml:423
3399 #: ../src/imports/MainWindow.qml:133
3400 msgid "Cancel"
3401 msgstr "ပယ်ဖျက်မည်"
3402
3403-#: ../src/imports/ContactList/ContactListPage.qml:445
3404+#: ../src/imports/ContactList/ContactListPage.qml:447
3405 msgid "Cancel selection"
3406 msgstr ""
3407
3408@@ -103,14 +103,18 @@
3409 msgid "Country"
3410 msgstr "နိုင်ငံ"
3411
3412+#: ../src/imports/ContactList/ContactListPage.qml:607
3413+msgid "Create a new contact by swiping up from the bottom of the screen."
3414+msgstr ""
3415+
3416 #: ../src/imports/ContactEdit/ContactEditor.qml:355
3417 #: ../src/imports/ContactList/ContactListPage.qml:267
3418-#: ../src/imports/ContactList/ContactListPage.qml:487
3419+#: ../src/imports/ContactList/ContactListPage.qml:489
3420 msgid "Delete"
3421 msgstr "ဖျက်မည်"
3422
3423 #: ../src/imports/ContactEdit/ContactEditor.qml:142
3424-#: ../src/imports/ContactView/ContactView.qml:121
3425+#: ../src/imports/ContactView/ContactView.qml:107
3426 msgid "Edit"
3427 msgstr "ပြင်ဆင်"
3428
3429@@ -138,11 +142,7 @@
3430 msgid "Error"
3431 msgstr "ချို့ယွင်းချက်"
3432
3433-#: ../src/imports/ContactView/ContactView.qml:99
3434-msgid "Favorite"
3435-msgstr "နှစ်သက်ရာ"
3436-
3437-#: ../src/imports/ContactList/ContactListPage.qml:409
3438+#: ../src/imports/ContactList/ContactListPage.qml:410
3439 msgid "Favorites"
3440 msgstr ""
3441
3442@@ -268,12 +268,12 @@
3443 msgid "Search..."
3444 msgstr ""
3445
3446-#: ../src/imports/ContactList/ContactListPage.qml:451
3447+#: ../src/imports/ContactList/ContactListPage.qml:453
3448 msgid "Select All"
3449 msgstr ""
3450
3451-#: ../src/imports/ContactList/ContactListPage.qml:464
3452-#: ../src/imports/ContactView/ContactView.qml:110
3453+#: ../src/imports/ContactList/ContactListPage.qml:466
3454+#: ../src/imports/ContactView/ContactView.qml:98
3455 msgid "Share"
3456 msgstr ""
3457
3458@@ -341,3 +341,6 @@
3459 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
3460 msgid "You have no contacts."
3461 msgstr "သင့်တွင်ဆက်သွယ်ရမည့်လူစာရင်းမရှိပါ။"
3462+
3463+#~ msgid "Favorite"
3464+#~ msgstr "နှစ်သက်ရာ"
3465
3466=== modified file 'po/nb.po'
3467--- po/nb.po 2014-09-18 15:06:08 +0000
3468+++ po/nb.po 2014-09-23 14:07:44 +0000
3469@@ -7,7 +7,7 @@
3470 msgstr ""
3471 "Project-Id-Version: address-book-app\n"
3472 "Report-Msgid-Bugs-To: \n"
3473-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
3474+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
3475 "PO-Revision-Date: 2014-08-29 11:37+0000\n"
3476 "Last-Translator: Åka Sikrom <Unknown>\n"
3477 "Language-Team: Norwegian Bokmal <nb@li.org>\n"
3478@@ -32,7 +32,7 @@
3479 msgid "Add Field"
3480 msgstr "Legg til felt"
3481
3482-#: ../src/imports/ContactList/ContactListPage.qml:526
3483+#: ../src/imports/ContactList/ContactListPage.qml:528
3484 msgid "Add contact"
3485 msgstr "Legg til kontakt"
3486
3487@@ -56,7 +56,7 @@
3488 msgstr "Hensikt"
3489
3490 #. TRANSLATORS: this refers to all contacts
3491-#: ../src/imports/ContactList/ContactListPage.qml:409
3492+#: ../src/imports/ContactList/ContactListPage.qml:410
3493 msgid "All"
3494 msgstr "Alle"
3495
3496@@ -69,12 +69,12 @@
3497 msgstr "Er du sikker på at du vil fjerne denne kontakten?"
3498
3499 #: ../src/imports/ContactEdit/ContactEditor.qml:398
3500-#: ../src/imports/ContactList/ContactListPage.qml:422
3501+#: ../src/imports/ContactList/ContactListPage.qml:423
3502 #: ../src/imports/MainWindow.qml:133
3503 msgid "Cancel"
3504 msgstr "Avbryt"
3505
3506-#: ../src/imports/ContactList/ContactListPage.qml:445
3507+#: ../src/imports/ContactList/ContactListPage.qml:447
3508 msgid "Cancel selection"
3509 msgstr "Avbryt utvalg"
3510
3511@@ -103,14 +103,18 @@
3512 msgid "Country"
3513 msgstr "Land"
3514
3515+#: ../src/imports/ContactList/ContactListPage.qml:607
3516+msgid "Create a new contact by swiping up from the bottom of the screen."
3517+msgstr ""
3518+
3519 #: ../src/imports/ContactEdit/ContactEditor.qml:355
3520 #: ../src/imports/ContactList/ContactListPage.qml:267
3521-#: ../src/imports/ContactList/ContactListPage.qml:487
3522+#: ../src/imports/ContactList/ContactListPage.qml:489
3523 msgid "Delete"
3524 msgstr "Slett"
3525
3526 #: ../src/imports/ContactEdit/ContactEditor.qml:142
3527-#: ../src/imports/ContactView/ContactView.qml:121
3528+#: ../src/imports/ContactView/ContactView.qml:107
3529 msgid "Edit"
3530 msgstr "Rediger"
3531
3532@@ -138,11 +142,7 @@
3533 msgid "Error"
3534 msgstr "Feil"
3535
3536-#: ../src/imports/ContactView/ContactView.qml:99
3537-msgid "Favorite"
3538-msgstr "Favoritt"
3539-
3540-#: ../src/imports/ContactList/ContactListPage.qml:409
3541+#: ../src/imports/ContactList/ContactListPage.qml:410
3542 msgid "Favorites"
3543 msgstr "Favoritter"
3544
3545@@ -268,12 +268,12 @@
3546 msgid "Search..."
3547 msgstr "Søk …"
3548
3549-#: ../src/imports/ContactList/ContactListPage.qml:451
3550+#: ../src/imports/ContactList/ContactListPage.qml:453
3551 msgid "Select All"
3552 msgstr "Velg alle"
3553
3554-#: ../src/imports/ContactList/ContactListPage.qml:464
3555-#: ../src/imports/ContactView/ContactView.qml:110
3556+#: ../src/imports/ContactList/ContactListPage.qml:466
3557+#: ../src/imports/ContactView/ContactView.qml:98
3558 msgid "Share"
3559 msgstr "Del"
3560
3561@@ -341,3 +341,6 @@
3562 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
3563 msgid "You have no contacts."
3564 msgstr "Du har ingen kontakter."
3565+
3566+#~ msgid "Favorite"
3567+#~ msgstr "Favoritt"
3568
3569=== modified file 'po/nl.po'
3570--- po/nl.po 2014-09-18 15:06:08 +0000
3571+++ po/nl.po 2014-09-23 14:07:44 +0000
3572@@ -7,7 +7,7 @@
3573 msgstr ""
3574 "Project-Id-Version: address-book-app\n"
3575 "Report-Msgid-Bugs-To: \n"
3576-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
3577+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
3578 "PO-Revision-Date: 2014-08-29 14:21+0000\n"
3579 "Last-Translator: rob <linuxned@gmail.com>\n"
3580 "Language-Team: Dutch <nl@li.org>\n"
3581@@ -32,7 +32,7 @@
3582 msgid "Add Field"
3583 msgstr "Veld toevoegen"
3584
3585-#: ../src/imports/ContactList/ContactListPage.qml:526
3586+#: ../src/imports/ContactList/ContactListPage.qml:528
3587 msgid "Add contact"
3588 msgstr "Contact toevoegen"
3589
3590@@ -56,7 +56,7 @@
3591 msgstr "Bestemming"
3592
3593 #. TRANSLATORS: this refers to all contacts
3594-#: ../src/imports/ContactList/ContactListPage.qml:409
3595+#: ../src/imports/ContactList/ContactListPage.qml:410
3596 msgid "All"
3597 msgstr "Alle"
3598
3599@@ -69,12 +69,12 @@
3600 msgstr "Weet u zeker dat u dit contact wilt verwijderen?"
3601
3602 #: ../src/imports/ContactEdit/ContactEditor.qml:398
3603-#: ../src/imports/ContactList/ContactListPage.qml:422
3604+#: ../src/imports/ContactList/ContactListPage.qml:423
3605 #: ../src/imports/MainWindow.qml:133
3606 msgid "Cancel"
3607 msgstr "Annuleren"
3608
3609-#: ../src/imports/ContactList/ContactListPage.qml:445
3610+#: ../src/imports/ContactList/ContactListPage.qml:447
3611 msgid "Cancel selection"
3612 msgstr "Selectie ongedaan maken"
3613
3614@@ -103,14 +103,18 @@
3615 msgid "Country"
3616 msgstr "Land"
3617
3618+#: ../src/imports/ContactList/ContactListPage.qml:607
3619+msgid "Create a new contact by swiping up from the bottom of the screen."
3620+msgstr ""
3621+
3622 #: ../src/imports/ContactEdit/ContactEditor.qml:355
3623 #: ../src/imports/ContactList/ContactListPage.qml:267
3624-#: ../src/imports/ContactList/ContactListPage.qml:487
3625+#: ../src/imports/ContactList/ContactListPage.qml:489
3626 msgid "Delete"
3627 msgstr "Verwijderen"
3628
3629 #: ../src/imports/ContactEdit/ContactEditor.qml:142
3630-#: ../src/imports/ContactView/ContactView.qml:121
3631+#: ../src/imports/ContactView/ContactView.qml:107
3632 msgid "Edit"
3633 msgstr "Bewerken"
3634
3635@@ -138,11 +142,7 @@
3636 msgid "Error"
3637 msgstr "Fout"
3638
3639-#: ../src/imports/ContactView/ContactView.qml:99
3640-msgid "Favorite"
3641-msgstr "Favoriet"
3642-
3643-#: ../src/imports/ContactList/ContactListPage.qml:409
3644+#: ../src/imports/ContactList/ContactListPage.qml:410
3645 msgid "Favorites"
3646 msgstr "Favorieten"
3647
3648@@ -268,12 +268,12 @@
3649 msgid "Search..."
3650 msgstr "Zoeken…"
3651
3652-#: ../src/imports/ContactList/ContactListPage.qml:451
3653+#: ../src/imports/ContactList/ContactListPage.qml:453
3654 msgid "Select All"
3655 msgstr "Alles selecteren"
3656
3657-#: ../src/imports/ContactList/ContactListPage.qml:464
3658-#: ../src/imports/ContactView/ContactView.qml:110
3659+#: ../src/imports/ContactList/ContactListPage.qml:466
3660+#: ../src/imports/ContactView/ContactView.qml:98
3661 msgid "Share"
3662 msgstr "Delen"
3663
3664@@ -341,3 +341,6 @@
3665 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
3666 msgid "You have no contacts."
3667 msgstr "U heeft geen contacten."
3668+
3669+#~ msgid "Favorite"
3670+#~ msgstr "Favoriet"
3671
3672=== modified file 'po/pl.po'
3673--- po/pl.po 2014-09-18 15:06:08 +0000
3674+++ po/pl.po 2014-09-23 14:07:44 +0000
3675@@ -7,7 +7,7 @@
3676 msgstr ""
3677 "Project-Id-Version: address-book-app\n"
3678 "Report-Msgid-Bugs-To: \n"
3679-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
3680+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
3681 "PO-Revision-Date: 2014-07-19 17:49+0000\n"
3682 "Last-Translator: Paweł Stroka <pawstr@gmail.com>\n"
3683 "Language-Team: Polish <pl@li.org>\n"
3684@@ -32,7 +32,7 @@
3685 msgid "Add Field"
3686 msgstr "Dodaj pole"
3687
3688-#: ../src/imports/ContactList/ContactListPage.qml:526
3689+#: ../src/imports/ContactList/ContactListPage.qml:528
3690 msgid "Add contact"
3691 msgstr "Dodaj kontakt"
3692
3693@@ -56,7 +56,7 @@
3694 msgstr "Aim"
3695
3696 #. TRANSLATORS: this refers to all contacts
3697-#: ../src/imports/ContactList/ContactListPage.qml:409
3698+#: ../src/imports/ContactList/ContactListPage.qml:410
3699 msgid "All"
3700 msgstr "Wszystkie"
3701
3702@@ -69,12 +69,12 @@
3703 msgstr "Czy na pewno usunąć zaznaczony kontakt?"
3704
3705 #: ../src/imports/ContactEdit/ContactEditor.qml:398
3706-#: ../src/imports/ContactList/ContactListPage.qml:422
3707+#: ../src/imports/ContactList/ContactListPage.qml:423
3708 #: ../src/imports/MainWindow.qml:133
3709 msgid "Cancel"
3710 msgstr "Anuluj"
3711
3712-#: ../src/imports/ContactList/ContactListPage.qml:445
3713+#: ../src/imports/ContactList/ContactListPage.qml:447
3714 msgid "Cancel selection"
3715 msgstr "Anuluj zaznaczenie"
3716
3717@@ -103,14 +103,18 @@
3718 msgid "Country"
3719 msgstr "Kraj"
3720
3721+#: ../src/imports/ContactList/ContactListPage.qml:607
3722+msgid "Create a new contact by swiping up from the bottom of the screen."
3723+msgstr ""
3724+
3725 #: ../src/imports/ContactEdit/ContactEditor.qml:355
3726 #: ../src/imports/ContactList/ContactListPage.qml:267
3727-#: ../src/imports/ContactList/ContactListPage.qml:487
3728+#: ../src/imports/ContactList/ContactListPage.qml:489
3729 msgid "Delete"
3730 msgstr "Usuń"
3731
3732 #: ../src/imports/ContactEdit/ContactEditor.qml:142
3733-#: ../src/imports/ContactView/ContactView.qml:121
3734+#: ../src/imports/ContactView/ContactView.qml:107
3735 msgid "Edit"
3736 msgstr "Edytuj"
3737
3738@@ -138,11 +142,7 @@
3739 msgid "Error"
3740 msgstr "Błąd"
3741
3742-#: ../src/imports/ContactView/ContactView.qml:99
3743-msgid "Favorite"
3744-msgstr "Ulubiony"
3745-
3746-#: ../src/imports/ContactList/ContactListPage.qml:409
3747+#: ../src/imports/ContactList/ContactListPage.qml:410
3748 msgid "Favorites"
3749 msgstr ""
3750
3751@@ -268,12 +268,12 @@
3752 msgid "Search..."
3753 msgstr ""
3754
3755-#: ../src/imports/ContactList/ContactListPage.qml:451
3756+#: ../src/imports/ContactList/ContactListPage.qml:453
3757 msgid "Select All"
3758 msgstr "Zaznacz wszystko"
3759
3760-#: ../src/imports/ContactList/ContactListPage.qml:464
3761-#: ../src/imports/ContactView/ContactView.qml:110
3762+#: ../src/imports/ContactList/ContactListPage.qml:466
3763+#: ../src/imports/ContactView/ContactView.qml:98
3764 msgid "Share"
3765 msgstr "Udostępnij"
3766
3767@@ -341,3 +341,6 @@
3768 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
3769 msgid "You have no contacts."
3770 msgstr "Brak kontaktów"
3771+
3772+#~ msgid "Favorite"
3773+#~ msgstr "Ulubiony"
3774
3775=== modified file 'po/pt.po'
3776--- po/pt.po 2014-09-18 15:06:08 +0000
3777+++ po/pt.po 2014-09-23 14:07:44 +0000
3778@@ -7,7 +7,7 @@
3779 msgstr ""
3780 "Project-Id-Version: address-book-app\n"
3781 "Report-Msgid-Bugs-To: \n"
3782-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
3783+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
3784 "PO-Revision-Date: 2014-08-29 11:44+0000\n"
3785 "Last-Translator: Ivo Xavier <ivofernandes12@gmail.com>\n"
3786 "Language-Team: Portuguese <pt@li.org>\n"
3787@@ -32,7 +32,7 @@
3788 msgid "Add Field"
3789 msgstr "Adicionar campo"
3790
3791-#: ../src/imports/ContactList/ContactListPage.qml:526
3792+#: ../src/imports/ContactList/ContactListPage.qml:528
3793 msgid "Add contact"
3794 msgstr "Adicionar contacto"
3795
3796@@ -56,7 +56,7 @@
3797 msgstr "Aim"
3798
3799 #. TRANSLATORS: this refers to all contacts
3800-#: ../src/imports/ContactList/ContactListPage.qml:409
3801+#: ../src/imports/ContactList/ContactListPage.qml:410
3802 msgid "All"
3803 msgstr "Todas"
3804
3805@@ -69,12 +69,12 @@
3806 msgstr "Tem a certeza que quer remover este contacto?"
3807
3808 #: ../src/imports/ContactEdit/ContactEditor.qml:398
3809-#: ../src/imports/ContactList/ContactListPage.qml:422
3810+#: ../src/imports/ContactList/ContactListPage.qml:423
3811 #: ../src/imports/MainWindow.qml:133
3812 msgid "Cancel"
3813 msgstr "Cancelar"
3814
3815-#: ../src/imports/ContactList/ContactListPage.qml:445
3816+#: ../src/imports/ContactList/ContactListPage.qml:447
3817 msgid "Cancel selection"
3818 msgstr "Cancelar seleção"
3819
3820@@ -103,14 +103,18 @@
3821 msgid "Country"
3822 msgstr "País"
3823
3824+#: ../src/imports/ContactList/ContactListPage.qml:607
3825+msgid "Create a new contact by swiping up from the bottom of the screen."
3826+msgstr ""
3827+
3828 #: ../src/imports/ContactEdit/ContactEditor.qml:355
3829 #: ../src/imports/ContactList/ContactListPage.qml:267
3830-#: ../src/imports/ContactList/ContactListPage.qml:487
3831+#: ../src/imports/ContactList/ContactListPage.qml:489
3832 msgid "Delete"
3833 msgstr "Apagar"
3834
3835 #: ../src/imports/ContactEdit/ContactEditor.qml:142
3836-#: ../src/imports/ContactView/ContactView.qml:121
3837+#: ../src/imports/ContactView/ContactView.qml:107
3838 msgid "Edit"
3839 msgstr "Editar"
3840
3841@@ -138,11 +142,7 @@
3842 msgid "Error"
3843 msgstr "Erro"
3844
3845-#: ../src/imports/ContactView/ContactView.qml:99
3846-msgid "Favorite"
3847-msgstr "Favorito"
3848-
3849-#: ../src/imports/ContactList/ContactListPage.qml:409
3850+#: ../src/imports/ContactList/ContactListPage.qml:410
3851 msgid "Favorites"
3852 msgstr "Favoritos"
3853
3854@@ -268,12 +268,12 @@
3855 msgid "Search..."
3856 msgstr "Pesquisar..."
3857
3858-#: ../src/imports/ContactList/ContactListPage.qml:451
3859+#: ../src/imports/ContactList/ContactListPage.qml:453
3860 msgid "Select All"
3861 msgstr "Seleccionar Tudo"
3862
3863-#: ../src/imports/ContactList/ContactListPage.qml:464
3864-#: ../src/imports/ContactView/ContactView.qml:110
3865+#: ../src/imports/ContactList/ContactListPage.qml:466
3866+#: ../src/imports/ContactView/ContactView.qml:98
3867 msgid "Share"
3868 msgstr "Partilhar"
3869
3870@@ -341,3 +341,6 @@
3871 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
3872 msgid "You have no contacts."
3873 msgstr "Não tem contactos."
3874+
3875+#~ msgid "Favorite"
3876+#~ msgstr "Favorito"
3877
3878=== modified file 'po/pt_BR.po'
3879--- po/pt_BR.po 2014-09-18 15:06:08 +0000
3880+++ po/pt_BR.po 2014-09-23 14:07:44 +0000
3881@@ -7,7 +7,7 @@
3882 msgstr ""
3883 "Project-Id-Version: address-book-app\n"
3884 "Report-Msgid-Bugs-To: \n"
3885-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
3886+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
3887 "PO-Revision-Date: 2014-09-01 19:37+0000\n"
3888 "Last-Translator: Fábio Nogueira <deb-user-ba@ubuntu.com>\n"
3889 "Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
3890@@ -32,7 +32,7 @@
3891 msgid "Add Field"
3892 msgstr "Adicionar campo"
3893
3894-#: ../src/imports/ContactList/ContactListPage.qml:526
3895+#: ../src/imports/ContactList/ContactListPage.qml:528
3896 msgid "Add contact"
3897 msgstr "Adicionar contato"
3898
3899@@ -56,7 +56,7 @@
3900 msgstr "Aim"
3901
3902 #. TRANSLATORS: this refers to all contacts
3903-#: ../src/imports/ContactList/ContactListPage.qml:409
3904+#: ../src/imports/ContactList/ContactListPage.qml:410
3905 msgid "All"
3906 msgstr "Todos"
3907
3908@@ -69,12 +69,12 @@
3909 msgstr "Você tem certeza que deseja remover este contato?"
3910
3911 #: ../src/imports/ContactEdit/ContactEditor.qml:398
3912-#: ../src/imports/ContactList/ContactListPage.qml:422
3913+#: ../src/imports/ContactList/ContactListPage.qml:423
3914 #: ../src/imports/MainWindow.qml:133
3915 msgid "Cancel"
3916 msgstr "Cancelar"
3917
3918-#: ../src/imports/ContactList/ContactListPage.qml:445
3919+#: ../src/imports/ContactList/ContactListPage.qml:447
3920 msgid "Cancel selection"
3921 msgstr "Cancelar seleção"
3922
3923@@ -103,14 +103,18 @@
3924 msgid "Country"
3925 msgstr "País"
3926
3927+#: ../src/imports/ContactList/ContactListPage.qml:607
3928+msgid "Create a new contact by swiping up from the bottom of the screen."
3929+msgstr "Crie um novo contact deslizando para cima apartir da parte inferior da tela."
3930+
3931 #: ../src/imports/ContactEdit/ContactEditor.qml:355
3932 #: ../src/imports/ContactList/ContactListPage.qml:267
3933-#: ../src/imports/ContactList/ContactListPage.qml:487
3934+#: ../src/imports/ContactList/ContactListPage.qml:489
3935 msgid "Delete"
3936 msgstr "Apagar"
3937
3938 #: ../src/imports/ContactEdit/ContactEditor.qml:142
3939-#: ../src/imports/ContactView/ContactView.qml:121
3940+#: ../src/imports/ContactView/ContactView.qml:107
3941 msgid "Edit"
3942 msgstr "Editar"
3943
3944@@ -138,11 +142,7 @@
3945 msgid "Error"
3946 msgstr "Erro"
3947
3948-#: ../src/imports/ContactView/ContactView.qml:99
3949-msgid "Favorite"
3950-msgstr "Favorito"
3951-
3952-#: ../src/imports/ContactList/ContactListPage.qml:409
3953+#: ../src/imports/ContactList/ContactListPage.qml:410
3954 msgid "Favorites"
3955 msgstr "Favoritos"
3956
3957@@ -152,7 +152,7 @@
3958
3959 #: ../src/imports/Ubuntu/Contacts/MostCalledList.qml:63
3960 msgid "Frequently called"
3961-msgstr "Frequentemente chamado"
3962+msgstr "Mais chamados"
3963
3964 #. TRANSLATORS: This refers to home landline phone label
3965 #: ../src/imports/Ubuntu/Contacts/ContactDetailGroupWithTypeBase.qml:115
3966@@ -268,12 +268,12 @@
3967 msgid "Search..."
3968 msgstr "Pesquisar..."
3969
3970-#: ../src/imports/ContactList/ContactListPage.qml:451
3971+#: ../src/imports/ContactList/ContactListPage.qml:453
3972 msgid "Select All"
3973 msgstr "Selecionar todos"
3974
3975-#: ../src/imports/ContactList/ContactListPage.qml:464
3976-#: ../src/imports/ContactView/ContactView.qml:110
3977+#: ../src/imports/ContactList/ContactListPage.qml:466
3978+#: ../src/imports/ContactView/ContactView.qml:98
3979 msgid "Share"
3980 msgstr "Compartilhar"
3981
3982@@ -341,3 +341,6 @@
3983 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
3984 msgid "You have no contacts."
3985 msgstr "Você não tem contatos."
3986+
3987+#~ msgid "Favorite"
3988+#~ msgstr "Favorito"
3989
3990=== modified file 'po/ro.po'
3991--- po/ro.po 2014-09-18 15:06:08 +0000
3992+++ po/ro.po 2014-09-23 14:07:44 +0000
3993@@ -7,7 +7,7 @@
3994 msgstr ""
3995 "Project-Id-Version: address-book-app\n"
3996 "Report-Msgid-Bugs-To: \n"
3997-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
3998+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
3999 "PO-Revision-Date: 2014-08-29 17:34+0000\n"
4000 "Last-Translator: Meriuță Cornel <meriutacornel@neacornel.eu>\n"
4001 "Language-Team: Romanian <ro@li.org>\n"
4002@@ -32,7 +32,7 @@
4003 msgid "Add Field"
4004 msgstr "Adaugă câmp"
4005
4006-#: ../src/imports/ContactList/ContactListPage.qml:526
4007+#: ../src/imports/ContactList/ContactListPage.qml:528
4008 msgid "Add contact"
4009 msgstr "Adăugare contact"
4010
4011@@ -56,7 +56,7 @@
4012 msgstr "Scop"
4013
4014 #. TRANSLATORS: this refers to all contacts
4015-#: ../src/imports/ContactList/ContactListPage.qml:409
4016+#: ../src/imports/ContactList/ContactListPage.qml:410
4017 msgid "All"
4018 msgstr "Tot"
4019
4020@@ -69,12 +69,12 @@
4021 msgstr "Sigur doriți să eliminați acest contact?"
4022
4023 #: ../src/imports/ContactEdit/ContactEditor.qml:398
4024-#: ../src/imports/ContactList/ContactListPage.qml:422
4025+#: ../src/imports/ContactList/ContactListPage.qml:423
4026 #: ../src/imports/MainWindow.qml:133
4027 msgid "Cancel"
4028 msgstr "Anulează"
4029
4030-#: ../src/imports/ContactList/ContactListPage.qml:445
4031+#: ../src/imports/ContactList/ContactListPage.qml:447
4032 msgid "Cancel selection"
4033 msgstr "Anulează selecția"
4034
4035@@ -103,14 +103,18 @@
4036 msgid "Country"
4037 msgstr "Ţara"
4038
4039+#: ../src/imports/ContactList/ContactListPage.qml:607
4040+msgid "Create a new contact by swiping up from the bottom of the screen."
4041+msgstr ""
4042+
4043 #: ../src/imports/ContactEdit/ContactEditor.qml:355
4044 #: ../src/imports/ContactList/ContactListPage.qml:267
4045-#: ../src/imports/ContactList/ContactListPage.qml:487
4046+#: ../src/imports/ContactList/ContactListPage.qml:489
4047 msgid "Delete"
4048 msgstr "Șterge"
4049
4050 #: ../src/imports/ContactEdit/ContactEditor.qml:142
4051-#: ../src/imports/ContactView/ContactView.qml:121
4052+#: ../src/imports/ContactView/ContactView.qml:107
4053 msgid "Edit"
4054 msgstr "Editare"
4055
4056@@ -138,11 +142,7 @@
4057 msgid "Error"
4058 msgstr "Eroare"
4059
4060-#: ../src/imports/ContactView/ContactView.qml:99
4061-msgid "Favorite"
4062-msgstr "Favorite"
4063-
4064-#: ../src/imports/ContactList/ContactListPage.qml:409
4065+#: ../src/imports/ContactList/ContactListPage.qml:410
4066 msgid "Favorites"
4067 msgstr "Favorite"
4068
4069@@ -268,12 +268,12 @@
4070 msgid "Search..."
4071 msgstr "Căutare...."
4072
4073-#: ../src/imports/ContactList/ContactListPage.qml:451
4074+#: ../src/imports/ContactList/ContactListPage.qml:453
4075 msgid "Select All"
4076 msgstr "Selectați tot"
4077
4078-#: ../src/imports/ContactList/ContactListPage.qml:464
4079-#: ../src/imports/ContactView/ContactView.qml:110
4080+#: ../src/imports/ContactList/ContactListPage.qml:466
4081+#: ../src/imports/ContactView/ContactView.qml:98
4082 msgid "Share"
4083 msgstr "Partajare"
4084
4085@@ -341,3 +341,6 @@
4086 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
4087 msgid "You have no contacts."
4088 msgstr "Nu aveți contacte."
4089+
4090+#~ msgid "Favorite"
4091+#~ msgstr "Favorite"
4092
4093=== modified file 'po/ru.po'
4094--- po/ru.po 2014-09-18 15:06:08 +0000
4095+++ po/ru.po 2014-09-23 14:07:44 +0000
4096@@ -7,7 +7,7 @@
4097 msgstr ""
4098 "Project-Id-Version: address-book-app\n"
4099 "Report-Msgid-Bugs-To: \n"
4100-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
4101+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
4102 "PO-Revision-Date: 2014-09-02 08:32+0000\n"
4103 "Last-Translator: Jay ZDLin <Unknown>\n"
4104 "Language-Team: Russian <ru@li.org>\n"
4105@@ -32,7 +32,7 @@
4106 msgid "Add Field"
4107 msgstr "Добавить поле"
4108
4109-#: ../src/imports/ContactList/ContactListPage.qml:526
4110+#: ../src/imports/ContactList/ContactListPage.qml:528
4111 msgid "Add contact"
4112 msgstr "Добавить контакт"
4113
4114@@ -56,7 +56,7 @@
4115 msgstr "Цель"
4116
4117 #. TRANSLATORS: this refers to all contacts
4118-#: ../src/imports/ContactList/ContactListPage.qml:409
4119+#: ../src/imports/ContactList/ContactListPage.qml:410
4120 msgid "All"
4121 msgstr "Всё"
4122
4123@@ -69,12 +69,12 @@
4124 msgstr "Удалить выбранный контакт?"
4125
4126 #: ../src/imports/ContactEdit/ContactEditor.qml:398
4127-#: ../src/imports/ContactList/ContactListPage.qml:422
4128+#: ../src/imports/ContactList/ContactListPage.qml:423
4129 #: ../src/imports/MainWindow.qml:133
4130 msgid "Cancel"
4131 msgstr "Отмена"
4132
4133-#: ../src/imports/ContactList/ContactListPage.qml:445
4134+#: ../src/imports/ContactList/ContactListPage.qml:447
4135 msgid "Cancel selection"
4136 msgstr "Отменить выбор"
4137
4138@@ -103,14 +103,18 @@
4139 msgid "Country"
4140 msgstr "Страна"
4141
4142+#: ../src/imports/ContactList/ContactListPage.qml:607
4143+msgid "Create a new contact by swiping up from the bottom of the screen."
4144+msgstr ""
4145+
4146 #: ../src/imports/ContactEdit/ContactEditor.qml:355
4147 #: ../src/imports/ContactList/ContactListPage.qml:267
4148-#: ../src/imports/ContactList/ContactListPage.qml:487
4149+#: ../src/imports/ContactList/ContactListPage.qml:489
4150 msgid "Delete"
4151 msgstr "Удалить"
4152
4153 #: ../src/imports/ContactEdit/ContactEditor.qml:142
4154-#: ../src/imports/ContactView/ContactView.qml:121
4155+#: ../src/imports/ContactView/ContactView.qml:107
4156 msgid "Edit"
4157 msgstr "Свойства"
4158
4159@@ -138,11 +142,7 @@
4160 msgid "Error"
4161 msgstr "Ошибка"
4162
4163-#: ../src/imports/ContactView/ContactView.qml:99
4164-msgid "Favorite"
4165-msgstr "Избранные контакты"
4166-
4167-#: ../src/imports/ContactList/ContactListPage.qml:409
4168+#: ../src/imports/ContactList/ContactListPage.qml:410
4169 msgid "Favorites"
4170 msgstr "Избранное"
4171
4172@@ -268,12 +268,12 @@
4173 msgid "Search..."
4174 msgstr "Поиск..."
4175
4176-#: ../src/imports/ContactList/ContactListPage.qml:451
4177+#: ../src/imports/ContactList/ContactListPage.qml:453
4178 msgid "Select All"
4179 msgstr "Выбрать всё"
4180
4181-#: ../src/imports/ContactList/ContactListPage.qml:464
4182-#: ../src/imports/ContactView/ContactView.qml:110
4183+#: ../src/imports/ContactList/ContactListPage.qml:466
4184+#: ../src/imports/ContactView/ContactView.qml:98
4185 msgid "Share"
4186 msgstr "Поделиться"
4187
4188@@ -341,3 +341,6 @@
4189 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
4190 msgid "You have no contacts."
4191 msgstr "У вас нет контактов."
4192+
4193+#~ msgid "Favorite"
4194+#~ msgstr "Избранные контакты"
4195
4196=== modified file 'po/sl.po'
4197--- po/sl.po 2014-09-18 15:06:08 +0000
4198+++ po/sl.po 2014-09-23 14:07:44 +0000
4199@@ -7,7 +7,7 @@
4200 msgstr ""
4201 "Project-Id-Version: address-book-app\n"
4202 "Report-Msgid-Bugs-To: \n"
4203-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
4204+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
4205 "PO-Revision-Date: 2014-08-30 05:59+0000\n"
4206 "Last-Translator: Damir Jerovšek <Unknown>\n"
4207 "Language-Team: Slovenian <sl@li.org>\n"
4208@@ -32,7 +32,7 @@
4209 msgid "Add Field"
4210 msgstr "Dodaj polje"
4211
4212-#: ../src/imports/ContactList/ContactListPage.qml:526
4213+#: ../src/imports/ContactList/ContactListPage.qml:528
4214 msgid "Add contact"
4215 msgstr "Dodaj stik"
4216
4217@@ -56,7 +56,7 @@
4218 msgstr "Aim"
4219
4220 #. TRANSLATORS: this refers to all contacts
4221-#: ../src/imports/ContactList/ContactListPage.qml:409
4222+#: ../src/imports/ContactList/ContactListPage.qml:410
4223 msgid "All"
4224 msgstr "Vse"
4225
4226@@ -69,12 +69,12 @@
4227 msgstr "Ali ste prepričani, da želite odstraniti ta stik?"
4228
4229 #: ../src/imports/ContactEdit/ContactEditor.qml:398
4230-#: ../src/imports/ContactList/ContactListPage.qml:422
4231+#: ../src/imports/ContactList/ContactListPage.qml:423
4232 #: ../src/imports/MainWindow.qml:133
4233 msgid "Cancel"
4234 msgstr "Prekliči"
4235
4236-#: ../src/imports/ContactList/ContactListPage.qml:445
4237+#: ../src/imports/ContactList/ContactListPage.qml:447
4238 msgid "Cancel selection"
4239 msgstr "Prekliči izbiro"
4240
4241@@ -103,14 +103,18 @@
4242 msgid "Country"
4243 msgstr "Država"
4244
4245+#: ../src/imports/ContactList/ContactListPage.qml:607
4246+msgid "Create a new contact by swiping up from the bottom of the screen."
4247+msgstr ""
4248+
4249 #: ../src/imports/ContactEdit/ContactEditor.qml:355
4250 #: ../src/imports/ContactList/ContactListPage.qml:267
4251-#: ../src/imports/ContactList/ContactListPage.qml:487
4252+#: ../src/imports/ContactList/ContactListPage.qml:489
4253 msgid "Delete"
4254 msgstr "Izbriši"
4255
4256 #: ../src/imports/ContactEdit/ContactEditor.qml:142
4257-#: ../src/imports/ContactView/ContactView.qml:121
4258+#: ../src/imports/ContactView/ContactView.qml:107
4259 msgid "Edit"
4260 msgstr "Uredi"
4261
4262@@ -138,11 +142,7 @@
4263 msgid "Error"
4264 msgstr "Napaka"
4265
4266-#: ../src/imports/ContactView/ContactView.qml:99
4267-msgid "Favorite"
4268-msgstr "Priljubljeno"
4269-
4270-#: ../src/imports/ContactList/ContactListPage.qml:409
4271+#: ../src/imports/ContactList/ContactListPage.qml:410
4272 msgid "Favorites"
4273 msgstr "Priljubljeni"
4274
4275@@ -268,12 +268,12 @@
4276 msgid "Search..."
4277 msgstr "Iskanje ..."
4278
4279-#: ../src/imports/ContactList/ContactListPage.qml:451
4280+#: ../src/imports/ContactList/ContactListPage.qml:453
4281 msgid "Select All"
4282 msgstr "Izberi vse"
4283
4284-#: ../src/imports/ContactList/ContactListPage.qml:464
4285-#: ../src/imports/ContactView/ContactView.qml:110
4286+#: ../src/imports/ContactList/ContactListPage.qml:466
4287+#: ../src/imports/ContactView/ContactView.qml:98
4288 msgid "Share"
4289 msgstr "Deli"
4290
4291@@ -341,3 +341,6 @@
4292 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
4293 msgid "You have no contacts."
4294 msgstr "Nimate stikov."
4295+
4296+#~ msgid "Favorite"
4297+#~ msgstr "Priljubljeno"
4298
4299=== modified file 'po/sr.po'
4300--- po/sr.po 2014-09-18 15:06:08 +0000
4301+++ po/sr.po 2014-09-23 14:07:44 +0000
4302@@ -7,7 +7,7 @@
4303 msgstr ""
4304 "Project-Id-Version: address-book-app\n"
4305 "Report-Msgid-Bugs-To: \n"
4306-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
4307+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
4308 "PO-Revision-Date: 2014-09-01 13:17+0000\n"
4309 "Last-Translator: Данило Шеган <Unknown>\n"
4310 "Language-Team: Serbian <sr@li.org>\n"
4311@@ -32,7 +32,7 @@
4312 msgid "Add Field"
4313 msgstr "Додај поље"
4314
4315-#: ../src/imports/ContactList/ContactListPage.qml:526
4316+#: ../src/imports/ContactList/ContactListPage.qml:528
4317 msgid "Add contact"
4318 msgstr "Додај особу"
4319
4320@@ -56,7 +56,7 @@
4321 msgstr "Aim"
4322
4323 #. TRANSLATORS: this refers to all contacts
4324-#: ../src/imports/ContactList/ContactListPage.qml:409
4325+#: ../src/imports/ContactList/ContactListPage.qml:410
4326 msgid "All"
4327 msgstr "Све"
4328
4329@@ -69,12 +69,12 @@
4330 msgstr "Сигурно желите да уклоните ову особу из именика?"
4331
4332 #: ../src/imports/ContactEdit/ContactEditor.qml:398
4333-#: ../src/imports/ContactList/ContactListPage.qml:422
4334+#: ../src/imports/ContactList/ContactListPage.qml:423
4335 #: ../src/imports/MainWindow.qml:133
4336 msgid "Cancel"
4337 msgstr "Откажи"
4338
4339-#: ../src/imports/ContactList/ContactListPage.qml:445
4340+#: ../src/imports/ContactList/ContactListPage.qml:447
4341 msgid "Cancel selection"
4342 msgstr "Откажи избор"
4343
4344@@ -103,14 +103,18 @@
4345 msgid "Country"
4346 msgstr "Држава"
4347
4348+#: ../src/imports/ContactList/ContactListPage.qml:607
4349+msgid "Create a new contact by swiping up from the bottom of the screen."
4350+msgstr ""
4351+
4352 #: ../src/imports/ContactEdit/ContactEditor.qml:355
4353 #: ../src/imports/ContactList/ContactListPage.qml:267
4354-#: ../src/imports/ContactList/ContactListPage.qml:487
4355+#: ../src/imports/ContactList/ContactListPage.qml:489
4356 msgid "Delete"
4357 msgstr "Обриши"
4358
4359 #: ../src/imports/ContactEdit/ContactEditor.qml:142
4360-#: ../src/imports/ContactView/ContactView.qml:121
4361+#: ../src/imports/ContactView/ContactView.qml:107
4362 msgid "Edit"
4363 msgstr "Уреди"
4364
4365@@ -138,11 +142,7 @@
4366 msgid "Error"
4367 msgstr "Грешка"
4368
4369-#: ../src/imports/ContactView/ContactView.qml:99
4370-msgid "Favorite"
4371-msgstr "Омиљена"
4372-
4373-#: ../src/imports/ContactList/ContactListPage.qml:409
4374+#: ../src/imports/ContactList/ContactListPage.qml:410
4375 msgid "Favorites"
4376 msgstr "Омиљене"
4377
4378@@ -268,12 +268,12 @@
4379 msgid "Search..."
4380 msgstr "Тражи..."
4381
4382-#: ../src/imports/ContactList/ContactListPage.qml:451
4383+#: ../src/imports/ContactList/ContactListPage.qml:453
4384 msgid "Select All"
4385 msgstr "Изабери све"
4386
4387-#: ../src/imports/ContactList/ContactListPage.qml:464
4388-#: ../src/imports/ContactView/ContactView.qml:110
4389+#: ../src/imports/ContactList/ContactListPage.qml:466
4390+#: ../src/imports/ContactView/ContactView.qml:98
4391 msgid "Share"
4392 msgstr "Подели"
4393
4394@@ -341,3 +341,6 @@
4395 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
4396 msgid "You have no contacts."
4397 msgstr "Немате особа у именику."
4398+
4399+#~ msgid "Favorite"
4400+#~ msgstr "Омиљена"
4401
4402=== modified file 'po/sv.po'
4403--- po/sv.po 2014-09-18 15:06:08 +0000
4404+++ po/sv.po 2014-09-23 14:07:44 +0000
4405@@ -7,7 +7,7 @@
4406 msgstr ""
4407 "Project-Id-Version: address-book-app\n"
4408 "Report-Msgid-Bugs-To: \n"
4409-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
4410+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
4411 "PO-Revision-Date: 2014-09-08 18:49+0000\n"
4412 "Last-Translator: Josef Andersson <Unknown>\n"
4413 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
4414@@ -32,7 +32,7 @@
4415 msgid "Add Field"
4416 msgstr "Lägg till fält"
4417
4418-#: ../src/imports/ContactList/ContactListPage.qml:526
4419+#: ../src/imports/ContactList/ContactListPage.qml:528
4420 msgid "Add contact"
4421 msgstr "Lägg till kontakt"
4422
4423@@ -56,7 +56,7 @@
4424 msgstr "Aim"
4425
4426 #. TRANSLATORS: this refers to all contacts
4427-#: ../src/imports/ContactList/ContactListPage.qml:409
4428+#: ../src/imports/ContactList/ContactListPage.qml:410
4429 msgid "All"
4430 msgstr "Alla"
4431
4432@@ -69,12 +69,12 @@
4433 msgstr "Vill du ta bort den här kontakten?"
4434
4435 #: ../src/imports/ContactEdit/ContactEditor.qml:398
4436-#: ../src/imports/ContactList/ContactListPage.qml:422
4437+#: ../src/imports/ContactList/ContactListPage.qml:423
4438 #: ../src/imports/MainWindow.qml:133
4439 msgid "Cancel"
4440 msgstr "Avbryt"
4441
4442-#: ../src/imports/ContactList/ContactListPage.qml:445
4443+#: ../src/imports/ContactList/ContactListPage.qml:447
4444 msgid "Cancel selection"
4445 msgstr "Avbryt val"
4446
4447@@ -103,14 +103,18 @@
4448 msgid "Country"
4449 msgstr "Land"
4450
4451+#: ../src/imports/ContactList/ContactListPage.qml:607
4452+msgid "Create a new contact by swiping up from the bottom of the screen."
4453+msgstr ""
4454+
4455 #: ../src/imports/ContactEdit/ContactEditor.qml:355
4456 #: ../src/imports/ContactList/ContactListPage.qml:267
4457-#: ../src/imports/ContactList/ContactListPage.qml:487
4458+#: ../src/imports/ContactList/ContactListPage.qml:489
4459 msgid "Delete"
4460 msgstr "Ta bort"
4461
4462 #: ../src/imports/ContactEdit/ContactEditor.qml:142
4463-#: ../src/imports/ContactView/ContactView.qml:121
4464+#: ../src/imports/ContactView/ContactView.qml:107
4465 msgid "Edit"
4466 msgstr "Redigera"
4467
4468@@ -138,11 +142,7 @@
4469 msgid "Error"
4470 msgstr "Fel"
4471
4472-#: ../src/imports/ContactView/ContactView.qml:99
4473-msgid "Favorite"
4474-msgstr "Favorit"
4475-
4476-#: ../src/imports/ContactList/ContactListPage.qml:409
4477+#: ../src/imports/ContactList/ContactListPage.qml:410
4478 msgid "Favorites"
4479 msgstr "Favoriter"
4480
4481@@ -268,12 +268,12 @@
4482 msgid "Search..."
4483 msgstr "Sök…"
4484
4485-#: ../src/imports/ContactList/ContactListPage.qml:451
4486+#: ../src/imports/ContactList/ContactListPage.qml:453
4487 msgid "Select All"
4488 msgstr "Markera alla"
4489
4490-#: ../src/imports/ContactList/ContactListPage.qml:464
4491-#: ../src/imports/ContactView/ContactView.qml:110
4492+#: ../src/imports/ContactList/ContactListPage.qml:466
4493+#: ../src/imports/ContactView/ContactView.qml:98
4494 msgid "Share"
4495 msgstr "Dela ut"
4496
4497@@ -341,3 +341,6 @@
4498 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
4499 msgid "You have no contacts."
4500 msgstr "Du har inga kontakter."
4501+
4502+#~ msgid "Favorite"
4503+#~ msgstr "Favorit"
4504
4505=== modified file 'po/ta.po'
4506--- po/ta.po 2014-09-18 15:06:08 +0000
4507+++ po/ta.po 2014-09-23 14:07:44 +0000
4508@@ -7,7 +7,7 @@
4509 msgstr ""
4510 "Project-Id-Version: address-book-app\n"
4511 "Report-Msgid-Bugs-To: \n"
4512-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
4513+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
4514 "PO-Revision-Date: 2014-01-14 19:48+0000\n"
4515 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
4516 "Language-Team: Tamil <ta@li.org>\n"
4517@@ -32,7 +32,7 @@
4518 msgid "Add Field"
4519 msgstr ""
4520
4521-#: ../src/imports/ContactList/ContactListPage.qml:526
4522+#: ../src/imports/ContactList/ContactListPage.qml:528
4523 msgid "Add contact"
4524 msgstr ""
4525
4526@@ -56,7 +56,7 @@
4527 msgstr ""
4528
4529 #. TRANSLATORS: this refers to all contacts
4530-#: ../src/imports/ContactList/ContactListPage.qml:409
4531+#: ../src/imports/ContactList/ContactListPage.qml:410
4532 msgid "All"
4533 msgstr ""
4534
4535@@ -69,12 +69,12 @@
4536 msgstr ""
4537
4538 #: ../src/imports/ContactEdit/ContactEditor.qml:398
4539-#: ../src/imports/ContactList/ContactListPage.qml:422
4540+#: ../src/imports/ContactList/ContactListPage.qml:423
4541 #: ../src/imports/MainWindow.qml:133
4542 msgid "Cancel"
4543 msgstr ""
4544
4545-#: ../src/imports/ContactList/ContactListPage.qml:445
4546+#: ../src/imports/ContactList/ContactListPage.qml:447
4547 msgid "Cancel selection"
4548 msgstr ""
4549
4550@@ -103,14 +103,18 @@
4551 msgid "Country"
4552 msgstr ""
4553
4554+#: ../src/imports/ContactList/ContactListPage.qml:607
4555+msgid "Create a new contact by swiping up from the bottom of the screen."
4556+msgstr ""
4557+
4558 #: ../src/imports/ContactEdit/ContactEditor.qml:355
4559 #: ../src/imports/ContactList/ContactListPage.qml:267
4560-#: ../src/imports/ContactList/ContactListPage.qml:487
4561+#: ../src/imports/ContactList/ContactListPage.qml:489
4562 msgid "Delete"
4563 msgstr ""
4564
4565 #: ../src/imports/ContactEdit/ContactEditor.qml:142
4566-#: ../src/imports/ContactView/ContactView.qml:121
4567+#: ../src/imports/ContactView/ContactView.qml:107
4568 msgid "Edit"
4569 msgstr ""
4570
4571@@ -138,11 +142,7 @@
4572 msgid "Error"
4573 msgstr ""
4574
4575-#: ../src/imports/ContactView/ContactView.qml:99
4576-msgid "Favorite"
4577-msgstr ""
4578-
4579-#: ../src/imports/ContactList/ContactListPage.qml:409
4580+#: ../src/imports/ContactList/ContactListPage.qml:410
4581 msgid "Favorites"
4582 msgstr ""
4583
4584@@ -268,12 +268,12 @@
4585 msgid "Search..."
4586 msgstr ""
4587
4588-#: ../src/imports/ContactList/ContactListPage.qml:451
4589+#: ../src/imports/ContactList/ContactListPage.qml:453
4590 msgid "Select All"
4591 msgstr ""
4592
4593-#: ../src/imports/ContactList/ContactListPage.qml:464
4594-#: ../src/imports/ContactView/ContactView.qml:110
4595+#: ../src/imports/ContactList/ContactListPage.qml:466
4596+#: ../src/imports/ContactView/ContactView.qml:98
4597 msgid "Share"
4598 msgstr ""
4599
4600
4601=== modified file 'po/tr.po'
4602--- po/tr.po 2014-09-18 15:06:08 +0000
4603+++ po/tr.po 2014-09-23 14:07:44 +0000
4604@@ -7,7 +7,7 @@
4605 msgstr ""
4606 "Project-Id-Version: address-book-app\n"
4607 "Report-Msgid-Bugs-To: \n"
4608-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
4609+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
4610 "PO-Revision-Date: 2014-07-21 20:31+0000\n"
4611 "Last-Translator: pirtlak <pirtlak@outlook.com>\n"
4612 "Language-Team: Turkish <tr@li.org>\n"
4613@@ -32,7 +32,7 @@
4614 msgid "Add Field"
4615 msgstr "Alan Ekle"
4616
4617-#: ../src/imports/ContactList/ContactListPage.qml:526
4618+#: ../src/imports/ContactList/ContactListPage.qml:528
4619 msgid "Add contact"
4620 msgstr "Kişi ekle"
4621
4622@@ -56,7 +56,7 @@
4623 msgstr "Aim"
4624
4625 #. TRANSLATORS: this refers to all contacts
4626-#: ../src/imports/ContactList/ContactListPage.qml:409
4627+#: ../src/imports/ContactList/ContactListPage.qml:410
4628 msgid "All"
4629 msgstr "Tümü"
4630
4631@@ -69,12 +69,12 @@
4632 msgstr "Bu kişiyi silmek istediğinizden emin misiniz?"
4633
4634 #: ../src/imports/ContactEdit/ContactEditor.qml:398
4635-#: ../src/imports/ContactList/ContactListPage.qml:422
4636+#: ../src/imports/ContactList/ContactListPage.qml:423
4637 #: ../src/imports/MainWindow.qml:133
4638 msgid "Cancel"
4639 msgstr "İptal"
4640
4641-#: ../src/imports/ContactList/ContactListPage.qml:445
4642+#: ../src/imports/ContactList/ContactListPage.qml:447
4643 msgid "Cancel selection"
4644 msgstr "Seçimi iptal et"
4645
4646@@ -103,14 +103,18 @@
4647 msgid "Country"
4648 msgstr "Ülke"
4649
4650+#: ../src/imports/ContactList/ContactListPage.qml:607
4651+msgid "Create a new contact by swiping up from the bottom of the screen."
4652+msgstr ""
4653+
4654 #: ../src/imports/ContactEdit/ContactEditor.qml:355
4655 #: ../src/imports/ContactList/ContactListPage.qml:267
4656-#: ../src/imports/ContactList/ContactListPage.qml:487
4657+#: ../src/imports/ContactList/ContactListPage.qml:489
4658 msgid "Delete"
4659 msgstr "Sil"
4660
4661 #: ../src/imports/ContactEdit/ContactEditor.qml:142
4662-#: ../src/imports/ContactView/ContactView.qml:121
4663+#: ../src/imports/ContactView/ContactView.qml:107
4664 msgid "Edit"
4665 msgstr "Düzenle"
4666
4667@@ -138,11 +142,7 @@
4668 msgid "Error"
4669 msgstr "Hata"
4670
4671-#: ../src/imports/ContactView/ContactView.qml:99
4672-msgid "Favorite"
4673-msgstr "Sık Kullanılan"
4674-
4675-#: ../src/imports/ContactList/ContactListPage.qml:409
4676+#: ../src/imports/ContactList/ContactListPage.qml:410
4677 msgid "Favorites"
4678 msgstr ""
4679
4680@@ -268,12 +268,12 @@
4681 msgid "Search..."
4682 msgstr ""
4683
4684-#: ../src/imports/ContactList/ContactListPage.qml:451
4685+#: ../src/imports/ContactList/ContactListPage.qml:453
4686 msgid "Select All"
4687 msgstr "Tümünü Seç"
4688
4689-#: ../src/imports/ContactList/ContactListPage.qml:464
4690-#: ../src/imports/ContactView/ContactView.qml:110
4691+#: ../src/imports/ContactList/ContactListPage.qml:466
4692+#: ../src/imports/ContactView/ContactView.qml:98
4693 msgid "Share"
4694 msgstr "Paylaş"
4695
4696@@ -341,3 +341,6 @@
4697 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
4698 msgid "You have no contacts."
4699 msgstr "Hiç kişiniz yok."
4700+
4701+#~ msgid "Favorite"
4702+#~ msgstr "Sık Kullanılan"
4703
4704=== modified file 'po/ug.po'
4705--- po/ug.po 2014-09-18 15:06:08 +0000
4706+++ po/ug.po 2014-09-23 14:07:44 +0000
4707@@ -7,7 +7,7 @@
4708 msgstr ""
4709 "Project-Id-Version: address-book-app\n"
4710 "Report-Msgid-Bugs-To: \n"
4711-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
4712+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
4713 "PO-Revision-Date: 2014-08-22 01:52+0000\n"
4714 "Last-Translator: Gheyret T.Kenji <Unknown>\n"
4715 "Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n"
4716@@ -32,7 +32,7 @@
4717 msgid "Add Field"
4718 msgstr "سوز بۆلىكى قوش"
4719
4720-#: ../src/imports/ContactList/ContactListPage.qml:526
4721+#: ../src/imports/ContactList/ContactListPage.qml:528
4722 msgid "Add contact"
4723 msgstr "ئالاقەداش قوش"
4724
4725@@ -56,7 +56,7 @@
4726 msgstr "Aim"
4727
4728 #. TRANSLATORS: this refers to all contacts
4729-#: ../src/imports/ContactList/ContactListPage.qml:409
4730+#: ../src/imports/ContactList/ContactListPage.qml:410
4731 msgid "All"
4732 msgstr "ھەممىسى"
4733
4734@@ -69,12 +69,12 @@
4735 msgstr "راستلا بۇ ئالاقەداشنى ئۆچۈرەمسىز؟"
4736
4737 #: ../src/imports/ContactEdit/ContactEditor.qml:398
4738-#: ../src/imports/ContactList/ContactListPage.qml:422
4739+#: ../src/imports/ContactList/ContactListPage.qml:423
4740 #: ../src/imports/MainWindow.qml:133
4741 msgid "Cancel"
4742 msgstr "ئەمەلدىن قالدۇر"
4743
4744-#: ../src/imports/ContactList/ContactListPage.qml:445
4745+#: ../src/imports/ContactList/ContactListPage.qml:447
4746 msgid "Cancel selection"
4747 msgstr "تاللاشنى ئەمەلدىن قالدۇر"
4748
4749@@ -103,14 +103,18 @@
4750 msgid "Country"
4751 msgstr "دۆلەت"
4752
4753+#: ../src/imports/ContactList/ContactListPage.qml:607
4754+msgid "Create a new contact by swiping up from the bottom of the screen."
4755+msgstr ""
4756+
4757 #: ../src/imports/ContactEdit/ContactEditor.qml:355
4758 #: ../src/imports/ContactList/ContactListPage.qml:267
4759-#: ../src/imports/ContactList/ContactListPage.qml:487
4760+#: ../src/imports/ContactList/ContactListPage.qml:489
4761 msgid "Delete"
4762 msgstr "ئۆچۈر"
4763
4764 #: ../src/imports/ContactEdit/ContactEditor.qml:142
4765-#: ../src/imports/ContactView/ContactView.qml:121
4766+#: ../src/imports/ContactView/ContactView.qml:107
4767 msgid "Edit"
4768 msgstr "تەھرىرلەش"
4769
4770@@ -138,11 +142,7 @@
4771 msgid "Error"
4772 msgstr "خاتالىق"
4773
4774-#: ../src/imports/ContactView/ContactView.qml:99
4775-msgid "Favorite"
4776-msgstr "يىغقۇچ"
4777-
4778-#: ../src/imports/ContactList/ContactListPage.qml:409
4779+#: ../src/imports/ContactList/ContactListPage.qml:410
4780 msgid "Favorites"
4781 msgstr "ياقتۇرغانلىرىم"
4782
4783@@ -268,12 +268,12 @@
4784 msgid "Search..."
4785 msgstr "ئىزدە…"
4786
4787-#: ../src/imports/ContactList/ContactListPage.qml:451
4788+#: ../src/imports/ContactList/ContactListPage.qml:453
4789 msgid "Select All"
4790 msgstr "ھەممىنى تاللا"
4791
4792-#: ../src/imports/ContactList/ContactListPage.qml:464
4793-#: ../src/imports/ContactView/ContactView.qml:110
4794+#: ../src/imports/ContactList/ContactListPage.qml:466
4795+#: ../src/imports/ContactView/ContactView.qml:98
4796 msgid "Share"
4797 msgstr "ھەمبەھىرلە"
4798
4799@@ -341,3 +341,6 @@
4800 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
4801 msgid "You have no contacts."
4802 msgstr "ئالاقەداشلىرىڭىز يوق"
4803+
4804+#~ msgid "Favorite"
4805+#~ msgstr "يىغقۇچ"
4806
4807=== modified file 'po/uk.po'
4808--- po/uk.po 2014-09-18 15:06:08 +0000
4809+++ po/uk.po 2014-09-23 14:07:44 +0000
4810@@ -7,7 +7,7 @@
4811 msgstr ""
4812 "Project-Id-Version: address-book-app\n"
4813 "Report-Msgid-Bugs-To: \n"
4814-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
4815+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
4816 "PO-Revision-Date: 2014-08-29 15:25+0000\n"
4817 "Last-Translator: Yuri Chornoivan <yurchor@gmail.com>\n"
4818 "Language-Team: Ukrainian <uk@li.org>\n"
4819@@ -32,7 +32,7 @@
4820 msgid "Add Field"
4821 msgstr "Додати поле"
4822
4823-#: ../src/imports/ContactList/ContactListPage.qml:526
4824+#: ../src/imports/ContactList/ContactListPage.qml:528
4825 msgid "Add contact"
4826 msgstr "Додати контакт"
4827
4828@@ -56,7 +56,7 @@
4829 msgstr "Мета"
4830
4831 #. TRANSLATORS: this refers to all contacts
4832-#: ../src/imports/ContactList/ContactListPage.qml:409
4833+#: ../src/imports/ContactList/ContactListPage.qml:410
4834 msgid "All"
4835 msgstr "Усі"
4836
4837@@ -69,12 +69,12 @@
4838 msgstr "Ви справді хочете вилучити цей запис контакту?"
4839
4840 #: ../src/imports/ContactEdit/ContactEditor.qml:398
4841-#: ../src/imports/ContactList/ContactListPage.qml:422
4842+#: ../src/imports/ContactList/ContactListPage.qml:423
4843 #: ../src/imports/MainWindow.qml:133
4844 msgid "Cancel"
4845 msgstr "Скасувати"
4846
4847-#: ../src/imports/ContactList/ContactListPage.qml:445
4848+#: ../src/imports/ContactList/ContactListPage.qml:447
4849 msgid "Cancel selection"
4850 msgstr "Скасувати позначення"
4851
4852@@ -103,14 +103,18 @@
4853 msgid "Country"
4854 msgstr "Країна"
4855
4856+#: ../src/imports/ContactList/ContactListPage.qml:607
4857+msgid "Create a new contact by swiping up from the bottom of the screen."
4858+msgstr ""
4859+
4860 #: ../src/imports/ContactEdit/ContactEditor.qml:355
4861 #: ../src/imports/ContactList/ContactListPage.qml:267
4862-#: ../src/imports/ContactList/ContactListPage.qml:487
4863+#: ../src/imports/ContactList/ContactListPage.qml:489
4864 msgid "Delete"
4865 msgstr "Вилучити"
4866
4867 #: ../src/imports/ContactEdit/ContactEditor.qml:142
4868-#: ../src/imports/ContactView/ContactView.qml:121
4869+#: ../src/imports/ContactView/ContactView.qml:107
4870 msgid "Edit"
4871 msgstr "Редагувати"
4872
4873@@ -138,11 +142,7 @@
4874 msgid "Error"
4875 msgstr "Помилка"
4876
4877-#: ../src/imports/ContactView/ContactView.qml:99
4878-msgid "Favorite"
4879-msgstr "Вибраний"
4880-
4881-#: ../src/imports/ContactList/ContactListPage.qml:409
4882+#: ../src/imports/ContactList/ContactListPage.qml:410
4883 msgid "Favorites"
4884 msgstr "Вибрані"
4885
4886@@ -268,12 +268,12 @@
4887 msgid "Search..."
4888 msgstr "Шукати…"
4889
4890-#: ../src/imports/ContactList/ContactListPage.qml:451
4891+#: ../src/imports/ContactList/ContactListPage.qml:453
4892 msgid "Select All"
4893 msgstr "Позначити всі"
4894
4895-#: ../src/imports/ContactList/ContactListPage.qml:464
4896-#: ../src/imports/ContactView/ContactView.qml:110
4897+#: ../src/imports/ContactList/ContactListPage.qml:466
4898+#: ../src/imports/ContactView/ContactView.qml:98
4899 msgid "Share"
4900 msgstr "Поділитися"
4901
4902@@ -341,3 +341,6 @@
4903 #: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
4904 msgid "You have no contacts."
4905 msgstr "У вас немає записів контактів."
4906+
4907+#~ msgid "Favorite"
4908+#~ msgstr "Вибраний"
4909
4910=== modified file 'po/zh_CN.po'
4911--- po/zh_CN.po 2014-09-18 15:06:08 +0000
4912+++ po/zh_CN.po 2014-09-23 14:07:44 +0000
4913@@ -7,7 +7,7 @@
4914 msgstr ""
4915 "Project-Id-Version: address-book-app\n"
4916 "Report-Msgid-Bugs-To: \n"
4917-"POT-Creation-Date: 2014-08-30 17:19-0300\n"
4918+"POT-Creation-Date: 2014-09-18 16:18-0300\n"
4919 "PO-Revision-Date: 2014-07-31 15:29+0000\n"
4920 "Last-Translator: Luo Lei <luolei@ubuntukylin.com>\n"
4921 "Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
4922@@ -32,7 +32,7 @@
4923 msgid "Add Field"
4924 msgstr "添加字段"
4925
4926-#: ../src/imports/ContactList/ContactListPage.qml:526
4927+#: ../src/imports/ContactList/ContactListPage.qml:528
4928 msgid "Add contact"
4929 msgstr "添加联系人"
4930
4931@@ -56,7 +56,7 @@
4932 msgstr "AIM"
4933
4934 #. TRANSLATORS: this refers to all contacts
4935-#: ../src/imports/ContactList/ContactListPage.qml:409
4936+#: ../src/imports/ContactList/ContactListPage.qml:410
4937 msgid "All"
4938 msgstr "全部"
4939
4940@@ -69,12 +69,12 @@
4941 msgstr "您确定要删除该联系人吗?"
4942
4943 #: ../src/imports/ContactEdit/ContactEditor.qml:398
4944-#: ../src/imports/ContactList/ContactListPage.qml:422
4945+#: ../src/imports/ContactList/ContactListPage.qml:423
4946 #: ../src/imports/MainWindow.qml:133
4947 msgid "Cancel"
4948 msgstr "取消"
4949
4950-#: ../src/imports/ContactList/ContactListPage.qml:445
4951+#: ../src/imports/ContactList/ContactListPage.qml:447
4952 msgid "Cancel selection"
4953 msgstr "取消选择"
4954
4955@@ -103,14 +103,18 @@
4956 msgid "Country"
4957 msgstr "国家"
4958
4959+#: ../src/imports/ContactList/ContactListPage.qml:607
4960+msgid "Create a new contact by swiping up from the bottom of the screen."
4961+msgstr ""
4962+
4963 #: ../src/imports/ContactEdit/ContactEditor.qml:355
4964 #: ../src/imports/ContactList/ContactListPage.qml:267
4965-#: ../src/imports/ContactList/ContactListPage.qml:487
4966+#: ../src/imports/ContactList/ContactListPage.qml:489
4967 msgid "Delete"
4968 msgstr "删除"
4969
4970 #: ../src/imports/ContactEdit/ContactEditor.qml:142
4971-#: ../src/imports/ContactView/ContactView.qml:121
4972+#: ../src/imports/ContactView/ContactView.qml:107
4973 msgid "Edit"
4974 msgstr "编辑"
4975
4976@@ -138,11 +142,7 @@
4977 msgid "Error"
4978 msgstr "出错"
4979
4980-#: ../src/imports/ContactView/ContactView.qml:99
4981-msgid "Favorite"
4982-msgstr "收藏夹"
4983-
4984-#: ../src/imports/ContactList/ContactListPage.qml:409
4985+#: ../src/imports/ContactList/ContactListPage.qml:410
4986 msgid "Favorites"
4987 msgstr ""
4988
4989@@ -268,12 +268,12 @@
4990 msgid "Search..."
4991 msgstr ""
4992
4993-#: ../src/imports/ContactList/ContactListPage.qml:451
4994+#: ../src/imports/ContactList/ContactListPage.qml:453
4995 msgid "Select All"
4996 msgstr "全选"
4997
4998-#: ../src/imports/ContactList/ContactListPage.qml:464
4999-#: ../src/imports/ContactView/ContactView.qml:110
5000+#: ../src/imports/ContactList/ContactListPage.qml:466
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches