ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #00322
[Merge] lp:~ricsipontaz/ubuntu-docviewer-app/translation-fix-and-template-update into lp:ubuntu-docviewer-app
Richard Somlói has proposed merging lp:~ricsipontaz/ubuntu-docviewer-app/translation-fix-and-template-update into lp:ubuntu-docviewer-app.
Requested reviews:
Ubuntu Document Viewer Developers (ubuntu-docviewer-dev)
For more details, see:
https://code.launchpad.net/~ricsipontaz/ubuntu-docviewer-app/translation-fix-and-template-update/+merge/251727
Make the "Go to page..." string translatable with i18n.tr() and update the translation template
--
Your team Ubuntu Document Viewer Developers is requested to review the proposed merge of lp:~ricsipontaz/ubuntu-docviewer-app/translation-fix-and-template-update into lp:ubuntu-docviewer-app.
=== modified file 'po/com.ubuntu.docviewer.pot'
--- po/com.ubuntu.docviewer.pot 2015-03-04 01:40:41 +0000
+++ po/com.ubuntu.docviewer.pot 2015-03-04 12:34:49 +0000
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-03 17:49+0100\n"
+"POT-Creation-Date: 2015-03-04 13:28+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@xxxxxx>\n"
@@ -157,7 +157,7 @@
msgstr ""
#: ../src/app/qml/documentPage/DocumentPage.qml:25
-#: /home/stefano/Progetti/doc-viewer/build-document-hub2-Desktop-Default/po/com.ubuntu.docviewer.desktop.in.in.h:1
+#: /tmp/tmp.VrJNVy5Wgh/po/com.ubuntu.docviewer.desktop.in.in.h:1
msgid "Document Viewer"
msgstr ""
@@ -200,6 +200,10 @@
msgid "Back"
msgstr ""
+#: ../src/app/qml/pdfView/PdfViewDefaultHeader.qml:85
+msgid "Go to page..."
+msgstr ""
+
#: ../src/app/qml/pdfView/PdfViewGotoDialog.qml:25
msgid "Go to page"
msgstr ""
@@ -217,6 +221,6 @@
msgid "Loading..."
msgstr ""
-#: /home/stefano/Progetti/doc-viewer/build-document-hub2-Desktop-Default/po/com.ubuntu.docviewer.desktop.in.in.h:2
+#: /tmp/tmp.VrJNVy5Wgh/po/com.ubuntu.docviewer.desktop.in.in.h:2
msgid "documents;viewer;pdf;reader;"
msgstr ""
=== modified file 'src/app/qml/pdfView/PdfViewDefaultHeader.qml'
--- src/app/qml/pdfView/PdfViewDefaultHeader.qml 2015-02-13 15:30:01 +0000
+++ src/app/qml/pdfView/PdfViewDefaultHeader.qml 2015-03-04 12:34:49 +0000
@@ -82,7 +82,7 @@
Action {
objectName:"gotopage"
iconName: "browser-tabs"
- text: "Go to page..."
+ text: i18n.tr("Go to page...")
onTriggered: PopupUtils.open(Qt.resolvedUrl("PdfViewGotoDialog.qml"), targetPage)
},
Follow ups