-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathen.php
More file actions
41 lines (27 loc) · 1.24 KB
/
en.php
File metadata and controls
41 lines (27 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php
/*
* Keyman is copyright (C) SIL Global. MIT License.
*
* Default English strings for keyboards/keyboard-share.php
* When exporting strings from crowdin, convert \\$s to \$s
*/
declare(strict_types=1);
return [
# Head options title
"head_title" => "Share Keyboard %1\$s",
# Page title - Sharing {keyboard}
"h1_sharing_keyboard" => "Sharing keyboard %1\$s",
"line1" => "You probably arrived here by scanning a QRCode or opening a link
to share a keyboard from the Keyman app.",
"line2" => "We are sorry, but unfortunately, the keyboard you are interested in, called ",
"line3" => "is not currently available from the Keyman keyboards repository.",
"h2_how_to_get" => "How you can get this keyboard",
"how_to_get_1" => "This keyboard has been distributed peer-to-peer rather than through
the Keyman keyboards repository, so the best way to access the keyboard
is to ask the person who shared this link or QRCode with you.",
"how_to_get_2" => "If you cannot locate the person who shared the keyboard with you,
please do feel free to ask on the ",
# link to the Keyman forum
"keyman_forum" => "Keyman Community Forum",
"how_to_get_3" => "for assistance in locating the keyboard or a suitable alternative."
];