Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filter l10n-* files | Thomas Mueller | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Remove invalid characters from app id to prevent loading of invalid resources | Bart Visscher | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Case insensitive Lang Detection fix #1328 | Brice Maron | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | Spaces to tabs | Bart Visscher | 2013-01-16 | 1 | -9/+9 |
| | |||||
* | More style fixes | Bart Visscher | 2012-12-15 | 1 | -4/+6 |
| | |||||
* | Fix "No space found after comma in function call" | Bart Visscher | 2012-12-15 | 1 | -2/+2 |
| | |||||
* | Fix the loop to search al the available languages, not only the las element. | Sergi Almacellas Abellana | 2012-12-09 | 1 | -4/+4 |
| | |||||
* | Improve autodetection of language. | Sergi Almacellas Abellana | 2012-12-07 | 1 | -2/+8 |
| | | | | Fixes #730. | ||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -2/+2 |
| | |||||
* | fix strftime in windows, use %#d instead of %e in windows | scambra | 2012-10-23 | 1 | -1/+6 |
| | |||||
* | Correct a first issue Checkstyle is complaining about ... | Felix Moeller | 2012-10-22 | 1 | -2/+2 |
| | | | | This is BracketsNotRequired | ||||
* | Merge pull request #38 from scambra/datepicker-l10n | Lukas Reschke | 2012-10-22 | 1 | -1/+6 |
|\ | | | | | Translate Datepicker | ||||
| * | Translate formatDate using jquery datepicker | scambra | 2012-10-19 | 1 | -0/+2 |
| | | |||||
| * | translate datepicker | scambra | 2012-10-19 | 1 | -1/+4 |
| | | |||||
* | | Fixing undefined $language | Thomas Müller | 2012-10-22 | 1 | -1/+3 |
|/ | |||||
* | don't duplicate locales with country code | scambra | 2012-10-16 | 1 | -2/+3 |
| | |||||
* | Use strftime to format date with translated month names | scambra | 2012-10-16 | 1 | -4/+6 |
| | |||||
* | fix some more phpdoc | Robin Appelman | 2012-09-23 | 1 | -1/+1 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -35/+35 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-09-07 | 1 | -3/+3 |
| | |||||
* | fixing button to add additional site | Thomas Mueller | 2012-09-04 | 1 | -9/+9 |
| | |||||
* | in some cases no translations are loaded because $this->lang is empty not null | Thomas Mueller | 2012-09-02 | 1 | -1/+1 |
| | |||||
* | fix translations within subfolder /lib | Thomas Mueller | 2012-08-31 | 1 | -1/+4 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -10/+10 |
| | |||||
* | add warning in log if OC_L10N::tA was called | Georg Ehrke | 2012-07-16 | 1 | -0/+7 |
| | |||||
* | Don't display error messages | Lukas Reschke | 2012-07-02 | 1 | -2/+2 |
| | |||||
* | fix a small PHP fail | Georg Ehrke | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-21 | 1 | -15/+48 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php | ||||
| * | Delay loading of translations until they are used | Bart Visscher | 2012-06-18 | 1 | -7/+23 |
| | | |||||
| * | Be smarter when checking single app language availability | Bart Visscher | 2012-06-16 | 1 | -8/+25 |
| | | |||||
* | | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-07 | 1 | -0/+4 |
|\| | |||||
| * | Make it easier to subclass OC_L10N. | Thomas Tanghus | 2012-06-07 | 1 | -0/+4 |
| | | |||||
* | | First almost working version | Brice Maron | 2012-06-06 | 1 | -2/+2 |
|/ | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | reuse OC_L10N objects | Robin Appelman | 2012-04-14 | 1 | -0/+20 |
| | |||||
* | some minor optimizations | Robin Appelman | 2012-04-14 | 1 | -8/+5 |
| | |||||
* | first part of the abstraction work of the apps folder. more to come | Frank Karlitschek | 2012-02-26 | 1 | -2/+2 |
| | |||||
* | Disable save button while saving. Streamlined code. | Tom Needham | 2011-11-29 | 1 | -0/+16 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -9/+6 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | removed excess white space inside parentheses | Jan-Christoph Borchardt | 2011-09-12 | 1 | -41/+41 |
| | |||||
* | fixed translation detection thanks to Xuetian Weng | Jan-Christoph Borchardt | 2011-09-12 | 1 | -2/+2 |
| | |||||
* | use sprintf for translations | Jakob Sack | 2011-08-10 | 1 | -3/+4 |
| | |||||
* | Minor improvements | Jakob Sack | 2011-08-08 | 1 | -8/+3 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -2/+2 |
| | |||||
* | add oc_user::getUser to get the user id of the loggedin user | Robin Appelman | 2011-06-22 | 1 | -2/+2 |
| | |||||
* | New i18n-structure | Jakob Sack | 2011-06-20 | 1 | -4/+4 |
| | |||||
* | add settings option for language | Robin Appelman | 2011-06-20 | 1 | -13/+24 |
| | |||||
* | Autodetection of language is working now | Jakob Sack | 2011-06-19 | 1 | -1/+1 |
| | |||||
* | More l10n-stuff | Jakob Sack | 2011-06-19 | 1 | -7/+13 |
| |