We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c76b8d + af100bc commit 9c76f65Copy full SHA for 9c76f65
resources/lang/sv/gaze.php
@@ -0,0 +1,11 @@
1
+<?php
2
+
3
+return [
4
+ 'banner_text' => 'Den här sidan visas just nu av :viewers.',
5
+ 'banner_text_other' => 'Den här sidan visas just nu av :viewers och :count till.',
6
+ 'banner_text_others' => 'Den här sidan visas just nu av :viewers och :count andra.',
7
8
+ 'lock_is_controller' => 'Du har kontroll över den här sidan.',
9
+ 'lock_user_controller' => ':name har kontroll över den här sidan.',
10
+ 'lock_take_control' => 'Ta kontroll',
11
+];
0 commit comments