Skip to content

Comments

Document macOS ini file sandbox requirements#936

Merged
gilgongo merged 1 commit intojamulussoftware:next-releasefrom
ann0see:macOS/documentIniSandbox
Aug 5, 2023
Merged

Document macOS ini file sandbox requirements#936
gilgongo merged 1 commit intojamulussoftware:next-releasefrom
ann0see:macOS/documentIniSandbox

Conversation

@ann0see
Copy link
Member

@ann0see ann0see commented Jul 24, 2023

Short description of changes
Adds a short description for macOS users where the ini files should be saved to due to the sandbox.

Context: Fixes an issue? Related issues

Related to: jamulussoftware/jamulus#2131

Status of this Pull Request

Ready for review. Path was verified.

What is missing until this pull request can be merged?

Ready for review

Does this need translation?
YES

Checklist

  • I've verified that this Pull Request follows the general code principles
  • I waited some time after this Pull Request was opened and all GitHub checks completed without errors.
  • I'm sure that this Pull Request goes to the correct branch

Copy link
Member Author

@ann0see ann0see left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it could also be in [...]/.config/name.ini

@ann0see ann0see force-pushed the macOS/documentIniSandbox branch from 77c02f7 to 24b95b8 Compare July 28, 2023 19:59
@ann0see ann0see requested a review from gilgongo July 29, 2023 10:48
@ann0see
Copy link
Member Author

ann0see commented Jul 29, 2023

@gilgongo could you please have a look at this?

@ann0see
Copy link
Member Author

ann0see commented Jul 29, 2023

Quoting you here:

"On macOS, the path to the file must be relative to /Users//Library/Containers/io.jamulus.Jamulus/Data/.config/Jamulus/ (turn on "Show Library folder" in "Show view options" in the Finder to see this). So a file name with no path is recommended. Note that the legacy version of Jamulus does not have this restriction."

So we might want to add that to the documentation. But it still makes the text quite long.

@gilgongo
Copy link
Member

gilgongo commented Jul 30, 2023

Or if we assume that people on macOS who are interested in .ini files will know how to navigate to things, we could shorten it a bit to:

"On macOS, the path to the file must be relative to /Users/<username>/Library/Containers/io.jamulus.Jamulus/Data/.config/Jamulus/. So a file name with no path is recommended. Note that the legacy version of Jamulus can read the file from any location."

@ann0see
Copy link
Member Author

ann0see commented Jul 31, 2023

I think that's more confusing. Why give the path if you don't even need to give it? Therefore I'd prefer to say that it gets saved there.

@gilgongo
Copy link
Member

I think that's more confusing. Why give the path if you don't even need to give it? Therefore I'd prefer to say that it gets saved there.

How about:

"On macOS, simply provide a file name only, since all config files can only be read from /Users/<username>/Library/Containers/io.jamulus.Jamulus/Data/.config/Jamulus/. Note that the legacy version of Jamulus for macOS can read from any location."

Or if we think people don't need the "no path" thing explaining:

"On macOS all config files must be saved in /Users/<username>/Library/Containers/io.jamulus.Jamulus/Data/.config/Jamulus/. Note that the legacy version of Jamulus for macOS can read from any location."

@ann0see
Copy link
Member Author

ann0see commented Jul 31, 2023

I'd prefer the first one

"On macOS, simply provide a file name only, since all config files can only be read from ~/Library/Containers/io.jamulus.Jamulus/Data/.config/Jamulus/. Note that the legacy version of Jamulus for macOS can read from any location."

we can use ~/ instead of the username stuff

@ann0see
Copy link
Member Author

ann0see commented Jul 31, 2023

I'll drop mentioning the legacy should be considered as deprecated.

@ann0see ann0see force-pushed the macOS/documentIniSandbox branch 2 times, most recently from 2afe2d4 to af0bd72 Compare July 31, 2023 20:51
@gilgongo
Copy link
Member

gilgongo commented Jul 31, 2023

we can use ~/ instead of the username stuff

Although we did wonder if macOS users would know what $HOME meant, so let's hope they know what ~/ means as that won't let them get to the file path in the Finder if they wanted to do that.

