Merge lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1524712 into lp:ubuntu-docviewer-app

Proposed by Stefano Verzegnassi
Status: Merged
Approved by: Roman Shchekin
Approved revision: 242
Merged at revision: 243
Proposed branch: lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1524712
Merge into: lp:ubuntu-docviewer-app
Diff against target: 69 lines (+8/-8)
2 files modified
po/com.ubuntu.docviewer.pot (+7/-7)
src/app/qml/loView/LOViewPage.qml (+1/-1)
To merge this branch: bzr merge lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1524712
Reviewer Review Type Date Requested Status
Roman Shchekin Approve
Jenkins Bot continuous-integration Approve
Review via email: mp+281363@code.launchpad.net

Commit message

[lok-qml] Fixed warning about document not loaded. Now it properly informs that the document may be protected by a password.

Description of the change

[lok-qml] Fixed warning about document not loaded. Now it properly informs that the document may be protected by a password.

To post a comment you must log in.
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Roman Shchekin (mrqtros) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'po/com.ubuntu.docviewer.pot'
2--- po/com.ubuntu.docviewer.pot 2015-12-12 10:06:55 +0000
3+++ po/com.ubuntu.docviewer.pot 2015-12-26 18:34:30 +0000
4@@ -8,7 +8,7 @@
5 msgstr ""
6 "Project-Id-Version: \n"
7 "Report-Msgid-Bugs-To: \n"
8-"POT-Creation-Date: 2015-12-12 13:04+0300\n"
9+"POT-Creation-Date: 2015-12-26 19:31+0100\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@@ -173,11 +173,11 @@
14 msgid "Share"
15 msgstr ""
16
17-#: ../src/app/qml/documentPage/DocumentEmptyState.qml:24
18+#: ../src/app/qml/documentPage/DocumentEmptyState.qml:75
19 msgid "No document found"
20 msgstr ""
21
22-#: ../src/app/qml/documentPage/DocumentEmptyState.qml:25
23+#: ../src/app/qml/documentPage/DocumentEmptyState.qml:84
24 msgid ""
25 "Connect your device to any computer and simply drag files to the Documents "
26 "folder or insert removable media with documents."
27@@ -211,7 +211,7 @@
28 msgstr ""
29
30 #: ../src/app/qml/documentPage/DocumentPage.qml:23
31-#: /home/qtros/dev/ubuntu-docviewer-app-uitk-13-ethalone-build/po/com.ubuntu.docviewer.desktop.in.in.h:3
32+#: /tmp/ubuntu-docviewer-app-build/po/com.ubuntu.docviewer.desktop.in.in.h:3
33 msgid "Documents"
34 msgstr ""
35
36@@ -373,7 +373,7 @@
37 #: ../src/app/qml/loView/LOViewPage.qml:134
38 msgid ""
39 "Document not loaded.\n"
40-"The requested document may be corrupt."
41+"The requested document may be corrupt or protected by a password."
42 msgstr ""
43
44 #. TRANSLATORS: 'LibreOfficeKit' is the name of the library used by
45@@ -435,10 +435,10 @@
46 msgid "copy %1"
47 msgstr ""
48
49-#: /home/qtros/dev/ubuntu-docviewer-app-uitk-13-ethalone-build/po/com.ubuntu.docviewer.desktop.in.in.h:1
50+#: /tmp/ubuntu-docviewer-app-build/po/com.ubuntu.docviewer.desktop.in.in.h:1
51 msgid "Document Viewer"
52 msgstr ""
53
54-#: /home/qtros/dev/ubuntu-docviewer-app-uitk-13-ethalone-build/po/com.ubuntu.docviewer.desktop.in.in.h:2
55+#: /tmp/ubuntu-docviewer-app-build/po/com.ubuntu.docviewer.desktop.in.in.h:2
56 msgid "documents;viewer;pdf;reader;"
57 msgstr ""
58
59=== modified file 'src/app/qml/loView/LOViewPage.qml'
60--- src/app/qml/loView/LOViewPage.qml 2015-11-30 12:25:13 +0000
61+++ src/app/qml/loView/LOViewPage.qml 2015-12-26 18:34:30 +0000
62@@ -131,7 +131,7 @@
63 errorString = i18n.tr("Error while loading LibreOffice.")
64 break;
65 case LibreOffice.Error.DocumentNotLoaded:
66- errorString = i18n.tr("Document not loaded.\nThe requested document may be corrupt.")
67+ errorString = i18n.tr("Document not loaded.\nThe requested document may be corrupt or protected by a password.")
68 break;
69 }
70

Subscribers

People subscribed via source and target branches