Changeset 534 for trunk/language


Ignore:
Timestamp:
Sep 24, 2004, 1:41:23 AM (20 years ago)
Author:
z0rglub
Message:
  • (re)added feature : in remote site management, if a listing.xml file is found at PhpWebGallery root directory, it can be used to update a remote site
  • size and maxlength of prefix_thumbnail in admin/configuration are 10
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r532 r534  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // |                           en_UK/admin.lang.php                           |
     3// |                         en_UK/admin.lang.php                          |
    44// +-----------------------------------------------------------------------+
    55// | application   : PhpWebGallery <http://phpwebgallery.net>              |
    6 // | branch        : BSF (Best So Far)                                                   |
     6// | branch        : BSF (Best So Far)                                     |
    77// +-----------------------------------------------------------------------+
    88// | file          : $RCSfile$
     
    6767$lang['remote_site_file_not_found'] = 'file create_listing_file.php on remote site was not found';
    6868$lang['remote_site_error'] = 'an error happened';
    69 $lang['remote_site_listing_not_found'] = 'remote listing file was not found';
     69$lang['remote_site_listing_not_found'] = 'listing.xml file was not found';
    7070$lang['remote_site_removed'] = 'was removed on remote site';
    7171$lang['remote_site_removed_title'] = 'Removed elements';
    7272$lang['remote_site_created'] = 'created';
    7373$lang['remote_site_deleted'] = 'deleted';
     74$lang['remote_site_local_found'] = 'A local listing.xml file has been found for ';
     75$lang['remote_site_local_new'] = '(new site)';
     76$lang['remote_site_local_update'] = 'read local listing.xml and update';
    7477
    7578// Categorie words
Note: See TracChangeset for help on using the changeset viewer.