@ann0see
Copy link
Member Author

ann0see commented Jul 31, 2023

I believe finder would support that. It's the normal user directory.

@gilgongo
Copy link
Member

gilgongo commented Aug 1, 2023

I believe finder would support that. It's the normal user directory.

As I noted earlier though, you have to explicity show Library or you can't see it in the Finder.

@ann0see
Copy link
Member Author

ann0see commented Aug 1, 2023

True. Probably worth documenting that. Could you please add a suggestion?

@gilgongo
Copy link
Member

gilgongo commented Aug 2, 2023

I think we'd have to have the full path in there for that though, because if you didn't know what ~/ meant you would not know to go to home in the Finder and then turn on the Library, because that option is only available from the Finder's home location.

"On macOS, simply provide a file name only, since all config files can only be read from /Users/<username>/Library/Containers/io.jamulus.Jamulus/Data/.config/Jamulus/ (turn on "Show Library folder" in "Show view options" to see this in the Finder). Note that the legacy version of Jamulus for macOS can read from any location."

@ann0see
Copy link
Member Author

ann0see commented Aug 2, 2023

  1. I'll not mention the legacy version as it is deprecated.
  2. See the changes for a slightly adapted version including the server.
  3. There's no need to mention the .config/Jamulus folder, as that's ONLY for the default config file. If someone adds a new one, it won't be saved there.

@ann0see ann0see force-pushed the macOS/documentIniSandbox branch from af0bd72 to e435936 Compare August 2, 2023 19:18
@gilgongo
Copy link
Member

gilgongo commented Aug 2, 2023

Oh OK (what do you mean in your point 2?), so more like:

"On macOS, simply provide a file name only, since all config files must be in /Users/<username>/Library/Containers/io.jamulus.Jamulus/Data/ (turn on "Show Library folder" in "Show view options" to see this in the Finder)."

@ann0see
Copy link
Member Author

ann0see commented Aug 3, 2023

For 2. See the current state of this PR (= the change in my commit)

@ann0see
Copy link
Member Author

ann0see commented Aug 5, 2023

@gilgongo Please merge if this is finished. I think the state is ok.

@gilgongo gilgongo merged commit d9ae93b into jamulussoftware:next-release Aug 5, 2023
@ann0see ann0see deleted the macOS/documentIniSandbox branch August 5, 2023 11:21
ann0see added a commit that referenced this pull request Sep 3, 2023
* Change 'pt' to 'pt_PT'

* JSON-RPC: Update for --jsonrpcbindip 

Update documentation for --jsonrpcbindip command line argument.

* Update scripts for new po4a version and better markdown support

* Remove unneeded lines and stats script

