Click here to Skip to main content
15,885,366 members
Articles / Web Development / HTML

Gallery Server Pro - An ASP.NET Gallery for Sharing Photos, Video, Audio and Other Media

Rate me:
Please Sign up or sign in to vote.
4.86/5 (131 votes)
18 Oct 2013GPL331 min read 825.2K   539  
Gallery Server Pro is a complete, stable ASP.NET gallery for sharing photos, video, audio and other media. This article presents the overall architecture and major features.
<?xml version="1.0" encoding="utf-8"?>
<root>
  <!-- 
    Microsoft ResX Schema 
    
    Version 2.0
    
    The primary goals of this format is to allow a simple XML format 
    that is mostly human readable. The generation and parsing of the 
    various data types are done through the TypeConverter classes 
    associated with the data types.
    
    Example:
    
    ... ado.net/XML headers & schema ...
    <resheader name="resmimetype">text/microsoft-resx</resheader>
    <resheader name="version">2.0</resheader>
    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
        <value>[base64 mime encoded serialized .NET Framework object]</value>
    </data>
    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
        <comment>This is a comment</comment>
    </data>
                
    There are any number of "resheader" rows that contain simple 
    name/value pairs.
    
    Each data row contains a name, and value. The row also contains a 
    type or mimetype. Type corresponds to a .NET class that support 
    text/value conversion through the TypeConverter architecture. 
    Classes that don't support this are serialized and stored with the 
    mimetype set.
    
    The mimetype is used for serialized objects, and tells the 
    ResXResourceReader how to depersist the object. This is currently not 
    extensible. For a given mimetype the value must be set accordingly:
    
    Note - application/x-microsoft.net.object.binary.base64 is the format 
    that the ResXResourceWriter will generate, however the reader can 
    read any of the formats listed below.
    
    mimetype: application/x-microsoft.net.object.binary.base64
    value   : The object must be serialized with 
            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
            : and then encoded with base64 encoding.
    
    mimetype: application/x-microsoft.net.object.soap.base64
    value   : The object must be serialized with 
            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
            : and then encoded with base64 encoding.

    mimetype: application/x-microsoft.net.object.bytearray.base64
    value   : The object must be serialized into a byte array 
            : using a System.ComponentModel.TypeConverter
            : and then encoded with base64 encoding.
    -->
  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
    <xsd:element name="root" msdata:IsDataSet="true">
      <xsd:complexType>
        <xsd:choice maxOccurs="unbounded">
          <xsd:element name="metadata">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" />
              </xsd:sequence>
              <xsd:attribute name="name" use="required" type="xsd:string" />
              <xsd:attribute name="type" type="xsd:string" />
              <xsd:attribute name="mimetype" type="xsd:string" />
              <xsd:attribute ref="xml:space" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="assembly">
            <xsd:complexType>
              <xsd:attribute name="alias" type="xsd:string" />
              <xsd:attribute name="name" type="xsd:string" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="data">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
              </xsd:sequence>
              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
              <xsd:attribute ref="xml:space" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="resheader">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
              </xsd:sequence>
              <xsd:attribute name="name" type="xsd:string" use="required" />
            </xsd:complexType>
          </xsd:element>
        </xsd:choice>
      </xsd:complexType>
    </xsd:element>
  </xsd:schema>
  <resheader name="resmimetype">
    <value>text/microsoft-resx</value>
  </resheader>
  <resheader name="version">
    <value>2.0</value>
  </resheader>
  <resheader name="reader">
    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <resheader name="writer">
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <data name="Msg_AlbumDoesNotExist_Dtl" xml:space="preserve">
    <value>Attention: The requested album does not exist in the database, so the top level album is shown instead.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user requests an album that doesn't exist. Specifically, a query string parameter named aid was passed to the page, but no record in the Album table exists with the specified album ID (the database field is named AlbumID).</comment>
  </data>
  <data name="Msg_AlbumNameAndSummaryExceededMaxLength_Dtl" xml:space="preserve">
    <value>Attention: Both the album title and summary you entered exceeded the maximum number of characters, and the text was truncated. The album title must be less than {0} characters, and the album summary must be less than {1} characters.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user enters an album name and summary whose length exceeds the field's definition.</comment>
  </data>
  <data name="Msg_AlbumNameExceededMaxLength_Dtl" xml:space="preserve">
    <value>Attention: The album title you entered exceeded the maximum number of characters, and was truncated. The album title must be less than {0} characters.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user enters an album title whose length exceeds the field's definition.</comment>
  </data>
  <data name="Msg_AlbumSummaryExceededMaxLength_Dtl" xml:space="preserve">
    <value>Attention: The album summary you entered exceeded the maximum number of characters, and was truncated. The album summary must be less than {0} characters.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user enters an album summary whose length exceeds the field's definition.</comment>
  </data>
  <data name="Msg_CannotAssignThumbnailNoObjectsExistInAlbum_Dtl" xml:space="preserve">
    <value>Attention: This album does not currently contain any media objects. Therefore, a thumbnail cannot be assigned to this album.</value>
    <comment>&lt;2007.12.08&gt; The message detail that is displayed when user tries to assign a thumbnail image for an album that does not contain any media objects.</comment>
  </data>
  <data name="Msg_CannotCopyNoObjectsExistInAlbum_Dtl" xml:space="preserve">
    <value>Attention: This album does not contain any media objects. Therefore, none can be copied.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to copy media objects in an album that does not contain any media objects.</comment>
  </data>
  <data name="Msg_CannotDeleteHiResImagesNoObjectsExistInAlbum_Dtl" xml:space="preserve">
    <value>Attention: This album does not contain any images.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to delete hi-res images in an album that does not contain any images.</comment>
  </data>
  <data name="Msg_CannotDeleteObjectsNoObjectsExistInAlbum_Dtl" xml:space="preserve">
    <value>Attention: This album does not contain any media objects. Therefore, there is nothing to be deleted.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to delete media objects in an album that is empty.</comment>
  </data>
  <data name="Msg_CannotEditCaptionsNoEditableObjectsExistInAlbum_Dtl" xml:space="preserve">
    <value>Attention: This album contains no media objects. Therefore, it has no captions to edit.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to edit captions for an album that does not contain any media objects.</comment>
  </data>
  <data name="Msg_CannotMoveNoObjectsExistInAlbum_Dtl" xml:space="preserve">
    <value>Attention: This album does not contain any media objects. Therefore, there is nothing to be moved.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to move media objects in an album that does not contain any media objects.</comment>
  </data>
  <data name="Msg_CannotRearrangeNoObjectsExistInAlbum_Dtl" xml:space="preserve">
    <value>Attention: This album does not contain any media objects. Therefore, there are none to rearrange.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to rearrange media objects in an album that doesn't contain any media objects.</comment>
  </data>
  <data name="Msg_CannotRotateNoRotateableObjectsExistInAlbum_Hdr" xml:space="preserve">
    <value>Rotate images aborted...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to rotate images for an album that contain any images.</comment>
  </data>
  <data name="Msg_CaptionExceededMaxLength_Dtl" xml:space="preserve">
    <value>Attention: The caption you entered exceeded the maximum allowed length, and was truncated. A caption must be less than {0} characters.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user enters a caption whose length exceeds the field's definition.</comment>
  </data>
  <data name="Msg_HiResImagesSuccessfullyDeleted_Dtl" xml:space="preserve">
    <value>The high resolution versions of the image(s) you chose have been successfully deleted.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user successfully deletes one or more high resolution images from an album, leaving only the compressed and thumbnail versions.</comment>
  </data>
  <data name="Msg_MediaObjectDoesNotExist_Dtl" xml:space="preserve">
    <value>Attention: The requested media object does not exist in the database, so the top level album is shown instead.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user requests a media object that doesn't exist. Specifically, a query string parameter named moid was passed to the page, but no record in the MediaObject table exists with the specified media object ID (the database field is named MediaObjectID).</comment>
  </data>
  <data name="Msg_NoScriptDefaultText" xml:space="preserve">
    <value>Attention: This web site requires javascript for some features, such as running a slide show and navigating between media objects. Turn on javascript for full website functionality.</value>
    <comment>&lt;2007.12.08&gt; This text is inserted into a &lt;noscript&gt; on any page that has a &lt;script&gt; tag. It will be displayed by the browser when javascript is disabled on the user's browser.</comment>
  </data>
  <data name="Msg_ObjectsSuccessfullyDeleted_Dtl" xml:space="preserve">
    <value>The media object(s) you chose have been successfully deleted.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user successfully deletes one or more media objects from an album.</comment>
  </data>
  <data name="Msg_OneOrMoreCaptionsExceededMaxLength_Dtl" xml:space="preserve">
    <value>Attention: One or more captions you entered exceeded the maximum allowed length, and was truncated. A caption must be less than {0} characters.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user enters a caption whose length exceeds the field's definition.</comment>
  </data>
  <data name="Msg_SynchronizationFailure_Dtl" xml:space="preserve">
    <value>An error occurred during synchronization.</value>
    <comment>&lt;2007.12.08&gt; Displayed when an error occurs when synchronizing database with media object files on hard drive.</comment>
  </data>
  <data name="Msg_SynchronizationSuccessful_Dtl" xml:space="preserve">
    <value>The data store has been successfully synchronized with your files.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user successfully synchronizes database with media object files on hard drive.</comment>
  </data>
  <data name="Msg_ThumbnailSuccessfullyAssigned_Dtl" xml:space="preserve">
    <value>The media object you chose has been set as the source of a thumbnail image for this album.</value>
    <comment>&lt;2007.12.08&gt; The message detail that is displayed when user successfully assigns a thumbnail image to the album.</comment>
  </data>
  <data name="Msg_UsernameOrPasswordIncorrect_Dtl" xml:space="preserve">
    <value>Attention: Your user name or password is incorrect.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to log in but user name or password is incorrect.</comment>
  </data>
  <data name="Msg_AlbumDoesNotExist_Hdr" xml:space="preserve">
    <value>Album not found...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user requests an album that doesn't exist. Specifically, a query string parameter named aid was passed to the page, but no record in the Album table exists with the specified album ID (the database field is named AlbumID).</comment>
  </data>
  <data name="Msg_AlbumNameAndSummaryExceededMaxLength_Hdr" xml:space="preserve">
    <value>Album text truncated...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user enters an album name and summary whose length exceeds the field's definition.</comment>
  </data>
  <data name="Msg_AlbumNameExceededMaxLength_Hdr" xml:space="preserve">
    <value>Album text truncated...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user enters an album title whose length exceeds the field's definition.</comment>
  </data>
  <data name="Msg_AlbumSummaryExceededMaxLength_Hdr" xml:space="preserve">
    <value>Album text truncated...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user enters an album summary whose length exceeds the field's definition.</comment>
  </data>
  <data name="Msg_CannotAssignThumbnailNoObjectsExistInAlbum_Hdr" xml:space="preserve">
    <value>Assign thumbnail aborted...</value>
    <comment>&lt;2007.12.08&gt; The message header that is displayed when user tries to assign a thumbnail image for an album that does not contain any media objects.</comment>
  </data>
  <data name="Msg_CannotCopyNoObjectsExistInAlbum_Hdr" xml:space="preserve">
    <value>Copy media objects aborted...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to copy media objects in an album that does not contain any media objects.</comment>
  </data>
  <data name="Msg_CannotDeleteHiResImagesNoObjectsExistInAlbum_Hdr" xml:space="preserve">
    <value>Delete hi-res images aborted...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to delete hi-res images in an album that does not contain any media objects.</comment>
  </data>
  <data name="Msg_CannotDeleteObjectsNoObjectsExistInAlbum_Hdr" xml:space="preserve">
    <value>Delete media objects aborted...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to delete media objects in an album that does not contain any media objects.</comment>
  </data>
  <data name="Msg_CannotEditCaptionsNoEditableObjectsExistInAlbum_Hdr" xml:space="preserve">
    <value>Edit captions aborted...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to edit captions for an album that does not contain any media objects.</comment>
  </data>
  <data name="Msg_CannotRearrangeNoObjectsExistInAlbum_Hdr" xml:space="preserve">
    <value>Rearrange media objects aborted...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to rearrange media objects in an album that does not contain any media objects.</comment>
  </data>
  <data name="Msg_CaptionExceededMaxLength_Hdr" xml:space="preserve">
    <value>Caption truncated...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user enters a caption whose length exceeds the field's definition.</comment>
  </data>
  <data name="Msg_HiResImagesSuccessfullyDeleted_Hdr" xml:space="preserve">
    <value>Hi-res image(s) successfully deleted...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user successfully deletes one or more high resolution images from an album, leaving only the compressed and thumbnail versions.</comment>
  </data>
  <data name="Msg_MediaObjectDoesNotExist_Hdr" xml:space="preserve">
    <value>Media object not found...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user requests a media object that does not exist. Specifically, a query string parameter named moid was passed to the page, but no record in the MediaObject table exists with the specified media object ID (the database field is named MediaObjectID).</comment>
  </data>
  <data name="Msg_ObjectsSuccessfullyDeleted_Hdr" xml:space="preserve">
    <value>Media object(s) successfully deleted...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user successfully deletes one or more media objects from an album.</comment>
  </data>
  <data name="Msg_OneOrMoreCaptionsExceededMaxLength_Hdr" xml:space="preserve">
    <value>Caption truncated...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user enters a caption whose length exceeds the field's definition.</comment>
  </data>
  <data name="Msg_SynchronizationFailure_Hdr" xml:space="preserve">
    <value>Synchronization failed</value>
    <comment>&lt;2007.12.08&gt; Displayed when an error occurs when synchronizing database with media object files on hard drive.</comment>
  </data>
  <data name="Msg_SynchronizationSuccessful_Hdr" xml:space="preserve">
    <value>Synchronization successful!</value>
    <comment>&lt;2007.12.08&gt; Displayed when user successfully synchronizes database with media object files on hard drive.</comment>
  </data>
  <data name="Msg_ThumbnailSuccessfullyAssigned_Hdr" xml:space="preserve">
    <value>Thumbnail successfully assigned...</value>
    <comment>&lt;2007.12.08&gt; The message header that is displayed when user successfully assigns the source of a thumbnail image to an album.</comment>
  </data>
  <data name="Msg_UsernameOrPasswordIncorrect_Hdr" xml:space="preserve">
    <value>Unsuccessful login...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to log in but user name or password is incorrect.</comment>
  </data>
  <data name="Msg_CannotRotateNoRotateableObjectsExistInAlbum_Dtl" xml:space="preserve">
    <value>Attention: This album does not contain any images that can be rotated.</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to rotate images for an album that does not contain any images.</comment>
  </data>
  <data name="Msg_CannotMoveNoObjectsExistInAlbum_Hdr" xml:space="preserve">
    <value>Transfer media objects aborted...</value>
    <comment>&lt;2007.12.08&gt; Displayed when user tries to move media objects in an album that does not contain any media objects.</comment>
  </data>
  <data name="Album_String" xml:space="preserve">
    <value>Album</value>
    <comment>&lt;2007.12.08&gt; Displayed when app needs to convey the concept of the album.</comment>
  </data>
  <data name="Date_String" xml:space="preserve">
    <value>Date</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Footer_Logo_Tooltip" xml:space="preserve">
    <value>Powered by Gallery Server Pro v{0}</value>
    <comment>&lt;2007.12.08&gt; The string that appears in the footer of every Gallery Server Pro page.</comment>
  </data>
  <data name="Default_Task_Cancel_Button_Text" xml:space="preserve">
    <value>Cancel</value>
    <comment>&lt;2007.12.08&gt; The default caption on the Cancel Button on task pages (pages in the task directory.) This value may be overwritten by the page.</comment>
  </data>
  <data name="Default_Task_Ok_Button_Text" xml:space="preserve">
    <value>Save changes</value>
    <comment>&lt;2007.12.08&gt; The default caption on the Ok Button on task pages (pages in the task directory.) This value may be overwritten by the page.</comment>
  </data>
  <data name="Task_Create_Album_Body_Text" xml:space="preserve">
    <value>Enter a name for the new album and choose a location for it.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Create_Album_Header_Text" xml:space="preserve">
    <value>Task: Create a new album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Create_Album_Ok_Button_Text" xml:space="preserve">
    <value>Create album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_All_Step_1_Text" xml:space="preserve">
    <value>Step 1:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_All_Step_2_Text" xml:space="preserve">
    <value>Step 2:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Create_Album_Instructions" xml:space="preserve">
    <value>In which album should the new album be created? Select your choice.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Create_Album_Title_Label_Text" xml:space="preserve">
    <value>Album name:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_Album_Body_Text" xml:space="preserve">
    <value>Confirm the deletion of this album by clicking 'Delete album'.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_Album_Header_Text" xml:space="preserve">
    <value>Task: Delete an album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_Album_Ok_Button_Text" xml:space="preserve">
    <value>Delete album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Default_Task_Cancel_Button_Tooltip" xml:space="preserve">
    <value>Click to cancel this task and go to the previous page</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Create_Album_Ok_Button_Tooltip" xml:space="preserve">
    <value>Click to create the album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_Album_Ok_Button_Tooltip" xml:space="preserve">
    <value>Click to permanently delete this album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_Album_Warning" xml:space="preserve">
    <value>Note: This album, all of its media objects, and all descendent albums will be permanently deleted from the web server!</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Body_Text" xml:space="preserve">
    <value>Add media files or link to external content.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Header_Text" xml:space="preserve">
    <value>Task: Add one or more media objects to this album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Input_Tooltip" xml:space="preserve">
    <value>Select a media file or zip file containing media objects</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Upload_Button_Tooltip" xml:space="preserve">
    <value>Click to add the specified media objects to the current album</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Rearrange_Objects_Body_Text" xml:space="preserve">
    <value>Drag each media object to its desired position.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rearrange_Objects_Header_Text" xml:space="preserve">
    <value>Task: Rearrange the media objects in this album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Assign_Thumbnail_Body_Text" xml:space="preserve">
    <value>Select the media object you would like to use as the source of a thumbnail representation for this album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Assign_Thumbnail_Header_Text" xml:space="preserve">
    <value>Task: Assign the source of a thumbnail image to this album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_AssignThumbnail_Ok_Button_Text" xml:space="preserve">
    <value>Assign thumbnail</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_AssignThumbnail_Ok_Button_Tooltip" xml:space="preserve">
    <value>Click to assign the selected media object as the thumbnail for this album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_InsufficientPermissionCannotViewAlbum_Dtl" xml:space="preserve">
    <value>You do not have permission to view the specified album. The albums for which you do have access are shown instead.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_InsufficientPermissionCannotViewAlbum_Hdr" xml:space="preserve">
    <value>Insufficient permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_NoAuthorizedAlbumForUser_Dtl" xml:space="preserve">
    <value>You are are not authorized to view any albums. Contact your administrator to request access.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_NoAuthorizedAlbumForUser_Hdr" xml:space="preserve">
    <value>Insufficient permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Dialog_Title_Add_Role" xml:space="preserve">
    <value>Add New Role</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Dialog_Title_Edit_Role" xml:space="preserve">
    <value>Edit Role</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Permission_Header" xml:space="preserve">
    <value>Assign the following permissions to this role:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Role_Name" xml:space="preserve">
    <value>Role name</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Add_Role_Link_Text" xml:space="preserve">
    <value>Add new role...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Page_Header" xml:space="preserve">
    <value>Membership - Manage Roles</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Album_Header" xml:space="preserve">
    <value>This role applies to the following albums:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Confirm_Delete_Text" xml:space="preserve">
    <value>Are you sure you want to delete the role</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Delete_Role_Hyperlink_Text" xml:space="preserve">
    <value>Delete</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Edit_Role_Hyperlink_Text" xml:space="preserve">
    <value>Edit</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Edit_Role_Tooltip_Text" xml:space="preserve">
    <value>Edit this role</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Dialog_Title_Add_User" xml:space="preserve">
    <value>Add New User</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Dialog_Title_Edit_User" xml:space="preserve">
    <value>Edit User</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_User_Name" xml:space="preserve">
    <value>User name</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Delete_User_Hyperlink_Text" xml:space="preserve">
    <value>Delete</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Edit_User_Hyperlink_Text" xml:space="preserve">
    <value>Edit</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Edit_User_Tooltip_Text" xml:space="preserve">
    <value>Edit this user</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Link_Text" xml:space="preserve">
    <value>Add new user...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Confirm_Delete_Text" xml:space="preserve">
    <value>Are you sure you want to delete the user</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Page_Header" xml:space="preserve">
    <value>Membership - Manage Users</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Site_Callback_Error_Text" xml:space="preserve">
    <value>An error occured while communicating with the server.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Role_Header" xml:space="preserve">
    <value>This user is in the following roles:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Account_Created_Date_Header_Text" xml:space="preserve">
    <value>Account created:</value>
    <comment>&lt;2007.12.08&gt; The label for the Account created date label on the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Complete_Wizard_Button_Text" xml:space="preserve">
    <value>Create User</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Complete_Wizard_Button_Tooltip" xml:space="preserve">
    <value>Create User</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Completed_Header_Text" xml:space="preserve">
    <value>The user has been successfully created.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Completed_Username_Header_Text" xml:space="preserve">
    <value>User name:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Confirm_Password_Header_Text" xml:space="preserve">
    <value>Confirm:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Create_Another_User_Hyperlink_Text" xml:space="preserve">
    <value>Create another user</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Dialog_Title_Text" xml:space="preserve">
    <value>Create New User</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Email_Header_Text" xml:space="preserve">
    <value>E-mail address:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Password_Header_Text" xml:space="preserve">
    <value>Password:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Step1_Footer_Text" xml:space="preserve">
    <value>Tip: If you specify an e-mail address, the user will be able to request that a new password be e-mailed if it is forgotten. This
												can reduce your administrative workload. (Requires e-mail functionality to be enabled (Site Settings - E-mail) and the Membership provider have the following
												attributes set to true in web.config: enablePasswordReset, enablePasswordRetrieval, requiresUniqueEmail.)</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Step1_Header_Text" xml:space="preserve">
    <value>Type the user name and password for the new user.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Step2_Header_Text" xml:space="preserve">
    <value>Select the roles for this user:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Add_User_Username_Header_Text" xml:space="preserve">
    <value>User name</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Change_Password_Description" xml:space="preserve">
    <value>Change password</value>
    <comment>&lt;2007.12.08&gt; The radio button text associated with the Change password option on the Password tab of the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Description_Header_Text" xml:space="preserve">
    <value>Description:</value>
    <comment>&lt;2007.12.08&gt; The label for the description textbox on the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Edit_User_General_Tab_Text" xml:space="preserve">
    <value>General</value>
    <comment>&lt;2007.12.08&gt; The text for the General tab of the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Edit_User_Password_Tab_Text" xml:space="preserve">
    <value>Password</value>
    <comment>&lt;2007.12.08&gt; The text for the Password tab of the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Edit_User_Roles_Tab_Text" xml:space="preserve">
    <value>Roles</value>
    <comment>&lt;2007.12.08&gt; The text for the Roles tab of the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Email_Address_Header_Text" xml:space="preserve">
    <value>E-mail address:</value>
    <comment>&lt;2008.10.17&gt; The label for the e-mail address textbox on the Edit User and Add User dialogs on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Email_New_Password_To_User_Text" xml:space="preserve">
    <value>E-mail new password to user (requires that an e-mail address has been entered for the user)</value>
    <comment>&lt;2008.10.17&gt; The label for the checkbox on the Password tab of the Edit User dialog on the manage users page asking if the new password should be e-mailed to the user.</comment>
  </data>
  <data name="Admin_Manage_Users_Grid_Pager_Message_Spacer_Text" xml:space="preserve">
    <value>of</value>
    <comment>&lt;2007.12.08&gt; Displayed before the total message count in the pager popup window. English version uses "of" so that resulting text is "Message X of Y"</comment>
  </data>
  <data name="Admin_Manage_Users_Grid_Pager_Message_Text" xml:space="preserve">
    <value>Message</value>
    <comment>&lt;2007.12.08&gt; Displayed before the current message number in the pager popup window. English version uses "Message" so that resulting text is "Message X of Y"</comment>
  </data>
  <data name="Admin_Manage_Users_Grid_Pager_Page_Spacer_Text" xml:space="preserve">
    <value>of</value>
    <comment>&lt;2007.12.08&gt; Displayed before the total page count in the pager popup window. English version uses "of" so that resulting text is "Page X of Y"</comment>
  </data>
  <data name="Admin_Manage_Users_Grid_Pager_Page_Text" xml:space="preserve">
    <value>Page</value>
    <comment>&lt;2007.12.08&gt; Displayed before the current page number in the pager popup window. English version uses "Page" so that resulting text is "Page X of Y"</comment>
  </data>
  <data name="Admin_Manage_Users_Is_Approved_Header_Text" xml:space="preserve">
    <value>Is approved:</value>
    <comment>&lt;2007.12.08&gt; The label for the Is Approved label on the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Last_Activity_Date_Header_Text" xml:space="preserve">
    <value>Last activity date:</value>
    <comment>&lt;2007.12.08&gt; The label for the Last activity date label on the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Last_LogOn_Date_Header_Text" xml:space="preserve">
    <value>Last logon date:</value>
    <comment>&lt;2007.12.08&gt; The label for the Last logon date label on the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Last_Password_Changed_Date_Header_Text" xml:space="preserve">
    <value>Last password changed date:</value>
    <comment>&lt;2007.12.08&gt; The label for the Last password changed date label on the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_New_Password_Confirm_Header_Text" xml:space="preserve">
    <value>Confirm:</value>
    <comment>&lt;2007.12.08&gt; The label for the confirm new password textbox on the Password tab of the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_New_Password_Header_Text" xml:space="preserve">
    <value>New password:</value>
    <comment>&lt;2007.12.08&gt; The label for the new password textbox on the Password tab of the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Passwords_Not_Matching_Error" xml:space="preserve">
    <value>* The passwords do not match</value>
    <comment>&lt;2007.12.08&gt; The error that is displayed when the new passwords do not match each other on the Password tab of the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Reset_Password_Description" xml:space="preserve">
    <value>Resets a user's password to a new, automatically generated password. You will be given the new password so you can notify
									the user.</value>
    <comment>&lt;2007.12.08&gt; The radio button text associated with the Reset password option on the Password tab of the Edit User dialog on the manage users page.</comment>
  </data>
  <data name="Admin_Manage_Users_Update_Password_Button_Text" xml:space="preserve">
    <value>Update password</value>
    <comment>&lt;2007.12.08&gt; The text on the button that updates the user's password.</comment>
  </data>
  <data name="Admin_Manage_Users_Update_Password_Button_Tooltip" xml:space="preserve">
    <value>Click to change or reset the password</value>
    <comment>&lt;2007.12.08&gt; The tooltip for the button that updates the user's password.</comment>
  </data>
  <data name="Site_Dialog_Cancel_Button_Tooltip" xml:space="preserve">
    <value>Close this window without saving changes</value>
    <comment>&lt;2007.12.08&gt; The tooltip for the Cancel button on dialog controls used throughout the site.</comment>
  </data>
  <data name="Site_Field_Required_Text" xml:space="preserve">
    <value>* Required</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Site_Wizard_Close_Button_Text" xml:space="preserve">
    <value>Close</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Site_Wizard_Close_Button_Tooltip" xml:space="preserve">
    <value>Close this window</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Site_Wizard_Next_Button_Text" xml:space="preserve">
    <value>Next</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Site_Wizard_Next_Button_Tooltip" xml:space="preserve">
    <value>Go to next step</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Site_Wizard_Previous_Button_Text" xml:space="preserve">
    <value>Previous</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Site_Wizard_Previous_Button_Tooltip" xml:space="preserve">
    <value>Go to previous step</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="MediaObjectHtmlBuilder_Ctor_InvalidAlbumId_Msg" xml:space="preserve">
    <value>Argument Exception: The constructor for MediaObjectHtmlBuilder requires parameter "albumId" to be greater than zero. The albumId should contain the album ID for the album containing the media object for which the HTML is to be generated. Value passed was {0}.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="MediaObjectHtmlBuilder_Ctor_InvalidBrowsers_Msg" xml:space="preserve">
    <value>Argument Exception: A valid ArrayList of browsers must be passed to the MediaObjectHtmlBuilder constructor. The value passed was either null or contained zero elements. Typically you will use Request.Browser.Browsers for the "browsers" parameter.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="MediaObjectHtmlBuilder_Ctor_InvalidHeight_Msg" xml:space="preserve">
    <value>Argument Exception: The constructor for MediaObjectHtmlBuilder requires parameter "height" to be greater than or equal to zero. Value passed was {0}.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="MediaObjectHtmlBuilder_Ctor_InvalidMediaObjectId_Msg" xml:space="preserve">
    <value>Argument Exception: The constructor for MediaObjectHtmlBuilder requires parameter "mediaObjectId" to be greater than zero. The mediaObjectId should contain the media object ID for which the HTML is to be generated. Value passed was {0}.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="MediaObjectHtmlBuilder_Ctor_InvalidMimeType_Msg" xml:space="preserve">
    <value>Argument Exception: A valid mime type must be passed to the MediaObjectHtmlBuilder constructor. The value passed was either null or of type NullMimeType.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="MediaObjectHtmlBuilder_Ctor_InvalidWidth_Msg" xml:space="preserve">
    <value>Argument Exception: The constructor for MediaObjectHtmlBuilder requires parameter "width" to be greater than or equal to zero. Value passed was {0}.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="GspPage_GetMediaObjectUrl_Ex_Msg1" xml:space="preserve">
    <value>The method GspPage.GetGalleryObjectUrl() requires parameter displayType to be a DisplayObjectType enumeration item with one of these values: Thumbnail, Optimized, Original. Instead, the value {0} was passed.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_Permalink_Header_Text" xml:space="preserve">
    <value>Use the following link to navigate directly to this media object:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_Permalink_Url_Tooltip" xml:space="preserve">
    <value>Permanent URL for this media object</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Copy_Tooltip" xml:space="preserve">
    <value>Copy this media object to another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Delete_Tooltip" xml:space="preserve">
    <value>Delete this item</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Download_Tooltip" xml:space="preserve">
    <value>Download this media object</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_HiRes_Tooltip" xml:space="preserve">
    <value>Show/hide the original, high resolution image</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Info_Tooltip" xml:space="preserve">
    <value>View information about this media object</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Permalink_Tooltip" xml:space="preserve">
    <value>Get permanent hyperlink for this media object</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Rotate_Tooltip" xml:space="preserve">
    <value>Rotate this image</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Slideshow_Tooltip" xml:space="preserve">
    <value>Start/pause slideshow</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Transfer_Tooltip" xml:space="preserve">
    <value>Transfer this media object to another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="GspPage_GetPermalinkUrl_Ex_Msg1" xml:space="preserve">
    <value>The method GspPage.GetPermalinkUrl() requires parameter displayType to be a DisplayObjectType enumeration item with one of these values: Optimized, Original. Instead, the value {0} was passed.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_Info_Dialog_Title_Text" xml:space="preserve">
    <value>Image Metadata</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_Info_Empty_Grid_Text" xml:space="preserve">
    <value>No data available</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Delete_Confirmation_Msg" xml:space="preserve">
    <value>Are you sure you want to delete this media object?</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Delete_Invalid_Permission_Msg" xml:space="preserve">
    <value>You are not authorized to delete this media object.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_HiRes_Invalid_Permission_Msg" xml:space="preserve">
    <value>You are not authorized to view the high resolution image.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Add_Objects_Text" xml:space="preserve">
    <value>Add objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Add_Objects_Tooltip" xml:space="preserve">
    <value>Add one or more media objects (photo, video, audio, etc) to the current album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Assign_Thumbnail_Text" xml:space="preserve">
    <value>Assign thumbnail</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Assign_Thumbnail_Tooltip" xml:space="preserve">
    <value>Assign one of the media objects in the album as source of the thumbnail for this album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Copy_Album_Text" xml:space="preserve">
    <value>Copy this album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Copy_Album_Tooltip" xml:space="preserve">
    <value>Make a copy of the current album and put it in another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Copy_Objects_Text" xml:space="preserve">
    <value>Copy objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Copy_Objects_Tooltip" xml:space="preserve">
    <value>Make a copy of one or more media objects and/or albums and put it in another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Create_Album_Text" xml:space="preserve">
    <value>Create album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Create_Album_Tooltip" xml:space="preserve">
    <value>Create a new album to store new media objects and/or albums.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Delete_Album_Text" xml:space="preserve">
    <value>Delete this album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Delete_Album_Tooltip" xml:space="preserve">
    <value>Delete this album, including all media objects and any descendent albums</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Delete_HiRes_Text" xml:space="preserve">
    <value>Delete hi-res images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Delete_HiRes_Tooltip" xml:space="preserve">
    <value>Recover disk space by deleting one or more high resolution images in this album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Delete_Objects_Text" xml:space="preserve">
    <value>Delete objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Delete_Objects_Tooltip" xml:space="preserve">
    <value>Delete one or more media objects from the current album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Edit_Captions_Text" xml:space="preserve">
    <value>Edit captions</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Edit_Captions_Tooltip" xml:space="preserve">
    <value>Edit the captions for multiple media objects in this album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Move_Album_Text" xml:space="preserve">
    <value>Move this album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Move_Album_Tooltip" xml:space="preserve">
    <value>Move the current album to another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Rearrange_Text" xml:space="preserve">
    <value>Rearrange objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Rearrange_Tooltip" xml:space="preserve">
    <value>Change the order of the media objects and child albums in this album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Rotate_Text" xml:space="preserve">
    <value>Rotate images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Rotate_Tooltip" xml:space="preserve">
    <value>Rotate one or more images in this album 90, 180, or 270 degrees</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Admin_Console_Text" xml:space="preserve">
    <value>Site admin</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Admin_Console_Tooltip" xml:space="preserve">
    <value>Change system settings for Gallery Server Pro</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Synchronize_Text" xml:space="preserve">
    <value>Synchronize</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Synchronize_Tooltip" xml:space="preserve">
    <value>Synchronize the media objects on the hard drive with the database</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Transfer_Objects_Text" xml:space="preserve">
    <value>Move objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Transfer_Objects_Tooltip" xml:space="preserve">
    <value>Transfer one or more media objects and/or albums to another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Site_Editable_Content_Tooltip" xml:space="preserve">
    <value>Double click to edit</value>
    <comment>&lt;2007.12.08&gt; This is the tooltip that appears when a user with edit permission hovers the mouse over an editable portion of the screen.</comment>
  </data>
  <data name="UC_Album_Header_Album_Date_Header_Text" xml:space="preserve">
    <value>Date:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Album_Summary_Header_Text" xml:space="preserve">
    <value>Summary:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Album_Title_Header_Text" xml:space="preserve">
    <value>Album:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Dialog_Title_Edit_Album" xml:space="preserve">
    <value>Edit album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Album_Date_Range_Separator_Text" xml:space="preserve">
    <value>to</value>
    <comment>&lt;2007.12.08&gt; This is the text that appears between the start and end dates for an album. For example, specifying the word "to" results in "06/30/09 to 07/15/09"</comment>
  </data>
  <data name="UC_Album_Header_Album_Summary_Max_Length_Text" xml:space="preserve">
    <value>({0} max)</value>
    <comment>&lt;2007.12.08&gt; This is the text that informs the user of the maximum number of allowed characters for an album summary. The string must contain {0}! The {0} is used in a String.Format() method and is replaced with the maximum number of characters. For example, specifying "({0} max)" results in "(1500 max)", assuming the maximum number of charactesr for an album summary is 1500.</comment>
  </data>
  <data name="UC_Album_Header_Album_Title_Max_Length_Text" xml:space="preserve">
    <value>({0} max)</value>
    <comment>&lt;2007.12.08&gt; This is the text that informs the user of the maximum number of allowed characters for an album title. The string must contain {0}! The {0} is used in a String.Format() method and is replaced with the maximum number of characters. For example, specifying "({0} max)" results in "(200 max)", assuming the maximum number of charactesr for an album title is 200.</comment>
  </data>
  <data name="UC_Album_Header_Edit_Album_Begin_Date_Header_Text" xml:space="preserve">
    <value>Begin date:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Edit_Album_End_Date_Header_Text" xml:space="preserve">
    <value>End date:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Edit_Album_Summary_Header_Text" xml:space="preserve">
    <value>Summary:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Edit_Album_Title_Header_Text" xml:space="preserve">
    <value>Album name:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Create_Album_Missing_Title_Text" xml:space="preserve">
    <value>&lt;p&gt;&lt;b&gt;Required Field Missing&lt;/b&gt;&lt;/p&gt;&lt;p&gt;A title is required.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt; This is the message displayed to the user when attempting to create an album and no title has been entered. HTML tags are optional.</comment>
  </data>
  <data name="Task_Create_Album_Title_Max_Length_Text" xml:space="preserve">
    <value>({0} chars max)</value>
    <comment>&lt;2007.12.08&gt; This is the text that informs the user of the maximum number of allowed characters for an album title. The string must contain {0}! The {0} is used in a String.Format() method and is replaced with the maximum number of characters. For example, specifying "({0} chars max)" results in "(200 chars max)", assuming the maximum number of charactesr for an album title is 200.</comment>
  </data>
  <data name="Task_Synch_Body_Text" xml:space="preserve">
    <value>Update the Gallery Server Pro database with information about the media objects in this directory. Click Synchronize to begin.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Header_Text" xml:space="preserve">
    <value>Task: Synchronize this album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Ok_Button_Text" xml:space="preserve">
    <value>Synchronize</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Ok_Button_Tooltip" xml:space="preserve">
    <value>Synchronize this album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Master_Site_Search_Button_Text" xml:space="preserve">
    <value>Go</value>
    <comment>&lt;2007.12.08&gt; The text for the search button that appears on every page.</comment>
  </data>
  <data name="Master_Site_Search_Button_Tooltip" xml:space="preserve">
    <value>Search the gallery</value>
    <comment>&lt;2007.12.08&gt; The tooltip for the search button that appears on every page.</comment>
  </data>
  <data name="Task_Delete_Objects_Body_Text" xml:space="preserve">
    <value>Select one or more media objects you would like to delete. You cannot delete albums from this page. To delete an album, navigate to that album, and then choose the Delete album option in the menu.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_Objects_Check_Uncheck_All_Label_Text" xml:space="preserve">
    <value>Check / Uncheck All</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_Objects_Header_Text" xml:space="preserve">
    <value>Task: Delete one or more media objects from this album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_Objects_Ok_Button_Text" xml:space="preserve">
    <value>Delete selected objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_Objects_Ok_Button_Tooltip" xml:space="preserve">
    <value>Permanently delete the selected media objects (cannot be undone)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_Objects_Warning" xml:space="preserve">
    <value>WARNING: Any media objects you select will be permanently deleted from the web server! This action cannot be undone.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_HiRes_Body_Text" xml:space="preserve">
    <value>You can reduce hard disk usage by deleting the high resolution versions of your images. Select the image(s) for which you would like to delete the corresponding high resolution image. The thumbnail and compressed versions will not be deleted.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_HiRes_Check_Uncheck_All_Label_Text" xml:space="preserve">
    <value>Check / Uncheck All</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_HiRes_Header_Text" xml:space="preserve">
    <value>Task: Delete one or more hi-res images from this album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_HiRes_No_HiRes_Image_Text" xml:space="preserve">
    <value>No hi-res image</value>
    <comment>&lt;2007.12.08&gt; This is the message displayed in place of a checkbox when the image does not have a corresponding high resolution version that can be deleted.</comment>
  </data>
  <data name="Task_Delete_HiRes_Ok_Button_Text" xml:space="preserve">
    <value>Delete hi-res images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_HiRes_Ok_Button_Tooltip" xml:space="preserve">
    <value>Delete any hi-res images associated with the selected media objects (cannot be undone)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_HiRes_Potential_Savings_Text" xml:space="preserve">
    <value>Potential savings: {0} KB ({1} MB)</value>
    <comment>&lt;2007.12.08&gt; This is the message that indicates the amount of hard disk space that may be reclaimed if the user deletes all the high resolution images in the current album. Requires two formatting placeholders: {0} is replaced with the savings in KB; {1} is replaced with the savings in MB. Ex: If the string is "Potential savings: {0} KB ({1} MB)", it may be rendered as "Potential savings: 2048 KB (2.00 MB)"</comment>
  </data>
  <data name="Task_Delete_HiRes_Warning" xml:space="preserve">
    <value>WARNING: The high resolution images will be permanently deleted from the web server! If these images are important, make sure you have a copy safely stored elsewhere.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Album_Title_Prefix_Text" xml:space="preserve">
    <value>Album:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="UC_ThumbnailView_Album_Title_Prefix_Text" xml:space="preserve">
    <value>Album:</value>
    <comment>&lt;2007.12.08&gt; This is the text that appears before the album title in the thumbnail view of an album.</comment>
  </data>
  <data name="UC_ThumbnailView_Intro_Text_No_Objects" xml:space="preserve">
    <value>There are no objects in this album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ThumbnailView_Intro_Text_No_Objects_User_Has_Add_MediaObject_Permission" xml:space="preserve">
    <value>There are no objects in this album. Click &lt;a href='task/addobjects.aspx?aid={0}'&gt;here&lt;/a&gt; to add objects.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ThumbnailView_Intro_Text_With_Objects" xml:space="preserve">
    <value>Select a media object to view it.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Edit_Captions_Body_Text" xml:space="preserve">
    <value>Edit the captions for each media object in the text boxes below &lt;span class='fs'&gt;({0} chars max)&lt;/span&gt;.</value>
    <comment>&lt;2007.12.08&gt; The instructions for the user on the edit captions page. Requires one formatting placeholder that will be replaced with the maximum allowed number of characters in a media object caption.</comment>
  </data>
  <data name="Task_Edit_Captions_Header_Text" xml:space="preserve">
    <value>Task: Edit the captions for this album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Edit_Captions_Ok_Button_Text" xml:space="preserve">
    <value>Save captions</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Edit_Captions_Ok_Button_Tooltip" xml:space="preserve">
    <value>Save the captions</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rotate_Images_Body_Text" xml:space="preserve">
    <value>For each image, click on the side that should be on top.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rotate_Images_Header_Text" xml:space="preserve">
    <value>Task: Rotate the images in this album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rotate_Images_Ok_Button_Text" xml:space="preserve">
    <value>Rotate images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rotate_Images_Ok_Button_Tooltip" xml:space="preserve">
    <value>Rotate the images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_Browser_Cannot_Display_Media_Object_Text" xml:space="preserve">
    <value>Your browser cannot display this media object, but you can download it by clicking the download link in the toolbar.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_CannotOverlayWatermarkOnImage_Dtl" xml:space="preserve">
    <value>The image you requested is not capable of having a watermark attached to it. Since your account security settings require watermarks be applied to images, the operation was aborted.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_CannotOverlayWatermarkOnImage_Hdr" xml:space="preserve">
    <value>Cannot retrieve image...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Add_Album_Text" xml:space="preserve">
    <value>Add albums</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Add_Media_Object_Text" xml:space="preserve">
    <value>Add media objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Admin_Text" xml:space="preserve">
    <value>Administer site (all albums)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Delete_Album_Text" xml:space="preserve">
    <value>Delete child albums</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Delete_Media_Object_Text" xml:space="preserve">
    <value>Delete media object</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Edit_Album_Text" xml:space="preserve">
    <value>Edit album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Edit_Media_Object_Text" xml:space="preserve">
    <value>Edit media object</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Hide_Watermark_Text" xml:space="preserve">
    <value>Do not show watermark on image</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Synch_Text" xml:space="preserve">
    <value>Synchronize</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_View_HiRes_Text" xml:space="preserve">
    <value>View original, hi-res images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_View_Object_Text" xml:space="preserve">
    <value>View albums / objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_CannotRotateObjectNotRotatable_Dtl" xml:space="preserve">
    <value>Attention: This media object cannot be rotated.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_CannotRotateObjectNotRotatable_Hdr" xml:space="preserve">
    <value>Rotate image aborted...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rotate_Image_Body_Text" xml:space="preserve">
    <value>Click on the side that should be on top.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rotate_Image_Header_Text" xml:space="preserve">
    <value>Rotate image</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rotate_Image_Ok_Button_Text" xml:space="preserve">
    <value>Rotate image</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rotate_Image_Ok_Button_Tooltip" xml:space="preserve">
    <value>Rotate this image</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_ObjectsSuccessfullyCopied_Dtl" xml:space="preserve">
    <value>The media object(s) you chose have been successfully copied into this album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_ObjectsSuccessfullyCopied_Hdr" xml:space="preserve">
    <value>Media object(s) successfully copied...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_ObjectsSuccessfullyMoved_Dtl" xml:space="preserve">
    <value>The media object(s) you chose have been successfully moved into this album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_ObjectsSuccessfullyMoved_Hdr" xml:space="preserve">
    <value>Media object(s) successfully moved...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Cannot_Transfer_To_Nested_Album_Msg_Dtl" xml:space="preserve">
    <value>You cannot move or copy an album to itself or to one of its children albums. No media objects were transferred. Please review your selection.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Cannot_Transfer_No_Permission_Msg_Hdr" xml:space="preserve">
    <value>Invalid selection.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Check_Uncheck_All_Label_Text" xml:space="preserve">
    <value>Check / Uncheck All</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Album_Body_Text" xml:space="preserve">
    <value>Select the album you'd like to copy the selected album to.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Album_Header_Text" xml:space="preserve">
    <value>Task: Copy album to another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Album_Ok_Button_Text" xml:space="preserve">
    <value>Copy album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Album_Ok_Button_Tooltip" xml:space="preserve">
    <value>Copy album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Media_Object_Body_Text" xml:space="preserve">
    <value>Select the album you'd like to copy the selected media object to.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Media_Object_Header_Text" xml:space="preserve">
    <value>Task: Copy media object to another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Media_Object_Ok_Button_Text" xml:space="preserve">
    <value>Copy object</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Media_Object_Ok_Button_Tooltip" xml:space="preserve">
    <value>Copy object</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Media_Objects_Step1_Body_Text" xml:space="preserve">
    <value>Step 1: Select one or more media object(s) you would like to copy. You can choose individual media objects or entire albums. If you choose an album, any child albums it contains are copied as well.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Media_Objects_Step1_Header_Text" xml:space="preserve">
    <value>Task: Copy media objects to another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Media_Objects_Step1_Ok_Button_Text" xml:space="preserve">
    <value>Choose these objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Media_Objects_Step1_Ok_Button_Tooltip" xml:space="preserve">
    <value>Choose these objects and move to step 2</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Media_Objects_Step2_Body_Text" xml:space="preserve">
    <value>Step 2: Now select the album you'd like to copy the selected object(s) to. Then click Copy objects to finish the transfer.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Media_Objects_Step2_Header_Text" xml:space="preserve">
    <value>Task: Copy media objects to another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Media_Objects_Step2_Ok_Button_Text" xml:space="preserve">
    <value>Copy objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Copy_Media_Objects_Step2_Ok_Button_Tooltip" xml:space="preserve">
    <value>Copy objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Album_Body_Text" xml:space="preserve">
    <value>Select the album you'd like to move the selected album to.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Album_Header_Text" xml:space="preserve">
    <value>Task: Move album to another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Album_Ok_Button_Text" xml:space="preserve">
    <value>Move album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Album_Ok_Button_Tooltip" xml:space="preserve">
    <value>Move album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Media_Object_Body_Text" xml:space="preserve">
    <value>Select the album you'd like to move the selected media object to.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Media_Object_Header_Text" xml:space="preserve">
    <value>Task: Move media object to another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Media_Object_Ok_Button_Text" xml:space="preserve">
    <value>Move object</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Media_Object_Ok_Button_Tooltip" xml:space="preserve">
    <value>Move object</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Media_Objects_Step1_Body_Text" xml:space="preserve">
    <value>Step 1: Select one or more media objects you would like to move. You can choose individual media objects or entire albums. If you choose an album, any child albums it contains are moved as well.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Media_Objects_Step1_Header_Text" xml:space="preserve">
    <value>Task: Move media objects to another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Media_Objects_Step1_Ok_Button_Text" xml:space="preserve">
    <value>Choose these objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Media_Objects_Step1_Ok_Button_Tooltip" xml:space="preserve">
    <value>Choose these media objects and move to step 2</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Media_Objects_Step2_Body_Text" xml:space="preserve">
    <value>Step 2: Now select the album you'd like to move the selected object(s) to. Then click Move objects to finish the transfer.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Media_Objects_Step2_Header_Text" xml:space="preserve">
    <value>Task: Move media objects to another album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Media_Objects_Step2_Ok_Button_Text" xml:space="preserve">
    <value>Move objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Move_Media_Objects_Step2_Ok_Button_Tooltip" xml:space="preserve">
    <value>Move objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Site_Settings_General_Page_Header" xml:space="preserve">
    <value>Site Settings - General</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Site_Settings_Email_Page_Header" xml:space="preserve">
    <value>Site Settings - E-mail</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Albums_General_Page_Header" xml:space="preserve">
    <value>Albums - General</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Media_Objects_General_Page_Header" xml:space="preserve">
    <value>Media Objects - General</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_General_Page_Header" xml:space="preserve">
    <value>Media Objects - Images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Video_Audio_Other_General_Page_Header" xml:space="preserve">
    <value>Media Objects - Video / Audio / Other</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Media_Objects_Mime_Types_Page_Header" xml:space="preserve">
    <value>Media Object Types</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_ObjectsSuccessfullyRearranged_Dtl" xml:space="preserve">
    <value>You have successfully rearranged the media objects in this album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_ObjectsSuccessfullyRearranged_Hdr" xml:space="preserve">
    <value>Media objects successfully rearranged...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_ObjectsSuccessfullyRotated_Dtl" xml:space="preserve">
    <value>The image(s) have been rotated. You may need to refresh this page in your browser to see the change.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_ObjectsSuccessfullyRotated_Hdr" xml:space="preserve">
    <value>Image(s) successfully rotated...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Move_Invalid_Permission_Msg" xml:space="preserve">
    <value>You are not authorized to move this media object. Moving an object requires \'delete media object\' permission.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Cannot_Transfer_No_Permission_Msg_Dtl" xml:space="preserve">
    <value>You do not have permission to move or copy media objects to the selected album. No objects were transferred. Please review your selection.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Cannot_Transfer_To_Nested_Album_Msg_Hdr" xml:space="preserve">
    <value>Invalid selection.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Cannot_Transfer_No_Destination_Album_Selected_Hdr" xml:space="preserve">
    <value>Attention:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_Cannot_Transfer_No_Destination_Album_Selected_Dtl" xml:space="preserve">
    <value>Please select an album.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Next_Button_Text" xml:space="preserve">
    <value>Next</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Previous_Button_Text" xml:space="preserve">
    <value>Previous</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_Title_Text" xml:space="preserve">
    <value>Synchronize album</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_Next_Text" xml:space="preserve">
    <value>Next</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_Next_Tooltip" xml:space="preserve">
    <value>Next object &lt;Enter&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_Previous_Text" xml:space="preserve">
    <value>Previous</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_Previous_Tooltip" xml:space="preserve">
    <value>Previous object &lt;Shift-Enter&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Msg_ObjectsSkippedDuringUploadMultiple_Dtl" xml:space="preserve">
    <value>&lt;p&gt;Skipped files:&lt;/p&gt;{0}</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Msg_ObjectsSkippedDuringUploadSingle_Dtl" xml:space="preserve">
    <value>The file {0} was not added. {1}</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Msg_ObjectsSkippedDuringUpload_Hdr" xml:space="preserve">
    <value>Some media objects were not added.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Do_Not_Extract_Zip_File_Option_Text" xml:space="preserve">
    <value>Treat ZIP files as media objects and do not extract contents</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Root_Text" xml:space="preserve">
    <value>Actions</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Header" xml:space="preserve">
    <value>Gallery Server Pro Site Administration</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_allowHtmlInTitlesAndCaptions_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Indicates whether to allow limited HTML tags in the titles and captions for albums and media objects. When checked, the following HTML tags are allowed: a, img, span, div, p, h1, h2, h3, h4, h5, h6, strong, em, u, b, i, strike, sup, sub, font, blockquote, ul, ol, li, address, pre, hr, br. Also, the following attributes are allowed: class, style, id. In addition, some tag-specific attributes are also allowed (e.g. src, alt, and title for img; href, target, name, and title for hyperlink (a)).&lt;/p&gt;&lt;p&gt;Javascript is NEVER allowed.&lt;/p&gt;&lt;p&gt;If you uncheck this option while existing media object titles and/or captions already contain HTML tags, these tags will remain. However, new and changed media object titles and captions will be stripped of HTML when they are saved.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_allowHtmlInTitlesAndCaptions_Hdr" xml:space="preserve">
    <value>Allow HTML</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_emailFromAddress_Bdy" xml:space="preserve">
    <value>E-mails sent from Gallery Server Pro (error reports and password change notifications) will appear to be sent from this e-mail address.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_emailFromAddress_Hdr" xml:space="preserve">
    <value>Sender\\'s e-mail address</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_emailFromName_Bdy" xml:space="preserve">
    <value>E-mails sent from Gallery Server Pro (error reports and password change notifications) will appear to be sent from this person.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_emailFromName_Hdr" xml:space="preserve">
    <value>Sender\\'s name</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_emailToAddress_Bdy" xml:space="preserve">
    <value>E-mails sent from Gallery Server Pro are sent to this e-mail address.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_emailToAddress_Hdr" xml:space="preserve">
    <value>Recipient\\'s e-mail address</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_emailToName_Bdy" xml:space="preserve">
    <value>E-mails sent from Gallery Server Pro are addressed to this person.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_emailToName_Hdr" xml:space="preserve">
    <value>Recipient\\'s name</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_galleryId_Bdy" xml:space="preserve">
    <value>The value that uniquely identifies the gallery for this website. Each web application is associated with a single gallery.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_galleryId_Hdr" xml:space="preserve">
    <value>Gallery ID</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_pageHeaderTextUrl_Bdy" xml:space="preserve">
    <value>&lt;p&gt;The URL the user will be directed to when she clicks any page\\'s header text. It is optional: if not present, no link will be rendered.&lt;/p&gt;&lt;p&gt;Examples:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;http://www.mysite.com&lt;/li&gt;&lt;li&gt;/ (the root of the web site)&lt;/li&gt;&lt;li&gt;~/ (the root of the current application)&lt;/li&gt;&lt;/ul&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_pageHeaderTextUrl_Hdr" xml:space="preserve">
    <value>Web site heading text URL</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_pageHeaderText_Bdy" xml:space="preserve">
    <value>The header text that appears at the top of each web page.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_pageHeaderText_Hdr" xml:space="preserve">
    <value>Web site heading text</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_sendEmailOnError_Bdy" xml:space="preserve">
    <value>When checked, the designated administrator is sent a detailed report when a web site error occurs.  A valid SMTP server must be specified.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_sendEmailOnError_Hdr" xml:space="preserve">
    <value>Send e-mail on error</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_smtpPort_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Specify the port number to use when sending SMTP mail. This setting is useful when the web server is behind a proxy.&lt;/p&gt;&lt;p&gt;This value is stored in the config file galleryserverpro.config. If you wish to use the SMTP port specified in web.config (either explicitly assigned in this web application or inherited from a parent application), you may leave this field blank. Gallery Server Pro will automatically use the value specified in the system.net mailSettings section if no value is specified here.&lt;/p&gt;&lt;p&gt;If not specified, and if no value is defined (or inherited) in web.config, the default port 25 is used.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_smtpPort_Hdr" xml:space="preserve">
    <value>SMTP port number</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_smtpServer_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Specify the IP address or name of the SMTP server used to send e-mails (e.g. 127.0.0.1, Godzilla, mail.yourisp.com).&lt;/p&gt;&lt;p&gt;If you leave it blank, Gallery Server Pro will use the SMTP server specified in the system.net-mailSettings section of web.config (both the explicit web.config for this application and the inherited values from web.config files further up the hierarchy). If no value is found in web.config, Gallery Server Pro will attempt to use the local server.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_smtpServer_Hdr" xml:space="preserve">
    <value>SMTP server</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_websiteTitle_Bdy" xml:space="preserve">
    <value>The text placed within the title HTML tag on each web page. This text appears in the browser\\'s title bar and is important to search engines.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_websiteTitle_Hdr" xml:space="preserve">
    <value>Web site title</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Albums_General_Invalid_Color_Text" xml:space="preserve">
    <value>Font color is invalid</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAlbumThumbnailBackgroundColor_Bdy" xml:space="preserve">
    <value>The background color of the thumbnail image. It can be specified as hex (e.g. #336699), RGB (e.g. 127,55,95), or one of the System.Color.KnownColor enum values (e.g. Maroon).</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAlbumThumbnailBackgroundColor_Hdr" xml:space="preserve">
    <value>Thumbnail background color</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAlbumThumbnailFontColor_Bdy" xml:space="preserve">
    <value>The color of the text. It can be specified as hex (e.g. #336699), RGB (e.g. 127,55,95), or one of the System.Color.KnownColor enum values (e.g. Maroon).</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAlbumThumbnailFontColor_Hdr" xml:space="preserve">
    <value>Thumbnail font color</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAlbumThumbnailFontName_Bdy" xml:space="preserve">
    <value>The font in which the text on a thumbnail is displayed. The font must be installed on the web server. If the font is not installed, a generic sans serif font will be substituted.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAlbumThumbnailFontName_Hdr" xml:space="preserve">
    <value>Thumbnail font name</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAlbumThumbnailFontSize_Bdy" xml:space="preserve">
    <value>The size, in pixels, of the font used to display the text. Valid values: 6 - 100.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAlbumThumbnailFontSize_Hdr" xml:space="preserve">
    <value>Thumbnail font size (px)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAlbumThumbnailText_Bdy" xml:space="preserve">
    <value>The text to appear on a thumbnail image.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAlbumThumbnailText_Hdr" xml:space="preserve">
    <value>Thumbnail text</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAlbumThumbnailWidthToHeightRatio_Bdy" xml:space="preserve">
    <value>&lt;p&gt;The ratio of the width to height of the thumbnail image. The length of the longest side of the image is set by the MaxThumbnailLength property, and the length of the remaining side is calculated using this ratio.&lt;/p&gt;&lt;p&gt;A ratio of more than 1.00 results in the width being greater than the height (landscape), while a ratio less than 1.00 results in the width being less than the height (portrait).&lt;/p&gt;&lt;p&gt;Example: If MaxThumbnailLength = 115 and the aspect ratio = 1.50, the width of the default thumbnail image is 115 and the height is 77 (115/1.50).&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAlbumThumbnailWidthToHeightRatio_Hdr" xml:space="preserve">
    <value>Thumbnail aspect ratio</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_maxAlbumThumbnailTitleDisplayLength_Bdy" xml:space="preserve">
    <value>The maximum number of characters to display when showing the title of an album in thumbnail view.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_maxAlbumThumbnailTitleDisplayLength_Hdr" xml:space="preserve">
    <value>Album title thumbnail - max number of characters</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_maxMediaObjectThumbnailTitleDisplayLength_Bdy" xml:space="preserve">
    <value>The maximum number of characters to display when showing the title of a media object in a thumbnail view.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_maxMediaObjectThumbnailTitleDisplayLength_Hdr" xml:space="preserve">
    <value>Media object thumbnail title character max</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_mediaObjectPath_Bdy" xml:space="preserve">
    <value>&lt;p&gt;The relative or absolute path to a directory on a local hard drive containing the media objects.&lt;/p&gt;&lt;p&gt;Relative paths are relative to the root of the web application. UNC or mapped drives are not valid.&lt;/p&gt;&lt;p class=&amp;quot;bold&amp;quot;&gt;Example: If Gallery Server Pro is installed at C:\\\\inetpub\\\\wwwroot\\\\gsp, the following are all valid and point to the same location:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;C:\\\\inetpub\\\\wwwroot\\\\gsp\\\\mypics\\\\&lt;/li&gt;&lt;li&gt;C:\\\\inetpub\\\\wwwroot\\\\gsp\\\\mypics&lt;/li&gt;&lt;li&gt;\\\\mypics\\\\&lt;/li&gt;&lt;li&gt;\\\\mypics&lt;/li&gt;&lt;li&gt;mypics\\\\&lt;/li&gt;&lt;li&gt;mypics&lt;/li&gt;&lt;li&gt;/mypics/&lt;/li&gt;&lt;li&gt;/mypics&lt;/li&gt;&lt;/ul&gt;Note: Changing the location does not move objects to the new location. If you change this setting, you should synchronize the database (from actions menu, choose synchronize) so that the records match the files in the directory.&lt;/span&gt; Alternatively, a tool such as Windows Explorer could be used to manually copy the files from the old location to the new location.&lt;/p&gt;&lt;p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_mediaObjectPath_Hdr" xml:space="preserve">
    <value>Media object path</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_mediaObjectTransitionDuration_Bdy" xml:space="preserve">
    <value>The duration of the transition effect, in seconds, when navigating between media objects. This setting has no effect when the media object transition effect is set to None.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_mediaObjectTransitionDuration_Hdr" xml:space="preserve">
    <value>Media object transition duration</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_mediaObjectTransitionType_Bdy" xml:space="preserve">
    <value>Specifies the visual transition effect to use when browsing from one media object to the next.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_mediaObjectTransitionType_Hdr" xml:space="preserve">
    <value>Media object transition effect</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_optimizedPath_Bdy" xml:space="preserve">
    <value>&lt;p&gt;The relative or absolute path to a directory on a local hard drive specifying where Gallery Server Pro should store the compressed images of media objects.&lt;/p&gt;&lt;p&gt;You can use the same directory as your original media object files or a different one. Many users prefer to store the thumbnail and compressed images in a separate directory to keep the directories containing the original files clean.&lt;/p&gt;&lt;p&gt;Relative paths are relative to the root of the web application. UNC or mapped drives are not valid.&lt;/p&gt;&lt;p&gt;Example: If Gallery Server Pro is installed at C:\\\\inetpub\\\\wwwroot\\\\gsp, the following are all valid and point to the same location:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;C:\\\\inetpub\\\\wwwroot\\\\gsp\\\\cache\\\\&lt;/li&gt;&lt;li&gt;C:\\\\inetpub\\\\wwwroot\\\\gsp\\\\cache&lt;/li&gt;&lt;li&gt;\\\\cache\\\\&lt;/li&gt;&lt;li&gt;\\\\cache&lt;/li&gt;&lt;li&gt;cache\\\\&lt;/li&gt;&lt;li&gt;cache&lt;/li&gt;&lt;li&gt;/cache/&lt;/li&gt;&lt;li&gt;/cache&lt;/li&gt;&lt;/ul&gt;&lt;span class=&amp;quot;bold&amp;quot;&gt;Note: Changing the location does not move the thumbnails to the new location. If you change this setting, you should synchronize the database (from actions menu, choose synchronize) to generate new thumbnails in the new location.&lt;/span&gt; Alternatively, a tool such as Windows Explorer could be used to manually copy the files from the old location to the new location.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_optimizedPath_Hdr" xml:space="preserve">
    <value>Compressed image location</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_thumbnailPath_Bdy" xml:space="preserve">
    <value>&lt;p&gt;The relative or absolute path to a directory on a local hard drive specifying where Gallery Server Pro should store the thumbnail images of media objects.&lt;/p&gt;&lt;p&gt;You can use the same directory as your original media object files or a different one. Many users prefer to store the thumbnail and compressed images in a separate directory to keep the directories containing the original files clean.&lt;/p&gt;&lt;p&gt;Relative paths are relative to the root of the web application. UNC or mapped drives are not valid.&lt;/p&gt;&lt;p&gt;Example: If Gallery Server Pro is installed at C:\\\\inetpub\\\\wwwroot\\\\gsp, the following are all valid and point to the same location:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;C:\\\\inetpub\\\\wwwroot\\\\gsp\\\\cache\\\\&lt;/li&gt;&lt;li&gt;C:\\\\inetpub\\\\wwwroot\\\\gsp\\\\cache&lt;/li&gt;&lt;li&gt;\\\\cache\\\\&lt;/li&gt;&lt;li&gt;\\\\cache&lt;/li&gt;&lt;li&gt;cache\\\\&lt;/li&gt;&lt;li&gt;cache&lt;/li&gt;&lt;li&gt;/cache/&lt;/li&gt;&lt;li&gt;/cache&lt;/li&gt;&lt;/ul&gt;&lt;span class=&amp;quot;bold&amp;quot;&gt;Note: Changing the location does not move the thumbnails to the new location. If you change this setting, you should synchronize the database (from actions menu, choose synchronize) to generate new thumbnails in the new location.&lt;/span&gt; Alternatively, a tool such as Windows Explorer could be used to manually copy the files from the old location to the new location.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_thumbnailPath_Hdr" xml:space="preserve">
    <value>Thumbnail image location</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_About_Compressed_Images_Bdy" xml:space="preserve">
    <value>&lt;p&gt;When you add an image or synchronize the database, Gallery Server Pro creates a compressed version of an image (in JPG format) when at least one of these is true:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The file size of the image is larger than a designated value (called the compression limit)&lt;/li&gt;&lt;li&gt;The length of the image\\'s longest side is larger than a designated length (called the compressed image length)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Example: You upload a 1656 px by 1242 px JPG image that is 800 KB. You have Gallery Server Pro configured with these settings:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The compression limit is 50 KB.&lt;/li&gt;&lt;li&gt;The compression quality setting is 70.&lt;/li&gt;&lt;li&gt;The compressed image length is 640 px.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;Since the image is larger than the 50 KB limit, a compressed copy of the original is created with a quality setting of 70 and the dimensions 640 px by 480 px.&lt;/p&gt;&lt;p&gt;NOTE: In this example, even if the original image is less than 50 KB, a compressed image is still created, because the length of its longest side - 1656 px - is longer than the compressed image length setting (640 px).&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Images_About_Compressed_Images_Hdr" xml:space="preserve">
    <value>About compressed images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_applyWatermarkToThumbnails_Bdy" xml:space="preserve">
    <value>Specifies whether to apply the text and/or image watermark to thumbnail images. This property is ignored if watermarking is disabled.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_applyWatermarkToThumbnails_Hdr" xml:space="preserve">
    <value>Enable watermarks on thumbnails</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_applyWatermark_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Applies a watermark to compressed and original images. If checked, both the text and the image specified below are applied to images.&lt;/p&gt;&lt;p&gt;Note: If a user belongs to a role with &amp;quot;View images without watermarks&amp;quot; permission, then no watermarks are applied to images for this user, regardless of this setting.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_applyWatermark_Hdr" xml:space="preserve">
    <value>Enable image watermarks</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_autoStartMediaObject_Bdy" xml:space="preserve">
    <value>Specifies whether a video, audio or other dynamic media object will automatically start playing in the user\\'s browser. This setting is ignored if the browser plug-in does not support this feature.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_autoStartMediaObject_Hdr" xml:space="preserve">
    <value>Auto start dynamic media objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAudioPlayerHeight_Bdy" xml:space="preserve">
    <value>Specifies the height, in pixels, of the browser plug-in that plays an audio file.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAudioPlayerHeight_Hdr" xml:space="preserve">
    <value>Audio player height</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAudioPlayerWidth_Bdy" xml:space="preserve">
    <value>Specifies the width, in pixels, of the browser plug-in that plays an audio file.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultAudioPlayerWidth_Hdr" xml:space="preserve">
    <value>Audio player width</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultGenericObjectHeight_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Specifies the height, in pixels, of the browser plug-in that displays a generic media object.&lt;/p&gt;&lt;p&gt;This is used primarily for Shockwave Flash objects, but applies to any file with a mime type (a) that is not an image, video, or audio object, and (b) for which there are rendering instructions in the mediaObjects section of the configuration file galleryserverpro.config.&lt;/p&gt;&lt;p&gt;This value is mapped to the dynamic {Height} property that can be used in the htmlOutput attribute of the browser XML element in galleryserverpro.config. An alternative to setting the value here is to specify the desired value directly in the configuration file instead of using {Height}. This can be useful if, for example, you want all Shockwave files rendered at one size and generic media objects of another type to be rendered at another size.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultGenericObjectHeight_Hdr" xml:space="preserve">
    <value>Generic object height</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultGenericObjectWidth_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Specifies the width, in pixels, of the browser plug-in that displays a generic media object.&lt;/p&gt;&lt;p&gt;This is used primarily for Shockwave Flash objects, but applies to any file with a mime type (a) that is not an image, video, or audio object, and (b) for which there are rendering instructions in the mediaObjects section of the configuration file galleryserverpro.config.&lt;/p&gt;&lt;p&gt;This value is mapped to the dynamic {Width} property that can be used in the htmlOutput attribute of the browser XML element in galleryserverpro.config. An alternative to setting the value here is to specify the desired value directly in the configuration file instead of using {Width}. This can be useful if, for example, you want all Shockwave files rendered at one size and generic media objects of another type to be rendered at another size.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultGenericObjectWidth_Hdr" xml:space="preserve">
    <value>Generic object width</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultVideoPlayerHeight_Bdy" xml:space="preserve">
    <value>Specifies the height, in pixels, of the browser plug-in that plays a video file.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultVideoPlayerHeight_Hdr" xml:space="preserve">
    <value>Video player height</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultVideoPlayerWidth_Bdy" xml:space="preserve">
    <value>Specifies the width, in pixels, of the browser plug-in that plays a video file.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_defaultVideoPlayerWidth_Hdr" xml:space="preserve">
    <value>Video player width</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_maxOptimizedLength_Bdy" xml:space="preserve">
    <value>&lt;p&gt;The length (in pixels) of the longest edge of the compressed image that Gallery Server Pro creates when an image is added. The length of the shorter side is calculated automatically based on the aspect ratio of the image.&lt;/p&gt;&lt;p&gt;This value is also used to determine if a compressed version of an image needs to be created. If you add an image and the length of its longest side is greater than this value, a compressed version is created.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_maxOptimizedLength_Hdr" xml:space="preserve">
    <value>Compressed image length</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_optimizedImageJpegQuality_Bdy" xml:space="preserve">
    <value>The quality level that compressed JPG images are created with. Valid values are 1 - 100, with 1 being the worst quality (smallest file size) and 100 being the best quality (largest file size).</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_optimizedImageJpegQuality_Hdr" xml:space="preserve">
    <value>Compressed image quality</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_optimizedImageTriggerSizeKB_Bdy" xml:space="preserve">
    <value>&lt;p&gt;The size (in KB) above which an image is compressed to create a compressed (optimized) version. If an image\\'s file size is larger than this value, a bandwidth-friendly, compressed version is created. If an image\\'s file size is smaller than the value you specify, no compressed version is created.&lt;/p&gt;&lt;p&gt;The original image is never altered or deleted, regardless of this setting. (Rotating is the only function that modifies the original image.)&lt;/p&gt;&lt;p&gt;This setting is applied: (a) when new images are added to the gallery and (b) during synchronization if the &amp;quot;Overwrite existing compressed images&amp;quot; option is selected.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_optimizedImageTriggerSizeKB_Hdr" xml:space="preserve">
    <value>Compression limit</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_originalImageJpegQuality_Bdy" xml:space="preserve">
    <value>The quality level at which original JPG images are saved. This setting is only used when the original is modified by the user, such as rotation. Valid values are  1 - 100, with 1 being the worst quality (smallest file size) and 100 being the best quality (largest file size).</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_originalImageJpegQuality_Hdr" xml:space="preserve">
    <value>Original image quality</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_thumbnailClickShowsOriginal_Bdy" xml:space="preserve">
    <value>Specifies whether the original image or the compressed image is displayed when the user clicks the thumbnail of an image. If unchecked, the compressed image, if it exists, is shown instead.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_thumbnailClickShowsOriginal_Hdr" xml:space="preserve">
    <value>Default image type</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkImageLocation_Bdy" xml:space="preserve">
    <value>Specifies the location for the watermark image on the recipient image.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkImageLocation_Hdr" xml:space="preserve">
    <value>Watermark image location</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkImageOpacityPercent_Bdy" xml:space="preserve">
    <value>The opacity of the watermark image. Valid values are 0 - 100, 0 being completely transparent and 100 completely opaque.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkImageOpacityPercent_Hdr" xml:space="preserve">
    <value>Watermark image opacity</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkImagePath_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Specifies the full or relative path to a watermark image to be applied to the recipient image. Most common image types, such as JPG, GIF, BMP, TIF, and PNG are accepted.&lt;/p&gt;&lt;p&gt;Relative paths are relative to the root of the web application. The directory-separating character can be either a forward or backward slash, and, for relative paths, the initial slash is optional.&lt;/p&gt;&lt;p&gt;Leave this setting blank if no image watermark is desired.&lt;/p&gt;&lt;p&gt;Examples:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;/images/mywatermark.jpg&lt;/li&gt;&lt;li&gt;images/mywatermark.gif&lt;/li&gt;&lt;li&gt;\\\\images\\\\mywatermark.bmp&lt;/li&gt;&lt;li&gt;images\\\\mywatermark.tif&lt;/li&gt;&lt;li&gt;C:\\\\images\\\\mywatermark.png&lt;/li&gt;&lt;/ul&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkImagePath_Hdr" xml:space="preserve">
    <value>Watermark image path</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkImageWidthPercent_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Specifies the percent of the overall width of the recipient image that should be covered with the watermark image. The size of the image is automatically scaled to achieve the desired width. Valid values are 0 - 100.&lt;/p&gt;&lt;p&gt;For example, a value of 50 means the watermark image is 50% as wide as the recipient image.&lt;/p&gt;&lt;p&gt;A value of 0 turns off this feature and causes the image to be rendered at its actual size.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkImageWidthPercent_Hdr" xml:space="preserve">
    <value>Watermark image width (%)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkTextColor_Bdy" xml:space="preserve">
    <value>The color of the watermark text. It can be specified as hex (e.g. #336699), RGB (e.g. 127,55,95), or one of the System.Color.KnownColor enum values (e.g. Maroon).</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkTextColor_Hdr" xml:space="preserve">
    <value>Watermark font color</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkTextFontName_Bdy" xml:space="preserve">
    <value>The font used for the watermark text. If the font is not installed on the web server, a generic sans serif font will be substituted.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkTextFontName_Hdr" xml:space="preserve">
    <value>Watermark font name</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkTextFontSize_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Specifies the height, in pixels, of the watermark text. Valid values are 1 - 10000.&lt;/p&gt;&lt;p&gt;Note: This value is ignored if the watermark text width percentage is non-zero.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkTextFontSize_Hdr" xml:space="preserve">
    <value>Watermark font size</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkTextLocation_Bdy" xml:space="preserve">
    <value>Specifies the location for the watermark text on the recipient image.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkTextLocation_Hdr" xml:space="preserve">
    <value>Watermark text location</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkTextOpacityPercent_Bdy" xml:space="preserve">
    <value>The opacity of the watermark text. This is a value from 0 to 100, with 0 being invisible and 100 being solid, with no transparency.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkTextOpacityPercent_Hdr" xml:space="preserve">
    <value>Watermark text opacity</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkTextWidthPercent_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Specifies the percent of the overall width of the recipient image that should be covered with the watermark text. The size of the text is automatically scaled up or down to achieve the desired width. Valid values are 0 - 100.&lt;/p&gt;&lt;p&gt;This setting overrides the watermark font size setting. To disable this setting so that the watermark font size is enabled, set this value to zero.&lt;/p&gt;&lt;p&gt;For example, a value of 50 means the text is 50% as wide as the recipient image.&lt;/p&gt;&lt;p&gt;The text is never rendered in a font smaller than 4 pixels, so in cases of long text it may stretch wider than the percentage specified in this setting.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkTextWidthPercent_Hdr" xml:space="preserve">
    <value>Watermark text width (%)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkText_Bdy" xml:space="preserve">
    <value>Specifies the text to apply to images in the gallery. The text is applied in a single line. Leave this setting blank if no text watermark is desired.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_watermarkText_Hdr" xml:space="preserve">
    <value>Watermark text</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_maxThumbnailLength_Bdy" xml:space="preserve">
    <value>The length (in pixels) of the longest edge of the thumbnail image that Gallery Server Pro creates when an image is added. The length of the shorter side is calculated automatically based on the aspect ratio of the image.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_maxThumbnailLength_Hdr" xml:space="preserve">
    <value>Thumbnail image length</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Album_Is_Private_Icon_Tooltip" xml:space="preserve">
    <value>This is a private album that is not visible to anonymous users</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Edit_Album_Is_Private_Disabled_Text" xml:space="preserve">
    <value>&lt;label for="private"&gt;Private album &lt;span class="fs em"&gt;(Setting inherited from parent album)&lt;/span&gt;&lt;/label&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Edit_Album_Is_Private_Info_Bdy" xml:space="preserve">
    <value>&lt;p&gt;By default, anonymous users can view all albums. This is because the roles and their assigned permissions apply only to logged on users.&lt;/p&gt;&lt;p&gt;You can hide some or all albums from anonymous users by setting them as private. When users log on, the normal security roles take over and this setting is ignored.&lt;/p&gt;&lt;p&gt;Setting an album as private automatically causes all of its child albums to be private.&lt;/p&gt;&lt;p&gt;Note: If you want to require users to log on to see all the albums in the entire gallery, consider turning off anonymous access in the web.config file as an alternative to setting all albums to private.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Edit_Album_Is_Private_Info_Hdr" xml:space="preserve">
    <value>About private albums</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Edit_Album_Is_Private_Text" xml:space="preserve">
    <value>&lt;label for="private"&gt;Private album&lt;/label&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_IncludeChildAlbums_Hlp_Bdy" xml:space="preserve">
    <value>&lt;p&gt;When checked, Gallery Server Pro will recursively synchronize any descendant albums in addition to synchronizing the current album. Leave unchecked if you only want to synchronize the current album, not any descendent albums.&lt;/p&gt;&lt;p&gt;If the current album does not contain any descendant albums, this setting has no effect.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_IncludeChildAlbums_Hlp_Hdr" xml:space="preserve">
    <value>Synchronize child directories</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_IncludeChildAlbums_Text" xml:space="preserve">
    <value>Include child directories (recursive)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_OverwriteCompressed_Hlp_Bdy" xml:space="preserve">
    <value>&lt;p&gt;When checked, new compressed images are created for each media object, overwriting any existing compressed images.&lt;/p&gt;&lt;p&gt;If unchecked, a compressed image is created only if it does not exist.&lt;/p&gt;&lt;p&gt;Synchronizing the database will run slightly faster if you leave this option unchecked.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_OverwriteCompressed_Hlp_Hdr" xml:space="preserve">
    <value>Overwrite existing compressed images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_OverwriteCompressed_Text" xml:space="preserve">
    <value>Overwrite existing compressed images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_OverwriteThumbnails_Hlp_Bdy" xml:space="preserve">
    <value>&lt;p&gt;When checked, new thumbnail images are created for each media object, overwriting any existing thumbnails.&lt;/p&gt;&lt;p&gt;If unchecked, a thumbnail is created only if it does not exist.&lt;/p&gt;&lt;p&gt;Synchronizing the database will run slightly faster if you leave this option unchecked.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_OverwriteThumbnails_Hlp_Hdr" xml:space="preserve">
    <value>Overwrite existing thumbnail images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_OverwriteThumbnails_Text" xml:space="preserve">
    <value>Overwrite existing thumbnail images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_ETL_1_of_5" xml:space="preserve">
    <value>  hours </value>
    <comment>&lt;2007.12.08&gt; This text is part of a series of 5 resources that are concatenated to form the estimated time left string during a synchronization. Example: "1 hours 3 min 10 secs (10 of 6734 objects synchronized)" Make sure the strings have a leading and trailing space as needed.</comment>
  </data>
  <data name="Task_Synch_Progress_ETL_2_of_5" xml:space="preserve">
    <value> min </value>
    <comment>&lt;2007.12.08&gt; See comment for Task_Synch_Progress_ETL_1_of_5</comment>
  </data>
  <data name="Task_Synch_Progress_ETL_3_of_5" xml:space="preserve">
    <value> secs (</value>
    <comment>&lt;2007.12.08&gt; See comment for Task_Synch_Progress_ETL_1_of_5</comment>
  </data>
  <data name="Task_Synch_Progress_ETL_4_of_5" xml:space="preserve">
    <value> of </value>
    <comment>&lt;2007.12.08&gt; See comment for Task_Synch_Progress_ETL_1_of_5</comment>
  </data>
  <data name="Task_Synch_Progress_ETL_5_of_5" xml:space="preserve">
    <value> objects synchronized)</value>
    <comment>&lt;2007.12.08&gt; See comment for Task_Synch_Progress_ETL_1_of_5</comment>
  </data>
  <data name="Task_Synch_Progress_ETL_Initial_Value" xml:space="preserve">
    <value>Calculating...</value>
    <comment>&lt;2007.12.08&gt; The estimated time left value that is displayed before there is enough information to calculate an actual value.</comment>
  </data>
  <data name="Task_Synch_Progress_ETL_Text" xml:space="preserve">
    <value>Estimated time left:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_Skipped_Objects_Msg_1_of_3" xml:space="preserve">
    <value>Note: </value>
    <comment>&lt;2007.12.08&gt; This text is concatenated with two variables and the "2 or 3" and "3 of 3" resource strings to create a single message that is displayed to the user when one or more files are skipped during synching. The number of skipped objects is inserted between messages 1 and 2, and a bulleted list of skipped file names, and their reasons for being skipped, are inserted between messages 2 and 3.</comment>
  </data>
  <data name="Task_Synch_Progress_Skipped_Objects_Msg_2_of_3" xml:space="preserve">
    <value> files were not added to the gallery.</value>
    <comment>&lt;2008.10.17&gt; See comment for Task_Synch_Progress_Skipped_Objects_Msg_1_of_3</comment>
  </data>
  <data name="Task_Synch_Progress_Skipped_Objects_Msg_3_of_3" xml:space="preserve">
    <value>You can enable or disable file types in the Media Object Types screen in Site Admin or by editing galleryserverpro.config.</value>
    <comment>&lt;2008.10.17&gt; See comment for Task_Synch_Progress_Skipped_Objects_Msg_1_of_3</comment>
  </data>
  <data name="Task_Synch_Progress_Status_PersistingToDataStore_Hdr" xml:space="preserve">
    <value>Updating data store...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_Status_SynchInProgressException_Hdr" xml:space="preserve">
    <value>Another synchronization is in progress</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_Status_SynchInProgressException_Msg" xml:space="preserve">
    <value>Another user is currently synchronizing, so your request was cancelled. If you feel you received this message in error, restarting the web application will reset the synchronization status table.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_Status_SynchInProgress_Hdr" xml:space="preserve">
    <value>Processing files...</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_Status_SynchInProgress_Msg" xml:space="preserve">
    <value>Starting synchronization...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_Status_Text" xml:space="preserve">
    <value>Status:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_SynchCancelled_Bdy" xml:space="preserve">
    <value>The synchronization has been cancelled. As a result, there may be inconsistency between the media objects on the file system and the Gallery Server Pro data store. If this is the case, it can be corrected by performing another synchronization.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_SynchCancelled_Hdr" xml:space="preserve">
    <value>Synchronization cancelled</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_SynchComplete_Hdr" xml:space="preserve">
    <value>Synchronization complete.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_SynchError_Hdr" xml:space="preserve">
    <value>Synchronization error</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_SynchError_Msg_Prefix" xml:space="preserve">
    <value>Error: </value>
    <comment>&lt;2007.12.08&gt; This is the text that comes before the system-generated error message displayed to the user.</comment>
  </data>
  <data name="Task_Synch_Progress_SynchInProgress_Hdr" xml:space="preserve">
    <value>Synchronizing...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_SynchRate_Text" xml:space="preserve">
    <value>Synch rate:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_SynchRate_Units" xml:space="preserve">
    <value> objects/sec</value>
    <comment>&lt;2007.12.08&gt; This is the text displayed in the synch popup window that is appended to the calculated value of the synchronization rate. Ex: 8.2 objects/sec</comment>
  </data>
  <data name="Task_Synch_RegenerateMetadata_Hlp_Bdy" xml:space="preserve">
    <value>&lt;p&gt;When checked, metadata that was extracted from images when they were first added to Gallery Server Pro are replaced with the current metadata in the original image file. Metadata includes items such as camera model, shutter speed, title, and keywords.&lt;/p&gt;&lt;p&gt;For example, this is useful if you used a program like Vista Photo Gallery to add keywords to the image files and you want Gallery Server Pro to retrieve this information to aid in searching.&lt;/p&gt;&lt;p&gt;This setting has no effect on non-image media objects.&lt;/p&gt;&lt;p&gt;&lt;span class=&amp;quot;bold&amp;quot;&gt;Note&lt;/span&gt;: Metadata that may exist in the original image files are not replicated to the thumbnail and compressed versions. &lt;span class=&amp;quot;bold&amp;quot;&gt;If you delete the original versions of photos using the Delete hi-res images command, that means there is no metadata to extract during subsequent synchronizations.&lt;/span&gt; The consequence of this is that checking this option after you have deleted the original images will cause you to lose the metadata that was extracted from the original files. Therefore, it is recommended to leave this option unchecked when you synchronize an album whose original, high resolution photos have been deleted.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_RegenerateMetadata_Hlp_Hdr" xml:space="preserve">
    <value>Re-import metadata for existing images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_RegenerateMetadata_Text" xml:space="preserve">
    <value>Re-import metadata for existing images (replaces previously imported metadata)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_allowUnspecifiedMimeTypes_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Specifies whether Gallery Server Pro is allowed to manage file types not explicitly specified in the MIME types list. When unchecked, only files with an extension in the list below and marked as enabled are allowed. When checked, Gallery Server Pro accepts all file types regardless of their file extension.&lt;/p&gt;&lt;p&gt;For maximum security, leave this unchecked and enable only those file types you want to include in the Gallery Server Pro gallery.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Cfg_allowUnspecifiedMimeTypes_Hdr" xml:space="preserve">
    <value>Allow all MIME types</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Options_Hlp_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Each album in Gallery Server Pro has a corresponding physical directory on the web server\\'s hard drive. The synchronization procedure updates the Gallery Server Pro data store with information about the media objects in this directory.&lt;/p&gt;&lt;p&gt;Only those files with file extensions that are enabled are managed by Gallery Server Pro. You can edit this list in the Media Objects Types admin page or in the configuration file galleryserverpro.config.&lt;/p&gt;&lt;p&gt;When should you synchronize? You might want to synchronize when:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;You just installed Gallery Server Pro and you want to load the data store with media objects without using the Add objects command. Make sure your media files are copied into the media objects directory before synchronizing. This directory is specified in the  Media Objects - General page and in the configuration file galleryserverpro.config.&lt;/li&gt;&lt;li&gt;You added, moved, copied, or deleted objects using Windows Explorer instead of the Gallery Server Pro interface, causing the database to become out of synch with the media files on the web server\\'s hard drive.&lt;/li&gt;&lt;li&gt;You used a third party program like PhotoShop to alter one or more media files, and you want Gallery Server Pro to recreate the thumbnail and compressed image files.&lt;/li&gt;&lt;li&gt;You changed a configuration setting and want Gallery Server Pro to process all media objects with the new setting. For example, you may have changed the compressed image size, enabled or disabled a file extension, or moved the thumbnail storage directory to a new location.&lt;/li&gt;&lt;li&gt;A bug in Gallery Server Pro has caused the database to become out of synch with the object files on the web server\\'s hard drive.&lt;/li&gt;&lt;/ul&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Synch_Options_Hlp_Hdr" xml:space="preserve">
    <value>About synchronization</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Config_Security_Ex_Msg" xml:space="preserve">
    <value>Attention: This page is read only because the web site is running under reduced permissions and this page requires Full Trust to save settings to the configuration file. Configure Gallery Server Pro to run under Full Trust to enable this web page. If this is not possible, you can manually update any of these settings by editing the file in a text editor. The file is named galleryserverpro.config and it is stored in the config directory of this web application.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_ZipOption_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Normally, the contents of a ZIP file are extracted and the original ZIP file is discarded. Check this option to treat ZIP files as a media object and allow them to be viewed and downloaded. When checked, the ZIP file is added to the media object gallery and the contents of the ZIP file are ignored.&lt;/p&gt;&lt;p&gt;This option is disabled if the ZIP file extension is disabled in the Media Objects Type page in the Site Administration settings.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Add_Objects_ZipOption_Hdr" xml:space="preserve">
    <value>Treat ZIP files as media objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_No_Objects_Selected_Dtl" xml:space="preserve">
    <value>Please select one or more objects.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Transfer_Objects_No_Objects_Selected_Hdr" xml:space="preserve">
    <value>Attention:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Processing_Text" xml:space="preserve">
    <value>Communicating with server...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Processing_Text" xml:space="preserve">
    <value>Communicating with server...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Cannot_Retrieve_Pwd_Generic_Error" xml:space="preserve">
    <value>The following error occurred while trying to e-mail the user: {0}</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Cannot_Retrieve_Pwd_Header" xml:space="preserve">
    <value>Cannot retrieve password</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Cannot_Retrieve_Pwd_Invalid_Email" xml:space="preserve">
    <value>The specified user does not have a valid e-mail address.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Confirmation_Body" xml:space="preserve">
    <value>The password has been sent to {0}. &lt;a href="../login.aspx"&gt;Go to logon page.&lt;/a&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Confirmation_Title" xml:space="preserve">
    <value>Password has been sent.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Disabled_Because_Password_Retrieval_Is_Disabled_Body" xml:space="preserve">
    <value>Gallery Server Pro is configured to prevent users from being able to automatically retrieve their password. Contact the web site administrator for assistance.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Disabled_Because_Question_Answer_Is_Enabled_Body" xml:space="preserve">
    <value>The password recovery feature cannot be used when Gallery Server Pro is configured to require question/answer confirmation.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Disabled_Header" xml:space="preserve">
    <value>Password recovery disabled</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Email_Body" xml:space="preserve">
    <value>&lt;p&gt;Please return to the site and log in using the following information.&lt;/p&gt;&lt;p&gt;User Name: {0}&lt;/p&gt;&lt;p&gt;Password: {1}&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Email_Subject" xml:space="preserve">
    <value>Your Gallery Server Pro password</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_GetUser_Throws_Exception_Message" xml:space="preserve">
    <value>We were unable to access your information. Please try again.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Header" xml:space="preserve">
    <value>Forgot your password?</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Instructions" xml:space="preserve">
    <value>Enter your user name to have your password sent to your e-mail account.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_UserName_Label" xml:space="preserve">
    <value>User Name:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Username_Required_Text" xml:space="preserve">
    <value>&lt;p&gt;&lt;b&gt;Required Field Missing&lt;/b&gt;&lt;/p&gt;&lt;p&gt;A user name is required.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_HiRes_No_Objects_Selected_Dtl" xml:space="preserve">
    <value>Please select one or more objects.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_HiRes_No_Objects_Selected_Hdr" xml:space="preserve">
    <value>Attention:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_Objects_No_Objects_Selected_Dtl" xml:space="preserve">
    <value>Please select one or more objects.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_Objects_No_Objects_Selected_Hdr" xml:space="preserve">
    <value>Attention: </value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_User_Message_Hdr" xml:space="preserve">
    <value>Cannot delete user</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Site_Error_Hdr" xml:space="preserve">
    <value>Error:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Cannot_Delete_Role_Msg" xml:space="preserve">
    <value>You are attempting to delete a role that has Administer site permission, but doing so would leave Gallery Server Pro without a user with administrative privileges. Make sure at least one user belongs to a role with Administer site permission, and then try again.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Cannot_Remove_Admin_Perm_Msg" xml:space="preserve">
    <value>You are attempting to remove Administer site permission, but doing so would leave Gallery Server Pro without a user with administrative privileges. Make sure at least one user belongs to a role with Administer site permission, and then try again.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_User_Message_Hdr" xml:space="preserve">
    <value>Cannot delete role</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Cannot_Create_User_Msg" xml:space="preserve">
    <value>Unable to create user.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Cannot_Delete_User_Msg" xml:space="preserve">
    <value>You are not allowed to delete the account you are logged on as. If you want to delete this account, first log on as another user.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Cannot_Revoke_Approval_Msg" xml:space="preserve">
    <value>Cannot revoke approval. You are editing the user account you are logged on as, and are trying to revoke approval, which would disable this account. You must log on as another user to revoke approval for this account.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Cannot_Save_User_Hdr" xml:space="preserve">
    <value>Cannot update user</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Cannot_Save_User_Msg" xml:space="preserve">
    <value>Cannot remove requested roles. You are editing the user account you are logged on as, and you are attempting to remove your ability to administer this site. You must remain a member of at least one role with Administer Site permission, or log on as another user and make changes from that account.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Invalid_User_Text" xml:space="preserve">
    <value>Invalid user: The specified user does not exist.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Locked_User_Dtl" xml:space="preserve">
    <value>This account has been automatically locked due to too many failed login attempts.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Locked_User_Hdr" xml:space="preserve">
    <value>User's account is locked</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Msg_Hdr" xml:space="preserve">
    <value>Attention:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_New_Pwd_Text" xml:space="preserve">
    <value>The new password is {0}</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_No_User_Email_Msg" xml:space="preserve">
    <value>Cannot e-mail user. This user does not have an e-mail address or the specified e-mail address is not valid.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Pwd_Changed_Text" xml:space="preserve">
    <value>Password has been changed.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Pwd_Rest_Disabled_Msg" xml:space="preserve">
    <value>Password reset is disabled. Set enablePasswordReset="true" in web.config to enable.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Pwd_Retrieval_Disabled_Msg" xml:space="preserve">
    <value>Password retrieval is disabled. You cannot use the Change Password option unless password retrieval is turned on. Set enablePasswordRetrieval="true" in web.config to enable. Some membership providers may not support this setting.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Question_Answer_Enabled_Msg" xml:space="preserve">
    <value>Cannot change or reset password. Gallery Server has been configured to require an answer to a pre-determined question when changing or resetting the password, but this web page does not provide question/answer functionality. As a result, you cannot change the password unless you are logged on as this user. Set requiresQuestionAndAnswer="false" in web.config to allow administrators to change passwords.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Unlock_User_Hyperlink_Text" xml:space="preserve">
    <value>Unlock user</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Username_Already_In_Use_Msg" xml:space="preserve">
    <value>User name is already is use. Choose another.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Username_Already_Is_Valid_Msg" xml:space="preserve">
    <value>User name is valid.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Create_User_Error_DuplicateEmail" xml:space="preserve">
    <value>A user name for that e-mail address already exists. Please enter a different e-mail address.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Create_User_Error_DuplicateUserName" xml:space="preserve">
    <value>User name already exists. Please enter a different user name.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Create_User_Error_Generic" xml:space="preserve">
    <value>An unknown error occurred. Please verify your entry and try again. If the problem persists, please contact your system administrator.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Create_User_Error_InvalidAnswer" xml:space="preserve">
    <value>The password retrieval answer provided is invalid. Please check the value and try again.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Create_User_Error_InvalidEmail" xml:space="preserve">
    <value>The e-mail address provided is invalid. Please check the value and try again.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Create_User_Error_InvalidPassword" xml:space="preserve">
    <value>The password provided is invalid. Please enter a valid password value.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Create_User_Error_InvalidQuestion" xml:space="preserve">
    <value>The password retrieval question provided is invalid. Please check the value and try again.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Create_User_Error_InvalidUserName" xml:space="preserve">
    <value>The user name provided is invalid. Please check the value and try again.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Create_User_Error_ProviderError" xml:space="preserve">
    <value>The authentication provider returned an error. Please verify your entry and try again. If the problem persists, please contact your system administrator.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Create_User_Error_UserRejected" xml:space="preserve">
    <value>The user creation request has been canceled. Please verify your entry and try again. If the problem persists, please contact your system administrator.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Create_User_No_Role_Selected_Msg" xml:space="preserve">
    <value>At least one role must be selected.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_No_Pwd_Supplied_Dtl" xml:space="preserve">
    <value>Enter a new password.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_No_Pwd_Supplied_Hdr" xml:space="preserve">
    <value>Attention: No password supplied</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Pwd_Change_Email_Body" xml:space="preserve">
    <value>Your Gallery Server Pro password has been changed by an administrator. Your new password is {0}.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Pwd_Change_Email_Error_Msg" xml:space="preserve">
    <value>The following error occurred while trying to e-mail the user: {0}</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Pwd_Change_Email_Invalid_Msg" xml:space="preserve">
    <value>No e-mail was sent to the user because the e-mail address is not specified or is not a valid e-mail address.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Pwd_Change_Email_Subject" xml:space="preserve">
    <value>Gallery Server Pro: Password Change</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_User_Unlocked_Msg" xml:space="preserve">
    <value>User has been unlocked.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_AddAlbum_Bdy" xml:space="preserve">
    <value>&lt;p&gt;This permission allows a user to add an album.&lt;/p&gt;&lt;p&gt;Note: When moving or copying an album an album, users must have this permission on the destination album.&lt;/p&gt;&lt;p&gt;Note: When a user moves or copies an album, any media objects within the album are also transferred regardless whether the user has Add media object permission on the destination album.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_AddAlbum_Hdr" xml:space="preserve">
    <value>Add album permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_AddMediaObject_Bdy" xml:space="preserve">
    <value>&lt;p&gt;This permission gives a user the ability to add media objects such as images, videos, audio files, and documents. Only those media objects that are enabled on the Media Object Types page can be added.&lt;/p&gt;&lt;p&gt;Note: A user must have both Add media object permission and Add album permission in order to add a ZIP file that contains one or more directories, since Gallery Server Pro attempts to convert the directories to albums.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_AddMediaObject_Hdr" xml:space="preserve">
    <value>Add media object permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_AdminSite_Bdy" xml:space="preserve">
    <value>This permission provides unrestricted access to all functionality in Gallery Server Pro. This is the only permission that applies to all albums in the gallery and cannot be selectively applied to individual albums.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_AdminSite_Hdr" xml:space="preserve">
    <value>Administer site permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_DeleteChildAlbum_Bdy" xml:space="preserve">
    <value>&lt;p&gt;This permission allows the deletion of a child album, but not the top level album this permission is applied to.&lt;/p&gt;&lt;p&gt;If the deleted album contains media objects, they are also deleted, even if the user does not have &lt;b&gt;Delete media object&lt;/b&gt; permission.&lt;/p&gt;&lt;p&gt;Note: When moving an album, users must have this permission on the source album, as moving can be thought of as deleting an album from one location and adding it to another. (The user must also have permission to add an album to the destination album.)&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_DeleteChildAlbum_Hdr" xml:space="preserve">
    <value>Delete child album permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_DeleteMediaObject_Bdy" xml:space="preserve">
    <value>&lt;p&gt;This permission allows the deletion of a media object.&lt;/p&gt;&lt;p&gt;Note: When moving a media object, users must have this permission on the source album, as moving can be thought of as deleting an object from one location and adding it to another. (The user must also have permission to add a media object to the destination album.)&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_DeleteMediaObject_Hdr" xml:space="preserve">
    <value>Delete media object permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_EditAlbum_Bdy" xml:space="preserve">
    <value>This permission allows a user to edit album information, such as the title, summary, begin and end dates, the assigned thumbnail, and the sequence of media objects and child albums.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_EditAlbum_Hdr" xml:space="preserve">
    <value>Edit album permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_EditMediaObject_Bdy" xml:space="preserve">
    <value>This permission allows a user to edit a media object\\'s title. For images, it also allows rotation and the deletion of the original, high resolution image (if it exists).</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_EditMediaObject_Hdr" xml:space="preserve">
    <value>Edit media object permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_HideWatermark_Bdy" xml:space="preserve">
    <value>This permission causes images to be shown to the user without the watermark applied. If a user belongs to more than one role with conflicting values, then watermarks are not shown. This permission is ignored if the watermark functionality is disabled for the gallery.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_HideWatermark_Hdr" xml:space="preserve">
    <value>Do not show watermark permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Overview_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Security in Gallery Server Pro consists of creating roles with the desired permissions applied to specific albums. Users are then assigned to one or more of these roles.&lt;/p&gt;&lt;p&gt;The default System Administrator role provides administrative privileges to the entire gallery. You can create additional roles with specific permissions that target individual albums. For example, you might create a role named DavidRole that has view/add/edit/delete permission to an album named Photos by David. Another role named MargaretRole might have view/add/edit/delete permission to the Photos by Margaret album. Then you create two users - David and Margaret - and assign each to the respective role. To give these users view-only access to the rest of the albums while retaining add/edit/delete permission to their original album, create a new role named ReadOnlyRole with view permissions for all albums, and then add this role to each user.&lt;/p&gt;&lt;p&gt;When a role is applied to an album, it is automatically applied to all child albums. When an album is added, moved, or copied to a new location, it inherits any role permissions from the containing album.&lt;/p&gt;&lt;p&gt;Gallery Server Pro will give a user permission to perform an activity if any of the user\\'s roles contain the requested permission, even if the others do not. For example, say a user belongs to three roles. Two of the roles do not have Delete album permission but the third one does. In this case, the user is given permission to delete the album that is specified in the role with the Delete album permission.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Overview_Hdr" xml:space="preserve">
    <value>Overview of roles</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Synchronize_Bdy" xml:space="preserve">
    <value>&lt;p&gt;This permission provides the ability to synchronize the media object files on the web server\\'s hard drive with the records in the data store.&lt;/p&gt;&lt;p&gt;Note: If a user has the ability to edit the media objects directory outside the security boundary of Gallery Server Pro (such as using a utility like Windows Explorer), and the user also has Synchronize permission here, he or she effectively has the ability to add and delete albums and media objects, even if those permissions are not included in a user\\'s role.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Synchronize_Hdr" xml:space="preserve">
    <value>Synchronize permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_ViewHiResImage_Bdy" xml:space="preserve">
    <value>This permission provides read only access to the original, high resolution versions of images, if they exist.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_ViewHiResImage_Hdr" xml:space="preserve">
    <value>View high resolution images permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_ViewObject_Bdy" xml:space="preserve">
    <value>This permission provides a read only view of photos, videos, and other media objects. Note that it does not give access to the original, high resolution versions of images (if they exist).</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_ViewObject_Hdr" xml:space="preserve">
    <value>View objects permission</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Overview_Bdy" xml:space="preserve">
    <value>&lt;p&gt;User accounts are used to control access to albums and gallery management functions. By default, Gallery Server Pro allows anonymous browsing of all albums but requires that users log in to create albums, add media objects, and perform administrative tasks.&lt;/p&gt;&lt;p&gt;Note: You can disable anonymous browsing by adding &lt;em&gt;deny users=&amp;quot;?&amp;quot;&lt;/em&gt; to the authorization element in the application\\'s web.config file.&lt;/p&gt;&lt;p&gt;Users are assigned to one or more roles. Use the manage roles page to configure the roles with the desired permission. Then use this page to assign each user to the appropriate role(s).&lt;/p&gt;&lt;p&gt;Gallery Server Pro will give a user permission to perform an activity if any of the user\\'s roles contain the requested permission, even if the others do not. For example, say a user belongs to three roles. Two of the roles do not have Delete album permission but the third one does. In this case, the user is given permission to delete the album that is specified in the role with the Delete album permission.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Users_Overview_Hdr" xml:space="preserve">
    <value>Overview of users</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Search_Box_Hdr" xml:space="preserve">
    <value>Search for</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Search_Hdr" xml:space="preserve">
    <value>Search gallery</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="MyAccount_Change_Pwd_Hyperlink_Text" xml:space="preserve">
    <value>Change password</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="MyAccount_Email_Address_Label" xml:space="preserve">
    <value>E-mail address:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="MyAccount_Email_Address_Note" xml:space="preserve">
    <value>Note: An e-mail address is optional. However, the password recovery feature requires a valid e-mail address.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="MyAccount_Hdr" xml:space="preserve">
    <value>My Account Settings</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="MyAccount_Save_Success_Text" xml:space="preserve">
    <value>Your changes have been saved.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="MyAccount_UserName_Label" xml:space="preserve">
    <value>User Name:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Search_Instructions" xml:space="preserve">
    <value>Enter search criteria</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Search_Results_Text" xml:space="preserve">
    <value>Search results ({0} matches found):</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Validation_Summary_Text" xml:space="preserve">
    <value>Please correct the following:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Stats_Text" xml:space="preserve">
    <value>({0} objects, created {1:d})</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_Album_Header_Stats_Without_Date_Text" xml:space="preserve">
    <value>({0} objects)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Copy_Text" xml:space="preserve">
    <value>Copy</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Delete_Text" xml:space="preserve">
    <value>Delete</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Download_Text" xml:space="preserve">
    <value>Download</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_HiRes_Text" xml:space="preserve">
    <value>View hi-res</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Info_Text" xml:space="preserve">
    <value>Metadata</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Permalink_Text" xml:space="preserve">
    <value>Permalink</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Rotate_Text" xml:space="preserve">
    <value>Rotate</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Slideshow_Text" xml:space="preserve">
    <value>Slideshow</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_ToolBar_Transfer_Text" xml:space="preserve">
    <value>Transfer</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Albums_AspectRatio_Label" xml:space="preserve">
    <value>Aspect ratio:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Albums_BackgroundColor_Label" xml:space="preserve">
    <value>Background color:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Albums_Empty_Album_Thumbnail_Settings_Dtl" xml:space="preserve">
    <value>When an album does not have any media objects, a thumbnail image is dynamically	generated to represent the album. The following properties can be used to customize this image.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Albums_Empty_Album_Thumbnail_Settings_Hdr" xml:space="preserve">
    <value>Empty album thumbnail settings</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Albums_FontColor_Label" xml:space="preserve">
    <value>Font color:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Albums_FontName_Label" xml:space="preserve">
    <value>Font name:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Albums_FontSize_Label" xml:space="preserve">
    <value>Font size (px):</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Albums_Text_Label" xml:space="preserve">
    <value>Text:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Albums_Thumbnail_Settings_Hdr" xml:space="preserve">
    <value>Album thumbnail settings</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Albums_TitleDisplayLength_Label" xml:space="preserve">
    <value>Number of characters of album title to display on thumbnail:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Default_AllowHtml_Label" xml:space="preserve">
    <value>Allow HTML in titles and summaries of albums and media objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Default_GalleryId_Label" xml:space="preserve">
    <value>Gallery ID</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Default_GSP_Hdr" xml:space="preserve">
    <value>Gallery Server Pro version:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Default_GSP_Home_Page" xml:space="preserve">
    <value>Check &lt;a href="http://www.galleryserverpro.com" title="Go to Gallery Server Pro home page"&gt;www.galleryserverpro.com&lt;/a&gt; for a more recent version.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Default_WebsiteTitleForTitleTag_Label" xml:space="preserve">
    <value>Web site title</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Default_WebsiteTitleUrl_Label" xml:space="preserve">
    <value>Web site heading text URL</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Default_WebsiteTitle_Label" xml:space="preserve">
    <value>Web site heading text</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Email_EmailAddress_Label" xml:space="preserve">
    <value>E-mail address</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Email_EmailName_Label" xml:space="preserve">
    <value>Name</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Email_From_Hdr" xml:space="preserve">
    <value>Show e-mails as coming from:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Email_SendEmail_Label" xml:space="preserve">
    <value>E-mail detailed report when web site error occurs</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Email_SmtpPort_Label" xml:space="preserve">
    <value>SMTP server port:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Email_SmtpServer_Label" xml:space="preserve">
    <value>SMTP server:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Email_Test_Email_Body" xml:space="preserve">
    <value>This is a test e-mail sent from Gallery Server Pro.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Email_Test_Email_Failure_Text" xml:space="preserve">
    <value>The following error occurred: {0}</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Email_Test_Email_Subject" xml:space="preserve">
    <value>Gallery Server Pro test e-mail.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Email_Test_Email_Success_Text" xml:space="preserve">
    <value>A test e-mail has been successfully sent to {0} ({1}).</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Email_To_Hdr" xml:space="preserve">
    <value>E-mail error reports to:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Images_ApplyWatermark_Label" xml:space="preserve">
    <value>Apply watermark to compressed and original images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_ApplyWmkToThumb_Label" xml:space="preserve">
    <value>Also apply watermark to thumbnails</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_Compressed_Hdr" xml:space="preserve">
    <value>Compressed images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_OptJpegQuality_Label" xml:space="preserve">
    <value>Quality of compressed images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_OptJpegQuality_Label2" xml:space="preserve">
    <value>(1 - 100, where 100 = best quality)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_OptMaxLength_Label" xml:space="preserve">
    <value>Length of longest side of compressed images (px)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_OptTriggerSize_Label" xml:space="preserve">
    <value>Make a compressed copy of images above this size (KB)</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Images_OriginalJpegQuality_Label" xml:space="preserve">
    <value>Quality of original images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_OriginalJpegQuality_Label2" xml:space="preserve">
    <value>(1 - 100, where 100 = best quality)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_Original_Hdr" xml:space="preserve">
    <value>Original images</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_ShowOriginal_Label" xml:space="preserve">
    <value>Display original images rather than compressed ones by default</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_Watermark_Hdr" xml:space="preserve">
    <value>Watermark settings</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_Watermark_Image_Hdr" xml:space="preserve">
    <value>Watermark image options</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_Watermark_Text_Hdr" xml:space="preserve">
    <value>Watermark text options</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_WmkFontColor_Label" xml:space="preserve">
    <value>Font color</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_WmkFontName_Label" xml:space="preserve">
    <value>Font name</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_WmkFontSize_Label" xml:space="preserve">
    <value>Font size (px)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_WmkImageLocation_Label" xml:space="preserve">
    <value>Watermark image location</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_WmkImageOpacity_Label" xml:space="preserve">
    <value>Watermark image opacity (%)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_WmkImagePath_Label" xml:space="preserve">
    <value>Path to image to use as watermark</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_WmkImageWidthPct_Label" xml:space="preserve">
    <value>Watermark image width (%)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_WmkTextLocation_Label" xml:space="preserve">
    <value>Text location</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_WmkTextOpacity_Label" xml:space="preserve">
    <value>Text opacity (%)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_WmkTextWidthPct_Label" xml:space="preserve">
    <value>Text width (% of image)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Images_WmkText_Label" xml:space="preserve">
    <value>Watermark text</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_Compressed_Storage_Label" xml:space="preserve">
    <value>Compressed image storage location (applies only to images)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_CurrentMoPath_Label" xml:space="preserve">
    <value>Current absolute path to original file directory</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_CurrentOptimizedCachePath_Label" xml:space="preserve">
    <value>Current absolute path to compressed image directory</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_CurrentThumbnailCachePath_Label" xml:space="preserve">
    <value>Current absolute path to thumbnail image directory</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_MaxThumbnailLength_Label" xml:space="preserve">
    <value>Length of longest side of thumbnail images (px)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_MoPath_Label" xml:space="preserve">
    <value>Relative or absolute path to original file directory</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_OptimizedCachePath_Label" xml:space="preserve">
    <value>Relative or absolute path to compressed image directory</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_Original_Storage_Label" xml:space="preserve">
    <value>Original file storage location</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_Storage_Hdr" xml:space="preserve">
    <value>Media object storage</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_ThumbnailCachePath_Label" xml:space="preserve">
    <value>Relative or absolute path to thumbnail image directory</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_Thumbnail_Hdr" xml:space="preserve">
    <value>Media object thumbnail settings</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_Thumbnail_Storage_Label" xml:space="preserve">
    <value>Thumbnail image storage location</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_TitleDisplayLength_Label" xml:space="preserve">
    <value>Number of characters of media object title to display on thumbnail</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_TransDuration_Label" xml:space="preserve">
    <value>Transition effect duration (seconds)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_TransitionEffects_Hdr" xml:space="preserve">
    <value>Transition effects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_TransType_Label" xml:space="preserve">
    <value>Transition effect when navigating media objects</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MimeTypes_Overview_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Use this page to manage the types of files Gallery Server Pro manages. By default only files with a .jpg or .jpeg file extension are allowed.&lt;/p&gt;&lt;p&gt;If you disable a file type that has existing media objects in the gallery, those objects will be removed from the gallery during the next synchronization (the files will not be deleted, however).&lt;/p&gt;&lt;p&gt;To add a file extension not in this list, you can edit the list directly in the configuration file config/galleryserverpro.config.&lt;/p&gt;</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MimeTypes_Overview_Hdr" xml:space="preserve">
    <value>About Media Object Types</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_MimeTypes_ToggleCheckAll_Label" xml:space="preserve">
    <value>Check / uncheck all</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Save_ConfigurationErrorsException_Msg" xml:space="preserve">
    <value>Cannot save changes: Gallery Server Pro does not have modify permission to the directory ({0}). Either update the configuration file manually ({1}) or give the account IIS is running under modify permission to this directory (by default this is the ASPNET user in Windows 2000 and XP and the Network Service user in Windows 2003/2008 and Vista).</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Save_Error_Hdr" xml:space="preserve">
    <value>Cannot save changes:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Save_Success_Text" xml:space="preserve">
    <value>Your changes have been saved.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Save_Success_With_Refresh_Note_Text" xml:space="preserve">
    <value>Your changes have been saved, and will become active on the next page load.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_VidAudOther_AudioPlayerHeight_Label" xml:space="preserve">
    <value>Audio player height (px)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_VidAudOther_AudioPlayerWidth_Label" xml:space="preserve">
    <value>Audio player width (px)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_VidAudOther_AudioSettings_Hdr" xml:space="preserve">
    <value>Audio settings</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_VidAudOther_AutoStart_Label" xml:space="preserve">
    <value>Automatically start video, audio, and other dynamic content when the browser loads</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_VidAudOther_General_Hdr" xml:space="preserve">
    <value>General</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_VidAudOther_GenericHeight_Label" xml:space="preserve">
    <value>Generic object height (px)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_VidAudOther_GenericWidth_Label" xml:space="preserve">
    <value>Generic object width (px)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_VidAudOther_OtherSettings_Hdr" xml:space="preserve">
    <value>Settings for objects other than images, video, and audio</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_VidAudOther_VideoPlayerHeight_Label" xml:space="preserve">
    <value>Video player height (px)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_VidAudOther_VideoPlayerWidth_Label" xml:space="preserve">
    <value>Video player width (px)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_VidAudOther_VideoSettings_Hdr" xml:space="preserve">
    <value>Video settings</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Delete_HiRes_Potential_Savings_Hdr" xml:space="preserve">
    <value>If you delete all high resolution images in this folder, you will reclaim the hard drive space shown above.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rearrange_Objects_Drop_Template_Text" xml:space="preserve">
    <value>Move object here...</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rotate_Image_0_Rotate_Text" xml:space="preserve">
    <value>Do not rotate the image</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rotate_Image_180_Rotate_Text" xml:space="preserve">
    <value>Flip the image 180 degrees</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rotate_Image_270_Rotate_Text" xml:space="preserve">
    <value>Rotate the image 90 degrees to the left</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rotate_Image_90_Rotate_Text" xml:space="preserve">
    <value>Rotate the image 90 degrees to the right</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Welcome_Dtl" xml:space="preserve">
    <value>This wizard sets up the SQL database and creates the administrator account. If you are upgrading from Gallery Server Pro 1.0, it can import the data into the version 2.1 tables.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Welcome_Hdr" xml:space="preserve">
    <value>Welcome to the Gallery Server Pro 2.1 setup wizard.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Welcome_Server_Req1" xml:space="preserve">
    <value>Microsoft .NET Framework 2.0 or higher</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Welcome_Server_Req2" xml:space="preserve">
    <value>Microsoft ASP.NET 2.0 AJAX Extensions 1.0 (not required if .NET 3.5 is installed)</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Welcome_Server_Req3" xml:space="preserve">
    <value>Internet Information Server (IIS) or compatible web server</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Welcome_Server_Opt_Req2" xml:space="preserve">
    <value>SQL Server 2000 or later (includes MSDE 2000 and Express versions)</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Welcome_Server_Req_Hdr" xml:space="preserve">
    <value>Server Requirements:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Manage_Roles_Cannot_Save_Role_Msg" xml:space="preserve">
    <value>Cannot save role.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_ChooseDb_Avail_Db_Label" xml:space="preserve">
    <value>Available databases:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_ChooseDb_Dtl" xml:space="preserve">
    <value>Choose the database where you would like to to install Gallery Server Pro.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_ChooseDb_Hdr" xml:space="preserve">
    <value>Select Database Instance</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_Dtl1" xml:space="preserve">
    <value>Select the SQL Server and security credentials to be used to configure the Gallery Server Pro database. You must specify an account that has permission to create users and add tables, stored procedures, and user defined functions.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_Dtl2" xml:space="preserve">
    <value>Note: This account is used only by this wizard and is not referenced by Gallery Server Pro after the wizard completes.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_Hdr" xml:space="preserve">
    <value>SQL Server Connection - Setup</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_Sql_Auth_Hdr" xml:space="preserve">
    <value>Database Authentication:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_Sql_Auth_Pwd_Label" xml:space="preserve">
    <value>Password:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_Sql_Auth_Pwd_Val_Err" xml:space="preserve">
    <value>Enter a SQL password</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_Sql_Auth_UserName_Label" xml:space="preserve">
    <value>User Name:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_Sql_Auth_UserName_Val_Err" xml:space="preserve">
    <value>Enter a SQL login</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_Sql_Hdr" xml:space="preserve">
    <value>SQL Server Name or IP address:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_Sql_Name_Examples" xml:space="preserve">
    <value>Ex: (local), 127.0.0.1, .\SqlExpress, Godzilla, tcp:sql2008.yourisphost.net</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbRuntime_Dtl1" xml:space="preserve">
    <value>Specify the credentials Gallery Server Pro will use to communicate with the database during normal operation.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbRuntime_Dtl2" xml:space="preserve">
    <value>The credentials you specified in a previous step have elevated permission so that the installer can configure the database. Although you can run Gallery Server Pro using this account, best practices recommend using an account with the minimum permissions necessary to run. This step provides the option of specifying a different account that will run with reduced permission.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbRuntime_Dtl3" xml:space="preserve">
    <value>Note: If you specify a login that does not exist or is not a member of the database you selected, the wizard will attempt to create it.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbRuntime_Hdr" xml:space="preserve">
    <value>SQL Server Connection - Runtime</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbRuntime_Sql_Auth_Hdr" xml:space="preserve">
    <value>Database Authentication:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbRuntime_Sql_Auth_Pwd_Label" xml:space="preserve">
    <value>Password:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbRuntime_Sql_Auth_Pwd_Val_Err" xml:space="preserve">
    <value>Enter a SQL password</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbRuntime_Sql_Auth_UserName_Label" xml:space="preserve">
    <value>User Name:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbRuntime_Sql_Auth_UserName_Val_Err" xml:space="preserve">
    <value>Enter a SQL login</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Disabled_Msg" xml:space="preserve">
    <value>Gallery Server Pro Setup Wizard is disabled.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Finished_Hdr" xml:space="preserve">
    <value>Configuration successful!</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Finished_Reminder_Dtl" xml:space="preserve">
    <value>When you are finished with the installation, it is &lt;span class="bold"&gt;strongly recommended&lt;/span&gt; that you disable this setup wizard to prevent unauthorized access to your server. To disable, delete the installer directory or change the value of the ENABLE_SETUP hidden field to FALSE in installer/default.aspx (this web page).</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Finished_Reminder_Hdr" xml:space="preserve">
    <value>IMPORTANT:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Footer_TIS_Link_Tooltip" xml:space="preserve">
    <value>Go to Tech Info Systems home page</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_GsAdmin_Dtl1" xml:space="preserve">
    <value>Enter the user name, password, and e-mail address to use for the administrator account of your new Gallery Server Pro site.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_GsAdmin_Dtl2" xml:space="preserve">
    <value>You will use this account to log on to Gallery Server Pro to perform administrative tasks.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_GsAdmin_Dtl3" xml:space="preserve">
    <value>Note: If you unchecked "Script ASP.NET Membership" in the previous step, and there are no Membership tables in the selected database, the administrator account specified here is ignored. Refer to the Administrator's Guide for more information about configuring Gallery Server Pro to work with an external membership data store.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_GsAdmin_Email_Label" xml:space="preserve">
    <value>Admin E-mail Address:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_GsAdmin_Hdr" xml:space="preserve">
    <value>Gallery Server Pro Administrator Account</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_GsAdmin_Pwd_Confirm_Label" xml:space="preserve">
    <value>Confirm Password:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_GsAdmin_Pwd_Label" xml:space="preserve">
    <value>Password:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_GsAdmin_UserName_Default" xml:space="preserve">
    <value>Admin</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_GsAdmin_UserName_Label" xml:space="preserve">
    <value>User Name:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_License_Agree_Text" xml:space="preserve">
    <value>I accept the license agreement</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_License_Hdr" xml:space="preserve">
    <value>Gallery Server Pro License</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_License_Printable_Version" xml:space="preserve">
    <value>Printable version</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_ReadyToInstall_Dtl1" xml:space="preserve">
    <value>Click Next to update the database and configure Gallery Server Pro.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_ReadyToInstall_Hdr" xml:space="preserve">
    <value>Ready to Install</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_SetupOptions_Dtl1" xml:space="preserve">
    <value>Select the installation options below to control how your database is configured.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_SetupOptions_Dtl2" xml:space="preserve">
    <value>Create the ASP.NET Membership tables and supporting objects in the selected database.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_SetupOptions_Dtl3" xml:space="preserve">
    <value>Uncheck this option if you are installing into a database that already has an existing Membership infrastructure or if the Membership data reside in another database.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_SetupOptions_Dtl4" xml:space="preserve">
    <value>Note: If you want Gallery Server Pro to connect to Membership data in another database, you need to manually configure the ASP.NET Membership provider and the default Administrator account before Gallery Server Pro can run. You can do this after this setup wizard completes. Refer to the Administrator's Guide for more information.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_SetupOptions_Hdr" xml:space="preserve">
    <value>Choose Installation Options</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_SetupOptions_Script_Label" xml:space="preserve">
    <value>Script ASP.NET Membership</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_UpgradeFromVer1_Dtl1" xml:space="preserve">
    <value>The database you selected contains data from Gallery Server Pro 1.0. Check the option below to have the installer automatically import your data into version 2.1.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_UpgradeFromVer1_Dtl2" xml:space="preserve">
    <value>Note: The original tables and stored procedures from 1.0 are not modified or deleted during this upgrade. Once the upgrade is complete, you may delete these tables and stored procedures. The tables from 1.0 are: Album, AppSettings, MediaObject, Message, and Synchronize. Stored procedures in version 2.x have the prefix "gs_" while those from version 1.0 do not.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_UpgradeFromVer1_Hdr" xml:space="preserve">
    <value>Gallery Server Pro Version 1.0 Detected</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_UpgradeFromVer1_Label" xml:space="preserve">
    <value>Import albums and media objects from the 1.0 tables to the 2.1 tables</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Welcome_Client_Req1" xml:space="preserve">
    <value>Any standards compatible web browser</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Welcome_Client_Req_Hdr" xml:space="preserve">
    <value>Client Requirements:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Welcome_Server_Opt_Req1" xml:space="preserve">
    <value>Microsoft .NET Framework 3.0 or 3.5 (Provides enhanced image metadata support)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Welcome_Server_Opt_Req_Hdr" xml:space="preserve">
    <value>Optional:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Cannot_Add_User_Msg" xml:space="preserve">
    <value>Could not add user '{0}' to the database.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Cannot_Add_User_To_Role_Msg" xml:space="preserve">
    <value>Could not add '{0}' to the 'gs_GalleryServerProRole' role in the database.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Cannot_Validate_User_Msg" xml:space="preserve">
    <value>Validation failed.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_ChooseDb_Existing_Data_Found_Msg" xml:space="preserve">
    <value>Existing data found: The wizard found that the selected database already has Gallery Server tables. As a safety precaution, the setup cannot continue. If you wish to rebuild the database with an empty gallery, delete all tables and stored procedures that begin with the 'gs_' prefix. Then run this wizard again.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_Connect_Type_Item1" xml:space="preserve">
    <value>Windows Authentication</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_Connect_Type_Item2" xml:space="preserve">
    <value>SQL Server Authentication</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_SqlAuth_Error_Msg" xml:space="preserve">
    <value>Authentication error: The SQL login {0} does not have permission to access {1}. Give the account permission or select another database.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_SqlConnect_Error_Msg" xml:space="preserve">
    <value>An error occurred while trying to connect to {0}. Error Number:{1}; Message:{2}</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbAdmin_WinAuth_Error_Msg" xml:space="preserve">
    <value>Authentication error: The installer is unable to access the database {0} using the Windows credentials the web server is running under ({1}).</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbRuntime_Connect_Type_Item1" xml:space="preserve">
    <value>Use same connection specified earlier</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbRuntime_Connect_Type_Item2" xml:space="preserve">
    <value>Windows Authentication</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_DbRuntime_Connect_Type_Item3" xml:space="preserve">
    <value>SQL Server Authentication (will be created if it does not exist)</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_GsAdmin_Pwd_Min_Length_Msg" xml:space="preserve">
    <value>* Password must be at least {0} characters.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Initialize_Db_Error_Msg" xml:space="preserve">
    <value>Error while initializing the database (i.e. executing the stored procedure 'gs_InitializeGalleryServerPro':</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Install_Error_Hdr" xml:space="preserve">
    <value>An error occurred during configuration.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Invalid_Pwd_For_Existing_Sql_Login_Msg" xml:space="preserve">
    <value>Unable to connect to SQL Server using login {0}. The password may be incorrect or expired. Enter the correct password or, if the password is expired, change it using your SQL management tool.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_PreSql2000_Error_Msg" xml:space="preserve">
    <value>Gallery Server Pro does not support versions of SQL Server earlier than SQL Server 2000.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Sql_Error_CallStack_Label" xml:space="preserve">
    <value>Call stack:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Sql_Error_Msg" xml:space="preserve">
    <value>Error executing SQL:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Sql_In_File_Error_Msg" xml:space="preserve">
    <value>Error executing SQL in {0}. {1}</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Admin_Save_UnauthorizedAccessException_Msg" xml:space="preserve">
    <value>Cannot save changes: Gallery Server Pro does not have modify permission to the directory that stores configuration data. This directory is named config and is located at the root of the web application. You have two choices: (1) Update the galleryserverpro.config configuration file manually or (2) give the account IIS is running under modify permission to this directory (by default this is the ASPNET user in Windows 2000 and XP and the Network Service user in Windows 2003/2008 and Vista).</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Edit_Album_Text" xml:space="preserve">
    <value>Edit album info</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="UC_ActionMenu_Edit_Album_Tooltip" xml:space="preserve">
    <value>Edit this album's name, summary, start / end dates, and privacy settings</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Sys_Admin_Role_Name" xml:space="preserve">
    <value>System Administrator</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Sys_Admin_Role_Name_Description" xml:space="preserve">
    <value>Global Administration role.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rearrange_Objects_Scroll_Down_Div_Text" xml:space="preserve">
    <value>Hover over this section to scroll down</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Task_Rearrange_Objects_Scroll_Up_Div_Text" xml:space="preserve">
    <value>Hover over this section to scroll up</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Avail_Scripts_Hdr" xml:space="preserve">
    <value>Choose the SQL script that best matches the desired upgrade:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Detected_Sql_Version_Hdr" xml:space="preserve">
    <value>Detected version of Gallery Server Pro data store:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Detected_Web_Version_Hdr" xml:space="preserve">
    <value>Detected version of Gallery Server Pro web application:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Finished_Dtl1" xml:space="preserve">
    <value>The SQL upgrade script has been successfully executed against the database.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Finished_Dtl2" xml:space="preserve">
    <value>You are ready to navigate to the &lt;a href='../default.aspx'&gt;Gallery Server Pro home page&lt;/a&gt;.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Finished_Hdr" xml:space="preserve">
    <value>Configuration successful!</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Finished_Reminder_Dtl" xml:space="preserve">
    <value>When you are finished with the upgrade, it is &lt;span class="bold"&gt;strongly recommended&lt;/span&gt; that you disable this setup wizard to prevent unauthorized access to your server. To disable, delete the installer directory or change the value of the ENABLE_SETUP hidden field to FALSE in installer/upgrade.aspx (this web page).</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Finished_Reminder_Hdr" xml:space="preserve">
    <value>IMPORTANT:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_GS2_Not_Detected_Msg" xml:space="preserve">
    <value>Not detected</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_ReadyToUpgrade_Dtl" xml:space="preserve">
    <value>Click Next to execute the selected SQL script against your Gallery Server Pro database.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_ReadyToUpgrade_Hdr" xml:space="preserve">
    <value>Ready to Upgrade</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_ReadyToUpgrade_Permission_Warning" xml:space="preserve">
    <value>Note: The upgrade script is executed under the credentials in the connection string in web.config. Since the script may alter database objects, it could require permissions that are not currently granted to the login. If you get an error saying that you do not have permission to execute the SQL, use SQL Management Studio to increase the permissions granted to the login or temporarily replace the credentials in web.config with a login that has the appropriate permission. Alternatively, you can manually execute the SQL script instead of running this upgrade wizard.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_ReadyToUpgrade_SelectedSqlScript_Hdr" xml:space="preserve">
    <value>Selected SQL script:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Sql_Error_CallStack_Label" xml:space="preserve">
    <value>Call stack:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Sql_Error_Hdr" xml:space="preserve">
    <value>An error occurred while executing the SQL.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Sql_Error_Msg" xml:space="preserve">
    <value>Error executing SQL:</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Welcome_Dtl" xml:space="preserve">
    <value>This wizard upgrades your Gallery Server Pro 2.x SQL database to the current version. It is designed to upgrade version 2.0.2886 or later.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Welcome_Hdr" xml:space="preserve">
    <value>Welcome to the Gallery Server Pro 2.x upgrade wizard.</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Search_Popup_Help_Bdy" xml:space="preserve">
    <value>&lt;p&gt;The search functionality in Gallery Server Pro allows one to find all objects that contain the search criteria. The following properties are included in the search:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Album title and summary&lt;/li&gt;&lt;li&gt;Media object caption and file name&lt;/li&gt;&lt;li&gt;Media object metadata, such as camera model, shutter speed, title, etc.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;An object is considered a match if all search words match an album or media object. For example, if one searches for desert mountain, only those albums or media objects that contain both desert and mountain are returned. If the search words are contained in quotation marks, such as &amp;quot;desert mountain&amp;quot;, then the phrase must match exactly.&lt;/p&gt;&lt;p&gt;The contents of documents such as PDF files are not searched.&lt;/p&gt;&lt;p&gt;Only those objects for which the current user has authorization to view are returned in the search results.&lt;/p&gt;&lt;p&gt;Since the search function includes the metadata extracted from images, you can perform some pretty powerful searches. For example, to see all your photos that were shot at -0.5 step compensation, search for &amp;quot;-0.5 step&amp;quot;. You may need to adjust the text depending on your camera.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Search_Popup_Help_Hdr" xml:space="preserve">
    <value>Search Overview</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Search_Search_Button_Text" xml:space="preserve">
    <value>Search</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_Welcome_Dtl2" xml:space="preserve">
    <value>If you are upgrading from version 2.X, refer to the Administrator's Guide.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_SysAdminRoleName" xml:space="preserve">
    <value>System Administrator</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Installer_SysAdminRoleNameDescription" xml:space="preserve">
    <value>Global Administration role</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Site_Virtual_Album_Title" xml:space="preserve">
    <value>All albums</value>
    <comment>&lt;2007.12.08&gt;</comment>
  </data>
  <data name="Master_Site_My_Account_Link_Text" xml:space="preserve">
    <value>My account</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_Search_Watermark_Text" xml:space="preserve">
    <value>Search</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Anon_Pwd_Recovery_Retrieve_Pwd_Button_Text" xml:space="preserve">
    <value>Retrieve password</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="UC_Album_Header_Edit_Album_Cancel_Button_Text" xml:space="preserve">
    <value>Cancel</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="UC_Album_Header_Edit_Album_Ok_Button_Text" xml:space="preserve">
    <value>Save</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_Info_Dialog_Description_Header_Text" xml:space="preserve">
    <value>Description</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_Info_Dialog_Value_Header_Text" xml:space="preserve">
    <value>Value</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_Email_Body" xml:space="preserve">
    <value>Your Gallery Server Pro password has been changed.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Default_Task_Close_Button_Text" xml:space="preserve">
    <value>Close</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Albums_General_Link_Text" xml:space="preserve">
    <value>General</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Albums_Hdr_Text" xml:space="preserve">
    <value>Albums</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Page_Header" xml:space="preserve">
    <value>Site Settings - Backup and Restore Data</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Media_Objects_General_Link_Text" xml:space="preserve">
    <value>General</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Media_Objects_Hdr_Text" xml:space="preserve">
    <value>Media Objects</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Media_Objects_Types_Images_Text" xml:space="preserve">
    <value>Images</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Media_Objects_Types_Link_Text" xml:space="preserve">
    <value>Media Object Types</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Media_Objects_Video_Audio_Other_Link_Text" xml:space="preserve">
    <value>Video / Audio / Other</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Membership_Hdr_Text" xml:space="preserve">
    <value>Membership</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Membership_Manage_Roles_Link_Text" xml:space="preserve">
    <value>Manage Roles</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Membership_Manage_Users_Link_Text" xml:space="preserve">
    <value>Manage Users</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Site_Settings_Backup_Restore_Link_Text" xml:space="preserve">
    <value>Backup / Restore</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Site_Settings_Email_Link_Text" xml:space="preserve">
    <value>E-mail</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Site_Settings_General_Link_Text" xml:space="preserve">
    <value>General</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Site_Settings_Hdr_Text" xml:space="preserve">
    <value>Site Settings</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_File_Valid_Msg" xml:space="preserve">
    <value>The file has been validated and is ready to be restored.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_File_Not_Valid_Msg" xml:space="preserve">
    <value>The file is not a valid Gallery Server Pro backup file.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_File_Not_Uploaded_Msg" xml:space="preserve">
    <value>No file has been uploaded.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Cannot_Restore_File_File_Not_Found_Msg" xml:space="preserve">
    <value>The file {0} was not found on the server. It may have been automatically deleted if the application restarted since it was uploaded. Please try again.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Db_Successfully_Restored_Msg" xml:space="preserve">
    <value>The database has been succesfully restored.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Backup_Tab_Title" xml:space="preserve">
    <value>Backup</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Backup_Tab_Dtl" xml:space="preserve">
    <value>Use this tool to create an XML backup file containing the data in your database.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Backup_Tab_Export_Btn_Text" xml:space="preserve">
    <value>Create and download backup file</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Backup_Tab_Export_Gallery_Data_Checkbox_Text" xml:space="preserve">
    <value>Export media object and album data</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Backup_Tab_Export_Users_Checkbox_Text" xml:space="preserve">
    <value>Export user accounts</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Backup_Tab_Hdr" xml:space="preserve">
    <value>Create a backup of the Gallery Server Pro database</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Backup_Tab_Note" xml:space="preserve">
    <value>Note: The file does not contain your media object files. To back these up, use a
					utility like Windows Explorer to copy them from your media objects directory.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Dtl" xml:space="preserve">
    <value>Use this tool to replace the contents of the current Gallery Server Pro database
					with the data in the backup file.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Empty_Filename" xml:space="preserve">
    <value>No file has been uploaded.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Filename_Hdr" xml:space="preserve">
    <value>File:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Hdr" xml:space="preserve">
    <value>Restore the Gallery Server Pro database from a backup file.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Import_Gallery_Data_Checkbox_Text" xml:space="preserve">
    <value>Import media objects and albums</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Import_Users_Checkbox_Text" xml:space="preserve">
    <value>Import user accounts</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Note" xml:space="preserve">
    <value>Note: The backup file does not contain your media object files. A complete restoration
					includes copying the image, video, and other files to your media objects directory.
					You may copy the files before or after the database is restored.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_NumRecords_Column_Hdr" xml:space="preserve">
    <value>Number of Records</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Restore_Btn_Text" xml:space="preserve">
    <value>Restore data</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Restore_Warning_Dtl" xml:space="preserve">
    <value>This will replace your
								existing data with the data in the backup file. This action cannot be undone!</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Restore_Warning_Hdr" xml:space="preserve">
    <value>Warning:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Schema_Hdr" xml:space="preserve">
    <value>Data schema version:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Table_Column_Hdr" xml:space="preserve">
    <value>Table</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Title" xml:space="preserve">
    <value>Restore</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Upload_Bytes_Uploaded_Suffix" xml:space="preserve">
    <value>Uploaded</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Upload_Cancel_Upload_Text" xml:space="preserve">
    <value>Cancel Upload</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Upload_Dialog_Uploading_Text" xml:space="preserve">
    <value>Uploading...</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Upload_Elapsed_Time_Label" xml:space="preserve">
    <value>Elapsed time:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Upload_Estimated_Time_Label" xml:space="preserve">
    <value>Estimated time:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Upload_Filename_Label" xml:space="preserve">
    <value>Uploading file:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Upload_File_Input_Text" xml:space="preserve">
    <value>Select a file to upload</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Upload_Speed_Label" xml:space="preserve">
    <value>Speed:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Site_Byte_Abbreviation" xml:space="preserve">
    <value>B</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Site_Gigabyte_Abbreviation" xml:space="preserve">
    <value>GB</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Site_KiloBytes_Per_Second_Abbreviation" xml:space="preserve">
    <value>KB/S</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Site_Kilobyte_Abbreviation" xml:space="preserve">
    <value>KB</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Site_Megabyte_Abbreviation" xml:space="preserve">
    <value>MB</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Restore_Tab_Upload_File_Browse_Button_Tooltip" xml:space="preserve">
    <value>Browse for a file</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Site_Hours_Plural" xml:space="preserve">
    <value>hours</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Site_Hours_Singular" xml:space="preserve">
    <value>hour</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Site_Minutes_Plural" xml:space="preserve">
    <value>minutes</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Site_Minutes_Singular" xml:space="preserve">
    <value>minute</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Site_Seconds_Plural" xml:space="preserve">
    <value>seconds</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Site_Seconds_Singular" xml:space="preserve">
    <value>second</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Site_Time_Remaining_Less_Than_One_Second" xml:space="preserve">
    <value>less than 1 second</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Remove_Button_Tooltip" xml:space="preserve">
    <value>Remove this file</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Bytes_Uploaded_Suffix" xml:space="preserve">
    <value>Uploaded</value>
    <comment>&lt;2008.10.17&gt; The word that ends the phrase describing the current upload progress (e.g. "12.2 KB of 57 KB Uploaded")</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Cancel_Upload_Text" xml:space="preserve">
    <value>Cancel Upload</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Complete_Files_Separator_Text_Plural" xml:space="preserve">
    <value>files uploaded in</value>
    <comment>&lt;2008.10.17&gt; The word or words that help describe the completed file upload. They appear after the the number of files and before the elapsed time (e.g. "3 files uploaded in 12 seconds"). This resource is used when more than one file is uploaded; the resource Task_Add_Objects_Upload_Complete_Files_Separator_Text_Singular is used when a single file is uploaded.</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Complete_Files_Separator_Text_Singular" xml:space="preserve">
    <value>file uploaded in</value>
    <comment>&lt;2008.10.17&gt; The word or words that help describe the completed file upload. They appear after the the number of files and before the elapsed time (e.g. "1 file uploaded in 12 seconds"). This resource is used when one file is uploaded; the resource Task_Add_Objects_Upload_Complete_Files_Separator_Text_Plural is used when multiple files are uploaded.</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Complete_Header" xml:space="preserve">
    <value>Processing media objects... Please wait...</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Dialog_Uploading_Text" xml:space="preserve">
    <value>Add Objects To Gallery</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Elapsed_Time_Label" xml:space="preserve">
    <value>Elapsed time:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Estimated_Time_Label" xml:space="preserve">
    <value>Estimated time:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Filename_Label" xml:space="preserve">
    <value>Uploading files</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Upload_File_Browse_Button_Tooltip" xml:space="preserve">
    <value>Browse for a file</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Upload_File_Input_Text" xml:space="preserve">
    <value>Select a file to upload</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Progress_Header" xml:space="preserve">
    <value>Total Progress:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Progress_Separator_Text" xml:space="preserve">
    <value>of</value>
    <comment>&lt;2008.10.17&gt; The word that separates the current value from the total value (e.g. "12.2 KB of 57 KB Uploaded", "Uploading files 2 of 5")</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Speed_Label" xml:space="preserve">
    <value>Speed:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="UC_Album_Menu_Album_Divider_Text" xml:space="preserve">
    <value>&amp;#187;</value>
    <comment>&lt;2008.10.17&gt; This is the character or characters that separate the album titles in the breadcrumb menu that runs along the top. The default value of &amp;#187; represents a double 'greater than' character that looks somewhat like &gt;&gt;.</comment>
  </data>
  <data name="Task_Add_Objects_External_Tab_Dtl" xml:space="preserve">
    <value>Use this form to add a link to media objects not stored in the local gallery, such as YouTube videos.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Tab_Hdr" xml:space="preserve">
    <value>Link to external content</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Tab_Html_Label" xml:space="preserve">
    <value>HTML Fragment / &lt;br /&gt;Embed Code:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Tab_Title" xml:space="preserve">
    <value>External Content</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Tab_Title_Label" xml:space="preserve">
    <value>Title:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Local_Media_Tab_Dtl" xml:space="preserve">
    <value>Use the browse button to select one or more files on your hard drive.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Local_Media_Tab_Hdr" xml:space="preserve">
    <value>Add media files to your gallery</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Local_Media_Tab_Title" xml:space="preserve">
    <value>Local Media</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Tab_Type_Audio" xml:space="preserve">
    <value>Audio</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Tab_Type_Image" xml:space="preserve">
    <value>Image</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Tab_Type_Label" xml:space="preserve">
    <value>Media Type:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Tab_Type_Other" xml:space="preserve">
    <value>Other</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Tab_Type_Video" xml:space="preserve">
    <value>Video</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Upload_Upload_Button_Text" xml:space="preserve">
    <value>Upload media objects</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Uploaded_File_Does_Not_Exist_Msg" xml:space="preserve">
    <value>File did not upload correctly. Try again.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Msg_CannotRotateInvalidImage_Dtl" xml:space="preserve">
    <value>One or more images could not be rotated because the image format is not recognized or the server does not have enough memory to process the image.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Msg_CannotRotateInvalidImage_Hdr" xml:space="preserve">
    <value>Rotation failed...</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Object_Html_Bdy" xml:space="preserve">
    <value>Enter the HTML that refers to the external media object. For example, YouTube provides a small chunk of HTML that links to each video. Copy the text and paste it into this textbox.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Object_Html_Hdr" xml:space="preserve">
    <value>HTML fragment / embed code</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Object_Overview_Bdy" xml:space="preserve">
    <value>&lt;p&gt;You can add items to your gallery that are hosted on the internet or can be referenced with HTML. Here are some examples:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;YouTube videos&lt;/li&gt;&lt;li&gt;Videos hosted at silverlight.live.com&lt;/li&gt;&lt;li&gt;HTML that links to an image&lt;/li&gt;&lt;li&gt;Entire HTML files linked from an iframe&lt;/li&gt;&lt;/ul&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Object_Overview_Hdr" xml:space="preserve">
    <value>Linking to external content</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Object_Title_Bdy" xml:space="preserve">
    <value>Enter the title of this media object.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Object_Title_Hdr" xml:space="preserve">
    <value>Media object title</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Object_Type_Bdy" xml:space="preserve">
    <value>Select whether you are linking to a video, audio, image, or other type of object. Gallery Server Pro uses this setting to create an appropriate thumbnail image.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Object_Type_Hdr" xml:space="preserve">
    <value>Media type</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Local_Media_Overview_Bdy" xml:space="preserve">
    <value>&lt;p&gt;You can upload one or more files to the current album. The file must be a type that is enabled for the gallery, and the total file size of all files must be less than {0:N0} KB.&lt;/p&gt;&lt;p&gt;If you specify a ZIP file, its contents are extracted and imported into the gallery. If the ZIP file contains directories, they are converted to albums. For example, you may upload a single zip file containing several directories and hundreds of media objects.&lt;/p&gt;&lt;p&gt;You can override automatic ZIP file extraction by selecting the checkbox on this web page labeled &amp;quot;Treat ZIP files as media objects and do not extract contents&amp;quot;.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_Local_Media_Overview_Hdr" xml:space="preserve">
    <value>Add media files to your gallery</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_All_Adding_Types_Disabled_Msg" xml:space="preserve">
    <value>Attention: The administrator has disabled the ability to add both local and external media objects. This setting is managed on the Site Admin - Media Objects - General page.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_AllowAddExternalContent_Label" xml:space="preserve">
    <value>Allow adding links to external content, such as YouTube videos</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_AllowAddLocalContent_Label" xml:space="preserve">
    <value>Allow uploading of media files</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_MaxUploadSize_Label" xml:space="preserve">
    <value>Maximum upload file size (KB)</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_MediaObjects_Upload_Hdr" xml:space="preserve">
    <value>Upload settings</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_AllowAddExternalContent_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Indicates whether users can add a link to external content, such as a YouTube video. Unchecking this setting causes the External Content tab on the Add objects web page to be hidden.&lt;/p&gt;&lt;p&gt;Users must also be authenticated and a member of a role with AllowAddMediaObject or AllowAdministerSite permission in order to add external links.&lt;/p&gt;&lt;p&gt;If this setting is disabled, and the &lt;b&gt;Upload media files&lt;/b&gt; setting is also disabled, the only way to add media objects is through synchronizing.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_AllowAddExternalContent_Hdr" xml:space="preserve">
    <value>Link to external content</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_AllowAddLocalContent_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Indicates whether users are allowed to upload media files, such as photos, audio, and video. Unchecking this setting causes the Local Media tab on the Add objects web page to be hidden.&lt;/p&gt;&lt;p&gt;Users must also be authenticated and a member of a role with AllowAddMediaObject or AllowAdministerSite permission in order to upload files.&lt;/p&gt;&lt;p&gt;If this setting is disabled, and the &lt;b&gt;Link to external content&lt;/b&gt; setting is also disabled, the only way to add media objects is through synchronizing.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_AllowAddLocalContent_Hdr" xml:space="preserve">
    <value>Upload media files</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_MaxUploadSize_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Indicates the maximum size, in kilobytes, of the files that can be uploaded using the Add Objects web page. Use this setting to keep users from uploading very large files and to help guard against Denial of Service (DOS) attacks. A value of zero (0) indicates there is no restriction on upload size (unlimited).&lt;/p&gt;&lt;p&gt;This value applies to the content length of the entire upload request, not just the file. For example, if this value is 1024 KB and the user attempts to upload two 800 KB images, the request will fail because the total content length is larger than 1024 KB. This setting is not used during synchronization.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_MaxUploadSize_Hdr" xml:space="preserve">
    <value>Maximum upload size</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_BackupRestore_Backup_Overview_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Use this tool to create an XML backup file containing the data in your database. This file may be used to transfer your data to another server, restore a gallery after a failure, or convert your data storage to another provider (for example, from SQLite to SQL Server).&lt;/p&gt;&lt;p&gt;Note: The backup/restore functionality does not support the use of more than one data provider in the same web application. The default installation uses a single provider for all data, so this limitation only affects advanced users who changed the settings. The backup file includes data ONLY from the data provider specified in the defaultProvider setting in the dataProvider section of galleryserverpro.config.&lt;/p&gt;&lt;p&gt;For example, if you are storing gallery data in SQLite (galleryserverpro.config has the value dataProvider defaultProvider=&amp;quot;SQLiteGalleryServerProProvider&amp;quot;) and membership data in SQL Server (web.config is specifying SqlMembershipProvider, SqlRoleProvider, and SqlProfileProvider), your backup file will only contain the data that is in SQLite. That is, it will have your gallery data (media objects and albums), but not your users.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_BackupRestore_Backup_Overview_Hdr" xml:space="preserve">
    <value>Backup and restore overview</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_BackupRestore_ExportGalleryData_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Select this option to include gallery data, such as titles, captions, and metadata in the backup file.&lt;/p&gt;&lt;p&gt;Note: Selecting this option DOES NOT back up media object files. To back these up, use a utility like Windows Explorer to copy them from your media objects directory.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_BackupRestore_ExportGalleryData_Hdr" xml:space="preserve">
    <value>Export media object and album data</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_BackupRestore_ExportUserAccounts_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Select this option to include the ASP.NET membership data in the backup file. This includes the users, roles, and applications stored in the membership tables (the tables whose names start with &amp;quot;aspnet_&amp;quot;).&lt;/p&gt;&lt;p&gt;When selected, ALL membership data is exported. If you using these tables to manage membership for other applications, be aware that the data for these other applications are also included in the backup file.&lt;/p&gt;&lt;p&gt;Note: The file does not contain your media object files. To back these up, use a utility like Windows Explorer to copy them from your media objects directory.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_BackupRestore_ExportUserAccounts_Hdr" xml:space="preserve">
    <value>Export user accounts</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_Dtl1" xml:space="preserve">
    <value>Choose the data provider to be used for storing the gallery data. &lt;a href='http://www.sqlite.org'&gt;SQLite&lt;/a&gt; is a lightweight, easy to manage open source database that is completely self contained within Gallery Server Pro. &lt;a href='http://www.microsoft.com/sqlserver/'&gt;SQL Server&lt;/a&gt;, including the free Express version, offers high performance and reliability, but requires a separate installation and a higher level of skill to manage.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_Dtl2" xml:space="preserve">
    <value>You can change to a different provider after installation by using the Backup / Restore function.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_Hdr" xml:space="preserve">
    <value>Select Data Provider</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_Select_Hdr" xml:space="preserve">
    <value>Select database engine:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Finished_Addl_Steps_Reqd" xml:space="preserve">
    <value>The database has been successfully configured, but the Installer could not update one or more configuration files. You must manually update these files to complete the installation. After you make these changes, &lt;a href='../default.aspx'&gt;click here to go to your gallery.&lt;/a&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Finished_GspCfg_Need_Updating_Dtl" xml:space="preserve">
    <value>Open galleryserverpro.config (it is in the config directory) and update the &lt;b&gt;encryptionKey&lt;/b&gt; value to:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Finished_No_Addl_Steps_Reqd" xml:space="preserve">
    <value>The database has been successfully configured. &lt;a href='../default.aspx'&gt;Go to your gallery&lt;/a&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Finished_WebCfg_Need_Updating_Dtl" xml:space="preserve">
    <value>Open web.config (it is in the root of the Gallery Server Pro web application) and replace the 'SqlServerDbConnection' connection string with the following:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_404_Dtl" xml:space="preserve">
    <value>We are sorry, but the requested file was not found or you do not have permission to access it.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_404_Hdr" xml:space="preserve">
    <value>File not found.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_Cannot_Write_To_Directory_Hdr" xml:space="preserve">
    <value>Cannot write to a directory.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_Dtl1" xml:space="preserve">
    <value>We are sorry, but Gallery Server Pro encountered an error. An email describing the problem has been sent to the administrator (if that functionality is enabled).</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_Dtl2" xml:space="preserve">
    <value>If you are an administrator, you may be able to view a detailed error message by logging on to the web server and using a browser to reproduce the error. Or you can temporarily disable this generic message by turning off custom errors in web.config.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_Gsp_Home_Page_Link_Tooltip" xml:space="preserve">
    <value>Go to the Gallery Server Pro home page</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_Hdr" xml:space="preserve">
    <value>An error occurred.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_Home_Page_Link_Text" xml:space="preserve">
    <value>Go to home page</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_Page_Title" xml:space="preserve">
    <value>Gallery Server Pro - Error</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_Tis_Home_Page_Link_Tooltip" xml:space="preserve">
    <value>Go to the Tech Info Systems home page</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_Unauthorized_Dtl" xml:space="preserve">
    <value>We are sorry, but you do not have permission to perform the requested action.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_Unauthorized_Hdr" xml:space="preserve">
    <value>Permission denied.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Error_Unauthorized_Page_Title" xml:space="preserve">
    <value>Gallery Server Pro - Unauthorized Access</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_SQLite_Not_Available_Msg" xml:space="preserve">
    <value>The SQLite data provider is not listed in the web.config and/or galleryserverpro.config files, so it is not available. You may have intentionally done this to allow Gallery Server Pro to work in Medium Trust. If you wish to use SQLite, edit web.config so that it specifies the SQLite providers for Membership, Roles, and Profile, and edit galleryserverpro.config so that it specifies SQLite for data, then restart this wizard. You may need to restart the IIS process for the changes to take effect.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="UC_MediaObjectView_Position_Separator_Text" xml:space="preserve">
    <value>of</value>
    <comment>&lt;2008.10.17&gt; This is the text that is inserted between the current media object index and the total number of media objects in the album. Example: (12 of 37)</comment>
  </data>
  <data name="Change_Pwd_CancelButtonText" xml:space="preserve">
    <value>Cancel</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_ChangePasswordButtonText" xml:space="preserve">
    <value>Change my Password</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_ChangePasswordFailureText" xml:space="preserve">
    <value>Password incorrect or New Password invalid. New Password length minimum: {0}. Non-alphanumeric characters required: {1}.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_ChangePasswordTitleText" xml:space="preserve">
    <value>Change Your Password</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_ConfirmNewPasswordLabelText" xml:space="preserve">
    <value>Confirm New Password:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_ConfirmPasswordCompareErrorMessage" xml:space="preserve">
    <value>The Confirm New Password must match the New Password entry.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_ConfirmPasswordRequiredErrorMessage" xml:space="preserve">
    <value>Confirm New Password is required.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_ContinueButtonText" xml:space="preserve">
    <value>Back to My account page</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_MailDefinitionSubject" xml:space="preserve">
    <value>Your Gallery Server Pro password has been changed</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_NewPasswordLabelText" xml:space="preserve">
    <value>New Password:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_NewPasswordRequiredErrorMessage" xml:space="preserve">
    <value>New Password is required.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_PasswordLabelText" xml:space="preserve">
    <value>Password:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_PasswordRequiredErrorMessage" xml:space="preserve">
    <value>Password is required.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_SuccessText" xml:space="preserve">
    <value>Your password has been changed!</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_SuccessTitleText" xml:space="preserve">
    <value>Change Password Complete</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_UserNameLabelText" xml:space="preserve">
    <value>User Name:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Change_Pwd_UserNameRequiredErrorMessage" xml:space="preserve">
    <value>User Name is required.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Login_FailureText" xml:space="preserve">
    <value>Your login attempt was not successful. Please try again.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Login_LoginButtonText" xml:space="preserve">
    <value>Log In</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Login_PasswordLabelText" xml:space="preserve">
    <value>Password:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Login_PasswordRecoveryText" xml:space="preserve">
    <value>Forgot your password?</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Login_PasswordRequiredErrorMessage" xml:space="preserve">
    <value>Password is required.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Login_RememberMeText" xml:space="preserve">
    <value>Remember me next time</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Login_TitleText" xml:space="preserve">
    <value>Log In</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Login_UserNameLabelText" xml:space="preserve">
    <value>User Name:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Login_UserNameRequiredErrorMessage" xml:space="preserve">
    <value>User Name is required.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_Current_File_Hdr" xml:space="preserve">
    <value>Current file:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_SynchError_Stack_Trace_Label" xml:space="preserve">
    <value>Stack trace:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Synch_Progress_Skipped_Objects_Max_Exceeded_Msg" xml:space="preserve">
    <value>Note: More than {0} files were skipped. The first {0} are shown below.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_GalleryServerProConfig_Not_UpdateableToSQLite" xml:space="preserve">
    <value>The installer does not have permission to modify ~/config/galleryserverpro.config, which is required to configure the data provider. Do one of the following: (1) Give the account IIS is running under modify permission to the directory containing galleryserverpro.config (2) Edit galleryserverpro.config manually so that the SQLite provider is specified for data (3) Restore galleryserverpro.config to the one that shipped with Gallery Server Pro, which is pre-configured for SQLite. Refer to the Admin Guide for more information. You may need to restart the IIS process for the changes to take effect.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_GalleryServerProConfig_Not_UpdateableToSqlServer" xml:space="preserve">
    <value>The installer does not have permission to modify ~/config/galleryserverpro.config, which is required to configure the data provider. Do one of the following: (1) Give the account IIS is running under modify permission to the directory containing galleryserverpro.config (2) Edit galleryserverpro.config manually so that the SQL Server provider is specified for data. Refer to the Admin Guide for more information. You may need to restart the IIS process for the changes to take effect.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_SQLite_And_SqlServer_Not_Available_Msg" xml:space="preserve">
    <value>Error: Web.config or galleryserverpro.config is missing configuration information for both SQLite and SQL Server providers for Membership, Roles, Profile, and data. Edit these files so that the desired providers are available. If necessary, revert to the original web.config and galleryserverpro.config files in the Gallery Server Pro download. You may need to restart the IIS process for the changes to take effect.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_SqlServer_Not_Available_Msg" xml:space="preserve">
    <value>The SQL Server data provider is not listed in the web.config and/or galleryserverpro.config files, so it is not available. If you wish to use SQL Server, edit web.config so that it specifies the SQL Server providers for Membership, Roles, and Profile, and edit galleryserverpro.config so that it specifies SQL Server for data, then restart this wizard. You may need to restart the IIS process for the changes to take effect.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_GalleryServerProConfig_Not_Updateable_InsufficientPermission" xml:space="preserve">
    <value>The installer does not have permission to modify ~/config/galleryserverpro.config, which is required to configure the data provider. Do one of the following: (1) Give the account IIS is running under modify permission to the directory containing galleryserverpro.config (typically the Network Service account) (2) Edit galleryserverpro.config manually so that the {0} provider is specified. You may need to recycle the IIS process for the changes to take effect.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_GalleryServerProConfig_Not_Updateable_ReducedTrust" xml:space="preserve">
    <value>The installer does not have permission to modify ~/config/galleryserverpro.config because the application is not running at Full Trust. Edit galleryserverpro.config manually so that the {0} provider is specified. You may need to recycle the IIS process for the changes to take effect.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_WebConfig_Not_UpdateableToSQLite_InsufficientPermission" xml:space="preserve">
    <value>The installer does not have permission to modify web.config, which is required to configure the data provider. Do one of the following: (1) Give the account IIS is running under modify permission to the directory containing web.config (2) Edit web.config manually so that the SQLite providers are specified for membership, roles, and profile (3) Restore web.config to the version that shipped with Gallery Server Pro, which is pre-configured for SQLite. You may need to recycle the IIS process for the changes to take effect.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_WebConfig_Not_UpdateableToSQLite_ReducedTrust" xml:space="preserve">
    <value>The installer does not have permission to modify web.config because the application is not running at Full Trust. Do one of the following: (1) Edit web.config manually so that the SQLite providers are specified for membership, roles, and profile (2) Restore web.config to the version that shipped with Gallery Server Pro, which is pre-configured for SQLite. You may need to recycle the IIS process for the changes to take effect.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_WebConfig_Not_UpdateableToSqlServer_InsufficientPermission" xml:space="preserve">
    <value>The installer does not have permission to modify web.config, which is required to configure the data provider. Do one of the following: (1) Give the account IIS is running under modify permission to the directory containing web.config (typically the 'Network Service' account) (2) Edit web.config manually so that the SQL Server providers are specified for membership, roles, and profile (3) Replace web.config with the one named web_sqlserver.config (it is pre-configured for SQL Server). You may need to recycle the IIS process for the changes to take effect.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_DataProvider_WebConfig_Not_UpdateableToSqlServer_ReducedTrust" xml:space="preserve">
    <value>The installer does not have permission to modify web.config because the application is not running at Full Trust. Do one of the following: (1) Edit web.config manually so that the SQL Server providers are specified for membership, roles, and profile (2) Replace web.config with the one named web_sqlserver.config (it is pre-configured for SQL Server). You may need to recycle the IIS process for the changes to take effect.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Default_ProductKey_Incorrect_Msg" xml:space="preserve">
    <value>The product key is not valid.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Default_ProductKey_Label" xml:space="preserve">
    <value>Product key</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_In_Trial_Period_Msg" xml:space="preserve">
    <value>Welcome to Gallery Server Pro! We hope you love it! In {0} days, Gallery Server Pro will go into reduced functionality mode. You can restore full functionality by entering a product key below, which is &lt;a href="http://www.galleryserverpro.com/productkey.aspx"&gt;available for free&lt;/a&gt;.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Need_Product_Key_Msg" xml:space="preserve">
    <value>Attention: A product key is required to restore full functionality. Get one &lt;a href="http://www.galleryserverpro.com/productkey.aspx" title="Get a product key"&gt;here&lt;/a&gt; and enter it below.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Save_ProductKey_Error_Hdr" xml:space="preserve">
    <value>Cannot save product key to ~/config/galleryserverpro.config: {0} Open the file with a text editor and manually update the productKey attribute.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Save_ProductKey_Failure_ConfigurationErrorsException_Msg" xml:space="preserve">
    <value>Cannot save product key to {1}: Gallery Server Pro does not have permission to edit files in the directory ({0}). Open the file with a text editor and manually update the productKey attribute.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Save_ProductKey_Failure_UnauthorizedAccessException_Msg" xml:space="preserve">
    <value>Cannot save product key to ~/config/galleryserverpro.config: Gallery Server Pro does not have permission to edit the configuration file. Open the file with a text editor and manually update the productKey attribute.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Save_ProductKey_Success_Text" xml:space="preserve">
    <value>The product key has been successfully entered, and your web site is fully operational. Please enjoy using Gallery Server Pro!</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_productKey_Bdy" xml:space="preserve">
    <value>&lt;p&gt;Gallery Server Pro is supported entirely through donations. In an effort to make donating as easy and convenient as possible, we ask that you return to galleryserverpro.com after an initial 30-day trial period to retrieve a product key. During this time, we ask that you provide a donation reflecting the value you are receiving from Gallery Server Pro.&lt;/p&gt;&lt;p&gt;Even if you choose not to donate, you can still get a valid product key.&lt;/p&gt;&lt;p&gt;If a product key is not entered within the trial period, the Site admin area becomes read-only and a watermark is applied to all images. Full functionality can be restored at any time by entering a product key.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Cfg_productKey_Hdr" xml:space="preserve">
    <value>Product key</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Backup_Restore_Cannot_Restore_File_Label" xml:space="preserve">
    <value>The following error occurred while restoring the data: </value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Default_ProductKey_Correct_Label" xml:space="preserve">
    <value>Valid product key</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Default_ProductKey_Incorrect_Label" xml:space="preserve">
    <value>Invalid product key. &lt;a href="http://www.galleryserverpro.com/productkey.aspx"&gt;Get a product key&lt;/a&gt;</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Default_ProductKey_NotEntered_Label" xml:space="preserve">
    <value>A product key has not been entered</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Admin_Need_Product_Key_Msg2" xml:space="preserve">
    <value>Attention: A product key is required to restore full functionality. Get one &lt;a href="http://www.galleryserverpro.com/productkey.aspx" title="Get a product key"&gt;here&lt;/a&gt; and enter it on the &lt;a href="default.aspx" title="Go to the Site Settings - General page"&gt;Site Settings - General&lt;/a&gt; page.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Not_Needed_Bdy" xml:space="preserve">
    <value>Gallery Server Pro is not using SQL Server as the data store, so the Upgrade Wizard does not apply.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Installer_Upgrade_Not_Needed_Hdr" xml:space="preserve">
    <value>Upgrade Wizard not needed</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_Logged_On_Msg" xml:space="preserve">
    <value>Welcome, {0}!</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_Login_Button_Text" xml:space="preserve">
    <value>Log In</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_Login_Failure_Text" xml:space="preserve">
    <value>Your login attempt was not successful. Please try again.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_Login_Text" xml:space="preserve">
    <value>Login</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_Logout_Text" xml:space="preserve">
    <value>Logout</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_PageHeaderTextUrlToolTip" xml:space="preserve">
    <value>Click to go to {0}</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_PageHeaderTextUrlToolTipAppRoot" xml:space="preserve">
    <value>Click to go to the top level album</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_PageHeaderTextUrlToolTipWebRoot" xml:space="preserve">
    <value>Click to go to the root web site</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_Password_Label_Text" xml:space="preserve">
    <value>Password:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_Password_Required_Error_Msg" xml:space="preserve">
    <value>Password is required.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_Remember_Me_Text" xml:space="preserve">
    <value>Remember me next time.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_UserName_Label_Text" xml:space="preserve">
    <value>User Name:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Master_Site_UserName_Required_Error_Msg" xml:space="preserve">
    <value>User Name is required.</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Synch_Album_Title_Prefix_Text" xml:space="preserve">
    <value>Album:</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Embed_Code_Missing_Text" xml:space="preserve">
    <value>&lt;p&gt;&lt;b&gt;Required Field Missing&lt;/b&gt;&lt;/p&gt;&lt;p&gt;HTML is required.&lt;/p&gt;</value>
    <comment>&lt;2008.10.17&gt; This is the message displayed to the user when attempting to add an external object and no HTMLfragment has been entered. HTML tags are optional.</comment>
  </data>
  <data name="Task_Add_Objects_External_Add_Button_Text" xml:space="preserve">
    <value>Add media object</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
  <data name="Task_Add_Objects_External_Add_Button_Tooltip" xml:space="preserve">
    <value>Click to add the specified media object to the current album</value>
    <comment>&lt;2008.10.17&gt;</comment>
  </data>
</root>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior) Tech Info Systems
United States United States
I have nearly 20 years of industry experience in software development, architecture, and Microsoft Office products. My company Tech Info Systems provides custom software development services for corporations, governments, and other organizations. Tech Info Systems is a registered member of the Microsoft Partner Program and I am a Microsoft Certified Professional Developer (MCPD).

I am the creator and lead developer of Gallery Server Pro, a free, open source ASP.NET gallery for sharing photos, video, audio, documents, and other files over the web. It has been developed over several years and has involved thousands of hours. The end result is a robust, configurable, and professional grade gallery that can be integrated into your web site, whether you are a large corporation, small business, professional photographer, or a local church.

Comments and Discussions