Changeset 6960 for modules/branches
- Timestamp:
- 10/12/08 09:59:38 (5 years ago)
- Files:
-
- modules/branches/2.5/callback/functions.inc.php (modified) (2 diffs)
- modules/branches/2.5/callback/i18n/callback.pot (modified) (2 diffs)
- modules/branches/2.5/callback/i18n/sv_SE/LC_MESSAGES/callback.mo (modified) (previous)
- modules/branches/2.5/callback/i18n/sv_SE/LC_MESSAGES/callback.po (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/callback/functions.inc.php
r5287 r6960 23 23 function callback_getdestinfo($dest) { 24 24 global $active_modules; 25 26 25 if (substr(trim($dest),0,9) == 'callback,') { 27 26 $exten = explode(',',$dest); … … 32 31 } else { 33 32 //$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']), 35 34 'edit_url' => 'config.php?display=callback&itemid='.urlencode($exten), 36 35 ); modules/branches/2.5/callback/i18n/callback.pot
r6837 r6960 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "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" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 16 16 "Content-Type: text/plain; charset=CHARSET\n" 17 17 "Content-Transfer-Encoding: 8bit\n" 18 19 #: functions.inc.php:34 20 #, php-format 21 msgid "Callback: %s" 22 msgstr "" 18 23 19 24 #: 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 8 8 "Project-Id-Version: FreePBX callback\n" 9 9 "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" 12 12 "Last-Translator: Mikael Carlsson <mickecamino@gmail.com>\n" 13 13 "Language-Team: \n" … … 17 17 "X-Poedit-Language: Swedish\n" 18 18 "X-Poedit-Country: SWEDEN\n" 19 20 #: functions.inc.php:34 21 #, php-format 22 msgid "Callback: %s" 23 msgstr "Ã 24 teruppringning: %s" 19 25 20 26 #: page.callback.php:50
