diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2004-05-18 15:29:26 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-18 15:29:26 +0800 |
commit | 6163a33d6924d8b6eb1eef15ae8b789486ea8774 (patch) | |
tree | f6002af257857f9cdd34151c34cbcaf5a85869b0 /shell | |
parent | 463b3e37eca3fda700e56d8cb306622074468382 (diff) | |
download | gsoc2013-evolution-6163a33d6924d8b6eb1eef15ae8b789486ea8774.tar.gz gsoc2013-evolution-6163a33d6924d8b6eb1eef15ae8b789486ea8774.tar.zst gsoc2013-evolution-6163a33d6924d8b6eb1eef15ae8b789486ea8774.zip |
update translation header
svn path=/trunk/; revision=25952
Diffstat (limited to 'shell')
-rw-r--r-- | shell/shell-errors.xml.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/shell-errors.xml.h b/shell/shell-errors.xml.h index 6731f42a04..e71c875578 100644 --- a/shell/shell-errors.xml.h +++ b/shell/shell-errors.xml.h @@ -13,3 +13,21 @@ char *s = N_("{1}\n" "If you choose to continue, you may not have access to some of your old data.\n" ""); char *s = N_("Continue"); +/* shell:noshell title */ +char *s = N_("Cannot start Evolution"); +/* shell:noshell primary */ +char *s = N_("Evolution can not start."); +/* shell:noshell secondary */ +char *s = N_("Your system configuration does not match your Evolution configuration.\n" + "\n" + "Click help for details"); +/* shell:noshell-reason title */ +char *s = N_("Cannot start Evolution"); +/* shell:noshell-reason primary */ +char *s = N_("Evolution can not start."); +/* shell:noshell-reason secondary */ +char *s = N_("Your system configuration does not match your Evolution configuration:\n" + "\n" + "{0}\n" + "\n" + "Click help for details."); |