{* * $Revision: 1.3 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}

{g->text text="RSS Feeds"}

{if isset($status.saved)}

{g->text text="Settings have been saved"}

{elseif !empty($form.error)}

{g->text text="An error occured"}

{/if}
{if ($EditFeed.mode == 'list')} {g->text text="List"} {else} {g->text text="List"} {/if} {if ($EditFeed.mode == 'edit')} {g->text text="Edit Feed"} {/if} {if ($EditFeed.mode == 'new')} {g->text text="New Feed"} {else} {g->text text="New Feed"} {/if}
{if $EditFeed.mode == 'edit' || $EditFeed.mode == 'new' } {if isset($EditFeed.feedUrl)}

{g->text text="Feed URL"}

{$EditFeed.feedUrl}

{/if}

{g->text text="Feed name"}

{if ($EditFeed.mode == 'edit')}

{g->text text="You can't change the name of the feed"}

{else}

{g->text text="Pick name for your feed (this name will be referenced in the URL to your feed so try to use only letters)"}

{g->text text="Feed name"} {$form.feedName}
{/if}
{g->text text="Feed name"} {if isset($form.error.feedName)}
{g->text text="You must enter a name"}
{/if} {if isset($form.error.feedNameCollision)}
{g->text text="This name is already used, please select another one"}
{/if}
{g->text text="Description"}

{g->text text="Feed settings"}

{g->text text="Choose what type of data that will be present in the feed"}

{if $EditFeed.type == 'album'} {else} {/if}
{g->text text="Type of feed"} {if !$param.allowPhotos}
{g->text text="Feeds of this type are disallowed by the administrator. Users won't be able to view them."} {/if}
{if !$param.allowAlbums}
{g->text text="Feeds of this type are disallowed by the administrator. Users won't be able to view them."} {/if}
{if !$param.allowPhotosRecurse}
{g->text text="Feeds of this type are disallowed by the administrator. Users won't be able to view them."} {/if}
{if isset($form.error.photosRecurseLimit)}
{g->text text="Invalid limit (must be a positive number, 0 to disable the limit)"}
{else} {g->text text="(enter 0 to disable the limit)"} {/if}
{if !$param.allowCommentsAlbum}
{g->text text="Feeds of this type are disallowed by the administrator. Users won't be able to view them."} {/if}
{g->text text="Type of feed"} {if !$param.allowCommentsPhoto}
{g->text text="Feeds of this type are disallowed by the administrator. Users won't be able to view them."} {/if}
 
{g->text text="Which items"}

{g->text text="Choose the options for the feed"}

{g->text text="RSS version"} {if isset($form.error.version)}
{g->text text="Invalid version"}
{/if}
{g->text text="Number of items"} {if isset($form.error.count)}
{g->text text="Invalid number"}
{/if}
{g->text text="language tag"} {if isset($form.error.language)}
{g->text text="Invalid language value"}
{/if} {g->text text="by default: en-us."} {g->text text="List of all possible values"}
{g->text text="category tag"}
{g->text text="ttl tag"} {if isset($form.error.ttl)}
{g->text text="Invalid time to live, this must be a number of minutes (0 to disable ttl)"}
{else} {g->text text="Time to live: this must be a number of minutes (0 to disable ttl) aggregators should wait between checks of whether the feed has been updated"} {/if}
{g->text text="Copyright"} {if isset($form.error.copyright)}
{g->text text="Invalid copyright"}
{/if}
{g->text text="Use image tag"} {g->text text="Include image tag"} {g->text text="This adds a main image to the feed, corresponding to the thumbnail for this item"} {if isset($form.error.useImage)}
{g->text text="Invalid value"}
{/if}
{g->text text="Use enclosures"} {g->text text="Include enclosure tags"} {g->text text="This adds an enclosure to each image in the feed, that contains the full resolution image"} {if isset($form.error.useEnclosure)}
{g->text text="Invalid value"}
{/if}

{g->text text="Cloud tag (RSS 2.0)"}

{g->text text="If you want to use the cloud tag, you can set up its properties here"}
{g->text text="Example: "} <cloud domain="domain" port="port" path="path" registerProcedure="registerProcedure" protocol="protocol" />

{g->text text="Cloud tag"} {g->text text="Include the cloud tag"} {if isset($form.error.useCloud)}
{g->text text="Invalid value"}
{/if}
{g->text text="domain"} {if isset($form.error.cloudDomain)}
{g->text text="Invalid string"}
{/if}
{g->text text="port"} {if isset($form.error.cloudPort)}
{g->text text="Invalid port number"}
{/if}
{g->text text="path"} {if isset($form.error.cloudPath)}
{g->text text="Invalid string"}
{/if}
{g->text text="registerProcedure"} {if isset($form.error.cloudRegiserProcedure)}
{g->text text="Invalid string"}
{/if}
{g->text text="protocol"} {if isset($form.error.cloudProtocol)}
{g->text text="Invalid string"}
{/if}
{if $EditFeed.mode == 'edit'} {else} {/if}
{else}

{g->text text="RSS feeds for this item"}

{if empty($EditFeed.feeds)}

{g->text text="No feeds have yet been defined"}

{else} {foreach from=$EditFeed.feeds item=feed} {/foreach}
{g->text text="Feed link"} {g->text text="Feed type"} {g->text text="Actions"}
{$feed.name} {$EditFeed.types[$feed.params.feedType]} {g->text text="delete"} {g->text text="edit"}
{/if}
{/if}