<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/i18n/pt-br/admin.php, branch 1.22.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.22.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.22.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2023-09-15T06:20:38+00:00</updated>
<entry>
<title>Sensitive base-url (#5657)</title>
<updated>2023-09-15T06:20:38+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-09-15T06:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=0beabc333f06c71797a1cbf457455c4ca51efec5'/>
<id>urn:sha1:0beabc333f06c71797a1cbf457455c4ca51efec5</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/5656#issuecomment-1719802075
Make read-only while waiting for a better approach (which can wait till release 1.23)</content>
</entry>
<entry>
<title>Allow configuration of Base URL via website (#5656)</title>
<updated>2023-09-13T20:58:10+00:00</updated>
<author>
<name>Sam Cohen</name>
<email>samc1213@gmail.com</email>
</author>
<published>2023-09-13T20:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=52d87c3eaa352b765e1be3c2c0b9a3ce0bfabdc8'/>
<id>urn:sha1:52d87c3eaa352b765e1be3c2c0b9a3ce0bfabdc8</id>
<content type='text'>
* Allow configuration of Base URL via website

* Fix alphabetization of CREDITS

* Apply suggestions from code review

* Add Automatic recommendation

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>i18n: shortened text strings (#5636)</title>
<updated>2023-09-10T13:27:13+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2023-09-10T13:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=61a2828820d842c5a6afe69acb747a12afbe85a8'/>
<id>urn:sha1:61a2828820d842c5a6afe69acb747a12afbe85a8</id>
<content type='text'>
* i18n

* fix

---------

Co-authored-by: math-gh &lt;&gt;</content>
</entry>
<entry>
<title>Improved: update page (#5420)</title>
<updated>2023-06-13T20:39:33+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2023-06-13T20:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=3d9e0c47ecb19fea4f194d3a4a81d7d931e2bc0b'/>
<id>urn:sha1:3d9e0c47ecb19fea4f194d3a4a81d7d931e2bc0b</id>
<content type='text'>
* prependTitle()

* do not need the "damn" in the alert

* update page layout improved

* release channel

* i18n labels

* add log messages while updating

* Delete updatee.php

* Update updateController.php

* Update updateController.php

* Update updateController.php

* Update updateController.php

* add getCurrentGitBranch()

* Update updateController.php

* state2 buttons

* i18n

* loading

* Update feedback.php

* Update feedback.php

* Update feedback.php

* Update extra.js

* Apply suggestions from code review

Co-authored-by: Luc SANCHEZ &lt;4697568+ColonelMoutarde@users.noreply.github.com&gt;

* Update updateController.php

* Update terminology

* update button is now armed

---------

Co-authored-by: Luc SANCHEZ &lt;4697568+ColonelMoutarde@users.noreply.github.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>i18n fix percent_of_total (#5232)</title>
<updated>2023-03-29T19:29:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2023-03-29T19:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bb6bc8fe2c9410d2c8c56ada9e2dff800c715189'/>
<id>urn:sha1:bb6bc8fe2c9410d2c8c56ada9e2dff800c715189</id>
<content type='text'>
Fix double `%%` (escaping not needed anymore for strings not using an sprintf construction since https://github.com/FreshRSS/FreshRSS/pull/5022)</content>
</entry>
<entry>
<title>Improved: show Terms of Service in config menu (#5215)</title>
<updated>2023-03-21T17:47:07+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2023-03-21T17:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e679d3df0e55530c056d701b4773ff7e74f5c82c'/>
<id>urn:sha1:e679d3df0e55530c056d701b4773ff7e74f5c82c</id>
<content type='text'>
* Use constants for path to TOS

* improve comments

* TOS title moved to template

* TOS available via config menu

* CSS: improve handling of content of TOS/about

* give info about set/unset TOS in system config

* fix target

* i18n FR

* i18n DE</content>
</entry>
<entry>
<title>[Feature - Hacktoberfest] - Add Admin transalation pt br  (#4669)</title>
<updated>2022-10-02T18:52:56+00:00</updated>
<author>
<name>Nicolas Pereira</name>
<email>pereira.nicolasrocha@gmail.com</email>
</author>
<published>2022-10-02T18:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c4a0fe364fad38e7100182ff250a4941a8e17a5e'/>
<id>urn:sha1:c4a0fe364fad38e7100182ff250a4941a8e17a5e</id>
<content type='text'>
* feat (translate): translate Registration form

* feat(translate): add translaction notform term

* feat(translate): add translate nolimit term

* feat(translate): add translate ptBR setaccountsnumber term

* feat(translate): add translate ptBR disabled term

* fix(translate): fix disabled translate ptBR term

* feat(translate): add translate ptBR enabled term

* feat(translate): add translate ptBR title term

* feat(translate): remove //todo comments

* feat(translate): add translate ptbr level term

* feat(translate): add translate ptbr message term

* feat(translate): add translate ptBR timestaamp term

* feat(translate): add translate ptBR term

* feat(translate): add translate ptBR both term

* feat(translate): add translate ptBR header term

* fix: remove TODO

* feat(translate): add translate ptBR header term

* feat(translate): add translate ptBR none term

* feat(translate): add translate ptBR above_title term

* feat(translate): add translate ptBR none term

* feat(translate): add transaction ptBR with_authors term

* feat(translate): add transaction ptBR feed_title term

* feat(translate): add translate ptBR term

* fix(translate): fix translate

* feat(translate): add translate ptBR both term

* feat(translate): add translate ptBR tags -&gt; footer term

* feat(translate): add translate ptBR tags-&gt;header term

* feat(translate): add translate ptBR tags-&gt;none term

* feat(translate): add translate ptBR tags_max term

* feat(translate): add translate ptBR help term

* feat(translate): add translate ptBR headline

* feat(translate): add upong_gone term translate ptBR

* feat(translate): add deprecated terms translatePTBR

* feat(translate): add ptBR translate in gen.php

* feat(translate): add translate ptBR for sub.php

* Tab instead of white space

* another fix

Co-authored-by: mathContao &lt;math-home@web.de&gt;</content>
</entry>
<entry>
<title>Improvement: config registration form settings (#3932)</title>
<updated>2022-02-05T12:50:33+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-02-05T12:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=ba1259bb2100a776ced28b3e068f17d97f3fd4fb'/>
<id>urn:sha1:ba1259bb2100a776ced28b3e068f17d97f3fd4fb</id>
<content type='text'>
* wip

* wip

* i18n en-us

* phpcs fixes

* wip i18n

* wip i18n

* i18n ignore en-us

* delete registration.help

* i18n de

* JS Syntax fixed for config.js

* JavaScript lint fixes config.js

* fix typo in i18n/de

* improve the JS

* improve HTML

* phpcs fixes

* update main.js from edge

* fix i18n comments

* Update app/i18n/fr/admin.php

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Change i18n process (#4131)</title>
<updated>2022-01-08T13:00:26+00:00</updated>
<author>
<name>Alexis Degrugillier</name>
<email>aledeg@users.noreply.github.com</email>
</author>
<published>2022-01-08T13:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=127b7f0a3aad7012055c058e8aba0d27192a8cbc'/>
<id>urn:sha1:127b7f0a3aad7012055c058e8aba0d27192a8cbc</id>
<content type='text'>
Before, the ignore info were stored in a different file which was a bit cumbersome
for new comers. Now, this info is stored directly in the translation file as a
comment.

Before, there was no way of telling translators that a previously translated string
was in need of a new translation. Now, the dirty information is there to convey that
info.</content>
</entry>
<entry>
<title>Update PT-BR Translation (#3908)</title>
<updated>2021-10-23T10:36:50+00:00</updated>
<author>
<name>Nainor</name>
<email>lucas-nainor@hotmail.com</email>
</author>
<published>2021-10-23T10:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=8c6b3f86557ee794e7c1b427558e362fe7eab161'/>
<id>urn:sha1:8c6b3f86557ee794e7c1b427558e362fe7eab161</id>
<content type='text'>
* Update PT-BR Translation

* i18n fix syntax

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
</feed>
