Changeset 1821
- Timestamp:
- Feb 15, 2007, 4:03:16 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 4 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/history.php
r1817 r1821 259 259 $result = pwg_query($query); 260 260 $history_lines = $user_ids = $category_ids = $image_ids = array(); 261 while ($row = mysql_fetch_a rray($result))261 while ($row = mysql_fetch_assoc($result)) 262 262 { 263 263 $user_ids[$row['user_id']] = 1; … … 341 341 'IP' => $line['IP'], 342 342 'IMAGE' => isset($line['image_id']) 343 ? $label_of_image[$line['image_id']] 343 ? ( isset($label_of_image[$line['image_id']]) 344 ? $label_of_image[$line['image_id']] 345 : 'deleted '.$line['image_id']) 344 346 : $line['image_id'], 345 347 'SECTION' => $line['section'], 346 348 'CATEGORY' => isset($line['category_id']) 347 ? $name_of_category[$line['category_id']] 349 ? ( isset($name_of_category[$line['category_id']]) 350 ? $name_of_category[$line['category_id']] 351 : 'deleted '.$line['category_id'] ) 348 352 : '', 349 'TAG ' => $line['tag_ids'],353 'TAGS' => $line['tag_ids'], 350 354 'T_CLASS' => ($i++ % 2) ? 'row1' : 'row2', 351 355 ) -
trunk/include/user.inc.php
r1677 r1821 75 75 ); 76 76 77 trigger_action('user_init', $user); 77 78 ?> -
trunk/language/en_UK.iso-8859-1/admin.lang.php
r1806 r1821 505 505 $lang['Advanced_features'] = 'Advanced features'; 506 506 $lang['Elements_not_linked'] = 'Not linked elements'; 507 508 507 $lang['web_services'] = 'Web services '; 509 508 $lang['title_wscheck'] = ' Access management '; … … 517 516 $lang['ws_update_legend'] = ' Revoke / Update selected partner access '; 518 517 $lang['ws_delete_legend'] = ' Revoke selected partner access '; 519 // $lang['ws_default_legend'] = ' Assumed defaults parameters in any missing cases ';520 // $lang['ws_default'] = ' Default ';521 518 $lang['ws_Methods'] = ' Methods '; 522 // $lang['ws_requested_nbr'] = ' Number of images per request ';523 $lang['ws_random'] = 'Random'; /* Random order */524 $lang['ws_list'] = 'Id list'; /* list on MBt & z0rglub request */525 $lang['ws_maxviewed'] = 'Most viewed'; /* hit > 0 and hit desc order */526 $lang['ws_recent'] = 'Most recent'; /* recent = Date_available desc order */527 $lang['ws_highrated'] = 'Best rated'; /* avg_rate > 0 and desc order */528 $lang['ws_oldest'] = 'Oldest'; /* Date_available asc order */529 $lang['ws_lessviewed'] = 'Less viewed'; /* hit asc order */530 $lang['ws_lowrated'] = 'Lowest rated'; /* avg_rate asc order */531 $lang['ws_undescribed'] = 'Undescribed'; /* description missing */532 $lang['ws_unnamed'] = 'Unnamed'; /* new name missing */533 $lang['ws_portraits'] = 'Portraits'; /* width < height (portrait oriented) */534 $lang['ws_landscapes'] = 'Landscapes'; /* width > height (landscape oriented) */535 $lang['ws_squares'] = 'Squares'; /* width ~ height (square form) */536 $lang['ws_high_auth'] = ' Authorize high resolution ';537 $lang['ws_normal_auth'] = ' Authorize normal size ';538 519 $lang['ws_KeyName'] = ' Partner '; 539 520 $lang['ws_Access'] = ' Access '; … … 546 527 $lang['ws_Comment'] = ' Comment '; 547 528 $lang['ws_disallowed'] = 'This change is disallowed or already done'; 548 // $lang['Reset filter(s)'] = ' Reset filter(s) ';549 // $lang['New filter(s)'] = ' New filter(s) ';550 // $lang['Not selected / Not confirmed'] = 'Access not selected or unconfirmed action';551 529 $lang['Modify End from Now +'] = 'Modify End from Now + '; 552 $lang['Free comment, use it to identify your partner clearly'] = 553 ' Free comment, use it to identify your partner clearly '; 530 $lang['Free comment, use it to identify your partner clearly'] = ' Free comment, use it to identify your partner clearly '; 554 531 $lang['Confirmation'] = ' Confirmation '; 555 532 $lang['Delete'] = ' Remove '; … … 558 535 $lang['Target'] = 'Target'; 559 536 $lang['Access: see help text for more'] = 'Access: see help text for more'; 560 $lang['Facultative and restrictive option'] = 561 'Facultative and restrictive option'; 537 $lang['Facultative and restrictive option'] = 'Facultative and restrictive option'; 562 538 $lang['Postponed availability in days'] = 'Postponed availability in days'; 563 539 $lang['Duration in days'] = 'Duration in days'; 564 540 $lang['Restrict access to'] = 'Restrict access to'; 565 $lang['High resolution information will be returned to your partner'] = 566 'High resolution information will be returned to your partner'; 567 $lang['Normal size information will be returned to your partner'] = 568 'Normal size information will be returned to your partner'; 541 $lang['High resolution information will be returned to your partner'] = 'High resolution information will be returned to your partner'; 542 $lang['Normal size information will be returned to your partner'] = 'Normal size information will be returned to your partner'; 569 543 $lang['Returned images limit'] = 'Returned images limit'; 570 $lang['Comment to identify your partner clearly'] = 571 'Comment to identify your partner clearly'; 544 $lang['Comment to identify your partner clearly'] = 'Comment to identify your partner clearly'; 572 545 $lang['Add this access definition'] = 'Add this access definition'; 573 $lang['Web Services availability duration in days'] = 574 'Web Services availability duration in days'; 546 $lang['Web Services availability duration in days'] = 'Web Services availability duration in days'; 575 547 $lang['special_admin_menu'] = 'Specials'; 576 548 $lang['pictures_menu'] = 'Pictures'; -
trunk/language/fr_FR.iso-8859-1/admin.lang.php
r1806 r1821 516 516 $lang['ws_update_legend'] = ' Supprimer / Modifier l\'accès du partenaire sélectionné '; 517 517 $lang['ws_delete_legend'] = ' Supprimer définitivement l\'accès du partenaire sélectionné '; 518 // $lang['ws_default_legend'] = ' Valeurs par défaut en situation de paramètre manquant ';519 // $lang['ws_default'] = ' Défauts ';520 518 $lang['ws_Methods'] = ' Méthodes '; 521 // $lang['ws_requested_nbr'] = ' Nombre d\'images renvoyées ';522 $lang['ws_random'] = 'Aléatoires'; /* Random order */523 $lang['ws_list'] = 'Liste d\'id'; /* list on MBt & z0rglub request */524 $lang['ws_maxviewed'] = 'Plus vues'; /* hit > 0 and hit desc order */525 $lang['ws_recent'] = 'Plus récentes'; /* recent = Date_available desc order */526 $lang['ws_highrated'] = 'Mieux notées'; /* avg_rate > 0 and desc order */527 $lang['ws_oldest'] = 'Plus anciennes'; /* Date_available asc order */528 $lang['ws_lessviewed'] = 'Moins vues'; /* hit asc order */529 $lang['ws_lowrated'] = 'Moins bien notées'; /* avg_rate asc order */530 $lang['ws_undescribed'] = 'Non décrites'; /* description missing */531 $lang['ws_unnamed'] = 'Non renommées'; /* new name missing */532 $lang['ws_portraits'] = 'Portraits'; /* width < height (portrait oriented) */533 $lang['ws_landscapes'] = 'Paysages'; /* width > height (landscape oriented) */534 $lang['ws_squares'] = 'Carrées'; /* width ~ height (square form) */535 $lang['ws_high_auth'] = ' Autoriser la haute résolution ';536 $lang['ws_normal_auth'] = ' Autoriser la dimension normale ';537 519 $lang['ws_KeyName'] = ' Partenaire '; 538 520 $lang['ws_Access'] = ' Access '; … … 544 526 $lang['ws_Limit'] = ' Limite '; 545 527 $lang['ws_Comment'] = ' Commentaire '; 546 // $lang['Reset filter(s)'] = ' Filtres désactivés ';547 // $lang['New filter(s)'] = ' Nouveau(x) filtre(s)activé(s) ';548 // $lang['Not selected / Not confirmed'] = 'Accès non sélectionné ou opération non confirmée';549 528 $lang['Modify End from Now +'] = 'Modifier la Fin par cet instant + '; 550 529 $lang['Confirmation'] = ' Confirmation '; … … 555 534 $lang['Target'] = 'Cible'; 556 535 $lang['Access: see help text for more'] = 'Accès: voir l\'aide en ligne'; 557 $lang['Facultative and restrictive option'] = 558 'Option facultative et restrictive'; 536 $lang['Facultative and restrictive option'] = 'Option facultative et restrictive'; 559 537 $lang['Postponed availability in days'] = 'Report de disponibilité en jours'; 560 538 $lang['Duration in days'] = 'Durée en jours'; 561 539 $lang['Restrict access to'] = 'Accès restreint à'; 562 $lang['High resolution information will be returned to your partner'] = 563 'Les informations de la haute résolution seront transmises' . 564 ' à votre partenaire'; 565 $lang['Normal size information will be returned to your partner'] = 566 'Les informations de l\'image normale seront transmises à votre partenaire'; 540 $lang['High resolution information will be returned to your partner'] = 'Les informations de la haute résolution seront transmises à votre partenaire'; 541 $lang['Normal size information will be returned to your partner'] = 'Les informations de l\'image normale seront transmises à votre partenaire'; 567 542 $lang['Returned images limit'] = 'Limite de transmision'; 568 $lang['Comment to identify your partner clearly'] = 569 'Commentaire vous permettant d\'identifier votre partenaire facilement'; 543 $lang['Comment to identify your partner clearly'] = 'Commentaire vous permettant d\'identifier votre partenaire facilement'; 570 544 $lang['Add this access definition']= 'Ajouter cette définition d\'accès'; 571 $lang['Web Services availability duration in days'] = 572 'Durée d\'ouverture des Services Web en jours'; 545 $lang['Web Services availability duration in days'] = 'Durée d\'ouverture des Services Web en jours'; 573 546 $lang['special_admin_menu'] = 'Spécials'; 574 547 $lang['pictures_menu'] = 'Images'; … … 577 550 $lang['note_check_more_info_forum'] = 'le forum'; 578 551 $lang['note_check_more_info_wiki'] = 'le wiki'; 579 $lang['Duplicates'] = 'Fichiers portant le même nom dans plusieurs' . 580 ' catégories physiques'; 552 $lang['Duplicates'] = 'Fichiers portant le même nom dans plusieurs catégories physiques'; 581 553 $lang['DEMO'] = 'DÉMO'; 582 554 $lang['HOME'] = 'ACCUEIL PWG'; -
trunk/template/yoga/admin/default-layout.css
r1729 r1821 36 36 37 37 TABLE#detailedStats { 38 width: 80%;38 width: 99%; 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.