Changeset 8666
- Timestamp:
- Jan 14, 2011, 10:20:00 PM (14 years ago)
- Location:
- extensions
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rv_gmaps/trunk/admin/admin_edit.php
r8367 r8666 9 9 include (PHPWG_ROOT_PATH.'admin/element_set.php'); 10 10 11 $template->concat('TABSHEET_TITLE', ' '.l10n_dec('%d image', '%d images', count($page['cat_elements_id'])).' - '.$page['title']);11 $template->concat('TABSHEET_TITLE', ' '.l10n_dec('%d photo', '%d photos', count($page['cat_elements_id'])).' - '.$page['title']); 12 12 13 13 if ( isset($_POST['submit']) ) -
extensions/rv_gmaps/trunk/kml.php
r6639 r8666 62 62 63 63 if ( !empty($page['items']) ) 64 $dataTpl->assign( 'NB_ITEMS_DESC', sprintf( l10n('%d images'), count($page['items']) ).'<br/>' );64 $dataTpl->assign( 'NB_ITEMS_DESC', sprintf( l10n('%d photos'), count($page['items']) ).'<br/>' ); 65 65 66 66 … … 112 112 if ( isset($bounds['self']) ) 113 113 { 114 $count_desc = l10n_dec('%d image', '%d images', $bounds['self']['count']);114 $count_desc = l10n_dec('%d photo', '%d photos', $bounds['self']['count']); 115 115 if ( $bounds['self']['count'] == $bounds['count'] ) 116 116 $count_desc .= ' '.l10n('images_available_cpl'); 117 117 else 118 $count_desc .= '/'.l10n_dec('%d image', '%d images', $bounds['count']).' '.l10n_dec('images_available_cat','images_available_cats', $bounds['nb_cats'] );118 $count_desc .= '/'.l10n_dec('%d photo', '%d photos', $bounds['count']).' '.l10n_dec('images_available_cat','images_available_cats', $bounds['nb_cats'] ); 119 119 } 120 120 else 121 $count_desc = l10n_dec('%d image', '%d images', $bounds['count'])121 $count_desc = l10n_dec('%d photo', '%d photos', $bounds['count']) 122 122 .' '.l10n_dec('images_available_cat','images_available_cats', $bounds['nb_cats'] ); 123 123 -
extensions/rv_gmaps/trunk/mapl.php
r7388 r8666 88 88 'URL' => make_index_url( array( 'category' => $category ) ), 89 89 'NAME' => trigger_event('render_element_description', $category['name']), 90 'TITLE' => l10n_dec( '%d image', '%d images', $category['counter'] ),90 'TITLE' => l10n_dec( '%d photo', '%d photos', $category['counter'] ), 91 91 'CLASS' => 'tagLevel'.$category['level'] 92 92 ) … … 113 113 'U_MAP' => rvm_make_map_index_url( array( 'tags' => array($tag) ) ), 114 114 'URL' => make_index_url( array( 'tags' => array($tag) ) ), 115 'TITLE' => l10n_dec( '%d image', '%d images', $tag['counter'] ),115 'TITLE' => l10n_dec( '%d photo', '%d photos', $tag['counter'] ), 116 116 ) 117 117 ) -
extensions/rv_gmaps/trunk/template/data_handler.js
r8039 r8666 74 74 var theTitle = ""; 75 75 if (cluster.nb_items>1) 76 theTitle = Localization.fmt1("%d images", cluster.nb_items);76 theTitle = Localization.fmt1("%d photos", cluster.nb_items); 77 77 else 78 78 theTitle = cluster.items[0].name; … … 153 153 } 154 154 155 document.getElementById("dataLoadStatus").innerHTML = Localization.fmt1("%d images", data.nb_items);155 document.getElementById("dataLoadStatus").innerHTML = Localization.fmt1("%d photos", data.nb_items); 156 156 }, 157 157 -
extensions/rv_gmaps/trunk/template/map.tpl
r8636 r8666 168 168 "displays %s on a map" : "{'displays %s on a map'|@translate|@escape:javascript}", 169 169 "opens %s in Google Earth" : "{'opens %s in Google Earth'|@translate|@escape:javascript}", 170 "%d images" : "{'%d images'|@translate|@escape:javascript}",170 "%d photos" : "{'%d photos'|@translate|@escape:javascript}", 171 171 {literal} 172 172 dontMindTheComma: "" -
extensions/rv_menutree/trunk/template/rv_menutree_categories.tpl
r8493 r8666 10 10 <dt> 11 11 {if isset($U_START_FILTER)} 12 <a href="{$U_START_FILTER}" title="{'display only recently posted images'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>12 <a href="{$U_START_FILTER}" title="{'display only recently posted photos'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a> 13 13 {/if} 14 14 {if isset($U_STOP_FILTER)} 15 <a href="{$U_STOP_FILTER}" title="{'return to the display of all images'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>15 <a href="{$U_STOP_FILTER}" title="{'return to the display of all photos'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a> 16 16 {/if} 17 17 <a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a> … … 62 62 </ul> 63 63 {/if} 64 <p class=totalImages>{$pwg->l10n_dec('%d image', '%d images', $block->data.NB_PICTURE)}</p>64 <p class=totalImages>{$pwg->l10n_dec('%d photo', '%d photos', $block->data.NB_PICTURE)}</p> 65 65 </dd> -
extensions/rv_sitemap/changelog.txt
r6260 r8666 1 2.2.a 2 - compatible with piwigo core 2.1.0 3 1 4 2.1.a 2 5 - compatible with piwigo core 2.1.0 -
extensions/rv_sitemap/main.inc.php
r6260 r8666 1 1 <?php /* 2 2 Plugin Name: RV sitemap 3 Version: 2. 1.a3 Version: 2.2.a 4 4 Description: Creates a sitemap for your gallery. Sitemaps are used to inform search engines about pages that are available for crawling. 5 5 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=78 -
extensions/rv_sitemap/sitemap.php
r6260 r8666 88 88 'best_rated' => array( 'L'=>l10n('Best rated'), 'P'=>0.8 ) , 89 89 'most_visited' => array('L'=>l10n('Most visited'), 'P'=>0.8 ), 90 'recent_pics' => array('L'=>l10n('Recent p ictures'), 'P'=>0.8, 'F'=>'weekly' ),90 'recent_pics' => array('L'=>l10n('Recent photos'), 'P'=>0.8, 'F'=>'weekly' ), 91 91 'tags' => array('L'=>l10n('Tags'), 'PAGE'=>'tags' . ($conf['php_extension_in_urls'] ? '.php' : '' ), 'P'=>0.8 ), 92 92 );
Note: See TracChangeset
for help on using the changeset viewer.