Changeset 6941
- Timestamp:
- 10/10/08 16:59:30 (5 years ago)
- Files:
-
- modules/branches/2.5/miscdests/functions.inc.php (modified) (1 diff)
- modules/branches/2.5/miscdests/i18n/miscdests.pot (modified) (2 diffs)
- modules/branches/2.5/miscdests/i18n/sv_SE/LC_MESSAGES/miscdests.mo (modified) (previous)
- modules/branches/2.5/miscdests/i18n/sv_SE/LC_MESSAGES/miscdests.po (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/miscdests/functions.inc.php
r5283 r6941 31 31 } else { 32 32 //$type = isset($active_modules['announcement']['type'])?$active_modules['announcement']['type']:'setup'; 33 return array('description' => 'Misc Destination : '.$thisexten['description'],33 return array('description' => sprintf(_("Misc Destination: %s"),$thisexten['description']), 34 34 'edit_url' => 'config.php?display=miscdests&id='.urlencode($exten), 35 35 ); modules/branches/2.5/miscdests/i18n/miscdests.pot
r6752 r6941 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2008- 09-16 16:38+0200\n"11 "POT-Creation-Date: 2008-10-05 12:13+0200\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 17 17 "Content-Transfer-Encoding: 8bit\n" 18 18 19 #: page.miscdests.php:44 20 msgid "moduledescription" 21 msgstr "" 22 23 #: page.miscdests.php:50 24 msgid "featuredescription" 19 #: functions.inc.php:33 20 #, php-format 21 msgid "Misc Destination: %s" 25 22 msgstr "" 26 23 modules/branches/2.5/miscdests/i18n/sv_SE/LC_MESSAGES/miscdests.po
r6759 r6941 8 8 "Project-Id-Version: FreePBX miscdests\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2008- 09-16 16:38+0200\n"11 "PO-Revision-Date: 2008- 09-17 10:39+0100\n"10 "POT-Creation-Date: 2008-10-05 12:13+0200\n" 11 "PO-Revision-Date: 2008-10-10 22:50+0100\n" 12 12 "Last-Translator: Mikael Carlsson <mickecamino@gmail.com>\n" 13 13 "Language-Team: \n" … … 18 18 "X-Poedit-Country: SWEDEN\n" 19 19 20 #: page.miscdests.php:44 21 msgid "moduledescription" 22 msgstr "" 23 24 #: page.miscdests.php:50 25 msgid "featuredescription" 26 msgstr "" 20 #: functions.inc.php:33 21 #, php-format 22 msgid "Misc Destination: %s" 23 msgstr "Ãvrig destination: %s" 27 24 28 25 #: page.miscdests.php:69
