Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -546/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | Changing elseif statement to what the PEAR coding guidelines say. | Andreas Fischer | 2013-08-09 | 1 | -2/+1 |
| | |||||
* | Do not pass numeric strings to strtotime() when formatting dates. | Andreas Fischer | 2013-08-09 | 1 | -1/+1 |
| | | | | | strtotime() will return false and the date will be formatted as the 0-timestamp (e.g. January 1, 1970 00:00) otherwise. | ||||
* | Merge pull request #4271 from owncloud/plural_translations | Owen Winkler | 2013-08-08 | 1 | -5/+163 |
|\ | | | | | Plural translations | ||||
| * | initialize $plural_form_string with English default | Thomas Müller | 2013-08-03 | 1 | -1/+1 |
| | | |||||
| * | unit tests for plural translations added | Thomas Müller | 2013-08-02 | 1 | -2/+14 |
| | | |||||
| * | PHPDoc comments adjusted *partially* - fixing call to createPluralFormFunction | Thomas Müller | 2013-08-02 | 1 | -11/+18 |
| | | |||||
| * | Fix copy and paste errors in l10n.php | Jakob Sack | 2013-08-01 | 1 | -1/+1 |
| | | |||||
| * | Create plural functions on the fly | Jakob Sack | 2013-08-01 | 1 | -6/+85 |
| | | |||||
| * | Update l10n.php to read plural_forms string | Jakob Sack | 2013-08-01 | 1 | -8/+22 |
| | | |||||
| * | Add multiple plural forms to the php part | Jakob Sack | 2013-07-16 | 1 | -4/+30 |
| | | |||||
| * | make l10n libs capable of handling plural translations | Jakob Sack | 2013-07-07 | 1 | -0/+20 |
| | | |||||
* | | Make default language configurable via config.php | Lennart Rosam | 2013-08-02 | 1 | -0/+6 |
|/ | |||||
* | additional safety checks | AndreasErgenzinger | 2013-04-17 | 1 | -1/+3 |
| | |||||
* | merge translations with those from theme | AndreasErgenzinger | 2013-04-17 | 1 | -9/+10 |
| | |||||
* | merge translations with those from theme | AndreasErgenzinger | 2013-04-17 | 1 | -0/+9 |
| | |||||
* | -L10N: cache the result of findLanguage | Robin Appelman | 2013-04-12 | 1 | -0/+6 |
| | |||||
* | 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 |
| | |