Merge lp:~vthompson/ubuntu-calculator-app/fix-1290492-calculator into lp:~ubuntu-calculator-dev/ubuntu-calculator-app/old_trunk

Proposed by Victor Thompson
Status: Merged
Approved by: Mihir Soni
Approved revision: 231
Merged at revision: 231
Proposed branch: lp:~vthompson/ubuntu-calculator-app/fix-1290492-calculator
Merge into: lp:~ubuntu-calculator-dev/ubuntu-calculator-app/old_trunk
Diff against target: 84 lines (+12/-12)
2 files modified
po/po.pro (+2/-2)
po/ubuntu-calculator-app.pot (+10/-10)
To merge this branch: bzr merge lp:~vthompson/ubuntu-calculator-app/fix-1290492-calculator
Reviewer Review Type Date Requested Status
Mihir Soni Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+210328@code.launchpad.net

Commit message

* Fix po.pro file for desktop filename change
* Update translation strings

Description of the change

* Fix po.pro file for desktop filename change
* Update translation 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
Mihir Soni (mihirsoni) wrote :

Looks good , Thanks a lot Victor Thompson.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'po/po.pro'
2--- po/po.pro 2013-09-26 06:18:50 +0000
3+++ po/po.pro 2014-03-11 00:23:36 +0000
4@@ -10,7 +10,7 @@
5 PROJECTNAME = $$system(basename ../*.qmlproject)
6 PROJECTNAME = $$replace(PROJECTNAME,.qmlproject,)
7
8-DESKTOPFILE = ../$${PROJECTNAME}.desktop
9+DESKTOPFILE = ../com.ubuntu.calculator_calculator.desktop.in
10
11 SOURCECODE = ../*.qml \
12 ../*.js \
13@@ -18,7 +18,7 @@
14 ../Scientific/*.qml
15
16 BUILDDIR = ../.build
17-DESKTOPFILETEMP = $${BUILDDIR}/$${PROJECTNAME}.desktop.js
18+DESKTOPFILETEMP = $${BUILDDIR}/com.ubuntu.calculator_calculator.desktop.in
19
20 message("")
21 message(" Project Name: $$PROJECTNAME ")
22
23=== modified file 'po/ubuntu-calculator-app.pot'
24--- po/ubuntu-calculator-app.pot 2013-09-26 06:24:29 +0000
25+++ po/ubuntu-calculator-app.pot 2014-03-11 00:23:36 +0000
26@@ -8,7 +8,7 @@
27 msgstr ""
28 "Project-Id-Version: ubuntu-calculator-app\n"
29 "Report-Msgid-Bugs-To: \n"
30-"POT-Creation-Date: 2013-09-26 08:24+0200\n"
31+"POT-Creation-Date: 2014-03-10 19:22-0500\n"
32 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
33 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
34 "Language-Team: LANGUAGE <LL@li.org>\n"
35@@ -19,40 +19,40 @@
36
37 #. TRANSLATORS: this is a time formatting string,
38 #. see http://qt-project.org/doc/qt-5.0/qtqml/qml-qtquick2-date.html#details for valid expressions
39-#: ../Storage.qml:98 ../Simple/SimplePage.qml:167
40+#: ../Storage.qml:99 ../Simple/SimplePage.qml:303
41 msgid "dd MMM yy, hh:mm"
42 msgstr ""
43
44-#: ../Simple/CalcKeyboard.qml:32
45+#: ../Simple/CalcKeyboard.qml:48
46 msgid "Release to start new calculation"
47 msgstr ""
48
49-#: ../Simple/CalcKeyboard.qml:32
50+#: ../Simple/CalcKeyboard.qml:48
51 msgid "Pull to start new calculation"
52 msgstr ""
53
54 #. TRANSLATORS: Refers to Clear, keep the translation to 2 characters
55-#: ../Simple/CalcKeyboard.qml:64
56+#: ../Simple/CalcKeyboard.qml:80
57 msgid "C"
58 msgstr ""
59
60 #. TRANSLATORS: Refers to All Clear, keep the translation to 2 characters
61-#: ../Simple/CalcKeyboard.qml:275
62+#: ../Simple/CalcKeyboard.qml:299
63 msgid "AC"
64 msgstr ""
65
66-#: ../Simple/Screen.qml:117
67+#: ../Simple/Screen.qml:116
68 msgid "Delete this calculation?"
69 msgstr ""
70
71-#: ../Simple/Screen.qml:123
72+#: ../Simple/Screen.qml:122
73 msgid "Delete"
74 msgstr ""
75
76-#: ../Simple/Screen.qml:129
77+#: ../Simple/Screen.qml:128
78 msgid "Cancel"
79 msgstr ""
80
81-#: ../.build/ubuntu-calculator-app.desktop.js:1
82+#: ../.build/com.ubuntu.calculator_calculator.desktop.in:1
83 msgid "Calculator"
84 msgstr ""

Subscribers

People subscribed via source and target branches