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
=== modified file 'po/com.ubuntu.reminders.pot'
--- po/com.ubuntu.reminders.pot 2014-08-14 16:48:06 +0000
+++ po/com.ubuntu.reminders.pot 2014-08-14 17:20:53 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: com.ubuntu.reminders\n"9"Project-Id-Version: com.ubuntu.reminders\n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2014-08-14 16:24+0100\n"11"POT-Creation-Date: 2014-08-14 18:16+0100\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"
@@ -79,8 +79,12 @@
79msgid "Mark as done"79msgid "Mark as done"
80msgstr ""80msgstr ""
8181
82#: ../src/app/qml/ui/AccountSelectorPage.qml:29
83msgid "Select Evernote account"
84msgstr ""
85
82#: ../src/app/qml/ui/EditNoteView.qml:9886#: ../src/app/qml/ui/EditNoteView.qml:98
83#: ../src/app/qml/ui/EditNoteView.qml:11087#: ../src/app/qml/ui/EditNoteView.qml:110 ../src/app/qml/ui/NotesPage.qml:48
84msgid "Untitled"88msgid "Untitled"
85msgstr ""89msgstr ""
8690
8791
=== modified file 'src/app/qml/ui/AccountSelectorPage.qml'
--- src/app/qml/ui/AccountSelectorPage.qml 2014-06-26 09:06:18 +0000
+++ src/app/qml/ui/AccountSelectorPage.qml 2014-08-14 17:20:53 +0000
@@ -26,7 +26,7 @@
26Page {26Page {
27 id: root27 id: root
28 objectName: "Accountselectorpage"28 objectName: "Accountselectorpage"
29 title: "Select Evernote account"29 title: i18n.tr("Select Evernote account")
3030
31 property alias accounts: listView.model31 property alias accounts: listView.model
32 property bool isChangingAccount32 property bool isChangingAccount
3333
=== modified file 'src/app/qml/ui/NotesPage.qml'
--- src/app/qml/ui/NotesPage.qml 2014-07-14 12:23:25 +0000
+++ src/app/qml/ui/NotesPage.qml 2014-08-14 17:20:53 +0000
@@ -45,7 +45,7 @@
45 text: i18n.tr("Add note")45 text: i18n.tr("Add note")
46 iconName: "add"46 iconName: "add"
47 onTriggered: {47 onTriggered: {
48 NotesStore.createNote("Untitled", filter);48 NotesStore.createNote(i18n.tr("Untitled"), filter);
49 } 49 }
50 }50 }
51 }51 }

Subscribers

People subscribed via source and target branches