* Relocate to proper sections, View rather than Edit, shift-click-drag (#862)

* relocate GRP details to GRP section, and ordering details to the general section, rather than SOLO.

Co-authored-by: jrd <[email protected]>

* AUTO: Updated .po files

* Translations update from Hosted Weblate (#870)

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/faq/
Translation: Jamulus/FAQ

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/faq/
Translation: Jamulus/FAQ

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/faq/
Translation: Jamulus/FAQ

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Server-Bandwidth
Translate-URL: https://hosted.weblate.org/projects/jamulus/server-bandwidth/

* Fix conflict

* Revert "Fix conflict"

This reverts commit 8c9509d.

Co-authored-by: ignotus <[email protected]>

* Update Spanish translation using Weblate

Currently translated at 100.0% (134 of 134 strings)

Co-authored-by: ignotus <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/software-manual/es/
Translation: Jamulus/Software-Manual

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/getting-started/
Translation: Jamulus/Getting-Started

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Software-Manual
Translate-URL: https://hosted.weblate.org/projects/jamulus/software-manual/

* De-emphasise ARM downloads on Linux server page

* Update Installation-for-Linux.md

* Update for style

Co-authored-by: John Dempsey <[email protected]>

* Add "download" for ARM binaries

Co-authored-by: John Dempsey <[email protected]>

* AUTO: Updated .po files

* AUTO: Updated .po files

* Remove unneeded trailing slash of void elements

HTML void elements should not use trailing slashes:
https://github.com/validator/validator/wiki/Markup-%C2%BB-Void-elements#trailing-slashes

This removes (hopefully) all of them
Note: SVG images do need them.

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/software-manual/
Translation: Jamulus/Software-Manual

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Directories
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/

* Add missing dependency to script and re-name key (#884)

* Add missing dependency to script and re-name key

* Change cache key

* Add dependency

* Correct dependency spelling

* Revert key name to po4a-0.68 (#885)

* Revert key name to po4a-0.68

* Update jekyll.yml

* Update main.yml

* AUTO: Updated .po files

* AUTO: Updated .po files

* Remove occurances of master from translation

* Test remove duplicate mail

* Add workflow dispatch to jekyll

This should also allow to build .po files manually

* AUTO: Updated .po files

* Remove PT files (#890)

* Translations update from Hosted Weblate (#888)

* Update Portuguese translation using Weblate

Currently translated at 16.6% (3 of 18 strings)

Co-authored-by: Augusto Kakuja Santos <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/general/pt/
Translation: Jamulus/General strings

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/General strings
Translate-URL: https://hosted.weblate.org/projects/jamulus/general/

* Delete _translator-files/po/pt directory

Co-authored-by: Augusto Kakuja Santos <[email protected]>
Co-authored-by: ignotus <[email protected]>

* Fix IT .po file (#891)

* Fix IT .po file

* Fixes

* Remove spaces

* AUTO: Updated .po files

* Server admin guide re-structure (#877)

Co-authored-by: 
John Dempsey <[email protected]> 
Peter L Jones <[email protected]>
ann0see <[email protected]>

* AUTO: Updated .po files

* Revert "AUTO: Updated .po files"

This reverts commit 4e35643.

* Revert "Server admin guide re-structure (#877)"

This reverts commit c5fffb2.

* Translations update from Hosted Weblate (#893)

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/
Translation: Jamulus/Running-a-Server

* Update German translation using Weblate

Currently translated at 66.6% (8 of 12 strings)

Co-authored-by: Ettore Atalan <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/include-shared-commands/de/
Translation: Jamulus/Include-Shared-Commands

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/
Translation: Jamulus/Running-a-Server

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Include-Shared-Commands
Translate-URL: https://hosted.weblate.org/projects/jamulus/include-shared-commands/

Co-authored-by: Ettore Atalan <[email protected]>

* Serverdocs re-structure (re-merge) (#895)

Co-authored-by: 
John Dempsey <[email protected]> 
Peter L Jones <[email protected]>
ann0see <[email protected]>

* AUTO: Updated .po files

* Add small "quick start"

Making it clear what the installation will give you.

* AUTO: Updated .po files

* Typo

* AUTO: Updated .po files

* Capitalisation, repetition

* AUTO: Updated .po files

* Update po4a requirements

* Make copyright file translatable

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/tips-tricks-more/
Translation: Jamulus/Tips-Tricks-More

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/tips-tricks-more/
Translation: Jamulus/Tips-Tricks-More

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/tips-tricks-more/
Translation: Jamulus/Tips-Tricks-More

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Navigation
Translate-URL: https://hosted.weblate.org/projects/jamulus/navigation/

* AUTO: Updated .po files

* Corrections to EN files (#899)

Co-authored-by: John Dempsey <[email protected]>

* AUTO: Updated .po files

* Updated Privacy Statement (#872)

Co-authored-by: ignotus <[email protected]>
Co-authored-by: John Dempsey <[email protected]>
Co-authored-by: Jonathan <[email protected]>
Co-authored-by: ann0see <[email protected]>
Co-authored-by: Peter L Jones <[email protected]>

* AUTO: Updated .po files

* Revert "AUTO: Updated .po files"

This reverts commit 81d3700.

* Revert "Updated Privacy Statement (#872)"

This reverts commit 212abdd.

* Revert "AUTO: Updated .po files"

This reverts commit 34d4b3a.

* Revert "Corrections to EN files (#899)"

This reverts commit 25995a5.

* Translations update from Hosted Weblate (#903)

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/command-line-options/
Translation: Jamulus/Command-Line-Options

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/command-line-options/
Translation: Jamulus/Command-Line-Options

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/command-line-options/
Translation: Jamulus/Command-Line-Options

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Unregistered-Servers
Translate-URL: https://hosted.weblate.org/projects/jamulus/unregistered-servers/

* En corrections (#905)

Co-authored-by: John Dempsey <[email protected]>
Co-authored-by: Jonathan <[email protected]>

* AUTO: Updated .po files

* Update Unregistered-Servers.md (#904)

Authored by: Ginjo
Co-authored-by: John Dempsey <[email protected]>

* AUTO: Updated .po files

* Update privacy statement (#906)

Authored by: Rob-NY
Co-authored-by: ignotus <[email protected]>
Co-authored-by: John Dempsey <[email protected]>
Co-authored-by: Jonathan <[email protected]>

* AUTO: Updated .po files

* Running a Server.md : fixes wrong ponctuation

* AUTO: Updated .po files

* Document JSON-RPC API (#909)

* AUTO: Updated .po files

* Revert "AUTO: Updated .po files"

This reverts commit b81d704.

* Update po4a create script to set location for copyright file (#917)

Update po4a create script to set the correct location for copyright file so that is is used in translated version of the website.

* Check language tag in  '1-index.html' and replace if incorrect

* Update sed command

* Translations update from Hosted Weblate (#908)

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-windows/
Translation: Jamulus/Installation-for-Windows

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-windows/
Translation: Jamulus/Installation-for-Windows

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-windows/
Translation: Jamulus/Installation-for-Windows

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-windows/
Translation: Jamulus/Installation-for-Windows

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-windows/
Translation: Jamulus/Installation-for-Windows

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-windows/
Translation: Jamulus/Installation-for-Windows

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Running-a-Server
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/

* Fix wrong formatting and links in EN files (#921)

* AUTO: Updated .po files

* Translations update from Hosted Weblate (#922)

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/privacy-statement/
Translation: Jamulus/Privacy-Statement

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/privacy-statement/
Translation: Jamulus/Privacy-Statement

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/privacy-statement/
Translation: Jamulus/Privacy-Statement

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/privacy-statement/
Translation: Jamulus/Privacy-Statement

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Directories
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/

* Rephrase quick download title

Related to: #843

* Make download of legacy versions less obvious

The legacy builds and old versions of Jamulus should not be preferred,
so this makes them less prominent

* Fix typo

* AUTO: Updated .po files

* Shorten landing page

Related to #843

* Update wiki/en/misc/1-index.html

Co-authored-by: John Dempsey <[email protected]>

* Reword introduction

Co-authored-by: John Dempsey <[email protected]>

* More rewording

* Add missing link to legacy downloads

* AUTO: Updated .po files

* 919 Update "--directoryserver" to "--directoryaddress"

* AUTO: Updated .po files

* Remove obsolete .po files (#930)

* Client screenshots

* Client screenshot description

* AUTO: Updated .po files

* Translations update from Hosted Weblate (#925)

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/getting-started/
Translation: Jamulus/Getting-Started

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/getting-started/
Translation: Jamulus/Getting-Started

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Software-Manual
Translate-URL: https://hosted.weblate.org/projects/jamulus/software-manual/

* KB: Add description server extension suite, KOORD and Melomax (#932)

* mention dtinth suite

* Include Koord

* Melomax

* Add hint that path to welcome message file must be accessible (#933)

See also: #927

* AUTO: Updated .po files

* Add giscus to privacy statement

* AUTO: Updated .po files

* Add documentation for deb repo

* Change wording

Co-authored-by: Peter L Jones <[email protected]>

* Update project board url

* Change naming of giscus to lower case

Their repository says giscus not Giscus

* AUTO: Updated .po files

* AUTO: Updated .po files

* Remove infobox for release note

Fixes: #924

* Use codeblocks for repo

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/privacy-statement/
Translation: Jamulus/Privacy-Statement

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/privacy-statement/
Translation: Jamulus/Privacy-Statement

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/privacy-statement/
Translation: Jamulus/Privacy-Statement

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/privacy-statement/
Translation: Jamulus/Privacy-Statement

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/privacy-statement/
Translation: Jamulus/Privacy-Statement

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Running-a-Server
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/

* Add more text to link

Context: #944 (comment)

* AUTO: Updated .po files

* AUTO: Updated .po files

* AUTO: Updated .po files

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/
Translation: Jamulus/Running-a-Server

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Navigation
Translate-URL: https://hosted.weblate.org/projects/jamulus/navigation/

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/include-client-commands/
Translation: Jamulus/Include-Client-Commands

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Directories
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/

* Make and on main homepage translatable

* AUTO: Updated .po files

* Fix logical error for DNS

Co-authored-by: Peter L Jones <[email protected]>

* AUTO: Updated .po files

* Re-add documentation for running a Server from CLI

Co-authored-by: ann0see <[email protected]>

* AUTO: Updated .po files

* Sharpen NAT definition

* Do not mention band only

* Remove redundancy

* AUTO: Updated .po files

* Document macOS ini file sandbox requirements (#936)

* AUTO: Updated .po files

* Add KB entry for metadata (#944)

Co-authored-by: John Dempsey <[email protected]>

* AUTO: Updated .po files

* Update NL inc links

* Update settings-network.inc

* Update settings-advanced.inc

* server-window-inc

* Delete server-window-options.inc

* Delete server-window-setup.inc

* Update German translation using Weblate

Currently translated at 30.1% (47 of 156 strings)

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Co-authored-by: ann0see <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/navigation/
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/de/
Translation: Jamulus/Navigation
Translation: Jamulus/Running-a-Server

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/navigation/
Translation: Jamulus/Navigation

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/navigation/
Translation: Jamulus/Navigation

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/navigation/
Translation: Jamulus/Navigation

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/navigation/
Translation: Jamulus/Navigation

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/navigation/
Translation: Jamulus/Navigation

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/navigation/
Translation: Jamulus/Navigation

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Running-a-Server
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/

* Fix Running-a-Server.md broken links (#960)

* AUTO: Updated .po files

* Update German translation using Weblate

Currently translated at 100.0% (12 of 12 strings)

Co-authored-by: ann0see <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/include-shared-commands/de/
Translation: Jamulus/Include-Shared-Commands

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Include-Shared-Commands
Translate-URL: https://hosted.weblate.org/projects/jamulus/include-shared-commands/

* Fix links in translation

* Update German translation using Weblate

Currently translated at 100.0% (14 of 14 strings)

Co-authored-by: ann0see <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-macintosh/de/
Translation: Jamulus/Installation-for-Macintosh

* Update Spanish translation using Weblate

Currently translated at 100.0% (14 of 14 strings)

Co-authored-by: ann0see <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-macintosh/es/
Translation: Jamulus/Installation-for-Macintosh

* Update Command-Line-Options.po links for French

* Update Installation-for-Windows.po update links french

* Update text to match app

* Update text to match app

* Definite article for small network buffers

Co-authored-by: ann0see <[email protected]>

* AUTO: Updated .po files

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/tips-tricks-more/
Translation: Jamulus/Tips-Tricks-More

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/tips-tricks-more/
Translation: Jamulus/Tips-Tricks-More

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Unregistered-Servers
Translate-URL: https://hosted.weblate.org/projects/jamulus/unregistered-servers/

* Translated using Weblate (German)

Currently translated at 100.0% (31 of 31 strings)

Co-authored-by: ann0see <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/unregistered-servers/de/
Translation: Jamulus/Unregistered-Servers

---------

Co-authored-by: Ignotus <[email protected]>
Co-authored-by: Rob-NY <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: John Dempsey <[email protected]>
Co-authored-by: jrd <[email protected]>
Co-authored-by: Weblate (bot) <[email protected]>
Co-authored-by: Jonathan <[email protected]>
Co-authored-by: Augusto Kakuja Santos <[email protected]>
Co-authored-by: Ettore Atalan <[email protected]>
Co-authored-by: Peter L Jones <[email protected]>
Co-authored-by: Olivier HUMBERT <[email protected]>
Co-authored-by: Henk De Groot <[email protected]>
Co-authored-by: Peter L Jones <[email protected]>
Co-authored-by: mcfnord <[email protected]>
Co-authored-by: Julien Taverna <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants