File tree 4 files changed +23
-5
lines changed
4 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ protected static function WriteDeveloperCloneBox() {
106
106
$ installLink = 'keyman:keyboard/install/ ' . rawurlencode (self ::$ id );
107
107
if (!empty (self ::$ bcp47 )) $ installLink .= "?bcp47= " . rawurlencode (self ::$ bcp47 );
108
108
$ h_filename = htmlspecialchars ($ filename );
109
-
109
+ $ new_project_details = Locale:: _s ( ' Fill in New Project Details box below and click OK to clone %1$s. ' , $ h_filename );
110
110
return <<<END
111
111
<div class="download download-developer">
112
- <div class="download-description">Fill in New Project Details box below and click OK to clone $ h_filename . </div>
112
+ <div class="download-description"> $ new_project_details </div>
113
113
</div>
114
114
END ;
115
115
// <script>location.href = '$installLink';</script>
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ msgstr "New keyboard search"
12
12
msgid "Search"
13
13
msgstr "Search"
14
14
15
+ # Keyman Developer clone keyboard box
16
+
17
+ # Fill in New Project Details box below and click OK to clone {filename}
18
+ msgid "Fill in New Project Details box below and click OK to clone %1$s."
19
+ msgstr "Fill in New Project Details box below and click OK to clone %1$s."
20
+
15
21
# "Install keyboard" button text
16
22
msgid "Install keyboard"
17
23
msgstr "Install keyboard"
@@ -87,7 +93,7 @@ msgstr "Monthly Downloads"
87
93
msgid "Total Downloads"
88
94
msgstr "Total Downloads"
89
95
90
- # Total Downloads title - Downloads since [ date]
96
+ # Total Downloads title - Downloads since { date}
91
97
msgid "Downloads since %1$s"
92
98
msgstr "Downloads since %1$s"
93
99
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ msgstr "Nueva búsqueda de teclado"
20
20
msgid "Search"
21
21
msgstr "Buscar"
22
22
23
+ # Keyman Developer clone keyboard box
24
+
25
+ # Fill in New Project Details box below and click OK to clone {filename}
26
+ msgid "Fill in New Project Details box below and click OK to clone %1$s."
27
+ msgstr "Complete el cuadro Detalles del nuevo proyecto a continuación y haga clic en Aceptar para clonar %1$s."
28
+
23
29
# "Install keyboard" button text
24
30
msgid "Install keyboard"
25
31
msgstr "Instalar teclado"
@@ -95,7 +101,7 @@ msgstr "Descargas mensuales"
95
101
msgid "Total Downloads"
96
102
msgstr "Descargas totales"
97
103
98
- # Total Downloads title - Downloads since [ date]
104
+ # Total Downloads title - Downloads since { date}
99
105
msgid "Downloads since %1$s"
100
106
msgstr "Descargas desde %1$s"
101
107
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ msgstr "Nouvelle recherche de clavier"
22
22
msgid "Search"
23
23
msgstr "Recherche"
24
24
25
+ # Keyman Developer clone keyboard box
26
+
27
+ # Fill in New Project Details box below and click OK to clone {filename}
28
+ msgid "Fill in New Project Details box below and click OK to clone %1$s."
29
+ msgstr "Remplissez la case Détails du nouveau projet ci-dessous et cliquez sur OK pour cloner %1$s."
30
+
25
31
# "Install keyboard" button text
26
32
msgid "Install keyboard"
27
33
msgstr "Installer le clavier"
@@ -97,7 +103,7 @@ msgstr "Téléchargements mensuels"
97
103
msgid "Total Downloads"
98
104
msgstr "Téléchargements totaux"
99
105
100
- # Total Downloads title - Downloads since [ date]
106
+ # Total Downloads title - Downloads since { date}
101
107
msgid "Downloads since %1$s"
102
108
msgstr "Téléchargements depuis %1$s"
103
109
You can’t perform that action at this time.
0 commit comments