~tiagosh/messaging-app/rtm-14.09-fix-1420976

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
# English (United Kingdom) translation for messaging-app
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
# This file is distributed under the same license as the messaging-app package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: messaging-app\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-09-16 17:16-0300\n"
"PO-Revision-Date: 2014-07-17 08:33+0000\n"
"Last-Translator: Alan Pope  ʕ•͡ᴥ•ʔ <alan@ubuntu.com>\n"
"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Launchpad-Export-Date: 2014-09-17 07:20+0000\n"
"X-Generator: Launchpad (build 17196)\n"

#. TRANSLATORS: %1 is the first recipient the message is sent to, %2 is the count of remaining recipients
#: ../src/qml/ThreadDelegate.qml:45
#, qt-format
msgid "%1 + %2"
msgstr "%1 + %2"

#: ../src/qml/dateUtils.js:65
#, qt-format
msgid "%1 hour call"
msgid_plural "%1 hours call"
msgstr[0] "%1 hour call"
msgstr[1] "%1 hours call"

#: ../src/qml/dateUtils.js:67
#, qt-format
msgid "%1 minute call"
msgid_plural "%1 minutes call"
msgstr[0] "%1 minute call"
msgstr[1] "%1 minutes call"

#: ../src/qml/dateUtils.js:69
#, qt-format
msgid "%1 second call"
msgid_plural "%1 seconds call"
msgstr[0] "%1 second call"
msgstr[1] "%1 seconds call"

#. TRANSLATORS: this refers to creating a new contact
#: ../src/qml/NewRecipientPage.qml:179
msgid "+ Create New"
msgstr "+ Create New"

#: ../src/qml/MessageInfoDialog.qml:60
msgid "Accepted"
msgstr "Accepted"

#: ../src/qml/Messages.qml:449
msgid "Add"
msgstr "Add"

#: ../src/qml/NewRecipientPage.qml:29
msgid "Add recipient"
msgstr "Add recipient"

#: ../src/qml/NewRecipientPage.qml:69
msgid "All"
msgstr "All"

#: ../src/qml/ThreadDelegate.qml:77
#, qt-format
msgid "Attachment: %1 contact"
msgid_plural "Attachments: %1 contacts"
msgstr[0] "Attachment: %1 contact"
msgstr[1] "Attachments: %1 contacts"

#: ../src/qml/ThreadDelegate.qml:80
#, qt-format
msgid "Attachment: %1 file"
msgid_plural "Attachments: %1 files"
msgstr[0] "Attachment: %1 file"
msgstr[1] "Attachments: %1 files"

#: ../src/qml/ThreadDelegate.qml:71
#, qt-format
msgid "Attachment: %1 image"
msgid_plural "Attachments: %1 images"
msgstr[0] "Attachment: %1 image"
msgstr[1] "Attachments: %1 images"

#: ../src/qml/ThreadDelegate.qml:74
#, qt-format
msgid "Attachment: %1 video"
msgid_plural "Attachments: %1 videos"
msgstr[0] "Attachment: %1 video"
msgstr[1] "Attachments: %1 videos"

#: ../src/qml/Messages.qml:439 ../src/qml/Messages.qml:493
msgid "Call"
msgstr "Call"

#: ../src/qml/MainPage.qml:83 ../src/qml/NewRecipientPage.qml:83
msgid "Cancel"
msgstr "Cancel"

#. TRANSLATORS: %1 refers to the SIM card name or account name
#: ../src/qml/Dialogs/SetDefaultSIMCardDialog.qml:29
#, qt-format
msgid "Change all Messaging associations to %1?"
msgstr "Change all Messaging associations to %1?"

#: ../src/qml/Dialogs/NoSIMCardSelectedDialog.qml:30
#: ../src/qml/MessageInfoDialog.qml:137 ../src/qml/Messages.qml:247
msgid "Close"
msgstr "Close"

#: ../src/qml/MainPage.qml:139
msgid "Compose a new message by swiping up from the bottom of the screen."
msgstr "Compose a new message by swiping up from the bottom of the screen."

#: ../src/qml/Messages.qml:503
msgid "Contact"
msgstr "Contact"

#: ../src/qml/MessagesListView.qml:73
msgid "Copy"
msgstr "Copy"

#: ../src/qml/MainPage.qml:40
msgid "Create new"
msgstr "Create new"

#: ../src/qml/MessageDelegateFactory.qml:43 ../src/qml/ThreadDelegate.qml:105
msgid "Delete"
msgstr "Delete"

#: ../src/qml/MessageInfoDialog.qml:64
msgid "Deleted"
msgstr "Deleted"

#: ../src/qml/MessageInfoDialog.qml:54
msgid "Delivered"
msgstr "Delivered"

#: ../src/qml/Dialogs/SetDefaultSIMCardDialog.qml:64
msgid "Don't ask again"
msgstr "Don't ask again"

#: ../src/qml/MessageInfoDialog.qml:58
msgid "Failed"
msgstr "Failed"

#: ../src/qml/MessageDelegateFactory.qml:140
msgid "Failed!"
msgstr "Failed!"

#: ../src/qml/NewRecipientPage.qml:69
msgid "Favorites"
msgstr "Favourites"

#: ../src/qml/MessageInfoDialog.qml:101
msgid "From"
msgstr "From"

#: ../src/qml/MessageInfoDialog.qml:84
msgid "Group"
msgstr "Group"

#. TRANSLATORS: %1 refers to the number of participants in a group chat
#: ../src/qml/Messages.qml:135
#, qt-format
msgid "Group (%1)"
msgstr "Group (%1)"

#: ../src/qml/MMS/PreviewerImage.qml:25
msgid "Image Preview"
msgstr "Image Preview"

#: ../src/qml/MessagesListView.qml:80
msgid "Info"
msgstr "Info"

