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
=== modified file 'plugins/pantheon-photos-publishing/FacebookPublishing.vala'
--- plugins/pantheon-photos-publishing/FacebookPublishing.vala 2016-02-19 19:55:55 +0000
+++ plugins/pantheon-photos-publishing/FacebookPublishing.vala 2016-08-06 19:56:05 +0000
@@ -437,7 +437,7 @@
437 access_token = decoded_uri[index:decoded_uri.length];437 access_token = decoded_uri[index:decoded_uri.length];
438 if (access_token == null) {438 if (access_token == null) {
439 host.post_error (new Spit.Publishing.PublishingError.MALFORMED_RESPONSE (439 host.post_error (new Spit.Publishing.PublishingError.MALFORMED_RESPONSE (
440 "Server redirect URL contained no access token"));440 _("Server redirect URL contained no access token")));
441 return;441 return;
442 }442 }
443443
444444
=== modified file 'po/extra/extra.pot'
--- po/extra/extra.pot 2016-06-27 10:38:00 +0000
+++ po/extra/extra.pot 2016-08-06 19:56:05 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2016-06-27 14:36+0400\n"11"POT-Creation-Date: 2016-08-06 16:03-0300\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"
1515
=== modified file 'po/pantheon-photos.pot'
--- po/pantheon-photos.pot 2016-06-27 10:38:00 +0000
+++ po/pantheon-photos.pot 2016-08-06 19:56:05 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2016-06-27 14:36+0400\n"11"POT-Creation-Date: 2016-08-06 16:03-0300\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"
@@ -241,6 +241,10 @@
241"continue."241"continue."
242msgstr ""242msgstr ""
243243
244#: ../plugins/pantheon-photos-publishing/FacebookPublishing.vala:440
245msgid "Server redirect URL contained no access token"
246msgstr ""
247
244#: ../plugins/pantheon-photos-publishing/FacebookPublishing.vala:1020248#: ../plugins/pantheon-photos-publishing/FacebookPublishing.vala:1020
245msgid ""249msgid ""
246"You are logged into Facebook as %s.\n"250"You are logged into Facebook as %s.\n"

Subscribers

People subscribed via source and target branches