diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/pt_PT.php | 3 | ||||
-rw-r--r-- | settings/l10n/sv.php | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php index df7ea1d45b3..8887d75c86d 100644 --- a/settings/l10n/pt_PT.php +++ b/settings/l10n/pt_PT.php @@ -193,6 +193,7 @@ $TRANSLATIONS = array( "Create" => "Criar", "Admin Recovery Password" => "Recuperar password de administrador", "Enter the recovery password in order to recover the users files during password change" => "Digite a senha de recuperação, a fim de recuperar os arquivos de usuários durante a mudança de senha", +"Search Users and Groups" => "Pesquisa Utilizadores e Grupos", "Add Group" => "Adicionar grupo", "Group" => "Grupo", "Everyone" => "Para todos", @@ -203,6 +204,8 @@ $TRANSLATIONS = array( "Other" => "Outro", "Username" => "Nome de utilizador", "Quota" => "Quota", +"Storage Location" => "Localização do Armazenamento", +"Last Login" => "Ultimo acesso", "change full name" => "alterar nome completo", "set new password" => "definir nova palavra-passe", "Default" => "Padrão" diff --git a/settings/l10n/sv.php b/settings/l10n/sv.php index 3cf0ec79508..515faded40e 100644 --- a/settings/l10n/sv.php +++ b/settings/l10n/sv.php @@ -85,7 +85,7 @@ $TRANSLATIONS = array( "__language_name__" => "__language_name__", "Everything (fatal issues, errors, warnings, info, debug)" => "Allting (allvarliga fel, fel, varningar, info, debug)", "Info, warnings, errors and fatal issues" => "Info, varningar och allvarliga fel", -"Warnings, errors and fatal issues" => "Varningar, fel ocg allvarliga fel", +"Warnings, errors and fatal issues" => "Varningar, fel och allvarliga fel", "Errors and fatal issues" => "Fel och allvarliga fel", "Fatal issues only" => "Endast allvarliga fel", "None" => "Ingen", @@ -100,6 +100,7 @@ $TRANSLATIONS = array( "Setup Warning" => "Installationsvarning", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Din webbserver är inte korrekt konfigurerad för att tillåta filsynkronisering eftersom WebDAV inte verkar fungera.", "Please double check the <a href=\"%s\">installation guides</a>." => "Vänligen dubbelkolla igenom <a href=\"%s\">installationsguiden</a>.", +"Database Performance Info" => "Databasprestanda Information", "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite används som databas. För större installationer rekommenderar vi att ändra på detta. För att migrera till en annan databas, använd kommandoverktyget: 'occ db:convert-type'", "Module 'fileinfo' missing" => "Modulen \"fileinfo\" saknas", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP-modulen 'fileinfo' saknas. Vi rekommenderar starkt att aktivera den här modulen för att kunna upptäcka korrekt mime-typ.", |