Push updated languages
This commit is contained in:
parent
0afa568095
commit
a1dff5cda0
101 changed files with 1626 additions and 1317 deletions
5
resources/lang/sv/auth.php
Normal file
5
resources/lang/sv/auth.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
return array(
|
||||
"resetpassword" => "Återställ lösenord",
|
||||
"sendlink" => "SendSkicka återställningslänk för att återställa dittt lösenord",
|
||||
);
|
7
resources/lang/sv/base.php
Normal file
7
resources/lang/sv/base.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
return array(
|
||||
"account" => array(
|
||||
"totp_header" => "Två-faktors autentisering",
|
||||
),
|
||||
"view_as_admin" => "Du visar den här serverlistan som admin, därför är alla servrar installerade synliga. Serverar som du äger är markerade med en blå cirkel till vänster om servern.",
|
||||
);
|
3
resources/lang/sv/pagination.php
Normal file
3
resources/lang/sv/pagination.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
return array(
|
||||
);
|
3
resources/lang/sv/passwords.php
Normal file
3
resources/lang/sv/passwords.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
return array(
|
||||
);
|
3
resources/lang/sv/server.php
Normal file
3
resources/lang/sv/server.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
return array(
|
||||
);
|
3
resources/lang/sv/strings.php
Normal file
3
resources/lang/sv/strings.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
return array(
|
||||
);
|
3
resources/lang/sv/validation.php
Normal file
3
resources/lang/sv/validation.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
return array(
|
||||
);
|
Reference in a new issue