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
=== modified file 'po/CMakeLists.txt'
--- po/CMakeLists.txt 2014-08-25 17:33:19 +0000
+++ po/CMakeLists.txt 2014-09-23 14:07:44 +0000
@@ -37,4 +37,16 @@
37 -D ${CMAKE_CURRENT_SOURCE_DIR} ${I18N_SRCS}37 -D ${CMAKE_CURRENT_SOURCE_DIR} ${I18N_SRCS}
38 -D ${CMAKE_CURRENT_BINARY_DIR} ${DESKTOP_FILE_IN_IN}.h38 -D ${CMAKE_CURRENT_BINARY_DIR} ${DESKTOP_FILE_IN_IN}.h
39 )39 )
40
41 add_custom_target(translations
42 COMMENT "Updating translation files"
43 )
44
45 add_dependencies(translations ${POT_FILE})
46 foreach(PO_FILE ${PO_FILES})
47 add_custom_command(TARGET translations
48 COMMAND ${GETTEXT_MSGMERGE_EXECUTABLE} ${PO_FILE} ${CMAKE_CURRENT_SOURCE_DIR}/${POT_FILE} -o ${PO_FILE}
49 )
50 endforeach(PO_FILE)
51
40endif()52endif()
4153
=== modified file 'po/address-book-app.pot'
--- po/address-book-app.pot 2014-08-30 20:20:46 +0000
+++ po/address-book-app.pot 2014-09-23 14:07:44 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: address-book-app\n"9"Project-Id-Version: address-book-app\n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2014-08-30 17:19-0300\n"11"POT-Creation-Date: 2014-09-18 16:18-0300\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -31,7 +31,7 @@
31msgid "Add Field"31msgid "Add Field"
32msgstr ""32msgstr ""
3333
34#: ../src/imports/ContactList/ContactListPage.qml:52634#: ../src/imports/ContactList/ContactListPage.qml:528
35msgid "Add contact"35msgid "Add contact"
36msgstr ""36msgstr ""
3737
@@ -55,7 +55,7 @@
55msgstr ""55msgstr ""
5656
57#. TRANSLATORS: this refers to all contacts57#. TRANSLATORS: this refers to all contacts
58#: ../src/imports/ContactList/ContactListPage.qml:40958#: ../src/imports/ContactList/ContactListPage.qml:410
59msgid "All"59msgid "All"
60msgstr ""60msgstr ""
6161
@@ -68,12 +68,12 @@
68msgstr ""68msgstr ""
6969
70#: ../src/imports/ContactEdit/ContactEditor.qml:39870#: ../src/imports/ContactEdit/ContactEditor.qml:398
71#: ../src/imports/ContactList/ContactListPage.qml:42271#: ../src/imports/ContactList/ContactListPage.qml:423
72#: ../src/imports/MainWindow.qml:13372#: ../src/imports/MainWindow.qml:133
73msgid "Cancel"73msgid "Cancel"
74msgstr ""74msgstr ""
7575
76#: ../src/imports/ContactList/ContactListPage.qml:44576#: ../src/imports/ContactList/ContactListPage.qml:447
77msgid "Cancel selection"77msgid "Cancel selection"
78msgstr ""78msgstr ""
7979
@@ -102,14 +102,18 @@
102msgid "Country"102msgid "Country"
103msgstr ""103msgstr ""
104104
105#: ../src/imports/ContactList/ContactListPage.qml:607
106msgid "Create a new contact by swiping up from the bottom of the screen."
107msgstr ""
108
105#: ../src/imports/ContactEdit/ContactEditor.qml:355109#: ../src/imports/ContactEdit/ContactEditor.qml:355
106#: ../src/imports/ContactList/ContactListPage.qml:267110#: ../src/imports/ContactList/ContactListPage.qml:267
107#: ../src/imports/ContactList/ContactListPage.qml:487111#: ../src/imports/ContactList/ContactListPage.qml:489
108msgid "Delete"112msgid "Delete"
109msgstr ""113msgstr ""
110114
111#: ../src/imports/ContactEdit/ContactEditor.qml:142115#: ../src/imports/ContactEdit/ContactEditor.qml:142
112#: ../src/imports/ContactView/ContactView.qml:121116#: ../src/imports/ContactView/ContactView.qml:107
113msgid "Edit"117msgid "Edit"
114msgstr ""118msgstr ""
115119
@@ -137,11 +141,7 @@
137msgid "Error"141msgid "Error"
138msgstr ""142msgstr ""
139143
140#: ../src/imports/ContactView/ContactView.qml:99144#: ../src/imports/ContactList/ContactListPage.qml:410
141msgid "Favorite"
142msgstr ""
143
144#: ../src/imports/ContactList/ContactListPage.qml:409
145msgid "Favorites"145msgid "Favorites"
146msgstr ""146msgstr ""
147147
@@ -267,12 +267,12 @@
267msgid "Search..."267msgid "Search..."
268msgstr ""268msgstr ""
269269
270#: ../src/imports/ContactList/ContactListPage.qml:451270#: ../src/imports/ContactList/ContactListPage.qml:453
271msgid "Select All"271msgid "Select All"
272msgstr ""272msgstr ""
273273
274#: ../src/imports/ContactList/ContactListPage.qml:464274#: ../src/imports/ContactList/ContactListPage.qml:466
275#: ../src/imports/ContactView/ContactView.qml:110275#: ../src/imports/ContactView/ContactView.qml:98
276msgid "Share"276msgid "Share"
277msgstr ""277msgstr ""
278278
279279
=== modified file 'po/am.po'
--- po/am.po 2014-09-18 15:06:08 +0000
+++ po/am.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-29 23:51+0000\n"11"PO-Revision-Date: 2014-08-29 23:51+0000\n"
12"Last-Translator: samson <Unknown>\n"12"Last-Translator: samson <Unknown>\n"
13"Language-Team: Amharic <am@li.org>\n"13"Language-Team: Amharic <am@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "ሜዳ መጨመሪያ"33msgstr "ሜዳ መጨመሪያ"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "ግንኙነት መጨመሪያ"37msgstr "ግንኙነት መጨመሪያ"
3838
@@ -56,7 +56,7 @@
56msgstr "ኤይም"56msgstr "ኤይም"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "ሁሉንም"61msgstr "ሁሉንም"
6262
@@ -69,12 +69,12 @@
69msgstr "በእርግጥ የተመረጡትን ግንኙነቶች በሙሉ ማስወገድ ይፈልጋሉ?"69msgstr "በእርግጥ የተመረጡትን ግንኙነቶች በሙሉ ማስወገድ ይፈልጋሉ?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "መሰረዣ"75msgstr "መሰረዣ"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "ምርጫውን መሰረዣ"79msgstr "ምርጫውን መሰረዣ"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "አገር"104msgstr "አገር"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "ማጥፊያ"114msgstr "ማጥፊያ"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "ማረሚያ"119msgstr "ማረሚያ"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "ስህተት"143msgstr "ስህተት"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "የምወደው"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "የምወዳቸው"147msgstr "የምወዳቸው"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "መፈለጊያ..."269msgstr "መፈለጊያ..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "ሁሉንም መምረጫ"273msgstr "ሁሉንም መምረጫ"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "ማካፈያ"278msgstr "ማካፈያ"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "ግንኙነት የለም"343msgstr "ግንኙነት የለም"
344
345#~ msgid "Favorite"
346#~ msgstr "የምወደው"
344347
=== modified file 'po/ar.po'
--- po/ar.po 2014-09-18 15:06:08 +0000
+++ po/ar.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-05-22 08:55+0000\n"11"PO-Revision-Date: 2014-05-22 08:55+0000\n"
12"Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"12"Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"
13"Language-Team: Arabic <ar@li.org>\n"13"Language-Team: Arabic <ar@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr ""33msgstr ""
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr ""37msgstr ""
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "الكل"61msgstr "الكل"
6262
@@ -69,12 +69,12 @@
69msgstr ""69msgstr ""
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "إلغاء"75msgstr "إلغاء"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr ""79msgstr ""
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "الدولة"104msgstr "الدولة"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "حذف"114msgstr "حذف"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "تعديل"119msgstr "تعديل"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "خطأ"143msgstr "خطأ"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "مُفضل"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr ""273msgstr ""
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr ""278msgstr ""
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "ليس لديك أي أشخاص."343msgstr "ليس لديك أي أشخاص."
344
345#~ msgid "Favorite"
346#~ msgstr "مُفضل"
344347
=== modified file 'po/ast.po'
--- po/ast.po 2014-09-18 15:06:08 +0000
+++ po/ast.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-31 09:44+0000\n"11"PO-Revision-Date: 2014-08-31 09:44+0000\n"
12"Last-Translator: ivarela <ivarela@ubuntu.com>\n"12"Last-Translator: ivarela <ivarela@ubuntu.com>\n"
13"Language-Team: Asturian <ast@li.org>\n"13"Language-Team: Asturian <ast@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Amestar campu"33msgstr "Amestar campu"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Amestar contautu"37msgstr "Amestar contautu"
3838
@@ -56,7 +56,7 @@
56msgstr "Propósitu"56msgstr "Propósitu"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Too"61msgstr "Too"
6262
@@ -69,12 +69,12 @@
69msgstr "¿De xuru que quies desaniciar esti contautu?"69msgstr "¿De xuru que quies desaniciar esti contautu?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Encaboxar"75msgstr "Encaboxar"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Encaboxar seleición"79msgstr "Encaboxar seleición"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "País"104msgstr "País"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Desaniciar"114msgstr "Desaniciar"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Editar"119msgstr "Editar"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Fallu"143msgstr "Fallu"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Favoritu"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Favoritos"147msgstr "Favoritos"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Guetar..."269msgstr "Guetar..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Esbillar Too"273msgstr "Esbillar Too"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Compartir"278msgstr "Compartir"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Nun tienes contautos."343msgstr "Nun tienes contautos."
344
345#~ msgid "Favorite"
346#~ msgstr "Favoritu"
344347
=== modified file 'po/az.po'
--- po/az.po 2014-09-18 15:20:49 +0000
+++ po/az.po 2014-09-23 14:07:44 +0000
@@ -6,11 +6,12 @@
6msgid ""6msgid ""
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-09-05 14:45+0000\n"11"PO-Revision-Date: 2014-09-05 14:45+0000\n"
12"Last-Translator: Nicat Məmmədov <n1c4t97@gmail.com>\n"12"Last-Translator: Nicat Məmmədov <n1c4t97@gmail.com>\n"
13"Language-Team: Azerbaijani <az@li.org>\n"13"Language-Team: Azerbaijani <az@li.org>\n"
14"Language: az\n"
14"MIME-Version: 1.0\n"15"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"16"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"17"Content-Transfer-Encoding: 8bit\n"
@@ -102,6 +103,10 @@
102msgid "Country"103msgid "Country"
103msgstr "Ölkə"104msgstr "Ölkə"
104105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
105#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
106#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
107#: ../src/imports/ContactList/ContactListPage.qml:489112#: ../src/imports/ContactList/ContactListPage.qml:489
@@ -109,7 +114,7 @@
109msgstr "Sil"114msgstr "Sil"
110115
111#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
112#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
113msgid "Edit"118msgid "Edit"
114msgstr "Redaktə"119msgstr "Redaktə"
115120
@@ -137,10 +142,6 @@
137msgid "Error"142msgid "Error"
138msgstr "Xəta"143msgstr "Xəta"
139144
140#: ../src/imports/ContactView/ContactView.qml:99
141msgid "Favorite"
142msgstr "Seçilmiş"
143
144#: ../src/imports/ContactList/ContactListPage.qml:410145#: ../src/imports/ContactList/ContactListPage.qml:410
145msgid "Favorites"146msgid "Favorites"
146msgstr "Seçilmişlər"147msgstr "Seçilmişlər"
@@ -272,7 +273,7 @@
272msgstr "Hamısını Seç"273msgstr "Hamısını Seç"
273274
274#: ../src/imports/ContactList/ContactListPage.qml:466275#: ../src/imports/ContactList/ContactListPage.qml:466
275#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
276msgid "Share"277msgid "Share"
277msgstr "Paylaş"278msgstr "Paylaş"
278279
@@ -340,3 +341,6 @@
340#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
341msgid "You have no contacts."342msgid "You have no contacts."
342msgstr "Heç bir kontaktınız yoxdu."343msgstr "Heç bir kontaktınız yoxdu."
344
345#~ msgid "Favorite"
346#~ msgstr "Seçilmiş"
343347
=== modified file 'po/bg.po'
--- po/bg.po 2014-09-18 15:06:08 +0000
+++ po/bg.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-01-25 21:12+0000\n"11"PO-Revision-Date: 2014-01-25 21:12+0000\n"
12"Last-Translator: Gangov <Unknown>\n"12"Last-Translator: Gangov <Unknown>\n"
13"Language-Team: Bulgarian <bg@li.org>\n"13"Language-Team: Bulgarian <bg@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr ""33msgstr ""
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr ""37msgstr ""
3838
@@ -56,7 +56,7 @@
56msgstr "Цел"56msgstr "Цел"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr ""61msgstr ""
6262
@@ -69,12 +69,12 @@
69msgstr ""69msgstr ""
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Отмени"75msgstr "Отмени"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr ""79msgstr ""
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Държава"104msgstr "Държава"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Изтрий"114msgstr "Изтрий"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Редактирай"119msgstr "Редактирай"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Грешка"143msgstr "Грешка"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Любими"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr ""273msgstr ""
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr ""278msgstr ""
279279
@@ -339,3 +339,6 @@
339#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27339#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
340msgid "You have no contacts."340msgid "You have no contacts."
341msgstr ""341msgstr ""
342
343#~ msgid "Favorite"
344#~ msgstr "Любими"
342345
=== modified file 'po/bn.po'
--- po/bn.po 2014-09-18 15:06:08 +0000
+++ po/bn.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-02-03 04:29+0000\n"11"PO-Revision-Date: 2014-02-03 04:29+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Bengali <bn@li.org>\n"13"Language-Team: Bengali <bn@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr ""33msgstr ""
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr ""37msgstr ""
3838
@@ -56,7 +56,7 @@
56msgstr ""56msgstr ""
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr ""61msgstr ""
6262
@@ -69,12 +69,12 @@
69msgstr ""69msgstr ""
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr ""75msgstr ""
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr ""79msgstr ""
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr ""104msgstr ""
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr ""114msgstr ""
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr ""119msgstr ""
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr ""143msgstr ""
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr ""
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr ""273msgstr ""
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr ""278msgstr ""
279279
280280
=== modified file 'po/br.po'
--- po/br.po 2014-09-18 15:06:08 +0000
+++ po/br.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-09-01 07:17+0000\n"11"PO-Revision-Date: 2014-09-01 07:17+0000\n"
12"Last-Translator: Fohanno Thierry <thierry.fohanno@ofis-bzh.org>\n"12"Last-Translator: Fohanno Thierry <thierry.fohanno@ofis-bzh.org>\n"
13"Language-Team: Breton <br@li.org>\n"13"Language-Team: Breton <br@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Ouzhpennañ ur vaezienn"33msgstr "Ouzhpennañ ur vaezienn"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Ouzhpennañ un darempred"37msgstr "Ouzhpennañ un darempred"
3838
@@ -56,7 +56,7 @@
56msgstr "Palioù"56msgstr "Palioù"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "An holl anezho"61msgstr "An holl anezho"
6262
@@ -69,12 +69,12 @@
69msgstr "Ha sur oc'h e fell deoc'h lemel an darempred-mañ ?"69msgstr "Ha sur oc'h e fell deoc'h lemel an darempred-mañ ?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Nullañ"75msgstr "Nullañ"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Nullañ an diuzadur"79msgstr "Nullañ an diuzadur"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Bro"104msgstr "Bro"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Diverkañ"114msgstr "Diverkañ"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Aozañ"119msgstr "Aozañ"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Fazi"143msgstr "Fazi"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Gwellañ-deuet"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Gwellañ deuet"147msgstr "Gwellañ deuet"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Klask..."269msgstr "Klask..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Diuzañ pep tra"273msgstr "Diuzañ pep tra"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Rannañ"278msgstr "Rannañ"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "N'ho peus darempred ebet."343msgstr "N'ho peus darempred ebet."
344
345#~ msgid "Favorite"
346#~ msgstr "Gwellañ-deuet"
344347
=== modified file 'po/ca.po'
--- po/ca.po 2014-09-18 15:06:08 +0000
+++ po/ca.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-09-07 04:31+0000\n"11"PO-Revision-Date: 2014-09-07 04:31+0000\n"
12"Last-Translator: David Planella <david.planella@ubuntu.com>\n"12"Last-Translator: David Planella <david.planella@ubuntu.com>\n"
13"Language-Team: Catalan <ca@li.org>\n"13"Language-Team: Catalan <ca@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Afegeix un camp"33msgstr "Afegeix un camp"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Afegeix un contacte"37msgstr "Afegeix un contacte"
3838
@@ -56,7 +56,7 @@
56msgstr "AIM"56msgstr "AIM"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Tots"61msgstr "Tots"
6262
@@ -69,12 +69,12 @@
69msgstr "Segur que voleu suprimir aquest contacte?"69msgstr "Segur que voleu suprimir aquest contacte?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Cancel·la"75msgstr "Cancel·la"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Cancel·la la selecció"79msgstr "Cancel·la la selecció"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "País"104msgstr "País"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Suprimeix"114msgstr "Suprimeix"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Edita"119msgstr "Edita"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Error"143msgstr "Error"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Preferit"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Preferits"147msgstr "Preferits"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Cerca..."269msgstr "Cerca..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Selecciona-ho tot"273msgstr "Selecciona-ho tot"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Comparteix"278msgstr "Comparteix"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "No teniu cap contacte"343msgstr "No teniu cap contacte"
344
345#~ msgid "Favorite"
346#~ msgstr "Preferit"
344347
=== modified file 'po/ckb.po'
--- po/ckb.po 2014-09-18 15:06:08 +0000
+++ po/ckb.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-01-15 01:39+0000\n"11"PO-Revision-Date: 2014-01-15 01:39+0000\n"
12"Last-Translator: Hiwa <hiwa24@gmail.com>\n"12"Last-Translator: Hiwa <hiwa24@gmail.com>\n"
13"Language-Team: Kurdish (Sorani) <ckb@li.org>\n"13"Language-Team: Kurdish (Sorani) <ckb@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr ""33msgstr ""
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr ""37msgstr ""
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr ""61msgstr ""
6262
@@ -69,12 +69,12 @@
69msgstr ""69msgstr ""
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "پاشگه‌زبوونه‌وه‌"75msgstr "پاشگه‌زبوونه‌وه‌"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr ""79msgstr ""
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "وڵات"104msgstr "وڵات"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "سڕینه‌وه"114msgstr "سڕینه‌وه"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "دەستکاری"119msgstr "دەستکاری"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "هەڵە"143msgstr "هەڵە"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "دڵخواز"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr ""273msgstr ""
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr ""278msgstr ""
279279
@@ -339,3 +339,6 @@
339#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27339#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
340msgid "You have no contacts."340msgid "You have no contacts."
341msgstr ""341msgstr ""
342
343#~ msgid "Favorite"
344#~ msgstr "دڵخواز"
342345
=== modified file 'po/cs.po'
--- po/cs.po 2014-09-18 15:06:08 +0000
+++ po/cs.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-01-14 20:34+0000\n"11"PO-Revision-Date: 2014-01-14 20:34+0000\n"
12"Last-Translator: Tadeáš Pařík <tadeas.parik@gmail.com>\n"12"Last-Translator: Tadeáš Pařík <tadeas.parik@gmail.com>\n"
13"Language-Team: Czech <cs@li.org>\n"13"Language-Team: Czech <cs@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr ""33msgstr ""
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr ""37msgstr ""
3838
@@ -56,7 +56,7 @@
56msgstr "Cíl"56msgstr "Cíl"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr ""61msgstr ""
6262
@@ -69,12 +69,12 @@
69msgstr ""69msgstr ""
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Zrušit"75msgstr "Zrušit"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr ""79msgstr ""
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Země"104msgstr "Země"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Vymazat"114msgstr "Vymazat"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Upravit"119msgstr "Upravit"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Chyba"143msgstr "Chyba"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Oblíbené"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr ""273msgstr ""
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr ""278msgstr ""
279279
@@ -339,3 +339,6 @@
339#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27339#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
340msgid "You have no contacts."340msgid "You have no contacts."
341msgstr ""341msgstr ""
342
343#~ msgid "Favorite"
344#~ msgstr "Oblíbené"
342345
=== modified file 'po/da.po'
--- po/da.po 2014-09-18 15:06:08 +0000
+++ po/da.po 2014-09-23 14:07:44 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: address-book-app\n"9"Project-Id-Version: address-book-app\n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2014-08-30 17:19-0300\n"11"POT-Creation-Date: 2014-09-18 16:18-0300\n"
12"PO-Revision-Date: 2014-07-29 21:15+0000\n"12"PO-Revision-Date: 2014-07-29 21:15+0000\n"
13"Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"13"Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"
14"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"14"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -33,7 +33,7 @@
33msgid "Add Field"33msgid "Add Field"
34msgstr "Tilføj felt"34msgstr "Tilføj felt"
3535
36#: ../src/imports/ContactList/ContactListPage.qml:52636#: ../src/imports/ContactList/ContactListPage.qml:528
37msgid "Add contact"37msgid "Add contact"
38msgstr "Tilføj kontakt"38msgstr "Tilføj kontakt"
3939
@@ -57,7 +57,7 @@
57msgstr "Aim"57msgstr "Aim"
5858
59#. TRANSLATORS: this refers to all contacts59#. TRANSLATORS: this refers to all contacts
60#: ../src/imports/ContactList/ContactListPage.qml:40960#: ../src/imports/ContactList/ContactListPage.qml:410
61msgid "All"61msgid "All"
62msgstr "Alle"62msgstr "Alle"
6363
@@ -70,12 +70,12 @@
70msgstr "Er du sikker på at du vil fjerne denne kontakt?"70msgstr "Er du sikker på at du vil fjerne denne kontakt?"
7171
72#: ../src/imports/ContactEdit/ContactEditor.qml:39872#: ../src/imports/ContactEdit/ContactEditor.qml:398
73#: ../src/imports/ContactList/ContactListPage.qml:42273#: ../src/imports/ContactList/ContactListPage.qml:423
74#: ../src/imports/MainWindow.qml:13374#: ../src/imports/MainWindow.qml:133
75msgid "Cancel"75msgid "Cancel"
76msgstr "Annullér"76msgstr "Annullér"
7777
78#: ../src/imports/ContactList/ContactListPage.qml:44578#: ../src/imports/ContactList/ContactListPage.qml:447
79msgid "Cancel selection"79msgid "Cancel selection"
80msgstr "Annullér valg"80msgstr "Annullér valg"
8181
@@ -104,14 +104,18 @@
104msgid "Country"104msgid "Country"
105msgstr "Land"105msgstr "Land"
106106
107#: ../src/imports/ContactList/ContactListPage.qml:607
108msgid "Create a new contact by swiping up from the bottom of the screen."
109msgstr ""
110
107#: ../src/imports/ContactEdit/ContactEditor.qml:355111#: ../src/imports/ContactEdit/ContactEditor.qml:355
108#: ../src/imports/ContactList/ContactListPage.qml:267112#: ../src/imports/ContactList/ContactListPage.qml:267
109#: ../src/imports/ContactList/ContactListPage.qml:487113#: ../src/imports/ContactList/ContactListPage.qml:489
110msgid "Delete"114msgid "Delete"
111msgstr "Slet"115msgstr "Slet"
112116
113#: ../src/imports/ContactEdit/ContactEditor.qml:142117#: ../src/imports/ContactEdit/ContactEditor.qml:142
114#: ../src/imports/ContactView/ContactView.qml:121118#: ../src/imports/ContactView/ContactView.qml:107
115msgid "Edit"119msgid "Edit"
116msgstr "Redigér"120msgstr "Redigér"
117121
@@ -139,11 +143,7 @@
139msgid "Error"143msgid "Error"
140msgstr "Fejl"144msgstr "Fejl"
141145
142#: ../src/imports/ContactView/ContactView.qml:99146#: ../src/imports/ContactList/ContactListPage.qml:410
143msgid "Favorite"
144msgstr "Favorit"
145
146#: ../src/imports/ContactList/ContactListPage.qml:409
147msgid "Favorites"147msgid "Favorites"
148msgstr ""148msgstr ""
149149
@@ -269,12 +269,12 @@
269msgid "Search..."269msgid "Search..."
270msgstr ""270msgstr ""
271271
272#: ../src/imports/ContactList/ContactListPage.qml:451272#: ../src/imports/ContactList/ContactListPage.qml:453
273msgid "Select All"273msgid "Select All"
274msgstr "Vælg alle"274msgstr "Vælg alle"
275275
276#: ../src/imports/ContactList/ContactListPage.qml:464276#: ../src/imports/ContactList/ContactListPage.qml:466
277#: ../src/imports/ContactView/ContactView.qml:110277#: ../src/imports/ContactView/ContactView.qml:98
278msgid "Share"278msgid "Share"
279msgstr "Del"279msgstr "Del"
280280
@@ -342,3 +342,6 @@
342#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27342#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
343msgid "You have no contacts."343msgid "You have no contacts."
344msgstr "Du har ingen kontakter."344msgstr "Du har ingen kontakter."
345
346#~ msgid "Favorite"
347#~ msgstr "Favorit"
345348
=== modified file 'po/de.po'
--- po/de.po 2014-09-18 15:06:08 +0000
+++ po/de.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-29 12:56+0000\n"11"PO-Revision-Date: 2014-08-29 12:56+0000\n"
12"Last-Translator: Martin Pitt <martin.pitt@ubuntu.com>\n"12"Last-Translator: Martin Pitt <martin.pitt@ubuntu.com>\n"
13"Language-Team: German <de@li.org>\n"13"Language-Team: German <de@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Feld hinzufügen"33msgstr "Feld hinzufügen"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Kontakt hinzufügen"37msgstr "Kontakt hinzufügen"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Alle"61msgstr "Alle"
6262
@@ -71,12 +71,12 @@
71"Sind Sie sich sicher, dass Sie den ausgewählten Kontakt löschen wollen?"71"Sind Sie sich sicher, dass Sie den ausgewählten Kontakt löschen wollen?"
7272
73#: ../src/imports/ContactEdit/ContactEditor.qml:39873#: ../src/imports/ContactEdit/ContactEditor.qml:398
74#: ../src/imports/ContactList/ContactListPage.qml:42274#: ../src/imports/ContactList/ContactListPage.qml:423
75#: ../src/imports/MainWindow.qml:13375#: ../src/imports/MainWindow.qml:133
76msgid "Cancel"76msgid "Cancel"
77msgstr "Abbrechen"77msgstr "Abbrechen"
7878
79#: ../src/imports/ContactList/ContactListPage.qml:44579#: ../src/imports/ContactList/ContactListPage.qml:447
80msgid "Cancel selection"80msgid "Cancel selection"
81msgstr "Auswahl abbrechen"81msgstr "Auswahl abbrechen"
8282
@@ -105,14 +105,18 @@
105msgid "Country"105msgid "Country"
106msgstr "Land"106msgstr "Land"
107107
108#: ../src/imports/ContactList/ContactListPage.qml:607
109msgid "Create a new contact by swiping up from the bottom of the screen."
110msgstr ""
111
108#: ../src/imports/ContactEdit/ContactEditor.qml:355112#: ../src/imports/ContactEdit/ContactEditor.qml:355
109#: ../src/imports/ContactList/ContactListPage.qml:267113#: ../src/imports/ContactList/ContactListPage.qml:267
110#: ../src/imports/ContactList/ContactListPage.qml:487114#: ../src/imports/ContactList/ContactListPage.qml:489
111msgid "Delete"115msgid "Delete"
112msgstr "Löschen"116msgstr "Löschen"
113117
114#: ../src/imports/ContactEdit/ContactEditor.qml:142118#: ../src/imports/ContactEdit/ContactEditor.qml:142
115#: ../src/imports/ContactView/ContactView.qml:121119#: ../src/imports/ContactView/ContactView.qml:107
116msgid "Edit"120msgid "Edit"
117msgstr "Bearbeiten"121msgstr "Bearbeiten"
118122
@@ -140,11 +144,7 @@
140msgid "Error"144msgid "Error"
141msgstr "Fehler"145msgstr "Fehler"
142146
143#: ../src/imports/ContactView/ContactView.qml:99147#: ../src/imports/ContactList/ContactListPage.qml:410
144msgid "Favorite"
145msgstr "Favorit"
146
147#: ../src/imports/ContactList/ContactListPage.qml:409
148msgid "Favorites"148msgid "Favorites"
149msgstr "Favoriten"149msgstr "Favoriten"
150150
@@ -270,12 +270,12 @@
270msgid "Search..."270msgid "Search..."
271msgstr "Suchen …"271msgstr "Suchen …"
272272
273#: ../src/imports/ContactList/ContactListPage.qml:451273#: ../src/imports/ContactList/ContactListPage.qml:453
274msgid "Select All"274msgid "Select All"
275msgstr "Alle auswählen"275msgstr "Alle auswählen"
276276
277#: ../src/imports/ContactList/ContactListPage.qml:464277#: ../src/imports/ContactList/ContactListPage.qml:466
278#: ../src/imports/ContactView/ContactView.qml:110278#: ../src/imports/ContactView/ContactView.qml:98
279msgid "Share"279msgid "Share"
280msgstr "Freigeben"280msgstr "Freigeben"
281281
@@ -343,3 +343,6 @@
343#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27343#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
344msgid "You have no contacts."344msgid "You have no contacts."
345msgstr "Sie haben keine Kontakte."345msgstr "Sie haben keine Kontakte."
346
347#~ msgid "Favorite"
348#~ msgstr "Favorit"
346349
=== modified file 'po/el.po'
--- po/el.po 2014-09-18 15:06:08 +0000
+++ po/el.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-20 17:07+0000\n"11"PO-Revision-Date: 2014-08-20 17:07+0000\n"
12"Last-Translator: Simos Xenitellis <Unknown>\n"12"Last-Translator: Simos Xenitellis <Unknown>\n"
13"Language-Team: Greek <el@li.org>\n"13"Language-Team: Greek <el@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Προσθήκη πεδίου"33msgstr "Προσθήκη πεδίου"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Προσθήκη επαφής"37msgstr "Προσθήκη επαφής"
3838
@@ -56,7 +56,7 @@
56msgstr ""56msgstr ""
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Όλες"61msgstr "Όλες"
6262
@@ -69,12 +69,12 @@
69msgstr ""69msgstr ""
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Ακύρωση"75msgstr "Ακύρωση"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr ""79msgstr ""
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Χώρα"104msgstr "Χώρα"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Διαγραφή"114msgstr "Διαγραφή"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Επεξεργασία"119msgstr "Επεξεργασία"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Σφάλμα"143msgstr "Σφάλμα"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Αγαπημένα"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Αγαπημένα"147msgstr "Αγαπημένα"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr ""273msgstr ""
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr ""278msgstr ""
279279
@@ -339,3 +339,6 @@
339#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27339#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
340msgid "You have no contacts."340msgid "You have no contacts."
341msgstr ""341msgstr ""
342
343#~ msgid "Favorite"
344#~ msgstr "Αγαπημένα"
342345
=== modified file 'po/en_AU.po'
--- po/en_AU.po 2014-09-18 15:06:08 +0000
+++ po/en_AU.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-31 11:18+0000\n"11"PO-Revision-Date: 2014-08-31 11:18+0000\n"
12"Last-Translator: Jared Norris <jarednorris@ubuntu.com>\n"12"Last-Translator: Jared Norris <jarednorris@ubuntu.com>\n"
13"Language-Team: English (Australia) <en_AU@li.org>\n"13"Language-Team: English (Australia) <en_AU@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Add Field"33msgstr "Add Field"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Add contact"37msgstr "Add contact"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "All"61msgstr "All"
6262
@@ -69,12 +69,12 @@
69msgstr "Are you sure that you want to remove this contact?"69msgstr "Are you sure that you want to remove this contact?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Cancel"75msgstr "Cancel"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Cancel selection"79msgstr "Cancel selection"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Country"104msgstr "Country"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Delete"114msgstr "Delete"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Edit"119msgstr "Edit"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Error"143msgstr "Error"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Favourite"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Favourites"147msgstr "Favourites"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Search..."269msgstr "Search..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Select All"273msgstr "Select All"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Share"278msgstr "Share"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "You have no contacts."343msgstr "You have no contacts."
344
345#~ msgid "Favorite"
346#~ msgstr "Favourite"
344347
=== modified file 'po/en_GB.po'
--- po/en_GB.po 2014-09-18 15:06:08 +0000
+++ po/en_GB.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-22 11:36+0000\n"11"PO-Revision-Date: 2014-08-22 11:36+0000\n"
12"Last-Translator: Alan Pope ㋛ <alan@ubuntu.com>\n"12"Last-Translator: Alan Pope ㋛ <alan@ubuntu.com>\n"
13"Language-Team: English (United Kingdom) <en_GB@li.org>\n"13"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Add Field"33msgstr "Add Field"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Add contact"37msgstr "Add contact"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "All"61msgstr "All"
6262
@@ -69,12 +69,12 @@
69msgstr "Are you sure that you want to remove this contact?"69msgstr "Are you sure that you want to remove this contact?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Cancel"75msgstr "Cancel"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Cancel selection"79msgstr "Cancel selection"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Country"104msgstr "Country"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Delete"114msgstr "Delete"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Edit"119msgstr "Edit"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Error"143msgstr "Error"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Favourite"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Favourites"147msgstr "Favourites"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Search..."269msgstr "Search..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Select All"273msgstr "Select All"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Share"278msgstr "Share"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "You have no contacts."343msgstr "You have no contacts."
344
345#~ msgid "Favorite"
346#~ msgstr "Favourite"
344347
=== modified file 'po/es.po'
--- po/es.po 2014-09-18 15:06:08 +0000
+++ po/es.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-09-02 08:20+0000\n"11"PO-Revision-Date: 2014-09-02 08:20+0000\n"
12"Last-Translator: Víctor R. Ruiz <Unknown>\n"12"Last-Translator: Víctor R. Ruiz <Unknown>\n"
13"Language-Team: Spanish <es@li.org>\n"13"Language-Team: Spanish <es@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Añadir campo"33msgstr "Añadir campo"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Añadir contacto"37msgstr "Añadir contacto"
3838
@@ -56,7 +56,7 @@
56msgstr "Propósito"56msgstr "Propósito"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Todo"61msgstr "Todo"
6262
@@ -69,12 +69,12 @@
69msgstr "¿Está seguro de querer eliminar este contacto?"69msgstr "¿Está seguro de querer eliminar este contacto?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Cancelar"75msgstr "Cancelar"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Cancelar selección"79msgstr "Cancelar selección"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "País"104msgstr "País"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Eliminar"114msgstr "Eliminar"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Editar"119msgstr "Editar"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Error"143msgstr "Error"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Favorito"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Favoritos"147msgstr "Favoritos"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Buscar…"269msgstr "Buscar…"
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Seleccionar todo"273msgstr "Seleccionar todo"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Compartir"278msgstr "Compartir"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "No tiene contactos."343msgstr "No tiene contactos."
344
345#~ msgid "Favorite"
346#~ msgstr "Favorito"
344347
=== modified file 'po/eu.po'
--- po/eu.po 2014-09-18 15:06:08 +0000
+++ po/eu.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-09-01 22:24+0000\n"11"PO-Revision-Date: 2014-09-01 22:24+0000\n"
12"Last-Translator: Ibai Oihanguren Sala <Unknown>\n"12"Last-Translator: Ibai Oihanguren Sala <Unknown>\n"
13"Language-Team: Basque <eu@li.org>\n"13"Language-Team: Basque <eu@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Gehitu eremua"33msgstr "Gehitu eremua"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Gehitu kontaktua"37msgstr "Gehitu kontaktua"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Guztiak"61msgstr "Guztiak"
6262
@@ -69,12 +69,12 @@
69msgstr "Ziur kontaktu hau kendu nahi duzula?"69msgstr "Ziur kontaktu hau kendu nahi duzula?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Utzi"75msgstr "Utzi"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Deshautatu"79msgstr "Deshautatu"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Herrialdea"104msgstr "Herrialdea"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Ezabatu"114msgstr "Ezabatu"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Editatu"119msgstr "Editatu"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Errorea"143msgstr "Errorea"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Gogokoa"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Gogokoak"147msgstr "Gogokoak"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Bilatu..."269msgstr "Bilatu..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Hautatu dena"273msgstr "Hautatu dena"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Partekatu"278msgstr "Partekatu"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Ez duzu kontakturik."343msgstr "Ez duzu kontakturik."
344
345#~ msgid "Favorite"
346#~ msgstr "Gogokoa"
344347
=== modified file 'po/fa.po'
--- po/fa.po 2014-09-18 15:06:08 +0000
+++ po/fa.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-29 20:34+0000\n"11"PO-Revision-Date: 2014-08-29 20:34+0000\n"
12"Last-Translator: Danial Behzadi <dani.behzi@gmail.com>\n"12"Last-Translator: Danial Behzadi <dani.behzi@gmail.com>\n"
13"Language-Team: Persian <fa@li.org>\n"13"Language-Team: Persian <fa@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "افزودن زمینه"33msgstr "افزودن زمینه"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "افزودن مخاطب"37msgstr "افزودن مخاطب"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "همه"61msgstr "همه"
6262
@@ -69,12 +69,12 @@
69msgstr "مطمئنید که می‌خواهید این مخاطب را بردارید؟"69msgstr "مطمئنید که می‌خواهید این مخاطب را بردارید؟"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "لغو"75msgstr "لغو"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "لغو انتخاب"79msgstr "لغو انتخاب"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "کشور"104msgstr "کشور"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "حذف"114msgstr "حذف"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "ویرایش"119msgstr "ویرایش"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "خطا"143msgstr "خطا"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "محبوب"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "برگزیده‌ها"147msgstr "برگزیده‌ها"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "جست‌وجو…"269msgstr "جست‌وجو…"
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "گزینش همه"273msgstr "گزینش همه"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "به‌اشتراک گذاری"278msgstr "به‌اشتراک گذاری"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "شما هیچ مخاطبی ندارید."343msgstr "شما هیچ مخاطبی ندارید."
344
345#~ msgid "Favorite"
346#~ msgstr "محبوب"
344347
=== modified file 'po/fi.po'
--- po/fi.po 2014-09-18 15:06:08 +0000
+++ po/fi.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-29 11:42+0000\n"11"PO-Revision-Date: 2014-08-29 11:42+0000\n"
12"Last-Translator: Jiri Grönroos <Unknown>\n"12"Last-Translator: Jiri Grönroos <Unknown>\n"
13"Language-Team: Finnish <fi@li.org>\n"13"Language-Team: Finnish <fi@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Lisää kenttä"33msgstr "Lisää kenttä"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Lisää yhteystieto"37msgstr "Lisää yhteystieto"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Kaikki"61msgstr "Kaikki"
6262
@@ -69,12 +69,12 @@
69msgstr "Haluatko varmasti poistaa tämän yhteystiedon?"69msgstr "Haluatko varmasti poistaa tämän yhteystiedon?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Peru"75msgstr "Peru"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Peru valinta"79msgstr "Peru valinta"
8080
@@ -104,14 +104,18 @@
104msgid "Country"104msgid "Country"
105msgstr "Maa"105msgstr "Maa"
106106
107#: ../src/imports/ContactList/ContactListPage.qml:607
108msgid "Create a new contact by swiping up from the bottom of the screen."
109msgstr ""
110
107#: ../src/imports/ContactEdit/ContactEditor.qml:355111#: ../src/imports/ContactEdit/ContactEditor.qml:355
108#: ../src/imports/ContactList/ContactListPage.qml:267112#: ../src/imports/ContactList/ContactListPage.qml:267
109#: ../src/imports/ContactList/ContactListPage.qml:487113#: ../src/imports/ContactList/ContactListPage.qml:489
110msgid "Delete"114msgid "Delete"
111msgstr "Poista"115msgstr "Poista"
112116
113#: ../src/imports/ContactEdit/ContactEditor.qml:142117#: ../src/imports/ContactEdit/ContactEditor.qml:142
114#: ../src/imports/ContactView/ContactView.qml:121118#: ../src/imports/ContactView/ContactView.qml:107
115msgid "Edit"119msgid "Edit"
116msgstr "Muokkaa"120msgstr "Muokkaa"
117121
@@ -139,11 +143,7 @@
139msgid "Error"143msgid "Error"
140msgstr "Virhe"144msgstr "Virhe"
141145
142#: ../src/imports/ContactView/ContactView.qml:99146#: ../src/imports/ContactList/ContactListPage.qml:410
143msgid "Favorite"
144msgstr "Suosikki"
145
146#: ../src/imports/ContactList/ContactListPage.qml:409
147msgid "Favorites"147msgid "Favorites"
148msgstr "Suosikit"148msgstr "Suosikit"
149149
@@ -269,12 +269,12 @@
269msgid "Search..."269msgid "Search..."
270msgstr "Etsi..."270msgstr "Etsi..."
271271
272#: ../src/imports/ContactList/ContactListPage.qml:451272#: ../src/imports/ContactList/ContactListPage.qml:453
273msgid "Select All"273msgid "Select All"
274msgstr "Valitse kaikki"274msgstr "Valitse kaikki"
275275
276#: ../src/imports/ContactList/ContactListPage.qml:464276#: ../src/imports/ContactList/ContactListPage.qml:466
277#: ../src/imports/ContactView/ContactView.qml:110277#: ../src/imports/ContactView/ContactView.qml:98
278msgid "Share"278msgid "Share"
279msgstr "Jaa"279msgstr "Jaa"
280280
@@ -342,3 +342,6 @@
342#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27342#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
343msgid "You have no contacts."343msgid "You have no contacts."
344msgstr "Sinulla ei ole yhteystietoja."344msgstr "Sinulla ei ole yhteystietoja."
345
346#~ msgid "Favorite"
347#~ msgstr "Suosikki"
345348
=== modified file 'po/fr.po'
--- po/fr.po 2014-09-18 15:06:08 +0000
+++ po/fr.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-31 19:53+0000\n"11"PO-Revision-Date: 2014-08-31 19:53+0000\n"
12"Last-Translator: Anne <anneonyme017@gmail.com>\n"12"Last-Translator: Anne <anneonyme017@gmail.com>\n"
13"Language-Team: French <fr@li.org>\n"13"Language-Team: French <fr@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Ajouter un champ"33msgstr "Ajouter un champ"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Ajouter un contact"37msgstr "Ajouter un contact"
3838
@@ -56,7 +56,7 @@
56msgstr "AIM"56msgstr "AIM"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Tous"61msgstr "Tous"
6262
@@ -69,12 +69,12 @@
69msgstr "Êtes-vous sûr de vouloir supprimer ce contact ?"69msgstr "Êtes-vous sûr de vouloir supprimer ce contact ?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Annuler"75msgstr "Annuler"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Annuler la sélection"79msgstr "Annuler la sélection"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Pays"104msgstr "Pays"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Supprimer"114msgstr "Supprimer"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Modifier"119msgstr "Modifier"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Erreur"143msgstr "Erreur"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Favori"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Favoris"147msgstr "Favoris"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Recherche…"269msgstr "Recherche…"
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Tout sélectionner"273msgstr "Tout sélectionner"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Partager"278msgstr "Partager"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Vous n'avez pas de contacts."343msgstr "Vous n'avez pas de contacts."
344
345#~ msgid "Favorite"
346#~ msgstr "Favori"
344347
=== modified file 'po/gd.po'
--- po/gd.po 2014-09-18 15:06:08 +0000
+++ po/gd.po 2014-09-23 14:07:44 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: address-book-app\n"9"Project-Id-Version: address-book-app\n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2014-08-30 17:19-0300\n"11"POT-Creation-Date: 2014-09-18 16:18-0300\n"
12"PO-Revision-Date: 2014-09-12 16:34+0000\n"12"PO-Revision-Date: 2014-09-12 16:34+0000\n"
13"Last-Translator: GunChleoc <Unknown>\n"13"Last-Translator: GunChleoc <Unknown>\n"
14"Language-Team: Fòram na Gàidhlig\n"14"Language-Team: Fòram na Gàidhlig\n"
@@ -33,7 +33,7 @@
33msgid "Add Field"33msgid "Add Field"
34msgstr "Cuir raon ris"34msgstr "Cuir raon ris"
3535
36#: ../src/imports/ContactList/ContactListPage.qml:52636#: ../src/imports/ContactList/ContactListPage.qml:528
37msgid "Add contact"37msgid "Add contact"
38msgstr "Cuir neach-aithne ris"38msgstr "Cuir neach-aithne ris"
3939
@@ -57,7 +57,7 @@
57msgstr "Aim"57msgstr "Aim"
5858
59#. TRANSLATORS: this refers to all contacts59#. TRANSLATORS: this refers to all contacts
60#: ../src/imports/ContactList/ContactListPage.qml:40960#: ../src/imports/ContactList/ContactListPage.qml:410
61msgid "All"61msgid "All"
62msgstr "Na h-uile"62msgstr "Na h-uile"
6363
@@ -74,12 +74,12 @@
74"falbh?"74"falbh?"
7575
76#: ../src/imports/ContactEdit/ContactEditor.qml:39876#: ../src/imports/ContactEdit/ContactEditor.qml:398
77#: ../src/imports/ContactList/ContactListPage.qml:42277#: ../src/imports/ContactList/ContactListPage.qml:423
78#: ../src/imports/MainWindow.qml:13378#: ../src/imports/MainWindow.qml:133
79msgid "Cancel"79msgid "Cancel"
80msgstr "Sguir dheth"80msgstr "Sguir dheth"
8181
82#: ../src/imports/ContactList/ContactListPage.qml:44582#: ../src/imports/ContactList/ContactListPage.qml:447
83msgid "Cancel selection"83msgid "Cancel selection"
84msgstr "Sguir dhen taghadh"84msgstr "Sguir dhen taghadh"
8585
@@ -110,14 +110,18 @@
110msgid "Country"110msgid "Country"
111msgstr "Dùthaich"111msgstr "Dùthaich"
112112
113#: ../src/imports/ContactList/ContactListPage.qml:607
114msgid "Create a new contact by swiping up from the bottom of the screen."
115msgstr ""
116
113#: ../src/imports/ContactEdit/ContactEditor.qml:355117#: ../src/imports/ContactEdit/ContactEditor.qml:355
114#: ../src/imports/ContactList/ContactListPage.qml:267118#: ../src/imports/ContactList/ContactListPage.qml:267
115#: ../src/imports/ContactList/ContactListPage.qml:487119#: ../src/imports/ContactList/ContactListPage.qml:489
116msgid "Delete"120msgid "Delete"
117msgstr "Sguab às"121msgstr "Sguab às"
118122
119#: ../src/imports/ContactEdit/ContactEditor.qml:142123#: ../src/imports/ContactEdit/ContactEditor.qml:142
120#: ../src/imports/ContactView/ContactView.qml:121124#: ../src/imports/ContactView/ContactView.qml:107
121msgid "Edit"125msgid "Edit"
122msgstr "Deasaich"126msgstr "Deasaich"
123127
@@ -145,11 +149,7 @@
145msgid "Error"149msgid "Error"
146msgstr "Mearachd"150msgstr "Mearachd"
147151
148#: ../src/imports/ContactView/ContactView.qml:99152#: ../src/imports/ContactList/ContactListPage.qml:410
149msgid "Favorite"
150msgstr "Annsachd"
151
152#: ../src/imports/ContactList/ContactListPage.qml:409
153msgid "Favorites"153msgid "Favorites"
154msgstr "Annsachdan"154msgstr "Annsachdan"
155155
@@ -275,12 +275,12 @@
275msgid "Search..."275msgid "Search..."
276msgstr "Lorg..."276msgstr "Lorg..."
277277
278#: ../src/imports/ContactList/ContactListPage.qml:451278#: ../src/imports/ContactList/ContactListPage.qml:453
279msgid "Select All"279msgid "Select All"
280msgstr "Tagh na h-uile"280msgstr "Tagh na h-uile"
281281
282#: ../src/imports/ContactList/ContactListPage.qml:464282#: ../src/imports/ContactList/ContactListPage.qml:466
283#: ../src/imports/ContactView/ContactView.qml:110283#: ../src/imports/ContactView/ContactView.qml:98
284msgid "Share"284msgid "Share"
285msgstr "Co-roinn"285msgstr "Co-roinn"
286286
@@ -348,3 +348,6 @@
348#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27348#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
349msgid "You have no contacts."349msgid "You have no contacts."
350msgstr "Chan eil neach-aithne agad."350msgstr "Chan eil neach-aithne agad."
351
352#~ msgid "Favorite"
353#~ msgstr "Annsachd"
351354
=== modified file 'po/gl.po'
--- po/gl.po 2014-09-18 15:06:08 +0000
+++ po/gl.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-29 10:18+0000\n"11"PO-Revision-Date: 2014-08-29 10:18+0000\n"
12"Last-Translator: Marcos Lans <Unknown>\n"12"Last-Translator: Marcos Lans <Unknown>\n"
13"Language-Team: Galician <gl@li.org>\n"13"Language-Team: Galician <gl@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Engadir un campo"33msgstr "Engadir un campo"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Engadir contacto"37msgstr "Engadir contacto"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Todos"61msgstr "Todos"
6262
@@ -69,12 +69,12 @@
69msgstr "Está certo de eliminar este contacto?"69msgstr "Está certo de eliminar este contacto?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Cancelar"75msgstr "Cancelar"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Cancelar selección"79msgstr "Cancelar selección"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "País"104msgstr "País"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Eliminar"114msgstr "Eliminar"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Editar"119msgstr "Editar"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Erro"143msgstr "Erro"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Favorito"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Favoritos"147msgstr "Favoritos"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Buscar..."269msgstr "Buscar..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Selecionar todo"273msgstr "Selecionar todo"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Compartir"278msgstr "Compartir"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Non ten contactos."343msgstr "Non ten contactos."
344
345#~ msgid "Favorite"
346#~ msgstr "Favorito"
344347
=== modified file 'po/he.po'
--- po/he.po 2014-09-18 15:06:08 +0000
+++ po/he.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-21 21:43+0000\n"11"PO-Revision-Date: 2014-08-21 21:43+0000\n"
12"Last-Translator: Yaron <sh.yaron@gmail.com>\n"12"Last-Translator: Yaron <sh.yaron@gmail.com>\n"
13"Language-Team: Hebrew <he@li.org>\n"13"Language-Team: Hebrew <he@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "הוספת שדה"33msgstr "הוספת שדה"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "הוספת איש קשר"37msgstr "הוספת איש קשר"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "הכול"61msgstr "הכול"
6262
@@ -69,12 +69,12 @@
69msgstr "האם אכן להסיר את איש הקשר הזה?"69msgstr "האם אכן להסיר את איש הקשר הזה?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "ביטול"75msgstr "ביטול"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "ביטול הבחירה"79msgstr "ביטול הבחירה"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "מדינה"104msgstr "מדינה"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "מחיקה"114msgstr "מחיקה"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "עריכה"119msgstr "עריכה"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "שגיאה"143msgstr "שגיאה"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "מועדף"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "מועדפים"147msgstr "מועדפים"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "חיפוש…"269msgstr "חיפוש…"
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "בחירת הכול"273msgstr "בחירת הכול"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "שיתוף"278msgstr "שיתוף"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "אין לך אנשי קשר."343msgstr "אין לך אנשי קשר."
344
345#~ msgid "Favorite"
346#~ msgstr "מועדף"
344347
=== modified file 'po/hr.po'
--- po/hr.po 2014-09-18 15:06:08 +0000
+++ po/hr.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-01-16 13:10+0000\n"11"PO-Revision-Date: 2014-01-16 13:10+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Croatian <hr@li.org>\n"13"Language-Team: Croatian <hr@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr ""33msgstr ""
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr ""37msgstr ""
3838
@@ -56,7 +56,7 @@
56msgstr ""56msgstr ""
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr ""61msgstr ""
6262
@@ -69,12 +69,12 @@
69msgstr ""69msgstr ""
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr ""75msgstr ""
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr ""79msgstr ""
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr ""104msgstr ""
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr ""114msgstr ""
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr ""119msgstr ""
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr ""143msgstr ""
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr ""
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr ""273msgstr ""
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr ""278msgstr ""
279279
280280
=== modified file 'po/hu.po'
--- po/hu.po 2014-09-18 15:06:08 +0000
+++ po/hu.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-09-08 15:42+0000\n"11"PO-Revision-Date: 2014-09-08 15:42+0000\n"
12"Last-Translator: Richard Somlói <ricsipontaz@gmail.com>\n"12"Last-Translator: Richard Somlói <ricsipontaz@gmail.com>\n"
13"Language-Team: Hungarian <hu@li.org>\n"13"Language-Team: Hungarian <hu@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Mező hozzáadása"33msgstr "Mező hozzáadása"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Névjegy hozzáadása"37msgstr "Névjegy hozzáadása"
3838
@@ -56,7 +56,7 @@
56msgstr "AIM"56msgstr "AIM"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Összes"61msgstr "Összes"
6262
@@ -69,12 +69,12 @@
69msgstr "Biztosan törli ezt a névjegyet?"69msgstr "Biztosan törli ezt a névjegyet?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Mégse"75msgstr "Mégse"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Kijelölés megszüntetése"79msgstr "Kijelölés megszüntetése"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Ország"104msgstr "Ország"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Törlés"114msgstr "Törlés"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Szerkesztés"119msgstr "Szerkesztés"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Hiba"143msgstr "Hiba"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Kedvenc"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Kedvencek"147msgstr "Kedvencek"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Keresés…"269msgstr "Keresés…"
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Összes kijelölése"273msgstr "Összes kijelölése"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Megosztás"278msgstr "Megosztás"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Nem találhatók névjegyek"343msgstr "Nem találhatók névjegyek"
344
345#~ msgid "Favorite"
346#~ msgstr "Kedvenc"
344347
=== modified file 'po/is.po'
--- po/is.po 2014-09-18 15:06:08 +0000
+++ po/is.po 2014-09-23 14:07:44 +0000
@@ -9,7 +9,7 @@
9msgstr ""9msgstr ""
10"Project-Id-Version: po_address-book-app-is\n"10"Project-Id-Version: po_address-book-app-is\n"
11"Report-Msgid-Bugs-To: \n"11"Report-Msgid-Bugs-To: \n"
12"POT-Creation-Date: 2014-08-30 17:19-0300\n"12"POT-Creation-Date: 2014-09-18 16:18-0300\n"
13"PO-Revision-Date: 2014-08-29 12:45+0000\n"13"PO-Revision-Date: 2014-08-29 12:45+0000\n"
14"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"14"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
15"Language-Team: icelandic <translation-team-is@lists.sourceforge.net>\n"15"Language-Team: icelandic <translation-team-is@lists.sourceforge.net>\n"
@@ -34,7 +34,7 @@
34msgid "Add Field"34msgid "Add Field"
35msgstr "Bæta við gagnasvæði"35msgstr "Bæta við gagnasvæði"
3636
37#: ../src/imports/ContactList/ContactListPage.qml:52637#: ../src/imports/ContactList/ContactListPage.qml:528
38msgid "Add contact"38msgid "Add contact"
39msgstr "Bæta við tengiliði"39msgstr "Bæta við tengiliði"
4040
@@ -58,7 +58,7 @@
58msgstr "AIM"58msgstr "AIM"
5959
60#. TRANSLATORS: this refers to all contacts60#. TRANSLATORS: this refers to all contacts
61#: ../src/imports/ContactList/ContactListPage.qml:40961#: ../src/imports/ContactList/ContactListPage.qml:410
62msgid "All"62msgid "All"
63msgstr "Allt"63msgstr "Allt"
6464
@@ -71,12 +71,12 @@
71msgstr "Ertu viss um að þú viljir fjarlægja valinn tengilið?"71msgstr "Ertu viss um að þú viljir fjarlægja valinn tengilið?"
7272
73#: ../src/imports/ContactEdit/ContactEditor.qml:39873#: ../src/imports/ContactEdit/ContactEditor.qml:398
74#: ../src/imports/ContactList/ContactListPage.qml:42274#: ../src/imports/ContactList/ContactListPage.qml:423
75#: ../src/imports/MainWindow.qml:13375#: ../src/imports/MainWindow.qml:133
76msgid "Cancel"76msgid "Cancel"
77msgstr "Hætta við"77msgstr "Hætta við"
7878
79#: ../src/imports/ContactList/ContactListPage.qml:44579#: ../src/imports/ContactList/ContactListPage.qml:447
80msgid "Cancel selection"80msgid "Cancel selection"
81msgstr "Hætta við val"81msgstr "Hætta við val"
8282
@@ -105,14 +105,18 @@
105msgid "Country"105msgid "Country"
106msgstr "Land"106msgstr "Land"
107107
108#: ../src/imports/ContactList/ContactListPage.qml:607
109msgid "Create a new contact by swiping up from the bottom of the screen."
110msgstr ""
111
108#: ../src/imports/ContactEdit/ContactEditor.qml:355112#: ../src/imports/ContactEdit/ContactEditor.qml:355
109#: ../src/imports/ContactList/ContactListPage.qml:267113#: ../src/imports/ContactList/ContactListPage.qml:267
110#: ../src/imports/ContactList/ContactListPage.qml:487114#: ../src/imports/ContactList/ContactListPage.qml:489
111msgid "Delete"115msgid "Delete"
112msgstr "Eyða"116msgstr "Eyða"
113117
114#: ../src/imports/ContactEdit/ContactEditor.qml:142118#: ../src/imports/ContactEdit/ContactEditor.qml:142
115#: ../src/imports/ContactView/ContactView.qml:121119#: ../src/imports/ContactView/ContactView.qml:107
116msgid "Edit"120msgid "Edit"
117msgstr "Breyta"121msgstr "Breyta"
118122
@@ -140,11 +144,7 @@
140msgid "Error"144msgid "Error"
141msgstr "Villa"145msgstr "Villa"
142146
143#: ../src/imports/ContactView/ContactView.qml:99147#: ../src/imports/ContactList/ContactListPage.qml:410
144msgid "Favorite"
145msgstr "Uppáhald"
146
147#: ../src/imports/ContactList/ContactListPage.qml:409
148msgid "Favorites"148msgid "Favorites"
149msgstr "Eftirlæti"149msgstr "Eftirlæti"
150150
@@ -270,12 +270,12 @@
270msgid "Search..."270msgid "Search..."
271msgstr "Leita..."271msgstr "Leita..."
272272
273#: ../src/imports/ContactList/ContactListPage.qml:451273#: ../src/imports/ContactList/ContactListPage.qml:453
274msgid "Select All"274msgid "Select All"
275msgstr "Velja allt"275msgstr "Velja allt"
276276
277#: ../src/imports/ContactList/ContactListPage.qml:464277#: ../src/imports/ContactList/ContactListPage.qml:466
278#: ../src/imports/ContactView/ContactView.qml:110278#: ../src/imports/ContactView/ContactView.qml:98
279msgid "Share"279msgid "Share"
280msgstr "Deila"280msgstr "Deila"
281281
@@ -343,3 +343,6 @@
343#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27343#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
344msgid "You have no contacts."344msgid "You have no contacts."
345msgstr "Þú ert ekki með neina tengiliði."345msgstr "Þú ert ekki með neina tengiliði."
346
347#~ msgid "Favorite"
348#~ msgstr "Uppáhald"
346349
=== modified file 'po/it.po'
--- po/it.po 2014-09-18 15:06:08 +0000
+++ po/it.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-29 11:17+0000\n"11"PO-Revision-Date: 2014-08-29 11:17+0000\n"
12"Last-Translator: Claudio Arseni <claudio.arseni@gmail.com>\n"12"Last-Translator: Claudio Arseni <claudio.arseni@gmail.com>\n"
13"Language-Team: Italian <it@li.org>\n"13"Language-Team: Italian <it@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Aggiungi campo"33msgstr "Aggiungi campo"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Aggiungi contatto"37msgstr "Aggiungi contatto"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Tutti"61msgstr "Tutti"
6262
@@ -69,12 +69,12 @@
69msgstr "Rimuovere veramente questo contatto?"69msgstr "Rimuovere veramente questo contatto?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Annulla"75msgstr "Annulla"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Annulla selezione"79msgstr "Annulla selezione"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Paese"104msgstr "Paese"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Elimina"114msgstr "Elimina"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Modifica"119msgstr "Modifica"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Errore"143msgstr "Errore"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Preferito"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Preferiti"147msgstr "Preferiti"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Cerca..."269msgstr "Cerca..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Seleziona tutti"273msgstr "Seleziona tutti"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Condividi"278msgstr "Condividi"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Non è presente alcun contatto."343msgstr "Non è presente alcun contatto."
344
345#~ msgid "Favorite"
346#~ msgstr "Preferito"
344347
=== modified file 'po/ja.po'
--- po/ja.po 2014-09-18 15:06:08 +0000
+++ po/ja.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-09-18 06:50+0000\n"11"PO-Revision-Date: 2014-09-18 06:50+0000\n"
12"Last-Translator: Kentaro Kazuhama <Unknown>\n"12"Last-Translator: Kentaro Kazuhama <Unknown>\n"
13"Language-Team: Japanese <ja@li.org>\n"13"Language-Team: Japanese <ja@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "フィールドを追加"33msgstr "フィールドを追加"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "連絡先を追加"37msgstr "連絡先を追加"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "すべて"61msgstr "すべて"
6262
@@ -69,12 +69,12 @@
69msgstr "この連絡先を削除しますか?"69msgstr "この連絡先を削除しますか?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "キャンセル"75msgstr "キャンセル"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "選択を解除"79msgstr "選択を解除"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "国"104msgstr "国"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "削除"114msgstr "削除"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "編集"119msgstr "編集"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "エラー"143msgstr "エラー"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "お気に入り"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "お気に入り"147msgstr "お気に入り"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "検索…"269msgstr "検索…"
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "すべて選択"273msgstr "すべて選択"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "共有"278msgstr "共有"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "連絡先がありません。"343msgstr "連絡先がありません。"
344
345#~ msgid "Favorite"
346#~ msgstr "お気に入り"
344347
=== modified file 'po/km.po'
--- po/km.po 2014-09-18 15:06:08 +0000
+++ po/km.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-09-01 08:29+0000\n"11"PO-Revision-Date: 2014-09-01 08:29+0000\n"
12"Last-Translator: Sok Sophea <sksophea@gmail.com>\n"12"Last-Translator: Sok Sophea <sksophea@gmail.com>\n"
13"Language-Team: Khmer <km@li.org>\n"13"Language-Team: Khmer <km@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "បន្ថែម​វាល"33msgstr "បន្ថែម​វាល"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "បន្ថែម​ទំនាក់ទំនង"37msgstr "បន្ថែម​ទំនាក់ទំនង"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "ទាំងអស់"61msgstr "ទាំងអស់"
6262
@@ -69,12 +69,12 @@
69msgstr "តើ​អ្នក​ប្រាកដ​ថា អ្នក​ចង់​លុប​ទំនាក់ទំនង​នេះ​ឬ?"69msgstr "តើ​អ្នក​ប្រាកដ​ថា អ្នក​ចង់​លុប​ទំនាក់ទំនង​នេះ​ឬ?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "បោះបង់"75msgstr "បោះបង់"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "បោះបង់​ការ​ជ្រើស"79msgstr "បោះបង់​ការ​ជ្រើស"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "ប្រទេស"104msgstr "ប្រទេស"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "លុប​"114msgstr "លុប​"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "កែសម្រួល"119msgstr "កែសម្រួល"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "កំហុស"143msgstr "កំហុស"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "សំណព្វ"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "និយម"147msgstr "និយម"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "ស្វែងរក..."269msgstr "ស្វែងរក..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "​ជ្រើស​ទាំងអស់"273msgstr "​ជ្រើស​ទាំងអស់"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "ចែក​រំលែក"278msgstr "ចែក​រំលែក"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "អ្នក​មិន​មាន​ទំនាក់ទំនង​ទេ។"343msgstr "អ្នក​មិន​មាន​ទំនាក់ទំនង​ទេ។"
344
345#~ msgid "Favorite"
346#~ msgstr "សំណព្វ"
344347
=== modified file 'po/ko.po'
--- po/ko.po 2014-09-18 15:06:08 +0000
+++ po/ko.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-07-19 07:49+0000\n"11"PO-Revision-Date: 2014-07-19 07:49+0000\n"
12"Last-Translator: MinSik CHO <Unknown>\n"12"Last-Translator: MinSik CHO <Unknown>\n"
13"Language-Team: Korean <ko@li.org>\n"13"Language-Team: Korean <ko@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "필드 추가"33msgstr "필드 추가"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "연락처 추가"37msgstr "연락처 추가"
3838
@@ -56,7 +56,7 @@
56msgstr "AIM"56msgstr "AIM"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "모두"61msgstr "모두"
6262
@@ -69,12 +69,12 @@
69msgstr "정말로 이 주소록을 삭제할까요?"69msgstr "정말로 이 주소록을 삭제할까요?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "취소"75msgstr "취소"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "선택 해제"79msgstr "선택 해제"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "국가"104msgstr "국가"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "삭제"114msgstr "삭제"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "편집"119msgstr "편집"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "오류"143msgstr "오류"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "즐겨찾기"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "전체 선택"273msgstr "전체 선택"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "공유"278msgstr "공유"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "연락처가 없습니다."343msgstr "연락처가 없습니다."
344
345#~ msgid "Favorite"
346#~ msgstr "즐겨찾기"
344347
=== modified file 'po/lv.po'
--- po/lv.po 2014-09-18 15:06:08 +0000
+++ po/lv.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-07-15 13:24+0000\n"11"PO-Revision-Date: 2014-07-15 13:24+0000\n"
12"Last-Translator: Jānis-Marks Gailis <jm-gailis@fai-vianet.fr>\n"12"Last-Translator: Jānis-Marks Gailis <jm-gailis@fai-vianet.fr>\n"
13"Language-Team: Latvian <lv@li.org>\n"13"Language-Team: Latvian <lv@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Pievienot lauku"33msgstr "Pievienot lauku"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr ""37msgstr ""
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Visi"61msgstr "Visi"
6262
@@ -69,12 +69,12 @@
69msgstr "Vai esat droši ka vēlāties dzēst šo kontaktu?"69msgstr "Vai esat droši ka vēlāties dzēst šo kontaktu?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Atcelt"75msgstr "Atcelt"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Atcelt izvēli"79msgstr "Atcelt izvēli"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Valsts"104msgstr "Valsts"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Dzēst"114msgstr "Dzēst"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Labot"119msgstr "Labot"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Kļūda"143msgstr "Kļūda"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Iecienītais"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Izvēlēties visu"273msgstr "Izvēlēties visu"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Kopīgot"278msgstr "Kopīgot"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Jums nav kontaktu."343msgstr "Jums nav kontaktu."
344
345#~ msgid "Favorite"
346#~ msgstr "Iecienītais"
344347
=== modified file 'po/ms.po'
--- po/ms.po 2014-09-18 15:06:08 +0000
+++ po/ms.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-01-17 09:34+0000\n"11"PO-Revision-Date: 2014-01-17 09:34+0000\n"
12"Last-Translator: abuyop <Unknown>\n"12"Last-Translator: abuyop <Unknown>\n"
13"Language-Team: Malay <ms@li.org>\n"13"Language-Team: Malay <ms@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr ""33msgstr ""
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr ""37msgstr ""
3838
@@ -56,7 +56,7 @@
56msgstr "Matlamat"56msgstr "Matlamat"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr ""61msgstr ""
6262
@@ -69,12 +69,12 @@
69msgstr ""69msgstr ""
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Batal"75msgstr "Batal"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr ""79msgstr ""
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Negara"104msgstr "Negara"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Padam"114msgstr "Padam"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Sunting"119msgstr "Sunting"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Ralat"143msgstr "Ralat"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Kegemaran"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr ""273msgstr ""
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr ""278msgstr ""
279279
@@ -339,3 +339,6 @@
339#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27339#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
340msgid "You have no contacts."340msgid "You have no contacts."
341msgstr ""341msgstr ""
342
343#~ msgid "Favorite"
344#~ msgstr "Kegemaran"
342345
=== modified file 'po/my.po'
--- po/my.po 2014-09-18 15:06:08 +0000
+++ po/my.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-05-11 08:27+0000\n"11"PO-Revision-Date: 2014-05-11 08:27+0000\n"
12"Last-Translator: Pyae Sone <Unknown>\n"12"Last-Translator: Pyae Sone <Unknown>\n"
13"Language-Team: Burmese <my@li.org>\n"13"Language-Team: Burmese <my@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr ""33msgstr ""
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr ""37msgstr ""
3838
@@ -56,7 +56,7 @@
56msgstr ""56msgstr ""
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr ""61msgstr ""
6262
@@ -69,12 +69,12 @@
69msgstr ""69msgstr ""
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "ပယ်ဖျက်မည်"75msgstr "ပယ်ဖျက်မည်"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr ""79msgstr ""
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "နိုင်ငံ"104msgstr "နိုင်ငံ"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "ဖျက်မည်"114msgstr "ဖျက်မည်"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "ပြင်ဆင်"119msgstr "ပြင်ဆင်"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "ချို့ယွင်းချက်"143msgstr "ချို့ယွင်းချက်"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "နှစ်သက်ရာ"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr ""273msgstr ""
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr ""278msgstr ""
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "သင့်တွင်ဆက်သွယ်ရမည့်လူစာရင်းမရှိပါ။"343msgstr "သင့်တွင်ဆက်သွယ်ရမည့်လူစာရင်းမရှိပါ။"
344
345#~ msgid "Favorite"
346#~ msgstr "နှစ်သက်ရာ"
344347
=== modified file 'po/nb.po'
--- po/nb.po 2014-09-18 15:06:08 +0000
+++ po/nb.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-29 11:37+0000\n"11"PO-Revision-Date: 2014-08-29 11:37+0000\n"
12"Last-Translator: Åka Sikrom <Unknown>\n"12"Last-Translator: Åka Sikrom <Unknown>\n"
13"Language-Team: Norwegian Bokmal <nb@li.org>\n"13"Language-Team: Norwegian Bokmal <nb@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Legg til felt"33msgstr "Legg til felt"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Legg til kontakt"37msgstr "Legg til kontakt"
3838
@@ -56,7 +56,7 @@
56msgstr "Hensikt"56msgstr "Hensikt"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Alle"61msgstr "Alle"
6262
@@ -69,12 +69,12 @@
69msgstr "Er du sikker på at du vil fjerne denne kontakten?"69msgstr "Er du sikker på at du vil fjerne denne kontakten?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Avbryt"75msgstr "Avbryt"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Avbryt utvalg"79msgstr "Avbryt utvalg"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Land"104msgstr "Land"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Slett"114msgstr "Slett"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Rediger"119msgstr "Rediger"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Feil"143msgstr "Feil"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Favoritt"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Favoritter"147msgstr "Favoritter"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Søk …"269msgstr "Søk …"
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Velg alle"273msgstr "Velg alle"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Del"278msgstr "Del"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Du har ingen kontakter."343msgstr "Du har ingen kontakter."
344
345#~ msgid "Favorite"
346#~ msgstr "Favoritt"
344347
=== modified file 'po/nl.po'
--- po/nl.po 2014-09-18 15:06:08 +0000
+++ po/nl.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-29 14:21+0000\n"11"PO-Revision-Date: 2014-08-29 14:21+0000\n"
12"Last-Translator: rob <linuxned@gmail.com>\n"12"Last-Translator: rob <linuxned@gmail.com>\n"
13"Language-Team: Dutch <nl@li.org>\n"13"Language-Team: Dutch <nl@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Veld toevoegen"33msgstr "Veld toevoegen"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Contact toevoegen"37msgstr "Contact toevoegen"
3838
@@ -56,7 +56,7 @@
56msgstr "Bestemming"56msgstr "Bestemming"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Alle"61msgstr "Alle"
6262
@@ -69,12 +69,12 @@
69msgstr "Weet u zeker dat u dit contact wilt verwijderen?"69msgstr "Weet u zeker dat u dit contact wilt verwijderen?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Annuleren"75msgstr "Annuleren"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Selectie ongedaan maken"79msgstr "Selectie ongedaan maken"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Land"104msgstr "Land"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Verwijderen"114msgstr "Verwijderen"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Bewerken"119msgstr "Bewerken"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Fout"143msgstr "Fout"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Favoriet"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Favorieten"147msgstr "Favorieten"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Zoeken…"269msgstr "Zoeken…"
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Alles selecteren"273msgstr "Alles selecteren"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Delen"278msgstr "Delen"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "U heeft geen contacten."343msgstr "U heeft geen contacten."
344
345#~ msgid "Favorite"
346#~ msgstr "Favoriet"
344347
=== modified file 'po/pl.po'
--- po/pl.po 2014-09-18 15:06:08 +0000
+++ po/pl.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-07-19 17:49+0000\n"11"PO-Revision-Date: 2014-07-19 17:49+0000\n"
12"Last-Translator: Paweł Stroka <pawstr@gmail.com>\n"12"Last-Translator: Paweł Stroka <pawstr@gmail.com>\n"
13"Language-Team: Polish <pl@li.org>\n"13"Language-Team: Polish <pl@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Dodaj pole"33msgstr "Dodaj pole"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Dodaj kontakt"37msgstr "Dodaj kontakt"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Wszystkie"61msgstr "Wszystkie"
6262
@@ -69,12 +69,12 @@
69msgstr "Czy na pewno usunąć zaznaczony kontakt?"69msgstr "Czy na pewno usunąć zaznaczony kontakt?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Anuluj"75msgstr "Anuluj"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Anuluj zaznaczenie"79msgstr "Anuluj zaznaczenie"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Kraj"104msgstr "Kraj"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Usuń"114msgstr "Usuń"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Edytuj"119msgstr "Edytuj"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Błąd"143msgstr "Błąd"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Ulubiony"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Zaznacz wszystko"273msgstr "Zaznacz wszystko"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Udostępnij"278msgstr "Udostępnij"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Brak kontaktów"343msgstr "Brak kontaktów"
344
345#~ msgid "Favorite"
346#~ msgstr "Ulubiony"
344347
=== modified file 'po/pt.po'
--- po/pt.po 2014-09-18 15:06:08 +0000
+++ po/pt.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-29 11:44+0000\n"11"PO-Revision-Date: 2014-08-29 11:44+0000\n"
12"Last-Translator: Ivo Xavier <ivofernandes12@gmail.com>\n"12"Last-Translator: Ivo Xavier <ivofernandes12@gmail.com>\n"
13"Language-Team: Portuguese <pt@li.org>\n"13"Language-Team: Portuguese <pt@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Adicionar campo"33msgstr "Adicionar campo"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Adicionar contacto"37msgstr "Adicionar contacto"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Todas"61msgstr "Todas"
6262
@@ -69,12 +69,12 @@
69msgstr "Tem a certeza que quer remover este contacto?"69msgstr "Tem a certeza que quer remover este contacto?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Cancelar"75msgstr "Cancelar"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Cancelar seleção"79msgstr "Cancelar seleção"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "País"104msgstr "País"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Apagar"114msgstr "Apagar"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Editar"119msgstr "Editar"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Erro"143msgstr "Erro"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Favorito"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Favoritos"147msgstr "Favoritos"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Pesquisar..."269msgstr "Pesquisar..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Seleccionar Tudo"273msgstr "Seleccionar Tudo"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Partilhar"278msgstr "Partilhar"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Não tem contactos."343msgstr "Não tem contactos."
344
345#~ msgid "Favorite"
346#~ msgstr "Favorito"
344347
=== modified file 'po/pt_BR.po'
--- po/pt_BR.po 2014-09-18 15:06:08 +0000
+++ po/pt_BR.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-09-01 19:37+0000\n"11"PO-Revision-Date: 2014-09-01 19:37+0000\n"
12"Last-Translator: Fábio Nogueira <deb-user-ba@ubuntu.com>\n"12"Last-Translator: Fábio Nogueira <deb-user-ba@ubuntu.com>\n"
13"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"13"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Adicionar campo"33msgstr "Adicionar campo"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Adicionar contato"37msgstr "Adicionar contato"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Todos"61msgstr "Todos"
6262
@@ -69,12 +69,12 @@
69msgstr "Você tem certeza que deseja remover este contato?"69msgstr "Você tem certeza que deseja remover este contato?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Cancelar"75msgstr "Cancelar"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Cancelar seleção"79msgstr "Cancelar seleção"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "País"104msgstr "País"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr "Crie um novo contact deslizando para cima apartir da parte inferior da tela."
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Apagar"114msgstr "Apagar"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Editar"119msgstr "Editar"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Erro"143msgstr "Erro"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Favorito"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Favoritos"147msgstr "Favoritos"
148148
@@ -152,7 +152,7 @@
152152
153#: ../src/imports/Ubuntu/Contacts/MostCalledList.qml:63153#: ../src/imports/Ubuntu/Contacts/MostCalledList.qml:63
154msgid "Frequently called"154msgid "Frequently called"
155msgstr "Frequentemente chamado"155msgstr "Mais chamados"
156156
157#. TRANSLATORS: This refers to home landline phone label157#. TRANSLATORS: This refers to home landline phone label
158#: ../src/imports/Ubuntu/Contacts/ContactDetailGroupWithTypeBase.qml:115158#: ../src/imports/Ubuntu/Contacts/ContactDetailGroupWithTypeBase.qml:115
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Pesquisar..."269msgstr "Pesquisar..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Selecionar todos"273msgstr "Selecionar todos"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Compartilhar"278msgstr "Compartilhar"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Você não tem contatos."343msgstr "Você não tem contatos."
344
345#~ msgid "Favorite"
346#~ msgstr "Favorito"
344347
=== modified file 'po/ro.po'
--- po/ro.po 2014-09-18 15:06:08 +0000
+++ po/ro.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-29 17:34+0000\n"11"PO-Revision-Date: 2014-08-29 17:34+0000\n"
12"Last-Translator: Meriuță Cornel <meriutacornel@neacornel.eu>\n"12"Last-Translator: Meriuță Cornel <meriutacornel@neacornel.eu>\n"
13"Language-Team: Romanian <ro@li.org>\n"13"Language-Team: Romanian <ro@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Adaugă câmp"33msgstr "Adaugă câmp"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Adăugare contact"37msgstr "Adăugare contact"
3838
@@ -56,7 +56,7 @@
56msgstr "Scop"56msgstr "Scop"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Tot"61msgstr "Tot"
6262
@@ -69,12 +69,12 @@
69msgstr "Sigur doriți să eliminați acest contact?"69msgstr "Sigur doriți să eliminați acest contact?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Anulează"75msgstr "Anulează"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Anulează selecția"79msgstr "Anulează selecția"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Ţara"104msgstr "Ţara"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Șterge"114msgstr "Șterge"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Editare"119msgstr "Editare"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Eroare"143msgstr "Eroare"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Favorite"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Favorite"147msgstr "Favorite"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Căutare...."269msgstr "Căutare...."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Selectați tot"273msgstr "Selectați tot"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Partajare"278msgstr "Partajare"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Nu aveți contacte."343msgstr "Nu aveți contacte."
344
345#~ msgid "Favorite"
346#~ msgstr "Favorite"
344347
=== modified file 'po/ru.po'
--- po/ru.po 2014-09-18 15:06:08 +0000
+++ po/ru.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-09-02 08:32+0000\n"11"PO-Revision-Date: 2014-09-02 08:32+0000\n"
12"Last-Translator: Jay ZDLin <Unknown>\n"12"Last-Translator: Jay ZDLin <Unknown>\n"
13"Language-Team: Russian <ru@li.org>\n"13"Language-Team: Russian <ru@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Добавить поле"33msgstr "Добавить поле"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Добавить контакт"37msgstr "Добавить контакт"
3838
@@ -56,7 +56,7 @@
56msgstr "Цель"56msgstr "Цель"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Всё"61msgstr "Всё"
6262
@@ -69,12 +69,12 @@
69msgstr "Удалить выбранный контакт?"69msgstr "Удалить выбранный контакт?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Отмена"75msgstr "Отмена"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Отменить выбор"79msgstr "Отменить выбор"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Страна"104msgstr "Страна"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Удалить"114msgstr "Удалить"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Свойства"119msgstr "Свойства"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Ошибка"143msgstr "Ошибка"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Избранные контакты"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Избранное"147msgstr "Избранное"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Поиск..."269msgstr "Поиск..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Выбрать всё"273msgstr "Выбрать всё"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Поделиться"278msgstr "Поделиться"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "У вас нет контактов."343msgstr "У вас нет контактов."
344
345#~ msgid "Favorite"
346#~ msgstr "Избранные контакты"
344347
=== modified file 'po/sl.po'
--- po/sl.po 2014-09-18 15:06:08 +0000
+++ po/sl.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-30 05:59+0000\n"11"PO-Revision-Date: 2014-08-30 05:59+0000\n"
12"Last-Translator: Damir Jerovšek <Unknown>\n"12"Last-Translator: Damir Jerovšek <Unknown>\n"
13"Language-Team: Slovenian <sl@li.org>\n"13"Language-Team: Slovenian <sl@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Dodaj polje"33msgstr "Dodaj polje"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Dodaj stik"37msgstr "Dodaj stik"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Vse"61msgstr "Vse"
6262
@@ -69,12 +69,12 @@
69msgstr "Ali ste prepričani, da želite odstraniti ta stik?"69msgstr "Ali ste prepričani, da želite odstraniti ta stik?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Prekliči"75msgstr "Prekliči"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Prekliči izbiro"79msgstr "Prekliči izbiro"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Država"104msgstr "Država"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Izbriši"114msgstr "Izbriši"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Uredi"119msgstr "Uredi"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Napaka"143msgstr "Napaka"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Priljubljeno"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Priljubljeni"147msgstr "Priljubljeni"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Iskanje ..."269msgstr "Iskanje ..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Izberi vse"273msgstr "Izberi vse"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Deli"278msgstr "Deli"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Nimate stikov."343msgstr "Nimate stikov."
344
345#~ msgid "Favorite"
346#~ msgstr "Priljubljeno"
344347
=== modified file 'po/sr.po'
--- po/sr.po 2014-09-18 15:06:08 +0000
+++ po/sr.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-09-01 13:17+0000\n"11"PO-Revision-Date: 2014-09-01 13:17+0000\n"
12"Last-Translator: Данило Шеган <Unknown>\n"12"Last-Translator: Данило Шеган <Unknown>\n"
13"Language-Team: Serbian <sr@li.org>\n"13"Language-Team: Serbian <sr@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Додај поље"33msgstr "Додај поље"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Додај особу"37msgstr "Додај особу"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Све"61msgstr "Све"
6262
@@ -69,12 +69,12 @@
69msgstr "Сигурно желите да уклоните ову особу из именика?"69msgstr "Сигурно желите да уклоните ову особу из именика?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Откажи"75msgstr "Откажи"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Откажи избор"79msgstr "Откажи избор"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Држава"104msgstr "Држава"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Обриши"114msgstr "Обриши"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Уреди"119msgstr "Уреди"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Грешка"143msgstr "Грешка"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Омиљена"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Омиљене"147msgstr "Омиљене"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Тражи..."269msgstr "Тражи..."
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Изабери све"273msgstr "Изабери све"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Подели"278msgstr "Подели"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Немате особа у именику."343msgstr "Немате особа у именику."
344
345#~ msgid "Favorite"
346#~ msgstr "Омиљена"
344347
=== modified file 'po/sv.po'
--- po/sv.po 2014-09-18 15:06:08 +0000
+++ po/sv.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-09-08 18:49+0000\n"11"PO-Revision-Date: 2014-09-08 18:49+0000\n"
12"Last-Translator: Josef Andersson <Unknown>\n"12"Last-Translator: Josef Andersson <Unknown>\n"
13"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"13"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Lägg till fält"33msgstr "Lägg till fält"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Lägg till kontakt"37msgstr "Lägg till kontakt"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Alla"61msgstr "Alla"
6262
@@ -69,12 +69,12 @@
69msgstr "Vill du ta bort den här kontakten?"69msgstr "Vill du ta bort den här kontakten?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Avbryt"75msgstr "Avbryt"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Avbryt val"79msgstr "Avbryt val"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Land"104msgstr "Land"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Ta bort"114msgstr "Ta bort"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Redigera"119msgstr "Redigera"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Fel"143msgstr "Fel"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Favorit"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Favoriter"147msgstr "Favoriter"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Sök…"269msgstr "Sök…"
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Markera alla"273msgstr "Markera alla"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Dela ut"278msgstr "Dela ut"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Du har inga kontakter."343msgstr "Du har inga kontakter."
344
345#~ msgid "Favorite"
346#~ msgstr "Favorit"
344347
=== modified file 'po/ta.po'
--- po/ta.po 2014-09-18 15:06:08 +0000
+++ po/ta.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-01-14 19:48+0000\n"11"PO-Revision-Date: 2014-01-14 19:48+0000\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: Tamil <ta@li.org>\n"13"Language-Team: Tamil <ta@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr ""33msgstr ""
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr ""37msgstr ""
3838
@@ -56,7 +56,7 @@
56msgstr ""56msgstr ""
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr ""61msgstr ""
6262
@@ -69,12 +69,12 @@
69msgstr ""69msgstr ""
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr ""75msgstr ""
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr ""79msgstr ""
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr ""104msgstr ""
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr ""114msgstr ""
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr ""119msgstr ""
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr ""143msgstr ""
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr ""
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr ""273msgstr ""
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr ""278msgstr ""
279279
280280
=== modified file 'po/tr.po'
--- po/tr.po 2014-09-18 15:06:08 +0000
+++ po/tr.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-07-21 20:31+0000\n"11"PO-Revision-Date: 2014-07-21 20:31+0000\n"
12"Last-Translator: pirtlak <pirtlak@outlook.com>\n"12"Last-Translator: pirtlak <pirtlak@outlook.com>\n"
13"Language-Team: Turkish <tr@li.org>\n"13"Language-Team: Turkish <tr@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Alan Ekle"33msgstr "Alan Ekle"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Kişi ekle"37msgstr "Kişi ekle"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Tümü"61msgstr "Tümü"
6262
@@ -69,12 +69,12 @@
69msgstr "Bu kişiyi silmek istediğinizden emin misiniz?"69msgstr "Bu kişiyi silmek istediğinizden emin misiniz?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "İptal"75msgstr "İptal"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Seçimi iptal et"79msgstr "Seçimi iptal et"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Ülke"104msgstr "Ülke"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Sil"114msgstr "Sil"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Düzenle"119msgstr "Düzenle"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Hata"143msgstr "Hata"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Sık Kullanılan"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Tümünü Seç"273msgstr "Tümünü Seç"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Paylaş"278msgstr "Paylaş"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "Hiç kişiniz yok."343msgstr "Hiç kişiniz yok."
344
345#~ msgid "Favorite"
346#~ msgstr "Sık Kullanılan"
344347
=== modified file 'po/ug.po'
--- po/ug.po 2014-09-18 15:06:08 +0000
+++ po/ug.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-22 01:52+0000\n"11"PO-Revision-Date: 2014-08-22 01:52+0000\n"
12"Last-Translator: Gheyret T.Kenji <Unknown>\n"12"Last-Translator: Gheyret T.Kenji <Unknown>\n"
13"Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n"13"Language-Team: Uyghur Computer Science Association <UKIJ@yahoogroups.com>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "سوز بۆلىكى قوش"33msgstr "سوز بۆلىكى قوش"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "ئالاقەداش قوش"37msgstr "ئالاقەداش قوش"
3838
@@ -56,7 +56,7 @@
56msgstr "Aim"56msgstr "Aim"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "ھەممىسى"61msgstr "ھەممىسى"
6262
@@ -69,12 +69,12 @@
69msgstr "راستلا بۇ ئالاقەداشنى ئۆچۈرەمسىز؟"69msgstr "راستلا بۇ ئالاقەداشنى ئۆچۈرەمسىز؟"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "ئەمەلدىن قالدۇر"75msgstr "ئەمەلدىن قالدۇر"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "تاللاشنى ئەمەلدىن قالدۇر"79msgstr "تاللاشنى ئەمەلدىن قالدۇر"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "دۆلەت"104msgstr "دۆلەت"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "ئۆچۈر"114msgstr "ئۆچۈر"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "تەھرىرلەش"119msgstr "تەھرىرلەش"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "خاتالىق"143msgstr "خاتالىق"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "يىغقۇچ"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "ياقتۇرغانلىرىم"147msgstr "ياقتۇرغانلىرىم"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "ئىزدە…"269msgstr "ئىزدە…"
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "ھەممىنى تاللا"273msgstr "ھەممىنى تاللا"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "ھەمبەھىرلە"278msgstr "ھەمبەھىرلە"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "ئالاقەداشلىرىڭىز يوق"343msgstr "ئالاقەداشلىرىڭىز يوق"
344
345#~ msgid "Favorite"
346#~ msgstr "يىغقۇچ"
344347
=== modified file 'po/uk.po'
--- po/uk.po 2014-09-18 15:06:08 +0000
+++ po/uk.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-08-29 15:25+0000\n"11"PO-Revision-Date: 2014-08-29 15:25+0000\n"
12"Last-Translator: Yuri Chornoivan <yurchor@gmail.com>\n"12"Last-Translator: Yuri Chornoivan <yurchor@gmail.com>\n"
13"Language-Team: Ukrainian <uk@li.org>\n"13"Language-Team: Ukrainian <uk@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "Додати поле"33msgstr "Додати поле"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "Додати контакт"37msgstr "Додати контакт"
3838
@@ -56,7 +56,7 @@
56msgstr "Мета"56msgstr "Мета"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "Усі"61msgstr "Усі"
6262
@@ -69,12 +69,12 @@
69msgstr "Ви справді хочете вилучити цей запис контакту?"69msgstr "Ви справді хочете вилучити цей запис контакту?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "Скасувати"75msgstr "Скасувати"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "Скасувати позначення"79msgstr "Скасувати позначення"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "Країна"104msgstr "Країна"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "Вилучити"114msgstr "Вилучити"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "Редагувати"119msgstr "Редагувати"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "Помилка"143msgstr "Помилка"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "Вибраний"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr "Вибрані"147msgstr "Вибрані"
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr "Шукати…"269msgstr "Шукати…"
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "Позначити всі"273msgstr "Позначити всі"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110276#: ../src/imports/ContactView/ContactView.qml:98
277msgid "Share"277msgid "Share"
278msgstr "Поділитися"278msgstr "Поділитися"
279279
@@ -341,3 +341,6 @@
341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27341#: ../src/imports/ContactList/OnlineAccountsMessage.qml:27
342msgid "You have no contacts."342msgid "You have no contacts."
343msgstr "У вас немає записів контактів."343msgstr "У вас немає записів контактів."
344
345#~ msgid "Favorite"
346#~ msgstr "Вибраний"
344347
=== modified file 'po/zh_CN.po'
--- po/zh_CN.po 2014-09-18 15:06:08 +0000
+++ po/zh_CN.po 2014-09-23 14:07:44 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: address-book-app\n"8"Project-Id-Version: address-book-app\n"
9"Report-Msgid-Bugs-To: \n"9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2014-08-30 17:19-0300\n"10"POT-Creation-Date: 2014-09-18 16:18-0300\n"
11"PO-Revision-Date: 2014-07-31 15:29+0000\n"11"PO-Revision-Date: 2014-07-31 15:29+0000\n"
12"Last-Translator: Luo Lei <luolei@ubuntukylin.com>\n"12"Last-Translator: Luo Lei <luolei@ubuntukylin.com>\n"
13"Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"13"Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
@@ -32,7 +32,7 @@
32msgid "Add Field"32msgid "Add Field"
33msgstr "添加字段"33msgstr "添加字段"
3434
35#: ../src/imports/ContactList/ContactListPage.qml:52635#: ../src/imports/ContactList/ContactListPage.qml:528
36msgid "Add contact"36msgid "Add contact"
37msgstr "添加联系人"37msgstr "添加联系人"
3838
@@ -56,7 +56,7 @@
56msgstr "AIM"56msgstr "AIM"
5757
58#. TRANSLATORS: this refers to all contacts58#. TRANSLATORS: this refers to all contacts
59#: ../src/imports/ContactList/ContactListPage.qml:40959#: ../src/imports/ContactList/ContactListPage.qml:410
60msgid "All"60msgid "All"
61msgstr "全部"61msgstr "全部"
6262
@@ -69,12 +69,12 @@
69msgstr "您确定要删除该联系人吗?"69msgstr "您确定要删除该联系人吗?"
7070
71#: ../src/imports/ContactEdit/ContactEditor.qml:39871#: ../src/imports/ContactEdit/ContactEditor.qml:398
72#: ../src/imports/ContactList/ContactListPage.qml:42272#: ../src/imports/ContactList/ContactListPage.qml:423
73#: ../src/imports/MainWindow.qml:13373#: ../src/imports/MainWindow.qml:133
74msgid "Cancel"74msgid "Cancel"
75msgstr "取消"75msgstr "取消"
7676
77#: ../src/imports/ContactList/ContactListPage.qml:44577#: ../src/imports/ContactList/ContactListPage.qml:447
78msgid "Cancel selection"78msgid "Cancel selection"
79msgstr "取消选择"79msgstr "取消选择"
8080
@@ -103,14 +103,18 @@
103msgid "Country"103msgid "Country"
104msgstr "国家"104msgstr "国家"
105105
106#: ../src/imports/ContactList/ContactListPage.qml:607
107msgid "Create a new contact by swiping up from the bottom of the screen."
108msgstr ""
109
106#: ../src/imports/ContactEdit/ContactEditor.qml:355110#: ../src/imports/ContactEdit/ContactEditor.qml:355
107#: ../src/imports/ContactList/ContactListPage.qml:267111#: ../src/imports/ContactList/ContactListPage.qml:267
108#: ../src/imports/ContactList/ContactListPage.qml:487112#: ../src/imports/ContactList/ContactListPage.qml:489
109msgid "Delete"113msgid "Delete"
110msgstr "删除"114msgstr "删除"
111115
112#: ../src/imports/ContactEdit/ContactEditor.qml:142116#: ../src/imports/ContactEdit/ContactEditor.qml:142
113#: ../src/imports/ContactView/ContactView.qml:121117#: ../src/imports/ContactView/ContactView.qml:107
114msgid "Edit"118msgid "Edit"
115msgstr "编辑"119msgstr "编辑"
116120
@@ -138,11 +142,7 @@
138msgid "Error"142msgid "Error"
139msgstr "出错"143msgstr "出错"
140144
141#: ../src/imports/ContactView/ContactView.qml:99145#: ../src/imports/ContactList/ContactListPage.qml:410
142msgid "Favorite"
143msgstr "收藏夹"
144
145#: ../src/imports/ContactList/ContactListPage.qml:409
146msgid "Favorites"146msgid "Favorites"
147msgstr ""147msgstr ""
148148
@@ -268,12 +268,12 @@
268msgid "Search..."268msgid "Search..."
269msgstr ""269msgstr ""
270270
271#: ../src/imports/ContactList/ContactListPage.qml:451271#: ../src/imports/ContactList/ContactListPage.qml:453
272msgid "Select All"272msgid "Select All"
273msgstr "全选"273msgstr "全选"
274274
275#: ../src/imports/ContactList/ContactListPage.qml:464275#: ../src/imports/ContactList/ContactListPage.qml:466
276#: ../src/imports/ContactView/ContactView.qml:110
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches