add translator comment for page titles
This commit is contained in:
@@ -6,6 +6,7 @@ template ConfirmPage : Box {
|
||||
spacing: 18;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Confirmation");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -13,6 +13,7 @@ template DiskPage : Stack {
|
||||
spacing: 12;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Disk Selection");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -6,6 +6,7 @@ template DonePage : Box {
|
||||
spacing: 12;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Installation Complete");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -6,6 +6,7 @@ template EncryptPage : Box {
|
||||
spacing: 12;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Disk Encryption");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -5,6 +5,7 @@ template FailedPage : Box {
|
||||
spacing: 12;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Installation Failed");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -8,7 +8,7 @@ template FormatPage : Box {
|
||||
|
||||
Label {
|
||||
valign: start;
|
||||
/* Translators: Above list of format locales */
|
||||
/* Translators: Page title */
|
||||
label: _("Select Region");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -5,6 +5,7 @@ template InstallPage : Box {
|
||||
spacing: 12;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Installing");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -6,6 +6,7 @@ template InternetPage : Box {
|
||||
spacing: 18;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Internet Connection Check");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -6,6 +6,7 @@ template KeyboardLayoutPage : Box {
|
||||
spacing: 12;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Keyboard Layout Selection");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -6,6 +6,7 @@ template LocalePage : Box {
|
||||
spacing: 12;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Adapt to Location");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -5,6 +5,7 @@ template RestartPage : Box {
|
||||
spacing: 18;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Restarting");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -5,6 +5,7 @@ template SoftwarePage : Box {
|
||||
spacing: 12;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Additional Software");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -6,6 +6,7 @@ template SummaryPage : Box {
|
||||
spacing: 12;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Summary");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -7,7 +7,7 @@ template TimezonePage : Box {
|
||||
|
||||
Label {
|
||||
valign: start;
|
||||
/* Translators: Above list of continents and countries */
|
||||
/* Translators: Page title */
|
||||
label: _("Select Location");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -6,6 +6,7 @@ template UserPage : Box {
|
||||
spacing: 12;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("User Account");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
@@ -6,6 +6,7 @@ template WelcomePage : Box {
|
||||
spacing: 12;
|
||||
|
||||
Label {
|
||||
/* Translators: Page title */
|
||||
label: _("Welcome");
|
||||
justify: center;
|
||||
wrap: true;
|
||||
|
||||
Reference in New Issue
Block a user