Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
change copyright year and a few messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Aug 21, 2014
1 parent 94ec9ad commit cc4b7d2
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 12 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Red Hat, Inc. and individual contributors
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
Expand Down Expand Up @@ -226,6 +226,8 @@ protected void downloadZanataXml(String projectId, String iterationId,
.sampleConfiguration();
if (response.getStatus() >= 399) {
offerRetryOnServerError(response, console);
downloadZanataXml(projectId, iterationId, configFileDest);
return;
}
boolean created = configFileDest.createNewFile();
Preconditions.checkState(created,
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Red Hat, Inc. and individual contributors
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Red Hat, Inc. and individual contributors
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Red Hat, Inc. and individual contributors
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Red Hat, Inc. and individual contributors
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Red Hat, Inc. and individual contributors
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Red Hat, Inc. and individual contributors
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Red Hat, Inc. and individual contributors
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Red Hat, Inc. and individual contributors
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
Expand Down
6 changes: 3 additions & 3 deletions zanata-client-commands/src/main/resources/prompts.properties
@@ -1,7 +1,7 @@
missing.user.config=You don't have a zanata.ini file. Please refer to http://zanata.org/help/cli/cli-configuration/ to create one for intended Zanata server (https://translate.zanata.org, https://translate.engineering.redhat.com, https://translate.jboss.org)
which.server=Which Zanata server do you want to use?
server.selection=You've selected server %s
missing.server.url=You don't have zanata server url in your user config file (zanata.ini).
missing.server.url=You do not have a Zanata server URL in your user config file (zanata.ini). Please refer to http://zanata.org/help/cli/cli-configuration/ for how to add a server URL

project.config.exists=Project config (zanata.xml) already exists. Continue will back it up and create a new one.
continue.yes.no=Do you want to continue (y/n)?
Expand All @@ -11,7 +11,7 @@ project.select.or.create=Do you want to 1) select an existing project or 2) crea
available.projects======== Available project(s): ID (name) ======
select.project.prompt=Please select your project (index number) or enter part of the project ID/name to filter:
create.project.help=Refer to http://zanata.org/help/projects/create-project/ for help.
project.id.prompt=What project ID/slug do you want to have (start and end with letter or number, and contain only letters, numbers, underscores and hyphens):
project.id.prompt=What project ID/slug do you want to have (must start and end with letter or number, and contain only letters, numbers, underscores and hyphens):
project.name.prompt=What project name do you want to have:
project.type.prompt=What is your project type (%s)?
project.confirmation=You will be working with project %s.
Expand Down Expand Up @@ -64,7 +64,7 @@ no.blank.answer=Can not have blank answer. Please try again.

check.update.yes.no=It has been %d days since last check. Do you want to check for updates (y/n)?
suggest.update=Version %s of the client is available. You should update your client.
check.update.failed=Failed to resolve latest client artifact. Please try again later.
check.update.failed=Could not find the download for the latest client. Please try again later.
valid.frequency=Valid values: weekly|monthly|daily. Default is weekly.
update.marker.created=A file has been created at %s
update.marker.hint=You can edit the file to change when and how your client checks for updates.
Expand Down

0 comments on commit cc4b7d2

Please sign in to comment.