Ignore:
Timestamp:
Oct 22, 2010, 1:20:19 PM (14 years ago)
Author:
ddtddt
Message:

[extensions] - rv_db_integrity - add localisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_db_integrity/check_db.php

    r3417 r7342  
    11<?php
    22defined('PHPWG_ROOT_PATH') or trigger_error('Hacking attempt!', E_USER_ERROR);
     3
     4load_language('plugin.lang', RVDI_PATH);
    35
    46function check_table_ref($t, $f, $reft, $reff)
     
    8890$tpl_var = array(
    8991                'ID' => 'permalinks',
    90                 'LABEL' => 'Pemalinks',
     92                'LABEL' => l10n('Pemalinks'),
    9193                'CHECKED' => isset($_POST['permalinks']) ? 'checked="checked"' : $default_checked,
    9294                'COUNT' => 1,
     
    110112$tpl_var = array(
    111113                'ID' => 'id_storage_category_id',
    112                 'LABEL' => '#images(id,storage_category_id) in #image_category',
     114                'LABEL' => l10n('#images(id,storage_category_id) in #image_category'),
    113115                'CHECKED' => isset($_POST['id_storage_category_id']) ? 'checked="checked"' : $default_checked,
    114116                'COUNT' => 1,
     
    134136$tpl_var = array(
    135137                'ID' => 'uploadable_virtual_cats',
    136                 'LABEL' => 'Uploadable virtual cats',
     138                'LABEL' => l10n('Uploadable virtual cats'),
    137139                'CHECKED' => isset($_POST['uploadable_virtual_cats']) ? 'checked="checked"' : $default_checked,
    138140                'COUNT' => 1,
Note: See TracChangeset for help on using the changeset viewer.