[ljcom] r12652: LJSUP-13609 (FriendsPage redesign)
Committer: ailyin
LJSUP-13609 (FriendsPage redesign)U trunk/bin/upgrading/en_LJ.dat U trunk/cgi-bin/LJ/Router.pm
Modified: trunk/bin/upgrading/en_LJ.dat
===================================================================
--- trunk/bin/upgrading/en_LJ.dat 2012-09-14 13:51:50 UTC (rev 12651)
+++ trunk/bin/upgrading/en_LJ.dat 2012-09-14 14:04:08 UTC (rev 12652)
@@ -3733,6 +3733,22 @@
fotki.storage.title_prolog_space=Your storage space is nearly full
+friendsfeed.go.next_page=Next page
+
+friendsfeed.go.previous_page=Previous page
+
+friendsfeed.link.comments=[[count]] [[?count|comment|comments|comments]]
+
+friendsfeed.link.flag=Flag
+
+friendsfeed.link.memadd=Add to Memories
+
+friendsfeed.link.reply=Add comment
+
+friendsfeed.link.share=Share
+
+friendsfeed.link.track=Track this
+
friendsfriends.link=Friends of Friends
friendsfriends.text=Hey friend, the [[link]] page shows all your friends' Friends pages in one Friends page. Say that three times fast.
Modified: trunk/cgi-bin/LJ/Router.pm
===================================================================
--- trunk/cgi-bin/LJ/Router.pm 2012-09-14 13:51:50 UTC (rev 12651)
+++ trunk/cgi-bin/LJ/Router.pm 2012-09-14 14:04:08 UTC (rev 12652)
@@ -2,6 +2,7 @@
use strict;
use warnings;
+use LJ::Journal::Router;
use LJ::Mob::Router;
use LJ::Pics::Router;
use LJ::Router::Misc;
@@ -21,6 +22,7 @@
use LJ::Router::Inbox;
my @routers = qw(
+ LJ::Journal::Router
LJ::Mob::Router
LJ::Pics::Router
LJ::Router::Misc
