diff options
| author | Brice Maron <b.maron@whatever-company.com> | 2019-07-26 15:54:50 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2019-07-26 22:35:02 +0200 |
| commit | 669b15b0ec0a491f169772ac69e96a9970759a36 (patch) | |
| tree | c0a78614433369f44ed299e4cfbc04fbc3aebda2 /ihatemoney/messages.pot | |
| parent | 2a9f447054cea693e1e1579780ed57f3212f91c7 (diff) | |
| download | ihatemoney-mirror-669b15b0ec0a491f169772ac69e96a9970759a36.zip ihatemoney-mirror-669b15b0ec0a491f169772ac69e96a9970759a36.tar.gz ihatemoney-mirror-669b15b0ec0a491f169772ac69e96a9970759a36.tar.bz2 | |
Improve already project exists message
Diffstat (limited to 'ihatemoney/messages.pot')
| -rw-r--r-- | ihatemoney/messages.pot | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/ihatemoney/messages.pot b/ihatemoney/messages.pot index fb69539..7f7da2f 100644 --- a/ihatemoney/messages.pot +++ b/ihatemoney/messages.pot @@ -1,5 +1,5 @@ msgid "" -"Not a valid amount or expression.Only numbers and + - * / operatorsare " +"Not a valid amount or expression. Only numbers and + - * / operators are " "accepted." msgstr "" @@ -18,11 +18,10 @@ msgstr "" msgid "Create the project" msgstr "" +#, python-format msgid "" -"The project identifier is used to log in and for the URL of the project. " -"We tried to generate an identifier for you but a project with this " -"identifier already exists. Please create a new identifier that you will " -"be able to remember" +"A project with this identifier (\"%(project)s\") already exists. Please " +"choose a new identifier" msgstr "" msgid "Get in" @@ -76,10 +75,10 @@ msgstr "" msgid "Name" msgstr "" -msgid "Weight" +msgid "Weights should be positive" msgstr "" -msgid "Weights should be positive" +msgid "Weight" msgstr "" msgid "Add" @@ -348,10 +347,10 @@ msgstr "" msgid "Start a new project" msgstr "" -msgid "Logout" +msgid "Dashboard" msgstr "" -msgid "Dashboard" +msgid "Logout" msgstr "" msgid "This is a free software" |
