mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
Merge pull request #2770 from federicobond/update-contributions
Update contributions.* strings to contrib
This commit is contained in:
@@ -83,7 +83,7 @@ public class ContributionManagerDialog {
|
||||
this.editor = editor;
|
||||
|
||||
if (dialog == null) {
|
||||
dialog = new JFrame(Language.text("contributions"));
|
||||
dialog = new JFrame(Language.text("contrib"));
|
||||
|
||||
restartButton = new JButton(Language.text("contrib.restart"));
|
||||
restartButton.setVisible(false);
|
||||
@@ -97,9 +97,9 @@ public class ContributionManagerDialog {
|
||||
Editor ed = iter.next();
|
||||
if (ed.getSketch().isModified()) {
|
||||
int option = Base
|
||||
.showYesNoQuestion(editor, Language.text("contributions"),
|
||||
Language.text("contributions.unsaved_changes"),
|
||||
Language.text("contributions.unsaved_changes.prompt"));
|
||||
.showYesNoQuestion(editor, Language.text("contrib"),
|
||||
Language.text("contrib.unsaved_changes"),
|
||||
Language.text("contrib.unsaved_changes.prompt"));
|
||||
|
||||
if (option == JOptionPane.NO_OPTION)
|
||||
return;
|
||||
|
||||
@@ -261,13 +261,13 @@ editor.status.printing.canceled = 取消打印.
|
||||
# ---------------------------------------
|
||||
# Contribution Panel
|
||||
|
||||
contributions.undo = 撤销
|
||||
contributions.remove = 移除
|
||||
contributions.install = 安装
|
||||
contributions.progress.starting = 开始
|
||||
contributions.progress.downloading = 下载
|
||||
contributions.download_error = 下载时出现问题.
|
||||
contributions.unsupported_operating_system = 你当前的操作系统似乎不被自持. 你应该访问 %s's 该库文件地址得到更多信息.
|
||||
contrib.undo = 撤销
|
||||
contrib.remove = 移除
|
||||
contrib.install = 安装
|
||||
contrib.progress.starting = 开始
|
||||
contrib.progress.downloading = 下载
|
||||
contrib.download_error = 下载时出现问题.
|
||||
contrib.unsupported_operating_system = 你当前的操作系统似乎不被自持. 你应该访问 %s's 该库文件地址得到更多信息.
|
||||
|
||||
|
||||
# ---------------------------------------
|
||||
@@ -275,4 +275,4 @@ contributions.unsupported_operating_system = 你当前的操作系统似乎不
|
||||
|
||||
warn.delete = 删除
|
||||
warn.delete.sketch = 你确定要删除该速写本?
|
||||
warn.delete.file = 你确定删除 "%s"?
|
||||
warn.delete.file = 你确定删除 "%s"?
|
||||
|
||||
Reference in New Issue
Block a user