| ############################################################################### |
| # Copyright (c) 2008 g-Eclipse Consortium |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License v1.0 |
| # which accompanies this distribution, and is available at |
| # http://www.eclipse.org/legal/epl-v10.html |
| # |
| # Initial development of the original code was made for the |
| # g-Eclipse project founded by European Union |
| # project number: FP6-IST-034327 http://www.geclipse.eu/ |
| # |
| # Contributors: |
| # Moritz Post - initial API and implementation |
| ############################################################################### |
| |
| Bundle-Name = Amazon EC2 Connector Plug-in |
| Bundle-Vendor = EU FP7 CELAR |
| |
| ec2ServiceCreator.source.pattern = https://ec2.amazonaws.com/ |
| ec2ServiceCreator.service.name = Elastic Compute Cloud (EC2) |
| |
| problem.auth.authFailed.description = Could not authenticate with the provided credentials |
| problem.net.ec2.error.description = Could not interact with the AWS EC2 service |
| solution.auth.authFailed.falseEC2Url.description = Check the specified EC2 URL |
| solution.auth.authFailed.falseAWSCredentials.description = Check the provided AWS credentials |
| category.images = Images |
| category.networking = Networking |
| category.storage = Storage |
| category.security = Security |