Changeset 7294

Show
Ignore:
Timestamp:
11/17/08 03:11:26 (1 year ago)
Author:
mickecarlsson
Message:

Fixes errors in text localization, enclosed text strings for translation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/dashboard/class.astinfo.php

    r7290 r7294  
    224224                        $translate = true; 
    225225                        $units = array( 
    226                                 '/seconds/', '/second/', 
    227                                 '/minutes/', '/minute/', 
    228                                 '/hours/', '/hour/', 
    229                                 '/days/', '/day/', 
    230                                 '/weeks/', '/week/', 
    231                                 '/years/', '/year/', 
     226                                '/\bseconds\b/', '/\bsecond\b/', 
     227                                '/\bminutes\b/', '/\bminute\b/', 
     228                                '/\bhours\b/', '/\bhour\b/', 
     229                                '/\bdays\b/', '/\bday\b/', 
     230                                '/\bweeks\b/', '/\bweek\b/', 
     231                                '/\byears\b/', '/\byear\b/', 
    232232                        ); 
    233233                        $tunits = array( 
  • modules/branches/2.5/dashboard/i18n/dashboard.pot

    r7238 r7294  
    99"Project-Id-Version: PACKAGE VERSION\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2008-10-08 10:32+0200\n" 
     11"POT-Creation-Date: 2008-11-17 12:06+0100\n" 
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    1717"Content-Transfer-Encoding: 8bit\n" 
    1818 
     19#: class.astinfo.php:234 
     20msgid "seconds" 
     21msgstr "" 
     22 
     23#: class.astinfo.php:234 
     24msgid "second" 
     25msgstr "" 
     26 
     27#: class.astinfo.php:235 page.index.php:154 page.index.php:180 
     28msgid "minutes" 
     29msgstr "" 
     30 
     31#: class.astinfo.php:235 page.index.php:180 
     32msgid "minute" 
     33msgstr "" 
     34 
     35#: class.astinfo.php:236 page.index.php:177 
     36msgid "hours" 
     37msgstr "" 
     38 
     39#: class.astinfo.php:236 page.index.php:177 
     40msgid "hour" 
     41msgstr "" 
     42 
     43#: class.astinfo.php:237 page.index.php:174 
     44msgid "days" 
     45msgstr "" 
     46 
     47#: class.astinfo.php:237 
     48msgid "day" 
     49msgstr "" 
     50 
     51#: class.astinfo.php:238 page.index.php:171 
     52msgid "weeks" 
     53msgstr "" 
     54 
     55#: class.astinfo.php:238 page.index.php:171 
     56msgid "week" 
     57msgstr "" 
     58 
     59#: class.astinfo.php:239 
     60msgid "years" 
     61msgstr "" 
     62 
     63#: class.astinfo.php:239 
     64msgid "year" 
     65msgstr "" 
     66 
    1967#: page.index.php:113 
    2068msgid "OK" 
     
    2977msgstr "" 
    3078 
    31 #: page.index.php:154 page.index.php:180 
    32 msgid "minutes" 
    33 msgstr "" 
    34  
    35 #: page.index.php:171 
    36 msgid "week" 
    37 msgstr "" 
    38  
    39 #: page.index.php:171 
    40 msgid "weeks" 
    41 msgstr "" 
    42  
    43 #: page.index.php:174 
    44 msgid "days" 
    45 msgstr "" 
    46  
    47 #: page.index.php:177 
    48 msgid "hour" 
    49 msgstr "" 
    50  
    51 #: page.index.php:177 
    52 msgid "hours" 
    53 msgstr "" 
    54  
    55 #: page.index.php:180 
    56 msgid "minute" 
    57 msgstr "" 
    58  
    5979#: page.index.php:190 
    6080msgid "System Statistics" 
     
    141161msgstr "" 
    142162 
     163#: page.index.php:284 
     164msgid "System Information Table" 
     165msgstr "" 
     166 
    143167#: page.index.php:292 
    144168msgid "System Uptime" 
     
    162186 
    163187#: page.index.php:316 
     188#, php-format 
    164189msgid "Asterisk is running: %s" 
    165190msgstr "" 
     
    259284msgstr "" 
    260285 
    261 #: page.index.php:418 page.index.php:420 
     286#: page.index.php:422 page.index.php:424 
    262287msgid "Delete this" 
    263288msgstr "" 
    264289 
    265 #: page.index.php:423 page.index.php:425 
     290#: page.index.php:427 page.index.php:429 
    266291msgid "Ignore this" 
    267292msgstr "" 
    268293 
    269 #: page.index.php:441 
     294#: page.index.php:436 
     295#, php-format 
     296msgid "Added %s ago" 
     297msgstr "" 
     298 
     299#: page.index.php:445 
    270300msgid "No notifications" 
    271301msgstr "" 
    272302 
    273 #: page.index.php:443 
     303#: page.index.php:447 
    274304msgid "No new notifications" 
    275305msgstr "" 
    276306 
    277 #: page.index.php:451 
     307#: page.index.php:455 
    278308msgid "show new" 
    279309msgstr "" 
    280310 
    281 #: page.index.php:453 
     311#: page.index.php:457 
    282312msgid "show all" 
    283313msgstr "" 
    284314 
    285 #: page.index.php:596 
     315#: page.index.php:600 
    286316msgid "loading..." 
    287317msgstr "" 
    288318 
    289 #: page.index.php:612 
     319#: page.index.php:616 
    290320msgid "FreePBX System Status" 
    291321msgstr "" 
     322 
     323msgid "System Dashboard" 
     324msgstr "" 
  • modules/branches/2.5/dashboard/i18n/sv_SE/LC_MESSAGES/dashboard.po

    r7238 r7294  
    88"Project-Id-Version: FreePBX dashboard 2.5\n" 
    99"Report-Msgid-Bugs-To: \n" 
    10 "POT-Creation-Date: 2008-10-08 10:32+0200\n" 
    11 "PO-Revision-Date: 2008-09-17 09:56+0100\n" 
     10"POT-Creation-Date: 2008-11-17 12:06+0100\n" 
     11"PO-Revision-Date: 2008-11-17 12:09+0100\n" 
    1212"Last-Translator: Mikael Carlsson <mickecamino@gmail.com>\n" 
    1313"Language-Team: \n" 
     
    1818"X-Poedit-Country: SWEDEN\n" 
    1919 
     20#: class.astinfo.php:234 
     21msgid "seconds" 
     22msgstr "sekunder" 
     23 
     24#: class.astinfo.php:234 
     25msgid "second" 
     26msgstr "sekund" 
     27 
     28#: class.astinfo.php:235 
     29#: page.index.php:154 
     30#: page.index.php:180 
     31msgid "minutes" 
     32msgstr "minuter" 
     33 
     34#: class.astinfo.php:235 
     35#: page.index.php:180 
     36msgid "minute" 
     37msgstr "minut" 
     38 
     39#: class.astinfo.php:236 
     40#: page.index.php:177 
     41msgid "hours" 
     42msgstr "timmar" 
     43 
     44#: class.astinfo.php:236 
     45#: page.index.php:177 
     46msgid "hour" 
     47msgstr "timme" 
     48 
     49#: class.astinfo.php:237 
     50#: page.index.php:174 
     51msgid "days" 
     52msgstr "dagar" 
     53 
     54#: class.astinfo.php:237 
     55msgid "day" 
     56msgstr "dag" 
     57 
     58#: class.astinfo.php:238 
     59#: page.index.php:171 
     60msgid "weeks" 
     61msgstr "veckor" 
     62 
     63#: class.astinfo.php:238 
     64#: page.index.php:171 
     65msgid "week" 
     66msgstr "vecka" 
     67 
     68#: class.astinfo.php:239 
     69msgid "years" 
     70msgstr "Ã¥r" 
     71 
     72#: class.astinfo.php:239 
     73msgid "year" 
     74msgstr "Ã¥r" 
     75 
    2076#: page.index.php:113 
    2177msgid "OK" 
     
    3086msgstr "FEL" 
    3187 
    32 #: page.index.php:154 page.index.php:180 
    33 msgid "minutes" 
    34 msgstr "minuter" 
    35  
    36 #: page.index.php:171 
    37 msgid "week" 
    38 msgstr "vecka" 
    39  
    40 #: page.index.php:171 
    41 msgid "weeks" 
    42 msgstr "veckor" 
    43  
    44 #: page.index.php:174 
    45 msgid "days" 
    46 msgstr "dagar" 
    47  
    48 #: page.index.php:177 
    49 msgid "hour" 
    50 msgstr "timme" 
    51  
    52 #: page.index.php:177 
    53 msgid "hours" 
    54 msgstr "timmar" 
    55  
    56 #: page.index.php:180 
    57 msgid "minute" 
    58 msgstr "minut" 
    59  
    6088#: page.index.php:190 
    6189msgid "System Statistics" 
     
    142170msgstr "Upptid" 
    143171 
     172#: page.index.php:284 
     173msgid "System Information Table" 
     174msgstr "Tabel för Systeminformation" 
     175 
    144176#: page.index.php:292 
    145177msgid "System Uptime" 
     
    158190msgstr "Serverstatus" 
    159191 
    160 #: page.index.php:316 page.index.php:318 
     192#: page.index.php:316 
     193#: page.index.php:318 
    161194msgid "Asterisk" 
    162195msgstr "Asterisk" 
    163196 
    164197#: page.index.php:316 
     198#, php-format 
    165199msgid "Asterisk is running: %s" 
    166200msgstr "Asterisk körs: %s" 
     
    170204msgstr "Asterisk körs inte. detta Àr en kritisk tjÀnst!" 
    171205 
    172 #: page.index.php:324 page.index.php:326 
     206#: page.index.php:324 
     207#: page.index.php:326 
    173208msgid "Manager Proxy" 
    174209msgstr "Proxyhanterare" 
     
    179214 
    180215#: page.index.php:326 
    181 msgid "" 
    182 "Asterisk Manager Proxy is not running, FreePBX will fall back to using " 
    183 "Asterisk directly, which may result in poor performance" 
    184 msgstr "" 
    185 "Asterisk proxyhanterare körs inte, FreePBX kommer att köra direkt mot " 
    186 "Asterisk, detta kan innebÀra dÃ¥lig prestanda" 
    187  
    188 #: page.index.php:333 page.index.php:337 page.index.php:339 
     216msgid "Asterisk Manager Proxy is not running, FreePBX will fall back to using Asterisk directly, which may result in poor performance" 
     217msgstr "Asterisk proxyhanterare körs inte, FreePBX kommer att köra direkt mot Asterisk, detta kan innebÀra dÃ¥lig prestanda" 
     218 
     219#: page.index.php:333 
     220#: page.index.php:337 
     221#: page.index.php:339 
    189222msgid "Op Panel" 
    190223msgstr "Operatörspanel" 
     
    195228 
    196229#: page.index.php:337 
    197 msgid "" 
    198 "FOP Operator Panel Server is not running, you will not be able to use the " 
    199 "operator panel, but the system will run fine without it." 
    200 msgstr "" 
    201 "Operatörspanelen körs inte, du kommer inte att kunna anvÀnda den, men " 
    202 "systemet kommer att fungera fint utan den." 
     230msgid "FOP Operator Panel Server is not running, you will not be able to use the operator panel, but the system will run fine without it." 
     231msgstr "Operatörspanelen körs inte, du kommer inte att kunna anvÀnda den, men systemet kommer att fungera fint utan den." 
    203232 
    204233#: page.index.php:339 
     
    222251msgstr "Webservern körs" 
    223252 
    224 #: page.index.php:362 page.index.php:364 
     253#: page.index.php:362 
     254#: page.index.php:364 
    225255msgid "SSH Server" 
    226256msgstr "SSH-server" 
     
    231261 
    232262#: page.index.php:364 
    233 msgid "" 
    234 "SSH Server is not running, you will not be able to connect to the system " 
    235 "console remotely" 
    236 msgstr "" 
    237 "SSH-servern körs inte, du kommer inte att kunna koppla upp dig mot systemet " 
    238 "via SSH" 
     263msgid "SSH Server is not running, you will not be able to connect to the system console remotely" 
     264msgstr "SSH-servern körs inte, du kommer inte att kunna koppla upp dig mot systemet via SSH" 
    239265 
    240266#: page.index.php:384 
     
    266292msgstr "Meddelanden frÃ¥n FreePBX" 
    267293 
    268 #: page.index.php:418 page.index.php:420 
     294#: page.index.php:422 
     295#: page.index.php:424 
    269296msgid "Delete this" 
    270297msgstr "Ta bort denna" 
    271298 
    272 #: page.index.php:423 page.index.php:425 
     299#: page.index.php:427 
     300#: page.index.php:429 
    273301msgid "Ignore this" 
    274302msgstr "Ignorera denna" 
    275303 
    276 #: page.index.php:441 
     304#: page.index.php:436 
     305#, php-format 
     306msgid "Added %s ago" 
     307msgstr "Adderad för %s sedan" 
     308 
     309#: page.index.php:445 
    277310msgid "No notifications" 
    278311msgstr "Inga meddelanden" 
    279312 
    280 #: page.index.php:443 
     313#: page.index.php:447 
    281314msgid "No new notifications" 
    282315msgstr "Inga nya meddelanden" 
    283316 
    284 #: page.index.php:451 
     317#: page.index.php:455 
    285318msgid "show new" 
    286319msgstr "Visa nya" 
    287320 
    288 #: page.index.php:453 
     321#: page.index.php:457 
    289322msgid "show all" 
    290323msgstr "Visa alla" 
    291324 
    292 #: page.index.php:596 
     325#: page.index.php:600 
    293326msgid "loading..." 
    294327msgstr "Laddar.." 
    295328 
    296 #: page.index.php:612 
     329#: page.index.php:616 
    297330msgid "FreePBX System Status" 
    298331msgstr "FreePBX systemstatus" 
     
    300333msgid "System Dashboard" 
    301334msgstr "Instrumentpanelen" 
     335 
  • modules/branches/2.5/dashboard/page.index.php

    r7279 r7294  
    434434                        $out .= '<div class="syslog_detail">'; 
    435435                        $out .= nl2br($item['extended_text']); 
    436                         $out .= '<br/><span>'.sprintf('Added %s ago', time_string(time() - $item['timestamp'])).'<br/>'. 
     436                        $out .= '<br/><span>'.sprintf(_('Added %s ago'), time_string(time() - $item['timestamp'])).'<br/>'. 
    437437                                '('.$item['module'].'.'.$item['id'].')</span>'; 
    438438                        $out .= '</div>';