Merge lp:~elementary-pantheon/granite/storage-bar-i18n-comments into lp:~elementary-pantheon/granite/granite

Proposed by Danielle Foré
Status: Merged
Approved by: Leonardo Lemos
Approved revision: 971
Merged at revision: 971
Proposed branch: lp:~elementary-pantheon/granite/storage-bar-i18n-comments
Merge into: lp:~elementary-pantheon/granite/granite
Diff against target: 77 lines (+13/-7)
2 files modified
lib/Widgets/StorageBar.vala (+3/-0)
po/granite.pot (+10/-7)
To merge this branch: bzr merge lp:~elementary-pantheon/granite/storage-bar-i18n-comments
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+301593@code.launchpad.net

Commit message

StorageBar: Add translator comments

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 'lib/Widgets/StorageBar.vala'
2--- lib/Widgets/StorageBar.vala 2016-06-24 18:16:08 +0000
3+++ lib/Widgets/StorageBar.vala 2016-07-31 16:25:25 +0000
4@@ -55,12 +55,15 @@
5 case ItemDescription.AUDIO:
6 return _("Audio");
7 case ItemDescription.VIDEO:
8+ /// TRANSLATORS: Refers to videos the mime type. Not Videos the app.
9 return _("Videos");
10 case ItemDescription.PHOTO:
11+ /// TRANSLATORS: Refers to photos the mime type. Not Photos the app.
12 return _("Photos");
13 case ItemDescription.APP:
14 return _("Apps");
15 case ItemDescription.FILES:
16+ /// TRANSLATORS: Refers to files the mime type. Not Files the app.
17 return _("Files");
18 default:
19 return _("Other");
20
21=== modified file 'po/granite.pot'
22--- po/granite.pot 2016-06-25 14:41:18 +0000
23+++ po/granite.pot 2016-07-31 16:25:25 +0000
24@@ -8,7 +8,7 @@
25 msgstr ""
26 "Project-Id-Version: PACKAGE VERSION\n"
27 "Report-Msgid-Bugs-To: \n"
28-"POT-Creation-Date: 2016-06-25 09:41-0500\n"
29+"POT-Creation-Date: 2016-07-31 09:13-0700\n"
30 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
31 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
32 "Language-Team: LANGUAGE <LL@li.org>\n"
33@@ -261,28 +261,30 @@
34 msgid "Audio"
35 msgstr ""
36
37+#. / TRANSLATORS: Refers to videos the mime type. Not Videos the app.
38 #: ../lib//Widgets/StorageBar.vala:55 ../lib/Widgets/StorageBar.vala:55
39-#: ../lib/Widgets/StorageBar.vala:58
40+#: ../lib/Widgets/StorageBar.vala:58 ../lib/Widgets/StorageBar.vala:59
41 msgid "Videos"
42 msgstr ""
43
44+#. / TRANSLATORS: Refers to photos the mime type. Not Photos the app.
45 #: ../lib//Widgets/StorageBar.vala:57 ../lib/Widgets/StorageBar.vala:57
46-#: ../lib/Widgets/StorageBar.vala:60
47+#: ../lib/Widgets/StorageBar.vala:60 ../lib/Widgets/StorageBar.vala:62
48 msgid "Photos"
49 msgstr ""
50
51 #: ../lib//Widgets/StorageBar.vala:59 ../lib/Widgets/StorageBar.vala:59
52-#: ../lib/Widgets/StorageBar.vala:62
53+#: ../lib/Widgets/StorageBar.vala:62 ../lib/Widgets/StorageBar.vala:64
54 msgid "Apps"
55 msgstr ""
56
57 #: ../lib//Widgets/StorageBar.vala:61 ../lib/Widgets/StorageBar.vala:61
58-#: ../lib/Widgets/StorageBar.vala:66
59+#: ../lib/Widgets/StorageBar.vala:66 ../lib/Widgets/StorageBar.vala:69
60 msgid "Other"
61 msgstr ""
62
63 #: ../lib//Widgets/StorageBar.vala:196 ../lib/Widgets/StorageBar.vala:196
64-#: ../lib/Widgets/StorageBar.vala:242
65+#: ../lib/Widgets/StorageBar.vala:242 ../lib/Widgets/StorageBar.vala:245
66 msgid "%s free out of %s"
67 msgstr ""
68
69@@ -301,7 +303,8 @@
70 msgid "translator-credits"
71 msgstr ""
72
73-#: ../lib/Widgets/StorageBar.vala:64
74+#. / TRANSLATORS: Refers to files the mime type. Not Files the app.
75+#: ../lib/Widgets/StorageBar.vala:64 ../lib/Widgets/StorageBar.vala:67
76 msgid "Files"
77 msgstr ""
78

Subscribers

People subscribed via source and target branches