Merge commit 'tags/WebGUI_7.6.8-beta' into survey-rfe
* commit 'tags/WebGUI_7.6.8-beta': (96 commits) Release 7.6.8-beta preparing for 7.6.8 release convert to new storage format fixing photo comment test fixed: Syndicated Content corrupts wide characters Add the WikiPage to the list of contributions shown in the Account Contributions tab. added #!/usr/bin/env perl to all utility scripts Forward port i18n fix for Gallery Album RSS list. Fix some Survey i18n typos in the time limit hoverhelp. Large batch of Help and i18n. Also, make sure that the Fix a typo in the i18n help for the ITransact Pay Driver. Correct dataform captcha variable name in the help. Forward porting expanded patch for handling deleted things. Have Thingy check for existance of table and column to prevent Fix linking to other things and autocreating the form field for it. Update test to match fixed code. Remove the warnings pragma Only resize photos if they are larger than the Gallery resolutions. Fix a syntax error made in the i18n of the search button. I18n'ed a submit button in the manage transactions screen. ... Conflicts: lib/WebGUI/Asset/Wobject/Survey.pm lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm www/extras/wobject/Survey/editsurvey.js www/extras/wobject/Survey/editsurvey/object.js
This commit is contained in:
commit
b7520da07d
396 changed files with 2647 additions and 1186 deletions
|
|
@ -9,6 +9,96 @@ our $I18N = {
|
|||
context => q{Error message in Account.pm},
|
||||
},
|
||||
|
||||
'account layout template' => {
|
||||
message => q{Account Layout Template},
|
||||
context => q{Help title},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'common account variables' => {
|
||||
message => q{Common Account Variables},
|
||||
context => q{Help title},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'user_full_name' => {
|
||||
message => q{The full name of the user},
|
||||
context => q{template variable},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'user_member_since' => {
|
||||
message => q{The date this user created their account on the site, in epoch format. Use the Date macro to change the format.},
|
||||
context => q{template variable},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'view_profile_url' => {
|
||||
message => q{A URL to view the user's profile.},
|
||||
context => q{template variable},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'root_url' => {
|
||||
message => q{The URL to go back to the Account main screen.},
|
||||
context => q{template variable},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'back_url' => {
|
||||
message => q{A URL to leave the Account screen and go back to the website.},
|
||||
context => q{template variable},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'account_loop' => {
|
||||
message => q{A loop containing information about account plugins},
|
||||
context => q{template variable},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'account title' => {
|
||||
message => q{The title of this account plugin, from the config file. Macros in the title will be expanded.},
|
||||
context => q{template variable},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'account identifier' => {
|
||||
message => q{The identifier for this plugin, from the config file. Default identifiers are profile, inbox, friends, contributions, shop and user.},
|
||||
context => q{template variable. Note that the list of default identifiers should not be translated!},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'account className' => {
|
||||
message => q{The perl class name for this plugin.},
|
||||
context => q{template variable},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'is_[[IDENTIFIER]]' => {
|
||||
message => q{[[IDENTIFIER]] is replaced with the identifier from the plugin, for example, is_profile. The resulting boolean will be true for this plugin.},
|
||||
context => q{template variable},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'account url' => {
|
||||
message => q{The URL to activate this plugin.},
|
||||
context => q{template variable},
|
||||
lastUpdated => 1230845481,
|
||||
},
|
||||
|
||||
'is_method_[[METHOD]]' => {
|
||||
message => q{[[METHOD]] is replaced with the name of the default method for this plugin. The default name for this method is view.},
|
||||
context => q{template variable},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
'is_active' => {
|
||||
message => q{This variable will be true if this plugin is currently being viewed.},
|
||||
context => q{template variable},
|
||||
lastUpdated => 1230844137,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ our $I18N = {
|
|||
message => q|Layout Template|,
|
||||
lastUpdated => 1119068809
|
||||
},
|
||||
|
||||
|
||||
'contrib layout template hoverHelp' => {
|
||||
message => q{Choose a layout template in which to enclose the content from the various methods within the contributions tab},
|
||||
lastUpdated => 1119068809
|
||||
|
|
@ -33,7 +33,7 @@ our $I18N = {
|
|||
message => q|View Contributions Template|,
|
||||
lastUpdated => 1119068809
|
||||
},
|
||||
|
||||
|
||||
'contrib view template hoverHelp' => {
|
||||
message => q{Choose the template for displaying user contributions},
|
||||
lastUpdated => 1119068809
|
||||
|
|
@ -63,7 +63,62 @@ our $I18N = {
|
|||
message => q{total contributions},
|
||||
lastUpdated => 1119068809
|
||||
},
|
||||
|
||||
|
||||
'account contributions layout template' => {
|
||||
message => q{Account Contributions Layout Template},
|
||||
lastUpdated => 1230848105,
|
||||
},
|
||||
|
||||
'title_url' => {
|
||||
message => q{URL to sort contributions by title. Note that this URL also toggles the state of the sorting direction, ascending or descending.},
|
||||
lastUpdated => 1230848105,
|
||||
},
|
||||
|
||||
'type_url' => {
|
||||
message => q{URL to sort contributions by type of contribution. Note that this URL also toggles the state of the sorting direction, ascending or descending.},
|
||||
lastUpdated => 1230848105,
|
||||
},
|
||||
|
||||
'dateStamp_url' => {
|
||||
message => q{URL to sort contributions by date it was created. Note that this URL also toggles the state of the sorting direction, ascending or descending.},
|
||||
lastUpdated => 1230848105,
|
||||
},
|
||||
|
||||
'rpp_url' => {
|
||||
message => q{URL to change the number of results per page.},
|
||||
lastUpdated => 1230848105,
|
||||
},
|
||||
|
||||
'has_contributions' => {
|
||||
message => q{A boolean which will be true if the user has made contributions to the site.},
|
||||
lastUpdated => 1230848105,
|
||||
},
|
||||
|
||||
'contributions_total' => {
|
||||
message => q{The total number of contributions made by the user.},
|
||||
lastUpdated => 1230848105,
|
||||
},
|
||||
|
||||
'user_full_name' => {
|
||||
message => q{The name of the user whose contributions are being viewed.},
|
||||
lastUpdated => 1230848105,
|
||||
},
|
||||
|
||||
'user_member_since' => {
|
||||
message => q{The date, as an epoch, that the user whose contributions are being viewed created an account on this site.},
|
||||
lastUpdated => 1230848105,
|
||||
},
|
||||
|
||||
'contributions_loop' => {
|
||||
message => q{A loop containing information about all contributions made by this user.},
|
||||
lastUpdated => 1230848105,
|
||||
},
|
||||
|
||||
'contributions_variables' => {
|
||||
message => q{Every Asset variable that the asset provides will be in this loop, by name. The more common, useful ones will be title, url, menutitle, dateCreated, synopsis, lastModified, and so on.},
|
||||
lastUpdated => 1230866082,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -485,6 +485,46 @@ our $I18N = {
|
|||
lastUpdated => 1181410226,
|
||||
},
|
||||
|
||||
'common account variables' => {
|
||||
message => q|Common Account, Inbox Plugin, Template Variables.|,
|
||||
lastUpdated => 1230867391,
|
||||
},
|
||||
|
||||
'view_inbox_url' => {
|
||||
message => q|URL to view the Inbox screen.|,
|
||||
lastUpdated => 1230867391,
|
||||
},
|
||||
|
||||
'view_invitations_url' => {
|
||||
message => q|URL to view the Invitations screen.|,
|
||||
lastUpdated => 1230867391,
|
||||
},
|
||||
|
||||
'unread_message_count' => {
|
||||
message => q|The number of unread messages in the Inbox.|,
|
||||
lastUpdated => 1230867391,
|
||||
},
|
||||
|
||||
'invitation_count' => {
|
||||
message => q|The number of Invitations this user has received.|,
|
||||
lastUpdated => 1230867391,
|
||||
},
|
||||
|
||||
'invitations_enabled' => {
|
||||
message => q|A boolean that is true if the user is willing to receive invitations to join Friends Networks on this site.|,
|
||||
lastUpdated => 1230867391,
|
||||
},
|
||||
|
||||
'user_invitations_enabled' => {
|
||||
message => q|A boolean that is true if this site is configured to send invitations to users outside of the site.|,
|
||||
lastUpdated => 1230867391,
|
||||
},
|
||||
|
||||
'invite_friend_url' => {
|
||||
message => q|The URL to invite this user to be join your Friend Network.|,
|
||||
lastUpdated => 1230867391,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -11,30 +11,44 @@ our $I18N = {
|
|||
|
||||
'shop style template label' => {
|
||||
message => q|Style Template|,
|
||||
lastUpdated => 1119068809
|
||||
lastUpdated => 1119068809,
|
||||
},
|
||||
|
||||
'shop style template hoverHelp' => {
|
||||
message => q|Select a style template from the list to enclose the shop tab in.|,
|
||||
lastUpdated => 1119068809
|
||||
lastUpdated => 1119068809,
|
||||
},
|
||||
|
||||
'shop layout template label' => {
|
||||
message => q|Layout Template|,
|
||||
lastUpdated => 1119068809
|
||||
lastUpdated => 1119068809,
|
||||
},
|
||||
|
||||
|
||||
'shop layout template hoverHelp' => {
|
||||
message => q{Choose a layout template in which to enclose the content from the various methods within the shop tab},
|
||||
lastUpdated => 1119068809
|
||||
lastUpdated => 1119068809,
|
||||
},
|
||||
|
||||
'manage purchases label' => {
|
||||
message => q{Manage Purchases},
|
||||
lastUpdated => 1119068809
|
||||
lastUpdated => 1119068809,
|
||||
},
|
||||
|
||||
'manage_purchases_url' => {
|
||||
message => q{The URL to the manage purchases screen.},
|
||||
lastUpdated => 1119068809,
|
||||
},
|
||||
|
||||
'managePurchasesIsActive' => {
|
||||
message => q{A boolean that is true if the current screen is view, managePurchases or viewTransaction.},
|
||||
lastUpdated => 1119068809,
|
||||
},
|
||||
|
||||
'common account variables' => {
|
||||
message => q{Common Account, Shop Plugin, Template Variables.},
|
||||
lastUpdated => 1230867169,
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -34,6 +34,17 @@ our $I18N = {
|
|||
lastUpdated => 1119068809
|
||||
},
|
||||
|
||||
'user layout template title' => {
|
||||
message => q{Account User Layout Template},
|
||||
lastUpdated => 1230846973,
|
||||
},
|
||||
|
||||
'user layout template body' => {
|
||||
message => q{This Account plugin is only a wrapper for the WebGUI Auth system. Please see
|
||||
the display account templates for information about styling this screen.},
|
||||
lastUpdated => 1230846978,
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -904,6 +904,55 @@ our $I18N = {
|
|||
message => q{<h1>Error!</h1><p>You need to commit this calendar before you can create a new event</p>},
|
||||
lastUpdated => 1166848379,
|
||||
},
|
||||
|
||||
'New Year' => {
|
||||
message => q{New Year},
|
||||
context => q{template label, In a list of events, used to indicate that the year has changed},
|
||||
lastUpdated => 1229310924,
|
||||
},
|
||||
|
||||
'New Month' => {
|
||||
message => q{New Month},
|
||||
context => q{template label, In a list of events, used to indicate that the month has changed},
|
||||
lastUpdated => 1229310924,
|
||||
},
|
||||
|
||||
'New Day' => {
|
||||
message => q{New Day},
|
||||
context => q{template label, In a list of events, used to indicate that the day has changed},
|
||||
lastUpdated => 1229311001,
|
||||
},
|
||||
|
||||
'UP' => {
|
||||
message => q{UP},
|
||||
context => q{template label, referring to the previous week, up. Should be an abbreviation with 2 characters},
|
||||
lastUpdated => 1230356830,
|
||||
},
|
||||
|
||||
'DN' => {
|
||||
message => q{DN},
|
||||
context => q{template label, referring to the next week, down. Should be an abbreviation with 2 characters},
|
||||
lastUpdated => 1230356830,
|
||||
},
|
||||
|
||||
'Add a feed' => {
|
||||
message => q{Add a feed},
|
||||
context => q{feed refers to an iCalendar/iCal feed},
|
||||
lastUpdated => 1230931579,
|
||||
},
|
||||
|
||||
'Add' => {
|
||||
message => q{Add},
|
||||
context => q{to add, or append to a list},
|
||||
lastUpdated => 1230931579,
|
||||
},
|
||||
|
||||
'Feed URL' => {
|
||||
message => q{Feed URL},
|
||||
context => q{},
|
||||
lastUpdated => 1230931579,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -541,6 +541,12 @@ our $I18N = {
|
|||
lastUpdated => 1109696029,
|
||||
},
|
||||
|
||||
'date posted' => {
|
||||
message => q|Date Posted|,
|
||||
lastUpdated => 1229907194,
|
||||
context => q|i18n lable for Collaboration template|,
|
||||
},
|
||||
|
||||
'location' => {
|
||||
message => q|Location|,
|
||||
lastUpdated => 1109696029,
|
||||
|
|
@ -1665,11 +1671,36 @@ the Collaboration Asset, the user will be notified.|,
|
|||
message => q|Post received template|,
|
||||
lastUpdated => 1221247761,
|
||||
},
|
||||
|
||||
'post received template hoverHelp' => {
|
||||
message => q|The template for the message received when a user makes a post.|,
|
||||
lastUpdated => 1221247761,
|
||||
},
|
||||
|
||||
'Link Description' => {
|
||||
message => q|Link Description|,
|
||||
context => q|i18n label for the link list collaboration template.|,
|
||||
lastUpdated => 1221247761,
|
||||
},
|
||||
|
||||
'Link URL' => {
|
||||
message => q|Link URL|,
|
||||
context => q|i18n label for the link list collaboration template.|,
|
||||
lastUpdated => 1221247761,
|
||||
},
|
||||
|
||||
'List All Links' => {
|
||||
message => q|List All Links|,
|
||||
context => q|i18n label for the link list collaboration template.|,
|
||||
lastUpdated => 1221247761,
|
||||
},
|
||||
|
||||
'has posted to one of your subscriptions' => {
|
||||
message => q|has posted to one of your subscriptions|,
|
||||
context => q|i18n label for the notification template. "user" has posted..|,
|
||||
lastUpdated => 1229910435,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,57 +1,62 @@
|
|||
package WebGUI::i18n::English::Asset_Dashboard;
|
||||
package WebGUI::i18n::English::Asset_Dashboard;
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'dashboard template field label' => {
|
||||
message => q|Dashboard Template|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'dashboard template description' => {
|
||||
message => q|Choose a Dashboard/Portal Layout template. The default is the <b>Three Column Layout</b>.|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'assetName' => {
|
||||
message => q|Dashboard (beta)|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'dashboard adminsGroupId description' => {
|
||||
message => q|Which group may administer this Dashboard: Add/Edit/Remove Available Dashlets, Preferences, and Templates|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'dashboard adminsGroupId field label' => {
|
||||
message => q|Who can manage?|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'dashboard usersGroupId field label' => {
|
||||
message => q|Who can personalize?|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'dashboard usersGroupId description' => {
|
||||
message => q|The group whose users may save their personalizations/preferences to the site. If someone is in the "Who can view?" group but not in this group, they can personalize the arrangement of the Dashlets (whose positions will be saved in cookies), but they will not be able to edit the preferences of any particular Dashlet.|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'dashboard template field label' => {
|
||||
message => q|Dashboard Template|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
|
||||
'dashboard template field label' => {
|
||||
message => q|Dashboard Template|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
|
||||
'assets to hide' => {
|
||||
message => q|Assets To Hide.|,
|
||||
lastUpdated => 1118942468
|
||||
},
|
||||
|
||||
'assets to hide description' => {
|
||||
message => q|This list contains one checkbox for each child Asset of the Page Layout. Select the
|
||||
checkbox for any Asset that you do not want displayed in the Page Layout Asset.
|
||||
|,
|
||||
lastUpdated => 1119410080,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
our $I18N = {
|
||||
'dashboard template field label' => {
|
||||
message => q|Dashboard Template|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'dashboard template description' => {
|
||||
message => q|Choose a Dashboard/Portal Layout template. The default is the <b>Three Column Layout</b>.|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'assetName' => {
|
||||
message => q|Dashboard (beta)|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'dashboard adminsGroupId description' => {
|
||||
message => q|Which group may administer this Dashboard: Add/Edit/Remove Available Dashlets, Preferences, and Templates|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'dashboard adminsGroupId field label' => {
|
||||
message => q|Who can manage?|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'dashboard usersGroupId field label' => {
|
||||
message => q|Who can personalize?|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'dashboard usersGroupId description' => {
|
||||
message => q|The group whose users may save their personalizations/preferences to the site. If someone is in the "Who can view?" group but not in this group, they can personalize the arrangement of the Dashlets (whose positions will be saved in cookies), but they will not be able to edit the preferences of any particular Dashlet.|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
'dashboard template field label' => {
|
||||
message => q|Dashboard Template|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
|
||||
'dashboard template field label' => {
|
||||
message => q|Dashboard Template|,
|
||||
lastUpdated => 1133619940
|
||||
},
|
||||
|
||||
'assets to hide' => {
|
||||
message => q|Assets To Hide.|,
|
||||
lastUpdated => 1118942468
|
||||
},
|
||||
|
||||
'assets to hide description' => {
|
||||
message => q|This list contains one checkbox for each child Asset of the Page Layout. Select the
|
||||
checkbox for any Asset that you do not want displayed in the Page Layout Asset.
|
||||
|,
|
||||
lastUpdated => 1119410080,
|
||||
},
|
||||
|
||||
'hide new content list' => {
|
||||
message => q|Hide New Content List|,
|
||||
lastUpdated => 1230356526,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1013,6 +1013,19 @@ be useful, others may not.|,
|
|||
lastUpdated => 0,
|
||||
context => q{Description of asset property},
|
||||
},
|
||||
|
||||
'Entry ID' => {
|
||||
message => q{Entry ID},
|
||||
lastUpdated => 1229910550,
|
||||
context => q{Unique identifier for this entry. i18n label for template},
|
||||
},
|
||||
|
||||
'Submission Date' => {
|
||||
message => q{Submission Date},
|
||||
lastUpdated => 1229910550,
|
||||
context => q{The date that this entry was submitted to the site. i18n label for template},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -480,8 +480,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'helpvar albums rss' => {
|
||||
message => 'This is the loop over the albums being currently displayed.',
|
||||
lastUpdated => 0,
|
||||
message => 'A loop containing an RSS feed for albums in the gallery.',
|
||||
lastUpdated => 1231287030,
|
||||
},
|
||||
|
||||
'helpvar rssDate' => {
|
||||
|
|
@ -671,11 +671,17 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'template listFilesForUser albums title' => {
|
||||
message => q{Albums},
|
||||
lastUpdated => 0,
|
||||
message => q{My Albums},
|
||||
lastUpdated => 1230576660,
|
||||
context => q{Title for list of user's Albums},
|
||||
},
|
||||
|
||||
'template listFilesForUser pictures title' => {
|
||||
message => q{My Pictures},
|
||||
lastUpdated => 1230576660,
|
||||
context => q{Title for list of user's Pictures},
|
||||
},
|
||||
|
||||
'template listFilesForUser albums files' => {
|
||||
message => q{files},
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
|
|
@ -366,15 +366,15 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'template add' => {
|
||||
message => "Add",
|
||||
lastUpdated => 0,
|
||||
context => 'Verb shown in title when adding a new Album',
|
||||
message => "Add Album",
|
||||
lastUpdated => 1230581051,
|
||||
context => 'To add a new album',
|
||||
},
|
||||
|
||||
'template edit' => {
|
||||
message => "Edit",
|
||||
lastUpdated => 0,
|
||||
context => 'Verb shown in title when editing an existing Album',
|
||||
message => "Edit Album",
|
||||
lastUpdated => 1230581053,
|
||||
context => 'To edit an existing album',
|
||||
},
|
||||
|
||||
'template assetName' => {
|
||||
|
|
@ -562,6 +562,12 @@ our $I18N = {
|
|||
context => q{Description of asset property to allow people besides the owner to add files to the album},
|
||||
},
|
||||
|
||||
'template use as thumbnail' => {
|
||||
message => q{Use as Album Thumbnail},
|
||||
lastUpdated => 0,
|
||||
context => q{template label in the Edit Album template. To pick a thumbnail to use to represent the Album.},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -266,12 +266,12 @@ be useful, others may not.|,
|
|||
context => q|Translator note: the "%s" tokens in the message should not be translated.|,
|
||||
lastUpdated => 1168994613
|
||||
},
|
||||
|
||||
|
||||
'url pattern filter label' => {
|
||||
message => q|Url Pattern Filter|,
|
||||
lastUpdated => 1168994613,
|
||||
},
|
||||
|
||||
|
||||
'url pattern filter hover help' => {
|
||||
message => q|Enter patterns one per line (Perl regular expressions are valid) that should be filtered when re-writing urls
|
||||
<br /><br />
|
||||
|
|
@ -279,7 +279,25 @@ be useful, others may not.|,
|
|||
/bms/documents/document_\\d+\\.pdf
|
||||
|,
|
||||
lastUpdated => 1168994613,
|
||||
}
|
||||
},
|
||||
|
||||
'not found in content' => {
|
||||
message => q|not found in content|,
|
||||
lastUpdated => 1230159074,
|
||||
context => q|i18n fragment used in default HTTP Proxy template|,
|
||||
},
|
||||
|
||||
'Error: Search string' => {
|
||||
message => q|Error: search string|,
|
||||
lastUpdated => 1230159074,
|
||||
context => q|i18n fragment used in default HTTP Proxy template|,
|
||||
},
|
||||
|
||||
'Warning: Ending search point' => {
|
||||
message => q|Error search point|,
|
||||
lastUpdated => 1230159074,
|
||||
context => q|i18n fragment used in default HTTP Proxy template|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -15,18 +15,26 @@ our $I18N = {
|
|||
'category_loop' => {
|
||||
message => q|A loop containing all of the categories in this Matrix.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the category_loop tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'attribute_loop' => {
|
||||
message => q|A loop containing all of the attributes in a category of this Matrix.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the attribute_loop tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'categoryLabel' => {
|
||||
message => q|The label of a category.|,
|
||||
lastUpdated => 1149783768,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the categoryLabel tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
|
||||
'tmplVar category' => {
|
||||
message => q|The name of the current category.|,
|
||||
lastUpdated => 1149783768,
|
||||
},
|
||||
'compareForm' => {
|
||||
message => q|The compare box form. The list of matrix listings in this form is a yui datatable. See the <a href='http://developer.yahoo.com/yui/examples/datatable/dt_skinning.html'>yui docs</a> for information about skinning yui datatables.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the compareForm tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'value' => {
|
||||
message => q|The value of this field.|,
|
||||
|
|
@ -38,80 +46,18 @@ our $I18N = {
|
|||
lastUpdated => 1184949083,
|
||||
},
|
||||
|
||||
'comments' => {
|
||||
message => q|The comments attached to this listing.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
'comparison template help body' => {
|
||||
message => q|Both the compare box form and the comparison list on the matrix compare page are dynamically
|
||||
generated yui datatables. See the <a href='http://developer.yahoo.com/yui/examples/datatable/dt_skinning.html'>yui
|
||||
docs</a> for information about skinning yui datatables.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'emailForm' => {
|
||||
message => q|A form to use to send an email to the listing maintainer.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'emailSent' => {
|
||||
message => q|A condition indicating whether or not an email message was sent.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'isPending' => {
|
||||
message => q|A conditional indicating whether or not this listing has been approved or not.|,
|
||||
lastUpdated => 1167186037,
|
||||
},
|
||||
|
||||
'lastUpdated_epoch' => {
|
||||
message => q|The epoch date of when this listing was last updated.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'lastUpdated_date' => {
|
||||
message => q|A human readable date of when this listing was last updated.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'description' => {
|
||||
message => q|The description of this listing.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'productName' => {
|
||||
message => q|The name of this listing. This is the same as this matrix listing's asset title.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'productUrl' => {
|
||||
message => q|The manufacturer's URL for this listing.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'productUrl_click' => {
|
||||
message => q|The product URL to use if you want to register the click count for this listing.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'manufacturerUrl' => {
|
||||
message => q|The manufacturer's URL.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'manufacturerUrl_click' => {
|
||||
message => q|The manufacturer URL to use if you want to register the click count for this listing.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'views' => {
|
||||
message => q|The total number of views this listing has received.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'compares' => {
|
||||
message => q|The total number of compares this listing has received.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'clicks' => {
|
||||
message => q|The total number of clicks this listing has received.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
'javascript' => {
|
||||
message => q|The inline javascript for this template.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the javascript tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'views label' => {
|
||||
message => q|Views|,
|
||||
|
|
@ -128,51 +74,6 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'ratings' => {
|
||||
message => q|The ratings form (or results) for this listing.|,
|
||||
lastUpdated => 1149784175,
|
||||
},
|
||||
|
||||
'CATEGORY_NAME_loop' => {
|
||||
message => q|A loop containting attributes and values for those attributes is created for each category in this matrix. The name of the loop is the category name with spaces replaced with hyphens and a _loop added to the end. So if you have a category called "Bells and Whistles" then the loop would be called "bells-and-whistles_loop".|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'attribute_loop' => {
|
||||
message => q|A loop containing attributes and values for those attributes.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'tmplVar name' => {
|
||||
message => q|The name of this field.|,
|
||||
lastUpdated => 1149784175,
|
||||
},
|
||||
|
||||
'label' => {
|
||||
message => q|The label of this field.|,
|
||||
lastUpdated => 1149784175,
|
||||
},
|
||||
|
||||
'category listing description' => {
|
||||
message => q|The description that tells the user what this field represents.|,
|
||||
lastUpdated => 1149784175,
|
||||
},
|
||||
|
||||
'tmplVar category' => {
|
||||
message => q|The name of the category this field is in.|,
|
||||
lastUpdated => 1149784175,
|
||||
},
|
||||
|
||||
'tmplVar class' => {
|
||||
message => q|The stylesheet class name for this field. The class is the field value with spaces replaced with underscores and all non alphanumeric characters removed.|,
|
||||
lastUpdated => 1149784175,
|
||||
},
|
||||
|
||||
'detail template help title' => {
|
||||
lastUpdated => 0,
|
||||
message => q|Matrix Listing Detail Template Variables|
|
||||
},
|
||||
|
||||
'search_url' => {
|
||||
message => q|The URL to the matrix search page.|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -268,6 +169,7 @@ listing,|,
|
|||
'listAttributes_url' => {
|
||||
message => q|The URL to the page where you configure new listing attributes for this matrix.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the listAttributes_url tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'list attributes label' => {
|
||||
|
|
@ -288,178 +190,135 @@ listing,|,
|
|||
'addMatrixListing_url' => {
|
||||
message => q|The URL to the page where a user can add a new listing to the matrix.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the addMatrixListing_url tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'bestViews_url' => {
|
||||
message => q|The URL to the listing that has the most views.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the bestViews_url tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'bestViews_count' => {
|
||||
message => q|The total number of views of the listing that has the most views.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the bestViews_count tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'bestViews_name' => {
|
||||
message => q|The name of the listing that has the most views.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the bestViews_name tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'bestCompares_url' => {
|
||||
message => q|The URL to the listing that has the most compares.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'bestCompares_count' => {
|
||||
message => q|The number of compares of the listing that has the most compares.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the bestCompares_count tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'bestCompares_name' => {
|
||||
message => q|The name of the listing that has the most compares.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the bestCompares_name tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'bestClicks_url' => {
|
||||
message => q|The URL of the listing that has the most clicks.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the bestClicks_url tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'bestClicks_count' => {
|
||||
message => q|The number of clicks of the listing that has the most clicks.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the bestClicks_count tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'bestClicks_name' => {
|
||||
message => q|The name of the listing that has the most clicks.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the bestClicks_name tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'best_rating_loop' => {
|
||||
message => q|A loop containing all of the categories for this matrix and their best ratings.|,
|
||||
message => q|A loop containing the best rated listings for each categories of this matrix.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the best_rating_loop tmpl_loop for the template help.|,
|
||||
},
|
||||
|
||||
'tmplVar best.url' => {
|
||||
message => q|The URL of the listing that has the best rating for this category.|,
|
||||
'url' => {
|
||||
message => q|The URL of the listing.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the url tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'tmplVar best.category' => {
|
||||
message => q|The name of this category.|,
|
||||
'category' => {
|
||||
message => q|The category of the listing.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the category tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'tmplVar best.name' => {
|
||||
message => q|The name of the listing that has the best rating for this category.|,
|
||||
'name' => {
|
||||
message => q|The name of the listing.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the name tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'mean' => {
|
||||
message => q|The mean (or average) rating of the best listing in this category.|,
|
||||
message => q|The mean (or average) rating of the best/worst listing in this category.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the mean tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'median' => {
|
||||
message => q|The median (or middle) rating of the best listing in this category.|,
|
||||
message => q|The median (or middle) rating of the best/worst listing in this category.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the median tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'count' => {
|
||||
message => q|The sum of all the votes of the best listing in this category.|,
|
||||
message => q|The sum of all the votes of the best/worst listing in this category.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the count tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'worst_rating_loop' => {
|
||||
message => q|A loop containing all of the categories for this matrix and their worst ratings.|,
|
||||
message => q|A loop containing the worst rated listings for each categories of this matrix.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'tmplVar worst.url' => {
|
||||
message => q|The URL of the listing that has the worst rating for this category.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'tmplVar worst.category' => {
|
||||
message => q|The name of this category.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'tmplVar worst.name' => {
|
||||
message => q|The name of the listing that has the worst rating for this category.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'tmplVar worst.mean' => {
|
||||
message => q|The mean (or average) rating of the worst listing in this category.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'tmplVar worst.median' => {
|
||||
message => q|The median (or middle) rating of the worst listing in this category.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'tmplVar worst.count' => {
|
||||
message => q|The sum of all the votes of the worst listing in this category.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'ratings.details.url' => {
|
||||
message => q|The URL to the ratings details page.|,
|
||||
lastUpdated => 1149795214,
|
||||
},
|
||||
|
||||
'best.posts.url' => {
|
||||
message => q|The URL to the listing that has the most forum posts.|,
|
||||
lastUpdated => 1149795214,
|
||||
context => q|Description of the worst_rating_loop tmpl_loop for the template help.|,
|
||||
},
|
||||
|
||||
'last_updated_loop' => {
|
||||
message => q|A loop containing the 20 most recently updated listings.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the last_updated_loop tmpl_loop for the template help.|,
|
||||
},
|
||||
|
||||
'tmplVar last.url' => {
|
||||
message => q|The URL to view this listing.|,
|
||||
lastUpdated => 1149795214,
|
||||
},
|
||||
|
||||
'tmplVar last.name' => {
|
||||
message => q|The name of the product.|,
|
||||
lastUpdated => 1149795214,
|
||||
},
|
||||
|
||||
'tmplVar last.lastUpdated' => {
|
||||
'lastUpdated' => {
|
||||
message => q|The date this listing was updated.|,
|
||||
lastUpdated => 1149795214,
|
||||
context => q|Description of lastUpdated the tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'listingCount' => {
|
||||
message => q|The number of listings in this matrix.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of listingCount the tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'pending_loop' => {
|
||||
message => q|A loop containing the list of pending listing.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the pending_loop tmpl_loop for the template help.|,
|
||||
},
|
||||
|
||||
'tmplVar pending.url' => {
|
||||
message => q|The URL to the pending listing.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'tmplVar pending.name' => {
|
||||
message => q|The product title of the pending listing.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'narrow the matrix label' => {
|
||||
message => q|Narrow The Matrix|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'expand the matrix label' => {
|
||||
message => q|Expand The Matrix|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -470,34 +329,27 @@ listing,|,
|
|||
lastUpdated => 1184949132,
|
||||
},
|
||||
|
||||
'ratings detail template help title' => {
|
||||
lastUpdated => 1230,
|
||||
message => q|Matrix Ratings Detail Template Variables|
|
||||
},
|
||||
|
||||
'listing name' => {
|
||||
message => q|The name of this listing.|,
|
||||
lastUpdated => 1149996259,
|
||||
},
|
||||
|
||||
'fieldType' => {
|
||||
message => q|The type of field specified for this matrix field.|,
|
||||
lastUpdated => 1149996685,
|
||||
},
|
||||
|
||||
'listing label' => {
|
||||
message => q|The label given to this field that describes what the field represents.|,
|
||||
lastUpdated => 1149996685,
|
||||
'label' => {
|
||||
message => q|The label given to this attribute that describes what the attribtute represents.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the listing label tmpl_var inside the attribute loop in the search screen.|,
|
||||
},
|
||||
|
||||
'search field description' => {
|
||||
message => q|A description of the field that gives more detail about the field and is used in the hover over tool tips.|,
|
||||
lastUpdated => 1149996685,
|
||||
'description' => {
|
||||
message => q|A description of the attribute that gives more detail about the attribute and is used in the hover over tool tips.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the description tmpl_var inside the attribute loop in the search screen.|,
|
||||
},
|
||||
|
||||
'form' => {
|
||||
message => q|The form element representing this field.|,
|
||||
lastUpdated => 1149996685,
|
||||
message => q|The form element representing this attribute.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the form tmpl_var inside the attribute loop in the search screen.|,
|
||||
},
|
||||
|
||||
'search template help title' => {
|
||||
|
|
@ -506,13 +358,13 @@ listing,|,
|
|||
},
|
||||
|
||||
'categories description' => {
|
||||
message => q|Specify one category per line here to define the categories for this matrix. Categories are used to subdivide fields and also represent the things users can rate each listing on.|,
|
||||
lastUpdated => 0,
|
||||
message => q|Specify one category per line here to define the categories for this matrix. Categories are used to subdivide fields and also represent the things users can rate each listing on.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'categories default value' => {
|
||||
message => qq|Features\nBenefits|,
|
||||
lastUpdated => 0,
|
||||
message => qq|Features\nBenefits|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'submission approval workflow description' => {
|
||||
|
|
@ -764,11 +616,6 @@ listing,|,
|
|||
message => q|Name|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
# 'field label' => {
|
||||
# message => q|Field Label|,
|
||||
# lastUpdated => 1136499282,
|
||||
# },
|
||||
|
||||
'fieldType label' => {
|
||||
message => q|Field Type|,
|
||||
|
|
@ -790,11 +637,6 @@ listing,|,
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'no copy' => {
|
||||
message => q|This asset may not be copied.|,
|
||||
lastUpdated => 1133758944,
|
||||
},
|
||||
|
||||
'no edit rights' => {
|
||||
message => q|You don't have the rights to edit this listing.|,
|
||||
lastUpdated => 1133758944,
|
||||
|
|
@ -820,31 +662,6 @@ listing,|,
|
|||
message => q|Edit/Add Attribute|
|
||||
},
|
||||
|
||||
'good bad' => {
|
||||
lastUpdated => 1135279558,
|
||||
message => q|Good Bad|
|
||||
},
|
||||
|
||||
'text' => {
|
||||
lastUpdated => 1135279558,
|
||||
message => q|Text|
|
||||
},
|
||||
|
||||
'url' => {
|
||||
lastUpdated => 1135279558,
|
||||
message => q|URL|
|
||||
},
|
||||
|
||||
'text area' => {
|
||||
lastUpdated => 1135279558,
|
||||
message => q|Text Area|,
|
||||
},
|
||||
|
||||
'combo' => {
|
||||
lastUpdated => 1135279558,
|
||||
message => q|Combo|,
|
||||
},
|
||||
|
||||
'delete listing confirmation' => {
|
||||
lastUpdated => 1135289632,
|
||||
message => q|<h1>Confirm Delete</h1>
|
||||
|
|
@ -880,11 +697,6 @@ listing,|,
|
|||
message => q|The name of the attribute that you are creating. It is case sensitive and must be unique.|
|
||||
},
|
||||
|
||||
# 'field label description' => {
|
||||
# lastUpdated => 1135279558,
|
||||
# message => q|The name of the field that you are creating. It is case sensitive and must be unique.|
|
||||
# },
|
||||
|
||||
'fieldType description' => {
|
||||
lastUpdated => 0,
|
||||
message => q|<p>The field type of attribute you are creating. Please select the field type from the options in the drop-down list.</p>|
|
||||
|
|
@ -927,10 +739,22 @@ selectBox.</p>|
|
|||
message => q|Compare|,
|
||||
},
|
||||
|
||||
'last updated label' => {
|
||||
lastUpdated => 0,
|
||||
message => q|Last Updated|,
|
||||
context => q|The label of the last updated field in the comparison table on the compare screen.|,
|
||||
},
|
||||
|
||||
'hide stickied button label' => {
|
||||
lastUpdated => 0,
|
||||
message => q|Hide/show stickied|,
|
||||
},
|
||||
|
||||
'matrix asset template variables title' => {
|
||||
lastUpdated => 0,
|
||||
message => q|Matrix Asset Template Variables|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
|
||||
'template description' => {
|
||||
message => q|Select a template to be used to display the default view of the Matrix.|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -194,7 +193,6 @@ it would be best to make sure the names are the same.|,
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
|
||||
'show ratings' => {
|
||||
message => q|Show Ratings|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -205,6 +203,187 @@ it would be best to make sure the names are the same.|,
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'detail template help title' => {
|
||||
lastUpdated => 0,
|
||||
message => q|Matrix Listing Detail Template Variables|,
|
||||
context => q|The title of the help page for the matrix listing detail template.|,
|
||||
},
|
||||
|
||||
'edit listing template help title' => {
|
||||
lastUpdated => 0,
|
||||
message => q|Edit Matrix Listing Template Variables|,
|
||||
context => q|The title of the help page for the edit listing template.|,
|
||||
},
|
||||
|
||||
'form' => {
|
||||
message => q|The complete edit form.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the form tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'screenshots' => {
|
||||
message => q|This listings screenshots displayed using the ukplayer.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the screenshots tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'comments' => {
|
||||
message => q|The comments attached to this listing.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the comments tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'emailForm' => {
|
||||
message => q|A form to use to send an email to the listing maintainer.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the emailForm tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'emailSent' => {
|
||||
message => q|A condition indicating whether or not an email message was sent.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the emailSent tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'isPending' => {
|
||||
message => q|A conditional indicating whether or not this listing has been approved or not.|,
|
||||
lastUpdated => 1167186037,
|
||||
context => q|Description of the CATEGORY_NAME_loop tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'lastUpdated_epoch' => {
|
||||
message => q|The epoch date of when this listing was last updated.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the CATEGORY_NAME_loop tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'lastUpdated_date' => {
|
||||
message => q|A human readable date of when this listing was last updated.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the CATEGORY_NAME_loop tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'description' => {
|
||||
message => q|The description of this listing.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the description tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'productName' => {
|
||||
message => q|The name of this listing. This is the same as this matrix listing's asset title.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the productName tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'productUrl' => {
|
||||
message => q|The manufacturer's URL for this listing.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the productUrl tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'productUrl_click' => {
|
||||
message => q|The product URL to use if you want to register the click count for this listing.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the productUrl_click tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'manufacturerUrl' => {
|
||||
message => q|The manufacturer's URL.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the manufacturerUrl tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'manufacturerUrl_click' => {
|
||||
message => q|The manufacturer URL to use if you want to register the click count for this listing.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the manufacturerUrl_click tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'views' => {
|
||||
message => q|The total number of views this listing has received.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the views tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'compares' => {
|
||||
message => q|The total number of compares this listing has received.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the compares tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'clicks' => {
|
||||
message => q|The total number of clicks this listing has received.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the clicks tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
|
||||
'version' => {
|
||||
message => q|The version of this listing.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the version tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'ratings' => {
|
||||
message => q|An overview of the ratings this listing has received and a form to rate this listing if the user hasn't rated it already.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the ratings tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'CATEGORY_NAME_loop' => {
|
||||
message => q|A loop containting attributes and values for those attributes is created for each category in this matrix. The name of the loop is the category name with spaces replaced with hyphens and a _loop added to the end. So if you have a category called "Bells and Whistles" then the loop would be called "bells-and-whistles_loop".|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the CATEGORY_NAME_loop tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'categoryLabel' => {
|
||||
message => q|The label of this category.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the categoryLabel tmpl_var in the CATEGORY_NAME_loop for the template help.|,
|
||||
},
|
||||
|
||||
'attribute_loop' => {
|
||||
message => q|A loop containing matrix attributes.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the attribute_loop tmpl_var for the template help.|,
|
||||
},
|
||||
|
||||
'value' => {
|
||||
message => q|The value of this attribute.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the value tmpl_var in the attribute_loop for the template help.|,
|
||||
},
|
||||
|
||||
'label' => {
|
||||
message => q|The label of this attribute.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the label tmpl_var in the attribute_loop for the template help.|,
|
||||
},
|
||||
|
||||
'fieldType' => {
|
||||
message => q|The fieldType of this attribute.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Description of the fieldType tmpl_var in the attribute_loop for the template help.|,
|
||||
},
|
||||
|
||||
'Edit this listing.' => {
|
||||
message => q|Edit this listing.|,
|
||||
lastUpdated => 1230269571,
|
||||
context => q|i18n label for template.|,
|
||||
},
|
||||
|
||||
'Approve this listing.' => {
|
||||
message => q|Approve this listing.|,
|
||||
lastUpdated => 1230269571,
|
||||
context => q|i18n label for template.|,
|
||||
},
|
||||
|
||||
'Delete this listing.' => {
|
||||
message => q|Delete this listing.|,
|
||||
lastUpdated => 1230269571,
|
||||
context => q|i18n label for template.|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -73,31 +73,6 @@ our $I18N = {
|
|||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'' => {
|
||||
message => '',
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'' => {
|
||||
message => '',
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'' => {
|
||||
message => '',
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'' => {
|
||||
message => '',
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'' => {
|
||||
message => '',
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'32' => {
|
||||
message => q|Show unprivileged pages|,
|
||||
lastUpdated => 1077080845
|
||||
|
|
@ -614,6 +589,12 @@ be useful, others may not.|,
|
|||
lastUpdated => 1164841201,
|
||||
},
|
||||
|
||||
'Where do you want to go?' => {
|
||||
message => q|Where do you want to go?|,
|
||||
context => q|i18n label for the drop down nav, asking the user which link they want to visit.|,
|
||||
lastUpdated => 1229580897,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -312,7 +312,31 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
context => 'The title of the default view of Photo assets',
|
||||
},
|
||||
|
||||
|
||||
'template view details' => {
|
||||
message => 'Details',
|
||||
lastUpdated => 0,
|
||||
context => 'List of information about the photo',
|
||||
},
|
||||
|
||||
'more details' => {
|
||||
message => 'More Details',
|
||||
lastUpdated => 0,
|
||||
context => 'List of more information about the photo',
|
||||
},
|
||||
|
||||
'hide' => {
|
||||
message => 'Hide',
|
||||
lastUpdated => 0,
|
||||
context => 'To make hidden',
|
||||
},
|
||||
|
||||
'template view available resolutions' => {
|
||||
message => 'Available Resolutions',
|
||||
lastUpdated => 0,
|
||||
context => 'List of resolutions, in pixels, that this photo is available in',
|
||||
},
|
||||
|
||||
'template url_edit' => {
|
||||
message => 'Edit Photo',
|
||||
lastUpdated => 0,
|
||||
|
|
@ -510,7 +534,7 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
context => q{Error message for Photo comments},
|
||||
},
|
||||
|
||||
|
||||
'helpvar keywords' => {
|
||||
message => q{A loop over the keywords associated with this photo},
|
||||
lastUpdated => 0,
|
||||
|
|
@ -667,6 +691,18 @@ our $I18N = {
|
|||
context => q{Title for the edit comment screen.},
|
||||
},
|
||||
|
||||
'template comment edit comment' => {
|
||||
message => q{Edit Comment},
|
||||
lastUpdated => 0,
|
||||
context => q{Title for the edit comment screen.},
|
||||
},
|
||||
|
||||
'form comment save comment' => {
|
||||
message => q{Save Comment.},
|
||||
lastUpdated => 0,
|
||||
context => q{Title for the edit comment screen.},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -345,6 +345,12 @@ will always be false for query5.|,
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'Download this data' => {
|
||||
message => "Download this data",
|
||||
context => "Link label to download data form the report",
|
||||
lastUpdated => 1229907351,
|
||||
},
|
||||
|
||||
'sql report asset template variables title' => {
|
||||
message => q|SQL Report Asset Template Variables|,
|
||||
lastUpdated => 1168887204
|
||||
|
|
|
|||
|
|
@ -144,6 +144,21 @@ our $I18N = { ##hashref of hashes
|
|||
lastUpdated => 1170549116,
|
||||
},
|
||||
|
||||
'resultsFeedback' => {
|
||||
message => q|Search results for|,
|
||||
lastUpdated => 1230678996,
|
||||
},
|
||||
|
||||
'page' => {
|
||||
message => q|Page|,
|
||||
lastUpdated => 1230678996,
|
||||
},
|
||||
|
||||
'of' => {
|
||||
message => q|of|,
|
||||
lastUpdated => 1230678996,
|
||||
},
|
||||
|
||||
'no results' => {
|
||||
message => q|No results were found.|,
|
||||
lastUpdated => 1170549113,
|
||||
|
|
|
|||
|
|
@ -170,6 +170,12 @@ our $I18N = {
|
|||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'Last Trade' => {
|
||||
message => q|Last Trade|,
|
||||
context => q|i18n template label. The date and time when the stock was last traded.|,
|
||||
lastUpdated => 1229493951,
|
||||
},
|
||||
|
||||
'stocks.loop' => {
|
||||
message => q|Loop containing all default or personalized stocks|,
|
||||
lastUpdated => 1149565312,
|
||||
|
|
@ -195,11 +201,23 @@ our $I18N = {
|
|||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'Day High' => {
|
||||
message => q|Day High|,
|
||||
context => q|i18n template label. Refers to the highest price of the stock during the day.|,
|
||||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'stocks.low' => {
|
||||
message => q|Lowest trade today|,
|
||||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'Day Low' => {
|
||||
message => q|Day Low|,
|
||||
context => q|i18n template label. the lowest price of the stock today|,
|
||||
lastUpdated => 1229494373,
|
||||
},
|
||||
|
||||
'stocks.date' => {
|
||||
message => q|Last Trade Date (MM/DD/YY format)|,
|
||||
lastUpdated => 1149565312,
|
||||
|
|
@ -245,6 +263,12 @@ our $I18N = {
|
|||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'Volume' => {
|
||||
message => q|Volume|,
|
||||
context => q|i18n template label. Referring to a quantity of stock.|,
|
||||
lastUpdated => 1229494073,
|
||||
},
|
||||
|
||||
'stocks.volume.millions' => {
|
||||
message => q|Day's Volume In Millions|,
|
||||
lastUpdated => 1149565312,
|
||||
|
|
@ -258,11 +282,13 @@ our $I18N = {
|
|||
'stocks.bid' => {
|
||||
message => q|Bid|,
|
||||
lastUpdated => 1149565312,
|
||||
context => q|Help doc, and i18n template label. Refers to the price that people are bidding or asking for a stock.|,
|
||||
},
|
||||
|
||||
'stocks.ask' => {
|
||||
message => q|Ask|,
|
||||
lastUpdated => 1149565312,
|
||||
context => q|template help and i18n template label. The price people are asking for the stock.|,
|
||||
lastUpdated => 1229494441,
|
||||
},
|
||||
|
||||
'stocks.close' => {
|
||||
|
|
@ -270,11 +296,23 @@ our $I18N = {
|
|||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'Prev Close' => {
|
||||
message => q|Prev Close|,
|
||||
context => q|i18n template label. Short for Previous Close, the price of the stock from yesterday.|,
|
||||
lastUpdated => 1229494287,
|
||||
},
|
||||
|
||||
'stocks.open' => {
|
||||
message => q|Today's Open|,
|
||||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'Open' => {
|
||||
message => q|Open|,
|
||||
context => q|template label. Refers to the price of the stock when trading opened.|,
|
||||
lastUpdated => 1229493038,
|
||||
},
|
||||
|
||||
'stocks.day_range' => {
|
||||
message => q|Day's Range|,
|
||||
lastUpdated => 1149565312,
|
||||
|
|
@ -290,6 +328,18 @@ our $I18N = {
|
|||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'52 Wk High' => {
|
||||
message => q|52 Wk High|,
|
||||
context => q|i18n template label. The highest price of the stock in 52 weeks.|,
|
||||
lastUpdated => 1229493392,
|
||||
},
|
||||
|
||||
'52 Wk Low' => {
|
||||
message => q|52 Wk Low|,
|
||||
context => q|i18n template label. The lowest price of the stock in 52 weeks.|,
|
||||
lastUpdated => 1229493392,
|
||||
},
|
||||
|
||||
'stocks.year_low' => {
|
||||
message => q|52-Week Low|,
|
||||
lastUpdated => 1149565312,
|
||||
|
|
@ -300,9 +350,16 @@ our $I18N = {
|
|||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'EPS' => {
|
||||
message => q|E.P.S.|,
|
||||
context => q|i18n template label. Abbreviated from Earnings Per Share.|,
|
||||
lastUpdated => 1229493466,
|
||||
},
|
||||
|
||||
'stocks.pe' => {
|
||||
message => q|P/E Ratio|,
|
||||
lastUpdated => 1149565312,
|
||||
context => q|template help and i18n label. Short for Price to Earnings Ratio.|,
|
||||
lastUpdated => 1229494503,
|
||||
},
|
||||
|
||||
'stocks.div_date' => {
|
||||
|
|
@ -325,9 +382,23 @@ our $I18N = {
|
|||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'Market Cap' => {
|
||||
message => q|Market Cap|,
|
||||
lastUpdated => 1229492783,
|
||||
context => q|Template label, short for market capitalization|,
|
||||
},
|
||||
|
||||
'stocks.ex_div' => {
|
||||
message => q|Ex-Dividend Date.|,
|
||||
lastUpdated => 1149565312,
|
||||
message => q|Ex-Dividend Date|,
|
||||
lastUpdated => 1229493538,
|
||||
context => q|template help and i18n label. The date that a stock must be owned to receive a dividend.|,
|
||||
},
|
||||
|
||||
'Dividend' => {
|
||||
message => q|Dividend|,
|
||||
context => q|i18n template label. The amount you are paid just for owning a share of stock.|,
|
||||
lastUpdated => 1229494596,
|
||||
context => q|template help and i18n label. The date that a stock must be owned to receive a dividend.|,
|
||||
},
|
||||
|
||||
'stocks.nav' => {
|
||||
|
|
@ -340,11 +411,23 @@ our $I18N = {
|
|||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'Yield' => {
|
||||
message => q|Yield|,
|
||||
context => q|i18n template label. ratio of divided to share price averaged over the last 30 days|,
|
||||
lastUpdated => 1229493670,
|
||||
},
|
||||
|
||||
'stocks.exchange' => {
|
||||
message => q|The exchange the information was obtained from.|,
|
||||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'Exchange' => {
|
||||
message => q|Exchange|,
|
||||
context => q|The place where the stock is traded.|,
|
||||
lastUpdated => 1229494639,
|
||||
},
|
||||
|
||||
'stocks.success' => {
|
||||
message => q|Did the stock successfully return information? (true/false)|,
|
||||
lastUpdated => 1149565312,
|
||||
|
|
@ -395,6 +478,42 @@ our $I18N = {
|
|||
lastUpdated => 1168646986
|
||||
},
|
||||
|
||||
'Stock Watch' => {
|
||||
message => q|Stock Watch|,
|
||||
context => q|i18n header for the Stock List Template, probably meaning a set of stocks that are watched.|,
|
||||
lastUpdated => 1229314732,
|
||||
},
|
||||
|
||||
'Last Update' => {
|
||||
message => q|Last Update|,
|
||||
context => q|i18n label for the Stock List Template, the time something was last changed.|,
|
||||
lastUpdated => 1229314732,
|
||||
},
|
||||
|
||||
'delayed 20 minutes' => {
|
||||
message => q|delayed 20 minutes|,
|
||||
context => q|i18n label for the Stock List Template.|,
|
||||
lastUpdated => 1229314732,
|
||||
},
|
||||
|
||||
'Change' => {
|
||||
message => q|Change|,
|
||||
context => q|i18n label for the Stock List Template. Refers to how much the stock changed in price today.|,
|
||||
lastUpdated => 1229314732,
|
||||
},
|
||||
|
||||
'% Change' => {
|
||||
message => q|% Change|,
|
||||
context => q|i18n label for the Stock List Template. Refers to how the percentage change in the price of the stock today.|,
|
||||
lastUpdated => 1229314732,
|
||||
},
|
||||
|
||||
'Close' => {
|
||||
message => q|Close|,
|
||||
context => q|i18n label for the Stock List Template. Used to close the window in the browser.|,
|
||||
lastUpdated => 1229493261,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -358,20 +358,23 @@ characters long.</p>|,
|
|||
context => q|Shows up in the selection part of listSubscriptionCodes.|
|
||||
},
|
||||
|
||||
'help redeem code template body' => {
|
||||
message => q|The following template variables are available through this template:<br />
|
||||
<br />
|
||||
<b>batchDescription</b><br />
|
||||
The description of the batch tied to the subscription code.<br />
|
||||
<br />
|
||||
<b>message</b><br />
|
||||
The message that gives the result of your action. Depending on what you've done it says that you can enter a code, you've entered the wrong code, or you've successfully redeemed your code.<br />
|
||||
<br />
|
||||
<b>codeForm</b><br />
|
||||
The form in which the user can enter his subscription code.<br />|,
|
||||
lastUpdated => 1215618652,
|
||||
context => q|The body of the help page of the code redemption template.|
|
||||
},
|
||||
'batchDescription' => {
|
||||
message => q|The description of the batch tied to the subscription code.|,
|
||||
context => q|Template variable in the redeem subscription code template|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'message' => {
|
||||
message => q|The message that gives the result of your action. Depending on what you've done it says that you can enter a code, you've entered the wrong code, or you've successfully redeemed your code.|,
|
||||
context => q|Template variable in the redeem subscription code template|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'codeForm' => {
|
||||
message => q|The form in which the user can enter his subscription code.|,
|
||||
context => q|Template variable in the redeem subscription code template|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'help redeem code template title' => {
|
||||
message => q|Redeem subscription code template|,
|
||||
|
|
@ -431,6 +434,18 @@ The form in which the user can enter his subscription code.<br />|,
|
|||
context => q|Asset property hover help|,
|
||||
},
|
||||
|
||||
'redeem subscription code template' => {
|
||||
message => q|Redeem Subscription template|,
|
||||
lastUpdated => 0,
|
||||
context => q|Asset property|,
|
||||
},
|
||||
|
||||
'redeem subscription code template help' => {
|
||||
message => q|Choose the template that is used to display the screen where users redeem subscription codes.|,
|
||||
lastUpdated => 0,
|
||||
context => q|Asset property hover help|,
|
||||
},
|
||||
|
||||
'batch name' => {
|
||||
message => q|Batch Name|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -508,7 +523,7 @@ The form in which the user can enter his subscription code.<br />|,
|
|||
lastUpdated => 0,
|
||||
context => q|Label for swith to set subscription to be recurring or not.|
|
||||
},
|
||||
|
||||
|
||||
'recurring subscription description' => {
|
||||
message => q|If set to yes, the customer will be charged after each term for a new one and the subscription
|
||||
will be renewed for an extra term. If set to no, the customer will be charged for the first term only, and after one
|
||||
|
|
|
|||
|
|
@ -244,8 +244,8 @@ our $I18N = {
|
|||
lastUpdated => 1224686319
|
||||
},
|
||||
'timelimit hoverHelp' => {
|
||||
message => q|How many minutes the user has to finish the server from the moment they start. 0 means unlimited time.|,
|
||||
lastUpdated => 1224686319
|
||||
message => q|How many minutes the user has to finish the survey from the moment they start. 0 means unlimited time.|,
|
||||
lastUpdated => 1231193335,
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -984,8 +984,8 @@ search has been done.|,
|
|||
},
|
||||
|
||||
'other thing missing message' => {
|
||||
message => q|The Thing to which this field refers does not exist or has no table.|,
|
||||
lastUpdated => 1104630516,
|
||||
message => q|The Thing to which this field refers does not exist or has no table, or the field in it has been deleted.|,
|
||||
lastUpdated => 1231178860,
|
||||
},
|
||||
|
||||
'no permission to edit' => {
|
||||
|
|
@ -1012,6 +1012,12 @@ search has been done.|,
|
|||
message => q|The URL that will take the user back to the Thingy default view.|,
|
||||
lastUpdated => 1227737813,
|
||||
},
|
||||
|
||||
'other thing field missing message' => {
|
||||
message => q|The field from the other Thing does not exist.|,
|
||||
lastUpdated => 1231180362,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -464,6 +464,18 @@ our $I18N = {
|
|||
lastUpdated => 1168038164,
|
||||
},
|
||||
|
||||
'next week' => {
|
||||
message => q|Next Week|,
|
||||
context => q|Template label for the week following the current week.|,
|
||||
lastUpdated => 1229311274,
|
||||
},
|
||||
|
||||
'last week' => {
|
||||
message => q|Last Week.|,
|
||||
context => q|Template label for the week preceeding the current week.|,
|
||||
lastUpdated => 1229311309,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -107,6 +107,12 @@ our $I18N = {
|
|||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'email validation confirmed' => {
|
||||
message => q|Thank you for activating your account. You may now log in with your username and password.|,
|
||||
context => q|Message displayed to the user after they validate their email address.|,
|
||||
lastUpdated => 1230588145,
|
||||
},
|
||||
|
||||
'display account template title' => {
|
||||
message => q|WebGUI Authentication Display Account Template|,
|
||||
lastUpdated => 1078852836
|
||||
|
|
@ -724,6 +730,13 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
context => q{Error message when a user tries to recover password for a disabled account},
|
||||
},
|
||||
|
||||
'no email address' => {
|
||||
message => q{There is no email address registered for this account. Password recovery via email is not possible.},
|
||||
lastUpdated => 1229391388,
|
||||
context => q{Error message when a user tries to recover password and they don't have an email address},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -159,8 +159,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'emailField help' => {
|
||||
message => q|A single text field for the user to enter in their street address.|,
|
||||
lastUpdated => 0,
|
||||
message => q|A single text field for the user to enter in their email address.|,
|
||||
lastUpdated => 1231192368,
|
||||
context => q|Template variable help.|
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -374,7 +374,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'manageRevisionsInTag update' => {
|
||||
message => q{Update},
|
||||
message => q{Update Version Tag},
|
||||
lastUpdated => 0,
|
||||
context => q{Label for button to update revisions},
|
||||
},
|
||||
|
|
@ -476,6 +476,7 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
context => q{Explanation of Permission Denied message},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -3471,6 +3471,18 @@ LongTruncOk=1</p>
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'no ldap link for auth' => {
|
||||
message => q|Unable to create your account because no LDAP connection has been defined for this site.|,
|
||||
context => 'Error message in createAccount screen when no LDAP connection is defined.',
|
||||
lastUpdated => 1229376071,
|
||||
},
|
||||
|
||||
'no ldap logins' => {
|
||||
message => q|Unable to log you in because no LDAP link has been defined for this site.|,
|
||||
context => 'Error message for login when no LDAP connection is defined.',
|
||||
lastUpdated => 1229376071,
|
||||
},
|
||||
|
||||
'Select State' => {
|
||||
message => q|Select State|,
|
||||
lastUpdated => 1161388472,
|
||||
|
|
@ -4278,48 +4290,6 @@ Users may override this setting in their profile.
|
|||
context => q{i18n label for YUI paginator},
|
||||
},
|
||||
|
||||
'years' => {
|
||||
message => q{years},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'months' => {
|
||||
message => q{months},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'weeks' => {
|
||||
message => q{weeks},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'days' => {
|
||||
message => q{days},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'hours' => {
|
||||
message => q{hours},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'minutes' => {
|
||||
message => q{minutes},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'seconds' => {
|
||||
message => q{seconds},
|
||||
lastUpdated => 1226706547,
|
||||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'profile privacy settings' => {
|
||||
message => q{Privacy Settings},
|
||||
lastUpdated => 1226706547,
|
||||
|
|
@ -4332,6 +4302,29 @@ Users may override this setting in their profile.
|
|||
context => q|Template label. Used to indicate that a shortened version of the content is currently displayed and that more can be read by clicking a link.|
|
||||
},
|
||||
|
||||
'For' => {
|
||||
message => q|For|,
|
||||
lastUpdated => 1230269893,
|
||||
},
|
||||
|
||||
'rss' => {
|
||||
message => q|RSS|,
|
||||
lastUpdated => 1230584702,
|
||||
context => q|Abbreviation for Really Simple Syndication, and other similar terms.|,
|
||||
},
|
||||
|
||||
'Upload an attachment' => {
|
||||
message => q|Upload an attachment|,
|
||||
context => q|Label in the Attachments form control.|,
|
||||
lastUpdated => 1230930518,
|
||||
},
|
||||
|
||||
'Upload attachments here. Copy and paste attachments into the editor.' => {
|
||||
message => q|Upload attachments here. Copy and paste attachments into the editor.|,
|
||||
context => q|Label in the Attachments form control.|,
|
||||
lastUpdated => 1230930518,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue