[Xfce4-commits] <postler:master> Add a translator comment about Junk
Christian Dywan
noreply at xfce.org
Tue Jan 25 20:02:02 CET 2011
Updating branch refs/heads/master
to 3844ca376a4155c27e9fe8072c035e973410d4fb (commit)
from c941be1e69e6bb8deeb4dd42fdec8c3ebb37a232 (commit)
commit 3844ca376a4155c27e9fe8072c035e973410d4fb
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Jan 25 19:58:14 2011 +0100
Add a translator comment about Junk
postler/postler-accounts.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/postler/postler-accounts.vala b/postler/postler-accounts.vala
index acd0705..2f8c2de 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -73,6 +73,7 @@ namespace Postler {
{ "Queue", STOCK_OUTBOX, N_("Outbox"), queue_folders, queue_folders.length, FolderType.QUEUE, 3 },
{ "Trash", STOCK_USER_TRASH, N_("Trash"), trash_folders, trash_folders.length, FolderType.TRASH, 4 },
{ "Archive", STOCK_ARCHIVE, N_("Archive"), archive_folders, archive_folders.length, FolderType.ARCHIVE, 5 },
+ /* i18n: Junk, unsolicited bulk mail, spam */
{ null, null, N_("Junk"), junk_folders, junk_folders.length, FolderType.JUNK, 6 },
{ null, Gtk.STOCK_DIRECTORY, null, null, 0, FolderType.GENERIC, 7 }
};
More information about the Xfce4-commits
mailing list