From ccbff17b14b44f28f94a6c7c1925b5c3475aad0f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 19 Mar 2009 15:45:53 +0000 Subject: [PATCH] Add i18n for the Gallery and Album. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_Gallery.pm | 20 +++++++++++++++++++ lib/WebGUI/i18n/English/Asset_GalleryAlbum.pm | 12 +++++++++++ 3 files changed, 33 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index b584b50de..b12020448 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -30,6 +30,7 @@ - rfe #9198: Turn Survey Edit Section/Question/Answer fields into RTEs (SDH Consulting Group) - rfe #9197: Survey timeout handling (SDH Consulting Group) - rfe #8862: Passive Analytics (SDH Consulting Group) + - fixed #9979: i18n labels for Gallery (serif, Knowmad Technologies) 7.6.14 - fixed: IE6 shows Admin Bar over Asset Manager diff --git a/lib/WebGUI/i18n/English/Asset_Gallery.pm b/lib/WebGUI/i18n/English/Asset_Gallery.pm index 994669b75..e9ea7b5ab 100644 --- a/lib/WebGUI/i18n/English/Asset_Gallery.pm +++ b/lib/WebGUI/i18n/English/Asset_Gallery.pm @@ -127,6 +127,7 @@ our $I18N = { lastUpdated => 0, context => 'Label for button to submit search form', }, + "templateIdAddArchive label" => { message => "Template to Add Multiple", lastUpdated => 0, @@ -741,6 +742,25 @@ our $I18N = { lastUpdated => 0, context => q{Option label for 300 pixels-per-inch images, good for printing images}, }, + + 'template listAlbumsRss' => { + message => 'Subscribe', + lastUpdated => 1237403207, + context => 'Label for link to RSS feed.', + }, + + 'template search basic title' => { + message => 'Search Gallery', + lastUpdated => 1237403442, + context => 'Title for basic search form in page.', + }, + + 'template search basic term' => { + message => 'Search Term', + lastUpdated => 1237403498, + context => 'Title for basic search term field in page.', + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/Asset_GalleryAlbum.pm b/lib/WebGUI/i18n/English/Asset_GalleryAlbum.pm index adb46f7dc..a29a49230 100644 --- a/lib/WebGUI/i18n/English/Asset_GalleryAlbum.pm +++ b/lib/WebGUI/i18n/English/Asset_GalleryAlbum.pm @@ -574,6 +574,18 @@ our $I18N = { context => q{template label in the Edit Album template. To pick a thumbnail to use to represent the Album.}, }, + 'template album thumbnail alt' => { + message => 'Preview thumbnail for', + lastUpdated => 1237404629, + context => 'Alt text for album thumbnail.', + }, + + 'template url_addDescription' => { + message => 'Add a Description', + lastUpdated => 1237405184, + context => 'Label for URL to add an album Description.', + }, + }; 1;