Skip to content

Commit af3e86f

Browse files
committed
Fix typos
1 parent 51fd360 commit af3e86f

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

CotEditor/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_manage_warnings.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<head>
44
<meta charset="UTF-8"/>
5-
<meta name="keywords" content="warning, dialog, alart"/>
5+
<meta name="keywords" content="warning, dialog, alert"/>
66
<link rel="stylesheet" href="../../Shared/sty/standard.css"/>
77
<script defer src="../../Shared/js/toc.js"></script>
88

CotEditor/cs.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"Convert" = "Převést";
222222
"Reinterpret" = "Reinterpretovat";
223223

224-
// Encoding alarts
224+
// Encoding alerts
225225
"The document contains characters incompatible with “%@.”" = "Dokument obsahuje nekompatibilní znaky s „%@“.";
226226

227227
// Lossy saving alert

CotEditor/de.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"Convert" = "Umwandeln";
222222
"Reinterpret" = "Neu interpretieren";
223223

224-
// Encoding alarts
224+
// Encoding alerts
225225
"The document contains characters incompatible with “%@.”" = "Das Dokument enthält Zeichen, die mit „%@“ inkompatible sind.";
226226

227227
// Lossy saving alert

CotEditor/en-GB.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"Convert" = "Convert";
222222
"Reinterpret" = "Reinterpret";
223223

224-
// Encoding alarts
224+
// Encoding alerts
225225
"The document contains characters incompatible with “%@.”" = "The document contains characters incompatible with “%@.”";
226226

227227
// Lossy saving alert

CotEditor/es.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"Convert" = "Convertir";
222222
"Reinterpret" = "Reinterpretación";
223223

224-
// Encoding alarts
224+
// Encoding alerts
225225
"The document contains characters incompatible with “%@.”" = "El documento contiene caracteres incompatibles con “%@.”"; // FIXME: needs review
226226

227227
// Lossy saving alert

CotEditor/fr.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"Convert" = "Convertir";
222222
"Reinterpret" = "Ré-interpréter";
223223

224-
// Encoding alarts
224+
// Encoding alerts
225225
"The document contains characters incompatible with “%@.”" = "Le document contient des caractères incompatibles avec « %@ »."; // FIXME: needs review
226226

227227
// Lossy saving alert

CotEditor/it.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"Convert" = "Converti";
222222
"Reinterpret" = "Reinterpreta";
223223

224-
// Encoding alarts
224+
// Encoding alerts
225225
"The document contains characters incompatible with “%@.”" = "Il documento contiene caratteri non compatibili con la codifica “%@.”"; // %@ is an encoding name.
226226

227227
// Lossy saving alert

CotEditor/ja.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"Convert" = "変換";
222222
"Reinterpret" = "再解釈";
223223

224-
// Encoding alarts
224+
// Encoding alerts
225225
"The document contains characters incompatible with “%@.”" = "書類に“%@”と互換性のない文字が含まれています。";
226226

227227
// Lossy saving alert

CotEditor/pt.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"Convert" = "Converter";
222222
"Reinterpret" = "Reinterpretar";
223223

224-
// Encoding alarts
224+
// Encoding alerts
225225
"The document contains characters incompatible with “%@.”" = "O documento contém caracteres incompatíveis com “%@.”"; // %@ is an encoding name.
226226

227227
// Lossy saving alert

CotEditor/tr.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"Convert" = "Dönüştür";
222222
"Reinterpret" = "Yeniden Yorumla";
223223

224-
// Encoding alarts
224+
// Encoding alerts
225225
"The document contains characters incompatible with “%@.”" = "Belge, “%@” ile uyumsuz karakterler içeriyor"; // %@ is an encoding name.
226226

227227
// Lossy saving alert

CotEditor/zh-Hans.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"Convert" = "转换";
222222
"Reinterpret" = "再次解释";
223223

224-
// Encoding alarts
224+
// Encoding alerts
225225
"The document contains characters incompatible with “%@.”" = "文档中包含与“%@”编码不兼容的字符。"; // %@ is an encoding name.
226226

227227
// Lossy saving alert

CotEditor/zh-Hant.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"Convert" = "轉換";
222222
"Reinterpret" = "再次解釋";
223223

224-
// Encoding alarts
224+
// Encoding alerts
225225
"The document contains characters incompatible with “%@.”" = "該文件包含與「%@」編碼不相容的字元。"; // %@ is an encoding name.
226226

227227
// Lossy saving alert

0 commit comments

Comments
 (0)