diff options
Diffstat (limited to 'shell/shell-errors.xml.h')
-rw-r--r-- | shell/shell-errors.xml.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/shell-errors.xml.h b/shell/shell-errors.xml.h new file mode 100644 index 0000000000..483b6a2050 --- /dev/null +++ b/shell/shell-errors.xml.h @@ -0,0 +1,14 @@ +/* shell:upgrade-nospace primary */ +char *s = N_("Insufficient disk space for upgrade."); +/* shell:upgrade-nospace secondary */ +char *s = N_("Upgrading your data and settings will require upto {0} of disk space, but you only have {1} available.\n" + "\n" + "You will need to make more space available in your home directory before you can continue."); +/* shell:upgrade-failed primary */ +char *s = N_("Upgrade from previous version failed:\n" + "{0}"); +/* shell:upgrade-failed secondary */ +char *s = N_("{1}\n" + "\n" + "If you choose to continue, you may not have access to some of your old data.\n" + ""); |