Merge lp:~leonardolemos/pantheon-photos/fix-untranslatable-string into lp:~pantheon-photos/pantheon-photos/trunk

Proposed by Leonardo Lemos
Status: Merged
Approved by: Cody Garver
Approved revision: 2960
Merged at revision: 2986
Proposed branch: lp:~leonardolemos/pantheon-photos/fix-untranslatable-string
Merge into: lp:~pantheon-photos/pantheon-photos/trunk
Diff against target: 49 lines (+7/-3)
3 files modified
plugins/pantheon-photos-publishing/FacebookPublishing.vala (+1/-1)
po/extra/extra.pot (+1/-1)
po/pantheon-photos.pot (+5/-1)
To merge this branch: bzr merge lp:~leonardolemos/pantheon-photos/fix-untranslatable-string
Reviewer Review Type Date Requested Status
Photos Devs Pending
Review via email: mp+302208@code.launchpad.net

Commit message

FacebookPublishing: fix translatable string

Description of the change

This branch marks one of the Facebook's plugin to translation.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/pantheon-photos-publishing/FacebookPublishing.vala'
2--- plugins/pantheon-photos-publishing/FacebookPublishing.vala 2016-02-19 19:55:55 +0000
3+++ plugins/pantheon-photos-publishing/FacebookPublishing.vala 2016-08-06 19:56:05 +0000
4@@ -437,7 +437,7 @@
5 access_token = decoded_uri[index:decoded_uri.length];
6 if (access_token == null) {
7 host.post_error (new Spit.Publishing.PublishingError.MALFORMED_RESPONSE (
8- "Server redirect URL contained no access token"));
9+ _("Server redirect URL contained no access token")));
10 return;
11 }
12
13
14=== modified file 'po/extra/extra.pot'
15--- po/extra/extra.pot 2016-06-27 10:38:00 +0000
16+++ po/extra/extra.pot 2016-08-06 19:56:05 +0000
17@@ -8,7 +8,7 @@
18 msgstr ""
19 "Project-Id-Version: PACKAGE VERSION\n"
20 "Report-Msgid-Bugs-To: \n"
21-"POT-Creation-Date: 2016-06-27 14:36+0400\n"
22+"POT-Creation-Date: 2016-08-06 16:03-0300\n"
23 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
24 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
25 "Language-Team: LANGUAGE <LL@li.org>\n"
26
27=== modified file 'po/pantheon-photos.pot'
28--- po/pantheon-photos.pot 2016-06-27 10:38:00 +0000
29+++ po/pantheon-photos.pot 2016-08-06 19:56:05 +0000
30@@ -8,7 +8,7 @@
31 msgstr ""
32 "Project-Id-Version: PACKAGE VERSION\n"
33 "Report-Msgid-Bugs-To: \n"
34-"POT-Creation-Date: 2016-06-27 14:36+0400\n"
35+"POT-Creation-Date: 2016-08-06 16:03-0300\n"
36 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
37 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
38 "Language-Team: LANGUAGE <LL@li.org>\n"
39@@ -241,6 +241,10 @@
40 "continue."
41 msgstr ""
42
43+#: ../plugins/pantheon-photos-publishing/FacebookPublishing.vala:440
44+msgid "Server redirect URL contained no access token"
45+msgstr ""
46+
47 #: ../plugins/pantheon-photos-publishing/FacebookPublishing.vala:1020
48 msgid ""
49 "You are logged into Facebook as %s.\n"

Subscribers

People subscribed via source and target branches