aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n.php
Commit message (Expand)AuthorAgeFilesLines
* additional safety checksAndreasErgenzinger2013-04-171-1/+3
* merge translations with those from themeAndreasErgenzinger2013-04-171-9/+10
* merge translations with those from themeAndreasErgenzinger2013-04-171-0/+9
* -L10N: cache the result of findLanguageRobin Appelman2013-04-121-0/+6
* filter l10n-* filesThomas Mueller2013-02-141-1/+1
* Remove invalid characters from app id to prevent loading of invalid resourcesBart Visscher2013-02-091-1/+1
* Case insensitive Lang Detection fix #1328Brice Maron2013-01-311-1/+1
* Spaces to tabsBart Visscher2013-01-161-9/+9
* More style fixesBart Visscher2012-12-151-4/+6
* Fix "No space found after comma in function call"Bart Visscher2012-12-151-2/+2
* Fix the loop to search al the available languages, not only the las element.Sergi Almacellas Abellana2012-12-091-4/+4
* Improve autodetection of language.Sergi Almacellas Abellana2012-12-071-2/+8
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* Checkstyle: many fixesFelix Moeller2012-11-021-2/+2
* fix strftime in windows, use %#d instead of %e in windowsscambra2012-10-231-1/+6
* Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-2/+2
* Merge pull request #38 from scambra/datepicker-l10nLukas Reschke2012-10-221-1/+6
|\
| * Translate formatDate using jquery datepickerscambra2012-10-191-0/+2
| * translate datepickerscambra2012-10-191-1/+4
* | Fixing undefined $languageThomas Müller2012-10-221-1/+3
|/
* don't duplicate locales with country codescambra2012-10-161-2/+3
* Use strftime to format date with translated month namesscambra2012-10-161-4/+6
* fix some more phpdocRobin Appelman2012-09-231-1/+1
* adding space between) and {Thomas Mueller2012-09-071-35/+35
* Whitespace fixes in libBart Visscher2012-09-071-3/+3
* fixing button to add additional siteThomas Mueller2012-09-041-9/+9
* in some cases no translations are loaded because $this->lang is empty not nullThomas Mueller2012-09-021-1/+1
* fix translations within subfolder /libThomas Mueller2012-08-311-1/+4
* Whitespace fixes in libBart Visscher2012-08-291-10/+10
* add warning in log if OC_L10N::tA was calledGeorg Ehrke2012-07-161-0/+7
* Don't display error messagesLukas Reschke2012-07-021-2/+2
* fix a small PHP failGeorg Ehrke2012-07-021-1/+1
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-211-15/+48
|\
| * Delay loading of translations until they are usedBart Visscher2012-06-181-7/+23
| * Be smarter when checking single app language availabilityBart Visscher2012-06-161-8/+25
* | Merge branch 'master' into multi_app_dirBrice Maron2012-06-071-0/+4
|\|
| * Make it easier to subclass OC_L10N.Thomas Tanghus2012-06-071-0/+4
* | First almost working versionBrice Maron2012-06-061-2/+2
|/
* update copyrightFrank Karlitschek2012-05-261-1/+1
* reuse OC_L10N objectsRobin Appelman2012-04-141-0/+20
* some minor optimizationsRobin Appelman2012-04-141-8/+5
* first part of the abstraction work of the apps folder. more to comeFrank Karlitschek2012-02-261-2/+2
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-0/+16
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-9/+6
* removed excess white space inside parenthesesJan-Christoph Borchardt2011-09-121-41/+41
* fixed translation detection thanks to Xuetian WengJan-Christoph Borchardt2011-09-121-2/+2
* use sprintf for translationsJakob Sack2011-08-101-3/+4
* Minor improvementsJakob Sack2011-08-081-8/+3
* Renaming classes :-)Jakob Sack2011-07-291-2/+2
* add oc_user::getUser to get the user id of the loggedin userRobin Appelman2011-06-221-2/+2