Changeset 7294
- Timestamp:
- 11/17/08 03:11:26 (2 years ago)
- Files:
-
- modules/branches/2.5/dashboard/class.astinfo.php (modified) (1 diff)
- modules/branches/2.5/dashboard/i18n/dashboard.pot (modified) (6 diffs)
- modules/branches/2.5/dashboard/i18n/sv_SE/LC_MESSAGES/dashboard.mo (modified) (previous)
- modules/branches/2.5/dashboard/i18n/sv_SE/LC_MESSAGES/dashboard.po (modified) (12 diffs)
- modules/branches/2.5/dashboard/page.index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/dashboard/class.astinfo.php
r7290 r7294 224 224 $translate = true; 225 225 $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/', 232 232 ); 233 233 $tunits = array( modules/branches/2.5/dashboard/i18n/dashboard.pot
r7238 r7294 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2008-1 0-08 10:32+0200\n"11 "POT-Creation-Date: 2008-11-17 12:06+0100\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 #: class.astinfo.php:234 20 msgid "seconds" 21 msgstr "" 22 23 #: class.astinfo.php:234 24 msgid "second" 25 msgstr "" 26 27 #: class.astinfo.php:235 page.index.php:154 page.index.php:180 28 msgid "minutes" 29 msgstr "" 30 31 #: class.astinfo.php:235 page.index.php:180 32 msgid "minute" 33 msgstr "" 34 35 #: class.astinfo.php:236 page.index.php:177 36 msgid "hours" 37 msgstr "" 38 39 #: class.astinfo.php:236 page.index.php:177 40 msgid "hour" 41 msgstr "" 42 43 #: class.astinfo.php:237 page.index.php:174 44 msgid "days" 45 msgstr "" 46 47 #: class.astinfo.php:237 48 msgid "day" 49 msgstr "" 50 51 #: class.astinfo.php:238 page.index.php:171 52 msgid "weeks" 53 msgstr "" 54 55 #: class.astinfo.php:238 page.index.php:171 56 msgid "week" 57 msgstr "" 58 59 #: class.astinfo.php:239 60 msgid "years" 61 msgstr "" 62 63 #: class.astinfo.php:239 64 msgid "year" 65 msgstr "" 66 19 67 #: page.index.php:113 20 68 msgid "OK" … … 29 77 msgstr "" 30 78 31 #: page.index.php:154 page.index.php:18032 msgid "minutes"33 msgstr ""34 35 #: page.index.php:17136 msgid "week"37 msgstr ""38 39 #: page.index.php:17140 msgid "weeks"41 msgstr ""42 43 #: page.index.php:17444 msgid "days"45 msgstr ""46 47 #: page.index.php:17748 msgid "hour"49 msgstr ""50 51 #: page.index.php:17752 msgid "hours"53 msgstr ""54 55 #: page.index.php:18056 msgid "minute"57 msgstr ""58 59 79 #: page.index.php:190 60 80 msgid "System Statistics" … … 141 161 msgstr "" 142 162 163 #: page.index.php:284 164 msgid "System Information Table" 165 msgstr "" 166 143 167 #: page.index.php:292 144 168 msgid "System Uptime" … … 162 186 163 187 #: page.index.php:316 188 #, php-format 164 189 msgid "Asterisk is running: %s" 165 190 msgstr "" … … 259 284 msgstr "" 260 285 261 #: page.index.php:4 18 page.index.php:420286 #: page.index.php:422 page.index.php:424 262 287 msgid "Delete this" 263 288 msgstr "" 264 289 265 #: page.index.php:42 3 page.index.php:425290 #: page.index.php:427 page.index.php:429 266 291 msgid "Ignore this" 267 292 msgstr "" 268 293 269 #: page.index.php:441 294 #: page.index.php:436 295 #, php-format 296 msgid "Added %s ago" 297 msgstr "" 298 299 #: page.index.php:445 270 300 msgid "No notifications" 271 301 msgstr "" 272 302 273 #: page.index.php:44 3303 #: page.index.php:447 274 304 msgid "No new notifications" 275 305 msgstr "" 276 306 277 #: page.index.php:45 1307 #: page.index.php:455 278 308 msgid "show new" 279 309 msgstr "" 280 310 281 #: page.index.php:45 3311 #: page.index.php:457 282 312 msgid "show all" 283 313 msgstr "" 284 314 285 #: page.index.php: 596315 #: page.index.php:600 286 316 msgid "loading..." 287 317 msgstr "" 288 318 289 #: page.index.php:61 2319 #: page.index.php:616 290 320 msgid "FreePBX System Status" 291 321 msgstr "" 322 323 msgid "System Dashboard" 324 msgstr "" modules/branches/2.5/dashboard/i18n/sv_SE/LC_MESSAGES/dashboard.po
r7238 r7294 8 8 "Project-Id-Version: FreePBX dashboard 2.5\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2008-1 0-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" 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 #: class.astinfo.php:234 21 msgid "seconds" 22 msgstr "sekunder" 23 24 #: class.astinfo.php:234 25 msgid "second" 26 msgstr "sekund" 27 28 #: class.astinfo.php:235 29 #: page.index.php:154 30 #: page.index.php:180 31 msgid "minutes" 32 msgstr "minuter" 33 34 #: class.astinfo.php:235 35 #: page.index.php:180 36 msgid "minute" 37 msgstr "minut" 38 39 #: class.astinfo.php:236 40 #: page.index.php:177 41 msgid "hours" 42 msgstr "timmar" 43 44 #: class.astinfo.php:236 45 #: page.index.php:177 46 msgid "hour" 47 msgstr "timme" 48 49 #: class.astinfo.php:237 50 #: page.index.php:174 51 msgid "days" 52 msgstr "dagar" 53 54 #: class.astinfo.php:237 55 msgid "day" 56 msgstr "dag" 57 58 #: class.astinfo.php:238 59 #: page.index.php:171 60 msgid "weeks" 61 msgstr "veckor" 62 63 #: class.astinfo.php:238 64 #: page.index.php:171 65 msgid "week" 66 msgstr "vecka" 67 68 #: class.astinfo.php:239 69 msgid "years" 70 msgstr "Ã¥r" 71 72 #: class.astinfo.php:239 73 msgid "year" 74 msgstr "Ã¥r" 75 20 76 #: page.index.php:113 21 77 msgid "OK" … … 30 86 msgstr "FEL" 31 87 32 #: page.index.php:154 page.index.php:18033 msgid "minutes"34 msgstr "minuter"35 36 #: page.index.php:17137 msgid "week"38 msgstr "vecka"39 40 #: page.index.php:17141 msgid "weeks"42 msgstr "veckor"43 44 #: page.index.php:17445 msgid "days"46 msgstr "dagar"47 48 #: page.index.php:17749 msgid "hour"50 msgstr "timme"51 52 #: page.index.php:17753 msgid "hours"54 msgstr "timmar"55 56 #: page.index.php:18057 msgid "minute"58 msgstr "minut"59 60 88 #: page.index.php:190 61 89 msgid "System Statistics" … … 142 170 msgstr "Upptid" 143 171 172 #: page.index.php:284 173 msgid "System Information Table" 174 msgstr "Tabel för Systeminformation" 175 144 176 #: page.index.php:292 145 177 msgid "System Uptime" … … 158 190 msgstr "Serverstatus" 159 191 160 #: page.index.php:316 page.index.php:318 192 #: page.index.php:316 193 #: page.index.php:318 161 194 msgid "Asterisk" 162 195 msgstr "Asterisk" 163 196 164 197 #: page.index.php:316 198 #, php-format 165 199 msgid "Asterisk is running: %s" 166 200 msgstr "Asterisk körs: %s" … … 170 204 msgstr "Asterisk körs inte. detta Àr en kritisk tjÀnst!" 171 205 172 #: page.index.php:324 page.index.php:326 206 #: page.index.php:324 207 #: page.index.php:326 173 208 msgid "Manager Proxy" 174 209 msgstr "Proxyhanterare" … … 179 214 180 215 #: 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 216 msgid "Asterisk Manager Proxy is not running, FreePBX will fall back to using Asterisk directly, which may result in poor performance" 217 msgstr "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 189 222 msgid "Op Panel" 190 223 msgstr "Operatörspanel" … … 195 228 196 229 #: 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." 230 msgid "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." 231 msgstr "Operatörspanelen körs inte, du kommer inte att kunna anvÀnda den, men systemet kommer att fungera fint utan den." 203 232 204 233 #: page.index.php:339 … … 222 251 msgstr "Webservern körs" 223 252 224 #: page.index.php:362 page.index.php:364 253 #: page.index.php:362 254 #: page.index.php:364 225 255 msgid "SSH Server" 226 256 msgstr "SSH-server" … … 231 261 232 262 #: 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" 263 msgid "SSH Server is not running, you will not be able to connect to the system console remotely" 264 msgstr "SSH-servern körs inte, du kommer inte att kunna koppla upp dig mot systemet via SSH" 239 265 240 266 #: page.index.php:384 … … 266 292 msgstr "Meddelanden frÃ¥n FreePBX" 267 293 268 #: page.index.php:418 page.index.php:420 294 #: page.index.php:422 295 #: page.index.php:424 269 296 msgid "Delete this" 270 297 msgstr "Ta bort denna" 271 298 272 #: page.index.php:423 page.index.php:425 299 #: page.index.php:427 300 #: page.index.php:429 273 301 msgid "Ignore this" 274 302 msgstr "Ignorera denna" 275 303 276 #: page.index.php:441 304 #: page.index.php:436 305 #, php-format 306 msgid "Added %s ago" 307 msgstr "Adderad för %s sedan" 308 309 #: page.index.php:445 277 310 msgid "No notifications" 278 311 msgstr "Inga meddelanden" 279 312 280 #: page.index.php:44 3313 #: page.index.php:447 281 314 msgid "No new notifications" 282 315 msgstr "Inga nya meddelanden" 283 316 284 #: page.index.php:45 1317 #: page.index.php:455 285 318 msgid "show new" 286 319 msgstr "Visa nya" 287 320 288 #: page.index.php:45 3321 #: page.index.php:457 289 322 msgid "show all" 290 323 msgstr "Visa alla" 291 324 292 #: page.index.php: 596325 #: page.index.php:600 293 326 msgid "loading..." 294 327 msgstr "Laddar.." 295 328 296 #: page.index.php:61 2329 #: page.index.php:616 297 330 msgid "FreePBX System Status" 298 331 msgstr "FreePBX systemstatus" … … 300 333 msgid "System Dashboard" 301 334 msgstr "Instrumentpanelen" 335 modules/branches/2.5/dashboard/page.index.php
r7279 r7294 434 434 $out .= '<div class="syslog_detail">'; 435 435 $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/>'. 437 437 '('.$item['module'].'.'.$item['id'].')</span>'; 438 438 $out .= '</div>';
