Merge lp:~dpm/reminders-app/add-pot into lp:reminders-app

Proposed by David Planella
Status: Merged
Approved by: Michael Zanetti
Approved revision: 30
Merged at revision: 30
Proposed branch: lp:~dpm/reminders-app/add-pot
Merge into: lp:reminders-app
Diff against target: 99 lines (+95/-0)
1 file modified
po/com.ubuntu.reminders.pot (+95/-0)
To merge this branch: bzr merge lp:~dpm/reminders-app/add-pot
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Michael Zanetti (community) Approve
Review via email: mp+203136@code.launchpad.net

Commit message

Add the .pot file to the source tree to re-enable translations after some changes were reverted in trunk recenty.

Description of the change

Simply add the .pot file to the source tree to re-enable translations after some changes were reverted in trunk recenty.

Michael mentioned some cmake cleanup required, so I'll wait until that's happened to see if any cmake rules need tweaking for translations to work.

To post a comment you must log in.
Revision history for this message
Michael Zanetti (mzanetti) wrote :

lgtm

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'po/com.ubuntu.reminders.pot'
2--- po/com.ubuntu.reminders.pot 1970-01-01 00:00:00 +0000
3+++ po/com.ubuntu.reminders.pot 2014-01-24 17:43:54 +0000
4@@ -0,0 +1,95 @@
5+# reminders-app translation.
6+# Copyright (C) 2014 Canonical Ltd.
7+# This file is distributed under the same license as the reminders-app package.
8+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9+#
10+#, fuzzy
11+msgid ""
12+msgstr ""
13+"Project-Id-Version: \n"
14+"Report-Msgid-Bugs-To: \n"
15+"POT-Creation-Date: 2014-01-24 13:10+0100\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+"Language: \n"
20+"MIME-Version: 1.0\n"
21+"Content-Type: text/plain; charset=CHARSET\n"
22+"Content-Transfer-Encoding: 8bit\n"
23+"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
24+
25+#: src/app/qml/components/NotebooksDelegate.qml:58
26+#, qt-format
27+msgid "%1 note"
28+msgid_plural "%1 notes"
29+msgstr[0] ""
30+msgstr[1] ""
31+
32+#: src/app/qml/reminders-app.qml:71
33+msgid "Notes"
34+msgstr ""
35+
36+#: src/app/qml/reminders-app.qml:78
37+msgid "Notebooks"
38+msgstr ""
39+
40+#: src/app/qml/reminders-app.qml:85
41+msgid "Reminders"
42+msgstr ""
43+
44+#: src/app/qml/ui/EditNotePage.qml:31 src/app/qml/ui/NotebooksPage.qml:134
45+msgid "Save"
46+msgstr ""
47+
48+#: src/app/qml/ui/EditNotePage.qml:34 src/app/qml/ui/EditNotePage.qml:74
49+msgid "Untitled"
50+msgstr ""
51+
52+#: src/app/qml/ui/EditNotePage.qml:53
53+msgid "Attach"
54+msgstr ""
55+
56+#: src/app/qml/ui/EditNotePage.qml:57
57+msgid "Shot"
58+msgstr ""
59+
60+#: src/app/qml/ui/EditNotePage.qml:86
61+msgid "Notebook"
62+msgstr ""
63+
64+#: src/app/qml/ui/NotePage.qml:36
65+msgid "Delete"
66+msgstr ""
67+
68+#: src/app/qml/ui/NotePage.qml:53
69+msgid "Edit"
70+msgstr ""
71+
72+#: src/app/qml/ui/NotebooksPage.qml:36 src/app/qml/ui/NotesPage.qml:39
73+#: src/app/qml/ui/RemindersPage.qml:30 src/app/qml/ui/SearchNotesPage.qml:52
74+msgid "Search"
75+msgstr ""
76+
77+#: src/app/qml/ui/NotebooksPage.qml:46
78+msgid "Add notebook"
79+msgstr ""
80+
81+#: src/app/qml/ui/NotebooksPage.qml:104
82+msgid "Shared"
83+msgstr ""
84+
85+#: src/app/qml/ui/NotebooksPage.qml:104
86+msgid "Private"
87+msgstr ""
88+
89+#: src/app/qml/ui/NotebooksPage.qml:126
90+msgid "Cancel"
91+msgstr ""
92+
93+#: src/app/qml/ui/NotesPage.qml:49
94+msgid "Add note"
95+msgstr ""
96+
97+#: src/app/qml/ui/RemindersPage.qml:40
98+msgid "Add reminder"
99+msgstr ""

Subscribers

People subscribed via source and target branches