Show
Ignore:
Timestamp:
05/15/08 20:43:33 (5 years ago)
Author:
rub
Message:

Change some PhpWebGallery to Piwigo. (2/2)

All phpwebgallery.net are not changed!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/admin.lang.php

    r2328 r2342  
    4949$lang['%d waiting pictures rejected'] = '%d waiting pictures rejected'; 
    5050$lang['%d waiting pictures validated'] = '%d waiting pictures validated'; 
    51 $lang['A new version of PhpWebGallery is available.'] = 'A new version of PhpWebGallery is available.'; 
    5251$lang['Actions'] = 'Actions'; 
    5352$lang['Activate'] = 'Activate'; 
     
    147146$lang['Permission granted thanks to a group'] = 'Permission granted thanks to a group'; 
    148147$lang['Permission granted'] = 'Permission granted'; 
    149 $lang['PhpWebGallery Administration'] = 'PhpWebGallery Administration'; 
    150 $lang['PhpWebGallery version'] = 'PhpWebGallery version'; 
    151148$lang['Picture informations updated'] = 'Picture informations updated'; 
    152149$lang['Plugins'] = 'Plugins'; 
     
    195192$lang['Webmaster cannot be deleted'] = 'Webmaster cannot be deleted'; 
    196193$lang['You are running on development sources, no check possible.'] = 'You are running on development sources, no check possible.'; 
    197 $lang['You are running the latest version of PhpWebGallery.'] = 'You are running the latest version of PhpWebGallery.'; 
    198194$lang['You cannot delete your account'] = "You cannot delete your account"; 
    199195$lang['You cannot move a category in its own sub category'] = 'You cannot move a category in its own sub category'; 
     
    386382$lang['title'] = 'title'; 
    387383$lang['title_categories'] = 'Categories management'; 
    388 $lang['title_configuration'] = 'PhpWebGallery configuration'; 
    389 $lang['title_default'] = 'PhpWebGallery administration'; 
     384$lang['title_configuration'] = 'Piwigo configuration'; 
     385$lang['title_default'] = 'Piwigo administration'; 
    390386$lang['title_edit_cat'] = 'Edit a category'; 
    391387$lang['title_groups'] = 'Group management'; 
     
    423419$lang['update_default_title'] = 'Choose an option'; 
    424420$lang['update_display_info'] = 'display maximum informations (added categories and elements, deleted categories and elements)'; 
    425 $lang['update_err_pwg_version_differs'] = 'PhpWebGallery version differs on the remote site'; 
    426 $lang['update_err_pwg_version_differs_info'] = 'Version of create_listing_file.php on the remote site and PhpWebGallery must be the same'; 
     421$lang['update_err_pwg_version_differs'] = 'Piwigo version differs on the remote site'; 
     422$lang['update_err_pwg_version_differs_info'] = 'Version of create_listing_file.php on the remote site and Piwigo must be the same'; 
    427423$lang['update_err_remote_listing_not_found'] = 'listing.xml file was not found'; 
    428424$lang['update_err_remote_listing_not_found_info'] = 'listing.xml file was not found on the remote site. This file is generated by choosing the "generate listing" command in the Site manager'; 
     
    502498$lang['Add this access definition'] = 'Add this access definition'; 
    503499$lang['Web Services availability duration in days'] = 'Web Services availability duration in days'; 
    504 $lang['Web Services under control'] = 'PhpWebGallery Web Services are fully operationals and all requests are under control.'; 
     500$lang['Web Services under control'] = 'Piwigo Web Services are fully operationals and all requests are under control.'; 
    505501$lang['special_admin_menu'] = 'Specials'; 
    506502$lang['Duplicates'] = 'Files with same name in more than one physical category'; 
     
    601597$lang['c13y_anomaly_ignored_count'] = '%d anomaly has been ignored.'; 
    602598$lang['c13y_anomalies_ignored_count'] = '%d anomalies have been ignored.'; 
    603  
    604599$lang['plugins_need_update'] = 'Plugins which need upgrade'; 
    605600$lang['plugins_dontneed_update'] = 'Plugins up to date'; 
     
    628623$lang['plugins_check_chmod'] = 'Please check "plugins" folder and sub-folders permissions (CHMOD).'; 
    629624$lang['plugins_server_error'] = 'Can\'t connect to server.'; 
    630  
    631625$lang['Purge compiled templates'] = 'Purge compiled templates'; 
    632626$lang['Caddie is currently empty'] = 'Caddie is currently empty'; 
     
    640634$lang['ACCESS_4'] = 'Access to webmasters'; 
    641635$lang['ACCESS_5'] = 'No access'; 
    642  
    643636$lang['DEMO'] = 'Demo'; 
    644637$lang['HOME'] = 'Piwigo home'; 
     
    647640$lang['EXTENSIONS'] = 'Extensions'; 
    648641$lang['WIKI / DOC'] = 'Documentation'; 
     642$lang['A new version of Piwigo is available.'] = 'A new version of Piwigo is available.'; 
     643$lang['Piwigo Administration'] = 'Piwigo Administration'; 
     644$lang['Piwigo version'] = 'Piwigo version'; 
     645$lang['You are running the latest version of Piwigo.'] = 'You are running the latest version of Piwigo.'; 
    649646?>