Merge lp:~vrruiz/reminders-app/i18n-strings into lp:reminders-app

Proposed by Víctor R. Ruiz
Status: Merged
Approved by: David Planella
Approved revision: 220
Merged at revision: 218
Proposed branch: lp:~vrruiz/reminders-app/i18n-strings
Merge into: lp:reminders-app
Diff against target: 52 lines (+8/-4)
3 files modified
po/com.ubuntu.reminders.pot (+6/-2)
src/app/qml/ui/AccountSelectorPage.qml (+1/-1)
src/app/qml/ui/NotesPage.qml (+1/-1)
To merge this branch: bzr merge lp:~vrruiz/reminders-app/i18n-strings
Reviewer Review Type Date Requested Status
David Planella Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+230857@code.launchpad.net

Commit message

Another batch of untranslated strings. Updated template.

Description of the change

Spotted more untranslated strings.

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 :

Well spotted, 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-08-14 16:48:06 +0000
3+++ po/com.ubuntu.reminders.pot 2014-08-14 17:20:53 +0000
4@@ -8,7 +8,7 @@
5 msgstr ""
6 "Project-Id-Version: com.ubuntu.reminders\n"
7 "Report-Msgid-Bugs-To: \n"
8-"POT-Creation-Date: 2014-08-14 16:24+0100\n"
9+"POT-Creation-Date: 2014-08-14 18:16+0100\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13@@ -79,8 +79,12 @@
14 msgid "Mark as done"
15 msgstr ""
16
17+#: ../src/app/qml/ui/AccountSelectorPage.qml:29
18+msgid "Select Evernote account"
19+msgstr ""
20+
21 #: ../src/app/qml/ui/EditNoteView.qml:98
22-#: ../src/app/qml/ui/EditNoteView.qml:110
23+#: ../src/app/qml/ui/EditNoteView.qml:110 ../src/app/qml/ui/NotesPage.qml:48
24 msgid "Untitled"
25 msgstr ""
26
27
28=== modified file 'src/app/qml/ui/AccountSelectorPage.qml'
29--- src/app/qml/ui/AccountSelectorPage.qml 2014-06-26 09:06:18 +0000
30+++ src/app/qml/ui/AccountSelectorPage.qml 2014-08-14 17:20:53 +0000
31@@ -26,7 +26,7 @@
32 Page {
33 id: root
34 objectName: "Accountselectorpage"
35- title: "Select Evernote account"
36+ title: i18n.tr("Select Evernote account")
37
38 property alias accounts: listView.model
39 property bool isChangingAccount
40
41=== modified file 'src/app/qml/ui/NotesPage.qml'
42--- src/app/qml/ui/NotesPage.qml 2014-07-14 12:23:25 +0000
43+++ src/app/qml/ui/NotesPage.qml 2014-08-14 17:20:53 +0000
44@@ -45,7 +45,7 @@
45 text: i18n.tr("Add note")
46 iconName: "add"
47 onTriggered: {
48- NotesStore.createNote("Untitled", filter);
49+ NotesStore.createNote(i18n.tr("Untitled"), filter);
50 }
51 }
52 }

Subscribers

People subscribed via source and target branches