From c65a77bd85824171f363c95b615c5025a605b71e Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Sat, 13 Apr 2013 02:32:09 -0400 Subject: Fixed issue #25 Corrected the capitalization of the "Project notes..." menu item --- gui.js | 2 +- lang-de.js | 2 +- lang-eo.js | 2 +- lang-es.js | 2 +- lang-fr.js | 2 +- lang-it.js | 2 +- lang-ja.js | 2 +- lang-ja_HIRA.js | 2 +- lang-ko.js | 2 +- lang-pt.js | 2 +- lang-ru.js | 2 +- lang-si.js | 2 +- lang-zh.js | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/gui.js b/gui.js index d4320f2..14bbb03 100644 --- a/gui.js +++ b/gui.js @@ -1914,7 +1914,7 @@ IDE_Morph.prototype.projectMenu = function () { shiftClicked = (world.currentKey === 16); menu = new MenuMorph(this); - menu.addItem('Project Notes...', 'editProjectNotes'); + menu.addItem('Project notes...', 'editProjectNotes'); menu.addLine(); menu.addItem( 'New', diff --git a/lang-de.js b/lang-de.js index b5eb86f..2f5c5e2 100644 --- a/lang-de.js +++ b/lang-de.js @@ -621,7 +621,7 @@ SnapTranslator.dict.de = { 'erm\u00f6glicht Morphic Funktionen', // project menu - 'Project Notes...': + 'Project notes...': 'Projektanmerkungen...', 'New': 'Neu', diff --git a/lang-eo.js b/lang-eo.js index 453ff01..18c6b6b 100644 --- a/lang-eo.js +++ b/lang-eo.js @@ -592,7 +592,7 @@ SnapTranslator.dict.eo = { 'ŝalti Morphic\nkuntekstajn menuojn\nkaj kontrolilojn, \nne la afablajn!', // project menu - 'Project Notes...': + 'Project notes...': 'Projektonotoj...', 'New': 'Nova', diff --git a/lang-es.js b/lang-es.js index 893148a..1c6ace7 100644 --- a/lang-es.js +++ b/lang-es.js @@ -605,7 +605,7 @@ SnapTranslator.dict.es = { 'habilitar men\u0075s \nM\u00F3rficos contextuales\n e inspectores,\n\u00A1no f\u0061ciles de utilizar! ', // project menu - 'Project Notes...': + 'Project notes...': 'Notas del proyecto...', 'New': 'Nuevo', diff --git a/lang-fr.js b/lang-fr.js index 15eebb8..5e6edfe 100644 --- a/lang-fr.js +++ b/lang-fr.js @@ -602,7 +602,7 @@ SnapTranslator.dict.fr = { 'activer la fonction morphic', // project menu - 'Project Notes...': + 'Project notes...': 'Notes du projet...', 'New': 'Nouveau', diff --git a/lang-it.js b/lang-it.js index 5b0b1b8..b6801dd 100644 --- a/lang-it.js +++ b/lang-it.js @@ -618,7 +618,7 @@ SnapTranslator.dict.it = { 'Abilita i menu contestuali\ndi Morphic e l\'inspector,\n non user-friendly', // project menu - 'Project Notes...': + 'Project notes...': 'Note di Progetto...', 'New': 'Nuovo', diff --git a/lang-ja.js b/lang-ja.js index 06af972..3c54574 100755 --- a/lang-ja.js +++ b/lang-ja.js @@ -616,7 +616,7 @@ SnapTranslator.dict.ja = { 'ユーザーフレンドリーではない\nモーフィックコンテクストメニューと\nインスペクターを有効にする', // project menu - 'Project Notes...': + 'Project notes...': 'プロジェクトのメモ...', 'New': '新規', diff --git a/lang-ja_HIRA.js b/lang-ja_HIRA.js index 0bf8596..4d5de8d 100755 --- a/lang-ja_HIRA.js +++ b/lang-ja_HIRA.js @@ -616,7 +616,7 @@ SnapTranslator.dict.ja_HIRA = { 'ユーザーフレンドリーではない\nモーフィックコンテクストメニューと\nインスペクターをゆうこうにする', // project menu - 'Project Notes...': + 'Project notes...': 'プロジェクトのメモ...', 'New': 'しんき', diff --git a/lang-ko.js b/lang-ko.js index 1c0f747..14c9dac 100644 --- a/lang-ko.js +++ b/lang-ko.js @@ -602,7 +602,7 @@ SnapTranslator.dict.ko = { '모픽 컨텍스트 메뉴와 인스펙터를 사용할 수 있으나, 사용자 친화적이지 않습니다!', // project menu - 'Project Notes...': + 'Project notes...': '프로젝트 메모...', 'New': '새로 만들기', diff --git a/lang-pt.js b/lang-pt.js index 47e47a0..14e70b9 100755 --- a/lang-pt.js +++ b/lang-pt.js @@ -623,7 +623,7 @@ SnapTranslator.dict.pt = { 'Activar menus de contexto\ne inspectores não\namigáveis do Morphic!', // menu de projecto - 'Project Notes...': + 'Project notes...': 'Notas deste projecto…', 'New': 'Criar um novo projecto', diff --git a/lang-ru.js b/lang-ru.js index f3ad6a2..cca11bf 100644 --- a/lang-ru.js +++ b/lang-ru.js @@ -599,7 +599,7 @@ SnapTranslator.dict.ru = { 'включить Morphic\nконтекст меню', // project menu - 'Project Notes...': + 'Project notes...': 'Проектные Записки...', 'New': 'Новый проект', diff --git a/lang-si.js b/lang-si.js index dbe290a..dfb927a 100644 --- a/lang-si.js +++ b/lang-si.js @@ -594,7 +594,7 @@ SnapTranslator.dict.si = { 'omogo\u010Di Morphic menuje in in\u0161pektorje, \ni uporabniku prijazno', // project menu - 'Project Notes...': + 'Project notes...': 'Opis projekta...', 'New': 'Nov', diff --git a/lang-zh.js b/lang-zh.js index 9e2a8a8..cac4099 100644 --- a/lang-zh.js +++ b/lang-zh.js @@ -620,7 +620,7 @@ SnapTranslator.dict.zh = { // project menu - 'Project Notes...': + 'Project notes...': '项目说明...', 'New': '新建', -- cgit v1.3.1