From 92d5008d1c6c5799bdb86184fc3f9faaa755bb0b Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Wed, 10 Jan 2024 19:48:33 +0100 Subject: [PATCH] Drop trailing dot in some strings --- Passepartout/App/fr.lproj/Localizable.strings | 2 +- Passepartout/App/it.lproj/Localizable.strings | 2 +- Passepartout/App/ru.lproj/Localizable.strings | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Passepartout/App/fr.lproj/Localizable.strings b/Passepartout/App/fr.lproj/Localizable.strings index 7e662333..005a90a1 100644 --- a/Passepartout/App/fr.lproj/Localizable.strings +++ b/Passepartout/App/fr.lproj/Localizable.strings @@ -183,7 +183,7 @@ "profile.items.only_shows_favorites.caption" = "Afficher uniquement les emplacements favoris"; "profile.items.vpn_survives_sleep.caption" = "Garder actif lors de la veille"; "profile.items.vpn_resolves_hostname.caption" = "Résoudre le nom d'hôte du serveur"; -"profile.items.tv_sharing.caption.limited" = "Limité à %d minutes."; +"profile.items.tv_sharing.caption.limited" = "Limité à %d minutes"; "profile.items.expires_at.caption" = "Expiration"; "profile.alerts.rename.title" = "Renommer le profile"; diff --git a/Passepartout/App/it.lproj/Localizable.strings b/Passepartout/App/it.lproj/Localizable.strings index f0aa6462..ea60ecbc 100644 --- a/Passepartout/App/it.lproj/Localizable.strings +++ b/Passepartout/App/it.lproj/Localizable.strings @@ -183,7 +183,7 @@ "profile.items.only_shows_favorites.caption" = "Mostra solo le posizioni preferite"; "profile.items.vpn_survives_sleep.caption" = "Mantieni attivo in sleep"; "profile.items.vpn_resolves_hostname.caption" = "Risolvi hostname del server"; -"profile.items.tv_sharing.caption.limited" = "Limitato a %d minuti."; +"profile.items.tv_sharing.caption.limited" = "Limitato a %d minuti"; "profile.items.expires_at.caption" = "Scadenza"; "profile.alerts.rename.title" = "Rinomina profilo"; diff --git a/Passepartout/App/ru.lproj/Localizable.strings b/Passepartout/App/ru.lproj/Localizable.strings index f7bb1c47..e5f343ab 100644 --- a/Passepartout/App/ru.lproj/Localizable.strings +++ b/Passepartout/App/ru.lproj/Localizable.strings @@ -183,7 +183,7 @@ "profile.items.only_shows_favorites.caption" = "Показывать только места из избранного"; "profile.items.vpn_survives_sleep.caption" = "Оставлять включенным во время сна"; "profile.items.vpn_resolves_hostname.caption" = "Разрешить имя хоста сервера"; -"profile.items.tv_sharing.caption.limited" = "Ограничено до %d мин."; +"profile.items.tv_sharing.caption.limited" = "Ограничено до %d мин"; "profile.items.expires_at.caption" = "Срок действия"; "profile.alerts.rename.title" = "Переименовать профиль";