Changeset 5535
- Timestamp:
- Apr 1, 2010, 4:14:21 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/template/cat_modify.tpl
r5335 r5535 15 15 {if isset($U_MANAGE_ELEMENTS) } 16 16 <li><a href="{$U_MANAGE_ELEMENTS}" title="{'elements'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_elements.png" class="button" alt="{'elements'|@translate}"></a></li> 17 <li><a href="{$U_MANAGE_RANKS}" title="{' ranks'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/ranks.png" class="button" alt="{'ranks'|@translate}"></a></li>17 <li><a href="{$U_MANAGE_RANKS}" title="{'manage image ranks'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/ranks.png" class="button" alt="{'ranks'|@translate}"></a></li> 18 18 {/if} 19 19 <li><a href="{$U_CHILDREN}" title="{'sub-categories'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_children.png" class="button" alt="{'sub-categories'|@translate}"></a></li> -
trunk/admin/themes/default/template/upgrade.tpl
r5257 r5535 125 125 126 126 {if isset($upgrade)} 127 <h2>{'Upgrade from %s to %s'|@translate|@sprintf:$upgrade.VERSION:$RELEASE}</h2>127 <h2>{'Upgrade from version %s to %s'|@translate|@sprintf:$upgrade.VERSION:$RELEASE}</h2> 128 128 129 129 <p><b>{'Statistics'|@translate}</b></p> -
trunk/feed.php
r5196 r5535 81 81 if ( empty($feed_row) ) 82 82 { 83 page_not_found( 'Unknown/missing feed identifier');83 page_not_found(l10n('Unknown feed identifier')); 84 84 } 85 85 if ($feed_row['user_id']!=$user['id']) -
trunk/language/en_UK/admin.lang.php
r5526 r5535 127 127 $lang['New parent category'] = "New parent category"; 128 128 $lang['New tag'] = "New tag"; 129 $lang['No tag defined. Use Administration>Pictures>Tags'] = "No tag defined. Use Administration>Pictures>Tags";130 129 $lang['Number of comments per page'] = "Number of comments per page"; 131 130 $lang['Number of rates'] = "Number of rates"; … … 336 335 $lang['Available only with HTML format'] = "Available only with HTML format"; 337 336 $lang['no write access'] = "no write access"; 338 $lang['path'] = "path";339 337 $lang['Permissions'] = "Permissions"; 340 338 $lang['private'] = "private"; … … 355 353 $lang['test'] = "test"; 356 354 $lang['test this remote site'] = "test this remote site"; 357 $lang['Remote site url must start by http or https and must only contain characters among "/", "a-zA-Z0-9", "-" or "_"'] = "Remote site url must start by http or https and must only contain characters among \"/\", \"a-zA-Z0-9\", \"-\" or \"_\"";358 355 $lang['remove tags'] = "remove tags"; 359 356 $lang['Repair and optimize database'] = "Repair and optimize database"; … … 671 668 $lang['unknown'] = 'unknown'; 672 669 673 $lang['Upload Form'] = 'Upload Form';674 670 $lang['Upload Photos'] = 'Upload Photos'; 675 671 $lang['Drop into category'] = 'Drop into category'; -
trunk/language/en_UK/common.lang.php
r5500 r5535 146 146 $lang['All'] = "All"; 147 147 $lang['display each day with pictures, month per month'] = "display each day with pictures, month per month"; 148 $lang['display pictures added on'] = "display pictures added on";149 148 $lang['View'] = "View"; 150 149 $lang['chronology_monthly_calendar'] = "Monthly calendar"; … … 312 311 $lang['A picture\'s name already used'] = "this picture name is already used"; 313 312 $lang['You must choose a picture fileformat for the image'] = "You must choose a picture fileformat for the image"; 314 $lang['You can\'t upload pictures in this category'] = "You cannot upload pictures in this category";315 313 $lang['Name of the picture'] = "Picture name"; 316 314 $lang['Upload a picture'] = "Upload a picture"; … … 325 323 $lang['Comment: %s'] = "Comment: %s"; 326 324 $lang['Delete: %s'] = "Delete: %s"; 327 $lang['Validate: %s'] = "Validate: %s";328 325 $lang['Comment by %s'] = "Comment by %s"; 329 326 $lang['User: %s'] = "User: %s"; -
trunk/language/en_UK/install.lang.php
r5408 r5535 37 37 $lang['Can\'t connect to server'] = "Cannot connect to server"; 38 38 $lang['The next step of the installation is now possible'] = "The next step of the installation is now possible"; 39 $lang['next step'] = "next step";40 39 $lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = "Copy the text in pink between hyphens and paste it into the file \"local/config/database.inc.php\". (Warning: database.inc.php must only contain the pink text, without additional line return or space character)"; 41 40 $lang['Database type'] = "Database type"; -
trunk/themes/default/template/index.tpl
r5095 r5535 20 20 21 21 {if isset($U_CADDIE) } 22 <li><a href="{$U_CADDIE}" title="{' caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a></li>22 <li><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a></li> 23 23 {/if} 24 24 -
trunk/themes/default/template/menubar_identification.tpl
r5095 r5535 7 7 <ul> 8 8 {if isset($U_REGISTER)} 9 <li><a href="{$U_REGISTER}" title="{' Register'|@translate}" rel="nofollow">{'Register'|@translate}</a></li>9 <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow">{'Register'|@translate}</a></li> 10 10 {/if} 11 11 … … 19 19 20 20 {if isset($U_PROFILE)} 21 <li><a href="{$U_PROFILE}" title="{' Customize'|@translate}">{'Customize'|@translate}</a></li>21 <li><a href="{$U_PROFILE}" title="{'customize the appareance of the gallery'|@translate}">{'Customize'|@translate}</a></li> 22 22 {/if} 23 23 24 24 {if isset($U_ADMIN)} 25 <li><a href="{$U_ADMIN}" title="{' Administration'|@translate}">{'Administration'|@translate}</a></li>25 <li><a href="{$U_ADMIN}" title="{'available for administrators only'|@translate}">{'Administration'|@translate}</a></li> 26 26 {/if} 27 27 </ul> … … 53 53 <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li> 54 54 {if isset($U_REGISTER)} 55 <li><a href="{$U_REGISTER}" title="{' Register'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>55 <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li> 56 56 {/if} 57 57 </ul> -
trunk/themes/default/template/picture.tpl
r5500 r5535 50 50 {/if} 51 51 {if isset($current.U_DOWNLOAD) } 52 <a href="{$current.U_DOWNLOAD}" title="{'download '|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a>52 <a href="{$current.U_DOWNLOAD}" title="{'download this file'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/save.png" class="button" alt="{'download'|@translate}"></a> 53 53 {/if} 54 54 {if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if} … … 57 57 {/if} 58 58 {if !empty($U_SET_AS_REPRESENTATIVE) } 59 <a href="{$U_SET_AS_REPRESENTATIVE}" title="{' representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a>59 <a href="{$U_SET_AS_REPRESENTATIVE}" title="{'set as category representative'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/representative.png" class="button" alt="{'representative'|@translate}"></a> 60 60 {/if} 61 61 {if isset($U_ADMIN) } … … 79 79 }{/literal} 80 80 </script> 81 <a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL|@escape:'javascript'}', {$current.id}); return false;" title="{' caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a>81 <a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL|@escape:'javascript'}', {$current.id}); return false;" title="{'add to caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"></a> 82 82 {/if}{*caddie management END*} 83 83 </div> -
trunk/themes/default/template/tags.tpl
r5178 r5535 4 4 <ul class="categoryActions"> 5 5 {if $display_mode == 'letters'} 6 <li><a href="{$U_CLOUD}" title="{' cloud'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_cloud.png" class="button" alt="{'cloud'|@translate}"></a></li>6 <li><a href="{$U_CLOUD}" title="{'show tag cloud'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_cloud.png" class="button" alt="{'cloud'|@translate}"></a></li> 7 7 {/if} 8 8 9 9 {if $display_mode == 'cloud'} 10 <li><a href="{$U_LETTERS}" title="{' letters'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_letters.png" class="button" alt="{'letters'|@translate}"></a></li>10 <li><a href="{$U_LETTERS}" title="{'group by letters'|@translate}" rel="nofollow"><img src="{$themeconf.icon_dir}/tag_letters.png" class="button" alt="{'letters'|@translate}"></a></li> 11 11 {/if} 12 12 -
trunk/tools/convert_language_to_2.1.pl
r5315 r5535 43 43 44 44 my %remove_keys = ( 45 common => { 46 'You can\'t upload pictures in this category' => '', 47 'display pictures added on' => '', 48 }, 45 49 admin => { 46 50 'nbm_content_goto_2' => '', 47 51 'nbm_content_hello_2' => '', 48 52 'nbm_redirect_msg' => '', 53 54 'username' => '', 55 'No tag defined. Use Administration>Pictures>Tags' => '', 56 'Remote site url must start by http or https and must only contain characters among "/", "a-zA-Z0-9", "-" or "_"' => '', 57 'path' => '', 49 58 }, 50 59 upgrade => { -
trunk/tools/missing_keys.pl
r5510 r5535 58 58 'chronology_monthly_list' => '', 59 59 'chronology_weekly_list' => '', 60 'public' => '', 61 'private' => '', 62 'none' => '', 63 'other' => '', 64 'high' => '', 65 'Waiting page: %s' => '', 60 66 ); 61 67
Note: See TracChangeset
for help on using the changeset viewer.