Changeset 6722
- Timestamp:
- 09/15/08 10:51:20 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/customappsreg/i18n/sv_SE/LC_MESSAGES/customappsreg.po
r6721 r6722 9 9 "Report-Msgid-Bugs-To: \n" 10 10 "POT-Creation-Date: 2008-09-08 15:24+0200\n" 11 "PO-Revision-Date: 2008-09-15 16: 29+0100\n"11 "PO-Revision-Date: 2008-09-15 16:49+0100\n" 12 12 "Last-Translator: Mikael Carlsson <mickecamino@gmail.com>\n" 13 13 "Language-Team: \n" … … 65 65 #: page.customdests.php:83 66 66 msgid "Custom Destinations allows you to register your custom destinations that point to custom dialplans and will also 'publish' these destinations as available destinations to other modules. This is an advanced feature and should only be used by knowledgeable users. If you are getting warnings or errors in the noticication panel about CUSTOM destinations that are correct, you should include them here. The 'Unknown Destinations' chooser will allow you to choose and insert any such destinations that the registry is not aware of into the Custom Destination field." 67 msgstr "Anpassade destinationer ger dig möjlighet att registrera dina anpassningar i nummerplanen och 'publicerar' dessa som tillgÀngliga destinationer för andra moduler. Detta Àr en avancerad funktion och bör bara anvÀndas av personer med insikt i Asterisk nummerplan. Om du fÃ¥r varningar eller felmeddelande i \"Meddelanden frÃ¥n FreePBX\" o nANPASSADE destinationer, bör du inkludera dom hÀr."67 msgstr "Anpassade destinationer ger dig möjlighet att registrera dina anpassningar i nummerplanen och 'publicerar' dessa som tillgÀngliga destinationer för andra moduler. Detta Àr en avancerad funktion och bör bara anvÀndas av personer med insikt i Asterisk nummerplan. Om du fÃ¥r varningar eller felmeddelande i \"Meddelanden frÃ¥n FreePBX\" om ANPASSADE destinationer, bör du inkludera dom hÀr." 68 68 69 69 #: page.customdests.php:92 … … 111 111 #: page.customdests.php:148 112 112 msgid "More detailed notes about this destination to help document it. This field is not used elsewhere." 113 msgstr "Mer detaljerad beskrivning om denna desti onation, för dokumentation. Detta fÀlt anvÀnds bara hÀr."113 msgstr "Mer detaljerad beskrivning om denna destination, för dokumentation. Detta fÀlt anvÀnds bara hÀr." 114 114 115 115 #: page.customdests.php:153 modules/branches/2.5/customappsreg/page.customdests.php
r6299 r6722 81 81 } 82 82 83 $helptext = _("Custom Destinations allows you to register your custom destinations that point to custom dialplans and will also 'publish' these destinations as available destinations to other modules. This is an advanced feature and should only be used by knowledgeable users. If you are getting warnings or errors in the noti cication panel about CUSTOM destinations that are correct, you should include them here. The 'Unknown Destinations' chooser will allow you to choose and insert any such destinations that the registry is not aware of into the Custom Destination field.");83 $helptext = _("Custom Destinations allows you to register your custom destinations that point to custom dialplans and will also 'publish' these destinations as available destinations to other modules. This is an advanced feature and should only be used by knowledgeable users. If you are getting warnings or errors in the notification panel about CUSTOM destinations that are correct, you should include them here. The 'Unknown Destinations' chooser will allow you to choose and insert any such destinations that the registry is not aware of into the Custom Destination field."); 84 84 echo $helptext; 85 85 ?> … … 121 121 <a href=# class="info"><?php echo _("Destination Quick Pick")?> 122 122 <span> 123 <?php echo _("Choose un-identified destinations on your system to add to the Custom Destina ion Registry. This will insert the chosen entry into the Custom Destination box above.")?>123 <?php echo _("Choose un-identified destinations on your system to add to the Custom Destination Registry. This will insert the chosen entry into the Custom Destination box above.")?> 124 124 </span> 125 125 </a>
