Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f3d7eb

Browse files
committedFeb 3, 2025·
add strings for WriteDeveloperCloneBox
1 parent 5ffd569 commit 7f3d7eb

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed
 

‎_includes/includes/ui/keyboard-details.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ protected static function WriteDeveloperCloneBox() {
106106
$installLink = 'keyman:keyboard/install/' . rawurlencode(self::$id);
107107
if(!empty(self::$bcp47)) $installLink .= "?bcp47=" . rawurlencode(self::$bcp47);
108108
$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);
110110
return <<<END
111111
<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>
113113
</div>
114114
END;
115115
// <script>location.href = '$installLink';</script>

‎_includes/locale/en/LC_MESSAGES/keyboards-details-en.po

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ msgstr "New keyboard search"
1212
msgid "Search"
1313
msgstr "Search"
1414

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+
1521
# "Install keyboard" button text
1622
msgid "Install keyboard"
1723
msgstr "Install keyboard"
@@ -87,7 +93,7 @@ msgstr "Monthly Downloads"
8793
msgid "Total Downloads"
8894
msgstr "Total Downloads"
8995

90-
# Total Downloads title - Downloads since [date]
96+
# Total Downloads title - Downloads since {date}
9197
msgid "Downloads since %1$s"
9298
msgstr "Downloads since %1$s"
9399

‎_includes/locale/en/LC_MESSAGES/keyboards-details-es-ES.po

+7-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ msgstr "Nueva búsqueda de teclado"
2020
msgid "Search"
2121
msgstr "Buscar"
2222

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+
2329
# "Install keyboard" button text
2430
msgid "Install keyboard"
2531
msgstr "Instalar teclado"
@@ -95,7 +101,7 @@ msgstr "Descargas mensuales"
95101
msgid "Total Downloads"
96102
msgstr "Descargas totales"
97103

98-
# Total Downloads title - Downloads since [date]
104+
# Total Downloads title - Downloads since {date}
99105
msgid "Downloads since %1$s"
100106
msgstr "Descargas desde %1$s"
101107

‎_includes/locale/en/LC_MESSAGES/keyboards-details-fr-FR.po

+7-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ msgstr "Nouvelle recherche de clavier"
2222
msgid "Search"
2323
msgstr "Recherche"
2424

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+
2531
# "Install keyboard" button text
2632
msgid "Install keyboard"
2733
msgstr "Installer le clavier"
@@ -97,7 +103,7 @@ msgstr "Téléchargements mensuels"
97103
msgid "Total Downloads"
98104
msgstr "Téléchargements totaux"
99105

100-
# Total Downloads title - Downloads since [date]
106+
# Total Downloads title - Downloads since {date}
101107
msgid "Downloads since %1$s"
102108
msgstr "Téléchargements depuis %1$s"
103109

0 commit comments

Comments
 (0)
Please sign in to comment.