Show
Ignore:
Timestamp:
10/12/08 17:03:49 (5 years ago)
Author:
mickecarlsson
Message:

Fixes translation issue in freepbx_reloadbar.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/amp.pot

    r6966 r6968  
    116116msgid "" 
    117117"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." 
    124119msgstr "" 
    125120 
  • freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/sv_SE/LC_MESSAGES/amp.po

    r6965 r6968  
    99"Report-Msgid-Bugs-To: \n" 
    1010"POT-Creation-Date: 2008-10-05 11:30+0200\n" 
    11 "PO-Revision-Date: 2008-10-12 21:23+0100\n" 
     11"PO-Revision-Date: 2008-10-12 22:56+0100\n" 
    1212"Last-Translator: Mikael Carlsson <mickecamino@gmail.com>\n" 
    1313"Language-Team: Swedish\n" 
     
    117117#: amp_conf/htdocs/admin/views/freepbx_reloadbar.php:5 
    118118#, 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." 
     119msgid "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." 
     120msgstr "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." 
    126121 
    127122#: amp_conf/htdocs/admin/views/unauthorized.php:4 
     
    33753370msgstr "Anpassade anknytningar" 
    33763371 
     3372msgid "Custom Applications" 
     3373msgstr "Anpassade applikationer" 
     3374 
  • freepbx/branches/2.5/amp_conf/htdocs/admin/views/freepbx_reloadbar.php

    r4993 r6968  
    33echo '<img src="images/database_gear.png" height="16" width="16" border="0" alt="'._('Reload Required').'" title="'._('Reload Required').'" />&nbsp;'; 
    44echo _("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>"); 
     5echo "<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>"); 
    76echo "</span></a></div>\n\n"; 
    87?>