Plugin Directory

Changeset 805760


Ignore:
Timestamp:
11/17/2013 12:53:26 PM (12 years ago)
Author:
bmodesign2
Message:

translation update

Location:
bmo-expo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bmo-expo/trunk/classes/admin/admin_page_options.php

    r805189 r805760  
    6868                if($isSpecial){//special fields e.g. design
    6969                    if(!$withoutDesign){
    70                         add_settings_field('BMo_Expo_options_field_'.$key, $option['desc'], array($this,'BMo_Expo_options_field_html_design'), 'BMo_Expo_options_section_'.$option["type"].'_el', 'BMo_Expo_options_section_'.$option["type"], array("key"=>$key,"option"=>$option));
     70                        add_settings_field('BMo_Expo_options_field_'.$key, __($option['desc'], 'bmo-expo'), array($this,'BMo_Expo_options_field_html_design'), 'BMo_Expo_options_section_'.$option["type"].'_el', 'BMo_Expo_options_section_'.$option["type"], array("key"=>$key,"option"=>$option));
    7171                    }
    7272                }else{
     
    7474                    switch ($option['valtype']){
    7575                        case 'bool':
    76                             add_settings_field('BMo_Expo_options_field_'.$key, $option['desc'], array($this,'BMo_Expo_options_field_html_bool'), 'BMo_Expo_options_section_'.$option["type"].'_el', 'BMo_Expo_options_section_'.$option["type"], array("key"=>$key,"option"=>$option));
     76                            add_settings_field('BMo_Expo_options_field_'.$key, __($option['desc'], 'bmo-expo'), array($this,'BMo_Expo_options_field_html_bool'), 'BMo_Expo_options_section_'.$option["type"].'_el', 'BMo_Expo_options_section_'.$option["type"], array("key"=>$key,"option"=>$option));
    7777                        break;
    7878                        case 'int':
    79                             add_settings_field('BMo_Expo_options_field_'.$key, $option['desc'], array($this,'BMo_Expo_options_field_html_int'), 'BMo_Expo_options_section_'.$option["type"].'_el', 'BMo_Expo_options_section_'.$option["type"], array("key"=>$key,"option"=>$option));
     79                            add_settings_field('BMo_Expo_options_field_'.$key, __($option['desc'], 'bmo-expo'), array($this,'BMo_Expo_options_field_html_int'), 'BMo_Expo_options_section_'.$option["type"].'_el', 'BMo_Expo_options_section_'.$option["type"], array("key"=>$key,"option"=>$option));
    8080                        break;
    8181                        case 'string':
    82                             add_settings_field('BMo_Expo_options_field_'.$key, $option['desc'], array($this,'BMo_Expo_options_field_html_string'), 'BMo_Expo_options_section_'.$option["type"].'_el', 'BMo_Expo_options_section_'.$option["type"], array("key"=>$key,"option"=>$option));
     82                            add_settings_field('BMo_Expo_options_field_'.$key, __($option['desc'], 'bmo-expo'), array($this,'BMo_Expo_options_field_html_string'), 'BMo_Expo_options_section_'.$option["type"].'_el', 'BMo_Expo_options_section_'.$option["type"], array("key"=>$key,"option"=>$option));
    8383                        break;
    8484                        case 'select':
    85                             add_settings_field('BMo_Expo_options_field_'.$key, $option['desc'], array($this,'BMo_Expo_options_field_html_select'), 'BMo_Expo_options_section_'.$option["type"].'_el', 'BMo_Expo_options_section_'.$option["type"], array("key"=>$key,"option"=>$option));
     85                            add_settings_field('BMo_Expo_options_field_'.$key, __($option['desc'], 'bmo-expo'), array($this,'BMo_Expo_options_field_html_select'), 'BMo_Expo_options_section_'.$option["type"].'_el', 'BMo_Expo_options_section_'.$option["type"], array("key"=>$key,"option"=>$option));
    8686                        break;
    8787                        default:
  • bmo-expo/trunk/languages/bmo-expo-de_DE.po

    r805738 r805760  
    22msgstr ""
    33"Project-Id-Version: BMo-Expo\n"
    4 "POT-Creation-Date: 2013-11-16 01:19+0100\n"
    5 "PO-Revision-Date: 2013-11-17 12:47+0100\n"
     4"POT-Creation-Date: 2013-11-17 12:47+0100\n"
     5"PO-Revision-Date: 2013-11-17 13:49+0100\n"
    66"Last-Translator: BMo <[email protected]>\n"
    77"Language-Team: BMo <[email protected]>\n"
Note: See TracChangeset for help on using the changeset viewer.