summaryrefslogtreecommitdiffstats
path: root/lib/private/l10n.php
Commit message (Expand)AuthorAgeFilesLines
* Fix some docstrings in l10n.phpkondou2014-03-011-13/+15
* Hardening: Remove dangerous characters + Subdirectory CheckLukas Reschke2014-02-191-2/+2
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+3
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-2/+2
|\
| * change order of issubdirectory() calls to avoid error messages for non-appsBjoern Schiessle2014-01-291-2/+2
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
|/
* fix plural translation - fixes #6226Morris Jobke2013-12-071-1/+1
* fixing PHPDoc & grammarThomas Müller2013-10-231-5/+5
* Have to also strtolower() on available language name. Otherwise no match.Andreas Fischer2013-10-231-4/+6
* Sort, so 'de' is preferred over 'de_DE' when performing non-exact matching.Andreas Fischer2013-10-231-0/+4
* Apply substring on the correct value.Andreas Fischer2013-10-231-1/+1
* Better variable names.Andreas Fischer2013-10-231-9/+9
* Fix coding style for else.Andreas Fischer2013-10-231-4/+2
* Correct indentation for default language.Andreas Fischer2013-10-231-4/+4
* Add L10N interface to server containerBart Visscher2013-10-041-13/+5
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+546