Skip to content

Commit acd1ee9

Browse files
committed
chore: remove obsolete l10n strings
1 parent 14563c2 commit acd1ee9

File tree

75 files changed

+0
-928
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+0
-928
lines changed

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_en.arb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,8 @@
171171
"installCodecsSubtitle": "Including but not limited to MP3, MP4, MOV and similar",
172172
"batteryWarning": "The computer is not plugged in to a power source.",
173173
"offlineWarning": "You are currently offline",
174-
"choosePassphraseTitle": "Disk passphrase",
175174
"choosePassphraseHeader": "Create a passphrase",
176175
"choosePassphraseBody": "You will need to enter your passphrase every time you turn on your computer. This passphrase is different from your user password.",
177-
"choosePassphraseHint": "Choose a passphrase",
178-
"choosePassphraseConfirmHint": "Confirm the passphrase",
179-
"choosePassphraseMismatch": "The passphrases do not match",
180176
"choosePassphraseInfoHeader": "Make sure to save your passphrase",
181177
"choosePassphraseInfoBody": "If you lose it, you will lose all your data.",
182178
"chooseOptionalPassphraseInfoHeader": "Store your passphrase and recovery key somewhere safe",

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations.dart

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -719,12 +719,6 @@ abstract class UbuntuBootstrapLocalizations {
719719
/// **'You are currently offline'**
720720
String get offlineWarning;
721721

722-
/// No description provided for @choosePassphraseTitle.
723-
///
724-
/// In en, this message translates to:
725-
/// **'Disk passphrase'**
726-
String get choosePassphraseTitle;
727-
728722
/// No description provided for @choosePassphraseHeader.
729723
///
730724
/// In en, this message translates to:
@@ -737,24 +731,6 @@ abstract class UbuntuBootstrapLocalizations {
737731
/// **'You will need to enter your passphrase every time you turn on your computer. This passphrase is different from your user password.'**
738732
String get choosePassphraseBody;
739733

740-
/// No description provided for @choosePassphraseHint.
741-
///
742-
/// In en, this message translates to:
743-
/// **'Choose a passphrase'**
744-
String get choosePassphraseHint;
745-
746-
/// No description provided for @choosePassphraseConfirmHint.
747-
///
748-
/// In en, this message translates to:
749-
/// **'Confirm the passphrase'**
750-
String get choosePassphraseConfirmHint;
751-
752-
/// No description provided for @choosePassphraseMismatch.
753-
///
754-
/// In en, this message translates to:
755-
/// **'The passphrases do not match'**
756-
String get choosePassphraseMismatch;
757-
758734
/// No description provided for @choosePassphraseInfoHeader.
759735
///
760736
/// In en, this message translates to:

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_am.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsAm extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'You are currently offline';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Disk passphrase';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Create a passphrase';
282279

283280
@override
284281
String get choosePassphraseBody => 'You will need to enter your passphrase every time you turn on your computer. This passphrase is different from your user password.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Choose a passphrase';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Confirm the passphrase';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'The passphrases do not match';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Make sure to save your passphrase';
297285

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_ar.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsAr extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'You are currently offline';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Disk passphrase';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Create a passphrase';
282279

283280
@override
284281
String get choosePassphraseBody => 'You will need to enter your passphrase every time you turn on your computer. This passphrase is different from your user password.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Choose a passphrase';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Confirm the passphrase';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'The passphrases do not match';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Make sure to save your passphrase';
297285

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_be.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsBe extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'Вы зараз па-за сеткай';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Парольная фраза для дыска';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Стварыць парольную фразу';
282279

283280
@override
284281
String get choosePassphraseBody => 'Для шыфравання файлаў неабходна парольная фраза. Вам неабходна будзе ўводзіць яе пры кожным уключэнні камп\'ютара.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Выберыце парольную фразу';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Пацвердзіць парольную фразу';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'Парольныя фразы не супадаюць';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Не забудзьце захаваць парольную фразу';
297285

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_bg.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsBg extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'You are currently offline';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Disk passphrase';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Create a passphrase';
282279

283280
@override
284281
String get choosePassphraseBody => 'You will need to enter your passphrase every time you turn on your computer. This passphrase is different from your user password.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Choose a passphrase';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Confirm the passphrase';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'The passphrases do not match';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Make sure to save your passphrase';
297285

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_bn.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsBn extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'You are currently offline';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Disk passphrase';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Create a passphrase';
282279

283280
@override
284281
String get choosePassphraseBody => 'You will need to enter your passphrase every time you turn on your computer. This passphrase is different from your user password.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Choose a passphrase';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Confirm the passphrase';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'The passphrases do not match';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Make sure to save your passphrase';
297285

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_bo.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsBo extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'You are currently offline';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Disk passphrase';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Create a passphrase';
282279

283280
@override
284281
String get choosePassphraseBody => 'You will need to enter your passphrase every time you turn on your computer. This passphrase is different from your user password.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Choose a passphrase';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Confirm the passphrase';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'The passphrases do not match';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Make sure to save your passphrase';
297285

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_bs.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsBs extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'You are currently offline';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Disk passphrase';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Create a passphrase';
282279

283280
@override
284281
String get choosePassphraseBody => 'You will need to enter your passphrase every time you turn on your computer. This passphrase is different from your user password.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Choose a passphrase';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Confirm the passphrase';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'The passphrases do not match';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Make sure to save your passphrase';
297285

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_ca.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsCa extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'You are currently offline';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Disk passphrase';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Create a passphrase';
282279

283280
@override
284281
String get choosePassphraseBody => 'You will need to enter your passphrase every time you turn on your computer. This passphrase is different from your user password.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Choose a passphrase';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Confirm the passphrase';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'The passphrases do not match';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Make sure to save your passphrase';
297285

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_cs.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsCs extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'Nejste připojení k Internetu';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Přístupové heslo disku';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Vytvořit přístupové heslo';
282279

283280
@override
284281
String get choosePassphraseBody => 'K šifrování souborů potřebujete přístupové heslo. Při každém zapnutí vás počítač vyzve k zadání tohoto hesla.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Zvolte přístupové heslo';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Potvrďte přístupové heslo';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'Přístupová hesla se liší';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Přístupové heslo si uložte na bezpečném místě';
297285

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_cy.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsCy extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'You are currently offline';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Disk passphrase';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Create a passphrase';
282279

283280
@override
284281
String get choosePassphraseBody => 'You will need to enter your passphrase every time you turn on your computer. This passphrase is different from your user password.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Choose a passphrase';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Confirm the passphrase';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'The passphrases do not match';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Make sure to save your passphrase';
297285

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_da.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsDa extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'Du er i øjeblikket offline';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Diskadgangskode';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Opret en adgangskode';
282279

283280
@override
284281
String get choosePassphraseBody => 'Du skal bruge en adgangskode for at kryptere dine filer. Du vil blive bedt om din adgangskode hver gang, du tænder computeren.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Vælg en adgangskode';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Bekræft adgangskoden';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'Adgangskoderne stemmer ikke overens';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Sørg for at gemme din adgangskode';
297285

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_de.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsDe extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'Sie sind derzeit offline';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Festplatten-Passphrase';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Passphrase erstellen';
282279

283280
@override
284281
String get choosePassphraseBody => 'Sie benötigen eine Passphrase, um Ihre Dateien zu verschlüsseln. Sie werden jedes Mal, wenn Sie Ihren Computer einschalten, zur Eingabe Ihrer Passphrase aufgefordert.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Passphrase auswählen';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Passphrase bestätigen';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'Die Passphrasen stimmen nicht überein';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Bewahren Sie Ihre Passphrase an einem sicheren Ort auf';
297285

apps/ubuntu_bootstrap/lib/l10n/ubuntu_bootstrap_localizations_dz.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,24 +274,12 @@ class UbuntuBootstrapLocalizationsDz extends UbuntuBootstrapLocalizations {
274274
@override
275275
String get offlineWarning => 'You are currently offline';
276276

277-
@override
278-
String get choosePassphraseTitle => 'Disk passphrase';
279-
280277
@override
281278
String get choosePassphraseHeader => 'Create a passphrase';
282279

283280
@override
284281
String get choosePassphraseBody => 'You will need to enter your passphrase every time you turn on your computer. This passphrase is different from your user password.';
285282

286-
@override
287-
String get choosePassphraseHint => 'Choose a passphrase';
288-
289-
@override
290-
String get choosePassphraseConfirmHint => 'Confirm the passphrase';
291-
292-
@override
293-
String get choosePassphraseMismatch => 'The passphrases do not match';
294-
295283
@override
296284
String get choosePassphraseInfoHeader => 'Make sure to save your passphrase';
297285

0 commit comments

Comments
 (0)