Merge lp:~leonardolemos/switchboard-plug-onlineaccounts/fix-1526979 into lp:~elementary-apps/switchboard-plug-onlineaccounts/trunk

Proposed by Leonardo Lemos
Status: Merged
Approved by: Corentin Noël
Approved revision: 242
Merged at revision: 242
Proposed branch: lp:~leonardolemos/switchboard-plug-onlineaccounts/fix-1526979
Merge into: lp:~elementary-apps/switchboard-plug-onlineaccounts/trunk
Diff against target: 137 lines (+50/-44)
2 files modified
po/pantheon-online-accounts.pot (+49/-44)
src/Translation.vala (+1/-0)
To merge this branch: bzr merge lp:~leonardolemos/switchboard-plug-onlineaccounts/fix-1526979
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+280817@code.launchpad.net

Commit message

Make 'Scrobble' string translatable

To post a comment you must log in.
242. By Leonardo Lemos

Deleted POT file comment

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'po/pantheon-online-accounts.pot'
--- po/pantheon-online-accounts.pot 2015-11-27 17:01:57 +0000
+++ po/pantheon-online-accounts.pot 2015-12-21 22:05:44 +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: 2015-11-27 15:01-0200\n"11"POT-Creation-Date: 2015-12-17 08:30-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"
@@ -17,6 +17,44 @@
17"Content-Type: text/plain; charset=UTF-8\n"17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"18"Content-Transfer-Encoding: 8bit\n"
1919
20#: ../src/OnlineAccounts.vala:47
21msgid "Online Accounts"
22msgstr ""
23
24#: ../src/OnlineAccounts.vala:48
25msgid "Synchronize your computer with all your online accounts around the web."
26msgstr ""
27
28#: ../src/OnlineAccounts.vala:62
29msgid "Close"
30msgstr ""
31
32#: ../src/OnlineAccounts.vala:63
33msgid "Restore"
34msgstr ""
35
36#: ../src/OnlineAccounts.vala:64
37#: ../src/Authentification/GraphicalDialog.vala:55
38#: ../src/Authentification/WebDialog.vala:34
39msgid "Cancel"
40msgstr ""
41
42#: ../src/OnlineAccounts.vala:145
43msgid "Connect Your Online Accounts"
44msgstr ""
45
46#: ../src/OnlineAccounts.vala:145
47msgid "Sign in to connect with apps like Mail, Contacts, and Calendar."
48msgstr ""
49
50#: ../src/OnlineAccounts.vala:243
51msgid "Account '%s' Removed."
52msgstr ""
53
54#: ../src/OnlineAccounts.vala:256
55msgid "Add a new account…"
56msgstr ""
57
20#: ../src/Translation.vala:2458#: ../src/Translation.vala:24
21msgid "Calendars"59msgid "Calendars"
22msgstr ""60msgstr ""
@@ -81,9 +119,8 @@
81msgid "Scrobble your music"119msgid "Scrobble your music"
82msgstr ""120msgstr ""
83121
84#: ../src/Authentification/GraphicalDialog.vala:55122#: ../src/Translation.vala:40
85#: ../src/Authentification/WebDialog.vala:34 ../src/OnlineAccounts.vala:64123msgid "Scrobble"
86msgid "Cancel"
87msgstr ""124msgstr ""
88125
89#: ../src/Authentification/GraphicalDialog.vala:57126#: ../src/Authentification/GraphicalDialog.vala:57
@@ -140,6 +177,14 @@
140msgid "Loading…"177msgid "Loading…"
141msgstr ""178msgstr ""
142179
180#: ../src/Views/SourceSelector.vala:89 ../src/Views/SourceSelector.vala:90
181msgid "Add…"
182msgstr ""
183
184#: ../src/Views/SourceSelector.vala:94 ../src/Views/SourceSelector.vala:95
185msgid "Remove"
186msgstr ""
187
143#: ../src/Views/AccountView.vala:52188#: ../src/Views/AccountView.vala:52
144msgid "Content to synchronise:"189msgid "Content to synchronise:"
145msgstr ""190msgstr ""
@@ -151,43 +196,3 @@
151#: ../src/Views/AccountView.vala:118196#: ../src/Views/AccountView.vala:118
152msgid "No Apps"197msgid "No Apps"
153msgstr ""198msgstr ""
154
155#: ../src/Views/SourceSelector.vala:89 ../src/Views/SourceSelector.vala:90
156msgid "Add…"
157msgstr ""
158
159#: ../src/Views/SourceSelector.vala:94 ../src/Views/SourceSelector.vala:95
160msgid "Remove"
161msgstr ""
162
163#: ../src/OnlineAccounts.vala:47
164msgid "Online Accounts"
165msgstr ""
166
167#: ../src/OnlineAccounts.vala:48
168msgid "Synchronize your computer with all your online accounts around the web."
169msgstr ""
170
171#: ../src/OnlineAccounts.vala:62
172msgid "Close"
173msgstr ""
174
175#: ../src/OnlineAccounts.vala:63
176msgid "Restore"
177msgstr ""
178
179#: ../src/OnlineAccounts.vala:145
180msgid "Connect Your Online Accounts"
181msgstr ""
182
183#: ../src/OnlineAccounts.vala:145
184msgid "Sign in to connect with apps like Mail, Contacts, and Calendar."
185msgstr ""
186
187#: ../src/OnlineAccounts.vala:243
188msgid "Account '%s' Removed."
189msgstr ""
190
191#: ../src/OnlineAccounts.vala:256
192msgid "Add a new account…"
193msgstr ""
194199
=== modified file 'src/Translation.vala'
--- src/Translation.vala 2015-11-27 16:49:31 +0000
+++ src/Translation.vala 2015-12-21 22:05:44 +0000
@@ -37,3 +37,4 @@
37_("Access all Google services on your computer");37_("Access all Google services on your computer");
38_("Includes Contacts, Mails, and Calendar");38_("Includes Contacts, Mails, and Calendar");
39_("Scrobble your music");39_("Scrobble your music");
40_("Scrobble")

Subscribers

People subscribed via source and target branches

to all changes: