Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-10522

Translation for "Re" (from posting.php)

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Duplicate
    • 3.0.10-RC2
    • None
    • Viewing posts
    • None

    Description

      Not all languages use "Re" word for replies.
      This is used in English language, but, for example, in Romanian is "Ră" from "Răspuns" or.. another part/short of this word.
      I think it must included this in language files and must be translated in each language.

      This shortened word can be modified in posting.php:
      <!-------------- find start -------------->
      $post_data['post_subject'] = ((strpos($post_data['post_subject'], 'Re: ') !== 0) ? 'Re: ' : '') . censor_text($post_data['post_subject']);
      <!-------------- find end -------------->
      <!-------------- replace start -------------->
      Re:
      <!-------------- replace end -------------->
      with what you want.
      Replace both of "Re:".

      Attachments

        Issue Links

          Activity

            People

              Oleg Oleg [X] (Inactive)
              ivanpetrepaul Ivan Petre Paul [X] (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: