[Pkg-owncloud-commits] [owncloud] branch upstream updated (95e9920 -> 63bcf86)

David Prévot taffit at moszumanska.debian.org
Sun Jun 1 18:53:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to branch upstream
in repository owncloud.

      from  95e9920   Imported Upstream version 7~20140525+dfsg
       new  ff1f341   Fix phpdoc
       new  151c484   Add a config option fro setting the filesystem watcher policy
       new  48d0ceb   Merge pull request #8674 from owncloud/watch-policy
       new  be83266   Make the recursive delete more robust
       new  a34491e   Merge pull request #8687 from owncloud/recursive-remove-smb
       new  a756666   [tx-robot] updated from transifex
       new  36f63ea   allow resharing of files with only share permissions
       new  a79f3fd   Merge pull request #8728 from owncloud/sharing_fix_reshare
       new  188c543   unwrapped strings fix
       new  17276af   Merge pull request #8733 from owncloud/l10n-forgotten-tags
       new  95bd7fe   don't lose file size during rename
       new  d38f867   Merge pull request #8721 from owncloud/sharing_don_lose_filesize
       new  d43a7c5   Added requiremin/requiremax fields for apps
       new  c64e920   Adjust core apps to use "requiremin" instead of "require"
       new  a966196   Merge pull request #8736 from owncloud/appinfo-newrequirefields
       new  1a22478   reverts 188c543 and translates only mail
       new  e70ed36   Merge pull request #8740 from owncloud/l10n-forgotten-tags
       new  8eee8e7   forgotten infobox messages translations
       new  339554a   Merge pull request #8744 from owncloud/l10n-whoops-user-ldap
       new  511816b   Implement the register function of OC\ContactsManager
       new  5c412f4   $key is not needed for registering contactsmanager callbacks
       new  694244f   Supply the contactsmanager object to the callbacks
       new  9583549   camelCase vars in OC\ContactsManager
       new  fc9371a   Merge branch 'master' into contactsmanager-register
       new  7c03701   Fix wrong var name
       new  bb6fac1   Merge branch 'master' into contactsmanager-register
       new  8749442   no return on register and unregister
       new  a51e9a5   Merge pull request #8136 from owncloud/contactsmanager-register
       new  59125cb   fix grammar
       new  4e2cdb2   Merge pull request #8713 from owncloud/typo-files-encr
       new  80641ca   [tx-robot] updated from transifex
       new  46555b5   fix warning text and margin
       new  3d701ca   Merge pull request #8732 from owncloud/fix-warning-text
       new  9c5fdc5   add title property to share dialog
       new  de1f7c9   Merge pull request #8750 from owncloud/l10n-add-title-property
       new  f03a3d9   remove legacy OC_Filesystem being used in a hook callback
       new  09645b9   Merge pull request #8755 from owncloud/fix-8737-master
       new  3d1ba57   Change visibility of scanner internals
       new  6d57e4c   Merge pull request #8768 from owncloud/scanner_visibility
       new  2c89962   clean up tryRememberLogin and save the timestamp of users last login
       new  c46fada   unit  tests for loginWithCookie()
       new  bf1f5f2   also test whether hooks work
       new  60274d1   test hooks also on login
       new  86880ac   clean up here is superflous, will already be removed by user session
       new  09bb8e0   add cli command to check a users last login
       new  e9fa74b   save a whitespace
       new  2e85d5a   increase scrutinizer happyiness by removing minor/informational issues
       new  7f7999c   print time in 24h format
       new  748a219   add preRememberedLogin hook and document this and postRememberedLogin in class descripttion. Also fixes documentation of postLogin hook
       new  4a4ea67   drop superflous statement in phpdoc
       new  c03e7fc   Clarify comment
       new  3a21c3e   Merge branch 'logintimestamp' of git://github.com/owncloud/core into logintimestamp
       new  ce9d5df   Merge pull request #8681 from owncloud/logintimestamp
       new  c100da3   upgraded phpmailer into v5.2.8 via composer
       new  ed8e0f0   updating unit test expectations
       new  d89c5e2   Update 3rdparty submodule after merge
       new  1af293d   Merge pull request #8754 from owncloud/3rdparty-upgraded-phpmailer
       new  a2e4bc8   # This is a combination of 2 commits. # The first commit's message is:
       new  3ef9570   Merge pull request #8547 from owncloud/path-length-master
       new  7151369   Add ability to enable/disable maintenance mode from cli.
       new  00f811f   Changed class name to mode
       new  43759f1   Use OC\Config instead of OC_Config
       new  678a6b9   Merge pull request #8748 from owncloud/cli_maintenance_mode
       new  368006c   [tx-robot] updated from transifex
       new  c99e254   aditional test cases for copy and rename
       new  e83b414   remove unneeded delTree
       new  38c1da0   fix recursive rename for local storage backend
       new  03ba497   add recursive copy to local storage backend
       new  c3c9612   fix recursive copy and rename for mapped local storage backend
       new  ea44f0e   fix recursive copy and rename for common storage backend
       new  1302602   fix illegal usage of unlink in test case
       new  d15ed9b   use \OC\Files\Filesystem::isIgnoredDir
       new  488fc40   remove unneeded check
       new  8187164   re-use rescursive copy from common storage
       new  af35b6a   Fix LocalStorage->unlink to work on folder as expected
       new  467e9c2   Remove code duplication
       new  c0f02be   Merge pull request #3908 from owncloud/storage-folder-copy-rename
       new  011bd0a   Add a resetadminpass command to console - fix #8248
       new  e5e77b3   Make ResetAdminPass to ResetPassword
       new  2a5e1a1   Back to the future
       new  f75c863   Add doc, check return-value, fix spacing, require interactive
       new  f216d81   Use userManager, color output, return 1 on error
       new  52e7bf9   Receive \OC\User\Manager as a constructor dependency.
       new  8981929   Document type of user project.
       new  f81ee94   Move resetpassword into user: command space.
       new  5754b0b   Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_command
       new  9fba822   Merge pull request #8554 from owncloud/add_resetadminpass_command
       new  c8b32f4   Remove deprecated functions
       new  b8059fb   Merge pull request #8780 from owncloud/remove-deprecated-functions
       new  9ed5083   get mount point from mount manager
       new  32a5056   Merge pull request #8771 from owncloud/enc_get_mount_from_mountmanager
       new  146583a   Added update overview page
       new  02f682b   Now showing disabled apps as upgrade status line
       new  ca45937   Fixed styles in update overview page
       new  7e055a9   Fixed DOM elements, styling and code style issues
       new  705242d   Merge pull request #8727 from owncloud/upgrade-overview
       new  f7cc07b   show delete hint text on hovering trash
       new  b145644   Merge pull request #8773 from owncloud/l10n-tipsy-delete
       new  5e9ea2b   fix 8757, get rid of service locator antipattern
       new  d5e48a4   fix assertions
       new  45d93cc   Merge pull request #8759 from owncloud/fix-phpunit
       new  5bf1378   darken scrollbar to distinguish from selected sidebar items
       new  574e4f0   use user-select: none; on header, navigation and user menu
       new  0977911   fix height of select boxes for OS X
       new  b1ccfcd   fix border-radius in settings to 3px
       new  c6c4bb6   move saved notification for mail server, so it's smaller
       new  dc83b17   Fix double "saved" message when changing email settings
       new  5cd0fd2   Merge pull request #8700 from owncloud/design-smallfixes
       new  929882a   [tx-robot] updated from transifex
       new  dbbb6c5   extend OCS Share API to allow the user to ask for files shared with him
       new  6ebc436   Added sharing overview page (WIP)
       new  9baf47c   Group shares by type
       new  279ede3   Improved FileActions with context
       new  60bcdc5   Fixed file actions for sharing views
       new  85648de   Fixed sharing permissions
       new  0f105ec   Removed selection checkboxes
       new  8bdce66   Added unit test for file action context argument
       new  89ff285   Add unit tests for fileActionsReady
       new  d21b810   Fixed navigation order
       new  06e53b3   Added "dir" in file actions handler context and fixed versions
       new  fa32243   Small fixes to sharing overview
       new  ef59c69   Distinguish legacy file actions from regular file actions
       new  0879a63   Mimetype for sharing overview
       new  c9d05c6   Fix IE8 issue when icon is not defined
       new  6fbf4d8   Fix table header colors
       new  1d9129e   Sharing overview fixes and unit tests
       new  e084183   Added owner display name in action
       new  66afd1a   Fix fileList fallback in OC.Share for outside files app
       new  5e4e773   Removed "Share with" column
       new  7fac2b6   Fixed warning when file_target is not set
       new  517501f   Merge pull request #8417 from owncloud/share-overview
       new  8c5521f   Add $storage->instanceOfStorage to handle instanceof for storage wrappers
       new  99d46af   Use instanceOfStorage instead of instanceof
       new  0ae7a49   Fix storage wrapper being called with null
       new  998fa2d   Pass any methods custom to specific storage implementations to the wrapped storage
       new  2ba5701   Merge pull request #8778 from owncloud/storage-instanceof
       new  6195f13   Use CURL to get filesize on 32bit systems.
       new  3f8f802   Cast to numeric instead of float, i.e. use an integer if possible.
       new  c8fa1fd   Refactor Large File handling code.
       new  68cc0ba   Unit Tests for LargeFileHelper.
       new  626e87a   Output validation for exec() method.
       new  df29eec   Windows exec() implementation.
       new  fb7ec2b   Only call $this->filesize() for files.
       new  82e1715   Rename: LargeFileHelper -> LargeFileHelperGetFilesize
       new  2c36a4b   Add helper method for turning int|float into base-10 unsigned integer string.
       new  a9b2832   Add LargeFileHelper::__construct() verifying that our assumptions hold.
       new  a34aa19   Cast to number instead of integer in OC\Files\Cache\Cache
       new  0bae680   Cast to number instead of integer in OC\Files\Cache\HomeCache
       new  fb45560   Cast '{DAV:}getcontentlength' to number instead of int.
       new  0417e52   Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.
       new  ea246d0   Use "file size" instead of "filesize", then also apply camel case.
       new  2929d19   Document exceptions thrown by \OC\LargeFileHelper.
       new  129d809   Typo: getFileSizeViaDOM -> getFileSizeViaCOM
       new  31ad1cb   Merge pull request #5365 from owncloud/filesize-improvements-32bit
       new  62eb5cd   Add a warning to the configuration file
       new  bb8ee2e   fix wording
       new  59b1f4c   Merge pull request #8781 from owncloud/add-a-warning-to-the-sample
       new  542b395   Fixed drag and drop from external files, added tests
       new  d6e1643   Fix dropping files below the table
       new  756b158   Merge pull request #8663 from owncloud/files-dndissue
       new  4843d13   prevent pageload if pressed enter on name email change
       new  a36f2c9   Merge pull request #8793 from owncloud/name-email-enter-prevent
       new  d7e63d8   select webdav address on click
       new  c8a19ad   Merge pull request #8779 from owncloud/sel-webdav-onclick
       new  caf2836   Fixed undefined object error that appears after a delay
       new  b7f163a   Merge pull request #8695 from owncloud/jserrorfixes
       new  645e703   Allow apps to control via a hook to skip adding/removing a file during filescan
       new  fdf26c5   Rename variable to something more appropriate.
       new  3b287f8   Allow the default behavior to come from the config.
       new  26d169b   Use 'filesystem_check_enable' as a config option.
       new  f79948f   Prevent apps from affecting the scanner via hook.
       new  16ae63b   Updates per comments on PR:
       new  19f0c47   Missed one.
       new  da6aae2   Merge pull request #8607 from owncloud/filescan_app_hook
       new  287c898   Check if ReflectionMethod::getDocComment is working
       new  b798191   adopt new settings style
       new  30f1ec2   Merge branch 'master' into test_annotations_working
       new  06af8e0   adding annotation check to checkServer()
       new  555b9cc   Merge pull request #7614 from owncloud/test_annotations_working
       new  0b7d9e2   Cleanup code a little bit
       new  2c483fd   Add missing \
       new  51a6764   Merge branch 'master' into cleanup-list-code
       new  5dd3e34   Merge pull request #8444 from owncloud/cleanup-list-code
       new  999f621   - fix dropTable() and introduce tableExists() - kill replaceDB() - this function is unused and it's implementation obviously wrong - add method annotation OC_DB_StatementWrapper::fetchAll - remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists - remove unused variables
       new  86b06c7   Merge pull request #8800 from owncloud/db-changes-as-required-by-8483
       new  cff9440   [tx-robot] updated from transifex
       new  a0987eb   Fix undefined JS on login/setup page
       new  56b60b9   Merge pull request #8798 from owncloud/fix-corejs
       new  63bcf86   Imported Upstream version 7~20140531+dfsg

