Changeset 1092


Ignore:
Timestamp:
12/23/09 00:28:39 (2 years ago)
Author:
savin.tiberiu@…
Message:

Fixed romanian grammar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/macros/macro_algorithmtags.php

    r1089 r1092  
    2727    } 
    2828 
     29    $cnt_category = count($tags_tree); 
     30    $category_word = "categorii"; 
     31    if ($cnt_category == 1) { 
     32        $category_word = "categorie"; 
     33    } 
    2934    $html_code = "<div id=\"task_tags\">"; 
    3035    $html_code .= "<h3> Indicaţii de rezolvare</h3>"; 
    3136    $html_code .= '<a id="show_tags" href="javascript:show_tags()"> 
    32                 Arată '.count($tags_tree).' categorii</a>'; 
     37                Arată '.count($tags_tree).' '.$category_word.'</a>'; 
    3338 
    3439    $html_code .= '<ul id="task_tags">'; 
Note: See TracChangeset for help on using the changeset viewer.