Merge lp:~rpadovani/reminders-app/translationsUpdate into lp:reminders-app

Proposed by Riccardo Padovani
Status: Merged
Approved by: David Planella
Approved revision: 194
Merged at revision: 195
Proposed branch: lp:~rpadovani/reminders-app/translationsUpdate
Merge into: lp:reminders-app
Diff against target: 331 lines (+85/-61)
3 files modified
po/com.ubuntu.reminders.pot (+83/-59)
src/app/qml/components/PulldownListView.qml (+1/-1)
src/app/qml/reminders.qml (+1/-1)
To merge this branch: bzr merge lp:~rpadovani/reminders-app/translationsUpdate
Reviewer Review Type Date Requested Status
David Planella Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+227999@code.launchpad.net

Commit message

Added a couple of new i18n.tr, updated the translations template

Description of the change

Added a couple of new i18n.tr, updated the translations template

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
David Planella (dpm) wrote :

Thanks! Just a small nitpick: see the inline comment about the copyright notice on the .pot file.

review: Needs Fixing
194. By Riccardo Padovani

Fixed copyright in translations template

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
David Planella (dpm) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'po/com.ubuntu.reminders.pot'
2--- po/com.ubuntu.reminders.pot 2014-05-15 09:27:34 +0000
3+++ po/com.ubuntu.reminders.pot 2014-07-24 10:32:59 +0000
4@@ -1,4 +1,4 @@
5-# reminders-app translations.
6+# reminders-app translations
7 # Copyright (C) 2014 Canonical Ltd.
8 # This file is distributed under the same license as the reminders-app package.
9 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
10@@ -8,7 +8,7 @@
11 msgstr ""
12 "Project-Id-Version: com.ubuntu.reminders\n"
13 "Report-Msgid-Bugs-To: \n"
14-"POT-Creation-Date: 2014-05-15 11:25+0200\n"
15+"POT-Creation-Date: 2014-07-23 23:40+0200\n"
16 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
17 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
18 "Language-Team: LANGUAGE <LL@li.org>\n"
19@@ -17,41 +17,48 @@
20 "Content-Type: text/plain; charset=CHARSET\n"
21 "Content-Transfer-Encoding: 8bit\n"
22
23-#: ../src/app/qml/reminders.qml:196
24+#: ../src/app/qml/reminders.qml:201
25 msgid "Notes"
26 msgstr ""
27
28-#: ../src/app/qml/reminders.qml:225
29+#: ../src/app/qml/reminders.qml:230
30 msgid "Notebooks"
31 msgstr ""
32
33-#: ../src/app/qml/reminders.qml:253
34+#: ../src/app/qml/reminders.qml:258
35 #: ../.build/com.ubuntu.reminders.desktop.js:1
36 msgid "Reminders"
37 msgstr ""
38
39-#: ../src/app/qml/reminders.qml:310
40+#: ../src/app/qml/reminders.qml:278
41+msgid ""
42+"No note selected.\n"
43+"Select a note to see it in detail."
44+msgstr ""
45+
46+#: ../src/app/qml/reminders.qml:315
47 msgid "No account available"
48 msgstr ""
49
50-#: ../src/app/qml/reminders.qml:311
51+#: ../src/app/qml/reminders.qml:316
52 msgid "Please setup an account in the system settings"
53 msgstr ""
54
55-#: ../src/app/qml/reminders.qml:325
56-msgid "Open account settings"
57+#: ../src/app/qml/reminders.qml:336
58+#: ../src/app/qml/ui/AccountSelectorPage.qml:63
59+msgid "Add account"
60 msgstr ""
61
62-#: ../src/app/qml/components/NotebooksDelegate.qml:66
63+#: ../src/app/qml/components/NotebooksDelegate.qml:68
64 #, qt-format
65 msgid "Last edited %1"
66 msgstr ""
67
68-#: ../src/app/qml/components/NotebooksDelegate.qml:72
69+#: ../src/app/qml/components/NotebooksDelegate.qml:75
70 msgid "Shared"
71 msgstr ""
72
73-#: ../src/app/qml/components/NotebooksDelegate.qml:72
74+#: ../src/app/qml/components/NotebooksDelegate.qml:75
75 msgid "Private"
76 msgstr ""
77
78@@ -59,12 +66,16 @@
79 msgid "Release to refresh"
80 msgstr ""
81
82-#: ../src/app/qml/components/RemindersDelegate.qml:51
83+#: ../src/app/qml/components/PulldownListView.qml:40
84+msgid "Pull down to refresh"
85+msgstr ""
86+
87+#: ../src/app/qml/components/RemindersDelegate.qml:50
88 #: ../src/app/qml/ui/SetReminderView.qml:55
89 msgid "Clear reminder"
90 msgstr ""
91
92-#: ../src/app/qml/components/RemindersDelegate.qml:51
93+#: ../src/app/qml/components/RemindersDelegate.qml:50
94 msgid "Mark as done"
95 msgstr ""
96
97@@ -76,69 +87,65 @@
98 msgid "Use it!"
99 msgstr ""
100
101-#: ../src/app/qml/ui/EditNoteView.qml:90
102-#: ../src/app/qml/ui/EditNoteView.qml:102
103+#: ../src/app/qml/ui/EditNoteView.qml:98
104+#: ../src/app/qml/ui/EditNoteView.qml:110
105 msgid "Untitled"
106 msgstr ""
107
108-#: ../src/app/qml/ui/NotePage.qml:33 ../src/app/qml/ui/NotesPage.qml:71
109-msgid "Delete"
110+#: ../src/app/qml/ui/NotePage.qml:34 ../src/app/qml/ui/NotesPage.qml:112
111+msgid "Edit"
112 msgstr ""
113
114-#: ../src/app/qml/ui/NotePage.qml:42 ../src/app/qml/ui/NotesPage.qml:79
115+#: ../src/app/qml/ui/NotePage.qml:43 ../src/app/qml/ui/NotesPage.qml:96
116 msgid "Edit reminder"
117 msgstr ""
118
119-#: ../src/app/qml/ui/NotePage.qml:42 ../src/app/qml/ui/NotesPage.qml:79
120+#: ../src/app/qml/ui/NotePage.qml:43 ../src/app/qml/ui/NotesPage.qml:96
121 #: ../src/app/qml/ui/SetReminderView.qml:66
122 msgid "Set reminder"
123 msgstr ""
124
125-#: ../src/app/qml/ui/NotePage.qml:54 ../src/app/qml/ui/NotesPage.qml:93
126-msgid "Edit"
127-msgstr ""
128-
129-#: ../src/app/qml/ui/NotebooksPage.qml:38 ../src/app/qml/ui/NotesPage.qml:44
130-#: ../src/app/qml/ui/RemindersPage.qml:33
131-#: ../src/app/qml/ui/SearchNotesPage.qml:56
132+#: ../src/app/qml/ui/NotePage.qml:57 ../src/app/qml/ui/NotesPage.qml:86
133+msgid "Delete"
134+msgstr ""
135+
136+#: ../src/app/qml/ui/NotebooksPage.qml:41
137+msgid "Add notebook"
138+msgstr ""
139+
140+#: ../src/app/qml/ui/NotebooksPage.qml:51 ../src/app/qml/ui/NotesPage.qml:55
141+#: ../src/app/qml/ui/RemindersPage.qml:34
142+#: ../src/app/qml/ui/SearchNotesPage.qml:58
143 msgid "Search"
144 msgstr ""
145
146-#: ../src/app/qml/ui/NotebooksPage.qml:46 ../src/app/qml/ui/NotesPage.qml:52
147+#: ../src/app/qml/ui/NotebooksPage.qml:61 ../src/app/qml/ui/NotesPage.qml:65
148 msgid "Refresh"
149 msgstr ""
150
151-#: ../src/app/qml/ui/NotebooksPage.qml:56 ../src/app/qml/ui/NotesPage.qml:60
152-#: ../src/app/qml/ui/RemindersPage.qml:43
153+#: ../src/app/qml/ui/NotebooksPage.qml:71 ../src/app/qml/ui/NotesPage.qml:75
154+#: ../src/app/qml/ui/RemindersPage.qml:44
155 msgid "Accounts"
156 msgstr ""
157
158-#: ../src/app/qml/ui/NotebooksPage.qml:65
159-msgid "Add notebook"
160-msgstr ""
161-
162-#: ../src/app/qml/ui/NotebooksPage.qml:164
163+#: ../src/app/qml/ui/NotebooksPage.qml:173
164 msgid "Cancel"
165 msgstr ""
166
167-#: ../src/app/qml/ui/NotebooksPage.qml:172
168+#: ../src/app/qml/ui/NotebooksPage.qml:182
169 msgid "Save"
170 msgstr ""
171
172-#: ../src/app/qml/ui/NotesPage.qml:103
173+#: ../src/app/qml/ui/NotesPage.qml:45
174 msgid "Add note"
175 msgstr ""
176
177-#: ../src/app/qml/ui/NotesPage.qml:173
178+#: ../src/app/qml/ui/NotesPage.qml:185
179 msgid ""
180 "No notes available. You can create new notes using the \"Add note\" button."
181 msgstr ""
182
183-#: ../src/app/qml/ui/RemindersPage.qml:52
184-msgid "Add reminder"
185-msgstr ""
186-
187-#: ../src/app/qml/ui/RemindersPage.qml:113
188+#: ../src/app/qml/ui/RemindersPage.qml:108
189 msgid ""
190 "No reminders available. You can create new reminders using the \"Add reminder"
191 "\" button or by setting a reminder when viewing a note."
192@@ -148,7 +155,7 @@
193 msgid "Select date and time for the reminder:"
194 msgstr ""
195
196-#: ../src/plugin/Evernote/note.cpp:82 ../src/plugin/Evernote/note.cpp:239
197+#: ../src/plugin/Evernote/note.cpp:82 ../src/plugin/Evernote/note.cpp:240
198 msgid "Today"
199 msgstr ""
200
201@@ -164,72 +171,89 @@
202 msgid "Two weeks ago"
203 msgstr ""
204
205-#: ../src/plugin/Evernote/note.cpp:94
206+#. TRANSLATORS: the first argument refers to a month name and the second to a year
207+#: ../src/plugin/Evernote/note.cpp:95
208 #, qt-format
209 msgid "%1 %2"
210 msgstr ""
211
212-#: ../src/plugin/Evernote/note.cpp:227
213+#: ../src/plugin/Evernote/note.cpp:228
214 msgid "Done"
215 msgstr ""
216
217-#: ../src/plugin/Evernote/note.cpp:233
218+#: ../src/plugin/Evernote/note.cpp:234
219 msgid "No date"
220 msgstr ""
221
222-#: ../src/plugin/Evernote/note.cpp:236
223+#: ../src/plugin/Evernote/note.cpp:237
224 msgid "Overdue"
225 msgstr ""
226
227-#: ../src/plugin/Evernote/note.cpp:242
228+#: ../src/plugin/Evernote/note.cpp:243
229 msgid "Tomorrow"
230 msgstr ""
231
232-#: ../src/plugin/Evernote/note.cpp:245
233+#: ../src/plugin/Evernote/note.cpp:246
234 msgid "Next week"
235 msgstr ""
236
237-#: ../src/plugin/Evernote/note.cpp:248
238+#: ../src/plugin/Evernote/note.cpp:249
239 msgid "In two weeks"
240 msgstr ""
241
242-#: ../src/plugin/Evernote/note.cpp:250
243+#: ../src/plugin/Evernote/note.cpp:251
244 msgid "Later"
245 msgstr ""
246
247 #. TRANSLATORS: this is part of a longer string - "Last updated: today"
248-#: ../src/plugin/Evernote/notebook.cpp:99
249+#: ../src/plugin/Evernote/notebook.cpp:100
250 msgid "today"
251 msgstr ""
252
253 #. TRANSLATORS: this is part of a longer string - "Last updated: yesterday"
254-#: ../src/plugin/Evernote/notebook.cpp:103
255+#: ../src/plugin/Evernote/notebook.cpp:104
256 msgid "yesterday"
257 msgstr ""
258
259 #. TRANSLATORS: this is part of a longer string - "Last updated: last week"
260-#: ../src/plugin/Evernote/notebook.cpp:107
261+#: ../src/plugin/Evernote/notebook.cpp:108
262 msgid "last week"
263 msgstr ""
264
265 #. TRANSLATORS: this is part of a longer string - "Last updated: two weeks ago"
266-#: ../src/plugin/Evernote/notebook.cpp:111
267+#: ../src/plugin/Evernote/notebook.cpp:112
268 msgid "two weeks ago"
269 msgstr ""
270
271 #. TRANSLATORS: this is used in the notes list to group notes created on the same month
272 #. the first parameter refers to a month name and the second to a year
273-#: ../src/plugin/Evernote/notebook.cpp:115
274+#: ../src/plugin/Evernote/notebook.cpp:116
275 #, qt-format
276 msgid "on %1 %2"
277 msgstr ""
278
279-#: ../src/plugin/Evernote/notesstore.cpp:217
280+#: ../src/plugin/Evernote/notesstore.cpp:223
281 #, qt-format
282 msgid "Error refreshing notes: %1"
283 msgstr ""
284
285-#: ../src/plugin/Evernote/notesstore.cpp:368
286+#: ../src/plugin/Evernote/notesstore.cpp:375
287 #, qt-format
288 msgid "Error refreshing notebooks: %1"
289 msgstr ""
290+
291+#: ../src/plugin/Evernote/jobs/evernotejob.cpp:87
292+msgid "Authentication expired."
293+msgstr ""
294+
295+#: ../src/plugin/Evernote/jobs/evernotejob.cpp:91
296+msgid "Limit exceeded."
297+msgstr ""
298+
299+#: ../src/plugin/Evernote/jobs/evernotejob.cpp:95
300+msgid "Rate limit exceeded."
301+msgstr ""
302+
303+#: ../src/plugin/Evernote/jobs/evernotejob.cpp:99
304+msgid "Quota exceeded."
305+msgstr ""
306
307=== modified file 'src/app/qml/components/PulldownListView.qml'
308--- src/app/qml/components/PulldownListView.qml 2014-05-14 12:59:20 +0000
309+++ src/app/qml/components/PulldownListView.qml 2014-07-24 10:32:59 +0000
310@@ -37,7 +37,7 @@
311 anchors.bottom: root.contentItem.top;
312 fontSize: 'medium'
313 horizontalAlignment: Text.AlignHCenter
314- text: priv.toBeReloaded ? i18n.tr("Release to refresh") : ("Pull down to refresh")
315+ text: priv.toBeReloaded ? i18n.tr("Release to refresh") : i18n.tr("Pull down to refresh")
316 color: "#b3b3b3"
317 }
318
319
320=== modified file 'src/app/qml/reminders.qml'
321--- src/app/qml/reminders.qml 2014-07-08 12:21:36 +0000
322+++ src/app/qml/reminders.qml 2014-07-24 10:32:59 +0000
323@@ -275,7 +275,7 @@
324 anchors.centerIn: parent
325 anchors.horizontalCenterOffset: pagestack.width / 2
326 visible: !root.narrowMode
327- text: "No note selected.\nSelect a note to see it in detail."
328+ text: i18n.tr("No note selected.\nSelect a note to see it in detail.")
329 wrapMode: Text.WordWrap
330 horizontalAlignment: Text.AlignHCenter
331 fontSize: "large"

Subscribers

People subscribed via source and target branches