aboutsummaryrefslogtreecommitdiffstats
path: root/include/language.php
Commit message (Collapse)AuthorAgeFilesLines
* php8: fix warnings during install procedureMario2021-03-031-5/+9
| | | (cherry picked from commit 48bae9d4219735bc44f4ee72228d19d3e6b9efc9)
* basic poll support and patch to not call System::get_platform_name() within ↵zotlabs2020-01-301-3/+4
| | | | t() unless needed. Polls probably need refining and have not yet been fully tested after porting
* Update language.phpMax Kostikov2018-10-141-1/+1
|
* Update language.phpMax Kostikov2018-10-131-0/+26
|
* Revert "Merge branch 'patch-11' into 'dev'"Mario Vavti2018-10-131-28/+0
| | | | | This reverts commit e5184458530bb0394e12026c82ee89257115f690, reversing changes made to 8ce240b95c62f4b702b60977f63b0223a8ec0849.
* Update language.phpMax Kostikov2018-10-131-2/+1
|
* Update language.phpMax Kostikov2018-10-131-3/+4
|
* Update language.phpMax Kostikov2018-10-131-2/+2
|
* Update language.phpMax Kostikov2018-10-131-1/+1
|
* Update language.phpMax Kostikov2018-10-131-2/+1
|
* Update language.phpMax Kostikov2018-10-131-4/+2
|
* Update language.phpMax Kostikov2018-10-131-1/+1
|
* Update language.phpMax Kostikov2018-10-131-1/+1
|
* Update language.phpMax Kostikov2018-10-131-5/+5
|
* Update language.phpMax Kostikov2018-10-121-0/+31
|
* re-implement/refactor getQuotaInfo() on DAV storagezotlabs2018-06-141-1/+1
|
* improve browser language detection by offering fallback of (for instance) ↵zotlabs2018-01-241-1/+34
| | | | fr-fr to fr if no other language matches could be found
* :arrow_up: Update intl library.Klaus Weidenbach2017-10-291-4/+1
| | | | | Update intl library from v0.4? (2014) to v0.7.4 (2016). Use global composer autoloader now.
* :arrow_up: Update Text_LanguageDetect.Klaus Weidenbach2017-10-291-9/+7
| | | | | | | | Update from v0.3.0 (2012) to v1.0.0 (2017) which should remove some warnings and improve PHP7 support. Using composer to handle this PEAR library now. Fix a problem in FeedutilsTest.
* :white_check_mark: Some unit test for include/language.phpKlaus Weidenbach2017-10-261-0/+2
| | | | | Unfortunately not so much unit testable, but added in preparation to update LanguageDetect and Intl library.
* add some more stuff to admin/account_edit (service class, language, and ↵redmatrix2016-10-031-0/+58
| | | | techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once.
* start removing reserved words from database column names (this run: addon ↵redmatrix2016-05-301-2/+2
| | | | and hook)
* code cleanupredmatrix2016-05-241-6/+0
|
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-201-1/+1
| | | | refactoring
* undeclared static property App::$stringsave (push_lang() and pop_lang())redmatrix2016-04-051-1/+1
|
* static Appredmatrix2016-03-311-18/+18
|
* Provide Zotlabs\Project and System class for querying details about the ↵redmatrix2016-02-181-1/+1
| | | | project/version info. Move these out of /boot.php
* update fr strings from transifexredmatrix2016-02-151-3/+10
|
* various issues from the forumsredmatrix2016-01-171-1/+1
|
* move string files to hmessages.po and hstrings.php for hubzilla to avoid ↵redmatrix2015-09-261-3/+13
| | | | endless merge conflicts.
* product was a bad string to use because we may require it for e-commerce, ↵redmatrix2015-05-131-4/+4
| | | | and RED_PLATFORM is equally problematic for other reasons.
* replace project name with $product or $Product in strings to avoid merge ↵redmatrix2015-05-121-2/+15
| | | | issues across different project names. Currently a place-holder. The strings themselves have not yet been modified.
* Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-38/+55
| | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation.
* Some cleanups and documentation.Klaus Weidenbach2015-03-041-7/+8
| | | | | | | Fixed some wrong variable names. Initialized some variables before using them. Removed some checks for STATUSNET_PRIVACY_COMPATIBILITY in include/security.php as it does not seem to be defined anywhere.
* Revert "Revert "Language names via intl library.""Stefan Parviainen2014-12-311-6/+24
| | | | This reverts commit 4f35efa0bad4ae6489b63f3eebafe6542d654094.
* Revert "Language names via intl library."RedMatrix2014-12-311-24/+6
|
* Update function doc, return language code if language is not recognizedStefan Parviainen2014-12-301-3/+7
|
* Language names via intl library. Fixes #773Stefan Parviainen2014-12-301-4/+18
|
* So much so, in fact, that I didn't even notice the typo.Thomas Willingham2014-09-261-1/+1
|
* Minor doco. Add some clarity - that had me scratching my head.Thomas Willingham2014-09-261-1/+1
|
* Language selection: case-insensitive and system languageAlexandre Hannud Abdo2014-05-231-2/+1
| | | | | | | Fixed ignoring HTTP_ACCEPT_LANGUAGE tags that had uppercase characters. Fixed defining a->language too soon to ever get the system lang
* change app dropdown to point to apps module (changes nav template). ↵friendica2014-05-211-1/+3
| | | | Important: Plugins using the app-menu hook will no longer be accessible from there and may require re-writing to plug into the system apps page. Also filter apps in items from the language detector to avoid false triggers from the base64 content.
* Allow translation context with plural. Use that in Likes/Dislikes.Alexandre Hannud Abdo2014-05-211-3/+4
|
* Make translation contexts effective.Alexandre Hannud Abdo2014-05-211-2/+3
|
* add optional context to translationsfriendica2014-05-201-2/+4
|
* Commenting language.php and some changesKlaus2014-02-181-84/+87
| | | Some commenting for Doxygen, simplified detect_language() a bit, added a new function get_language_name() that I will use soon or can be used in general to display localized language names from language codes.
* dangerous typo that removes all your hublocs, fix reshare formattingfriendica2013-03-111-25/+27
|
* .friendica2013-03-101-13/+17
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* settings page channel permissions front-end (needs back-end still)friendica2012-11-011-1/+1
|