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
=== modified file 'lib/Widgets/StorageBar.vala'
--- lib/Widgets/StorageBar.vala 2016-06-24 18:16:08 +0000
+++ lib/Widgets/StorageBar.vala 2016-07-31 16:25:25 +0000
@@ -55,12 +55,15 @@
55 case ItemDescription.AUDIO:55 case ItemDescription.AUDIO:
56 return _("Audio");56 return _("Audio");
57 case ItemDescription.VIDEO:57 case ItemDescription.VIDEO:
58 /// TRANSLATORS: Refers to videos the mime type. Not Videos the app.
58 return _("Videos");59 return _("Videos");
59 case ItemDescription.PHOTO:60 case ItemDescription.PHOTO:
61 /// TRANSLATORS: Refers to photos the mime type. Not Photos the app.
60 return _("Photos");62 return _("Photos");
61 case ItemDescription.APP:63 case ItemDescription.APP:
62 return _("Apps");64 return _("Apps");
63 case ItemDescription.FILES:65 case ItemDescription.FILES:
66 /// TRANSLATORS: Refers to files the mime type. Not Files the app.
64 return _("Files");67 return _("Files");
65 default:68 default:
66 return _("Other");69 return _("Other");
6770
=== modified file 'po/granite.pot'
--- po/granite.pot 2016-06-25 14:41:18 +0000
+++ po/granite.pot 2016-07-31 16:25:25 +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-25 09:41-0500\n"11"POT-Creation-Date: 2016-07-31 09:13-0700\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"
@@ -261,28 +261,30 @@
261msgid "Audio"261msgid "Audio"
262msgstr ""262msgstr ""
263263
264#. / TRANSLATORS: Refers to videos the mime type. Not Videos the app.
264#: ../lib//Widgets/StorageBar.vala:55 ../lib/Widgets/StorageBar.vala:55265#: ../lib//Widgets/StorageBar.vala:55 ../lib/Widgets/StorageBar.vala:55
265#: ../lib/Widgets/StorageBar.vala:58266#: ../lib/Widgets/StorageBar.vala:58 ../lib/Widgets/StorageBar.vala:59
266msgid "Videos"267msgid "Videos"
267msgstr ""268msgstr ""
268269
270#. / TRANSLATORS: Refers to photos the mime type. Not Photos the app.
269#: ../lib//Widgets/StorageBar.vala:57 ../lib/Widgets/StorageBar.vala:57271#: ../lib//Widgets/StorageBar.vala:57 ../lib/Widgets/StorageBar.vala:57
270#: ../lib/Widgets/StorageBar.vala:60272#: ../lib/Widgets/StorageBar.vala:60 ../lib/Widgets/StorageBar.vala:62
271msgid "Photos"273msgid "Photos"
272msgstr ""274msgstr ""
273275
274#: ../lib//Widgets/StorageBar.vala:59 ../lib/Widgets/StorageBar.vala:59276#: ../lib//Widgets/StorageBar.vala:59 ../lib/Widgets/StorageBar.vala:59
275#: ../lib/Widgets/StorageBar.vala:62277#: ../lib/Widgets/StorageBar.vala:62 ../lib/Widgets/StorageBar.vala:64
276msgid "Apps"278msgid "Apps"
277msgstr ""279msgstr ""
278280
279#: ../lib//Widgets/StorageBar.vala:61 ../lib/Widgets/StorageBar.vala:61281#: ../lib//Widgets/StorageBar.vala:61 ../lib/Widgets/StorageBar.vala:61
280#: ../lib/Widgets/StorageBar.vala:66282#: ../lib/Widgets/StorageBar.vala:66 ../lib/Widgets/StorageBar.vala:69
281msgid "Other"283msgid "Other"
282msgstr ""284msgstr ""
283285
284#: ../lib//Widgets/StorageBar.vala:196 ../lib/Widgets/StorageBar.vala:196286#: ../lib//Widgets/StorageBar.vala:196 ../lib/Widgets/StorageBar.vala:196
285#: ../lib/Widgets/StorageBar.vala:242287#: ../lib/Widgets/StorageBar.vala:242 ../lib/Widgets/StorageBar.vala:245
286msgid "%s free out of %s"288msgid "%s free out of %s"
287msgstr ""289msgstr ""
288290
@@ -301,7 +303,8 @@
301msgid "translator-credits"303msgid "translator-credits"
302msgstr ""304msgstr ""
303305
304#: ../lib/Widgets/StorageBar.vala:64306#. / TRANSLATORS: Refers to files the mime type. Not Files the app.
307#: ../lib/Widgets/StorageBar.vala:64 ../lib/Widgets/StorageBar.vala:67
305msgid "Files"308msgid "Files"
306msgstr ""309msgstr ""
307310

Subscribers

People subscribed via source and target branches