41 lines
2.0 KiB
PHP
41 lines
2.0 KiB
PHP
<?php
|
|
|
|
$template_translations = array(
|
|
'sv' => array(
|
|
'¤template-access-skip-nav¤' => 'Hoppa över navigation',
|
|
'¤template-su-name¤' => 'Stockholms universitet',
|
|
'¤template-dsv-name¤' => 'Institutionen för data- och systemvetenskap',
|
|
'¤template-su-logo-responsive¤' => 'images/su_logo_responsive_sv.png',
|
|
'¤template-su-logo¤' => 'images/su_logo_sv.gif',
|
|
'¤template-dsv-logo¤' => 'images/dsv_logo_sv.png',
|
|
'¤template-su-link-title¤' => 'Till Stockholms universitets webbplats',
|
|
'¤template-su-link¤' => 'http://www.su.se/',
|
|
'¤template-dsv-link-title¤' => 'Till DSV:s webbplats',
|
|
'¤template-dsv-link¤' => 'http://dsv.su.se/',
|
|
'¤template-lang-link¤' => '?lang=en',
|
|
'¤template-lang-label¤' => 'In English',
|
|
'¤template-lang-flag¤' => 'images/globallinks-lang-en.gif',
|
|
'¤template-contact-link¤' => 'http://dsv.su.se/omdsv/kontakt/',
|
|
'¤template-contact-label¤' => 'Kontakt',
|
|
),
|
|
'en' => array(
|
|
'¤template-access-skip-nav¤' => 'Skip navigation',
|
|
'¤template-su-name¤' => 'Stockholm University',
|
|
'¤template-dsv-name¤' => 'Department of Computer and Systems Sciences',
|
|
'¤template-su-logo-responsive¤' => 'images/su_logo_responsive_en.png',
|
|
'¤template-su-logo¤' => 'images/su_logo_en.gif',
|
|
'¤template-dsv-logo¤' => 'images/dsv_logo_en.png',
|
|
'¤template-su-link-title¤' => 'Stockholm University home',
|
|
'¤template-su-link¤' => 'http://www.su.se/english/',
|
|
'¤template-dsv-link-title¤' => "DSV home",
|
|
'¤template-dsv-link¤' => 'http://dsv.su.se/en/',
|
|
'¤template-lang-link¤' => '?lang=sv',
|
|
'¤template-lang-label¤' => 'På svenska',
|
|
'¤template-lang-flag¤' => 'images/globallinks-lang-sv.gif',
|
|
'¤template-contact-link¤' => 'http://dsv.su.se/en/about/contact/',
|
|
'¤template-contact-label¤' => 'Contact',
|
|
),
|
|
);
|
|
|
|
?>
|