aboutsummaryrefslogtreecommitdiffstats
path: root/include/language.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* reduce duplication - only provide one system language settingfriendica2012-08-121-9/+8
|
* more registration functions plus ability to over-ride individual strings ↵friendica2012-07-221-0/+8
| | | | plus upstream merges plus rev update
* more account infrastructurefriendica2012-07-221-2/+3
|
* split up get_browser_language() to use in additional waysfriendica2012-07-161-1/+13
|
* use include/language.php for all language and translation codefriendica2012-07-161-0/+143
|
* merge upstream, slider work, refactor ping module, language selection workfriendica2012-07-131-0/+92