#: ../src/qml/Dialogs/NoDefaultSIMCardDialog.qml:80
msgid "Later"
msgstr "Later"

#: ../src/qml/MessagesListView.qml:83
msgid "MMS"
msgstr "MMS"

#: ../src/qml/MessageInfoDialog.qml:90
msgid "Message info"
msgstr "Message info"

#: ../src/qml/MainPage.qml:37
msgid "Messages"
msgstr "Messages"

#: ../src/messaging-app.desktop.in.in.h:4
msgid "Messages;SMS;MMS;Text Messages;Text"
msgstr "Messages;SMS;MMS;Text Messages;Text"

#: ../src/messaging-app.desktop.in.in.h:1
msgid "Messaging"
msgstr "Messaging"

#: ../src/messaging-app.desktop.in.in.h:2
msgid "Messaging App"
msgstr "Messaging App"

#: ../src/messaging-app.desktop.in.in.h:3
msgid "Messaging application"
msgstr "Messaging application"

#: ../src/qml/MMSDelegate.qml:217
msgid "Missing message data"
msgstr "Missing message data"

#: ../src/qml/MessageInfoDialog.qml:82 ../src/qml/MessageInfoDialog.qml:103
msgid "Myself"
msgstr "Myself"

#: ../src/qml/Messages.qml:138
msgid "New Message"
msgstr "New Message"

#: ../src/qml/Dialogs/NoDefaultSIMCardDialog.qml:70
#: ../src/qml/Dialogs/SetDefaultSIMCardDialog.qml:39
msgid "No"
msgstr "No"

#: ../src/qml/Dialogs/NoSIMCardSelectedDialog.qml:26
msgid "No SIM card selected"
msgstr "No SIM card selected"

#: ../src/qml/Messages.qml:243
msgid "No network"
msgstr "No network"

#: ../src/qml/MessageInfoDialog.qml:66
msgid "Pending"
msgstr "Pending"

#: ../src/qml/MessageInfoDialog.qml:62 ../src/qml/MessageInfoDialog.qml:128
msgid "Read"
msgstr "Read"

#: ../src/qml/MessageInfoDialog.qml:70 ../src/qml/MessageInfoDialog.qml:123
msgid "Received"
msgstr "Received"

#: ../src/qml/Messages.qml:197
msgid "Remove"
msgstr "Remove"

#: ../src/qml/MessagesListView.qml:66
msgid "Retry"
msgstr "Retry"

#: ../src/qml/MessagesListView.qml:83
msgid "SMS"
msgstr "SMS"

#: ../src/qml/MMS/Previewer.qml:32
msgid "Save"
msgstr "Save"

#: ../src/qml/NewRecipientPage.qml:57
msgid "Search"
msgstr "Search"

#: ../src/qml/MainPage.qml:52 ../src/qml/NewRecipientPage.qml:45
msgid "Search..."
msgstr "Search..."

#: ../src/qml/Dialogs/NoDefaultSIMCardDialog.qml:58
msgid ""
"Select a default SIM for all outgoing messages. You can always alter your "
"choice in <a href=\"system_settings\">System Settings</a>."
msgstr ""
"Select a default SIM for all outgoing messages. You can always alter your "
"choice in <a href=\"system_settings\">System Settings</a>."

#: ../src/qml/Messages.qml:817
msgid "Send"
msgstr "Send"

#: ../src/qml/MessageInfoDialog.qml:118
msgid "Sent"
msgstr "Sent"

#: ../src/qml/MMS/Previewer.qml:45
msgid "Share"
msgstr "Share"

#: ../src/qml/MessageInfoDialog.qml:133
msgid "Status"
msgstr "Status"

#: ../src/qml/Dialogs/NoDefaultSIMCardDialog.qml:27
msgid "Switch to default SIM:"
msgstr "Switch to default SIM:"

#: ../src/qml/MessageInfoDialog.qml:56
msgid "Temporarily Failed"
msgstr "Temporarily Failed"

#: ../src/qml/Messages.qml:244
#, qt-format
msgid "There is currently no network on %1"
msgstr "There is currently no network on %1"

#: ../src/qml/Messages.qml:244
msgid "There is currently no network."
msgstr "There is currently no network."

#: ../src/qml/MessageInfoDialog.qml:107
msgid "To"
msgstr "To"

#: ../src/qml/MultiRecipientInput.qml:145
msgid "To:"
msgstr "To:"

#: ../src/qml/dateUtils.js:44
msgid "Today"
msgstr "Today"

#: ../src/qml/MessageInfoDialog.qml:97
msgid "Type"
msgstr "Type"

#: ../src/qml/MessageInfoDialog.qml:72 ../src/qml/MessageInfoDialog.qml:75
msgid "Unknown"
msgstr "Unknown"

#: ../src/qml/MMS/MMSContact.qml:83 ../src/qml/MMS/PreviewerContact.qml:27
#: ../src/qml/Messages.qml:688
msgid "Unknown contact"
msgstr "Unknown contact"

#: ../src/qml/MMS/PreviewerVideo.qml:25
msgid "Video Preview"
msgstr "Video Preview"

#: ../src/qml/Messages.qml:787
msgid "Write a message..."
msgstr "Write a message..."

#: ../src/qml/Dialogs/SetDefaultSIMCardDialog.qml:48
msgid "Yes"
msgstr "Yes"

#: ../src/qml/dateUtils.js:46
msgid "Yesterday"
msgstr "Yesterday"

#: ../src/qml/Dialogs/NoSIMCardSelectedDialog.qml:27
msgid "You need to select a SIM card"
msgstr "You need to select a SIM card"

#~ msgid "Chats"
#~ msgstr "Chats"

#~ msgid "Add contacts..."
#~ msgstr "Add contacts..."