Changeset 2613
- Timestamp:
- 06/19/08 23:39:20 (20 months ago)
- Location:
- branches/release-40
- Files:
-
- 9 modified
- 1 moved
-
default_templates/comments.mtml (modified) (1 diff)
-
lib/MT/L10N/de.pm (modified) (1 diff)
-
lib/MT/L10N/es.pm (modified) (1 diff)
-
lib/MT/L10N/fr.pm (modified) (2 diffs)
-
lib/MT/L10N/ja.pm (modified) (1 diff)
-
lib/MT/L10N/nl.pm (modified) (1 diff)
-
lib/MT/Template/ContextHandlers.pm (modified) (2 diffs)
-
php/lib/function.mtcommentreplytolink.php (moved) (moved from branches/release-40/php/lib/function.mtcommentreplylink.php) (1 diff)
-
php/lib/l10n_ja.php (modified) (1 diff)
-
tmpl/cms/include/comment_detail.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/default_templates/comments.mtml
r2603 r2613 27 27 | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$mt:CommentDate format_name="iso8601"$>"><$mt:CommentDate$></abbr></a> 28 28 <mt:IfCommentsAccepted> 29 | <$mt:CommentReply Link$>29 | <$mt:CommentReplyToLink$> 30 30 </mt:IfCommentsAccepted> 31 31 </span> -
branches/release-40/lib/MT/L10N/de.pm
r2456 r2613 58 58 'Category Weekly' => 'Kategorie wöchentlich', 59 59 60 ## php/lib/function.mtcommentreply link.php60 ## php/lib/function.mtcommentreplytolink.php 61 61 'Reply' => 'Antworten', 62 62 -
branches/release-40/lib/MT/L10N/es.pm
r2456 r2613 58 58 'Category Weekly' => 'CategorÃas semanales', 59 59 60 ## php/lib/function.mtcommentreply link.php60 ## php/lib/function.mtcommentreplytolink.php 61 61 'Reply' => 'Responder', 62 62 -
branches/release-40/lib/MT/L10N/fr.pm
r2405 r2613 4 4 # 5 5 # 6 # $Id :$6 # $Id$ 7 7 8 8 package MT::L10N::fr; … … 55 55 'Category Weekly' => 'Par catégories et semaines', 56 56 57 ## php/lib/function.mtcommentreply link.php57 ## php/lib/function.mtcommentreplytolink.php 58 58 'Reply' => 'Répondre', 59 59 -
branches/release-40/lib/MT/L10N/ja.pm
r2564 r2613 77 77 ## php/lib/function.mtcommentauthor.php 78 78 79 ## php/lib/function.mtcommentreply link.php79 ## php/lib/function.mtcommentreplytolink.php 80 80 'Reply' => 'è¿ä¿¡', 81 81 -
branches/release-40/lib/MT/L10N/nl.pm
r2456 r2613 58 58 'Category Weekly' => 'per categorie per week', 59 59 60 ## php/lib/function.mtcommentreply link.php60 ## php/lib/function.mtcommentreplytolink.php 61 61 'Reply' => 'Antwoorden', 62 62 -
branches/release-40/lib/MT/Template/ContextHandlers.pm
r2606 r2613 390 390 CommentDate => \&_hdlr_comment_date, 391 391 CommentParentID => \&_hdlr_comment_parent_id, 392 CommentReply Link => \&_hdlr_comment_reply_link,392 CommentReplyToLink => \&_hdlr_comment_reply_link, 393 393 CommentPreviewAuthor => \&_hdlr_comment_author, 394 394 CommentPreviewIP => \&_hdlr_comment_ip, … … 10672 10672 ########################################################################### 10673 10673 10674 =head2 CommentReply Link10674 =head2 CommentReplyToLink 10675 10675 10676 10676 Produces the "Reply" link for the current comment in context. -
branches/release-40/php/lib/function.mtcommentreplytolink.php
r2256 r2613 6 6 # $Id$ 7 7 8 function smarty_function_mtcommentreply link($args, &$ctx) {8 function smarty_function_mtcommentreplytolink($args, &$ctx) { 9 9 $comment = $ctx->stash('comment'); 10 10 if (!$comment) return ''; -
branches/release-40/php/lib/l10n_ja.php
r2412 r2613 69 69 ## php/lib/function.mtcommentauthor.php 70 70 71 ## php/lib/function.mtcommentreply link.php71 ## php/lib/function.mtcommentreplytolink.php 72 72 'Reply' => 'è¿ä¿¡', 73 73 -
branches/release-40/tmpl/cms/include/comment_detail.tmpl
r2003 r2613 9 9 </MTCommentParent> 10 10 <__trans phrase="on [_1]" params='<a href="#comment-<$MTCommentID$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>'> 11 <MTIfCommentsAccepted> | <$MTCommentReply Link$></MTIfCommentsAccepted>11 <MTIfCommentsAccepted> | <$MTCommentReplyToLink$></MTIfCommentsAccepted> 12 12 </span> 13 13 </div>
