Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=8351b3747fa2b08c6f3c85a442f173d1a0a4811a
commit 8351b3747fa2b08c6f3c85a442f173d1a0a4811a Author: James Buren <[email protected]> Date: Fri Mar 1 04:54:48 2013 -0600 implement text macros for new locale UI diff --git a/new/fwsetup/text.h b/new/fwsetup/text.h index 2066649..67d246d 100644 --- a/new/fwsetup/text.h +++ b/new/fwsetup/text.h @@ -32,6 +32,8 @@ #define PASSWORD_SHORT_TEXT _("Your password must be at least 6 characters long.\n") #define PASSWORD_MISMATCH_TITLE _("Passwords Do Not Match") #define PASSWORD_MISMATCH_TEXT _("The passwords you have entered do not match.\n") +#define LOCALE_TITLE _("Locale Setup") +#define LOCALE_TEXT _("Select a locale from the list below.\nIt will be used for the '%s' variable.\n") #define PARTITION_TITLE _("Partition Setup") #define PARTITION_TEXT _("Select a disk device to setup a new partition table.\nSelect a partition to modify its parameters.\nSelect a disk device's free space to setup a new partition.\nSelect a disk device's deletion entry to delete the last partition.\n") #define PARTITION_DIALOG_NEW_TABLE_TITLE _("New Partition Table") _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
