diff --git a/l10n/de.js b/l10n/de.js index b8e301a..5e10bba 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -21,6 +21,7 @@ OC.L10N.register( "Stop" : "Stopp", "Read" : "Gelesen", "Open website" : "Webseite aufrufen", + "Select" : "Wählen", "Could not change the status of the episode" : "Kann den Status der Folge nicht ändern", "Read all" : "Alles lesen", "Unread all" : "Ungelesene alle", diff --git a/l10n/de.json b/l10n/de.json index 3da9eed..33a0560 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -19,6 +19,7 @@ "Stop" : "Stopp", "Read" : "Gelesen", "Open website" : "Webseite aufrufen", + "Select" : "Wählen", "Could not change the status of the episode" : "Kann den Status der Folge nicht ändern", "Read all" : "Alles lesen", "Unread all" : "Ungelesene alle", diff --git a/l10n/fr.js b/l10n/fr.js index 39a8af5..2779bda 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -21,6 +21,7 @@ OC.L10N.register( "Stop" : "Arrêter", "Read" : "Marquer comme lu", "Open website" : "Ouvrir le site web", + "Select" : "Sélectionner", "Could not change the status of the episode" : "Impossible de changer le status de l'épisode", "Read all" : "Marquer tout comme lu", "Unread all" : "Marquer tout comme non lu", diff --git a/l10n/fr.json b/l10n/fr.json index 103e451..5d70cd9 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -19,6 +19,7 @@ "Stop" : "Arrêter", "Read" : "Marquer comme lu", "Open website" : "Ouvrir le site web", + "Select" : "Sélectionner", "Could not change the status of the episode" : "Impossible de changer le status de l'épisode", "Read all" : "Marquer tout comme lu", "Unread all" : "Marquer tout comme non lu",