From dc01766c586fc9616c82e557a853396e976aaa9d Mon Sep 17 00:00:00 2001 From: ddtddt Date: Sat, 19 Oct 2013 12:21:51 +0000 Subject: [trunk] - language - new language en_US Same en_UK git-svn-id: http://piwigo.org/svn/trunk@25008 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_US/help/cat_modify.html | 133 ++++++++++++++++++++++++++ language/en_US/help/cat_move.html | 14 +++ language/en_US/help/cat_options.html | 22 +++++ language/en_US/help/cat_perm.html | 13 +++ language/en_US/help/configuration.html | 101 +++++++++++++++++++ language/en_US/help/extend_for_templates.html | 51 ++++++++++ language/en_US/help/group_list.html | 22 +++++ language/en_US/help/help_add_photos.html | 27 ++++++ language/en_US/help/help_groups.html | 11 +++ language/en_US/help/help_misc.html | 9 ++ language/en_US/help/help_permissions.html | 57 +++++++++++ language/en_US/help/help_virtual_links.html | 12 +++ language/en_US/help/history.html | 22 +++++ language/en_US/help/index.php | 30 ++++++ language/en_US/help/maintenance.html | 26 +++++ language/en_US/help/notification_by_mail.html | 15 +++ language/en_US/help/permalinks.html | 7 ++ language/en_US/help/photos_add_ftp.html | 70 ++++++++++++++ language/en_US/help/search.html | 24 +++++ language/en_US/help/synchronize.html | 14 +++ language/en_US/help/user_list.html | 23 +++++ 21 files changed, 703 insertions(+) create mode 100644 language/en_US/help/cat_modify.html create mode 100644 language/en_US/help/cat_move.html create mode 100644 language/en_US/help/cat_options.html create mode 100644 language/en_US/help/cat_perm.html create mode 100644 language/en_US/help/configuration.html create mode 100644 language/en_US/help/extend_for_templates.html create mode 100644 language/en_US/help/group_list.html create mode 100644 language/en_US/help/help_add_photos.html create mode 100644 language/en_US/help/help_groups.html create mode 100644 language/en_US/help/help_misc.html create mode 100644 language/en_US/help/help_permissions.html create mode 100644 language/en_US/help/help_virtual_links.html create mode 100644 language/en_US/help/history.html create mode 100644 language/en_US/help/index.php create mode 100644 language/en_US/help/maintenance.html create mode 100644 language/en_US/help/notification_by_mail.html create mode 100644 language/en_US/help/permalinks.html create mode 100644 language/en_US/help/photos_add_ftp.html create mode 100644 language/en_US/help/search.html create mode 100644 language/en_US/help/synchronize.html create mode 100644 language/en_US/help/user_list.html (limited to 'language/en_US/help') diff --git a/language/en_US/help/cat_modify.html b/language/en_US/help/cat_modify.html new file mode 100644 index 000000000..ce0281523 --- /dev/null +++ b/language/en_US/help/cat_modify.html @@ -0,0 +1,133 @@ +

Edit album

+ +

Informations

+ + + +

Move

+ +

If the album is virtual, you can move it. Moving a album means +changing its parent album.

+ +

Options

+ + + +

You can also manage these options on the "Properties" +management screen (screens Comments, Lock, +Public/Private, Representative available from Administration » Albums » Properties).

+ +

Sort order

+ +

Use the default images sort order.

+ +

Indicate whether this sort order will apply to subalbums also.

+ +

Select specific sorting criteria to be used with this album.

+ +

(*)Warning: Be sure to test these sort orders by yourself as they can give unexpected results.

+ + +

Representant

+ +

The album representative is the thumbnail displayed on the main page (category.php) to represent +the album when +it contains only sub-albums and no direct photo (just as the root album).

+photo of a album :

+ + + +

The choice of a representative depends on the +allow_random_representative configuration parameter (see include/config_default.inc.php).

+ +

