changing macosx to macos in defaults and languages

This commit is contained in:
Ben Fry
2022-01-22 13:54:08 -05:00
parent 8c44733d7e
commit 7c1a2f2950
11 changed files with 43 additions and 43 deletions
+8 -8
View File
@@ -80,7 +80,7 @@ chooser.files.native = true
# But removing again for 4.0 alpha 5, because the JFileChooser is awful,
# and worse on Big Sur, so a bigger problem than the Copy/Paste issue.
# https://github.com/processing/processing4/issues/77
#chooser.files.native.macosx = false
#chooser.files.native.macos = false
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -107,7 +107,7 @@ editor.window.height.default = 600
editor.window.width.min = 400
editor.window.height.min = 500
# tested as approx 440 on OS X
editor.window.height.min.macosx = 450
editor.window.height.min.macos = 450
# tested to be 515 on Windows XP, this leaves some room
editor.window.height.min.windows = 530
# tested with Raspberry Pi display
@@ -136,7 +136,7 @@ editor.caret.block = false
# enable ctrl-ins, shift-ins, shift-delete for cut/copy/paste
# on windows and linux, but disable on the mac
editor.keys.alternative_cut_copy_paste = true
editor.keys.alternative_cut_copy_paste.macosx = false
editor.keys.alternative_cut_copy_paste.macos = false
# true if shift-backspace sends the delete character,
# false if shift-backspace just means backspace
@@ -150,7 +150,7 @@ editor.keys.home_and_end_travel_far = false
editor.keys.home_and_end_travel_smart = true
# The OS X HI Guidelines say that home/end are relative to the document,
# but that drives some people nuts. This pref enables/disables it.
editor.keys.home_and_end_travel_far.macosx = true
editor.keys.home_and_end_travel_far.macos = true
# Enable/disable support for complex scripts. Used for Japanese and others,
# but disable when not needed, otherwise basic Western European chars break.
@@ -203,7 +203,7 @@ run.options.memory.maximum = 512
# By default, Mac OS X 10.6 launches applications in 32-bit mode,
# which is more compatible with libraries (many have not updated to 64-bit).
# Changing this doesn't do anything on other platforms.
run.options.bits.macosx = 32
run.options.bits.macos = 32
# Index of the display to use for running sketches (starts at 1).
# Kept this 1-indexed because older vesions of Processing were setting
@@ -219,7 +219,7 @@ run.display = -1
# default to the relative norm for the different platforms,
# but the setting can be changed in the prefs dialog anyway
#sketchbook.closing_last_window_quits = true
#sketchbook.closing_last_window_quits.macosx = false
#sketchbook.closing_last_window_quits.macos = false
editor.untitled.prefix=sketch_
# The old (pre-1.0, back for 2.0) style for default sketch name.
@@ -247,7 +247,7 @@ editor.laf.linux = javax.swing.plaf.nimbus.NimbusLookAndFeel
# which platforms to export by default
#export.application.platform.windows = true
#export.application.platform.macosx = true
#export.application.platform.macos = true
#export.application.platform.linux = true
# whether or not to export as full screen (present) mode
@@ -306,7 +306,7 @@ run.present.stop.color = #cccccc
# starting in release 0159, don't use full screen exclusive anymore
#run.present.exclusive = false
# use this by default to hide the menu bar and dock on osx
#run.present.exclusive.macosx = true
#run.present.exclusive.macos = true
# PROXIES
# Set a proxy server for folks that require it. This will allow the update
+11 -11
View File
@@ -31,7 +31,7 @@ menu.file.quit = Quit
menu.edit = Edit
menu.edit.undo = Undo
menu.edit.redo = Redo
menu.edit.redo.keystroke.macosx = shift meta pressed Z
menu.edit.redo.keystroke.macos = shift meta pressed Z
menu.edit.redo.keystroke.windows = ctrl pressed Y
menu.edit.redo.keystroke.linux = shift ctrl pressed Z
menu.edit.action.addition = addition
@@ -43,15 +43,15 @@ menu.edit.paste = Paste
menu.edit.select_all = Select All
menu.edit.auto_format = Auto Format
menu.edit.comment_uncomment = Comment/Uncomment
menu.edit.comment_uncomment.keystroke.macosx = meta pressed SLASH
menu.edit.comment_uncomment.keystroke.macos = meta pressed SLASH
menu.edit.comment_uncomment.keystroke.windows = ctrl pressed SLASH
menu.edit.comment_uncomment.keystroke.linux = ctrl pressed SLASH
menu.edit.increase_indent = → Increase Indent
menu.edit.increase_indent.keystroke.macosx = meta pressed CLOSE_BRACKET
menu.edit.increase_indent.keystroke.macos = meta pressed CLOSE_BRACKET
menu.edit.increase_indent.keystroke.windows = ctrl pressed CLOSE_BRACKET
menu.edit.increase_indent.keystroke.linux = ctrl pressed CLOSE_BRACKET
menu.edit.decrease_indent = ← Decrease Indent
menu.edit.decrease_indent.keystroke.macosx = meta pressed OPEN_BRACKET
menu.edit.decrease_indent.keystroke.macos = meta pressed OPEN_BRACKET
menu.edit.decrease_indent.keystroke.windows = ctrl pressed OPEN_BRACKET
menu.edit.decrease_indent.keystroke.linux = ctrl pressed OPEN_BRACKET
menu.edit.find = Find...
@@ -89,15 +89,15 @@ menu.debug.toggle_breakpoint = Toggle Breakpoint
# ---
# used for both menus and toolbars
menu.debug.step = Step
menu.debug.step.keystroke.macosx = meta pressed J
menu.debug.step.keystroke.macos = meta pressed J
menu.debug.step.keystroke.windows = ctrl pressed J
menu.debug.step.keystroke.linux = ctrl pressed J
menu.debug.step_into = Step Into
menu.debug.step_into.keystroke.macosx = shift meta pressed J
menu.debug.step_into.keystroke.macos = shift meta pressed J
menu.debug.step_into.keystroke.windows = shift ctrl pressed J
menu.debug.step_into.keystroke.linux = shift ctrl pressed J
menu.debug.step_out = Step Out
menu.debug.step_out.keystroke.macosx = meta alt pressed J
menu.debug.step_out.keystroke.macos = meta alt pressed J
menu.debug.step_out.keystroke.windows = ctrl alt pressed J
menu.debug.step_out.keystroke.linux = ctrl alt pressed J
menu.debug.continue = Continue
@@ -178,7 +178,7 @@ save.hint = If you don't save, your changes will be lost.
save.btn.save = Save
save.btn.dont_save = Don't Save
# Close (Frame) also used to prompt on non-OS X machines
# Close (Frame) also used to prompt on non-macOS machines
close.unsaved_changes = Save changes to %s?
# Preferences (Frame)
@@ -244,7 +244,7 @@ export.notice.exporting = Exporting application...
export.notice.exporting.done = Done exporting.
export.notice.exporting.error = Error during export.
export.notice.exporting.cancel = Export to Application canceled.
export.tooltip.macosx = macOS export is only available on macOS
export.tooltip.macos = macOS export is only available on macOS
export.full_screen = Full Screen
export.embed_java = Embed Java
export.include_java = Include Java in the %s application
@@ -335,11 +335,11 @@ editor.header.new_tab = New Tab
editor.header.rename = Rename
editor.header.delete = Delete
editor.header.previous_tab = Previous Tab
editor.header.previous_tab.keystroke.macosx = meta alt pressed LEFT
editor.header.previous_tab.keystroke.macos = meta alt pressed LEFT
editor.header.previous_tab.keystroke.windows = ctrl pressed PAGE_UP
editor.header.previous_tab.keystroke.linux = ctrl pressed PAGE_UP
editor.header.next_tab = Next Tab
editor.header.next_tab.keystroke.macosx = meta alt pressed RIGHT
editor.header.next_tab.keystroke.macos = meta alt pressed RIGHT
editor.header.next_tab.keystroke.windows = ctrl pressed PAGE_DOWN
editor.header.next_tab.keystroke.linux = ctrl pressed PAGE_DOWN
editor.header.delete.warning.title = Yeah, no.
+2 -2
View File
@@ -152,7 +152,7 @@ save.hint = في حال عدم الحفظ, ستفقد كل التغييرات ع
save.btn.save = حفظ
save.btn.dont_save = عدم الحفظ
# Close (Frame) also used to prompt on non-OS X machines
# Close (Frame) also used to prompt on non-macOS machines
close.unsaved_changes = ؟%s هل تريد حفظ التغييرات على
# Preferences (Frame)
@@ -218,7 +218,7 @@ export.notice.exporting = يتم تصدير التطبيق
export.notice.exporting.done = تم التصدير.
export.notice.exporting.error = حصل خطأ خلال التصدير.
export.notice.exporting.cancel = تم إلغاء عملية التصدير.
export.tooltip.macosx = macOS متاح فقط على macOS التصدير ل
export.tooltip.macos = macOS متاح فقط على macOS التصدير ل
export.full_screen = ملء الشاشة
export.embed_java = تضمين جافا
export.code_signing = توقيع الشفرة المصدرية
+1 -1
View File
@@ -203,7 +203,7 @@ export.notice.exporting = Exportiere Anwendung ...
export.notice.exporting.done = Exportieren abgeschlossen.
export.notice.exporting.error = Fehler während des Exportierens.
export.notice.exporting.cancel = Exportieren abgebrochen.
export.tooltip.macosx = Der macOS Export ist nur auf macOS Systemen möglich.
export.tooltip.macos = Der macOS Export ist nur auf macOS Systemen möglich.
export.full_screen = Fullscreen
export.embed_java = Java Einbettung
export.code_signing = Code Signing
+1 -1
View File
@@ -211,7 +211,7 @@ export.notice.exporting = Εξαγωγή εφαρμογής...
export.notice.exporting.done = Η εξαγωγή ολοκληρώθηκε.
export.notice.exporting.error = Σφάλμα κατά την εξαγωγή.
export.notice.exporting.cancel = Η Εξαγωγή ακυρώθηκε.
export.tooltip.macosx = Η εξαγωγή macOS είναι διαθέσιμη μόνο σε macOS
export.tooltip.macos = Η εξαγωγή macOS είναι διαθέσιμη μόνο σε macOS
export.full_screen = Πλήρης Οθόνη
export.embed_java = Ενσωματωμένη Java
export.code_signing = Υπογραφή Κώδικα
+2 -2
View File
@@ -222,7 +222,7 @@ export.notice.exporting = Exportando aplicación...
export.notice.exporting.done = Exportación finalizada.
export.notice.exporting.error = Error al exportar.
export.notice.exporting.cancel = Exportar a Aplicación cancelado.
export.tooltip.macosx = La exportación para OS X sólo está disponible en OS X
export.tooltip.macos = La exportación para macOS sólo está disponible en macOS
export.full_screen = Pantalla completa
export.embed_java = Incrustar Java
export.code_signing = Firma de código
@@ -257,7 +257,7 @@ create_font.size = Tamaño
create_font.smooth = Suavizar
create_font.characters = Caracteres...
create_font.character_selector = Selector de Caracteres
create_font.character_selector.label = Los caracteres por defecto incluyen la mayoría de los mapas de bits para scripts OS X\n y Windows Latin. Incluir todos los caracteres puede requerir una gran cantidad de memoria para todos los bitmaps.\nPara mayor control, puedes seleccionar bloques Unicode específicos.
create_font.character_selector.label = Los caracteres por defecto incluyen la mayoría de los mapas de bits para scripts macOS\n y Windows Latin. Incluir todos los caracteres puede requerir una gran cantidad de memoria para todos los bitmaps.\nPara mayor control, puedes seleccionar bloques Unicode específicos.
create_font.default_characters = Caracteres por defecto
create_font.all_characters = Todos los caracteres
create_font.specific_unicode = Bloques Unicode específicos
+1 -1
View File
@@ -189,7 +189,7 @@ export.notice.exporting = Export de l'application en cours...
export.notice.exporting.done = Export terminé.
export.notice.exporting.error = Erreur lors de l'export.
export.notice.exporting.cancel = Export de l'application annulé.
export.tooltip.macosx = L'export pour Mac OS X est seulement disponible sur Mac OS X
export.tooltip.macos = L'export pour macOS est seulement disponible sur macOS
export.full_screen = Plein écran
export.embed_java = Inclure Java
export.embed_java.for = Inclure Java pour
+2 -2
View File
@@ -152,7 +152,7 @@ save.hint = Se non salverai, le tue modifiche verranno perse.
save.btn.save = Salva
save.btn.dont_save = Non salvare
# Close (Frame) also used to prompt on non-OS X machines
# Close (Frame) also used to prompt on non-macOS machines
close.unsaved_changes = Salvare le modifiche di %s?
# Preferences (Frame)
@@ -218,7 +218,7 @@ export.notice.exporting = Esportando l'applicazione
export.notice.exporting.done = Esportazione eseguita.
export.notice.exporting.error = Errore durante l'esportazione.
export.notice.exporting.cancel = Esportazione come applicazione cancellata.
export.tooltip.macosx = L'esportazione per macOS è disponibile solo su macOS
export.tooltip.macos = L'esportazione per macOS è disponibile solo su macOS
export.full_screen = Tutto Schermo
export.embed_java = Embed Java
export.code_signing = Code Signing
+2 -2
View File
@@ -152,7 +152,7 @@ save.hint = 保存しなければ、変更は失われます。
save.btn.save = 保存する
save.btn.dont_save = 保存しない
# Close (Frame) also used to prompt on non-OS X machines
# Close (Frame) also used to prompt on non-macOS machines
close.unsaved_changes = %s への変更を保存しますか?
# Preferences (Frame)
@@ -218,7 +218,7 @@ export.notice.exporting = アプリケーションとしてエクスポートし
export.notice.exporting.done = エクスポートが完了しました。
export.notice.exporting.error = エクスポート中にエラーが発生しました。
export.notice.exporting.cancel = アプリケーションへのエクスポートがキャンセルされました。
export.tooltip.macosx = macOS 用のエクスポートは macOS でのみ利用可能です
export.tooltip.macos = macOS 用のエクスポートは macOS でのみ利用可能です
export.full_screen = フルスクリーン
export.embed_java = Java の埋め込み
export.code_signing = Code Signing
+2 -2
View File
@@ -152,7 +152,7 @@ save.hint = Несохранённые изменения будут потер
save.btn.save = Сохранить
save.btn.dont_save = Не сохранять
# Close (Frame) also used to prompt on non-OS X machines
# Close (Frame) also used to prompt on non-mac machines
close.unsaved_changes = Сохранить изменения в %s?
# Preferences (Frame)
@@ -218,7 +218,7 @@ export.notice.exporting = Экспорт приложения...
export.notice.exporting.done = Экспорт завершён.
export.notice.exporting.error = Ошибка при экспорте.
export.notice.exporting.cancel = Экспорт в приложение отменён.
export.tooltip.macosx = Экспорт для macOS доступен только на macOS
export.tooltip.macos = Экспорт для macOS доступен только на macOS
export.full_screen = Во весь экран
export.embed_java = Встроенная Java
export.code_signing = Цифровая подпись
+11 -11
View File
@@ -31,7 +31,7 @@ menu.file.quit = Вийти
menu.edit = Редагування
menu.edit.undo = Скасувати
menu.edit.redo = Повторити
menu.edit.redo.keystroke.macosx = shift meta pressed Z
menu.edit.redo.keystroke.macos = shift meta pressed Z
menu.edit.redo.keystroke.windows = ctrl pressed Y
menu.edit.redo.keystroke.linux = shift ctrl pressed Z
menu.edit.action.addition = додавання
@@ -43,15 +43,15 @@ menu.edit.paste = Вставити
menu.edit.select_all = Виділити все
menu.edit.auto_format = Автоформатування
menu.edit.comment_uncomment = Коментувати/Розкоментувати
menu.edit.comment_uncomment.keystroke.macosx = meta pressed SLASH
menu.edit.comment_uncomment.keystroke.macos = meta pressed SLASH
menu.edit.comment_uncomment.keystroke.windows = ctrl pressed SLASH
menu.edit.comment_uncomment.keystroke.linux = ctrl pressed SLASH
menu.edit.increase_indent = → Збільшити відступ
menu.edit.increase_indent.keystroke.macosx = meta pressed CLOSE_BRACKET
menu.edit.increase_indent.keystroke.macos = meta pressed CLOSE_BRACKET
menu.edit.increase_indent.keystroke.windows = ctrl pressed CLOSE_BRACKET
menu.edit.increase_indent.keystroke.linux = ctrl pressed CLOSE_BRACKET
menu.edit.decrease_indent = ← Зменшити відступ
menu.edit.decrease_indent.keystroke.macosx = meta pressed OPEN_BRACKET
menu.edit.decrease_indent.keystroke.macos = meta pressed OPEN_BRACKET
menu.edit.decrease_indent.keystroke.windows = ctrl pressed OPEN_BRACKET
menu.edit.decrease_indent.keystroke.linux = ctrl pressed OPEN_BRACKET
menu.edit.find = Знайти...
@@ -89,15 +89,15 @@ menu.debug.toggle_breakpoint = Додати / вилучити точку зуп
# ---
# used for both menus and toolbars
menu.debug.step = Крок
menu.debug.step.keystroke.macosx = meta pressed J
menu.debug.step.keystroke.macos = meta pressed J
menu.debug.step.keystroke.windows = ctrl pressed J
menu.debug.step.keystroke.linux = ctrl pressed J
menu.debug.step_into = Крок із заходом
menu.debug.step_into.keystroke.macosx = shift meta pressed J
menu.debug.step_into.keystroke.macos = shift meta pressed J
menu.debug.step_into.keystroke.windows = shift ctrl pressed J
menu.debug.step_into.keystroke.linux = shift ctrl pressed J
menu.debug.step_out = Крок із виходом
menu.debug.step_out.keystroke.macosx = meta alt pressed J
menu.debug.step_out.keystroke.macos = meta alt pressed J
menu.debug.step_out.keystroke.windows = ctrl alt pressed J
menu.debug.step_out.keystroke.linux = ctrl alt pressed J
menu.debug.continue = Продовжити
@@ -173,7 +173,7 @@ save.hint = Якщо не зберегти зміни, їх буде втрач
save.btn.save = Зберегти
save.btn.dont_save = Не зберігати
# Close (Frame) also used to prompt on non-OS X machines
# Close (Frame) also used to prompt on non-macOS machines
close.unsaved_changes = Зберегти зміни до %s?
# Preferences (Frame)
@@ -243,7 +243,7 @@ export.notice.exporting = Експортую застосунок...
export.notice.exporting.done = Експортування завершено.
export.notice.exporting.error = Помилка експортування.
export.notice.exporting.cancel = Експортування застосунку скасовано.
export.tooltip.macosx = Експорт для macOS доступний лише на macOS
export.tooltip.macos = Експорт для macOS доступний лише на macOS
export.full_screen = Повний екран
export.embed_java = Вбудувати Java
export.include_java = Включати Java у додатку %s
@@ -334,11 +334,11 @@ editor.header.new_tab = Нова вкладка
editor.header.rename = Перейменувати
editor.header.delete = Видалити
editor.header.previous_tab = Попередня вкладка
editor.header.previous_tab.keystroke.macosx = meta alt pressed LEFT
editor.header.previous_tab.keystroke.macos = meta alt pressed LEFT
editor.header.previous_tab.keystroke.windows = ctrl pressed PAGE_UP
editor.header.previous_tab.keystroke.linux = ctrl pressed PAGE_UP
editor.header.next_tab = Наступна вкладка
editor.header.next_tab.keystroke.macosx = meta alt pressed RIGHT
editor.header.next_tab.keystroke.macos = meta alt pressed RIGHT
editor.header.next_tab.keystroke.windows = ctrl pressed PAGE_DOWN
editor.header.next_tab.keystroke.linux = ctrl pressed PAGE_DOWN
editor.header.delete.warning.title = Хех, ні.