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
1=== modified file 'po/pantheon-online-accounts.pot'
2--- po/pantheon-online-accounts.pot 2015-11-27 17:01:57 +0000
3+++ po/pantheon-online-accounts.pot 2015-12-21 22:05:44 +0000
4@@ -8,7 +8,7 @@
5 msgstr ""
6 "Project-Id-Version: PACKAGE VERSION\n"
7 "Report-Msgid-Bugs-To: \n"
8-"POT-Creation-Date: 2015-11-27 15:01-0200\n"
9+"POT-Creation-Date: 2015-12-17 08:30-0200\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@@ -17,6 +17,44 @@
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16
17+#: ../src/OnlineAccounts.vala:47
18+msgid "Online Accounts"
19+msgstr ""
20+
21+#: ../src/OnlineAccounts.vala:48
22+msgid "Synchronize your computer with all your online accounts around the web."
23+msgstr ""
24+
25+#: ../src/OnlineAccounts.vala:62
26+msgid "Close"
27+msgstr ""
28+
29+#: ../src/OnlineAccounts.vala:63
30+msgid "Restore"
31+msgstr ""
32+
33+#: ../src/OnlineAccounts.vala:64
34+#: ../src/Authentification/GraphicalDialog.vala:55
35+#: ../src/Authentification/WebDialog.vala:34
36+msgid "Cancel"
37+msgstr ""
38+
39+#: ../src/OnlineAccounts.vala:145
40+msgid "Connect Your Online Accounts"
41+msgstr ""
42+
43+#: ../src/OnlineAccounts.vala:145
44+msgid "Sign in to connect with apps like Mail, Contacts, and Calendar."
45+msgstr ""
46+
47+#: ../src/OnlineAccounts.vala:243
48+msgid "Account '%s' Removed."
49+msgstr ""
50+
51+#: ../src/OnlineAccounts.vala:256
52+msgid "Add a new account…"
53+msgstr ""
54+
55 #: ../src/Translation.vala:24
56 msgid "Calendars"
57 msgstr ""
58@@ -81,9 +119,8 @@
59 msgid "Scrobble your music"
60 msgstr ""
61
62-#: ../src/Authentification/GraphicalDialog.vala:55
63-#: ../src/Authentification/WebDialog.vala:34 ../src/OnlineAccounts.vala:64
64-msgid "Cancel"
65+#: ../src/Translation.vala:40
66+msgid "Scrobble"
67 msgstr ""
68
69 #: ../src/Authentification/GraphicalDialog.vala:57
70@@ -140,6 +177,14 @@
71 msgid "Loading…"
72 msgstr ""
73
74+#: ../src/Views/SourceSelector.vala:89 ../src/Views/SourceSelector.vala:90
75+msgid "Add…"
76+msgstr ""
77+
78+#: ../src/Views/SourceSelector.vala:94 ../src/Views/SourceSelector.vala:95
79+msgid "Remove"
80+msgstr ""
81+
82 #: ../src/Views/AccountView.vala:52
83 msgid "Content to synchronise:"
84 msgstr ""
85@@ -151,43 +196,3 @@
86 #: ../src/Views/AccountView.vala:118
87 msgid "No Apps"
88 msgstr ""
89-
90-#: ../src/Views/SourceSelector.vala:89 ../src/Views/SourceSelector.vala:90
91-msgid "Add…"
92-msgstr ""
93-
94-#: ../src/Views/SourceSelector.vala:94 ../src/Views/SourceSelector.vala:95
95-msgid "Remove"
96-msgstr ""
97-
98-#: ../src/OnlineAccounts.vala:47
99-msgid "Online Accounts"
100-msgstr ""
101-
102-#: ../src/OnlineAccounts.vala:48
103-msgid "Synchronize your computer with all your online accounts around the web."
104-msgstr ""
105-
106-#: ../src/OnlineAccounts.vala:62
107-msgid "Close"
108-msgstr ""
109-
110-#: ../src/OnlineAccounts.vala:63
111-msgid "Restore"
112-msgstr ""
113-
114-#: ../src/OnlineAccounts.vala:145
115-msgid "Connect Your Online Accounts"
116-msgstr ""
117-
118-#: ../src/OnlineAccounts.vala:145
119-msgid "Sign in to connect with apps like Mail, Contacts, and Calendar."
120-msgstr ""
121-
122-#: ../src/OnlineAccounts.vala:243
123-msgid "Account '%s' Removed."
124-msgstr ""
125-
126-#: ../src/OnlineAccounts.vala:256
127-msgid "Add a new account…"
128-msgstr ""
129
130=== modified file 'src/Translation.vala'
131--- src/Translation.vala 2015-11-27 16:49:31 +0000
132+++ src/Translation.vala 2015-12-21 22:05:44 +0000
133@@ -37,3 +37,4 @@
134 _("Access all Google services on your computer");
135 _("Includes Contacts, Mails, and Calendar");
136 _("Scrobble your music");
137+_("Scrobble")

Subscribers

People subscribed via source and target branches

to all changes: