From 330e56389620f70c09b8065b109785b23207e75a Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Thu, 10 May 2007 16:08:10 +0000
Subject: [PATCH] Make FTPParser Labels translatable in plugin.properties
---
.../plugin.properties | 7 +++++++
.../org.eclipse.rse.subsystems.files.ftp/plugin.xml | 12 ++++++------
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties
index 3a596f447a4..182f9f1c0d0 100644
--- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties
+++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.properties
@@ -26,3 +26,10 @@ FtpSystemDescription=Connection for FTP access to remote systems
Files=Files
FilesDescription=This configuration allows you to work with files on local or remote systems using the FTP protocol.
+
+FTPParser.UNIX=UNIX
+FTPParser.MVS=MVS
+FTPParser.WinNT=WinNT
+FTPParser.OS2=OS2
+FTPParser.OS400=OS400
+FTPParser.VMS=VMS
diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml
index 6a8e35cff3f..8cf69528984 100644
--- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml
+++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml
@@ -50,32 +50,32 @@ Javier Montalvo Orus (Symbian) - Fixing 176216 - [api] FTP sould provide API to
+ label="%FTPParser.UNIX">
+ label="%FTPParser.MVS">
+ label="%FTPParser.WinNT">
+ label="%FTPParser.OS2">
+ label="%FTPParser.OS400">
+ label="%FTPParser.VMS">