In default mode (allow_random_representative set to false), +each album containing at least one element is represented by a fixed +element. Once set (at album creation), the representative changes only +when an administrator ask for it. If the representative is not appropriate, +you can ask to Find a new representant by random.

+ +

If the allow_random_representative configuration parameter is +set to true, a category containing photos may have no fixed +representant. Just use Delete representant button.

+ +

If the album contains only sub-albums and no photo, it can nonetheless be represented by any element thanks to Modify +informations about a photo screen. The only option on the current screen +is the Delete representant button.

+ +

Link all album photos to a new album

+ + + +

Link all album photos to existing albums

+ + + +

Send an information email to group members

+ + \ No newline at end of file diff --git a/language/en_US/help/cat_move.html b/language/en_US/help/cat_move.html new file mode 100644 index 000000000..58f31152c --- /dev/null +++ b/language/en_US/help/cat_move.html @@ -0,0 +1,14 @@ +

Moving virtual Albums

+ +

Only virtual albums can have a new parent album.

+ +

Virtual albums to move

+ +

Select one or several virtual albums you want to move. +If the list is empty, that mean you have not created one yet.

+ +

New parent album

+ +

Select the new parent album (virtual or physical). +If you do not select any parent, the virtual selected albums will be moved to the root. +A album cannot be moved into itself or to one of its child.

\ No newline at end of file diff --git a/language/en_US/help/cat_options.html b/language/en_US/help/cat_options.html new file mode 100644 index 000000000..11222f344 --- /dev/null +++ b/language/en_US/help/cat_options.html @@ -0,0 +1,22 @@ +

Album options

+ +

Options management for several albums at once.

+ +
+ +
Comments
+
A photo can receive comments from your visitors if it belongs to an album with comments activated.
+ +
Lock
+
Locked albums are disabled for maintenance. Only administrators can view them in the gallery.
+ +
Public / private
+
Once an album become private, give access rights to users and groups
+ +
Representative
+
This option is available when you set the configuration setting +allow_random_representative (see include/config_defaults.inc.php) to +true. Each album can be represented by a random photo or by a photo chosen as a unique representative.
+ +
diff --git a/language/en_US/help/cat_perm.html b/language/en_US/help/cat_perm.html new file mode 100644 index 000000000..cabda09fc --- /dev/null +++ b/language/en_US/help/cat_perm.html @@ -0,0 +1,13 @@ +

Edit album permissions

+ +

This screen is only available for private albums. Here you can select +users and groups authorized for a album.

+ +

Groups

+ +

You can deny or grant groups access for the current album. By modifying +groups authorizations, the users belonging to these groups will be denied or granted access to the album.

+ +

Users

+ +

You can deny or grant access to individual users. Users that have access through a group can be denied access by exception.

diff --git a/language/en_US/help/configuration.html b/language/en_US/help/configuration.html new file mode 100644 index 000000000..cb40e9a9d --- /dev/null +++ b/language/en_US/help/configuration.html @@ -0,0 +1,101 @@ +

Configuration

+ +

This screen let the administrator do basic gallery configuration. Indeed, this screen only shows simple configuration parameters that should be enough for the vast majority of administrators. If you want to see other numerous (and advanced) configuration parameters, read the default configuration file include/config_default.inc.php.

+ +

The screen is divided into different sections, grouping configuration parameters by theme.

+ + +

Main

+ + +

History

+ +

Visits on pages category.php and picture.php will be saved in the history table.

+ +

Visits will be shown in Administration » Tools » History.

+ + + +

Comments

+ + +

Default display

+ +

Here you can change display options used by guest, the default user that is not connected. Once connected, these options are overridden by the user's own options +(modifiable in profile).

+ +

It is possible to change the display options for all existing users on the Administration » +Users » Manage screen where you can select a list of users.

+ + \ No newline at end of file diff --git a/language/en_US/help/extend_for_templates.html b/language/en_US/help/extend_for_templates.html new file mode 100644 index 000000000..a46f94779 --- /dev/null +++ b/language/en_US/help/extend_for_templates.html @@ -0,0 +1,51 @@ +

