[Pkg-owncloud-commits] [owncloud] 191/199: Merge tag 'upstream/7_20140531+dfsg'
David Prévot
taffit at moszumanska.debian.org
Sun Jun 1 18:53:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit ee393836432f79a134d615dc1fb19c7fddb555d0
Merge: 2b61bbe 63bcf86
Author: David Prévot <taffit at debian.org>
Date: Sun Jun 1 11:47:16 2014 -0400
Merge tag 'upstream/7_20140531+dfsg'
Upstream version 7~20140531+dfsg
# gpg: Signature faite le dim. 01 juin 2014 11:45:33 AST
# gpg: avec la clef RSA B82A217AFDFE09F2
# gpg: Bonne signature de « David Prévot <david at tilapin.org> »
# gpg: alias « David Prévot <davidp at altern.org> »
# gpg: alias « David Prévot <davidp at no-log.org> »
# gpg: alias « David Prévot <taffit at debian.org> »
# gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
# gpg: Rien n'indique que la signature appartient à son propriétaire.
# Empreinte de clef principale : AE14 AD01 426D 2BFB 82EF 7E1E B82A 217A FDFE 09F2
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/{bn_BD.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/activity/l10n/l10n.pl | 165 +
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/ca at valencia.php | 7 +
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/updater/l10n/l10n.pl | 165 +
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/ca at valencia.php | 6 +
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/ca at valencia.php | 9 +
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/ca at valencia.php | 8 +
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, 61675 insertions(+), 25838 deletions(-)
--
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