The 189 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 3rdparty/autoload.php                              |    2 +-
 3rdparty/class.phpmailer.php                       | 2532 ---------------
 3rdparty/class.smtp.php                            |  818 -----
 3rdparty/composer.json                             |    3 +-
 3rdparty/composer.lock                             |   60 +-
 3rdparty/composer/ClassLoader.php                  |   24 +-
 3rdparty/composer/autoload_classmap.php            |    4 +
 3rdparty/composer/autoload_real.php                |   10 +-
 3rdparty/composer/installed.json                   |   55 +
 3rdparty/phpmailer/phpmailer/.scrutinizer.yml      |  126 +
 3rdparty/phpmailer/phpmailer/.travis.yml           |   26 +
 3rdparty/phpmailer/phpmailer/LICENSE               |  504 +++
 3rdparty/phpmailer/phpmailer/PHPMailerAutoload.php |   49 +
 3rdparty/phpmailer/phpmailer/README.md             |  148 +
 3rdparty/phpmailer/phpmailer/changelog.md          |  538 +++
 3rdparty/phpmailer/phpmailer/class.phpmailer.php   | 3416 ++++++++++++++++++++
 3rdparty/phpmailer/phpmailer/class.pop3.php        |  417 +++
 3rdparty/phpmailer/phpmailer/class.smtp.php        |  935 ++++++
 3rdparty/phpmailer/phpmailer/composer.json         |   33 +
 .../phpmailer/docs/Callback_function_notes.txt     |   17 +
 .../phpmailer/phpmailer/docs/DomainKeys_notes.txt  |   55 +
 .../phpmailer/docs/Note_for_SMTP_debugging.txt     |   17 +
 3rdparty/phpmailer/phpmailer/docs/extending.html   |  129 +
 3rdparty/phpmailer/phpmailer/docs/faq.html         |   28 +
 3rdparty/phpmailer/phpmailer/docs/generatedocs.sh  |    5 +
 3rdparty/phpmailer/phpmailer/docs/pop3_article.txt |   50 +
 3rdparty/phpmailer/phpmailer/examples/LGPLv3.txt   |  165 +
 .../phpmailer/examples/code_generator.phps         |  596 ++++
 .../phpmailer/phpmailer/examples/contents.html     |   17 +
 .../phpmailer/phpmailer/examples/exceptions.phps   |   41 +
 3rdparty/phpmailer/phpmailer/examples/gmail.phps   |   79 +
 .../phpmailer/examples/images/phpmailer.png        |  Bin 0 -> 5831 bytes
 .../phpmailer/examples/images/phpmailer_mini.png   |  Bin 0 -> 1842 bytes
 3rdparty/phpmailer/phpmailer/examples/index.html   |   45 +
 3rdparty/phpmailer/phpmailer/examples/mail.phps    |   37 +
 .../phpmailer/phpmailer/examples/mailing_list.phps |   55 +
 .../phpmailer/examples/pop_before_smtp.phps        |   60 +
 .../phpmailer/examples/scripts/XRegExp.js          |  664 ++++
 .../phpmailer/examples/scripts/shAutoloader.js     |  122 +
 .../phpmailer/examples/scripts/shBrushPhp.js       |   72 +
 .../phpmailer/examples/scripts/shLegacy.js         |  141 +
 .../phpmailer/phpmailer/examples/sendmail.phps     |   39 +
 3rdparty/phpmailer/phpmailer/examples/smtp.phps    |   61 +
 .../phpmailer/phpmailer/examples/smtp_no_auth.phps |   57 +
 .../phpmailer/phpmailer/examples/styles/shCore.css |   46 +
 .../phpmailer/examples/styles/shCoreDefault.css    |   77 +
 .../phpmailer/examples/styles/shCoreDjango.css     |   78 +
 .../phpmailer/examples/styles/shCoreEclipse.css    |   80 +
 .../phpmailer/examples/styles/shCoreEmacs.css      |   76 +
 .../phpmailer/examples/styles/shCoreFadeToGrey.css |   77 +
 .../phpmailer/examples/styles/shCoreMDUltra.css    |   76 +
 .../phpmailer/examples/styles/shCoreMidnight.css   |   76 +
 .../phpmailer/examples/styles/shCoreRDark.css      |   76 +
 .../examples/styles/shThemeAppleScript.css         |   21 +
 .../phpmailer/examples/styles/shThemeDefault.css   |   31 +
 .../phpmailer/examples/styles/shThemeDjango.css    |   32 +
 .../phpmailer/examples/styles/shThemeEclipse.css   |   34 +
 .../phpmailer/examples/styles/shThemeEmacs.css     |   30 +
 .../examples/styles/shThemeFadeToGrey.css          |   31 +
 .../phpmailer/examples/styles/shThemeMDUltra.css   |   30 +
 .../phpmailer/examples/styles/shThemeMidnight.css  |   30 +
 .../phpmailer/examples/styles/shThemeRDark.css     |   30 +
 .../examples/styles/shThemeVisualStudio.css        |   31 +
 .../phpmailer/examples/styles/wrapping.png         |  Bin 0 -> 631 bytes
 .../phpmailer/phpmailer/extras/EasyPeasyICS.php    |   90 +
 .../phpmailer/phpmailer/extras/class.html2text.php |  696 ++++
 3rdparty/phpmailer/phpmailer/extras/htmlfilter.php |  874 +++++
 .../phpmailer/extras/ntlm_sasl_client.php          |  185 ++
 .../phpmailer/language/phpmailer.lang-ar.php       |   26 +
 .../phpmailer/language/phpmailer.lang-be.php       |   24 +
 .../phpmailer/language/phpmailer.lang-br.php       |   26 +
 .../phpmailer/language/phpmailer.lang-ca.php       |   25 +
 .../phpmailer/language/phpmailer.lang-ch.php       |   25 +
 .../phpmailer/language/phpmailer.lang-cz.php       |   24 +
 .../phpmailer/language/phpmailer.lang-de.php       |   24 +
 .../phpmailer/language/phpmailer.lang-dk.php       |   25 +
 .../phpmailer/language/phpmailer.lang-el.php       |   24 +
 .../phpmailer/language/phpmailer.lang-eo.php       |   24 +
 .../phpmailer/language/phpmailer.lang-es.php       |   26 +
 .../phpmailer/language/phpmailer.lang-et.php       |   26 +
 .../phpmailer/language/phpmailer.lang-fa.php       |   26 +
 .../phpmailer/language/phpmailer.lang-fi.php       |   26 +
 .../phpmailer/language/phpmailer.lang-fo.php       |   26 +
 .../phpmailer/language/phpmailer.lang-fr.php       |   29 +
 .../phpmailer/language/phpmailer.lang-gl.php       |   26 +
 .../phpmailer/language/phpmailer.lang-he.php       |   25 +
 .../phpmailer/language/phpmailer.lang-hr.php       |   25 +
 .../phpmailer/language/phpmailer.lang-hu.php       |   24 +
 .../phpmailer/language/phpmailer.lang-it.php       |   26 +
 .../phpmailer/language/phpmailer.lang-ja.php       |   26 +
 .../phpmailer/language/phpmailer.lang-ka.php       |   24 +
 .../phpmailer/language/phpmailer.lang-lt.php       |   24 +
 .../phpmailer/language/phpmailer.lang-lv.php       |   24 +
 .../phpmailer/language/phpmailer.lang-nl.php       |   24 +
 .../phpmailer/language/phpmailer.lang-no.php       |   24 +
 .../phpmailer/language/phpmailer.lang-pl.php       |   25 +
 .../phpmailer/language/phpmailer.lang-pt.php       |   26 +
 .../phpmailer/language/phpmailer.lang-ro.php       |   26 +
 .../phpmailer/language/phpmailer.lang-ru.php       |   24 +
 .../phpmailer/language/phpmailer.lang-se.php       |   25 +
 .../phpmailer/language/phpmailer.lang-sk.php       |   25 +
 .../phpmailer/language/phpmailer.lang-sr.php       |   25 +
 .../phpmailer/language/phpmailer.lang-tr.php       |   27 +
 .../phpmailer/language/phpmailer.lang-uk.php       |   24 +
 .../phpmailer/language/phpmailer.lang-vi.php       |   25 +
 .../phpmailer/language/phpmailer.lang-zh.php       |   26 +
 .../phpmailer/language/phpmailer.lang-zh_cn.php    |   26 +
 3rdparty/phpmailer/phpmailer/test/bootstrap.php    |    5 +
 3rdparty/phpmailer/phpmailer/test/fakepopserver.sh |  125 +
 3rdparty/phpmailer/phpmailer/test/fakesendmail.sh  |   22 +
 .../phpmailer/phpmailer/test/phpmailerLangTest.php |   76 +
 .../phpmailer/phpmailer/test/phpmailerTest.php     | 1422 ++++++++
 .../phpmailer/phpmailer/test/runfakepopserver.sh   |   10 +
 .../phpmailer/phpmailer/test/test_callback.php     |   82 +
 .../phpmailer/test/testbootstrap-dist.php          |    7 +
 .../phpmailer/phpmailer/travis.phpunit.xml.dist    |   35 +
 .../Process/4a6ea65c9fef48d6734356bba4ee47d8       |  Bin 0 -> 40723 bytes
 apps/activity/README.md                            |    4 +-
 apps/activity/appinfo/app.php                      |    3 -
 apps/activity/appinfo/info.xml                     |    2 +-
 apps/activity/l10n/ar.php                          |    4 +-
 apps/activity/l10n/ast.php                         |    4 +-
 apps/activity/l10n/bg_BG.php                       |    4 +-
 apps/activity/l10n/bn_BD.php                       |    4 +-
 apps/activity/l10n/ca.php                          |    4 +-
 apps/activity/l10n/{ady.php => ca at valencia.php}    |    0
 apps/activity/l10n/cs_CZ.php                       |   14 +-
 apps/activity/l10n/cy_GB.php                       |    4 +-
 apps/activity/l10n/da.php                          |    4 +-
 apps/activity/l10n/de.php                          |   13 +-
 apps/activity/l10n/de_AT.php                       |    4 +-
 apps/activity/l10n/de_CH.php                       |    4 +-
 apps/activity/l10n/de_DE.php                       |   13 +-
 apps/activity/l10n/el.php                          |   24 +-
 apps/activity/l10n/en_GB.php                       |   13 +-
 apps/activity/l10n/eo.php                          |   28 +-
 apps/activity/l10n/es.php                          |    6 +-
 apps/activity/l10n/es_AR.php                       |    4 +-
 apps/activity/l10n/es_MX.php                       |    4 +-
 apps/activity/l10n/et_EE.php                       |   21 +-
 apps/activity/l10n/eu.php                          |    4 +-
 apps/activity/l10n/eu_ES.php                       |    4 +-
 apps/activity/l10n/fa.php                          |    4 +-
 apps/activity/l10n/fi_FI.php                       |    7 +-
 apps/activity/l10n/fr.php                          |   11 +-
 apps/activity/l10n/gl.php                          |   13 +-
 apps/activity/l10n/he.php                          |    4 +-
 apps/activity/l10n/hr.php                          |    4 +-
 apps/activity/l10n/hu_HU.php                       |    4 +-
 apps/activity/l10n/ia.php                          |    4 +-
 apps/activity/l10n/id.php                          |    4 +-
 apps/activity/l10n/is.php                          |    4 +-
 apps/activity/l10n/it.php                          |    7 +-
 apps/activity/l10n/ja.php                          |   14 +-
 apps/activity/l10n/ka_GE.php                       |    4 +-
 apps/activity/l10n/km.php                          |    4 +-
 apps/activity/l10n/ko.php                          |    4 +-
 apps/{firstrunwizard => activity}/l10n/l10n.pl     |    0
 apps/activity/l10n/lb.php                          |    4 +-
 apps/activity/l10n/lt_LT.php                       |    4 +-
 apps/activity/l10n/lv.php                          |    4 +-
 apps/activity/l10n/mk.php                          |    4 +-
 apps/activity/l10n/ms_MY.php                       |    4 +-
 apps/activity/l10n/my_MM.php                       |    4 +-
 apps/activity/l10n/nb_NO.php                       |   23 +-
 apps/activity/l10n/nl.php                          |   13 +-
 apps/activity/l10n/nn_NO.php                       |    4 +-
 apps/activity/l10n/oc.php                          |    4 +-
 apps/activity/l10n/pl.php                          |    7 +-
 apps/activity/l10n/pt_BR.php                       |   13 +-
 apps/activity/l10n/pt_PT.php                       |    4 +-
 apps/activity/l10n/ro.php                          |   10 +-
 apps/activity/l10n/ru.php                          |   23 +-
 apps/activity/l10n/si_LK.php                       |    4 +-
 apps/activity/l10n/sk.php                          |    4 +-
 apps/activity/l10n/sk_SK.php                       |    4 +-
 apps/activity/l10n/sl.php                          |    4 +-
 apps/activity/l10n/sq.php                          |    4 +-
 apps/activity/l10n/sr.php                          |    4 +-
 apps/activity/l10n/sr at latin.php                    |    4 +-
 apps/activity/l10n/sv.php                          |   13 +-
 apps/activity/l10n/ta_LK.php                       |    4 +-
 apps/activity/l10n/th_TH.php                       |    4 +-
 apps/activity/l10n/tr.php                          |   13 +-
 apps/activity/l10n/ug.php                          |    4 +-
 apps/activity/l10n/uk.php                          |    4 +-
 apps/activity/l10n/ur_PK.php                       |    4 +-
 apps/activity/l10n/vi.php                          |    4 +-
 apps/activity/l10n/zh_CN.php                       |    4 +-
 apps/activity/l10n/zh_TW.php                       |    4 +-
 apps/activity/lib/data.php                         |   98 +-
 apps/activity/lib/datahelper.php                   |  117 +
 apps/activity/lib/hooks.php                        |   29 +-
 apps/activity/lib/mailqueuehandler.php             |   19 +-
 apps/activity/lib/ocs.php                          |   62 -
 apps/activity/lib/search.php                       |   54 -
 apps/activity/templates/activity.box.php           |    4 +-
 apps/activity/templates/email.notification.php     |   19 +-
 apps/activity/templates/personal.php               |    2 +-
 apps/activity/tests/datahelper.php                 |   83 +
 apps/activity/tests/hooksdeleteuser.php            |  109 +
 apps/admin_dependencies_chk/appinfo/info.xml       |    2 +-
 apps/bookmarks/addBm.php                           |    2 +-
 apps/bookmarks/ajax/delBookmark.php                |    2 +-
 apps/bookmarks/ajax/delTag.php                     |    2 +-
 apps/bookmarks/ajax/editBookmark.php               |    2 +-
 apps/bookmarks/ajax/getInfos.php                   |    2 +-
 apps/bookmarks/ajax/recordClick.php                |    2 +-
 apps/bookmarks/ajax/renameTag.php                  |    2 +-
 apps/bookmarks/ajax/updateList.php                 |    2 +-
 apps/bookmarks/index.php                           |    2 +-
 apps/bookmarks/l10n/af_ZA.php                      |    1 +
 apps/bookmarks/l10n/af_ZA/bookmarks.po             |    6 +-
 apps/bookmarks/l10n/ca at valencia/bookmarks.po       |  152 +
 apps/bookmarks/l10n/eo.php                         |    1 +
 apps/bookmarks/l10n/eo/bookmarks.po                |    9 +-
 apps/bookmarks/l10n/templates/bookmarks.pot        |    2 +-
 apps/calendar/js/calendar.js                       |   62 +-
 apps/calendar/l10n/af_ZA/calendar.po               |   56 +-
 apps/calendar/l10n/ar/calendar.po                  |    4 +-
 apps/calendar/l10n/ast/calendar.po                 |    4 +-
 apps/calendar/l10n/be/calendar.po                  |   56 +-
 apps/calendar/l10n/bg_BG/calendar.po               |    4 +-
 apps/calendar/l10n/bn_BD/calendar.po               |    4 +-
 apps/calendar/l10n/ca/calendar.po                  |    4 +-
 apps/calendar/l10n/ca at valencia/calendar.po         |  841 +++++
 apps/calendar/l10n/cs_CZ/calendar.po               |    4 +-
 apps/calendar/l10n/cy_GB/calendar.po               |    4 +-
 apps/calendar/l10n/da/calendar.po                  |    4 +-
 apps/calendar/l10n/de/calendar.po                  |    4 +-
 apps/calendar/l10n/de_AT/calendar.po               |    4 +-
 apps/calendar/l10n/de_CH/calendar.po               |    4 +-
 apps/calendar/l10n/de_DE/calendar.po               |    4 +-
 apps/calendar/l10n/el/calendar.po                  |    4 +-
 apps/calendar/l10n/en_GB/calendar.po               |    4 +-
 apps/calendar/l10n/eo.php                          |   19 +
 apps/calendar/l10n/eo/calendar.po                  |   46 +-
 apps/calendar/l10n/es/calendar.po                  |    4 +-
 apps/calendar/l10n/es_AR/calendar.po               |    4 +-
 apps/calendar/l10n/es_MX/calendar.po               |    4 +-
 apps/calendar/l10n/et_EE/calendar.po               |    4 +-
 apps/calendar/l10n/eu/calendar.po                  |    4 +-
 apps/calendar/l10n/eu_ES/calendar.po               |    4 +-
 apps/calendar/l10n/fa/calendar.po                  |    4 +-
 apps/calendar/l10n/fi_FI/calendar.po               |    4 +-
 apps/calendar/l10n/fr/calendar.po                  |    4 +-
 apps/calendar/l10n/gl/calendar.po                  |    4 +-
 apps/calendar/l10n/he/calendar.po                  |    4 +-
 apps/calendar/l10n/hi/calendar.po                  |   56 +-
 apps/calendar/l10n/hr/calendar.po                  |    4 +-
 apps/calendar/l10n/hu_HU/calendar.po               |   22 +-
 apps/calendar/l10n/ia/calendar.po                  |    4 +-
 apps/calendar/l10n/id/calendar.po                  |    4 +-
 apps/calendar/l10n/is/calendar.po                  |   56 +-
 apps/calendar/l10n/it/calendar.po                  |   22 +-
 apps/calendar/l10n/ja/calendar.po                  |    4 +-
 apps/calendar/l10n/ka_GE/calendar.po               |    4 +-
 apps/calendar/l10n/km/calendar.po                  |    4 +-
 apps/calendar/l10n/ko/calendar.po                  |    4 +-
 apps/calendar/l10n/ku_IQ/calendar.po               |    4 +-
 apps/calendar/l10n/lb/calendar.po                  |    4 +-
 apps/calendar/l10n/lt_LT/calendar.po               |    4 +-
 apps/calendar/l10n/lv/calendar.po                  |    4 +-
 apps/calendar/l10n/mk/calendar.po                  |    4 +-
 apps/calendar/l10n/ms_MY/calendar.po               |    4 +-
 apps/calendar/l10n/my_MM/calendar.po               |    4 +-
 apps/calendar/l10n/nb_NO.php                       |    1 +
 apps/calendar/l10n/nb_NO/calendar.po               |   26 +-
 apps/calendar/l10n/nl/calendar.po                  |    4 +-
 apps/calendar/l10n/nn_NO/calendar.po               |    4 +-
 apps/calendar/l10n/oc/calendar.po                  |    4 +-
 apps/calendar/l10n/pl/calendar.po                  |    4 +-
 apps/calendar/l10n/pt_BR/calendar.po               |    4 +-
 apps/calendar/l10n/pt_PT/calendar.po               |    4 +-
 apps/calendar/l10n/ro/calendar.po                  |    4 +-
 apps/calendar/l10n/ru/calendar.po                  |    4 +-
 apps/calendar/l10n/si_LK/calendar.po               |    4 +-
 apps/calendar/l10n/sk/calendar.po                  |    4 +-
 apps/calendar/l10n/sk_SK/calendar.po               |    4 +-
 apps/calendar/l10n/sl/calendar.po                  |    4 +-
 apps/calendar/l10n/sq/calendar.po                  |    4 +-
 apps/calendar/l10n/sr/calendar.po                  |    4 +-
 apps/calendar/l10n/sr at latin/calendar.po            |    4 +-
 apps/calendar/l10n/sv/calendar.po                  |    4 +-
 apps/calendar/l10n/ta_LK/calendar.po               |    4 +-
 apps/calendar/l10n/te/calendar.po                  |   56 +-
 apps/calendar/l10n/templates/calendar.pot          |   20 +-
 apps/calendar/l10n/th_TH/calendar.po               |    4 +-
 apps/calendar/l10n/tr/calendar.po                  |    4 +-
 apps/calendar/l10n/ug/calendar.po                  |    4 +-
 apps/calendar/l10n/uk/calendar.po                  |    4 +-
 apps/calendar/l10n/ur_PK.php                       |   50 +-
 apps/calendar/l10n/ur_PK/calendar.po               |  105 +-
 apps/calendar/l10n/vi/calendar.po                  |    4 +-
 apps/calendar/l10n/zh_CN/calendar.po               |    4 +-
 apps/calendar/l10n/zh_HK/calendar.po               |   56 +-
 apps/calendar/l10n/zh_TW/calendar.po               |    4 +-
 apps/contacts/l10n/ca at valencia/contacts.po         | 1149 +++++++
 apps/contacts/l10n/et_EE.php                       |   14 +-
 apps/contacts/l10n/et_EE/contacts.po               |   52 +-
 apps/contacts/l10n/lv.php                          |   10 +
 apps/contacts/l10n/lv/contacts.po                  |   48 +-
 apps/contacts/l10n/nb_NO.php                       |   43 +-
 apps/contacts/l10n/nb_NO/contacts.po               |  110 +-
 apps/contacts/l10n/ru.php                          |   12 +-
 apps/contacts/l10n/ru/contacts.po                  |   29 +-
 apps/contacts/l10n/sv.php                          |   14 +-
 apps/contacts/l10n/sv/contacts.po                  |   29 +-
 apps/contacts/l10n/templates/contacts.pot          |    2 +-
 apps/contacts/l10n/tr.php                          |   76 +-
 apps/contacts/l10n/tr/contacts.po                  |   80 +-
 apps/documents/README.md                           |    3 +
 apps/documents/css/style.css                       |    6 +-
 apps/documents/js/documents.js                     |    2 +-
 apps/documents/l10n/ca at valencia/documents.po       |  349 ++
 apps/documents/l10n/eo.php                         |    1 +
 apps/documents/l10n/eo/documents.po                |   12 +-
 apps/documents/l10n/nb_NO.php                      |    8 +
 apps/documents/l10n/nb_NO/documents.po             |   28 +-
 apps/documents/l10n/templates/documents.pot        |    2 +-
 apps/external/appinfo/info.xml                     |    2 +-
 apps/external/l10n/tr.php                          |    2 +-
 apps/files/appinfo/info.xml                        |    4 +-
 apps/files/css/files.css                           |   13 +-
 apps/files/index.php                               |    5 +
 apps/files/js/app.js                               |   35 +-
 apps/files/js/fileactions.js                       |  103 +-
 apps/files/js/filelist.js                          |   92 +-
 apps/files/js/files.js                             |    8 +-
 apps/files/l10n/ar.php                             |    3 +-
 apps/files/l10n/ast.php                            |   46 +-
 apps/files/l10n/bn_BD.php                          |    3 +-
 apps/files/l10n/ca.php                             |    3 +-
 apps/files/l10n/{ady.php => ca at valencia.php}       |    0
 apps/files/l10n/cs_CZ.php                          |    3 +-
 apps/files/l10n/cy_GB.php                          |    3 +-
 apps/files/l10n/da.php                             |    3 +-
 apps/files/l10n/de.php                             |    2 +-
 apps/files/l10n/de_CH.php                          |    3 +-
 apps/files/l10n/de_DE.php                          |    2 +-
 apps/files/l10n/el.php                             |    4 +-
 apps/files/l10n/en_GB.php                          |    2 +-
 apps/files/l10n/eo.php                             |    3 +-
 apps/files/l10n/es.php                             |    2 +-
 apps/files/l10n/es_AR.php                          |    3 +-
 apps/files/l10n/es_MX.php                          |    3 +-
 apps/files/l10n/et_EE.php                          |    6 +-
 apps/files/l10n/eu.php                             |    3 +-
 apps/files/l10n/fa.php                             |    3 +-
 apps/files/l10n/fi_FI.php                          |    2 +-
 apps/files/l10n/fr.php                             |    2 +-
 apps/files/l10n/gl.php                             |    2 +-
 apps/files/l10n/he.php                             |    3 +-
 apps/files/l10n/hr.php                             |    3 +-
 apps/files/l10n/hu_HU.php                          |    3 +-
 apps/files/l10n/id.php                             |    3 +-
 apps/files/l10n/is.php                             |    3 +-
 apps/files/l10n/it.php                             |    2 +-
 apps/files/l10n/ja.php                             |    4 +-
 apps/files/l10n/ka_GE.php                          |    3 +-
 apps/files/l10n/ko.php                             |    3 +-
 apps/files/l10n/lb.php                             |    3 +-
 apps/files/l10n/lt_LT.php                          |    3 +-
 apps/files/l10n/lv.php                             |    3 +-
 apps/files/l10n/mk.php                             |    3 +-
 apps/files/l10n/ms_MY.php                          |    3 +-
 apps/files/l10n/nb_NO.php                          |   12 +-
 apps/files/l10n/nl.php                             |    5 +-
 apps/files/l10n/nn_NO.php                          |    3 +-
 apps/files/l10n/oc.php                             |    3 +-
 apps/files/l10n/pl.php                             |    2 +-
 apps/files/l10n/pt_BR.php                          |    2 +-
 apps/files/l10n/pt_PT.php                          |    4 +-
 apps/files/l10n/ro.php                             |    3 +-
 apps/files/l10n/ru.php                             |    4 +-
 apps/files/l10n/si_LK.php                          |    3 +-
 apps/files/l10n/sk_SK.php                          |    3 +-
 apps/files/l10n/sl.php                             |    3 +-
 apps/files/l10n/sq.php                             |    3 +-
 apps/files/l10n/sr.php                             |    3 +-
 apps/files/l10n/sv.php                             |    2 +-
 apps/files/l10n/ta_LK.php                          |    3 +-
 apps/files/l10n/th_TH.php                          |    3 +-
 apps/files/l10n/tr.php                             |    4 +-
 apps/files/l10n/uk.php                             |    3 +-
 apps/files/l10n/ur_PK.php                          |    1 +
 apps/files/l10n/vi.php                             |    3 +-
 apps/files/l10n/zh_CN.php                          |    3 +-
 apps/files/l10n/zh_TW.php                          |    3 +-
 apps/files/templates/index.php                     |    2 +-
 apps/files/tests/js/appSpec.js                     |   53 +-
 apps/files/tests/js/fileactionsSpec.js             |   80 +-
 apps/files/tests/js/filelistSpec.js                |  184 +-
 apps/files_encryption/appinfo/info.xml             |    2 +-
 apps/files_encryption/files/error.php              |    4 +-
 apps/files_encryption/hooks/hooks.php              |   22 +-
 apps/files_encryption/l10n/ar.php                  |    1 -
 apps/files_encryption/l10n/ast.php                 |    1 -
 apps/files_encryption/l10n/ca.php                  |    1 -
 apps/files_encryption/l10n/cs_CZ.php               |    1 -
 apps/files_encryption/l10n/da.php                  |    1 -
 apps/files_encryption/l10n/de.php                  |    2 +-
 apps/files_encryption/l10n/de_DE.php               |    2 +-
 apps/files_encryption/l10n/el.php                  |    2 +-
 apps/files_encryption/l10n/en_GB.php               |    2 +-
 apps/files_encryption/l10n/es.php                  |    2 +-
 apps/files_encryption/l10n/es_AR.php               |    1 -
 apps/files_encryption/l10n/es_MX.php               |    1 -
 apps/files_encryption/l10n/et_EE.php               |    2 +-
 apps/files_encryption/l10n/eu.php                  |    1 -
 apps/files_encryption/l10n/fi_FI.php               |    9 +-
 apps/files_encryption/l10n/fr.php                  |    2 +-
 apps/files_encryption/l10n/gl.php                  |    2 +-
 apps/files_encryption/l10n/hu_HU.php               |    1 -
 apps/files_encryption/l10n/id.php                  |    1 -
 apps/files_encryption/l10n/it.php                  |    2 +-
 apps/files_encryption/l10n/ja.php                  |    1 -
 apps/files_encryption/l10n/ko.php                  |    1 -
 apps/files_encryption/l10n/lt_LT.php               |    1 -
 apps/files_encryption/l10n/nb_NO.php               |    3 +-
 apps/files_encryption/l10n/nl.php                  |    2 +-
 apps/files_encryption/l10n/pl.php                  |    1 -
 apps/files_encryption/l10n/pt_BR.php               |    2 +-
 apps/files_encryption/l10n/pt_PT.php               |    1 -
 apps/files_encryption/l10n/ru.php                  |    2 +-
 apps/files_encryption/l10n/sk_SK.php               |    1 -
 apps/files_encryption/l10n/sl.php                  |    1 -
 apps/files_encryption/l10n/sv.php                  |    2 +-
 apps/files_encryption/l10n/tr.php                  |   28 +-
 apps/files_encryption/l10n/zh_TW.php               |    1 -
 apps/files_encryption/lib/util.php                 |    5 +-
 apps/files_external/appinfo/info.xml               |    4 +-
 apps/files_external/l10n/el.php                    |    5 +
 apps/files_external/l10n/eo.php                    |   32 +
 apps/files_external/l10n/et_EE.php                 |   19 +
 apps/files_external/l10n/fr.php                    |    1 +
 apps/files_external/l10n/nb_NO.php                 |   32 +
 apps/files_external/l10n/sv.php                    |   18 +
 apps/files_sharing/ajax/list.php                   |    9 +-
 apps/files_sharing/ajax/publicpreview.php          |   21 +-
 apps/files_sharing/appinfo/app.php                 |   20 +
 apps/files_sharing/appinfo/info.xml                |    4 +-
 apps/files_sharing/css/sharedfilelist.css          |    3 +
 apps/files_sharing/js/app.js                       |  106 +
 apps/files_sharing/js/public.js                    |   23 +-
 apps/files_sharing/js/share.js                     |   57 +-
 apps/files_sharing/js/sharedfilelist.js            |  235 ++
 apps/files_sharing/l10n/nb_NO.php                  |    1 +
 apps/files_sharing/l10n/ru.php                     |   10 +-
 apps/files_sharing/l10n/ur_PK.php                  |    3 +-
 apps/files_sharing/lib/api.php                     |   38 +-
 apps/files_sharing/lib/proxy.php                   |    2 +-
 apps/files_sharing/lib/sharedstorage.php           |   12 +-
 apps/files_sharing/list.php                        |   11 +
 apps/files_sharing/templates/list.php              |   28 +
 apps/files_sharing/tests/js/appSpec.js             |  143 +
 apps/files_sharing/tests/js/sharedfilelistSpec.js  |  412 +++
 apps/files_sharing/tests/sharedstorage.php         |   46 +-
 apps/files_texteditor/README.md                    |    6 +
 apps/files_trashbin/appinfo/app.php                |    2 +-
 apps/files_trashbin/appinfo/info.xml               |    2 +-
 apps/files_trashbin/js/app.js                      |   24 +-
 apps/files_trashbin/js/filelist.js                 |    4 +-
 apps/files_trashbin/l10n/tr.php                    |    2 +-
 apps/files_trashbin/tests/js/filelistSpec.js       |   11 +-
 apps/files_versions/appinfo/info.xml               |    4 +-
 apps/files_versions/js/versions.js                 |   37 +-
 apps/files_videoviewer/appinfo/info.xml            |    2 +-
 apps/firstrunwizard/README.md                      |    2 +
 apps/firstrunwizard/appinfo/info.xml               |    2 +-
 apps/firstrunwizard/l10n/nb_NO.php                 |    2 +
 apps/firstrunwizard/l10n/sv.php                    |    2 +-
 .../l10n/templates/firstrunwizard.pot              |    2 +-
 apps/gallery/README.md                             |    4 +-
 apps/gallery/l10n/ar/gallery.po                    |    6 +-
 apps/gallery/l10n/ast/gallery.po                   |    4 +-
 apps/gallery/l10n/bg_BG/gallery.po                 |    6 +-
 apps/gallery/l10n/bs/gallery.po                    |    6 +-
 apps/gallery/l10n/ca/gallery.po                    |    6 +-
 apps/gallery/l10n/ca at valencia/gallery.po           |   47 +
 apps/gallery/l10n/cs_CZ/gallery.po                 |    6 +-
 apps/gallery/l10n/cy_GB/gallery.po                 |    6 +-
 apps/gallery/l10n/da/gallery.po                    |    6 +-
 apps/gallery/l10n/de/gallery.po                    |    6 +-
 apps/gallery/l10n/de_CH/gallery.po                 |    6 +-
 apps/gallery/l10n/de_DE/gallery.po                 |    6 +-
 apps/gallery/l10n/el/gallery.po                    |    6 +-
 apps/gallery/l10n/en_GB/gallery.po                 |    6 +-
 apps/gallery/l10n/eo/gallery.po                    |    6 +-
 apps/gallery/l10n/es/gallery.po                    |    6 +-
 apps/gallery/l10n/es_AR/gallery.po                 |    6 +-
 apps/gallery/l10n/es_MX/gallery.po                 |    6 +-
 apps/gallery/l10n/et_EE/gallery.po                 |    6 +-
 apps/gallery/l10n/eu/gallery.po                    |    6 +-
 apps/gallery/l10n/fa/gallery.po                    |    6 +-
 apps/gallery/l10n/fi_FI/gallery.po                 |    6 +-
 apps/gallery/l10n/fr/gallery.po                    |    6 +-
 apps/gallery/l10n/gl/gallery.po                    |    6 +-
 apps/gallery/l10n/he/gallery.po                    |    6 +-
 apps/gallery/l10n/hi/gallery.po                    |    6 +-
 apps/gallery/l10n/hu_HU/gallery.po                 |    6 +-
 apps/gallery/l10n/id/gallery.po                    |    8 +-
 apps/gallery/l10n/is/gallery.po                    |    6 +-
 apps/gallery/l10n/it/gallery.po                    |    6 +-
 apps/gallery/l10n/ja/gallery.po                    |    6 +-
 apps/gallery/l10n/ka_GE/gallery.po                 |    6 +-
 apps/gallery/l10n/km/gallery.po                    |    6 +-
 apps/gallery/l10n/ko/gallery.po                    |    6 +-
 apps/gallery/l10n/lb/gallery.po                    |    6 +-
 apps/gallery/l10n/lt_LT/gallery.po                 |    6 +-
 apps/gallery/l10n/lv/gallery.po                    |    6 +-
 apps/gallery/l10n/mk/gallery.po                    |    6 +-
 apps/gallery/l10n/ms_MY/gallery.po                 |    6 +-
 apps/gallery/l10n/nb_NO/gallery.po                 |    6 +-
 apps/gallery/l10n/nl/gallery.po                    |    6 +-
 apps/gallery/l10n/nn_NO/gallery.po                 |    6 +-
 apps/gallery/l10n/pl/gallery.po                    |    6 +-
 apps/gallery/l10n/pt_BR/gallery.po                 |    6 +-
 apps/gallery/l10n/pt_PT/gallery.po                 |    6 +-
 apps/gallery/l10n/ro/gallery.po                    |    6 +-
 apps/gallery/l10n/ru/gallery.po                    |    6 +-
 apps/gallery/l10n/sk_SK/gallery.po                 |    6 +-
 apps/gallery/l10n/sl/gallery.po                    |    6 +-
 apps/gallery/l10n/sq/gallery.po                    |    6 +-
 apps/gallery/l10n/sr/gallery.po                    |    6 +-
 apps/gallery/l10n/sv/gallery.po                    |    6 +-
 apps/gallery/l10n/templates/gallery.pot            |    2 +-
 apps/gallery/l10n/th_TH/gallery.po                 |    6 +-
 apps/gallery/l10n/tr/gallery.po                    |    4 +-
 apps/gallery/l10n/ug/gallery.po                    |    6 +-
 apps/gallery/l10n/uk/gallery.po                    |    6 +-
 apps/gallery/l10n/ur_PK/gallery.po                 |    4 +-
 apps/gallery/l10n/vi/gallery.po                    |    6 +-
 apps/gallery/l10n/zh_CN/gallery.po                 |    6 +-
 apps/gallery/l10n/zh_TW/gallery.po                 |    6 +-
 apps/gallery/templates/public.php                  |    6 +-
 apps/tasks/appinfo/info.xml                        |    2 +-
 apps/tasks/l10n/tr.php                             |   10 +-
 apps/updater/l10n/ca.php                           |    8 +-
 apps/updater/l10n/de.php                           |    1 +
 apps/updater/l10n/de_DE.php                        |    1 +
 apps/updater/l10n/en_GB.php                        |    1 +
 apps/updater/l10n/es.php                           |    1 +
 apps/updater/l10n/et_EE.php                        |    1 +
 apps/updater/l10n/fi_FI.php                        |    1 +
 apps/updater/l10n/fr.php                           |    1 +
 apps/updater/l10n/gl.php                           |    1 +
 apps/updater/l10n/it.php                           |    1 +
 apps/{firstrunwizard => updater}/l10n/l10n.pl      |    0
 apps/updater/l10n/nb_NO.php                        |    1 +
 apps/updater/l10n/nl.php                           |    1 +
 apps/updater/l10n/pt_BR.php                        |    1 +
 apps/updater/l10n/sv.php                           |    1 +
 apps/updater/l10n/tr.php                           |   11 +-
 apps/updater/l10n/ur_PK.php                        |    7 +-
 apps/updater/l10n/zh_CN.php                        |    2 +
 apps/updater/templates/admin.php                   |    2 +-
 apps/user_external/appinfo/info.xml                |    2 +-
 apps/user_ldap/appinfo/info.xml                    |    2 +-
 apps/user_ldap/js/settings.js                      |    8 +-
 apps/user_ldap/l10n/af_ZA.php                      |    3 +-
 apps/user_ldap/l10n/ar.php                         |    1 +
 apps/user_ldap/l10n/ast.php                        |    1 +
 apps/user_ldap/l10n/be.php                         |    3 +-
 apps/user_ldap/l10n/bg_BG.php                      |    3 +-
 apps/user_ldap/l10n/bn_BD.php                      |    2 +
 apps/user_ldap/l10n/ca.php                         |    2 +
 apps/user_ldap/l10n/{ady.php => ca at valencia.php}   |    0
 apps/user_ldap/l10n/cs_CZ.php                      |    2 +
 apps/user_ldap/l10n/cy_GB.php                      |    3 +-
 apps/user_ldap/l10n/da.php                         |    2 +
 apps/user_ldap/l10n/de.php                         |   13 +
 apps/user_ldap/l10n/de_AT.php                      |    3 +-
 apps/user_ldap/l10n/de_CH.php                      |    2 +
 apps/user_ldap/l10n/de_DE.php                      |   13 +
 apps/user_ldap/l10n/el.php                         |   10 +
 apps/user_ldap/l10n/en_GB.php                      |   13 +
 apps/user_ldap/l10n/eo.php                         |    2 +
 apps/user_ldap/l10n/es.php                         |   13 +
 apps/user_ldap/l10n/es_AR.php                      |    2 +
 apps/user_ldap/l10n/es_MX.php                      |    1 +
 apps/user_ldap/l10n/et_EE.php                      |   13 +
 apps/user_ldap/l10n/eu.php                         |    2 +
 apps/user_ldap/l10n/fa.php                         |    2 +
 apps/user_ldap/l10n/fi_FI.php                      |   26 +-
 apps/user_ldap/l10n/fr.php                         |   11 +
 apps/user_ldap/l10n/gl.php                         |   13 +
 apps/user_ldap/l10n/he.php                         |    2 +
 apps/user_ldap/l10n/hi.php                         |    3 +-
 apps/user_ldap/l10n/hr.php                         |    3 +-
 apps/user_ldap/l10n/hu_HU.php                      |    2 +
 apps/user_ldap/l10n/ia.php                         |    3 +-
 apps/user_ldap/l10n/id.php                         |    2 +
 apps/user_ldap/l10n/is.php                         |    3 +-
 apps/user_ldap/l10n/it.php                         |   13 +
 apps/user_ldap/l10n/ja.php                         |    2 +
 apps/user_ldap/l10n/ka_GE.php                      |    2 +
 apps/user_ldap/l10n/km.php                         |    3 +-
 apps/user_ldap/l10n/ko.php                         |    2 +
 apps/user_ldap/l10n/ku_IQ.php                      |    3 +-
 apps/user_ldap/l10n/lb.php                         |    3 +-
 apps/user_ldap/l10n/lt_LT.php                      |    2 +
 apps/user_ldap/l10n/lv.php                         |    2 +
 apps/user_ldap/l10n/mk.php                         |    3 +-
 apps/user_ldap/l10n/ms_MY.php                      |    3 +-
 apps/user_ldap/l10n/my_MM.php                      |    3 +-
 apps/user_ldap/l10n/nb_NO.php                      |   27 +-
 apps/user_ldap/l10n/nl.php                         |   13 +
 apps/user_ldap/l10n/nn_NO.php                      |    3 +-
 apps/user_ldap/l10n/oc.php                         |    3 +-
 apps/user_ldap/l10n/pl.php                         |   10 +
 apps/user_ldap/l10n/pt_BR.php                      |   13 +
 apps/user_ldap/l10n/pt_PT.php                      |    2 +
 apps/user_ldap/l10n/ro.php                         |    2 +
 apps/user_ldap/l10n/ru.php                         |   13 +
 apps/user_ldap/l10n/si_LK.php                      |    4 +-
 apps/user_ldap/l10n/sk.php                         |    3 +-
 apps/user_ldap/l10n/sk_SK.php                      |    2 +
 apps/user_ldap/l10n/sl.php                         |    2 +
 apps/user_ldap/l10n/sq.php                         |    2 +
 apps/user_ldap/l10n/sr.php                         |    2 +
 apps/user_ldap/l10n/sr at latin.php                   |    3 +-
 apps/user_ldap/l10n/sv.php                         |   13 +
 apps/user_ldap/l10n/ta_LK.php                      |    1 +
 apps/user_ldap/l10n/te.php                         |    3 +-
 apps/user_ldap/l10n/th_TH.php                      |    2 +
 apps/user_ldap/l10n/tr.php                         |   53 +-
 apps/user_ldap/l10n/ug.php                         |    2 +
 apps/user_ldap/l10n/uk.php                         |    2 +
 apps/user_ldap/l10n/ur_PK.php                      |    3 +-
 apps/user_ldap/l10n/vi.php                         |    2 +
 apps/user_ldap/l10n/zh_CN.php                      |    2 +
 apps/user_ldap/l10n/zh_HK.php                      |    3 +-
 apps/user_ldap/l10n/zh_TW.php                      |    2 +
 apps/user_webdavauth/appinfo/info.xml              |    2 +-
 apps/user_webdavauth/l10n/tr.php                   |    2 +-
 config/config.sample.php                           |   20 +-
 core/ajax/update.php                               |    8 +
 core/command/maintenance/mode.php                  |   61 +
 core/command/upgrade.php                           |    3 +
 core/command/user/lastseen.php                     |   47 +
 core/command/user/resetpassword.php                |   79 +
 core/css/fixes.css                                 |    5 +
 core/css/styles.css                                |   36 +-
 core/doc/admin/_sources/config/code_locations.txt  |    2 +-
 .../configuration/configuring_big_file_upload.txt  |   24 +-
 .../_sources/installation/installation_linux.txt   |    5 +
 .../_sources/installation/installation_source.txt  |    6 +-
 core/doc/admin/_sources/maintenance/update.txt     |    2 +-
 core/doc/admin/config/code_locations.html          |    2 +-
 .../configuration/configuring_big_file_upload.html |   22 +-
 .../doc/admin/installation/installation_linux.html |    4 +
 .../admin/installation/installation_source.html    |   19 +-
 core/doc/admin/maintenance/update.html             |    2 +-
 core/doc/admin/objects.inv                         |    3 +-
 core/js/js.js                                      |   50 +-
 core/js/share.js                                   |   68 +-
 core/js/update.js                                  |  108 +-
 core/l10n/af_ZA.php                                |    5 +-
 core/l10n/ar.php                                   |    4 +-
 core/l10n/ast.php                                  |   36 +-
 core/l10n/bn_BD.php                                |    3 +-
 core/l10n/ca.php                                   |    2 -
 core/l10n/{ady.php => ca at valencia.php}             |    0
 core/l10n/cs_CZ.php                                |    5 +-
 core/l10n/cy_GB.php                                |    4 +-
 core/l10n/da.php                                   |    2 -
 core/l10n/de.php                                   |   10 +-
 core/l10n/de_CH.php                                |    4 +-
 core/l10n/de_DE.php                                |   10 +-
 core/l10n/el.php                                   |   11 +-
 core/l10n/en_GB.php                                |   10 +-
 core/l10n/eo.php                                   |    9 +-
 core/l10n/es.php                                   |    2 -
 core/l10n/es_AR.php                                |    2 -
 core/l10n/es_MX.php                                |    2 -
 core/l10n/et_EE.php                                |    5 +-
 core/l10n/eu.php                                   |    2 -
 core/l10n/fa.php                                   |    4 +-
 core/l10n/fi_FI.php                                |   10 +-
 core/l10n/fr.php                                   |   10 +-
 core/l10n/gl.php                                   |   10 +-
 core/l10n/he.php                                   |    4 +-
 core/l10n/hu_HU.php                                |   38 +-
 core/l10n/ia.php                                   |    1 -
 core/l10n/id.php                                   |    2 -
 core/l10n/is.php                                   |    3 +-
 core/l10n/it.php                                   |    2 -
 core/l10n/ja.php                                   |    9 +-
 core/l10n/ka_GE.php                                |    4 +-
 core/l10n/km.php                                   |    3 +-
 core/l10n/ko.php                                   |    2 -
 core/l10n/lb.php                                   |    4 +-
 core/l10n/lt_LT.php                                |    2 -
 core/l10n/lv.php                                   |    4 +-
 core/l10n/mk.php                                   |    2 -
 core/l10n/nb_NO.php                                |   21 +-
 core/l10n/nl.php                                   |   11 +-
 core/l10n/nn_NO.php                                |    4 +-
 core/l10n/pl.php                                   |    2 -
 core/l10n/pt_BR.php                                |   10 +-
 core/l10n/pt_PT.php                                |    2 -
 core/l10n/ro.php                                   |    4 +-
 core/l10n/ru.php                                   |   14 +-
 core/l10n/sk_SK.php                                |    2 -
 core/l10n/sl.php                                   |    2 -
 core/l10n/sq.php                                   |    4 +-
 core/l10n/sr.php                                   |    3 +-
 core/l10n/sr at latin.php                             |    1 -
 core/l10n/sv.php                                   |   10 +-
 core/l10n/th_TH.php                                |    4 +-
 core/l10n/tr.php                                   |   10 +-
 core/l10n/uk.php                                   |    2 -
 core/l10n/ur_PK.php                                |   14 +-
 core/l10n/vi.php                                   |    2 -
 core/l10n/zh_CN.php                                |    2 -
 core/l10n/zh_HK.php                                |    3 +-
 core/l10n/zh_TW.php                                |    2 -
 core/lostpassword/css/lostpassword.css             |    7 +-
 core/lostpassword/templates/lostpassword.php       |    6 +-
 core/register_command.php                          |    3 +
 core/skeleton/ownCloudUserManual.pdf               |  Bin 1572990 -> 0 bytes
 core/templates/update.admin.php                    |   33 +-
 db_structure.xml                                   |    2 +-
 l10n/ach/core.po                                   |  145 +-
 l10n/ach/files.po                                  |   34 +-
 l10n/ach/files_encryption.po                       |   50 +-
 l10n/ach/files_sharing.po                          |   42 +-
 l10n/ach/settings.po                               |  144 +-
 l10n/ach/user_ldap.po                              |   85 +-
 l10n/ady/core.po                                   |  145 +-
 l10n/ady/files.po                                  |   34 +-
 l10n/ady/files_encryption.po                       |   50 +-
 l10n/ady/files_sharing.po                          |   42 +-
 l10n/ady/settings.po                               |  144 +-
 l10n/ady/user_ldap.po                              |   85 +-
 l10n/af_ZA/core.po                                 |  151 +-
 l10n/af_ZA/files.po                                |   34 +-
 l10n/af_ZA/files_encryption.po                     |   50 +-
 l10n/af_ZA/files_sharing.po                        |   38 +-
 l10n/af_ZA/settings.po                             |  144 +-
 l10n/af_ZA/user_ldap.po                            |   65 +-
 l10n/ak/core.po                                    |  145 +-
 l10n/ak/files.po                                   |   34 +-
 l10n/ak/files_encryption.po                        |   50 +-
 l10n/ak/files_sharing.po                           |   42 +-
 l10n/ak/settings.po                                |  144 +-
 l10n/ak/user_ldap.po                               |   85 +-
 l10n/am_ET/core.po                                 |  145 +-
 l10n/am_ET/files.po                                |   34 +-
 l10n/am_ET/files_encryption.po                     |   50 +-
 l10n/am_ET/files_sharing.po                        |   42 +-
 l10n/am_ET/settings.po                             |  144 +-
 l10n/am_ET/user_ldap.po                            |   85 +-
 l10n/ar/core.po                                    |  149 +-
 l10n/ar/files.po                                   |   36 +-
 l10n/ar/files_encryption.po                        |   54 +-
 l10n/ar/files_sharing.po                           |   38 +-
 l10n/ar/settings.po                                |  144 +-
 l10n/ar/user_ldap.po                               |   57 +-
 l10n/ast/core.po                                   |  218 +-
 l10n/ast/files.po                                  |  123 +-
 l10n/ast/files_encryption.po                       |   12 +-
 l10n/ast/files_sharing.po                          |   40 +-
 l10n/ast/lib.po                                    |   28 +-
 l10n/ast/settings.po                               |  159 +-
 l10n/ast/user_ldap.po                              |   59 +-
 l10n/az/core.po                                    |  145 +-
 l10n/az/files.po                                   |   34 +-
 l10n/az/files_encryption.po                        |   52 +-
 l10n/az/files_sharing.po                           |   42 +-
 l10n/az/settings.po                                |  144 +-
 l10n/az/user_ldap.po                               |   85 +-
 l10n/be/core.po                                    |  145 +-
 l10n/be/files.po                                   |   34 +-
 l10n/be/files_encryption.po                        |   50 +-
 l10n/be/files_sharing.po                           |   42 +-
 l10n/be/settings.po                                |  144 +-
 l10n/be/user_ldap.po                               |   85 +-
 l10n/bg_BG/core.po                                 |  145 +-
 l10n/bg_BG/files.po                                |   34 +-
 l10n/bg_BG/files_encryption.po                     |   50 +-
 l10n/bg_BG/files_sharing.po                        |   38 +-
 l10n/bg_BG/settings.po                             |  144 +-
 l10n/bg_BG/user_ldap.po                            |   65 +-
 l10n/bn_BD/core.po                                 |  147 +-
 l10n/bn_BD/files.po                                |   36 +-
 l10n/bn_BD/files_encryption.po                     |   50 +-
 l10n/bn_BD/files_sharing.po                        |   38 +-
 l10n/bn_BD/settings.po                             |  144 +-
 l10n/bn_BD/user_ldap.po                            |   57 +-
 l10n/bn_IN/core.po                                 |   71 +-
 l10n/bn_IN/files.po                                |   36 +-
 l10n/bn_IN/files_encryption.po                     |   10 +-
 l10n/bn_IN/files_sharing.po                        |   40 +-
 l10n/bn_IN/settings.po                             |  144 +-
 l10n/bn_IN/user_ldap.po                            |   59 +-
 l10n/bs/core.po                                    |  145 +-
 l10n/bs/files.po                                   |   34 +-
 l10n/bs/files_encryption.po                        |   50 +-
 l10n/bs/files_sharing.po                           |   42 +-
 l10n/bs/settings.po                                |  144 +-
 l10n/bs/user_ldap.po                               |   85 +-
 l10n/ca/core.po                                    |  149 +-
 l10n/ca/files.po                                   |   36 +-
 l10n/ca/files_encryption.po                        |   54 +-
 l10n/ca/files_sharing.po                           |   38 +-
 l10n/ca/settings.po                                |  144 +-
 l10n/ca/user_ldap.po                               |   59 +-
 l10n/ca at valencia/core.po                           |  843 +++++
 l10n/ca at valencia/files.po                          |  416 +++
 l10n/ca at valencia/files_encryption.po               |  201 ++
 l10n/ca at valencia/files_external.po                 |  296 ++
 l10n/ca at valencia/files_sharing.po                  |  103 +
 l10n/ca at valencia/files_trashbin.po                 |   60 +
 l10n/ca at valencia/files_versions.po                 |   43 +
 l10n/ca at valencia/lib.po                            |  481 +++
 l10n/ca at valencia/settings.po                       |  910 ++++++
 l10n/ca at valencia/user_ldap.po                      |  587 ++++
 l10n/ca at valencia/user_webdavauth.po                |   33 +
 l10n/cs_CZ/core.po                                 |  155 +-
 l10n/cs_CZ/files.po                                |   36 +-
 l10n/cs_CZ/files_encryption.po                     |   12 +-
 l10n/cs_CZ/files_sharing.po                        |   38 +-
 l10n/cs_CZ/settings.po                             |  168 +-
 l10n/cs_CZ/user_ldap.po                            |   59 +-
 l10n/cy_GB/core.po                                 |  149 +-
 l10n/cy_GB/files.po                                |   36 +-
 l10n/cy_GB/files_encryption.po                     |   50 +-
 l10n/cy_GB/files_sharing.po                        |   38 +-
 l10n/cy_GB/settings.po                             |  144 +-
 l10n/cy_GB/user_ldap.po                            |   65 +-
 l10n/da/core.po                                    |  149 +-
 l10n/da/files.po                                   |   36 +-
 l10n/da/files_encryption.po                        |   54 +-
 l10n/da/files_sharing.po                           |   38 +-
 l10n/da/settings.po                                |  144 +-
 l10n/da/user_ldap.po                               |   57 +-
 l10n/de/core.po                                    |  153 +-
 l10n/de/files.po                                   |   36 +-
 l10n/de/files_encryption.po                        |   56 +-
 l10n/de/files_sharing.po                           |   38 +-
 l10n/de/settings.po                                |  153 +-
 l10n/de/user_ldap.po                               |   57 +-
 l10n/de_AT/core.po                                 |  145 +-
 l10n/de_AT/files.po                                |   34 +-
 l10n/de_AT/files_encryption.po                     |   50 +-
 l10n/de_AT/files_sharing.po                        |   38 +-
 l10n/de_AT/settings.po                             |  144 +-
 l10n/de_AT/user_ldap.po                            |   65 +-
 l10n/de_CH/core.po                                 |  149 +-
 l10n/de_CH/files.po                                |   36 +-
 l10n/de_CH/files_encryption.po                     |   52 +-
 l10n/de_CH/files_sharing.po                        |   38 +-
 l10n/de_CH/settings.po                             |  144 +-
 l10n/de_CH/user_ldap.po                            |   57 +-
 l10n/de_DE/core.po                                 |  155 +-
 l10n/de_DE/files.po                                |   38 +-
 l10n/de_DE/files_encryption.po                     |   54 +-
 l10n/de_DE/files_sharing.po                        |   38 +-
 l10n/de_DE/settings.po                             |  146 +-
 l10n/de_DE/user_ldap.po                            |   57 +-
 l10n/el/core.po                                    |  157 +-
 l10n/el/files.po                                   |   48 +-
 l10n/el/files_encryption.po                        |   52 +-
 l10n/el/files_external.po                          |  111 +-
 l10n/el/files_sharing.po                           |   38 +-
 l10n/el/lib.po                                     |   20 +-
 l10n/el/settings.po                                |  154 +-
 l10n/el/user_ldap.po                               |   59 +-
 l10n/en at pirate/core.po                             |  145 +-
 l10n/en at pirate/files.po                            |   34 +-
 l10n/en at pirate/files_encryption.po                 |   50 +-
 l10n/en at pirate/files_sharing.po                    |   38 +-
 l10n/en at pirate/settings.po                         |  144 +-
 l10n/en at pirate/user_ldap.po                        |   65 +-
 l10n/en_GB/core.po                                 |  149 +-
 l10n/en_GB/files.po                                |   42 +-
 l10n/en_GB/files_encryption.po                     |   50 +-
 l10n/en_GB/files_sharing.po                        |   40 +-
 l10n/en_GB/lib.po                                  |   18 +-
 l10n/en_GB/settings.po                             |  148 +-
 l10n/en_GB/user_ldap.po                            |   57 +-
 l10n/en_NZ/core.po                                 |  145 +-
 l10n/en_NZ/files.po                                |   34 +-
 l10n/en_NZ/files_encryption.po                     |   10 +-
 l10n/en_NZ/files_sharing.po                        |   42 +-
 l10n/en_NZ/settings.po                             |  144 +-
 l10n/en_NZ/user_ldap.po                            |   67 +-
 l10n/eo/core.po                                    |  159 +-
 l10n/eo/files.po                                   |   36 +-
 l10n/eo/files_encryption.po                        |   50 +-
 l10n/eo/files_external.po                          |  165 +-
 l10n/eo/files_sharing.po                           |   38 +-
 l10n/eo/lib.po                                     |   24 +-
 l10n/eo/settings.po                                |  263 +-
 l10n/eo/user_ldap.po                               |   57 +-
 l10n/es/core.po                                    |  151 +-
 l10n/es/files.po                                   |   39 +-
 l10n/es/files_encryption.po                        |   56 +-
 l10n/es/files_sharing.po                           |   38 +-
 l10n/es/settings.po                                |  146 +-
 l10n/es/user_ldap.po                               |   60 +-
 l10n/es_AR/core.po                                 |  149 +-
 l10n/es_AR/files.po                                |   36 +-
 l10n/es_AR/files_encryption.po                     |   12 +-
 l10n/es_AR/files_sharing.po                        |   38 +-
 l10n/es_AR/settings.po                             |  144 +-
 l10n/es_AR/user_ldap.po                            |   59 +-
 l10n/es_BO/core.po                                 |  145 +-
 l10n/es_BO/files.po                                |   34 +-
 l10n/es_BO/files_encryption.po                     |   10 +-
 l10n/es_BO/files_sharing.po                        |   40 +-
 l10n/es_BO/settings.po                             |  144 +-
 l10n/es_BO/user_ldap.po                            |   59 +-
 l10n/es_CL/core.po                                 |  145 +-
 l10n/es_CL/files.po                                |   34 +-
 l10n/es_CL/files_encryption.po                     |   50 +-
 l10n/es_CL/files_sharing.po                        |   38 +-
 l10n/es_CL/settings.po                             |  144 +-
 l10n/es_CL/user_ldap.po                            |   65 +-
 l10n/es_CO/core.po                                 |  145 +-
 l10n/es_CO/files.po                                |   34 +-
 l10n/es_CO/files_encryption.po                     |   10 +-
 l10n/es_CO/files_sharing.po                        |   40 +-
 l10n/es_CO/settings.po                             |  144 +-
 l10n/es_CO/user_ldap.po                            |   67 +-
 l10n/es_CR/core.po                                 |  145 +-
 l10n/es_CR/files.po                                |   34 +-
 l10n/es_CR/files_encryption.po                     |    8 +-
 l10n/es_CR/files_sharing.po                        |   42 +-
 l10n/es_CR/settings.po                             |  144 +-
 l10n/es_CR/user_ldap.po                            |   85 +-
 l10n/es_EC/core.po                                 |  145 +-
 l10n/es_EC/files.po                                |   34 +-
 l10n/es_EC/files_encryption.po                     |   10 +-
 l10n/es_EC/files_sharing.po                        |   40 +-
 l10n/es_EC/settings.po                             |  144 +-
 l10n/es_EC/user_ldap.po                            |   67 +-
 l10n/es_MX/core.po                                 |  149 +-
 l10n/es_MX/files.po                                |   36 +-
 l10n/es_MX/files_encryption.po                     |   52 +-
 l10n/es_MX/files_sharing.po                        |   38 +-
 l10n/es_MX/settings.po                             |  144 +-
 l10n/es_MX/user_ldap.po                            |   57 +-
 l10n/es_PE/core.po                                 |  145 +-
 l10n/es_PE/files.po                                |   34 +-
 l10n/es_PE/files_encryption.po                     |   10 +-
 l10n/es_PE/files_sharing.po                        |   40 +-
 l10n/es_PE/settings.po                             |  144 +-
 l10n/es_PE/user_ldap.po                            |   67 +-
 l10n/es_PY/core.po                                 |   71 +-
 l10n/es_PY/files.po                                |   36 +-
 l10n/es_PY/files_encryption.po                     |   10 +-
 l10n/es_PY/files_sharing.po                        |   40 +-
 l10n/es_PY/settings.po                             |  144 +-
 l10n/es_PY/user_ldap.po                            |   59 +-
 l10n/es_US/core.po                                 |   71 +-
 l10n/es_US/files.po                                |   36 +-
 l10n/es_US/files_encryption.po                     |   10 +-
 l10n/es_US/files_sharing.po                        |   40 +-
 l10n/es_US/settings.po                             |  144 +-
 l10n/es_US/user_ldap.po                            |   59 +-
 l10n/es_UY/core.po                                 |  145 +-
 l10n/es_UY/files.po                                |   34 +-
 l10n/es_UY/files_encryption.po                     |   10 +-
 l10n/es_UY/files_sharing.po                        |   40 +-
 l10n/es_UY/settings.po                             |  144 +-
 l10n/es_UY/user_ldap.po                            |   67 +-
 l10n/et_EE/core.po                                 |  157 +-
 l10n/et_EE/files.po                                |   60 +-
 l10n/et_EE/files_encryption.po                     |   14 +-
 l10n/et_EE/files_external.po                       |  140 +-
 l10n/et_EE/files_sharing.po                        |   38 +-
 l10n/et_EE/lib.po                                  |   34 +-
 l10n/et_EE/settings.po                             |  144 +-
 l10n/et_EE/user_ldap.po                            |   61 +-
 l10n/eu/core.po                                    |  149 +-
 l10n/eu/files.po                                   |   36 +-
 l10n/eu/files_encryption.po                        |   52 +-
 l10n/eu/files_sharing.po                           |   40 +-
 l10n/eu/settings.po                                |  144 +-
 l10n/eu/user_ldap.po                               |   57 +-
 l10n/eu_ES/core.po                                 |  145 +-
 l10n/eu_ES/files.po                                |   34 +-
 l10n/eu_ES/files_encryption.po                     |   50 +-
 l10n/eu_ES/files_sharing.po                        |   42 +-
 l10n/eu_ES/settings.po                             |  144 +-
 l10n/eu_ES/user_ldap.po                            |   85 +-
 l10n/fa/core.po                                    |  149 +-
 l10n/fa/files.po                                   |   36 +-
 l10n/fa/files_encryption.po                        |   10 +-
 l10n/fa/files_sharing.po                           |   40 +-
 l10n/fa/settings.po                                |  144 +-
 l10n/fa/user_ldap.po                               |   57 +-
 l10n/fi_FI/core.po                                 |  153 +-
 l10n/fi_FI/files.po                                |   36 +-
 l10n/fi_FI/files_encryption.po                     |   68 +-
 l10n/fi_FI/files_sharing.po                        |   38 +-
 l10n/fi_FI/settings.po                             |  146 +-
 l10n/fi_FI/user_ldap.po                            |   98 +-
 l10n/fr/core.po                                    |  153 +-
 l10n/fr/files.po                                   |    8 +-
 l10n/fr/files_encryption.po                        |   56 +-
 l10n/fr/files_external.po                          |    6 +-
 l10n/fr/files_sharing.po                           |   40 +-
 l10n/fr/lib.po                                     |    8 +-
 l10n/fr/settings.po                                |  150 +-
 l10n/fr/user_ldap.po                               |   61 +-
 l10n/fr_CA/core.po                                 |  145 +-
 l10n/fr_CA/files.po                                |   34 +-
 l10n/fr_CA/files_encryption.po                     |   50 +-
 l10n/fr_CA/files_sharing.po                        |   42 +-
 l10n/fr_CA/settings.po                             |  144 +-
 l10n/fr_CA/user_ldap.po                            |   85 +-
 l10n/gl/core.po                                    |  153 +-
 l10n/gl/files.po                                   |   34 +-
 l10n/gl/files_encryption.po                        |   53 +-
 l10n/gl/files_sharing.po                           |   38 +-
 l10n/gl/settings.po                                |  146 +-
 l10n/gl/user_ldap.po                               |   58 +-
 l10n/he/core.po                                    |  149 +-
 l10n/he/files.po                                   |   36 +-
 l10n/he/files_encryption.po                        |   50 +-
 l10n/he/files_sharing.po                           |   38 +-
 l10n/he/settings.po                                |  144 +-
 l10n/he/user_ldap.po                               |   57 +-
 l10n/hi/core.po                                    |  145 +-
 l10n/hi/files.po                                   |   34 +-
 l10n/hi/files_encryption.po                        |   50 +-
 l10n/hi/files_sharing.po                           |   38 +-
 l10n/hi/settings.po                                |  144 +-
 l10n/hi/user_ldap.po                               |   65 +-
 l10n/hi_IN/core.po                                 |  145 +-
 l10n/hi_IN/files.po                                |   34 +-
 l10n/hi_IN/files_encryption.po                     |   10 +-
 l10n/hi_IN/files_sharing.po                        |   42 +-
 l10n/hi_IN/settings.po                             |  144 +-
 l10n/hi_IN/user_ldap.po                            |   67 +-
 l10n/hr/core.po                                    |  145 +-
 l10n/hr/files.po                                   |   36 +-
 l10n/hr/files_encryption.po                        |   50 +-
 l10n/hr/files_sharing.po                           |   38 +-
 l10n/hr/settings.po                                |  144 +-
 l10n/hr/user_ldap.po                               |   65 +-
 l10n/hu_HU/core.po                                 |  191 +-
 l10n/hu_HU/files.po                                |   36 +-
 l10n/hu_HU/files_encryption.po                     |   12 +-
 l10n/hu_HU/files_sharing.po                        |   38 +-
 l10n/hu_HU/lib.po                                  |   22 +-
 l10n/hu_HU/settings.po                             |  144 +-
 l10n/hu_HU/user_ldap.po                            |   59 +-
 l10n/hy/core.po                                    |  145 +-
 l10n/hy/files.po                                   |   34 +-
 l10n/hy/files_encryption.po                        |   50 +-
 l10n/hy/files_sharing.po                           |   42 +-
 l10n/hy/settings.po                                |  144 +-
 l10n/hy/user_ldap.po                               |   85 +-
 l10n/ia/core.po                                    |  147 +-
 l10n/ia/files.po                                   |   34 +-
 l10n/ia/files_encryption.po                        |   50 +-
 l10n/ia/files_sharing.po                           |   38 +-
 l10n/ia/settings.po                                |  144 +-
 l10n/ia/user_ldap.po                               |   65 +-
 l10n/id/core.po                                    |  149 +-
 l10n/id/files.po                                   |   36 +-
 l10n/id/files_encryption.po                        |   54 +-
 l10n/id/files_sharing.po                           |   38 +-
 l10n/id/settings.po                                |  144 +-
 l10n/id/user_ldap.po                               |   57 +-
 l10n/is/core.po                                    |  147 +-
 l10n/is/files.po                                   |   36 +-
 l10n/is/files_encryption.po                        |   50 +-
 l10n/is/files_sharing.po                           |   38 +-
 l10n/is/settings.po                                |  144 +-
 l10n/is/user_ldap.po                               |   57 +-
 l10n/it/core.po                                    |  151 +-
 l10n/it/files.po                                   |   36 +-
 l10n/it/files_encryption.po                        |   52 +-
 l10n/it/files_sharing.po                           |   40 +-
 l10n/it/settings.po                                |  146 +-
 l10n/it/user_ldap.po                               |   57 +-
 l10n/ja/core.po                                    |  159 +-
 l10n/ja/files.po                                   |   42 +-
 l10n/ja/files_encryption.po                        |   54 +-
 l10n/ja/files_sharing.po                           |   38 +-
 l10n/ja/settings.po                                |  144 +-
 l10n/ja/user_ldap.po                               |   59 +-
 l10n/jv/core.po                                    |  145 +-
 l10n/jv/files.po                                   |   34 +-
 l10n/jv/files_encryption.po                        |    8 +-
 l10n/jv/files_sharing.po                           |   42 +-
 l10n/jv/settings.po                                |  144 +-
 l10n/jv/user_ldap.po                               |   85 +-
 l10n/ka_GE/core.po                                 |  149 +-
 l10n/ka_GE/files.po                                |   36 +-
 l10n/ka_GE/files_encryption.po                     |   50 +-
 l10n/ka_GE/files_sharing.po                        |   38 +-
 l10n/ka_GE/settings.po                             |  144 +-
 l10n/ka_GE/user_ldap.po                            |   57 +-
 l10n/km/core.po                                    |  147 +-
 l10n/km/files.po                                   |   34 +-
 l10n/km/files_encryption.po                        |   10 +-
 l10n/km/files_sharing.po                           |   40 +-
 l10n/km/settings.po                                |  144 +-
 l10n/km/user_ldap.po                               |   57 +-
 l10n/kn/core.po                                    |  145 +-
 l10n/kn/files.po                                   |   34 +-
 l10n/kn/files_encryption.po                        |   50 +-
 l10n/kn/files_sharing.po                           |   42 +-
 l10n/kn/settings.po                                |  144 +-
 l10n/kn/user_ldap.po                               |   85 +-
 l10n/ko/core.po                                    |  149 +-
 l10n/ko/files.po                                   |   36 +-
 l10n/ko/files_encryption.po                        |   52 +-
 l10n/ko/files_sharing.po                           |   38 +-
 l10n/ko/settings.po                                |  144 +-
 l10n/ko/user_ldap.po                               |   57 +-
 l10n/ku_IQ/core.po                                 |  145 +-
 l10n/ku_IQ/files.po                                |   34 +-
 l10n/ku_IQ/files_encryption.po                     |   50 +-
 l10n/ku_IQ/files_sharing.po                        |   38 +-
 l10n/ku_IQ/settings.po                             |  144 +-
 l10n/ku_IQ/user_ldap.po                            |   65 +-
 l10n/lb/core.po                                    |  149 +-
 l10n/lb/files.po                                   |   36 +-
 l10n/lb/files_encryption.po                        |   50 +-
 l10n/lb/files_sharing.po                           |   38 +-
 l10n/lb/settings.po                                |  144 +-
 l10n/lb/user_ldap.po                               |   57 +-
 l10n/lt_LT/core.po                                 |  149 +-
 l10n/lt_LT/files.po                                |   36 +-
 l10n/lt_LT/files_encryption.po                     |   52 +-
 l10n/lt_LT/files_sharing.po                        |   38 +-
 l10n/lt_LT/settings.po                             |  144 +-
 l10n/lt_LT/user_ldap.po                            |   57 +-
 l10n/lv/core.po                                    |  149 +-
 l10n/lv/files.po                                   |   36 +-
 l10n/lv/files_encryption.po                        |   50 +-
 l10n/lv/files_sharing.po                           |   38 +-
 l10n/lv/settings.po                                |  144 +-
 l10n/lv/user_ldap.po                               |   57 +-
 l10n/mk/core.po                                    |  149 +-
 l10n/mk/files.po                                   |   36 +-
 l10n/mk/files_encryption.po                        |   50 +-
 l10n/mk/files_sharing.po                           |   38 +-
 l10n/mk/settings.po                                |  144 +-
 l10n/mk/user_ldap.po                               |   57 +-
 l10n/ml/core.po                                    |  145 +-
 l10n/ml/files.po                                   |   34 +-
 l10n/ml/files_encryption.po                        |   50 +-
 l10n/ml/files_sharing.po                           |   42 +-
 l10n/ml/settings.po                                |  144 +-
 l10n/ml/user_ldap.po                               |   85 +-
 l10n/ml_IN/core.po                                 |  145 +-
 l10n/ml_IN/files.po                                |   34 +-
 l10n/ml_IN/files_encryption.po                     |   50 +-
 l10n/ml_IN/files_sharing.po                        |   42 +-
 l10n/ml_IN/settings.po                             |  144 +-
 l10n/ml_IN/user_ldap.po                            |   85 +-
 l10n/mn/core.po                                    |  145 +-
 l10n/mn/files.po                                   |   34 +-
 l10n/mn/files_encryption.po                        |   50 +-
 l10n/mn/files_sharing.po                           |   42 +-
 l10n/mn/settings.po                                |  144 +-
 l10n/mn/user_ldap.po                               |   85 +-
 l10n/ms_MY/core.po                                 |  145 +-
 l10n/ms_MY/files.po                                |   36 +-
 l10n/ms_MY/files_encryption.po                     |   50 +-
 l10n/ms_MY/files_sharing.po                        |   38 +-
 l10n/ms_MY/settings.po                             |  144 +-
 l10n/ms_MY/user_ldap.po                            |   65 +-
 l10n/my_MM/core.po                                 |  145 +-
 l10n/my_MM/files.po                                |   34 +-
 l10n/my_MM/files_encryption.po                     |   50 +-
 l10n/my_MM/files_sharing.po                        |   38 +-
 l10n/my_MM/settings.po                             |  144 +-
 l10n/my_MM/user_ldap.po                            |   65 +-
 l10n/nb_NO/core.po                                 |  177 +-
 l10n/nb_NO/files.po                                |   78 +-
 l10n/nb_NO/files_encryption.po                     |   56 +-
 l10n/nb_NO/files_external.po                       |  165 +-
 l10n/nb_NO/files_sharing.po                        |   40 +-
 l10n/nb_NO/lib.po                                  |   90 +-
 l10n/nb_NO/settings.po                             |  226 +-
 l10n/nb_NO/user_ldap.po                            |   81 +-
 l10n/nds/core.po                                   |  145 +-
 l10n/nds/files.po                                  |   34 +-
 l10n/nds/files_encryption.po                       |   50 +-
 l10n/nds/files_sharing.po                          |   42 +-
 l10n/nds/settings.po                               |  144 +-
 l10n/nds/user_ldap.po                              |   85 +-
 l10n/ne/core.po                                    |  145 +-
 l10n/ne/files.po                                   |   34 +-
 l10n/ne/files_encryption.po                        |   50 +-
 l10n/ne/files_sharing.po                           |   42 +-
 l10n/ne/settings.po                                |  144 +-
 l10n/ne/user_ldap.po                               |   85 +-
 l10n/nl/core.po                                    |  157 +-
 l10n/nl/files.po                                   |   66 +-
 l10n/nl/files_encryption.po                        |   52 +-
 l10n/nl/files_sharing.po                           |   38 +-
 l10n/nl/lib.po                                     |   12 +-
 l10n/nl/settings.po                                |  156 +-
 l10n/nl/user_ldap.po                               |   57 +-
 l10n/nn_NO/core.po                                 |  149 +-
 l10n/nn_NO/files.po                                |   36 +-
 l10n/nn_NO/files_encryption.po                     |   50 +-
 l10n/nn_NO/files_sharing.po                        |   38 +-
 l10n/nn_NO/settings.po                             |  144 +-
 l10n/nn_NO/user_ldap.po                            |   57 +-
 l10n/nqo/core.po                                   |  145 +-
 l10n/nqo/files.po                                  |   34 +-
 l10n/nqo/files_encryption.po                       |   50 +-
 l10n/nqo/files_sharing.po                          |   42 +-
 l10n/nqo/settings.po                               |  144 +-
 l10n/nqo/user_ldap.po                              |   85 +-
 l10n/oc/core.po                                    |  145 +-
 l10n/oc/files.po                                   |   36 +-
 l10n/oc/files_encryption.po                        |   50 +-
 l10n/oc/files_sharing.po                           |   38 +-
 l10n/oc/settings.po                                |  144 +-
 l10n/oc/user_ldap.po                               |   65 +-
 l10n/or_IN/core.po                                 |  145 +-
 l10n/or_IN/files.po                                |   34 +-
 l10n/or_IN/files_encryption.po                     |    8 +-
 l10n/or_IN/files_sharing.po                        |   42 +-
 l10n/or_IN/settings.po                             |  144 +-
 l10n/or_IN/user_ldap.po                            |   85 +-
 l10n/pa/core.po                                    |  145 +-
 l10n/pa/files.po                                   |   34 +-
 l10n/pa/files_encryption.po                        |   50 +-
 l10n/pa/files_sharing.po                           |   38 +-
 l10n/pa/settings.po                                |  144 +-
 l10n/pa/user_ldap.po                               |   65 +-
 l10n/pl/core.po                                    |   75 +-
 l10n/pl/files.po                                   |   42 +-
 l10n/pl/files_encryption.po                        |   54 +-
 l10n/pl/files_sharing.po                           |   38 +-
 l10n/pl/lib.po                                     |    9 +-
 l10n/pl/settings.po                                |  149 +-
 l10n/pl/user_ldap.po                               |   59 +-
 l10n/pt_BR/core.po                                 |  153 +-
 l10n/pt_BR/files.po                                |   38 +-
 l10n/pt_BR/files_encryption.po                     |   52 +-
 l10n/pt_BR/files_sharing.po                        |   38 +-
 l10n/pt_BR/settings.po                             |  146 +-
 l10n/pt_BR/user_ldap.po                            |   57 +-
 l10n/pt_PT/core.po                                 |   75 +-
 l10n/pt_PT/files.po                                |   45 +-
 l10n/pt_PT/files_encryption.po                     |   12 +-
 l10n/pt_PT/files_sharing.po                        |   38 +-
 l10n/pt_PT/settings.po                             |  149 +-
 l10n/pt_PT/user_ldap.po                            |   59 +-
 l10n/ro/core.po                                    |  149 +-
 l10n/ro/files.po                                   |   36 +-
 l10n/ro/files_encryption.po                        |   50 +-
 l10n/ro/files_sharing.po                           |   38 +-
 l10n/ro/settings.po                                |  144 +-
 l10n/ro/user_ldap.po                               |   59 +-
 l10n/ru/core.po                                    |  173 +-
 l10n/ru/files.po                                   |   45 +-
 l10n/ru/files_encryption.po                        |   55 +-
 l10n/ru/files_sharing.po                           |   51 +-
 l10n/ru/settings.po                                |  144 +-
 l10n/ru/user_ldap.po                               |   60 +-
 l10n/si_LK/core.po                                 |  145 +-
 l10n/si_LK/files.po                                |   36 +-
 l10n/si_LK/files_encryption.po                     |   50 +-
 l10n/si_LK/files_sharing.po                        |   38 +-
 l10n/si_LK/settings.po                             |  144 +-
 l10n/si_LK/user_ldap.po                            |   57 +-
 l10n/sk/core.po                                    |  145 +-
 l10n/sk/files.po                                   |   34 +-
 l10n/sk/files_encryption.po                        |   50 +-
 l10n/sk/files_sharing.po                           |   42 +-
 l10n/sk/settings.po                                |  144 +-
 l10n/sk/user_ldap.po                               |   85 +-
 l10n/sk_SK/core.po                                 |  149 +-
 l10n/sk_SK/files.po                                |   36 +-
 l10n/sk_SK/files_encryption.po                     |   12 +-
 l10n/sk_SK/files_sharing.po                        |   38 +-
 l10n/sk_SK/settings.po                             |  144 +-
 l10n/sk_SK/user_ldap.po                            |   59 +-
 l10n/sl/core.po                                    |  149 +-
 l10n/sl/files.po                                   |   36 +-
 l10n/sl/files_encryption.po                        |   54 +-
 l10n/sl/files_sharing.po                           |   40 +-
 l10n/sl/settings.po                                |  144 +-
 l10n/sl/user_ldap.po                               |   57 +-
 l10n/sq/core.po                                    |  149 +-
 l10n/sq/files.po                                   |   36 +-
 l10n/sq/files_encryption.po                        |   50 +-
 l10n/sq/files_sharing.po                           |   38 +-
 l10n/sq/settings.po                                |  144 +-
 l10n/sq/user_ldap.po                               |   57 +-
 l10n/sr/core.po                                    |  147 +-
 l10n/sr/files.po                                   |   36 +-
 l10n/sr/files_encryption.po                        |   50 +-
 l10n/sr/files_sharing.po                           |   38 +-
 l10n/sr/settings.po                                |  144 +-
 l10n/sr/user_ldap.po                               |   57 +-
 l10n/sr at latin/core.po                              |  147 +-
 l10n/sr at latin/files.po                             |   34 +-
 l10n/sr at latin/files_encryption.po                  |   50 +-
 l10n/sr at latin/files_sharing.po                     |   38 +-
 l10n/sr at latin/settings.po                          |  144 +-
 l10n/sr at latin/user_ldap.po                         |   65 +-
 l10n/su/core.po                                    |  145 +-
 l10n/su/files.po                                   |   34 +-
 l10n/su/files_encryption.po                        |   50 +-
 l10n/su/files_sharing.po                           |   42 +-
 l10n/su/settings.po                                |  144 +-
 l10n/su/user_ldap.po                               |   85 +-
 l10n/sv/core.po                                    |  153 +-
 l10n/sv/files.po                                   |   47 +-
 l10n/sv/files_encryption.po                        |   13 +-
 l10n/sv/files_external.po                          |   40 +-
 l10n/sv/files_sharing.po                           |   38 +-
 l10n/sv/settings.po                                |  148 +-
 l10n/sv/user_ldap.po                               |   60 +-
 l10n/sw_KE/core.po                                 |  145 +-
 l10n/sw_KE/files.po                                |   34 +-
 l10n/sw_KE/files_encryption.po                     |   50 +-
 l10n/sw_KE/files_sharing.po                        |   42 +-
 l10n/sw_KE/settings.po                             |  144 +-
 l10n/sw_KE/user_ldap.po                            |   85 +-
 l10n/ta_IN/core.po                                 |  145 +-
 l10n/ta_IN/files.po                                |   34 +-
 l10n/ta_IN/files_encryption.po                     |   10 +-
 l10n/ta_IN/files_sharing.po                        |   42 +-
 l10n/ta_IN/settings.po                             |  144 +-
 l10n/ta_IN/user_ldap.po                            |   67 +-
 l10n/ta_LK/core.po                                 |  145 +-
 l10n/ta_LK/files.po                                |   36 +-
 l10n/ta_LK/files_encryption.po                     |   50 +-
 l10n/ta_LK/files_sharing.po                        |   38 +-
 l10n/ta_LK/settings.po                             |  144 +-
 l10n/ta_LK/user_ldap.po                            |   57 +-
 l10n/te/core.po                                    |  145 +-
 l10n/te/files.po                                   |   34 +-
 l10n/te/files_encryption.po                        |   50 +-
 l10n/te/files_sharing.po                           |   38 +-
 l10n/te/settings.po                                |  144 +-
 l10n/te/user_ldap.po                               |   65 +-
 l10n/templates/core.pot                            |  143 +-
 l10n/templates/files.pot                           |   46 +-
 l10n/templates/files_encryption.pot                |    5 +-
 l10n/templates/files_external.pot                  |    2 +-
 l10n/templates/files_sharing.pot                   |   36 +-
 l10n/templates/files_trashbin.pot                  |    4 +-
 l10n/templates/files_versions.pot                  |   12 +-
 l10n/templates/lib.pot                             |   24 +-
 l10n/templates/private.pot                         |   20 +-
 l10n/templates/settings.pot                        |  142 +-
 l10n/templates/user_ldap.pot                       |   55 +-
 l10n/templates/user_webdavauth.pot                 |    2 +-
 l10n/th_TH/core.po                                 |  149 +-
 l10n/th_TH/files.po                                |   36 +-
 l10n/th_TH/files_encryption.po                     |   50 +-
 l10n/th_TH/files_sharing.po                        |   38 +-
 l10n/th_TH/settings.po                             |  144 +-
 l10n/th_TH/user_ldap.po                            |   57 +-
 l10n/tr/core.po                                    |  149 +-
 l10n/tr/files.po                                   |    8 +-
 l10n/tr/files_encryption.po                        |   32 +-
 l10n/tr/files_external.po                          |    4 +-
 l10n/tr/files_sharing.po                           |   40 +-
 l10n/tr/files_trashbin.po                          |    6 +-
 l10n/tr/lib.po                                     |    6 +-
 l10n/tr/settings.po                                |  180 +-
 l10n/tr/user_ldap.po                               |   97 +-
 l10n/tr/user_webdavauth.po                         |    6 +-
 l10n/tzm/core.po                                   |  145 +-
 l10n/tzm/files.po                                  |   34 +-
 l10n/tzm/files_encryption.po                       |   50 +-
 l10n/tzm/files_sharing.po                          |   42 +-
 l10n/tzm/settings.po                               |  144 +-
 l10n/tzm/user_ldap.po                              |   85 +-
 l10n/ug/core.po                                    |  145 +-
 l10n/ug/files.po                                   |   34 +-
 l10n/ug/files_encryption.po                        |   50 +-
 l10n/ug/files_sharing.po                           |   38 +-
 l10n/ug/settings.po                                |  144 +-
 l10n/ug/user_ldap.po                               |   57 +-
 l10n/uk/core.po                                    |  149 +-
 l10n/uk/files.po                                   |   36 +-
 l10n/uk/files_encryption.po                        |   52 +-
 l10n/uk/files_sharing.po                           |   38 +-
 l10n/uk/settings.po                                |  144 +-
 l10n/uk/user_ldap.po                               |   57 +-
 l10n/ur/core.po                                    |  145 +-
 l10n/ur/files.po                                   |   34 +-
 l10n/ur/files_encryption.po                        |   50 +-
 l10n/ur/files_sharing.po                           |   42 +-
 l10n/ur/settings.po                                |  144 +-
 l10n/ur/user_ldap.po                               |   85 +-
 l10n/ur_PK/core.po                                 |  171 +-
 l10n/ur_PK/files.po                                |   36 +-
 l10n/ur_PK/files_encryption.po                     |   50 +-
 l10n/ur_PK/files_sharing.po                        |   40 +-
 l10n/ur_PK/settings.po                             |  144 +-
 l10n/ur_PK/user_ldap.po                            |   57 +-
 l10n/uz/core.po                                    |  145 +-
 l10n/uz/files.po                                   |   34 +-
 l10n/uz/files_encryption.po                        |   50 +-
 l10n/uz/files_sharing.po                           |   42 +-
 l10n/uz/settings.po                                |  144 +-
 l10n/uz/user_ldap.po                               |   85 +-
 l10n/vi/core.po                                    |  149 +-
 l10n/vi/files.po                                   |   36 +-
 l10n/vi/files_encryption.po                        |   50 +-
 l10n/vi/files_sharing.po                           |   38 +-
 l10n/vi/settings.po                                |  144 +-
 l10n/vi/user_ldap.po                               |   57 +-
 l10n/zh_CN/core.po                                 |   75 +-
 l10n/zh_CN/files.po                                |   36 +-
 l10n/zh_CN/files_encryption.po                     |   50 +-
 l10n/zh_CN/files_sharing.po                        |   40 +-
 l10n/zh_CN/settings.po                             |  144 +-
 l10n/zh_CN/user_ldap.po                            |   57 +-
 l10n/zh_HK/core.po                                 |  147 +-
 l10n/zh_HK/files.po                                |   34 +-
 l10n/zh_HK/files_encryption.po                     |   50 +-
 l10n/zh_HK/files_sharing.po                        |   38 +-
 l10n/zh_HK/settings.po                             |  144 +-
 l10n/zh_HK/user_ldap.po                            |   65 +-
 l10n/zh_TW/core.po                                 |  149 +-
 l10n/zh_TW/files.po                                |   36 +-
 l10n/zh_TW/files_encryption.po                     |   12 +-
 l10n/zh_TW/files_sharing.po                        |   38 +-
 l10n/zh_TW/settings.po                             |  144 +-
 l10n/zh_TW/user_ldap.po                            |   57 +-
 lib/base.php                                       |   43 +-
 lib/l10n/ast.php                                   |    7 +-
 lib/l10n/{ady.php => ca at valencia.php}              |    0
 lib/l10n/el.php                                    |    2 +
 lib/l10n/en_GB.php                                 |    1 +
 lib/l10n/eo.php                                    |   10 +-
 lib/l10n/et_EE.php                                 |    2 +
 lib/l10n/fr.php                                    |    1 +
 lib/l10n/nb_NO.php                                 |   33 +-
 lib/l10n/nl.php                                    |    2 +
 lib/l10n/pl.php                                    |    1 +
 lib/l10n/tr.php                                    |    2 +-
 lib/private/app.php                                |   92 +-
 .../dependencyinjection/dicontainer.php            |   15 +-
 .../middleware/security/securitymiddleware.php     |   58 +-
 lib/private/connector/sabre/file.php               |    2 +-
 lib/private/connector/sabre/server.php             |    2 +-
 lib/private/contactsmanager.php                    |  101 +-
 lib/private/db.php                                 |   74 +-
 lib/private/db/mdb2schemamanager.php               |   34 -
 lib/private/db/statementwrapper.php                |    1 +
 lib/private/files/cache/cache.php                  |   10 +-
 lib/private/files/cache/homecache.php              |    6 +-
 lib/private/files/cache/scanner.php                |   58 +-
 lib/private/files/cache/watcher.php                |    2 +-
 lib/private/files/mount/mount.php                  |    2 +-
 lib/private/files/storage/common.php               |   66 +-
 lib/private/files/storage/local.php                |  104 +-
 lib/private/files/storage/mappedlocal.php          |  227 +-
 lib/private/files/storage/wrapper/wrapper.php      |   21 +
 lib/private/files/view.php                         |   23 +-
 lib/private/helper.php                             |    2 +-
 lib/private/installer.php                          |    5 +-
 lib/private/largefilehelper.php                    |  192 ++
 lib/private/mail.php                               |    2 -
 lib/private/response.php                           |    1 +
 lib/private/updater.php                            |    5 +-
 lib/private/user.php                               |   11 +
 lib/private/user/manager.php                       |    6 +
 lib/private/user/session.php                       |   37 +-
 lib/private/user/user.php                          |   25 +
 lib/private/util.php                               |   23 +-
 lib/public/contacts.php                            |    4 +-
 lib/public/contacts/imanager.php                   |    3 +-
 lib/public/files/storage.php                       |    8 +
 settings/admin.php                                 |    1 +
 settings/css/settings.css                          |    6 +-
 settings/js/admin.js                               |    2 +-
 settings/js/personal.js                            |    2 +-
 settings/l10n/ast.php                              |    7 +
 settings/l10n/cs_CZ.php                            |   12 +
 settings/l10n/de.php                               |    7 +-
 settings/l10n/de_DE.php                            |    1 +
 settings/l10n/el.php                               |    5 +
 settings/l10n/en_GB.php                            |    3 +
 settings/l10n/eo.php                               |   61 +-
 settings/l10n/es.php                               |    1 +
 settings/l10n/fr.php                               |    3 +
 settings/l10n/gl.php                               |    1 +
 settings/l10n/it.php                               |    1 +
 settings/l10n/nb_NO.php                            |   42 +
 settings/l10n/nl.php                               |    6 +
 settings/l10n/pl.php                               |    2 +
 settings/l10n/pt_BR.php                            |    1 +
 settings/l10n/pt_PT.php                            |    3 +
 settings/l10n/sv.php                               |    2 +
 settings/l10n/tr.php                               |   35 +-
 settings/templates/admin.php                       |   25 +-
 version.php                                        |    4 +-
 1502 files changed, 61315 insertions(+), 25838 deletions(-)
 delete mode 100644 3rdparty/class.phpmailer.php
 delete mode 100644 3rdparty/class.smtp.php
 create mode 100644 3rdparty/phpmailer/phpmailer/.scrutinizer.yml
 create mode 100644 3rdparty/phpmailer/phpmailer/.travis.yml
 create mode 100644 3rdparty/phpmailer/phpmailer/LICENSE
 create mode 100644 3rdparty/phpmailer/phpmailer/PHPMailerAutoload.php
 create mode 100644 3rdparty/phpmailer/phpmailer/README.md
 create mode 100644 3rdparty/phpmailer/phpmailer/changelog.md
 create mode 100644 3rdparty/phpmailer/phpmailer/class.phpmailer.php
 create mode 100644 3rdparty/phpmailer/phpmailer/class.pop3.php
 create mode 100644 3rdparty/phpmailer/phpmailer/class.smtp.php
 create mode 100644 3rdparty/phpmailer/phpmailer/composer.json
 create mode 100644 3rdparty/phpmailer/phpmailer/docs/Callback_function_notes.txt
 create mode 100644 3rdparty/phpmailer/phpmailer/docs/DomainKeys_notes.txt
 create mode 100644 3rdparty/phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt
 create mode 100644 3rdparty/phpmailer/phpmailer/docs/extending.html
 create mode 100644 3rdparty/phpmailer/phpmailer/docs/faq.html
 create mode 100644 3rdparty/phpmailer/phpmailer/docs/generatedocs.sh
 create mode 100644 3rdparty/phpmailer/phpmailer/docs/pop3_article.txt
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/LGPLv3.txt
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/code_generator.phps
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/contents.html
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/exceptions.phps
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/gmail.phps
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/images/phpmailer.png
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/images/phpmailer_mini.png
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/index.html
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/mail.phps
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/mailing_list.phps
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/pop_before_smtp.phps
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/scripts/XRegExp.js
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/scripts/shAutoloader.js
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/scripts/shBrushPhp.js
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/scripts/shLegacy.js
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/sendmail.phps
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/smtp.phps
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/smtp_no_auth.phps
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shCore.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shCoreDefault.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shCoreDjango.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shCoreEclipse.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shCoreEmacs.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shCoreFadeToGrey.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shCoreMDUltra.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shCoreMidnight.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shCoreRDark.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shThemeAppleScript.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shThemeDefault.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shThemeDjango.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shThemeEclipse.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shThemeEmacs.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shThemeFadeToGrey.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shThemeMDUltra.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shThemeMidnight.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shThemeRDark.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/shThemeVisualStudio.css
 create mode 100644 3rdparty/phpmailer/phpmailer/examples/styles/wrapping.png
 create mode 100644 3rdparty/phpmailer/phpmailer/extras/EasyPeasyICS.php
 create mode 100644 3rdparty/phpmailer/phpmailer/extras/class.html2text.php
 create mode 100644 3rdparty/phpmailer/phpmailer/extras/htmlfilter.php
 create mode 100644 3rdparty/phpmailer/phpmailer/extras/ntlm_sasl_client.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ar.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-be.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-br.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ca.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ch.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-cz.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-de.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-dk.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-el.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-eo.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-es.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-et.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-fa.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-fi.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-fo.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-fr.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-gl.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-he.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-hr.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-hu.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-it.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ja.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ka.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-lt.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-lv.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-nl.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-no.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-pl.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-pt.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ro.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-ru.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-se.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-sk.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-sr.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-tr.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-uk.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-vi.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-zh.php
 create mode 100644 3rdparty/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php
 create mode 100644 3rdparty/phpmailer/phpmailer/test/bootstrap.php
 create mode 100644 3rdparty/phpmailer/phpmailer/test/fakepopserver.sh
 create mode 100644 3rdparty/phpmailer/phpmailer/test/fakesendmail.sh
 create mode 100644 3rdparty/phpmailer/phpmailer/test/phpmailerLangTest.php
 create mode 100644 3rdparty/phpmailer/phpmailer/test/phpmailerTest.php
 create mode 100644 3rdparty/phpmailer/phpmailer/test/runfakepopserver.sh
 create mode 100644 3rdparty/phpmailer/phpmailer/test/test_callback.php
 create mode 100644 3rdparty/phpmailer/phpmailer/test/testbootstrap-dist.php
 create mode 100644 3rdparty/phpmailer/phpmailer/travis.phpunit.xml.dist
 create mode 100644 3rdparty/symfony/process/Symfony/Component/Process/4a6ea65c9fef48d6734356bba4ee47d8
 copy apps/activity/l10n/{ady.php => ca at valencia.php} (100%)
 copy apps/{firstrunwizard => activity}/l10n/l10n.pl (100%)
 create mode 100644 apps/activity/lib/datahelper.php
 delete mode 100644 apps/activity/lib/ocs.php
 delete mode 100644 apps/activity/lib/search.php
 create mode 100644 apps/activity/tests/datahelper.php
 create mode 100644 apps/activity/tests/hooksdeleteuser.php
 create mode 100644 apps/bookmarks/l10n/ca at valencia/bookmarks.po
 create mode 100644 apps/calendar/l10n/ca at valencia/calendar.po
 create mode 100644 apps/contacts/l10n/ca at valencia/contacts.po
 create mode 100644 apps/documents/l10n/ca at valencia/documents.po
 copy apps/files/l10n/{ady.php => ca at valencia.php} (100%)
 create mode 100644 apps/files_sharing/css/sharedfilelist.css
 create mode 100644 apps/files_sharing/js/app.js
 create mode 100644 apps/files_sharing/js/sharedfilelist.js
 create mode 100644 apps/files_sharing/list.php
 create mode 100644 apps/files_sharing/templates/list.php
 create mode 100644 apps/files_sharing/tests/js/appSpec.js
 create mode 100644 apps/files_sharing/tests/js/sharedfilelistSpec.js
 create mode 100644 apps/files_texteditor/README.md
 create mode 100644 apps/gallery/l10n/ca at valencia/gallery.po
 copy apps/{firstrunwizard => updater}/l10n/l10n.pl (100%)
 copy apps/user_ldap/l10n/{ady.php => ca at valencia.php} (100%)
 create mode 100644 core/command/maintenance/mode.php
 create mode 100644 core/command/user/lastseen.php
 create mode 100644 core/command/user/resetpassword.php
 copy core/l10n/{ady.php => ca at valencia.php} (100%)
 delete mode 100644 core/skeleton/ownCloudUserManual.pdf
 create mode 100644 l10n/ca at valencia/core.po
 create mode 100644 l10n/ca at valencia/files.po
 create mode 100644 l10n/ca at valencia/files_encryption.po
 create mode 100644 l10n/ca at valencia/files_external.po
 create mode 100644 l10n/ca at valencia/files_sharing.po
 create mode 100644 l10n/ca at valencia/files_trashbin.po
 create mode 100644 l10n/ca at valencia/files_versions.po
 create mode 100644 l10n/ca at valencia/lib.po
 create mode 100644 l10n/ca at valencia/settings.po
 create mode 100644 l10n/ca at valencia/user_ldap.po
 create mode 100644 l10n/ca at valencia/user_webdavauth.po
 copy lib/l10n/{ady.php => ca at valencia.php} (100%)
 create mode 100644 lib/private/largefilehelper.php

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list