Report Post 2.1.5 ak sa niekto najde do SK

Potrebujete preložiť mód, či hack? Pomôžeme vám

Moderátor: Moderátori

Report Post 2.1.5 ak sa niekto najde do SK

Poslaťod Martinspeed » Sob Sep 01, 2007 12:04 pm

Viem, ze tento reporter moc ludi nepouziva skor Advanced Report Posts, ale uz som ho nainstaloval, a nasiel som preklad len na:
lang_report_posts.php
emaily som prelozil, ale v admin paneli je toho kopu neprelozeneho a zistil som ze to treba prelozit nie v language ale v template/...

kto by chcel pomoct:
Kód: Vybrať všetko
<th class="thHead" colspan="2">Moderators</th>
   </tr>

   <tr>
      <td class="row1">Enable email notification<br /><span class="gensmall">Allow moderators to receive email when posts are reported</span></td>
      <td class="row2" align="center"><input type="radio" name="email_notification" value="1" {S_EMAIL_NOTIFICATION_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="email_notification" value="0" {S_EMAIL_NOTIFICATION_NO} /> {L_NO}</td>
   </tr>
   <tr>
      <td class="row1">Allow DELETE<br /><span class="gensmall">Allow moderators to delete reports</span></td>
      <td class="row2" align="center"><input type="radio" name="allow_mods_delete" value="1" {S_MODS_DELETE_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="allow_mods_delete" value="0" {S_MODS_DELETE_NO} /> {L_NO}</td>
   </tr>
   <tr>
      <td class="row1">Allow PM<br /><span class="gensmall">Allow moderators to send PMs to reporters/posters</span></td>
      <td class="row2" align="center"><input type="radio" name="allow_mods_pm" value="1" {S_MODS_PM_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="allow_mods_pm" value="0" {S_MODS_PM_NO} /> {L_NO}</td>
   </tr>
   <tr>
      <td class="row1">Allow Email<br /><span class="gensmall">Allow moderators to send Emails to reporters/posters</span></td>
      <td class="row2" align="center"><input type="radio" name="allow_mods_email" value="1" {S_MODS_EMAIL_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="allow_mods_email" value="0" {S_MODS_EMAIL_NO} /> {L_NO}</td>
   </tr>
   <tr>
      <td class="row1">Show actions descriptions<br /><span class="gensmall">Show the description of each action when moderator is taking action on a report</span></td>
      <td class="row2" align="center"><input type="radio" name="show_action_desc" value="1" {S_ACTION_DESC_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="show_action_desc" value="0" {S_ACTION_DESC_NO} /> {L_NO}</td>
   </tr>

   <tr>
      <td class="row1">Reports per page<br /><span class="gensmall">How many reports will be displayed on each page in the Report CP</span></td>
      <td class="row2" align="center"><input class="post" type="text" size="3" maxlength="3" name="reports_per_page" value="{REPORTS_PER_PAGE}" /></td>
   </tr>
   <tr>
      <td class="row1">Actions per report<br /><span class="gensmall">How many actions will be displayed for each report in the Report CP</span></td>
      <td class="row2" align="center"><input class="post" type="text" size="3" maxlength="3" name="actions_per_report" value="{ACTIONS_PER_REPORT}" /></td>
   </tr>

   <tr>
      <td class="row1">
         Default Reports Status<br />
         <span class="gensmall">Which reports to show when displaying initially the Report CP</span>
      </td>
      <td class="row2" align="center">
         <table width="100%" cellpadding="1" cellspacing="1" border="0" align="center">
            <tr>
               <td>
               </td>
               <td width="110" align="left" nowrap="nowrap">
                  <input type="radio" name="default_reports_status" value="0" {S_REPORTS_STATUS_ALL} />All<br />
                  <input type="radio" name="default_reports_status" value="1" {S_REPORTS_STATUS_NEW} />New<br />
                  <input type="radio" name="default_reports_status" value="2" {S_REPORTS_STATUS_CLOSE} />Closed<br />
                  <input type="radio" name="default_reports_status" value="3" {S_REPORTS_STATUS_REOPEN} />Reopened
               </td>
               <td>
               </td>
            </tr>
         </table>
      </td>
   </tr>

   <tr>
      <td class="row1">Moderator Panels<br />
         <span class="gensmall">
         Configure which panels will be enabled and which one of them will be the active one when loading the page.<br />
         If you don't choose any panel as active, the 1st one enabled will be set to active automatically.
         </span>
      </td>
      <td class="row2" align="center">
         <table width="100%" cellpadding="1" cellspacing="1" border="0" align="center">
            <tr>
               <td align="center" nowrap="nowrap">
                  Report Information<br />
                  <input type="checkbox" name="mod_panel_enabled[]" value="{MP_REPORT_VALUE}" {S_MP_REPORT_ENABLED} onClick="if (this.checked == false) {mod_panel_active[0].disabled = true } else {mod_panel_active[0].disabled = false}" />&nbsp;Enabled
                  &nbsp;&nbsp;
                  <input type="radio" name="mod_panel_active" value="{MP_REPORT_VALUE}" {S_MP_REPORT_ACTIVE} />&nbsp;Active
                  <hr />
               </td>
            </tr>
            <tr>
               <td align="center" nowrap="nowrap">
                  Post Information<br />
                  <input type="checkbox" name="mod_panel_enabled[]" value="{MP_POST_VALUE}" {S_MP_POST_ENABLED} onClick="if (this.checked == false) {mod_panel_active[1].disabled = true } else {mod_panel_active[1].disabled = false}"/>&nbsp;Enabled
                  &nbsp;&nbsp;
                  <input type="radio" name="mod_panel_active" value="{MP_POST_VALUE}" {S_MP_POST_ACTIVE} />&nbsp;Active
                  <hr />
               </td>
            </tr>
            <tr>
               <td align="center" nowrap="nowrap">
                  Poster Information<br />
                  <input type="checkbox" name="mod_panel_enabled[]" value="{MP_POSTER_VALUE}" {S_MP_POSTER_ENABLED} onClick="if (this.checked == false) {mod_panel_active[2].disabled = true } else {mod_panel_active[2].disabled = false}"/>&nbsp;Enabled
                  &nbsp;&nbsp;
                  <input type="radio" name="mod_panel_active" value="{MP_POSTER_VALUE}" {S_MP_POSTER_ACTIVE} />&nbsp;Active
                  <hr />
               </td>
            </tr>
            <tr>
               <td align="center" nowrap="nowrap">
                  Action Information<br />
                  <input type="checkbox" name="mod_panel_enabled[]" value="{MP_ACTION_VALUE}" {S_MP_ACTION_ENABLED} onClick="if (this.checked == false) {mod_panel_active[3].disabled = true } else {mod_panel_active[3].disabled = false}"/>&nbsp;Enabled
                  &nbsp;&nbsp;
                  <input type="radio" name="mod_panel_active" value="{MP_ACTION_VALUE}" {S_MP_ACTION_ACTIVE} />&nbsp;Active
               </td>
            </tr>
         </table>
      </td>
   </tr>


   <tr>
      <th class="thHead" colspan="2">Users</th>
   </tr>

   <tr>
      <td class="row1">Allow multiple reports<br /><span class="gensmall">Allow users to report the same post many times</span></td>
      <td class="row2" align="center"><input type="radio" name="allow_multiple_reports" value="1" {S_MULTIPLE_REPORTS_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="allow_multiple_reports" value="0" {S_MULTIPLE_REPORTS_NO} /> {L_NO}</td>
   </tr>
   <tr>
      <td class="row1">Allow report own posts<br /><span class="gensmall">Allow users to report their own posts</span></td>
      <td class="row2" align="center"><input type="radio" name="allow_users_own" value="1" {S_USERS_OWN_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="allow_users_own" value="0" {S_USERS_OWN_NO} /> {L_NO}</td>
   </tr>
   <tr>
      <td class="row1">Allow EDIT<br /><span class="gensmall">Allow users to edit their own reports</span></td>
      <td class="row2" align="center"><input type="radio" name="allow_users_edit" value="1" {S_USERS_EDIT_YES} onClick="allow_users_delete[0].disabled = false" /> {L_YES}&nbsp;&nbsp;<input type="radio" name="allow_users_edit" value="0" {S_USERS_EDIT_NO} onClick="allow_users_delete[0].disabled = true; allow_users_delete[1].checked = true; " /> {L_NO}</td>
   </tr>
   <tr>
      <td class="row1">Allow DELETE<br /><span class="gensmall">Allow users to delete their own reports (edit must be enabled too)</span></td>
      <td class="row2" align="center"><input type="radio" name="allow_users_delete" value="1" {S_USERS_DELETE_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="allow_users_delete" value="0" {S_USERS_DELETE_NO} /> {L_NO}</td>
   </tr>
   <tr>
      <td class="row1">Show reasons descriptions<br /><span class="gensmall">Show the description of each reason when user is reporting a post</span></td>
      <td class="row2" align="center"><input type="radio" name="show_reason_desc" value="1" {S_REASON_DESC_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="show_reason_desc" value="0" {S_REASON_DESC_NO} /> {L_NO}</td>
   </tr>

   <tr>
      <td class="row1">Flood Interval <br /><span class="gensmall">Number of seconds a user must wait between reports (use 0 to disable it)</span></td>
      <td class="row2"  align="center"><input class="post" type="text" size="3" maxlength="3" name="users_flood_interval" value="{FLOOD_INTERVAL}" /></td>
   </tr>

   <tr>
      <td class="row1">User Panels<br />
         <span class="gensmall">
         Configure which panels will be enabled and which one of them will be the active one when loading the page.<br />
         If you don't choose any panel as active, the 1st one enabled will be set to active automatically.
         </span>
      </td>
      <td class="row2" align="center">
         <table width="100%" cellpadding="1" cellspacing="1" border="0" align="center">
            <tr>
               <td align="center" nowrap="nowrap">
                  Report Information<br />
                  <input type="checkbox" name="user_panel_enabled[]" value="{UP_REPORT_VALUE}" {S_UP_REPORT_ENABLED} onClick="if (this.checked == false) {user_panel_active[0].disabled = true } else {user_panel_active[0].disabled = false}" />&nbsp;Enabled
                  &nbsp;&nbsp;
                  <input type="radio" name="user_panel_active" value="{UP_REPORT_VALUE}" {S_UP_REPORT_ACTIVE} />&nbsp;Active
                  <hr />
               </td>
            </tr>
            <tr>
               <td align="center" nowrap="nowrap">
                  Post Information<br />
                  <input type="checkbox" name="user_panel_enabled[]" value="{UP_POST_VALUE}" {S_UP_POST_ENABLED} onClick="if (this.checked == false) {user_panel_active[1].disabled = true } else {user_panel_active[1].disabled = false}"/>&nbsp;Enabled
                  &nbsp;&nbsp;
                  <input type="radio" name="user_panel_active" value="{UP_POST_VALUE}" {S_UP_POST_ACTIVE} />&nbsp;Active
                  <hr />
               </td>
            </tr>
            <tr>
               <td align="center" nowrap="nowrap">
                  User Reports Information<br />
                  <input type="checkbox" name="user_panel_enabled[]" value="{UP_USER_REPORTS_VALUE}" {S_UP_USER_REPORTS_ENABLED} onClick="if (this.checked == false) {user_panel_active[2].disabled = true } else {user_panel_active[2].disabled = false}"/>&nbsp;Enabled
                  &nbsp;&nbsp;
                  <input type="radio" name="user_panel_active" value="{UP_USER_REPORTS_VALUE}" {S_UP_USER_REPORTS_ACTIVE} />&nbsp;Active
               </td>
            </tr>
         </table>
      </td>
   </tr>


<!--
   <tr>
      <th class="thHead" colspan="2">Various</th>
   </tr>
   <tr>
      <td class="row2" colspan="2"><span class="gensmall">Here you can configure various things</span></td>
   </tr>
-->
   <tr>
      <th class="thHead" colspan="2">Report Status colors</th>
   </tr>
   <tr>
      <td class="row2" colspan="2"><span class="gensmall">Here you can modify the color values of the report status. You can use color names (eg. green) or color hex values (eg. #FF0000).</span></td>
   </tr>
   <tr>
      <td class="row1">Open color <br /><span class="gensmall">Color of the report status when it's open</span></td>
      <td class="row2"  align="center"><input class="post" type="text" size="15" name="color_status_open" value="{COLOR_STATUS_OPEN}" /></td>
   </tr>
   <tr>
      <td class="row1">Closed color <br /><span class="gensmall">Color of the report status when it's closed</span></td>
      <td class="row2"  align="center"><input class="post" type="text" size="15" name="color_status_closed" value="{COLOR_STATUS_CLOSED}" /></td>
   </tr>
   <tr>
      <td class="row1">Reopened color <br /><span class="gensmall">Color of the report status when it's reopened</span></td>
      <td class="row2"  align="center"><input class="post" type="text" size="15" name="color_status_reopened" value="{COLOR_STATUS_REOPENED}" /></td>
   </tr>
Obrázok užívateľa
Martinspeed
Začiatočník
Začiatočník
 
Príspevky: 27
Registrovaný: Str Aug 29, 2007 11:48 am

Späť na Potrebujem preložiť (phpBB 2)

Kto je on-line

Užívatelia prezerajúci fórum: Žiadny registrovaný užívateľ nie je prítomný a 0 hostia


vladstudio
TOPlist TOPlist

Valid XHTML 1.0 Strict [Valid Atom 1.0]


* Štúrovo ubytovanie *