[DEVELOPMENT ENVIRONMENT]

* NEW: The subversion dialog is not closed automatically anymore when 
  hitting ENTER.


git-svn-id: svn://localhost/gambas/trunk@5562 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2013-02-24 17:13:07 +00:00
parent 035eb084f3
commit c9d70b9301
2 changed files with 91 additions and 92 deletions

View file

@ -10,6 +10,14 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: .project:1
msgid "Gambas 3"
msgstr ""
#: .project:2
msgid "Integrated Development Environment for Gambas"
msgstr ""
#: CBookmark.class:33
msgid "Define bookmark"
msgstr ""
@ -477,48 +485,6 @@ msgstr ""
msgid "Gambas reports"
msgstr ""
#: ComponentItem.class:139 FProjectProperty.class:1230
#: FPropertyComponent.form:78
msgid "Experimental"
msgstr ""
#: ComponentItem.class:141 FProjectProperty.class:1228
#: FPropertyComponent.form:78
msgid "Not finished but stable"
msgstr ""
#: ComponentItem.class:144 ProjectItem.class:82
msgid "Authors"
msgstr ""
#: ComponentItem.class:153
msgid "Excludes"
msgstr ""
#: ComponentItem.class:159
msgid "Implements"
msgstr ""
#: ComponentItem.class:240
msgid "This component is required by the following library:<p>&1"
msgstr ""
#: ComponentItem.class:242
msgid "This component is required by the following libraries:<p>&1"
msgstr ""
#: ComponentItem.class:251
msgid "This component is required by:<p>&1"
msgstr ""
#: ComponentItem.class:252
msgid "Keep"
msgstr ""
#: ComponentItem.class:252 FDebugInfo.form:157
msgid "Remove all"
msgstr ""
#: CProfile.class:111
msgid "Evaluator"
msgstr ""
@ -581,7 +547,7 @@ msgstr ""
#: FReportBrushChooser.form:34 FReportCoordChooser.form:26
#: FReportPaddingChooser.form:75 FSave.form:28 FSaveProjectAs.form:76
#: FSearch.class:865 FSelectExtraFile.form:43 FSelectIcon.form:87
#: FSnippet.form:57 FTableChooser.form:68 FTextEditor.class:596 FText.form:41
#: FSnippet.form:57 FTableChooser.form:68 FText.form:41 FTextEditor.class:596
#: FTranslate.class:552 Project.module:468
msgid "Cancel"
msgstr ""
@ -594,6 +560,48 @@ msgstr ""
msgid "The Gambas font is published under the SIL Open Font License."
msgstr ""
#: ComponentItem.class:139 FProjectProperty.class:1230
#: FPropertyComponent.form:78
msgid "Experimental"
msgstr ""
#: ComponentItem.class:141 FProjectProperty.class:1228
#: FPropertyComponent.form:78
msgid "Not finished but stable"
msgstr ""
#: ComponentItem.class:144 ProjectItem.class:82
msgid "Authors"
msgstr ""
#: ComponentItem.class:153
msgid "Excludes"
msgstr ""
#: ComponentItem.class:159
msgid "Implements"
msgstr ""
#: ComponentItem.class:240
msgid "This component is required by the following library:<p>&1"
msgstr ""
#: ComponentItem.class:242
msgid "This component is required by the following libraries:<p>&1"
msgstr ""
#: ComponentItem.class:251
msgid "This component is required by:<p>&1"
msgstr ""
#: ComponentItem.class:252
msgid "Keep"
msgstr ""
#: ComponentItem.class:252 FDebugInfo.form:157
msgid "Remove all"
msgstr ""
#: Design.module:159 Project.module:2082
msgid "first"
msgstr ""
@ -4068,38 +4076,6 @@ msgstr ""
msgid "Author"
msgstr ""
#: FPropertyComponent.form:71
msgid "Component advancement"
msgstr ""
#: FPropertyComponent.form:78
msgid "Finished and stable"
msgstr ""
#: FPropertyComponent.form:89
msgid "This component is hidden"
msgstr ""
#: FPropertyComponent.form:106
msgid "Compatible until version"
msgstr ""
#: FPropertyComponent.form:131
msgid "Exported classes"
msgstr ""
#: FPropertyComponent.form:145
msgid "Features"
msgstr ""
#: FPropertyComponent.form:230
msgid "Remove All"
msgstr ""
#: FPropertyComponent.class:153
msgid "Cannot write component description file."
msgstr ""
#: FProperty.form:47
msgid "Lock property"
msgstr ""
@ -4151,6 +4127,38 @@ msgstr ""
msgid "Select a file"
msgstr ""
#: FPropertyComponent.form:71
msgid "Component advancement"
msgstr ""
#: FPropertyComponent.form:78
msgid "Finished and stable"
msgstr ""
#: FPropertyComponent.form:89
msgid "This component is hidden"
msgstr ""
#: FPropertyComponent.form:106
msgid "Compatible until version"
msgstr ""
#: FPropertyComponent.form:131
msgid "Exported classes"
msgstr ""
#: FPropertyComponent.form:145
msgid "Features"
msgstr ""
#: FPropertyComponent.form:230
msgid "Remove All"
msgstr ""
#: FPropertyComponent.class:153
msgid "Cannot write component description file."
msgstr ""
#: FProxy.form:20
msgid "Proxy configuration"
msgstr ""
@ -4411,6 +4419,14 @@ msgstr ""
msgid "Choose a table"
msgstr ""
#: FText.form:12
msgid "Edit text property"
msgstr ""
#: FText.form:30
msgid "Use a fixed font"
msgstr ""
#: FTextEditor.form:188
msgid "Compress file"
msgstr ""
@ -4431,14 +4447,6 @@ msgstr ""
msgid "Unable to compress file."
msgstr ""
#: FText.form:12
msgid "Edit text property"
msgstr ""
#: FText.form:30
msgid "Use a fixed font"
msgstr ""
#: FTips.form:18
msgid "Tips of the day"
msgstr ""
@ -6031,14 +6039,6 @@ msgstr ""
msgid "Patch didn't apply:\n"
msgstr ""
#: .project:1
msgid "Gambas 3"
msgstr ""
#: .project:2
msgid "Integrated Development Environment for Gambas"
msgstr ""
#: Project.module:193
msgid "Automation"
msgstr ""

View file

@ -227,7 +227,6 @@
{ btnOK Button
MoveScaled(37,0,15,4)
Text = ("Close")
Default = True
}
}
}