Template Extension Configuration

+ +

About

+

Your Piwigo gallery can be customised by replacing existing template files with customised versions. For example, the default header template (header.tpl) can be replaced by a customised header template (my-header.tpl). After submitting the changes to the database the gallery will display the customised header instead of the original header.
+Template extensions are a powerful way to create customised themes for both new and advanced users. Used together with the LocalFiles Editor you can create your own child themes.

+ +

Original Template

+

A theme contains a number of template files that make up the gallery pages. These are the original templates.

+ +

Optional URL Keyword

+

These are words found in the gallery URL after the module name. They can also be active permalinks (See the permalink documentation for more information). WARNING: if the same original template and same keyword is used on more than one customised template only the last one is active.

+ +

Bound Theme

+

The bound theme is the theme from which the template files are being replaced.

+ +

Where are the original templates?

+

Original templates are the template files shipped with each theme. These are saved in /themes/default/template (or themes//template). These template files should not be edited in place as changes will be lost with theme upgrades.
+Supported original templates include:

+ +

Saving customised templates

+

Customised templates should be saved in the template-extension folder or subfolders. For example, /template-extension/my-default/header.tpl (or /template-extension//header.tpl) Template files can have any name with a .tpl extension. The template files in subfolders appear in the Template configuration screen as available custom templates.

+

Activating customised templates

+

Select the original template to replace. Optionally choose a URL keyword to ensure that the customised template is only shown on pages with that keyword. Select a bound theme and the changes will be effective on that theme. Submit the changes to the database.

+

Deactivating customised templates

+

Unselect the original template and submit the changes to the database.
+Delete the customised template files from the template-extension folder.

+ + +

Warnings

+ \ No newline at end of file diff --git a/language/en_US/help/group_list.html b/language/en_US/help/group_list.html new file mode 100644 index 000000000..eeae61d4c --- /dev/null +++ b/language/en_US/help/group_list.html @@ -0,0 +1,22 @@ +

Groups list

+ +

This is the place where you manage groups.

+ +

Add a group

+ +

Administrator can add groups.

+ +

Groups list

+ +

For each group the following actions can be applied:

+ + + + +

Default groups

+

Default groups are groups that are automatically associated to each new user upon registration or creation by an administrator.

diff --git a/language/en_US/help/help_add_photos.html b/language/en_US/help/help_add_photos.html new file mode 100644 index 000000000..8a8841141 --- /dev/null +++ b/language/en_US/help/help_add_photos.html @@ -0,0 +1,27 @@ +

Several ways to add your photos in your gallery:

+ + + + + + + + + +
+ + + +
\ No newline at end of file diff --git a/language/en_US/help/help_groups.html b/language/en_US/help/help_groups.html new file mode 100644 index 000000000..aed7d7a8e --- /dev/null +++ b/language/en_US/help/help_groups.html @@ -0,0 +1,11 @@ +

Groups are a convenient way to set permissions for a list of users.

+ +

Create groups in Administration » Users +» Groups and associate users to this group +in Administration » Users » +Manage.

+ +

A user can belong to several groups. Authorization takes precedence over +interdiction : if user "jack" belongs to groups "family" and "friends", and +that only group "family" can see album "Christmas 2010" album then +"jack" will be able to see "Christmas 2010".

diff --git a/language/en_US/help/help_misc.html b/language/en_US/help/help_misc.html new file mode 100644 index 000000000..c46e82aaa --- /dev/null +++ b/language/en_US/help/help_misc.html @@ -0,0 +1,9 @@ +

Once you created your gallery you can configure it for your visitor +

+ By default, each new user will inherit these properties upon registration. +

+

If you have any question, Piwigo community will welcome you on its forum.

\ No newline at end of file diff --git a/language/en_US/help/help_permissions.html b/language/en_US/help/help_permissions.html new file mode 100644 index 000000000..600d541ac --- /dev/null +++ b/language/en_US/help/help_permissions.html @@ -0,0 +1,57 @@ +
+Permissions on photos + +

Each photo has a privacy level (a lock). Each user also has a privacy level (a key). There are 5 privacy levels:

+
    +
  1. None
  2. +
  3. Contacts
  4. +
  5. Friends (which is higher than a contact)
  6. +
  7. Family (which is higher than a friend)
  8. +
  9. Admins (which is higher than any other level)
  10. +
+ +

Higher levels have permissions on lower levels. For a given user, the higher the privacy level, the more photos he can see.

+ +

For example, if photo "peter_wedding-0024.jpg" has "Family" privacy level, then:

+ + +

A user that has no permission to see the content of a album won't see the album itself, not even its title. The same principle applies to a tag.

+ +

You can set the privacy level of a user on Administration » Users » Manage screen.

+ +
+ +
+Permissions on albums + +

If privacy levels do not fit your needs, you can also manage permissions on albums for a user or a group. You can manage permissions on photos and albums at the same time, without conflict.

+ +

You can forbid access to albums. Switch the album access type to +"private" if you want to manage permissions.

+ +

You can set a album to private by editing a single album +(Administration » Albums » Manage +» edit) or by setting options to your whole album tree +(Administration » Albums » +Properties » Public / Private).

+ +

Once the album is private, you can manage permissions for groups and +users with 3 screens:

+ + +
diff --git a/language/en_US/help/help_virtual_links.html b/language/en_US/help/help_virtual_links.html new file mode 100644 index 000000000..f6b5ca84d --- /dev/null +++ b/language/en_US/help/help_virtual_links.html @@ -0,0 +1,12 @@ +

Photos are displayed in the album corresponding to their file +directory.

+ +

You can also display a photo in several albums, without duplicating +the file on your web server. Associate the photo to any album from the +photo editing screen (that any administrator can reach from the photo page +on the gallery side).

+ +

Virtual albums are based on this concept: they have no corresponding +directory. Create virtual albums +from Administration » Albums » +Manage.

diff --git a/language/en_US/help/history.html b/language/en_US/help/history.html new file mode 100644 index 000000000..701b2de10 --- /dev/null +++ b/language/en_US/help/history.html @@ -0,0 +1,22 @@ +

History

+ +

On these screens, you can monitor your gallery visits history according to the options you have chosen in: Administration » Configuration » Options » History

+ +

Statistics

+ + +

Search

+ \ No newline at end of file diff --git a/language/en_US/help/index.php b/language/en_US/help/index.php new file mode 100644 index 000000000..41732f2fd --- /dev/null +++ b/language/en_US/help/index.php @@ -0,0 +1,30 @@ + diff --git a/language/en_US/help/maintenance.html b/language/en_US/help/maintenance.html new file mode 100644 index 000000000..671c92ce6 --- /dev/null +++ b/language/en_US/help/maintenance.html @@ -0,0 +1,26 @@ +

Maintenance

+ +

To optimise page generation time Piwigo uses cached information. For example, instead of counting the number of photos contained in each album at each page reload this information is stored in the database. In theory this information should always be correct but sometimes an error can occur and cached information becomes out of date.

+ +

Some information becomes less useful as time goes by. Deleting this useless information from the database will save you some disk space.

+ + + + + + \ No newline at end of file diff --git a/language/en_US/help/notification_by_mail.html b/language/en_US/help/notification_by_mail.html new file mode 100644 index 000000000..da9ac2a97 --- /dev/null +++ b/language/en_US/help/notification_by_mail.html @@ -0,0 +1,15 @@ +

Notification By Mail (NBM)

+ +

Configure and manage email notifications to users notifying them of changes to your site.

+ +

This screen comprises three tabs:

+ +

Settings

+

Available only for webmasters, this tab sets the notification by mail parameters.

+ +

Subscribe

+

Available only for webmasters, this tab manages a user's subscription to email notifications. Add users to the subscribed box for them to receive notifications by mail.

+ +

Send

+

Available only for webmasters and administrators, this tab allows administrators to send notification emails to subscribed users.

+ diff --git a/language/en_US/help/permalinks.html b/language/en_US/help/permalinks.html new file mode 100644 index 000000000..fc4949237 --- /dev/null +++ b/language/en_US/help/permalinks.html @@ -0,0 +1,7 @@ +

Permalinks

+ +

Permalinks are used to make album urls nicer. When a album has a permalink defined, the id of the album is not required anymore in the url.

+ +

When a permalink is deleted, you can save it in the permalink history, so that external links to Piwigo pages still work. In the permalink history table you can see the date when the permalink has been deleted, the last time it was used and the number of times this permalink has been used.

+ +

Note that permalinks must be unique per album. Also in the permalink history you cannot have the same permalink defined more than once.

diff --git a/language/en_US/help/photos_add_ftp.html b/language/en_US/help/photos_add_ftp.html new file mode 100644 index 000000000..3d39f1e63 --- /dev/null +++ b/language/en_US/help/photos_add_ftp.html @@ -0,0 +1,70 @@ +
+ Quick Start + +
    +
  1. Create a directory on your computer.
  2. + +
  3. Copy some photos inside this directory, resize them for web display. Warning: the name of directories and files must contain only letters, figures, "-", "_" or ".". No blank space, nor accentuated characters.
  4. + +
  5. With a FTP client, copy your directory in the "galleries" directory of your Piwigo installation.
  6. + +
  7. Logon your gallery and go to Administration and click on the big Synchronization button.
  8. +
+ +

Congratulations! You have successfully created the first album of your photo gallery.

+
+ +
+ Directories and files organization + + +
diff --git a/language/en_US/help/search.html b/language/en_US/help/search.html new file mode 100644 index 000000000..ae1330a31 --- /dev/null +++ b/language/en_US/help/search.html @@ -0,0 +1,24 @@ +

Search

+ +

This page let you search photos among the whole gallery.

+ +
+ +
Search for words
+
Search for one or several words among the attributes related to the photos + of the gallery. Use * as a wildcard for partial matches.
+ +
Search for an author
+
Use * as a wildcard for partial matches.
+ +
Search by date
+
Select a date and/or an ending date for your query. Leave date field empty + if you want to make a "before" query. The year in the last + field must be entered in the following format : AAAA (i.e. 2004)
+ +
Search in albums
+
Select album or albums you wish to search. All + sub-albums can be searched by selecting the parent album and setting enable + search sub-albums below.
+ +
diff --git a/language/en_US/help/synchronize.html b/language/en_US/help/synchronize.html new file mode 100644 index 000000000..7eac01a6a --- /dev/null +++ b/language/en_US/help/synchronize.html @@ -0,0 +1,14 @@ +

Synchronise

+ +

There are two different types of synchronisation:

+ + +

Synchronising directories and files is about updating your directories tree with the album tree in the database. +Synchronising file metadata is about updating photo information, such as filesize, dimensions in pixels, EXIF or IPTC information, in the database.

+ +

When synchronising your uploads with your gallery you must first synchronise directories and files.

+ +

The synchronisation process may take a long time (depending on server load and the number of elements to manage) so it is possible to do it album by album.

\ No newline at end of file diff --git a/language/en_US/help/user_list.html b/language/en_US/help/user_list.html new file mode 100644 index 000000000..371facf87 --- /dev/null +++ b/language/en_US/help/user_list.html @@ -0,0 +1,23 @@ +

Users list

+ +

This is where you manage the users of your Piwigo gallery.

+ +

Add a user

+ +

An administrator can add users manually. For each user create a username, a password and submit a valid email address.

+ +

Users list

+ +

The list of existing users can be filtered on username (use * as wildcard), group or status. It can be ordered by registration date or username, in ascending or descending order.

+ +

This screen allows the management of several users at once, using different actions:

+ + + +

The target is the selected user (by default) or all users as displayed in the filtered list.

\ No newline at end of file -- cgit v1.2.3