- Timestamp:
- May 15, 2007, 10:23:09 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/about.php
r1898 r2014 3 3 // | PhpWebGallery - a PHP based picture gallery | 4 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-200 5PhpWebGallery Team - http://phpwebgallery.net |5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 // | file : $RCSfile$ 7 // | file : $Id$ 9 8 // | last update : $Date$ 10 9 // | last modifier : $Author$ … … 39 38 // Start output of page 40 39 // 41 $title= $lang['about_page_title'];40 $title= l10n('about_page_title'); 42 41 $page['body_id'] = 'theAboutPage'; 43 42 include(PHPWG_ROOT_PATH.'include/page_header.php'); -
trunk/identification.php
r1900 r2014 3 3 // | PhpWebGallery - a PHP based picture gallery | 4 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-200 5PhpWebGallery Team - http://phpwebgallery.net |5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 // | file : $RCSfile$ 7 // | file : $Id$ 9 8 // | last update : $Date$ 10 9 // | last modifier : $Author$ … … 44 43 if ( $user['is_the_guest'] ) 45 44 { 46 array_push($errors, $lang['access_forbiden']);45 array_push($errors, l10n('access_forbiden')); 47 46 } 48 47 } … … 58 57 else 59 58 { 60 array_push( $errors, $lang['invalid_pwd']);59 array_push( $errors, l10n('invalid_pwd') ); 61 60 } 62 61 } … … 66 65 // Start output of page 67 66 // 68 $title = $lang['identification'];67 $title = l10n('identification'); 69 68 $page['body_id'] = 'theIdentificationPage'; 70 69 include(PHPWG_ROOT_PATH.'include/page_header.php'); -
trunk/nbm.php
r1912 r2014 6 6 // | Copyright (C) 2006-2007 Ruben ARNAUD - team@phpwebgallery.net | 7 7 // +-----------------------------------------------------------------------+ 8 // | branch : BSF (Best So Far) 9 // | file : $RCSfile$ 8 // | file : $Id$ 10 9 // | last update : $Date$ 11 10 // | last modifier : $Author$ … … 62 61 else 63 62 { 64 /* echo l10n('nbm_unknown_identifier');65 exit();*/66 63 array_push($page['errors'], l10n('nbm_unknown_identifier')); 67 64 } … … 70 67 // | template initialization | 71 68 // +-----------------------------------------------------------------------+ 72 $title = $lang['nbm_item_notification'];69 $title = l10n('nbm_item_notification'); 73 70 $page['body_id'] = 'theNBMPage'; 74 71 include(PHPWG_ROOT_PATH.'include/page_header.php'); -
trunk/picture.php
r1900 r2014 5 5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far)8 7 // | file : $Id$ 9 8 // | last update : $Date$ … … 599 598 'FAVORITE_IMG' => 600 599 get_root_url().get_themeconf('icon_dir').'/favorite.png', 601 'FAVORITE_HINT' => $lang['add_favorites_hint'],602 'FAVORITE_ALT' => $lang['add_favorites_alt'],600 'FAVORITE_HINT' => l10n('add_favorites_hint'), 601 'FAVORITE_ALT' => l10n('add_favorites_alt'), 603 602 'U_FAVORITE' => add_url_params( 604 603 $url_self, … … 615 614 'FAVORITE_IMG' => 616 615 get_root_url().get_themeconf('icon_dir').'/del_favorite.png', 617 'FAVORITE_HINT' => $lang['del_favorites_hint'],618 'FAVORITE_ALT' => $lang['del_favorites_alt'],616 'FAVORITE_HINT' => l10n('del_favorites_hint'), 617 'FAVORITE_ALT' => l10n('del_favorites_alt'), 619 618 'U_FAVORITE' => add_url_params( 620 619 $url_self, -
trunk/plugins
- Property svn:ignore
-
old new 2 2 phpmv 3 3 rv_gmaps 4 dotclear_easy
-
- Property svn:ignore
-
trunk/profile.php
r1926 r2014 5 5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far)8 7 // | file : $Id$ 9 8 // | last update : $Date$ … … 45 44 save_profile_from_post($userdata, $errors); 46 45 47 $title= $lang['customize_page_title'];46 $title= l10n('customize_page_title'); 48 47 $page['body_id'] = 'theProfilePage'; 49 48 include(PHPWG_ROOT_PATH.'include/page_header.php'); -
trunk/register.php
r1985 r2014 46 46 if ($_POST['password'] != $_POST['password_conf']) 47 47 { 48 array_push($errors, $lang['reg_err_pass']);48 array_push($errors, l10n('reg_err_pass')); 49 49 } 50 50 … … 92 92 // Start output of page 93 93 // 94 $title= $lang['register_page_title'];94 $title= l10n('register_page_title'); 95 95 $page['body_id'] = 'theRegisterPage'; 96 96 include(PHPWG_ROOT_PATH.'include/page_header.php'); -
trunk/search.php
r1903 r2014 5 5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 // | file : $RCSfile$ 7 // | file : $Id$ 9 8 // | last update : $Date$ 10 9 // | last modifier : $Author$ … … 145 144 else 146 145 { 147 array_push($errors, $lang['search_one_clause_at_least']);146 array_push($errors, l10n('search_one_clause_at_least')); 148 147 } 149 148 } … … 172 171 // Start output of page 173 172 // 174 $title= $lang['search_title'];173 $title= l10n('search_title'); 175 174 $page['body_id'] = 'theSearchPage'; 176 175
Note: See TracChangeset
for help on using the changeset viewer.