Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
2013-08-10Changing elseif statement to what the PEAR coding guidelines say.Andreas Fischer
2013-08-10Do not pass numeric strings to strtotime() when formatting dates.Andreas Fischer
2013-08-08Merge pull request #4271 from owncloud/plural_translationsOwen Winkler
2013-08-04initialize $plural_form_string with English defaultThomas Müller
2013-08-03unit tests for plural translations addedThomas Müller
2013-08-02PHPDoc comments adjusted *partially* - fixing call to createPluralFormFunctionThomas Müller
2013-08-02Make default language configurable via config.phpLennart Rosam
2013-08-01Fix copy and paste errors in l10n.phpJakob Sack
2013-08-01Create plural functions on the flyJakob Sack
2013-08-01Update l10n.php to read plural_forms stringJakob Sack
2013-07-17Add multiple plural forms to the php partJakob Sack
2013-07-07make l10n libs capable of handling plural translationsJakob Sack
2013-04-17additional safety checksAndreasErgenzinger
2013-04-17merge translations with those from themeAndreasErgenzinger
2013-04-17merge translations with those from themeAndreasErgenzinger
2013-04-12-L10N: cache the result of findLanguageRobin Appelman
2013-02-14filter l10n-* filesThomas Mueller
2013-02-09Remove invalid characters from app id to prevent loading of invalid resourcesBart Visscher
2013-02-01Case insensitive Lang Detection fix #1328Brice Maron
2013-01-16Spaces to tabsBart Visscher
2012-12-15More style fixesBart Visscher
2012-12-15Fix "No space found after comma in function call"Bart Visscher
2012-12-09Fix the loop to search al the available languages, not only the las element.Sergi Almacellas Abellana
2012-12-07Improve autodetection of language.Sergi Almacellas Abellana
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-11-02Checkstyle: many fixesFelix Moeller
2012-10-23fix strftime in windows, use %#d instead of %e in windowsscambra
2012-10-22Correct a first issue Checkstyle is complaining about ...Felix Moeller
2012-10-23Merge pull request #38 from scambra/datepicker-l10nLukas Reschke
2012-10-22Fixing undefined $languageThomas Müller
2012-10-19Translate formatDate using jquery datepickerscambra
2012-10-19translate datepickerscambra
2012-10-16don't duplicate locales with country codescambra
2012-10-16Use strftime to format date with translated month namesscambra
2012-09-23fix some more phpdocRobin Appelman
2012-09-07adding space between) and {Thomas Mueller
2012-09-07Whitespace fixes in libBart Visscher
2012-09-05fixing button to add additional siteThomas Mueller
2012-09-02in some cases no translations are loaded because $this->lang is empty not nullThomas Mueller
2012-08-31fix translations within subfolder /libThomas Mueller
2012-08-29Whitespace fixes in libBart Visscher
2012-07-16add warning in log if OC_L10N::tA was calledGeorg Ehrke
2012-07-02Don't display error messagesLukas Reschke
2012-07-02fix a small PHP failGeorg Ehrke
2012-06-21Merge branch 'master' into multi_app_dirBrice Maron
2012-06-19Delay loading of translations until they are usedBart Visscher
2012-06-16Be smarter when checking single app language availabilityBart Visscher
2012-06-07Merge branch 'master' into multi_app_dirBrice Maron
2012-06-07Make it easier to subclass OC_L10N.Thomas Tanghus