Changeset 6968 for freepbx/branches
- Timestamp:
- 10/12/08 14:03:49 (2 months ago)
- Files:
-
- freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/amp.pot (modified) (1 diff)
- freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/sv_SE/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/sv_SE/LC_MESSAGES/amp.po (modified) (3 diffs)
- freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx_reloadbar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/amp.pot
r6966 r6968 116 116 msgid "" 117 117 "You have made changes to the configuration that have not yet been applied. " 118 "When you are " 119 msgstr "" 120 121 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:6 122 #, php-format 123 msgid "finished making all changes, click on %s to put them into effect." 118 "When you are finished making all changes, click on %s to put them into effect." 124 119 msgstr "" 125 120 freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/sv_SE/LC_MESSAGES/amp.po
r6965 r6968 9 9 "Report-Msgid-Bugs-To: \n" 10 10 "POT-Creation-Date: 2008-10-05 11:30+0200\n" 11 "PO-Revision-Date: 2008-10-12 2 1:23+0100\n"11 "PO-Revision-Date: 2008-10-12 22:56+0100\n" 12 12 "Last-Translator: Mikael Carlsson <mickecamino@gmail.com>\n" 13 13 "Language-Team: Swedish\n" … … 117 117 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:5 118 118 #, php-format 119 msgid "You have made changes to the configuration that have not yet been applied. When you are " 120 msgstr "Du har gjort förÀndringar i konfigurationen som inte Àr sparade. NÀr du Àr " 121 122 #: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:6 123 #, php-format 124 msgid "finished making all changes, click on %s to put them into effect." 125 msgstr "klar med alla Àndringar du vill göra klickar du pÃ¥ %s för att spara dessa." 119 msgid "You have made changes to the configuration that have not yet been applied. When you are finished making all changes, click on %s to put them into effect." 120 msgstr "Du har gjort förÀndringar i konfigurationen som inte Àr sparade. NÀr du Àr klar med alla Àndringar du vill göra klickar du pÃ¥ %s för att spara dessa." 126 121 127 122 #: amp_conf/htdocs/admin/views/unauthorized.php:4 … … 3375 3370 msgstr "Anpassade anknytningar" 3376 3371 3372 msgid "Custom Applications" 3373 msgstr "Anpassade applikationer" 3374 freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx_reloadbar.php
r4993 r6968 3 3 echo '<img src="images/database_gear.png" height="16" width="16" border="0" alt="'._('Reload Required').'" title="'._('Reload Required').'" /> '; 4 4 echo _("Apply Configuration Changes"); 5 echo "<span>".sprintf(_("You have made changes to the configuration that have not yet been applied. When you are ". 6 "finished making all changes, click on %s to put them into effect."), "<strong>"._("Apply Configuration Changes")."</strong>"); 5 echo "<span>".sprintf(_("You have made changes to the configuration that have not yet been applied. When you are finished making all changes, click on %s to put them into effect."), "<strong>"._("Apply Configuration Changes")."</strong>"); 7 6 echo "</span></a></div>\n\n"; 8 7 ?>
