diff --git a/ContentApp/BusinessLayer/Localization/de.lproj/Localizable.strings b/ContentApp/BusinessLayer/Localization/de.lproj/Localizable.strings index 95c726ab..68f5ac1b 100755 --- a/ContentApp/BusinessLayer/Localization/de.lproj/Localizable.strings +++ b/ContentApp/BusinessLayer/Localization/de.lproj/Localizable.strings @@ -350,6 +350,7 @@ "Active" = "Aktiv"; "Completed" = "Abgeschlossen"; "Queued" = "In Warteschlange"; +"All" = "Alle"; // MARK: - Task Operations "no-description" = "Keine Beschreibung"; diff --git a/ContentApp/BusinessLayer/Localization/en.lproj/Localizable.strings b/ContentApp/BusinessLayer/Localization/en.lproj/Localizable.strings index dcfc577c..13170f60 100644 --- a/ContentApp/BusinessLayer/Localization/en.lproj/Localizable.strings +++ b/ContentApp/BusinessLayer/Localization/en.lproj/Localizable.strings @@ -359,6 +359,7 @@ "Active" = "Active"; "Completed" = "Completed"; "Queued" = "Queued"; +"All" = "All"; // MARK: - Task Operations "no-description" = "No description"; diff --git a/ContentApp/BusinessLayer/Localization/es.lproj/Localizable.strings b/ContentApp/BusinessLayer/Localization/es.lproj/Localizable.strings index d815ac1e..47c14605 100755 --- a/ContentApp/BusinessLayer/Localization/es.lproj/Localizable.strings +++ b/ContentApp/BusinessLayer/Localization/es.lproj/Localizable.strings @@ -350,6 +350,7 @@ "Active" = "Activo"; "Completed" = "Completada"; "Queued" = "En cola"; +"All" = "Todos"; // MARK: - Task Operations "no-description" = "Sin descripción"; diff --git a/ContentApp/BusinessLayer/Localization/fr.lproj/Localizable.strings b/ContentApp/BusinessLayer/Localization/fr.lproj/Localizable.strings index 77545885..9f2c1f64 100755 --- a/ContentApp/BusinessLayer/Localization/fr.lproj/Localizable.strings +++ b/ContentApp/BusinessLayer/Localization/fr.lproj/Localizable.strings @@ -350,6 +350,7 @@ "Active" = "Actif"; "Completed" = "Terminée"; "Queued" = "En file d’attente"; +"All" = "Tout"; // MARK: - Task Operations "no-description" = "Aucune description"; diff --git a/ContentApp/BusinessLayer/Localization/it.lproj/Localizable.strings b/ContentApp/BusinessLayer/Localization/it.lproj/Localizable.strings index a44ed9b9..8c59181a 100755 --- a/ContentApp/BusinessLayer/Localization/it.lproj/Localizable.strings +++ b/ContentApp/BusinessLayer/Localization/it.lproj/Localizable.strings @@ -350,6 +350,7 @@ "Active" = "Attivo"; "Completed" = "Completato"; "Queued" = "In coda"; +"All" = "Tutti"; // MARK: - Task Operations "no-description" = "Nessuna descrizione"; diff --git a/ContentApp/BusinessLayer/Localization/nl.lproj/Localizable.strings b/ContentApp/BusinessLayer/Localization/nl.lproj/Localizable.strings index d88c7788..25a6c0db 100755 --- a/ContentApp/BusinessLayer/Localization/nl.lproj/Localizable.strings +++ b/ContentApp/BusinessLayer/Localization/nl.lproj/Localizable.strings @@ -350,6 +350,7 @@ "Active" = "Actief"; "Completed" = "Voltooid"; "Queued" = "In wachtrij"; +"All" = "Alle"; // MARK: - Task Operations "no-description" = "Geen beschrijving";