diff --git a/IceCubesActionExtension/pl.lproj/InfoPlist.strings b/IceCubesActionExtension/pl.lproj/InfoPlist.strings new file mode 100644 index 00000000..562aa6ea --- /dev/null +++ b/IceCubesActionExtension/pl.lproj/InfoPlist.strings @@ -0,0 +1,9 @@ +/* + InfoPlist.strings + IceCubesApp + + Created by Thomas Durand on 27/01/2023. + +*/ + +"CFBundleDisplayName" = "Open in Ice Cubes"; diff --git a/IceCubesApp.xcodeproj/project.pbxproj b/IceCubesApp.xcodeproj/project.pbxproj index 6005bd25..a14fa7a8 100644 --- a/IceCubesApp.xcodeproj/project.pbxproj +++ b/IceCubesApp.xcodeproj/project.pbxproj @@ -195,6 +195,9 @@ 9FBFE639292A715500C250E9 /* IceCubesApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IceCubesApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; 9FBFE63C292A715500C250E9 /* IceCubesApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IceCubesApp.swift; sourceTree = ""; }; 9FBFE642292A715600C250E9 /* IceCubesApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = IceCubesApp.entitlements; sourceTree = ""; }; + 9FCBB3D02984EFD5009B77EE /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = pl; path = pl.lproj/Localizable.stringsdict; sourceTree = ""; }; + 9FCBB3D12984EFD5009B77EE /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = ""; }; + 9FCBB3D22984EFD5009B77EE /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; 9FD34822293D06E800DB0EE9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 9FD542E52962D2CE0045321A /* Lists */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Lists; path = Packages/Lists; sourceTree = ""; }; 9FE151A5293C90F900E9683D /* IconSelectorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconSelectorView.swift; sourceTree = ""; }; @@ -603,6 +606,7 @@ fr, "pt-BR", nb, + pl, ); mainGroup = 9FBFE630292A715500C250E9; packageReferences = ( @@ -760,6 +764,7 @@ 9FB143D329842BB200A27BB1 /* fr */, 56B5BC132984206F00CF3A98 /* pt-BR */, 8C27D977298471E900CDF593 /* nb */, + 9FCBB3D02984EFD5009B77EE /* pl */, ); name = Localizable.stringsdict; sourceTree = ""; @@ -769,6 +774,7 @@ children = ( E970C10929845A9400E88A8C /* en */, 8C27D979298471E900CDF593 /* nb */, + 9FCBB3D22984EFD5009B77EE /* pl */, ); name = InfoPlist.strings; sourceTree = ""; @@ -787,6 +793,7 @@ 9FB143D429842BB200A27BB1 /* fr */, 56B5BC142984206F00CF3A98 /* pt-BR */, 8C27D978298471E900CDF593 /* nb */, + 9FCBB3D12984EFD5009B77EE /* pl */, ); name = Localizable.strings; sourceTree = ""; diff --git a/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings index 41b9e4bb..4f1e9cd4 100644 --- a/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings @@ -370,3 +370,11 @@ "filter.edit.contexts" = "Contextes du filtre"; "filter.edit.action" = "Action du filtre"; "account.action.edit-filters" = "Éditer les filtres"; +"filter.contexts.home" = "Home and lists"; +"filter.contexts.notifications" = "Notifications"; +"filter.contexts.public" = "Public timelines"; +"filter.contexts.conversations" = "Conversations"; +"filter.contexts.profiles" = "Profiles"; +"filter.action.warning" = "Hide with a warning"; +"filter.action.hide" = "Hide completely"; + diff --git a/IceCubesApp/Resources/Localization/nb.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/nb.lproj/Localizable.strings index a03dfe0c..58e785bf 100644 --- a/IceCubesApp/Resources/Localization/nb.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/nb.lproj/Localizable.strings @@ -370,3 +370,10 @@ "filter.edit.contexts" = "Filtrer kontekster"; "filter.edit.action" = "Filterhandling"; "account.action.edit-filters" = "Rediger filtre"; +"filter.contexts.home" = "Home and lists"; +"filter.contexts.notifications" = "Notifications"; +"filter.contexts.public" = "Public timelines"; +"filter.contexts.conversations" = "Conversations"; +"filter.contexts.profiles" = "Profiles"; +"filter.action.warning" = "Hide with a warning"; +"filter.action.hide" = "Hide completely"; diff --git a/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings index ff67e0a6..da7c2c6a 100644 --- a/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings @@ -370,3 +370,10 @@ "filter.edit.contexts" = "Kontekst filtra"; "filter.edit.action" = "Działanie filtra"; "account.action.edit-filters" = "Edytuj filtry"; +"filter.contexts.home" = "Home and lists"; +"filter.contexts.notifications" = "Notifications"; +"filter.contexts.public" = "Public timelines"; +"filter.contexts.conversations" = "Conversations"; +"filter.contexts.profiles" = "Profiles"; +"filter.action.warning" = "Hide with a warning"; +"filter.action.hide" = "Hide completely"; diff --git a/IceCubesApp/Resources/Localization/pt-BR.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/pt-BR.lproj/Localizable.strings index cdcc637a..cbe3188c 100644 --- a/IceCubesApp/Resources/Localization/pt-BR.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/pt-BR.lproj/Localizable.strings @@ -370,3 +370,10 @@ "filter.edit.contexts" = "Filtrar Contextos"; "filter.edit.action" = "Filtrar Ação"; "account.action.edit-filters" = "Editar Filtros"; +"filter.contexts.home" = "Home and lists"; +"filter.contexts.notifications" = "Notifications"; +"filter.contexts.public" = "Public timelines"; +"filter.contexts.conversations" = "Conversations"; +"filter.contexts.profiles" = "Profiles"; +"filter.action.warning" = "Hide with a warning"; +"filter.action.hide" = "Hide completely";