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
=== modified file 'po/com.ubuntu.filemanager.pot'
--- po/com.ubuntu.filemanager.pot 2014-09-22 21:43:02 +0000
+++ po/com.ubuntu.filemanager.pot 2014-09-29 13:29:21 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: \n"9"Project-Id-Version: \n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2014-09-22 15:39-0400\n"11"POT-Creation-Date: 2014-09-29 15:28+0200\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"
@@ -135,6 +135,10 @@
135msgid "Operation in progress"135msgid "Operation in progress"
136msgstr ""136msgstr ""
137137
138#: ../src/app/qml/ui/FileOperationProgressDialog.qml:29
139msgid "File operation"
140msgstr ""
141
138#: ../src/app/qml/ui/FolderListPage.qml:94142#: ../src/app/qml/ui/FolderListPage.qml:94
139#, qt-format143#, qt-format
140msgid "%1 file"144msgid "%1 file"
141145
=== modified file 'src/app/qml/ui/FileOperationProgressDialog.qml'
--- src/app/qml/ui/FileOperationProgressDialog.qml 2014-09-02 05:45:19 +0000
+++ src/app/qml/ui/FileOperationProgressDialog.qml 2014-09-29 13:29:21 +0000
@@ -26,7 +26,7 @@
26 property Page page26 property Page page
27 property string descriptionPrepend: i18n.tr("Operation in progress")27 property string descriptionPrepend: i18n.tr("Operation in progress")
2828
29 title: "File operation"29 title: i18n.tr("File operation")
30 text: descriptionPrepend30 text: descriptionPrepend
3131
32 function startOperation(name) {32 function startOperation(name) {

Subscribers

People subscribed via source and target branches