Changeset 6960 for modules/branches

Show
Ignore:
Timestamp:
10/12/08 09:59:38 (5 years ago)
Author:
mickecarlsson
Message:

Enclosed text strings for localization, updated .pot file and swedish language for callback

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/callback/functions.inc.php

    r5287 r6960  
    2323function callback_getdestinfo($dest) { 
    2424  global $active_modules; 
    25  
    2625  if (substr(trim($dest),0,9) == 'callback,') { 
    2726    $exten = explode(',',$dest); 
     
    3231    } else { 
    3332      //$type = isset($active_modules['announcement']['type'])?$active_modules['announcement']['type']:'setup'; 
    34       return array('description' => 'Callback : '.$thisexten['description']
     33      return array('description' => sprintf(_("Callback: %s"),$thisexten['description'])
    3534                   'edit_url' => 'config.php?display=callback&itemid='.urlencode($exten), 
    3635                  ); 
  • modules/branches/2.5/callback/i18n/callback.pot

    r6837 r6960  
    99"Project-Id-Version: PACKAGE VERSION\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2008-09-17 11:10+0200\n" 
     11"POT-Creation-Date: 2008-10-05 23:32+0200\n" 
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    1616"Content-Type: text/plain; charset=CHARSET\n" 
    1717"Content-Transfer-Encoding: 8bit\n" 
     18 
     19#: functions.inc.php:34 
     20#, php-format 
     21msgid "Callback: %s" 
     22msgstr "" 
    1823 
    1924#: page.callback.php:50 page.callback.php:81 page.callback.php:102 
  • modules/branches/2.5/callback/i18n/sv_SE/LC_MESSAGES/callback.po

    r6759 r6960  
    88"Project-Id-Version: FreePBX callback\n" 
    99"Report-Msgid-Bugs-To: \n" 
    10 "POT-Creation-Date: 2008-09-05 10:06+0200\n" 
    11 "PO-Revision-Date: 2008-09-17 09:47+0100\n" 
     10"POT-Creation-Date: 2008-10-05 23:32+0200\n" 
     11"PO-Revision-Date: 2008-10-11 17:47+0100\n" 
    1212"Last-Translator: Mikael Carlsson <mickecamino@gmail.com>\n" 
    1313"Language-Team: \n" 
     
    1717"X-Poedit-Language: Swedish\n" 
    1818"X-Poedit-Country: SWEDEN\n" 
     19 
     20#: functions.inc.php:34 
     21#, php-format 
     22msgid "Callback: %s" 
     23msgstr "à
     24teruppringning: %s" 
    1925 
    2026#: page.callback.php:50