From 7c1f0e72ac5b77699acbcd343b1615f8c11fdf31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 12 Jan 2011 20:23:18 +0100 Subject: [PATCH] Add texts for album creation page. --- src/main/resources/i18n/sone.en.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 6f2d77f..be31272 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -129,6 +129,8 @@ Page.ImageBrowser.Album.Error.NotFound.Text=The requested album could not be fou Page.ImageBrowser.CreateAlbum.Button.CreateAlbum=Create Album Page.CreateAlbum.Title=Create Album - Sone +Page.CreateAlbum.Page.Title=Create Album +Page.CreateAlbum.Error.NameMissing=You seem to have forgotten to enter a name for your new album. Page.NoPermission.Title=Unauthorized Access - Sone Page.NoPermission.Page.Title=Unauthorized Access @@ -168,6 +170,8 @@ View.Post.Reply.DeleteLink=Delete View.Post.LikeLink=Like View.Post.UnlikeLink=Unlike +View.CreateAlbum.Label.Name=Name: + WebInterface.DefaultText.StatusUpdate=What’s on your mind? WebInterface.DefaultText.Message=Write a Message… WebInterface.DefaultText.Reply=Write a Reply… -- 2.7.4