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-08-29backport of #4360Thomas Müller
2013-08-02fix whitespacingThomas Müller
2013-08-02Make default language configurable via config.phpLennart Rosam
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
2012-06-07First almost working versionBrice Maron
2012-05-26update copyrightFrank Karlitschek
2012-04-14reuse OC_L10N objectsRobin Appelman
2012-04-14some minor optimizationsRobin Appelman
2012-02-26first part of the abstraction work of the apps folder. more to comeFrank Karlitschek
2011-11-30Disable save button while saving. Streamlined code.Tom Needham
2011-09-18Remove global vars and use the OC static version.Bart Visscher
2011-09-12removed excess white space inside parenthesesJan-Christoph Borchardt
2011-09-12fixed translation detection thanks to Xuetian WengJan-Christoph Borchardt
2011-08-10use sprintf for translationsJakob Sack
2011-08-09Minor improvementsJakob Sack
2011-07-29Renaming classes :-)Jakob Sack
2011-06-22add oc_user::getUser to get the user id of the loggedin userRobin Appelman
2011-06-20New i18n-structureJakob Sack