Merge lp:~aacid/ubuntu-filemanager-app/addi18ntr into lp:ubuntu-filemanager-app

Proposed by Albert Astals Cid
Status: Merged
Approved by: David Planella
Approved revision: 287
Merged at revision: 291
Proposed branch: lp:~aacid/ubuntu-filemanager-app/addi18ntr
Merge into: lp:ubuntu-filemanager-app
Diff against target: 36 lines (+6/-2)
2 files modified
po/com.ubuntu.filemanager.pot (+5/-1)
src/app/qml/ui/FileOperationProgressDialog.qml (+1/-1)
To merge this branch: bzr merge lp:~aacid/ubuntu-filemanager-app/addi18ntr
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
David Planella Approve
Alan Pope 🍺🐧🐱 πŸ¦„ Pending
Review via email: mp+235934@code.launchpad.net

Commit message

Add i18n.tr

To post a comment you must log in.
Revision history for this message
David Planella (dpm) wrote :

LGTM, thanks!

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
287. By Albert Astals Cid

Merge

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=== modified file 'po/com.ubuntu.filemanager.pot'
2--- po/com.ubuntu.filemanager.pot 2014-09-22 21:43:02 +0000
3+++ po/com.ubuntu.filemanager.pot 2014-09-29 13:29:21 +0000
4@@ -8,7 +8,7 @@
5 msgstr ""
6 "Project-Id-Version: \n"
7 "Report-Msgid-Bugs-To: \n"
8-"POT-Creation-Date: 2014-09-22 15:39-0400\n"
9+"POT-Creation-Date: 2014-09-29 15:28+0200\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@@ -135,6 +135,10 @@
14 msgid "Operation in progress"
15 msgstr ""
16
17+#: ../src/app/qml/ui/FileOperationProgressDialog.qml:29
18+msgid "File operation"
19+msgstr ""
20+
21 #: ../src/app/qml/ui/FolderListPage.qml:94
22 #, qt-format
23 msgid "%1 file"
24
25=== modified file 'src/app/qml/ui/FileOperationProgressDialog.qml'
26--- src/app/qml/ui/FileOperationProgressDialog.qml 2014-09-02 05:45:19 +0000
27+++ src/app/qml/ui/FileOperationProgressDialog.qml 2014-09-29 13:29:21 +0000
28@@ -26,7 +26,7 @@
29 property Page page
30 property string descriptionPrepend: i18n.tr("Operation in progress")
31
32- title: "File operation"
33+ title: i18n.tr("File operation")
34 text: descriptionPrepend
35
36 function startOperation(name) {

Subscribers

People subscribed via source and target branches