{* * $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="Enter length of time in days items should be marked as new and updated, or zero to disable."}
|
{if isset($form.error.new)}
{g->text text="Invalid value"}
{/if}
|
|
|
{if isset($form.error.updated)}
{g->text text="Invalid value"}
{/if}
|
{if $form.isDefault}
{g->text text="This gallery is using New Items sort as the default album sort. This must be changed to another sort type before this module can be deactivated. You can reset the default to manual sort order here."}
{/if}
{if ($form.count > 0)}
{g->text one="This gallery contains %d album using New Items sort. It must be reset to the default sort before this module can be deactivated. You can reset the album here."
many="This gallery contains %d albums using New Items sort. These must be reset to the default sort before this module can be deactivated. You can reset all albums here."
count=$form.count arg1=$form.count}
{/if}
{g->text text="Warning: there is no undo."}