Changeset 1173

Show
Ignore:
Timestamp:
06/24/08 20:19:48 (7 months ago)
Author:
piyawat
Message:

fix: cc & bcc make mail delivery errors

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/controllers/email_controller.rb

    r1171 r1173  
    9292 
    9393class ContactMail 
    94   attr_accessor :name, :address, :subject, :message 
     94  attr_accessor :name, :address, :cc, :bcc, :subject, :message 
    9595 
    9696  def initialize(name, address, cc, bcc, subject, message) 
  • trunk/po/kv.pot

    r1172 r1173  
    1 #: app/models/blog.rb:19 app/models/bookmark.rb:13 app/models/planet.rb:20 
    2 #: app/models/upload.rb:24 app/models/tag_set.rb:13 
    3 msgid "Please supply a user_id" 
    4 msgstr "" 
    5  
    6 #: app/models/blog.rb:21 
    7 msgid "Please provide an address for this blog." 
    8 msgstr "" 
    9  
    10 #: app/models/blog.rb:22 app/models/planet.rb:23 app/models/special_page.rb:8 
    11 msgid "" 
    12 "Use only a-z, A-Z, 0-9, and dash in the address. Do not start or end with a " 
    13 "dash." 
    14 msgstr "" 
    15  
    16 #: app/models/blog.rb:23 
    17 msgid "A blog address must be at least 3 characters long." 
    18 msgstr "" 
    19  
    20 #: app/models/blog.rb:24 app/models/blog.rb:38 app/models/planet.rb:25 
    21 #: app/models/planet.rb:44 app/models/special_page.rb:6 
    22 msgid "This address has already been taken." 
    23 msgstr "" 
    24  
    25 #: app/models/blog.rb:26 
    26 msgid "Please provide a title for this blog." 
    27 msgstr "" 
    28  
    29 #: app/models/blog.rb:30 
    30 msgid "Please provide some tags to identify this blog." 
    31 msgstr "" 
    32  
    33 #: app/models/blog.rb:46 app/models/planet.rb:52 
    34 msgid "The address is not allowed." 
    35 msgstr "" 
    36  
    37 #: app/models/question.rb:22 
    38 msgid "Please enter a subject." 
    39 msgstr "" 
    40  
    41 #: app/models/question.rb:23 
    42 msgid "Please enter a question." 
    43 msgstr "" 
    44  
    45 #: app/models/question.rb:26 
    46 msgid "Please provide some tags to identify this question." 
    47 msgstr "" 
    48  
    49 #: app/models/bookmark.rb:15 
    50 msgid "Please provide a title for the link." 
    51 msgstr "" 
    52  
    53 #: app/models/bookmark.rb:17 
    54 msgid "A bookmark address is required." 
    55 msgstr "" 
    56  
    57 #: app/models/bookmark.rb:19 
    58 msgid "The URL address is not correctly formatted." 
    59 msgstr "" 
    60  
    61 #: app/models/bookmark.rb:22 
    62 msgid "Please provide some tags to identify this bookmark." 
    63 msgstr "" 
    64  
    65 #: app/models/section.rb:4 
    66 msgid "A section name is required." 
    67 msgstr "" 
    68  
    69 #: app/models/section.rb:5 
    70 msgid "This section name already exists." 
    71 msgstr "" 
    72  
    73 #: app/models/section.rb:14 
    74 msgid "Select" 
    75 msgstr "" 
    76  
    77 #: app/models/section.rb:14 app/controllers/post_controller.rb:120 
    78 #: app/controllers/post_controller.rb:166 
    79 #: app/views/dashboard/_post.html.erb:11 app/views/post/_info.html.erb:9 
    80 #: app/views/home/index.html.erb:89 
    81 msgid "Miscellaneous" 
    82 msgstr "" 
    83  
    84 #: app/models/comment.rb:4 
    85 msgid "commentable_id is required." 
    86 msgstr "" 
    87  
    88 #: app/models/comment.rb:5 
    89 msgid "commentable_type is required." 
    90 msgstr "" 
    91  
    92 #: app/models/comment.rb:7 
    93 msgid "Please enter a message." 
    94 msgstr "" 
    95  
    96 #: app/models/site.rb:9 
    97 msgid "'Enter the post ID for a featured post or zero (0) if no featured post." 
    98 msgstr "" 
    99  
    100 #: app/models/site.rb:11 
    101 msgid "'Max File Size' must be an integer." 
    102 msgstr "" 
    103  
    104 #: app/models/site.rb:12 
    105 msgid "'Upload Quota' must be an integer." 
    106 msgstr "" 
    107  
    108 #: app/models/site.rb:32 
    109 msgid "Show all user profiles to all users" 
    110 msgstr "" 
    111  
    112 #: app/models/site.rb:33 
    113 msgid "Show all user profiles only to registered users" 
    114 msgstr "" 
    115  
    116 #: app/models/site.rb:34 
    117 msgid "Hide all user profiles from all users" 
    118 msgstr "" 
    119  
    120 #: app/models/hit.rb:3 
    121 msgid "hittable_id is required." 
    122 msgstr "" 
    123  
    124 #: app/models/hit.rb:4 
    125 msgid "hittable_type is required." 
    126 msgstr "" 
    127  
    128 #: app/models/planet.rb:22 
    129 msgid "Please provide an address for this planet." 
    130 msgstr "" 
    131  
    132 #: app/models/planet.rb:24 
    133 msgid "A planet address must be at least 3 characters long." 
    134 msgstr "" 
    135  
    136 #: app/models/planet.rb:27 
    137 msgid "Please provide a title for this planet." 
    138 msgstr "" 
    139  
    140 #: app/models/planet.rb:28 
    141 msgid "Please provide a description for this planet." 
    142 msgstr "" 
    143  
    144 #: app/models/planet.rb:31 
    145 msgid "Please provide some tags to identify this planet." 
    146 msgstr "" 
    147  
    148 #: app/models/assisting.rb:9 
    149 msgid "An assistant_id is required." 
    150 msgstr "" 
    151  
    152 #: app/models/assisting.rb:10 
    153 msgid "A user_id is required." 
    154 msgstr "" 
    155  
    156 #: app/models/journal_following.rb:3 
    157 msgid "A owner_id is required." 
    158 msgstr "" 
    159  
    160 #: app/models/journal_following.rb:4 
    161 msgid "A follower_id is required." 
    162 msgstr "" 
    163  
    164 #: app/models/tagging.rb:5 
    165 msgid "Please provide a user_id for this tagging." 
    166 msgstr "" 
    167  
    168 #: app/models/tagging.rb:6 
    169 msgid "Please provide a tag_id for this tagging." 
    170 msgstr "" 
    171  
    172 #: app/models/user.rb:56 app/controllers/admin_controller.rb:321 
    173 #: app/controllers/admin_controller.rb:356 
    174 msgid "A username is required." 
    175 msgstr "" 
    176  
    177 #: app/models/user.rb:57 
    178 msgid "Use only a-z, A-Z, 0-9, dashes, and underscores in the username." 
    179 msgstr "" 
    180  
    181 #: app/models/user.rb:59 
    182 msgid "A username cannot end with a dash." 
    183 msgstr "" 
    184  
    185 #: app/models/user.rb:60 
    186 msgid "A username cannot start with a dash." 
    187 msgstr "" 
    188  
    189 #: app/models/user.rb:62 
    190 msgid "A username cannot end with an underscore." 
    191 msgstr "" 
    192  
    193 #: app/models/user.rb:63 
    194 msgid "A username cannot start with an underscore." 
    195 msgstr "" 
    196  
    197 #: app/models/user.rb:67 app/views/user/create.html.erb:19 
    198 msgid "A username must be at least 6 characters long." 
    199 msgstr "" 
    200  
    201 #: app/models/user.rb:68 
    202 msgid "This username has already been taken." 
    203 msgstr "" 
    204  
    205 #: app/models/user.rb:71 
    206 msgid "A password is required." 
    207 msgstr "" 
    208  
    209 #: app/models/user.rb:72 
    210 msgid "A password confirmation is required." 
    211 msgstr "" 
    212  
    213 #: app/models/user.rb:73 
    214 msgid "The password and the password confirmation don't match." 
    215 msgstr "" 
    216  
    217 #: app/models/user.rb:74 app/views/user/create.html.erb:32 
    218 msgid "A password must be at least 8 characters long." 
    219 msgstr "" 
    220  
    221 #: app/models/user.rb:76 
    222 msgid "Authorization error. Please try again later." 
    223 msgstr "" 
    224  
    225 #: app/models/user.rb:80 
    226 msgid "An email is required." 
    227 msgstr "" 
    228  
    229 #: app/models/user.rb:81 
    230 msgid "The email address is incorrect." 
    231 msgstr "" 
    232  
    233 #: app/models/user.rb:82 
    234 msgid "This email address has already been registered." 
    235 msgstr "" 
    236  
    237 #: app/models/user.rb:85 
    238 msgid "Please enter your first name." 
    239 msgstr "" 
    240  
    241 #: app/models/user.rb:88 
    242 msgid "Please enter your last name." 
    243 msgstr "" 
    244  
    245 #: app/models/user.rb:95 
    246 msgid "" 
    247 "Please provide some tags to identify yourself, e.g., your interests, " 
    248 "careers, positions, etc." 
    249 msgstr "" 
    250  
    251 #: app/models/user.rb:145 
    252 msgid "The username is not allowed." 
    253 msgstr "" 
    254  
    255 #: app/models/user.rb:153 
    256 msgid "This user isn't allowed to register with this site." 
    257 msgstr "" 
    258  
    259 #: app/models/user.rb:159 
    260 msgid "" 
    261 "Your username or your passphrase doesn't match with its record in the " 
    262 "following server." 
    263 msgstr "" 
    264  
    265 #: app/models/user.rb:175 
    266 msgid "Please use the following email address:" 
    267 msgstr "" 
    268  
    269 #: app/models/user.rb:287 
    270 msgid "Full Name" 
    271 msgstr "" 
    272  
    273 #: app/models/user.rb:287 app/views/profile/edit.html.erb:25 
    274 #: app/views/profile/user.html.erb:38 app/views/user/create.html.erb:63 
    275 #: app/views/admin/confirm_delete_content.html.erb:27 
    276 msgid "Screen Name" 
    277 msgstr "" 
    278  
    279 #: app/models/user.rb:287 app/views/profile/edit.html.erb:34 
    280 #: app/views/profile/user.html.erb:50 app/views/user/create.html.erb:41 
    281 #: app/views/admin/confirm_delete_content.html.erb:25 
    282 msgid "First Name" 
    283 msgstr "" 
    284  
    285 #: app/models/user.rb:287 app/views/profile/edit.html.erb:38 
    286 #: app/views/profile/user.html.erb:55 app/views/user/create.html.erb:45 
    287 msgid "Middle Name" 
    288 msgstr "" 
    289  
    290 #: app/models/user.rb:287 app/views/profile/edit.html.erb:42 
    291 #: app/views/profile/user.html.erb:60 app/views/user/create.html.erb:49 
    292 #: app/views/admin/confirm_delete_content.html.erb:26 
    293 msgid "Last Name" 
    294 msgstr "" 
    295  
    296 #: app/models/user.rb:364 
    297 msgid "Show this profile to all users" 
    298 msgstr "" 
    299  
    300 #: app/models/user.rb:365 
    301 msgid "Show this profile only to registered users" 
    302 msgstr "" 
    303  
    304 #: app/models/user.rb:366 
    305 msgid "Hide this profile from all users" 
    306 msgstr "" 
    307  
    308 #: app/models/user.rb:407 app/models/journal_entry.rb:69 
    309 msgid "member only" 
    310 msgstr "" 
    311  
    312 #: app/models/user.rb:409 app/models/journal_entry.rb:71 
    313 #: app/helpers/application_helper.rb:368 app/views/blog/toc.html.erb:35 
    314 #: app/views/blog/_toc_remote.html.erb:17 
    315 msgid "hidden" 
    316 msgstr "" 
    317  
    318 #: app/models/user.rb:441 
    319 msgid "no screen name" 
    320 msgstr "" 
    321  
    322 #: app/models/user.rb:443 
    323 msgid "no middle name" 
    324 msgstr "" 
    325  
    326 #: app/models/user.rb:751 
    327 msgid "Cannot add an assistant. Please try again later." 
    328 msgstr "" 
    329  
    330 #: app/models/user.rb:753 app/controllers/admin_controller.rb:38 
    331 #: app/controllers/admin_controller.rb:318 
    332 msgid "Cannot find a user with the username." 
    333 msgstr "" 
    334  
    335 #: app/models/user.rb:756 
    336 msgid "You have already added this user as your assistant." 
    337 msgstr "" 
    338  
    339 #: app/models/theme.rb:4 
    340 msgid "themeable_id is required." 
    341 msgstr "" 
    342  
    343 #: app/models/theme.rb:5 
    344 msgid "themeable_type is required." 
    345 msgstr "" 
    346  
    347 #: app/models/theme.rb:6 app/models/picture.rb:3 
    348 msgid "user_id is required." 
    349 msgstr "" 
    350  
    351 #: app/models/upload.rb:27 
    352 msgid "A filename is required." 
    353 msgstr "" 
    354  
    355 #: app/models/upload.rb:28 
    356 msgid "The filename is too long." 
    357 msgstr "" 
    358  
    359 #: app/models/upload.rb:28 
    360 msgid "The filename is too short." 
    361 msgstr "" 
    362  
    363 #: app/models/upload.rb:31 
    364 msgid "A content-type is required." 
    365 msgstr "" 
    366  
    367 #: app/models/upload.rb:34 
    368 msgid "A description is required." 
    369 msgstr "" 
    370  
    371 #: app/models/upload.rb:38 
    372 msgid "Please provide some tags to identify this file." 
    373 msgstr "" 
    374  
    375 #: app/models/upload.rb:176 
    376 msgid "Cannot save the file. Please report this to the system administrator." 
    377 msgstr "" 
    378  
    379 #: app/models/upload.rb:194 
    380 msgid "You have used all of your quota. Please delete some unused files." 
    381 msgstr "" 
    382  
    383 #: app/models/upload.rb:208 
    384 msgid "The file size is larger than the allowed size." 
    385 msgstr "" 
    386  
    387 #: app/models/tag_set.rb:15 
    388 msgid "Please provide a title for this tag set." 
    389 msgstr "" 
    390  
    391 #: app/models/journal_entry.rb:9 
    392 msgid "Please supply a user_id." 
    393 msgstr "" 
    394  
    395 #: app/models/journal_entry.rb:10 
    396 msgid "Please provide the content for this journal entry." 
    397 msgstr "" 
    398  
    399 #: app/models/journal_entry.rb:29 
    400 msgid "Show this journal entry to all users" 
    401 msgstr "" 
    402  
    403 #: app/models/journal_entry.rb:30 
    404 msgid "Show this journal entry only to registered users" 
    405 msgstr "" 
    406  
    407 #: app/models/journal_entry.rb:31 
    408 msgid "Hide this journal entry from all users" 
    409 msgstr "" 
    410  
    411 #: app/models/planet_subscription.rb:5 
    412 msgid "A blog_id is required." 
    413 msgstr "" 
    414  
    415 #: app/models/planet_subscription.rb:6 
    416 msgid "A planet_id is required." 
    417 msgstr "" 
    418  
    419 #: app/models/special_page.rb:2 
    420 msgid "Please provide the address for this special page." 
    421 msgstr "" 
    422  
    423 #: app/models/special_page.rb:3 
    424 msgid "Please provide the title for this special page." 
    425 msgstr "" 
    426  
    427 #: app/models/special_page.rb:4 
    428 msgid "Please provide the content for this special page." 
    429 msgstr "" 
    430  
    431 #: app/models/tag.rb:4 
    432 msgid "A tag name is required." 
    433 msgstr "" 
    434  
    435 #: app/models/tag.rb:5 
    436 msgid "This tag name has already been taken." 
    437 msgstr "" 
    438  
    439 #: app/models/tag.rb:15 
    440 msgid "A tag name must be in a single line." 
    441 msgstr "" 
    442  
    443 #: app/models/post.rb:22 
    444 msgid "Please supply a blog_id" 
    445 msgstr "" 
    446  
    447 #: app/models/post.rb:24 
    448 msgid "Please provide a title for this post." 
    449 msgstr "" 
    450  
    451 #: app/models/post.rb:26 
    452 msgid "Please provide the content for this post." 
    453 msgstr "" 
    454  
    455 #: app/models/post.rb:28 
    456 msgid "Please provide the section for this post." 
    457 msgstr "" 
    458  
    459 #: app/models/post.rb:31 
    460 msgid "Please provide some tags to identify this post." 
    461 msgstr "" 
    462  
    463 #: app/helpers/bookmark_helper.rb:3 app/controllers/bookmark_controller.rb:37 
    464 #: app/controllers/bookmark_controller.rb:146 
    465 #: app/views/dashboard/tag.html.erb:117 
    466 #: app/views/bookmark/bookmark_list.html.erb:2 
    467 #: app/views/shared/_menu.html.erb:213 app/views/shared/_menu.html.erb:469 
    468 #: app/views/shared/_menu.html.erb:648 
    469 msgid "Bookmarks" 
    470 msgstr "" 
    471  
    4721#: app/helpers/application_helper.rb:27 app/views/ask/_question.html.erb:15 
    4732msgid "No Picture" 
     
    48514msgstr "" 
    48615 
    487 #: app/helpers/application_helper.rb:338 app/views/planet/planet.html.erb:38 
    488 #: app/views/post/_posts.html.erb:11 app/views/post/post_list.html.erb:11 
    489 #: app/views/blog/toc.html.erb:20 app/views/blog/_blog_index.html.erb:40 
     16#: app/helpers/application_helper.rb:338 
     17#: app/views/blog/_blog_index.html.erb:40 
    49018#: app/views/blog/_toc_remote.html.erb:2 
    491 #: app/views/blog/blog_post_tag.html.erb:10 
     19#: app/views/blog/blog_post_tag.html.erb:10 app/views/blog/toc.html.erb:20 
     20#: app/views/post/post_list.html.erb:11 app/views/post/_posts.html.erb:11 
     21#: app/views/planet/planet.html.erb:38 
    49222msgid "No Post" 
     23msgstr "" 
     24 
     25#: app/helpers/application_helper.rb:368 app/models/user.rb:409 
     26#: app/models/journal_entry.rb:71 app/views/blog/_toc_remote.html.erb:17 
     27#: app/views/blog/toc.html.erb:35 
     28msgid "hidden" 
    49329msgstr "" 
    49430 
     
    50238 
    50339#: app/helpers/ask_helper.rb:3 app/controllers/ask_controller.rb:310 
    504 #: app/controllers/ask_controller.rb:321 
    505 #: app/views/shared/_menu_shortcut.html.erb:4 
    506 #: app/views/shared/_menu.html.erb:324 app/views/ask/theme.html.erb:3 
    507 #: app/views/ask/question.html.erb:70 
     40#: app/controllers/ask_controller.rb:321 app/views/ask/question.html.erb:70 
     41#: app/views/ask/theme.html.erb:3 app/views/shared/_menu_shortcut.html.erb:4 
     42#: app/views/shared/_menu.html.erb:324 
    50843msgid "Ask" 
    50944msgstr "" 
    51045 
    511 #: app/controllers/blog_controller.rb:32 app/controllers/blog_controller.rb:34 
    512 #: app/views/shared/_menu.html.erb:32 
    513 msgid "Recent Blogs" 
    514 msgstr "" 
    515  
     46#: app/helpers/bookmark_helper.rb:3 app/controllers/bookmark_controller.rb:37 
     47#: app/controllers/bookmark_controller.rb:146 
     48#: app/views/dashboard/tag.html.erb:117 app/views/shared/_menu.html.erb:213 
     49#: app/views/shared/_menu.html.erb:469 app/views/shared/_menu.html.erb:648 
     50#: app/views/bookmark/bookmark_list.html.erb:2 
     51msgid "Bookmarks" 
     52msgstr "" 
     53 
     54#: app/controllers/journals_controller.rb:25 
     55#: app/controllers/journals_controller.rb:70 
     56#: app/controllers/journal_entries_controller.rb:15 
     57#: app/views/shared/_menu.html.erb:16 app/views/journals/index.html.erb:3 
     58#: app/views/journals/show.html.erb:22 app/views/journals/show.rss.builder:2 
     59msgid "Recent Journal Entries" 
     60msgstr "" 
     61 
     62#: app/controllers/journals_controller.rb:98 
     63msgid "Recent Journal Entries of Others" 
     64msgstr "" 
     65 
     66#: app/controllers/journals_controller.rb:121 
     67msgid "The journal has already been subscribed." 
     68msgstr "" 
     69 
     70#: app/controllers/journals_controller.rb:126 
     71msgid "The journal has been subscribed." 
     72msgstr "" 
     73 
     74#: app/controllers/journals_controller.rb:146 
     75msgid "The journal has been unsubscribed." 
     76msgstr "" 
     77 
     78#: app/controllers/journals_controller.rb:161 
     79msgid "The journal hasn't been subscribed." 
     80msgstr "" 
     81 
     82#: app/controllers/journals_controller.rb:250 
     83#: app/controllers/journal_entries_controller.rb:107 
     84#: app/views/shared/_menu.html.erb:11 app/views/shared/_menu.html.erb:173 
     85#: app/views/shared/_menu.html.erb:636 app/views/journals/_info.html.erb:17 
     86#: app/views/journals/_info.html.erb:50 
     87#: app/views/journals/_show_items.html.erb:30 
     88msgid "Journal" 
     89msgstr "" 
     90 
     91#: app/controllers/ask_controller.rb:25 app/controllers/ask_controller.rb:285 
     92#: app/views/ask/user.html.erb:10 app/views/shared/_menu.html.erb:56 
     93msgid "Recent Questions" 
     94msgstr "" 
     95 
     96#: app/controllers/ask_controller.rb:40 app/controllers/ask_controller.rb:294 
     97#: app/views/shared/_menu.html.erb:58 
     98msgid "Recently Answered Questions" 
     99msgstr "" 
     100 
     101#: app/controllers/ask_controller.rb:56 app/controllers/ask_controller.rb:300 
     102#: app/views/ask/user.html.erb:24 app/views/shared/_menu.html.erb:60 
     103msgid "Recently Commented Questions" 
     104msgstr "" 
     105 
     106#: app/controllers/ask_controller.rb:72 app/controllers/ask_controller.rb:306 
     107#: app/views/shared/_menu.html.erb:62 
     108msgid "Random Questions" 
     109msgstr "" 
     110 
     111#: app/controllers/ask_controller.rb:93 
     112msgid "Cannot find a question with the tag." 
     113msgstr "" 
     114 
     115#: app/controllers/ask_controller.rb:95 app/controllers/ask_controller.rb:316 
     116#: app/views/ask/question_list.html.erb:2 app/views/shared/_menu.html.erb:199 
     117#: app/views/shared/_menu.html.erb:644 
     118msgid "Ask Me" 
     119msgstr "" 
     120 
     121#: app/controllers/ask_controller.rb:95 
     122#: app/controllers/planet_controller.rb:45 
    516123#: app/controllers/blog_controller.rb:49 app/controllers/blog_controller.rb:56 
    517 #: app/controllers/blog_controller.rb:272 app/controllers/ask_controller.rb:95 
     124#: app/controllers/blog_controller.rb:272 
    518125#: app/controllers/post_controller.rb:20 app/controllers/post_controller.rb:25 
    519126#: app/controllers/post_controller.rb:31 
     
    521128#: app/controllers/bookmark_controller.rb:31 
    522129#: app/controllers/bookmark_controller.rb:37 
     130#: app/controllers/file_controller.rb:79 
    523131#: app/controllers/profile_controller.rb:25 
    524 #: app/controllers/file_controller.rb:79 
    525 #: app/controllers/planet_controller.rb:45 
    526132#: app/views/blog/blog_post_tag.html.erb:8 
    527133msgid "Tag" 
    528134msgstr "" 
    529135 
    530 #: app/controllers/blog_controller.rb:54 
    531 msgid "Cannot find a blog with the tag." 
    532 msgstr "" 
    533  
    534 #: app/controllers/blog_controller.rb:56 app/views/dashboard/blogs.html.erb:3 
    535 #: app/views/dashboard/tag.html.erb:62 app/views/shared/_menu.html.erb:21 
    536 #: app/views/shared/_menu.html.erb:109 app/views/shared/_menu.html.erb:506 
    537 #: app/views/shared/_menu.html.erb:583 app/views/shared/_blogs.html.erb:3 
    538 #: app/views/blog/blog_list.html.erb:2 
    539 msgid "Blogs" 
    540 msgstr "" 
    541  
    542 #: app/controllers/blog_controller.rb:73 
    543 msgid "The blog has been created." 
    544 msgstr "" 
    545  
    546 #: app/controllers/blog_controller.rb:80 
    547 msgid "Invalid parameters, please check the form." 
    548 msgstr "" 
    549  
    550 #: app/controllers/blog_controller.rb:160 
    551 msgid "This blog has been edited." 
    552 msgstr "" 
    553  
    554 #: app/controllers/blog_controller.rb:167 
    555 #: app/controllers/file_controller.rb:133 
    556 msgid "Invalid parameters" 
    557 msgstr "" 
    558  
    559 #: app/controllers/blog_controller.rb:189 
    560 #: app/controllers/blog_controller.rb:203 
    561 #: app/controllers/blog_controller.rb:444 
    562 #: app/controllers/planet_controller.rb:56 
    563 msgid "Cannot find the blog" 
    564 msgstr "" 
    565  
    566 #: app/controllers/blog_controller.rb:195 
    567 msgid "This blog has been enabled." 
    568 msgstr "" 
    569  
    570 #: app/controllers/blog_controller.rb:213 
    571 msgid "The blog has been disabled. You can enable it from Dashboard." 
    572 msgstr "" 
    573  
    574 #: app/controllers/blog_controller.rb:225 
    575 msgid "The blog has been deleted." 
    576 msgstr "" 
    577  
    578 #: app/controllers/blog_controller.rb:231 
    579 msgid "" 
    580 "You can only delete an empty blog. This blog has one or more posts. If you " 
    581 "want to delete this blog, please move or delete posts from this blogs first." 
    582 msgstr "" 
    583  
    584 #: app/controllers/blog_controller.rb:247 
    585 msgid "The new post has been published." 
    586 msgstr "" 
    587  
    588 #: app/controllers/blog_controller.rb:262 
    589 #: app/controllers/post_controller.rb:31 
    590 #: app/controllers/post_controller.rb:143 
    591 #: app/views/comment/_comment_form.html.erb:65 
    592 #: app/views/post/popular_tag_cloud.html.erb:2 
    593 #: app/views/blog/blog_tag.html.erb:8 app/views/blog/post.html.erb:3 
    594 msgid "Post" 
    595 msgstr "" 
    596  
    597 #: app/controllers/blog_controller.rb:270 
    598 #: app/controllers/post_controller.rb:29 
    599 msgid "Cannot find a post with the tag." 
    600 msgstr "" 
    601  
    602 #: app/controllers/blog_controller.rb:281 
    603 msgid "You must log in before you can read the post." 
    604 msgstr "" 
    605  
    606 #: app/controllers/blog_controller.rb:293 
    607 #: app/views/comment/_comments.html.erb:38 
    608 msgid "You must log in before you can post a comment." 
    609 msgstr "" 
    610  
    611 #: app/controllers/blog_controller.rb:309 
    612 msgid "The post has been edited." 
    613 msgstr "" 
    614  
    615 #: app/controllers/blog_controller.rb:316 
    616 #: app/controllers/user_controller.rb:61 
    617 msgid "Incorrect parameters" 
    618 msgstr "" 
    619  
     136#: app/controllers/ask_controller.rb:141 
     137msgid "Invalid parameters." 
     138msgstr "" 
     139 
     140#: app/controllers/ask_controller.rb:153 
     141msgid "Your question has been submitted." 
     142msgstr "" 
     143 
     144#: app/controllers/ask_controller.rb:178 
     145msgid "You cannot give a blank answer." 
     146msgstr "" 
     147 
     148#: app/controllers/ask_controller.rb:187 app/controllers/application.rb:307 
     149#: app/controllers/planet_controller.rb:172 
    620150#: app/controllers/blog_controller.rb:325 
    621 #: app/controllers/ask_controller.rb:187 app/controllers/application.rb:307 
    622151#: app/controllers/bookmark_controller.rb:99 
    623152#: app/controllers/file_controller.rb:217 
    624 #: app/controllers/planet_controller.rb:172 
    625 #: app/views/dashboard/tag.html.erb:14 app/views/dashboard/tag.html.erb:25 
    626153#: app/views/dashboard/tag_set.html.erb:10 
    627 #: app/views/dashboard/tag_set.html.erb:21 
    628 #: app/views/shared/_delete.html.erb:14 
     154#: app/views/dashboard/tag_set.html.erb:21 app/views/dashboard/tag.html.erb:14 
     155#: app/views/dashboard/tag.html.erb:25 
     156#: app/views/shared/_delete_restful.html.erb:15 
    629157#: app/views/shared/_delete_comment.html.erb:10 
    630 #: app/views/shared/_delete_restful.html.erb:15 
     158#: app/views/shared/_delete.html.erb:14 app/views/blog/disable.html.erb:15 
     159#: app/views/blog/delete.html.erb:14 
     160#: app/views/admin/special_pages/form.html.erb:14 
    631161#: app/views/admin/section_delete.html.erb:10 
    632 #: app/views/admin/special_pages/form.html.erb:14 
    633 #: app/views/blog/delete.html.erb:14 app/views/blog/disable.html.erb:15 
    634162msgid "Yes" 
    635 msgstr "" 
    636  
    637 #: app/controllers/blog_controller.rb:326 
    638 msgid "This post has been deleted." 
    639 msgstr "" 
    640  
    641 #: app/controllers/blog_controller.rb:342 
    642 msgid "The post has been moved." 
    643 msgstr "" 
    644  
    645 #: app/controllers/blog_controller.rb:345 
    646 msgid "Cannot move this post." 
    647 msgstr "" 
    648  
    649 #: app/controllers/blog_controller.rb:453 
    650 msgid "Cannot find the post" 
    651 msgstr "" 
    652  
    653 #: app/controllers/ask_controller.rb:25 app/controllers/ask_controller.rb:285 
    654 #: app/views/shared/_menu.html.erb:56 app/views/ask/user.html.erb:10 
    655 msgid "Recent Questions" 
    656 msgstr "" 
    657  
    658 #: app/controllers/ask_controller.rb:40 app/controllers/ask_controller.rb:294 
    659 #: app/views/shared/_menu.html.erb:58 
    660 msgid "Recently Answered Questions" 
    661 msgstr "" 
    662  
    663 #: app/controllers/ask_controller.rb:56 app/controllers/ask_controller.rb:300 
    664 #: app/views/shared/_menu.html.erb:60 app/views/ask/user.html.erb:24 
    665 msgid "Recently Commented Questions" 
    666 msgstr "" 
    667  
    668 #: app/controllers/ask_controller.rb:72 app/controllers/ask_controller.rb:306 
    669 #: app/views/shared/_menu.html.erb:62 
    670 msgid "Random Questions" 
    671 msgstr "" 
    672  
    673 #: app/controllers/ask_controller.rb:93 
    674 msgid "Cannot find a question with the tag." 
    675 msgstr "" 
    676  
    677 #: app/controllers/ask_controller.rb:95 app/controllers/ask_controller.rb:316 
    678 #: app/views/shared/_menu.html.erb:199 app/views/shared/_menu.html.erb:644 
    679 #: app/views/ask/question_list.html.erb:2 
    680 msgid "Ask Me" 
    681 msgstr "" 
    682  
    683 #: app/controllers/ask_controller.rb:141 
    684 msgid "Invalid parameters." 
    685 msgstr "" 
    686  
    687 #: app/controllers/ask_controller.rb:153 
    688 msgid "Your question has been submitted." 
    689 msgstr "" 
    690  
    691 #: app/controllers/ask_controller.rb:178 
    692 msgid "You cannot give a blank answer." 
    693163msgstr "" 
    694164 
     
    701171msgstr "" 
    702172 
    703 #: app/controllers/application.rb:60 app/views/layouts/application.html.erb:82 
    704 #: app/views/dashboard/index.html.erb:3 app/views/bookmark/user.html.erb:3 
    705 #: app/views/planet/planet.html.erb:3 app/views/planet/planet_list.html.erb:3 
     173#: app/controllers/journal_entries_controller.rb:37 
     174msgid "The new journal entry has been published." 
     175msgstr "" 
     176 
     177#: app/controllers/journal_entries_controller.rb:46 
     178msgid "Please fill the form to create a new journal entry." 
     179msgstr "" 
     180 
     181#: app/controllers/journal_entries_controller.rb:64 
     182msgid "The journal entry has been edited." 
     183msgstr "" 
     184 
     185#: app/controllers/journal_entries_controller.rb:78 
     186msgid "The journal entry has been deleted." 
     187msgstr "" 
     188 
     189#: app/controllers/journal_entries_controller.rb:100 
     190msgid "Cannot find the journal entry." 
     191msgstr "" 
     192 
     193#: app/controllers/application.rb:60 app/views/ask/user.html.erb:3 
     194#: app/views/ask/view.html.erb:6 app/views/dashboard/index.html.erb:3 
    706195#: app/views/shared/_popular_tag_cloud.html.erb:3 
    707 #: app/views/ask/view.html.erb:6 app/views/ask/user.html.erb:3 
     196#: app/views/layouts/application.html.erb:82 app/views/email/index.html.erb:3 
     197#: app/views/email/result.html.erb:3 app/views/home/error.html.erb:3 
     198#: app/views/bookmark/user.html.erb:3 app/views/file/file_list.html.erb:3 
     199#: app/views/planet/planet_list.html.erb:3 app/views/planet/planet.html.erb:3 
    708200#: app/views/user/login.html.erb:3 app/views/user/register.html.erb:3 
    709 #: app/views/file/file_list.html.erb:3 app/views/email/index.html.erb:3 
    710 #: app/views/email/result.html.erb:3 app/views/home/error.html.erb:3 
    711201msgid "Welcome" 
    712202msgstr "" 
     
    933423msgstr "" 
    934424 
    935 #: app/controllers/journals_controller.rb:25 
    936 #: app/controllers/journals_controller.rb:70 
    937 #: app/controllers/journal_entries_controller.rb:15 
    938 #: app/views/journals/index.html.erb:3 app/views/journals/show.html.erb:22 
    939 #: app/views/shared/_menu.html.erb:16 app/views/journals/show.rss.builder:2 
    940 msgid "Recent Journal Entries" 
    941 msgstr "" 
    942  
    943 #: app/controllers/journals_controller.rb:98 
    944 msgid "Recent Journal Entries of Others" 
    945 msgstr "" 
    946  
    947 #: app/controllers/journals_controller.rb:121 
    948 msgid "The journal has already been subscribed." 
    949 msgstr "" 
    950  
    951 #: app/controllers/journals_controller.rb:126 
    952 msgid "The journal has been subscribed." 
    953 msgstr "" 
    954  
    955 #: app/controllers/journals_controller.rb:146 
    956 msgid "The journal has been unsubscribed." 
    957 msgstr "" 
    958  
    959 #: app/controllers/journals_controller.rb:161 
    960 msgid "The journal hasn't been subscribed." 
    961 msgstr "" 
    962  
    963 #: app/controllers/journals_controller.rb:250 
    964 #: app/controllers/journal_entries_controller.rb:107 
    965 #: app/views/journals/_show_items.html.erb:30 
    966 #: app/views/journals/_info.html.erb:17 app/views/journals/_info.html.erb:50 
    967 #: app/views/shared/_menu.html.erb:11 app/views/shared/_menu.html.erb:173 
    968 #: app/views/shared/_menu.html.erb:636 
    969 msgid "Journal" 
     425#: app/controllers/email_controller.rb:6 
     426#: app/controllers/admin_controller.rb:41 
     427msgid "Please enter a username." 
     428msgstr "" 
     429 
     430#: app/controllers/email_controller.rb:86 
     431msgid "All fields are required." 
     432msgstr "" 
     433 
     434#: app/controllers/planet_controller.rb:22 
     435#: app/controllers/planet_controller.rb:24 app/views/shared/_menu.html.erb:67 
     436#: app/views/planet/planet_list.html.erb:9 
     437msgid "Recent Planets" 
     438msgstr "" 
     439 
     440#: app/controllers/planet_controller.rb:39 app/views/ask/question.html.erb:50 
     441#: app/views/ask/_info.html.erb:2 app/views/ask/edit.html.erb:30 
     442#: app/views/shared/_user_tags.html.erb:4 app/views/shared/_menu.html.erb:528 
     443#: app/views/blog/_blog_form.html.erb:51 app/views/blog/_info.html.erb:4 
     444#: app/views/blog/_blog.html.erb:18 app/views/blog/_post_form.html.erb:54 
     445#: app/views/post/_info.html.erb:11 
     446#: app/views/bookmark/_bookmark_form.html.erb:25 
     447#: app/views/bookmark/_bookmark.html.erb:11 app/views/file/_info.html.erb:2 
     448#: app/views/file/_upload_form.html.erb:33 
     449#: app/views/planet/_planet_form.html.erb:25 
     450#: app/views/planet/_planet.html.erb:18 app/views/planet/_info.html.erb:6 
     451#: app/views/user/create.html.erb:81 app/views/profile/user.html.erb:65 
     452#: app/views/profile/edit.html.erb:116 
     453msgid "Tags" 
     454msgstr "" 
     455 
     456#: app/controllers/planet_controller.rb:43 
     457msgid "Cannot find a planet with the tag." 
     458msgstr "" 
     459 
     460#: app/controllers/planet_controller.rb:45 
     461#: app/views/dashboard/planets.html.erb:3 app/views/dashboard/tag.html.erb:73 
     462#: app/views/shared/_menu.html.erb:146 app/views/shared/_menu.html.erb:518 
     463#: app/views/shared/_menu.html.erb:617 app/views/shared/_planets.html.erb:3 
     464#: app/views/planet/planet_list.html.erb:2 
     465msgid "Planets" 
     466msgstr "" 
     467 
     468#: app/controllers/planet_controller.rb:56 
     469#: app/controllers/blog_controller.rb:189 
     470#: app/controllers/blog_controller.rb:203 
     471#: app/controllers/blog_controller.rb:444 
     472msgid "Cannot find the blog" 
     473msgstr "" 
     474 
     475#: app/controllers/planet_controller.rb:62 
     476msgid "Please select a planet." 
     477msgstr "" 
     478 
     479#: app/controllers/planet_controller.rb:65 
     480msgid "Cannot find the planet you have selected." 
     481msgstr "" 
     482 
     483#: app/controllers/planet_controller.rb:67 
     484msgid "You do not own the planet you have selected." 
     485msgstr "" 
     486 
     487#: app/controllers/planet_controller.rb:69 
     488msgid "This blog has already been suscribed to your planet." 
     489msgstr "" 
     490 
     491#: app/controllers/planet_controller.rb:75 
     492msgid "The blog has been subscribed to your planet." 
     493msgstr "" 
     494 
     495#: app/controllers/planet_controller.rb:89 
     496msgid "Cannot find the blog." 
     497msgstr "" 
     498 
     499#: app/controllers/planet_controller.rb:92 
     500msgid "The blog hasn't been subscribed to this planet." 
     501msgstr "" 
     502 
     503#: app/controllers/planet_controller.rb:96 
     504msgid "The blog has been unsubscribed." 
     505msgstr "" 
     506 
     507#: app/controllers/planet_controller.rb:110 
     508msgid "The planet has been created." 
     509msgstr "" 
     510 
     511#: app/controllers/planet_controller.rb:145 
     512msgid "This planet has been edited." 
     513msgstr "" 
     514 
     515#: app/controllers/planet_controller.rb:173 
     516msgid "This planet has been deleted." 
     517msgstr "" 
     518 
     519#: app/controllers/planet_controller.rb:256 
     520msgid "Cannot find the planet" 
     521msgstr "" 
     522 
     523#: app/controllers/comment_controller.rb:10 
     524#: app/controllers/comment_controller.rb:19 app/views/shared/_menu.html.erb:70 
     525#: app/views/shared/_menu.html.erb:660 app/views/home/index.html.erb:33 
     526msgid "Recent Comments" 
     527msgstr "" 
     528 
     529#: app/controllers/comment_controller.rb:33 
     530msgid "Recent Comments By Anonymous" 
     531msgstr "" 
     532 
     533#: app/controllers/home_controller.rb:34 
     534msgid "Incorrect URL" 
     535msgstr "" 
     536 
     537#: app/controllers/home_controller.rb:48 
     538msgid "Cannot find a blog or a planet by the address." 
     539msgstr "" 
     540 
     541#: app/controllers/home_controller.rb:74 
     542msgid "The address is incorrect." 
     543msgstr "" 
     544 
     545#: app/controllers/home_controller.rb:117 
     546#: app/views/layouts/application.html.erb:81 
     547msgid "Search" 
     548msgstr "" 
     549 
     550#: app/controllers/admin/special_pages_controller.rb:19 
     551msgid "The new special page has been published." 
     552msgstr "" 
     553 
     554#: app/controllers/admin/special_pages_controller.rb:45 
     555msgid "The special page has been edited." 
     556msgstr "" 
     557 
     558#: app/controllers/admin/special_pages_controller.rb:57 
     559msgid "The special page has been deleted." 
     560msgstr "" 
     561 
     562#: app/controllers/admin/special_pages_controller.rb:73 
     563#: app/views/home/special_page.html.erb:1 
     564msgid "Special Pages" 
     565msgstr "" 
     566 
     567#: app/controllers/dashboard_controller.rb:38 
     568msgid "All Posts" 
     569msgstr "" 
     570 
     571#: app/controllers/dashboard_controller.rb:38 
     572msgid "Posts without Section" 
     573msgstr "" 
     574 
     575#: app/controllers/dashboard_controller.rb:38 
     576msgid "Posts with Section" 
     577msgstr "" 
     578 
     579#: app/controllers/dashboard_controller.rb:44 
     580msgid "You do not own the selected blog." 
     581msgstr "" 
     582 
     583#: app/controllers/dashboard_controller.rb:62 
     584msgid "A blog with this address doesn't exist." 
     585msgstr "" 
     586 
     587#: app/controllers/dashboard_controller.rb:83 
     588msgid "The section for the selected posts has been changed successfully." 
     589msgstr "" 
     590 
     591#: app/controllers/dashboard_controller.rb:87 
     592msgid "The section for the selected posts has been removed successfully." 
     593msgstr "" 
     594 
     595#: app/controllers/dashboard_controller.rb:109 
     596msgid "You currently don't have any tag." 
     597msgstr "" 
     598 
     599#: app/controllers/dashboard_controller.rb:200 
     600msgid "The assistant is added." 
     601msgstr "" 
     602 
     603#: app/controllers/dashboard_controller.rb:210 
     604msgid "The assistant is removed." 
     605msgstr "" 
     606 
     607#: app/controllers/dashboard_controller.rb:212 
     608msgid "Cannot remove the assistant. Please verify the username." 
     609msgstr "" 
     610 
     611#: app/controllers/dashboard_controller.rb:219 
     612msgid "" 
     613"You cannot change your passphrase here. You need to change it at the " 
     614"following server:" 
     615msgstr "" 
     616 
     617#: app/controllers/dashboard_controller.rb:226 
     618#: app/controllers/user_controller.rb:118 
     619msgid "Please enter all fields." 
     620msgstr "" 
     621 
     622#: app/controllers/dashboard_controller.rb:228 
     623msgid "The old passphrase is incorrect." 
     624msgstr "" 
     625 
     626#: app/controllers/dashboard_controller.rb:234 
     627msgid "Your passphrase has been changed." 
     628msgstr "" 
     629 
     630#: app/controllers/dashboard_controller.rb:278 
     631#: app/views/dashboard/passphrase.html.erb:2 
     632#: app/views/dashboard/index.html.erb:2 app/views/dashboard/index.html.erb:22 
     633#: app/views/shared/_menu.html.erb:288 app/views/shared/_menu.html.erb:502 
     634msgid "Dashboard" 
     635msgstr "" 
     636 
     637#: app/controllers/blog_controller.rb:32 app/controllers/blog_controller.rb:34 
     638#: app/views/shared/_menu.html.erb:32 
     639msgid "Recent Blogs" 
     640msgstr "" 
     641 
     642#: app/controllers/blog_controller.rb:54 
     643msgid "Cannot find a blog with the tag." 
     644msgstr "" 
     645 
     646#: app/controllers/blog_controller.rb:56 app/views/dashboard/blogs.html.erb:3 
     647#: app/views/dashboard/tag.html.erb:62 app/views/shared/_menu.html.erb:21 
     648#: app/views/shared/_menu.html.erb:109 app/views/shared/_menu.html.erb:506 
     649#: app/views/shared/_menu.html.erb:583 app/views/shared/_blogs.html.erb:3 
     650#: app/views/blog/blog_list.html.erb:2 
     651msgid "Blogs" 
     652msgstr "" 
     653 
     654#: app/controllers/blog_controller.rb:73 
     655msgid "The blog has been created." 
     656msgstr "" 
     657 
     658#: app/controllers/blog_controller.rb:80 
     659msgid "Invalid parameters, please check the form." 
     660msgstr "" 
     661 
     662#: app/controllers/blog_controller.rb:160 
     663msgid "This blog has been edited." 
     664msgstr "" 
     665 
     666#: app/controllers/blog_controller.rb:167 
     667#: app/controllers/file_controller.rb:133 
     668msgid "Invalid parameters" 
     669msgstr "" 
     670 
     671#: app/controllers/blog_controller.rb:195 
     672msgid "This blog has been enabled." 
     673msgstr "" 
     674 
     675#: app/controllers/blog_controller.rb:213 
     676msgid "The blog has been disabled. You can enable it from Dashboard." 
     677msgstr "" 
     678 
     679#: app/controllers/blog_controller.rb:225 
     680msgid "The blog has been deleted." 
     681msgstr "" 
     682 
     683#: app/controllers/blog_controller.rb:231 
     684msgid "" 
     685"You can only delete an empty blog. This blog has one or more posts. If you " 
     686"want to delete this blog, please move or delete posts from this blogs first." 
     687msgstr "" 
     688 
     689#: app/controllers/blog_controller.rb:247 
     690msgid "The new post has been published." 
     691msgstr "" 
     692 
     693#: app/controllers/blog_controller.rb:262 
     694#: app/controllers/post_controller.rb:31 
     695#: app/controllers/post_controller.rb:143 app/views/blog/blog_tag.html.erb:8 
     696#: app/views/blog/post.html.erb:3 app/views/post/popular_tag_cloud.html.erb:2 
     697#: app/views/comment/_comment_form.html.erb:65 
     698msgid "Post" 
     699msgstr "" 
     700 
     701#: app/controllers/blog_controller.rb:270 
     702#: app/controllers/post_controller.rb:29 
     703msgid "Cannot find a post with the tag." 
     704msgstr "" 
     705 
     706#: app/controllers/blog_controller.rb:281 
     707msgid "You must log in before you can read the post." 
     708msgstr "" 
     709 
     710#: app/controllers/blog_controller.rb:293 
     711#: app/views/comment/_comments.html.erb:38 
     712msgid "You must log in before you can post a comment." 
     713msgstr "" 
     714 
     715#: app/controllers/blog_controller.rb:309 
     716msgid "The post has been edited." 
     717msgstr "" 
     718 
     719#: app/controllers/blog_controller.rb:316 
     720#: app/controllers/user_controller.rb:61 
     721msgid "Incorrect parameters" 
     722msgstr "" 
     723 
     724#: app/controllers/blog_controller.rb:326 
     725msgid "This post has been deleted." 
     726msgstr "" 
     727 
     728#: app/controllers/blog_controller.rb:342 
     729msgid "The post has been moved." 
     730msgstr "" 
     731 
     732#: app/controllers/blog_controller.rb:345 
     733msgid "Cannot move this post." 
     734msgstr "" 
     735 
     736#: app/controllers/blog_controller.rb:453 
     737msgid "Cannot find the post" 
     738msgstr "" 
     739 
     740#: app/controllers/post_controller.rb:40 
     741#: app/controllers/post_controller.rb:147 app/views/shared/_menu.html.erb:26 
     742#: app/views/blog/_blog_index.html.erb:29 
     743msgid "Recent Posts" 
     744msgstr "" 
     745 
     746#: app/controllers/post_controller.rb:56 
     747#: app/controllers/post_controller.rb:152 app/views/shared/_menu.html.erb:28 
     748#: app/views/blog/_blog_index.html.erb:30 app/views/planet/planet.html.erb:28 
     749msgid "Recently Commented Posts" 
     750msgstr "" 
     751 
     752#: app/controllers/post_controller.rb:69 
     753#: app/controllers/post_controller.rb:156 app/views/shared/_menu.html.erb:30 
     754msgid "Random Posts" 
     755msgstr "" 
     756 
     757#: app/controllers/post_controller.rb:84 
     758msgid "Cannot find a post with the ID." 
     759msgstr "" 
     760 
     761#: app/controllers/post_controller.rb:115 
     762#: app/controllers/post_controller.rb:161 
     763msgid "The section ID is not found." 
     764msgstr "" 
     765 
     766#: app/controllers/post_controller.rb:120 
     767#: app/controllers/post_controller.rb:166 app/models/section.rb:14 
     768#: app/views/dashboard/_post.html.erb:11 app/views/post/_info.html.erb:9 
     769#: app/views/home/index.html.erb:89 
     770msgid "Miscellaneous" 
     771msgstr "" 
     772 
     773#: app/controllers/bookmark_controller.rb:14 
     774msgid "All Bookmarks" 
     775msgstr "" 
     776 
     777#: app/controllers/bookmark_controller.rb:16 
     778#: app/views/shared/_menu.html.erb:68 app/views/bookmark/user.html.erb:10 
     779msgid "Recent Bookmarks" 
     780msgstr "" 
     781 
     782#: app/controllers/bookmark_controller.rb:35 
     783msgid "Cannot find a bookmark with the tag." 
     784msgstr "" 
     785 
     786#: app/controllers/bookmark_controller.rb:69 
     787msgid "The bookmark has been added." 
     788msgstr "" 
     789 
     790#: app/controllers/bookmark_controller.rb:85 
     791msgid "The bookmark has been edited." 
     792msgstr "" 
     793 
     794#: app/controllers/bookmark_controller.rb:100 
     795msgid "This bookmark has been deleted." 
     796msgstr "" 
     797 
     798#: app/controllers/bookmark_controller.rb:124 
     799msgid "Cannot find the bookmark." 
    970800msgstr "" 
    971801 
     
    974804msgstr "" 
    975805 
    976 #: app/controllers/admin_controller.rb:41 
    977 #: app/controllers/email_controller.rb:6 
    978 msgid "Please enter a username." 
     806#: app/controllers/admin_controller.rb:38 
     807#: app/controllers/admin_controller.rb:318 app/models/user.rb:753 
     808msgid "Cannot find a user with the username." 
    979809msgstr "" 
    980810 
     
    986816#: app/controllers/admin_controller.rb:45 
    987817#: app/controllers/admin_controller.rb:336 
    988 #: app/controllers/admin_controller.rb:372 app/views/profile/edit.html.erb:16 
    989 #: app/views/profile/user.html.erb:28 app/views/user/info.html.erb:19 
    990 #: app/views/user/login.html.erb:15 app/views/user/create.html.erb:13 
     818#: app/controllers/admin_controller.rb:372 
    991819#: app/views/admin/confirm_delete_content.html.erb:23 
    992820#: app/views/email/index.html.erb:8 app/views/email/index.html.erb:17 
     821#: app/views/user/login.html.erb:15 app/views/user/info.html.erb:19 
     822#: app/views/user/create.html.erb:13 app/views/profile/user.html.erb:28 
     823#: app/views/profile/edit.html.erb:16 
    993824msgid "Username" 
    994825msgstr "" 
     
    1007838msgstr "" 
    1008839 
    1009 #: app/controllers/admin_controller.rb:62 app/views/profile/user.html.erb:32 
     840#: app/controllers/admin_controller.rb:62 app/views/ask/question.html.erb:20 
     841#: app/views/ask/question.html.erb:29 
     842#: app/views/admin/confirm_delete_content.html.erb:24 
     843#: app/views/user_mailer/contact.html.erb:10 
    1010844#: app/views/comment/_comment_form.html.erb:12 
    1011 #: app/views/comment/_comment_form.html.erb:21 
    1012 #: app/views/ask/question.html.erb:20 app/views/ask/question.html.erb:29 
    1013 #: app/views/user_mailer/contact.html.erb:10 app/views/user/info.html.erb:27 
    1014 #: app/views/admin/conf