dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix possible PHP warning, read default_folders using config->get() to suppo...
Aleksander Machniak
2012-08-21
fe2f0be4352ba0bc213a2c6d4dfcbbddea1a551c
[githubFork/roundcubemail.git]
/
plugins
/
help
/
localization
/
sv_SE.inc
1
2
3
4
5
6
7
8
<?php
$labels = array();
$labels['help'] = 'Hjälp';
$labels['about'] = 'Om';
$labels['license'] = 'Licens';
?>