From c950247211958f37aa75ee36549907f0f97d9a0f Mon Sep 17 00:00:00 2001 From: Miika Tuominen Date: Sun, 4 Jan 2026 20:48:47 +0200 Subject: [PATCH] fix(l10n): Fix cote -> note typo --- Source/af.lproj/Localizable.strings | 2 +- Source/an.lproj/Localizable.strings | 2 +- Source/ast.lproj/Localizable.strings | 2 +- Source/az.lproj/Localizable.strings | 2 +- Source/be.lproj/Localizable.strings | 2 +- Source/bg_BG.lproj/Localizable.strings | 2 +- Source/bn_BD.lproj/Localizable.strings | 2 +- Source/br.lproj/Localizable.strings | 2 +- Source/bs.lproj/Localizable.strings | 2 +- Source/ca.lproj/Localizable.strings | 2 +- Source/cy_GB.lproj/Localizable.strings | 2 +- Source/en.lproj/Localizable.strings | 2 +- Source/eo.lproj/Localizable.strings | 2 +- Source/es-419.lproj/Localizable.strings | 2 +- Source/es-AR.lproj/Localizable.strings | 2 +- Source/es-CL.lproj/Localizable.strings | 2 +- Source/es-CO.lproj/Localizable.strings | 2 +- Source/es-CR.lproj/Localizable.strings | 2 +- Source/es-DO.lproj/Localizable.strings | 2 +- Source/es-EC.lproj/Localizable.strings | 2 +- Source/es-GT.lproj/Localizable.strings | 2 +- Source/es-HN.lproj/Localizable.strings | 2 +- Source/es-MX.lproj/Localizable.strings | 2 +- Source/es-NI.lproj/Localizable.strings | 2 +- Source/es-PA.lproj/Localizable.strings | 2 +- Source/es-PE.lproj/Localizable.strings | 2 +- Source/es-PR.lproj/Localizable.strings | 2 +- Source/es-PY.lproj/Localizable.strings | 2 +- Source/es-SV.lproj/Localizable.strings | 2 +- Source/es-UY.lproj/Localizable.strings | 2 +- Source/eu.lproj/Localizable.strings | 2 +- Source/fa.lproj/Localizable.strings | 2 +- Source/fi-FI.lproj/Localizable.strings | 2 +- Source/fo.lproj/Localizable.strings | 2 +- Source/fr.lproj/Localizable.strings | 2 +- Source/gd.lproj/Localizable.strings | 2 +- Source/he.lproj/Localizable.strings | 2 +- Source/hi_IN.lproj/Localizable.strings | 2 +- Source/hr.lproj/Localizable.strings | 2 +- Source/hsb.lproj/Localizable.strings | 2 +- Source/hu.lproj/Localizable.strings | 2 +- Source/hy.lproj/Localizable.strings | 2 +- Source/ia.lproj/Localizable.strings | 2 +- Source/id.lproj/Localizable.strings | 2 +- Source/ig.lproj/Localizable.strings | 2 +- Source/is.lproj/Localizable.strings | 2 +- Source/it.lproj/Localizable.strings | 2 +- Source/ja-JP.lproj/Localizable.strings | 2 +- Source/ka-GE.lproj/Localizable.strings | 2 +- Source/ka.lproj/Localizable.strings | 2 +- Source/kab.lproj/Localizable.strings | 2 +- Source/km.lproj/Localizable.strings | 2 +- Source/kn.lproj/Localizable.strings | 2 +- Source/ko.lproj/Localizable.strings | 2 +- Source/la.lproj/Localizable.strings | 2 +- Source/lb.lproj/Localizable.strings | 2 +- Source/lo.lproj/Localizable.strings | 2 +- Source/lt_LT.lproj/Localizable.strings | 2 +- Source/lv.lproj/Localizable.strings | 2 +- Source/mk.lproj/Localizable.strings | 2 +- Source/mn.lproj/Localizable.strings | 2 +- Source/mr.lproj/Localizable.strings | 2 +- Source/ms_MY.lproj/Localizable.strings | 2 +- Source/my.lproj/Localizable.strings | 2 +- Source/nb-NO.lproj/Localizable.strings | 2 +- Source/ne.lproj/Localizable.strings | 2 +- Source/nn_NO.lproj/Localizable.strings | 2 +- Source/oc.lproj/Localizable.strings | 2 +- Source/pl.lproj/Localizable.strings | 2 +- Source/ps.lproj/Localizable.strings | 2 +- Source/pt-PT.lproj/Localizable.strings | 2 +- Source/ro.lproj/Localizable.strings | 2 +- Source/sc.lproj/Localizable.strings | 2 +- Source/si.lproj/Localizable.strings | 2 +- Source/sl.lproj/Localizable.strings | 2 +- Source/sq.lproj/Localizable.strings | 2 +- Source/sr-Latn.lproj/Localizable.strings | 2 +- Source/sw.lproj/Localizable.strings | 2 +- Source/ta.lproj/Localizable.strings | 2 +- Source/th_TH.lproj/Localizable.strings | 2 +- Source/tk.lproj/Localizable.strings | 2 +- Source/ur_PK.lproj/Localizable.strings | 2 +- Source/uz.lproj/Localizable.strings | 2 +- Source/vi.lproj/Localizable.strings | 2 +- Source/zh-Hans.lproj/Localizable.strings | 2 +- Source/zh-Hant-TW.lproj/Localizable.strings | 2 +- Source/zu_ZA.lproj/Localizable.strings | 2 +- 87 files changed, 87 insertions(+), 87 deletions(-) diff --git a/Source/af.lproj/Localizable.strings b/Source/af.lproj/Localizable.strings index 8a26df80..666fbfa4 100644 --- a/Source/af.lproj/Localizable.strings +++ b/Source/af.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/an.lproj/Localizable.strings b/Source/an.lproj/Localizable.strings index fd09c8f3..9d9a48ee 100644 --- a/Source/an.lproj/Localizable.strings +++ b/Source/an.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ast.lproj/Localizable.strings b/Source/ast.lproj/Localizable.strings index 6cd2e41d..bde89cfb 100644 --- a/Source/ast.lproj/Localizable.strings +++ b/Source/ast.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Desaniciar"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/az.lproj/Localizable.strings b/Source/az.lproj/Localizable.strings index a4c29358..227b228c 100644 --- a/Source/az.lproj/Localizable.strings +++ b/Source/az.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/be.lproj/Localizable.strings b/Source/be.lproj/Localizable.strings index 318e7b64..f7fbca5a 100644 --- a/Source/be.lproj/Localizable.strings +++ b/Source/be.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Выдаліць"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/bg_BG.lproj/Localizable.strings b/Source/bg_BG.lproj/Localizable.strings index ccb4f51b..18e2e5f9 100644 --- a/Source/bg_BG.lproj/Localizable.strings +++ b/Source/bg_BG.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/bn_BD.lproj/Localizable.strings b/Source/bn_BD.lproj/Localizable.strings index 42c7ce88..d4f4b3b9 100644 --- a/Source/bn_BD.lproj/Localizable.strings +++ b/Source/bn_BD.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/br.lproj/Localizable.strings b/Source/br.lproj/Localizable.strings index edc8ca14..407f8466 100644 --- a/Source/br.lproj/Localizable.strings +++ b/Source/br.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Dilemel"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/bs.lproj/Localizable.strings b/Source/bs.lproj/Localizable.strings index 97caf5a7..81d4156a 100644 --- a/Source/bs.lproj/Localizable.strings +++ b/Source/bs.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ca.lproj/Localizable.strings b/Source/ca.lproj/Localizable.strings index ca4acaee..9daa9afc 100644 --- a/Source/ca.lproj/Localizable.strings +++ b/Source/ca.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Elimina"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/cy_GB.lproj/Localizable.strings b/Source/cy_GB.lproj/Localizable.strings index 49785cc8..e3ae9f10 100644 --- a/Source/cy_GB.lproj/Localizable.strings +++ b/Source/cy_GB.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/en.lproj/Localizable.strings b/Source/en.lproj/Localizable.strings index 8c670a08..94b55b38 100644 --- a/Source/en.lproj/Localizable.strings +++ b/Source/en.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/eo.lproj/Localizable.strings b/Source/eo.lproj/Localizable.strings index 5493860c..d4e697d5 100644 --- a/Source/eo.lproj/Localizable.strings +++ b/Source/eo.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-419.lproj/Localizable.strings b/Source/es-419.lproj/Localizable.strings index 53ebde7b..b1f9035e 100644 --- a/Source/es-419.lproj/Localizable.strings +++ b/Source/es-419.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-AR.lproj/Localizable.strings b/Source/es-AR.lproj/Localizable.strings index de7d894b..358c8b0d 100644 --- a/Source/es-AR.lproj/Localizable.strings +++ b/Source/es-AR.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Borrado"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-CL.lproj/Localizable.strings b/Source/es-CL.lproj/Localizable.strings index f2f53a8f..5d0d992f 100644 --- a/Source/es-CL.lproj/Localizable.strings +++ b/Source/es-CL.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-CO.lproj/Localizable.strings b/Source/es-CO.lproj/Localizable.strings index 753ab55b..d2f4ea94 100644 --- a/Source/es-CO.lproj/Localizable.strings +++ b/Source/es-CO.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-CR.lproj/Localizable.strings b/Source/es-CR.lproj/Localizable.strings index 245c9bf4..12da5e70 100644 --- a/Source/es-CR.lproj/Localizable.strings +++ b/Source/es-CR.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-DO.lproj/Localizable.strings b/Source/es-DO.lproj/Localizable.strings index dbfa18a6..a5335756 100644 --- a/Source/es-DO.lproj/Localizable.strings +++ b/Source/es-DO.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-EC.lproj/Localizable.strings b/Source/es-EC.lproj/Localizable.strings index a2576acd..24546622 100644 --- a/Source/es-EC.lproj/Localizable.strings +++ b/Source/es-EC.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-GT.lproj/Localizable.strings b/Source/es-GT.lproj/Localizable.strings index b6f86ff2..2c946b32 100644 --- a/Source/es-GT.lproj/Localizable.strings +++ b/Source/es-GT.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-HN.lproj/Localizable.strings b/Source/es-HN.lproj/Localizable.strings index f690e5b3..cc542048 100644 --- a/Source/es-HN.lproj/Localizable.strings +++ b/Source/es-HN.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-MX.lproj/Localizable.strings b/Source/es-MX.lproj/Localizable.strings index 97b140ac..a0b7d4a6 100644 --- a/Source/es-MX.lproj/Localizable.strings +++ b/Source/es-MX.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Borrado"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-NI.lproj/Localizable.strings b/Source/es-NI.lproj/Localizable.strings index 817eff9c..63bdb3c2 100644 --- a/Source/es-NI.lproj/Localizable.strings +++ b/Source/es-NI.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-PA.lproj/Localizable.strings b/Source/es-PA.lproj/Localizable.strings index 54b4ce0c..42705b8e 100644 --- a/Source/es-PA.lproj/Localizable.strings +++ b/Source/es-PA.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-PE.lproj/Localizable.strings b/Source/es-PE.lproj/Localizable.strings index 54b4ce0c..42705b8e 100644 --- a/Source/es-PE.lproj/Localizable.strings +++ b/Source/es-PE.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-PR.lproj/Localizable.strings b/Source/es-PR.lproj/Localizable.strings index dbfa18a6..a5335756 100644 --- a/Source/es-PR.lproj/Localizable.strings +++ b/Source/es-PR.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-PY.lproj/Localizable.strings b/Source/es-PY.lproj/Localizable.strings index 817eff9c..63bdb3c2 100644 --- a/Source/es-PY.lproj/Localizable.strings +++ b/Source/es-PY.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-SV.lproj/Localizable.strings b/Source/es-SV.lproj/Localizable.strings index 615d4e2d..fdb10254 100644 --- a/Source/es-SV.lproj/Localizable.strings +++ b/Source/es-SV.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/es-UY.lproj/Localizable.strings b/Source/es-UY.lproj/Localizable.strings index 4f97948e..57a36361 100644 --- a/Source/es-UY.lproj/Localizable.strings +++ b/Source/es-UY.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/eu.lproj/Localizable.strings b/Source/eu.lproj/Localizable.strings index 4ef55063..8f107a21 100644 --- a/Source/eu.lproj/Localizable.strings +++ b/Source/eu.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/fa.lproj/Localizable.strings b/Source/fa.lproj/Localizable.strings index ceec35de..f5064991 100644 --- a/Source/fa.lproj/Localizable.strings +++ b/Source/fa.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/fi-FI.lproj/Localizable.strings b/Source/fi-FI.lproj/Localizable.strings index d16eca6f..5b5ec594 100644 --- a/Source/fi-FI.lproj/Localizable.strings +++ b/Source/fi-FI.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/fo.lproj/Localizable.strings b/Source/fo.lproj/Localizable.strings index 2f1c4407..f8fd0113 100644 --- a/Source/fo.lproj/Localizable.strings +++ b/Source/fo.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/fr.lproj/Localizable.strings b/Source/fr.lproj/Localizable.strings index ae29faa3..54977637 100644 --- a/Source/fr.lproj/Localizable.strings +++ b/Source/fr.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Supprimé"; /* A menu action */ -"Delete Note" = "Supprimer la cote"; +"Delete Note" = "Supprimer la note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Saisir un nom pour la nouvelle catégorie"; diff --git a/Source/gd.lproj/Localizable.strings b/Source/gd.lproj/Localizable.strings index 8c670a08..94b55b38 100644 --- a/Source/gd.lproj/Localizable.strings +++ b/Source/gd.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/he.lproj/Localizable.strings b/Source/he.lproj/Localizable.strings index d32ee893..d62fc0ea 100644 --- a/Source/he.lproj/Localizable.strings +++ b/Source/he.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/hi_IN.lproj/Localizable.strings b/Source/hi_IN.lproj/Localizable.strings index 8c670a08..94b55b38 100644 --- a/Source/hi_IN.lproj/Localizable.strings +++ b/Source/hi_IN.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/hr.lproj/Localizable.strings b/Source/hr.lproj/Localizable.strings index 436faca4..26057bda 100644 --- a/Source/hr.lproj/Localizable.strings +++ b/Source/hr.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Obriši"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/hsb.lproj/Localizable.strings b/Source/hsb.lproj/Localizable.strings index 8c670a08..94b55b38 100644 --- a/Source/hsb.lproj/Localizable.strings +++ b/Source/hsb.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/hu.lproj/Localizable.strings b/Source/hu.lproj/Localizable.strings index c9cf6c72..ce5a4792 100644 --- a/Source/hu.lproj/Localizable.strings +++ b/Source/hu.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/hy.lproj/Localizable.strings b/Source/hy.lproj/Localizable.strings index b5c6a946..e6dbe18f 100644 --- a/Source/hy.lproj/Localizable.strings +++ b/Source/hy.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ia.lproj/Localizable.strings b/Source/ia.lproj/Localizable.strings index e3ef76cc..05251046 100644 --- a/Source/ia.lproj/Localizable.strings +++ b/Source/ia.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/id.lproj/Localizable.strings b/Source/id.lproj/Localizable.strings index ebbecc21..e562fb19 100644 --- a/Source/id.lproj/Localizable.strings +++ b/Source/id.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ig.lproj/Localizable.strings b/Source/ig.lproj/Localizable.strings index 8c670a08..94b55b38 100644 --- a/Source/ig.lproj/Localizable.strings +++ b/Source/ig.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/is.lproj/Localizable.strings b/Source/is.lproj/Localizable.strings index fe168c9d..b5121a27 100644 --- a/Source/is.lproj/Localizable.strings +++ b/Source/is.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Eyða"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/it.lproj/Localizable.strings b/Source/it.lproj/Localizable.strings index 7bb7eddb..f53972e6 100644 --- a/Source/it.lproj/Localizable.strings +++ b/Source/it.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Cancella"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ja-JP.lproj/Localizable.strings b/Source/ja-JP.lproj/Localizable.strings index 4a607bcd..c16113ca 100644 --- a/Source/ja-JP.lproj/Localizable.strings +++ b/Source/ja-JP.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ka-GE.lproj/Localizable.strings b/Source/ka-GE.lproj/Localizable.strings index 95e3b916..e11c282a 100644 --- a/Source/ka-GE.lproj/Localizable.strings +++ b/Source/ka-GE.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ka.lproj/Localizable.strings b/Source/ka.lproj/Localizable.strings index 8c670a08..94b55b38 100644 --- a/Source/ka.lproj/Localizable.strings +++ b/Source/ka.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/kab.lproj/Localizable.strings b/Source/kab.lproj/Localizable.strings index c37fd501..54b973d3 100644 --- a/Source/kab.lproj/Localizable.strings +++ b/Source/kab.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/km.lproj/Localizable.strings b/Source/km.lproj/Localizable.strings index 6efc4f74..922a1ec1 100644 --- a/Source/km.lproj/Localizable.strings +++ b/Source/km.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/kn.lproj/Localizable.strings b/Source/kn.lproj/Localizable.strings index 7968249e..90bc9a00 100644 --- a/Source/kn.lproj/Localizable.strings +++ b/Source/kn.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ko.lproj/Localizable.strings b/Source/ko.lproj/Localizable.strings index c8a6c68c..b29fec45 100644 --- a/Source/ko.lproj/Localizable.strings +++ b/Source/ko.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "삭제"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "새 분류에 대하여 이름을 입력하십시오."; diff --git a/Source/la.lproj/Localizable.strings b/Source/la.lproj/Localizable.strings index 8c670a08..94b55b38 100644 --- a/Source/la.lproj/Localizable.strings +++ b/Source/la.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/lb.lproj/Localizable.strings b/Source/lb.lproj/Localizable.strings index 598c53f3..071df28a 100644 --- a/Source/lb.lproj/Localizable.strings +++ b/Source/lb.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/lo.lproj/Localizable.strings b/Source/lo.lproj/Localizable.strings index e881acb0..1ca6c022 100644 --- a/Source/lo.lproj/Localizable.strings +++ b/Source/lo.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/lt_LT.lproj/Localizable.strings b/Source/lt_LT.lproj/Localizable.strings index 37a2d47d..317d8fc2 100644 --- a/Source/lt_LT.lproj/Localizable.strings +++ b/Source/lt_LT.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Ištrinti"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/lv.lproj/Localizable.strings b/Source/lv.lproj/Localizable.strings index 06052389..ca3b0479 100644 --- a/Source/lv.lproj/Localizable.strings +++ b/Source/lv.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/mk.lproj/Localizable.strings b/Source/mk.lproj/Localizable.strings index 935149ea..09fd2d41 100644 --- a/Source/mk.lproj/Localizable.strings +++ b/Source/mk.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/mn.lproj/Localizable.strings b/Source/mn.lproj/Localizable.strings index 8b89e87a..39fb54ce 100644 --- a/Source/mn.lproj/Localizable.strings +++ b/Source/mn.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/mr.lproj/Localizable.strings b/Source/mr.lproj/Localizable.strings index 8c670a08..94b55b38 100644 --- a/Source/mr.lproj/Localizable.strings +++ b/Source/mr.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ms_MY.lproj/Localizable.strings b/Source/ms_MY.lproj/Localizable.strings index 3088f9ea..d76ea803 100644 --- a/Source/ms_MY.lproj/Localizable.strings +++ b/Source/ms_MY.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/my.lproj/Localizable.strings b/Source/my.lproj/Localizable.strings index 8c670a08..94b55b38 100644 --- a/Source/my.lproj/Localizable.strings +++ b/Source/my.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/nb-NO.lproj/Localizable.strings b/Source/nb-NO.lproj/Localizable.strings index 46cb8c5b..4adfdeeb 100644 --- a/Source/nb-NO.lproj/Localizable.strings +++ b/Source/nb-NO.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ne.lproj/Localizable.strings b/Source/ne.lproj/Localizable.strings index 8c670a08..94b55b38 100644 --- a/Source/ne.lproj/Localizable.strings +++ b/Source/ne.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/nn_NO.lproj/Localizable.strings b/Source/nn_NO.lproj/Localizable.strings index 7ba69653..b28286b9 100644 --- a/Source/nn_NO.lproj/Localizable.strings +++ b/Source/nn_NO.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/oc.lproj/Localizable.strings b/Source/oc.lproj/Localizable.strings index b362ca5b..f4422cf5 100644 --- a/Source/oc.lproj/Localizable.strings +++ b/Source/oc.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/pl.lproj/Localizable.strings b/Source/pl.lproj/Localizable.strings index 0a758563..e2d0b063 100644 --- a/Source/pl.lproj/Localizable.strings +++ b/Source/pl.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Skasuj"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ps.lproj/Localizable.strings b/Source/ps.lproj/Localizable.strings index 34e29e06..2bc6a246 100644 --- a/Source/ps.lproj/Localizable.strings +++ b/Source/ps.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/pt-PT.lproj/Localizable.strings b/Source/pt-PT.lproj/Localizable.strings index 24a58bce..6ea7387d 100644 --- a/Source/pt-PT.lproj/Localizable.strings +++ b/Source/pt-PT.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ro.lproj/Localizable.strings b/Source/ro.lproj/Localizable.strings index 34b32384..1f5b3644 100644 --- a/Source/ro.lproj/Localizable.strings +++ b/Source/ro.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/sc.lproj/Localizable.strings b/Source/sc.lproj/Localizable.strings index 5507be37..cb26e8ba 100644 --- a/Source/sc.lproj/Localizable.strings +++ b/Source/sc.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/si.lproj/Localizable.strings b/Source/si.lproj/Localizable.strings index b0cb1694..c04abd8f 100644 --- a/Source/si.lproj/Localizable.strings +++ b/Source/si.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/sl.lproj/Localizable.strings b/Source/sl.lproj/Localizable.strings index d94ab5ea..f7d2d538 100644 --- a/Source/sl.lproj/Localizable.strings +++ b/Source/sl.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Pobriši"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/sq.lproj/Localizable.strings b/Source/sq.lproj/Localizable.strings index 8c3361ce..dd8a98b1 100644 --- a/Source/sq.lproj/Localizable.strings +++ b/Source/sq.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Fshini"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/sr-Latn.lproj/Localizable.strings b/Source/sr-Latn.lproj/Localizable.strings index 83815aec..fef9d460 100644 --- a/Source/sr-Latn.lproj/Localizable.strings +++ b/Source/sr-Latn.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/sw.lproj/Localizable.strings b/Source/sw.lproj/Localizable.strings index 35088213..88bb47e8 100644 --- a/Source/sw.lproj/Localizable.strings +++ b/Source/sw.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Futa"; /* A menu action */ -"Delete Note" = "Futa cote"; +"Delete Note" = "Futa note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Weka jina la kategoria mpya"; diff --git a/Source/ta.lproj/Localizable.strings b/Source/ta.lproj/Localizable.strings index 60d397dd..a111687f 100644 --- a/Source/ta.lproj/Localizable.strings +++ b/Source/ta.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/th_TH.lproj/Localizable.strings b/Source/th_TH.lproj/Localizable.strings index 9357c2f5..35cdac53 100644 --- a/Source/th_TH.lproj/Localizable.strings +++ b/Source/th_TH.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/tk.lproj/Localizable.strings b/Source/tk.lproj/Localizable.strings index 8c670a08..94b55b38 100644 --- a/Source/tk.lproj/Localizable.strings +++ b/Source/tk.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/ur_PK.lproj/Localizable.strings b/Source/ur_PK.lproj/Localizable.strings index 40eeff2f..40b1048c 100644 --- a/Source/ur_PK.lproj/Localizable.strings +++ b/Source/ur_PK.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/uz.lproj/Localizable.strings b/Source/uz.lproj/Localizable.strings index c6a92c3b..b4f31be6 100644 --- a/Source/uz.lproj/Localizable.strings +++ b/Source/uz.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "O'chirish"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/vi.lproj/Localizable.strings b/Source/vi.lproj/Localizable.strings index 2c041f6c..2afb08cc 100644 --- a/Source/vi.lproj/Localizable.strings +++ b/Source/vi.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/zh-Hans.lproj/Localizable.strings b/Source/zh-Hans.lproj/Localizable.strings index efa238ea..38238711 100644 --- a/Source/zh-Hans.lproj/Localizable.strings +++ b/Source/zh-Hans.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/zh-Hant-TW.lproj/Localizable.strings b/Source/zh-Hant-TW.lproj/Localizable.strings index 046743c2..dbae9615 100644 --- a/Source/zh-Hant-TW.lproj/Localizable.strings +++ b/Source/zh-Hant-TW.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category"; diff --git a/Source/zu_ZA.lproj/Localizable.strings b/Source/zu_ZA.lproj/Localizable.strings index 8c670a08..94b55b38 100644 --- a/Source/zu_ZA.lproj/Localizable.strings +++ b/Source/zu_ZA.lproj/Localizable.strings @@ -63,7 +63,7 @@ "Delete" = "Delete"; /* A menu action */ -"Delete Note" = "Delete cote"; +"Delete Note" = "Delete note"; /* Prompt on alert for adding a category */ "Enter a name for the new category" = "Enter a name for the new category";