From c18f26145c2f800e5a98cae6988cef06be6877d3 Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Tue, 23 Jul 2019 09:30:05 +0100 Subject: [PATCH] [CORE] Move core plugins to a new modules directory For reference (raised by rozzin in IRC): * http://foldoc.org/module * http://foldoc.org/library * http://foldoc.org/plugin As noted by XRevan86, modules are not necessarily non-essential. As we will keep the modules directory in GS root [therefore, near to plugins/], it is evidenced the difference between both. This is a simple yet fundamental structural change. It doesn't change functionality but makes clearer the way we understand GNU social's internals. --- lib/default.php | 614 +++++++++--------- lib/event.php | 2 +- lib/gnusocial.php | 20 +- lib/plugin.php | 28 +- .../Activity/ActivityPlugin.php | 0 .../Activity/lib/followlistitem.php | 0 .../Activity/lib/joinlistitem.php | 0 .../Activity/lib/leavelistitem.php | 0 .../Activity/lib/systemlistitem.php | 0 .../Activity/lib/unfollowlistitem.php | 0 .../Activity/locale/Activity.pot | 0 .../locale/af/LC_MESSAGES/Activity.po | 0 .../locale/ar/LC_MESSAGES/Activity.po | 0 .../locale/arz/LC_MESSAGES/Activity.po | 0 .../locale/ast/LC_MESSAGES/Activity.po | 0 .../locale/be-tarask/LC_MESSAGES/Activity.po | 0 .../locale/bg/LC_MESSAGES/Activity.po | 0 .../locale/bn_IN/LC_MESSAGES/Activity.po | 0 .../locale/br/LC_MESSAGES/Activity.po | 0 .../locale/ca/LC_MESSAGES/Activity.po | 0 .../locale/cs/LC_MESSAGES/Activity.po | 0 .../locale/da/LC_MESSAGES/Activity.po | 0 .../locale/de/LC_MESSAGES/Activity.po | 0 .../locale/el/LC_MESSAGES/Activity.po | 0 .../locale/en_GB/LC_MESSAGES/Activity.po | 0 .../locale/eo/LC_MESSAGES/Activity.po | 0 .../locale/es/LC_MESSAGES/Activity.po | 0 .../locale/eu/LC_MESSAGES/Activity.po | 0 .../locale/fa/LC_MESSAGES/Activity.po | 0 .../locale/fi/LC_MESSAGES/Activity.po | 0 .../locale/fr/LC_MESSAGES/Activity.po | 0 .../locale/fur/LC_MESSAGES/Activity.po | 0 .../locale/gl/LC_MESSAGES/Activity.po | 0 .../locale/he/LC_MESSAGES/Activity.po | 0 .../locale/hsb/LC_MESSAGES/Activity.po | 0 .../locale/hu/LC_MESSAGES/Activity.po | 0 .../locale/hy_AM/LC_MESSAGES/Activity.po | 0 .../locale/ia/LC_MESSAGES/Activity.po | 0 .../locale/id/LC_MESSAGES/Activity.po | 0 .../locale/io/LC_MESSAGES/Activity.po | 0 .../locale/is/LC_MESSAGES/Activity.po | 0 .../locale/it/LC_MESSAGES/Activity.po | 0 .../locale/ja/LC_MESSAGES/Activity.po | 0 .../locale/ka/LC_MESSAGES/Activity.po | 0 .../locale/ko/LC_MESSAGES/Activity.po | 0 .../locale/ksh/LC_MESSAGES/Activity.po | 0 .../locale/lb/LC_MESSAGES/Activity.po | 0 .../locale/lt/LC_MESSAGES/Activity.po | 0 .../locale/lv/LC_MESSAGES/Activity.po | 0 .../locale/mg/LC_MESSAGES/Activity.po | 0 .../locale/mk/LC_MESSAGES/Activity.po | 0 .../locale/ml/LC_MESSAGES/Activity.po | 0 .../locale/ms/LC_MESSAGES/Activity.po | 0 .../locale/my/LC_MESSAGES/Activity.po | 0 .../locale/nb/LC_MESSAGES/Activity.po | 0 .../locale/ne/LC_MESSAGES/Activity.po | 0 .../locale/nl/LC_MESSAGES/Activity.po | 0 .../locale/nn/LC_MESSAGES/Activity.po | 0 .../locale/pl/LC_MESSAGES/Activity.po | 0 .../locale/pt/LC_MESSAGES/Activity.po | 0 .../locale/pt_BR/LC_MESSAGES/Activity.po | 0 .../locale/ro_RO/LC_MESSAGES/Activity.po | 0 .../locale/ru/LC_MESSAGES/Activity.po | 0 .../locale/sl/LC_MESSAGES/Activity.po | 0 .../locale/sr-ec/LC_MESSAGES/Activity.po | 0 .../locale/sv/LC_MESSAGES/Activity.po | 0 .../locale/ta/LC_MESSAGES/Activity.po | 0 .../locale/te/LC_MESSAGES/Activity.po | 0 .../locale/tl/LC_MESSAGES/Activity.po | 0 .../locale/tr/LC_MESSAGES/Activity.po | 0 .../locale/uk/LC_MESSAGES/Activity.po | 0 .../locale/ur_PK/LC_MESSAGES/Activity.po | 0 .../locale/vi/LC_MESSAGES/Activity.po | 0 .../locale/zh/LC_MESSAGES/Activity.po | 0 .../locale/zh_CN/LC_MESSAGES/Activity.po | 0 .../locale/zh_TW/LC_MESSAGES/Activity.po | 0 .../ActivityModerationPlugin.php | 0 .../classes/Deleted_notice.php | 0 .../ActivityModeration/forms/deletenotice.php | 0 .../locale/ActivityModeration.pot | 0 .../ActivityVerb/ActivityVerbPlugin.php | 0 .../ActivityVerb/actions/activityverb.php | 0 .../lib/activityverbhandlerplugin.php | 0 .../ActivityVerb/locale/ActivityVerb.pot | 0 .../ActivityVerbPostPlugin.php | 0 .../locale/ActivityVerbPost.pot | 0 .../AuthCrypt/AuthCryptPlugin.php | 0 {plugins => modules}/AuthCrypt/README | 0 .../AuthCrypt/locale/AuthCrypt.pot | 0 .../locale/af/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ar/LC_MESSAGES/AuthCrypt.po | 0 .../locale/arz/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ast/LC_MESSAGES/AuthCrypt.po | 0 .../locale/be-tarask/LC_MESSAGES/AuthCrypt.po | 0 .../locale/bg/LC_MESSAGES/AuthCrypt.po | 0 .../locale/bn_IN/LC_MESSAGES/AuthCrypt.po | 0 .../locale/br/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ca/LC_MESSAGES/AuthCrypt.po | 0 .../locale/cs/LC_MESSAGES/AuthCrypt.po | 0 .../locale/da/LC_MESSAGES/AuthCrypt.po | 0 .../locale/de/LC_MESSAGES/AuthCrypt.po | 0 .../locale/el/LC_MESSAGES/AuthCrypt.po | 0 .../locale/en_GB/LC_MESSAGES/AuthCrypt.po | 0 .../locale/eo/LC_MESSAGES/AuthCrypt.po | 0 .../locale/es/LC_MESSAGES/AuthCrypt.po | 0 .../locale/eu/LC_MESSAGES/AuthCrypt.po | 0 .../locale/fa/LC_MESSAGES/AuthCrypt.po | 0 .../locale/fi/LC_MESSAGES/AuthCrypt.po | 0 .../locale/fr/LC_MESSAGES/AuthCrypt.po | 0 .../locale/fur/LC_MESSAGES/AuthCrypt.po | 0 .../locale/gl/LC_MESSAGES/AuthCrypt.po | 0 .../locale/he/LC_MESSAGES/AuthCrypt.po | 0 .../locale/hsb/LC_MESSAGES/AuthCrypt.po | 0 .../locale/hu/LC_MESSAGES/AuthCrypt.po | 0 .../locale/hy_AM/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ia/LC_MESSAGES/AuthCrypt.po | 0 .../locale/id/LC_MESSAGES/AuthCrypt.po | 0 .../locale/io/LC_MESSAGES/AuthCrypt.po | 0 .../locale/is/LC_MESSAGES/AuthCrypt.po | 0 .../locale/it/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ja/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ka/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ko/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ksh/LC_MESSAGES/AuthCrypt.po | 0 .../locale/lb/LC_MESSAGES/AuthCrypt.po | 0 .../locale/lt/LC_MESSAGES/AuthCrypt.po | 0 .../locale/lv/LC_MESSAGES/AuthCrypt.po | 0 .../locale/mg/LC_MESSAGES/AuthCrypt.po | 0 .../locale/mk/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ml/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ms/LC_MESSAGES/AuthCrypt.po | 0 .../locale/my/LC_MESSAGES/AuthCrypt.po | 0 .../locale/nb/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ne/LC_MESSAGES/AuthCrypt.po | 0 .../locale/nl/LC_MESSAGES/AuthCrypt.po | 0 .../locale/nn/LC_MESSAGES/AuthCrypt.po | 0 .../locale/pl/LC_MESSAGES/AuthCrypt.po | 0 .../locale/pt/LC_MESSAGES/AuthCrypt.po | 0 .../locale/pt_BR/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ro_RO/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ru/LC_MESSAGES/AuthCrypt.po | 0 .../locale/sl/LC_MESSAGES/AuthCrypt.po | 0 .../locale/sr-ec/LC_MESSAGES/AuthCrypt.po | 0 .../locale/sv/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ta/LC_MESSAGES/AuthCrypt.po | 0 .../locale/te/LC_MESSAGES/AuthCrypt.po | 0 .../locale/tl/LC_MESSAGES/AuthCrypt.po | 0 .../locale/tr/LC_MESSAGES/AuthCrypt.po | 0 .../locale/uk/LC_MESSAGES/AuthCrypt.po | 0 .../locale/ur_PK/LC_MESSAGES/AuthCrypt.po | 0 .../locale/vi/LC_MESSAGES/AuthCrypt.po | 0 .../locale/zh/LC_MESSAGES/AuthCrypt.po | 0 .../locale/zh_CN/LC_MESSAGES/AuthCrypt.po | 0 .../locale/zh_TW/LC_MESSAGES/AuthCrypt.po | 0 {plugins => modules}/Favorite/EVENTS.txt | 0 .../Favorite/FavoritePlugin.php | 0 {plugins => modules}/Favorite/README | 0 .../Favorite/actions/apifavoritecreate.php | 0 .../Favorite/actions/apifavoritedestroy.php | 0 .../Favorite/actions/apistatusesfavs.php | 0 .../Favorite/actions/apitimelinefavorites.php | 0 .../Favorite/actions/atompubfavoritefeed.php | 0 .../Favorite/actions/atompubshowfavorite.php | 0 .../Favorite/actions/favorited.php | 0 .../Favorite/actions/favoritesrss.php | 0 .../Favorite/actions/showfavorites.php | 0 .../Favorite/classes/Fave.php | 0 .../Favorite/forms/disfavor.php | 0 {plugins => modules}/Favorite/forms/favor.php | 0 .../Favorite/lib/favcommand.php | 0 .../Favorite/lib/favenoticestream.php | 0 .../Favorite/lib/popularnoticesection.php | 0 .../Favorite/lib/popularnoticestream.php | 0 .../lib/threadednoticelistfavesitem.php | 0 .../lib/threadednoticelistinlinefavesitem.php | 0 .../Favorite/locale/Favorite.pot | 0 .../locale/af/LC_MESSAGES/Favorite.po | 0 .../locale/ar/LC_MESSAGES/Favorite.po | 0 .../locale/arz/LC_MESSAGES/Favorite.po | 0 .../locale/ast/LC_MESSAGES/Favorite.po | 0 .../locale/be-tarask/LC_MESSAGES/Favorite.po | 0 .../locale/bg/LC_MESSAGES/Favorite.po | 0 .../locale/bn_IN/LC_MESSAGES/Favorite.po | 0 .../locale/br/LC_MESSAGES/Favorite.po | 0 .../locale/ca/LC_MESSAGES/Favorite.po | 0 .../locale/cs/LC_MESSAGES/Favorite.po | 0 .../locale/da/LC_MESSAGES/Favorite.po | 0 .../locale/de/LC_MESSAGES/Favorite.po | 0 .../locale/el/LC_MESSAGES/Favorite.po | 0 .../locale/en_GB/LC_MESSAGES/Favorite.po | 0 .../locale/eo/LC_MESSAGES/Favorite.po | 0 .../locale/es/LC_MESSAGES/Favorite.po | 0 .../locale/eu/LC_MESSAGES/Favorite.po | 0 .../locale/fa/LC_MESSAGES/Favorite.po | 0 .../locale/fi/LC_MESSAGES/Favorite.po | 0 .../locale/fr/LC_MESSAGES/Favorite.po | 0 .../locale/fur/LC_MESSAGES/Favorite.po | 0 .../locale/gl/LC_MESSAGES/Favorite.po | 0 .../locale/he/LC_MESSAGES/Favorite.po | 0 .../locale/hsb/LC_MESSAGES/Favorite.po | 0 .../locale/hu/LC_MESSAGES/Favorite.po | 0 .../locale/hy_AM/LC_MESSAGES/Favorite.po | 0 .../locale/ia/LC_MESSAGES/Favorite.po | 0 .../locale/id/LC_MESSAGES/Favorite.po | 0 .../locale/io/LC_MESSAGES/Favorite.po | 0 .../locale/is/LC_MESSAGES/Favorite.po | 0 .../locale/it/LC_MESSAGES/Favorite.po | 0 .../locale/ja/LC_MESSAGES/Favorite.po | 0 .../locale/ka/LC_MESSAGES/Favorite.po | 0 .../locale/ko/LC_MESSAGES/Favorite.po | 0 .../locale/ksh/LC_MESSAGES/Favorite.po | 0 .../locale/lb/LC_MESSAGES/Favorite.po | 0 .../locale/lt/LC_MESSAGES/Favorite.po | 0 .../locale/lv/LC_MESSAGES/Favorite.po | 0 .../locale/mg/LC_MESSAGES/Favorite.po | 0 .../locale/mk/LC_MESSAGES/Favorite.po | 0 .../locale/ml/LC_MESSAGES/Favorite.po | 0 .../locale/ms/LC_MESSAGES/Favorite.po | 0 .../locale/my/LC_MESSAGES/Favorite.po | 0 .../locale/nb/LC_MESSAGES/Favorite.po | 0 .../locale/ne/LC_MESSAGES/Favorite.po | 0 .../locale/nl/LC_MESSAGES/Favorite.po | 0 .../locale/nn/LC_MESSAGES/Favorite.po | 0 .../locale/pl/LC_MESSAGES/Favorite.po | 0 .../locale/pt/LC_MESSAGES/Favorite.po | 0 .../locale/pt_BR/LC_MESSAGES/Favorite.po | 0 .../locale/ro_RO/LC_MESSAGES/Favorite.po | 0 .../locale/ru/LC_MESSAGES/Favorite.po | 0 .../locale/sl/LC_MESSAGES/Favorite.po | 0 .../locale/sr-ec/LC_MESSAGES/Favorite.po | 0 .../locale/sv/LC_MESSAGES/Favorite.po | 0 .../locale/ta/LC_MESSAGES/Favorite.po | 0 .../locale/te/LC_MESSAGES/Favorite.po | 0 .../locale/tl/LC_MESSAGES/Favorite.po | 0 .../locale/tr/LC_MESSAGES/Favorite.po | 0 .../locale/uk/LC_MESSAGES/Favorite.po | 0 .../locale/ur_PK/LC_MESSAGES/Favorite.po | 0 .../locale/vi/LC_MESSAGES/Favorite.po | 0 .../locale/zh/LC_MESSAGES/Favorite.po | 0 .../locale/zh_CN/LC_MESSAGES/Favorite.po | 0 .../locale/zh_TW/LC_MESSAGES/Favorite.po | 0 .../HTMLPurifierSchemesPlugin.php | 0 .../lib/htmlpurifier/urischeme/bitcoin.php | 0 .../lib/htmlpurifier/urischeme/geo.php | 0 .../lib/htmlpurifier/urischeme/gopher.php | 0 .../lib/htmlpurifier/urischeme/irc.php | 0 .../lib/htmlpurifier/urischeme/ircs.php | 0 .../lib/htmlpurifier/urischeme/magnet.php | 0 .../lib/htmlpurifier/urischeme/xmpp.php | 0 .../locale/HTMLPurifierSchemes.pot | 0 modules/README.md | 2 + {plugins => modules}/Share/README | 0 {plugins => modules}/Share/SharePlugin.php | 0 .../Share/actions/apistatusesretweet.php | 0 .../Share/actions/apistatusesretweets.php | 0 .../actions/apitimelineretweetedbyme.php | 0 .../actions/apitimelineretweetedtome.php | 0 .../Share/actions/apitimelineretweetsofme.php | 0 {plugins => modules}/Share/actions/repeat.php | 0 {plugins => modules}/Share/forms/repeat.php | 0 .../Share/lib/repeatcommand.php | 0 .../Share/lib/repeatedbymenoticestream.php | 0 .../Share/lib/repeatsofmenoticestream.php | 0 .../threadednoticelistinlinerepeatsitem.php | 0 .../lib/threadednoticelistrepeatsitem.php | 0 {plugins => modules}/Share/locale/Share.pot | 0 .../AccountManager/locale/AccountManager.pot | 2 +- plugins/ActivitySpam/locale/ActivitySpam.pot | 6 +- .../AnonymousFave/locale/AnonymousFave.pot | 2 +- plugins/AntiBrute/locale/AntiBrute.pot | 2 +- plugins/ApiLogger/locale/ApiLogger.pot | 2 +- plugins/AutoSandbox/locale/AutoSandbox.pot | 2 +- plugins/Autocomplete/locale/Autocomplete.pot | 4 +- plugins/Awesomeness/locale/Awesomeness.pot | 2 +- plugins/BitlyUrl/locale/BitlyUrl.pot | 2 +- plugins/Blacklist/locale/Blacklist.pot | 18 +- plugins/BlankAd/locale/BlankAd.pot | 2 +- plugins/BlogspamNet/locale/BlogspamNet.pot | 2 +- plugins/Bookmark/locale/Bookmark.pot | 12 +- plugins/CacheLog/locale/CacheLog.pot | 2 +- .../locale/CasAuthentication.pot | 2 +- plugins/ChooseTheme/locale/ChooseTheme.pot | 2 +- .../locale/ClientSideShorten.pot | 4 +- plugins/Comet/locale/Comet.pot | 2 +- .../locale/ConversationTree.pot | 2 +- plugins/Cronish/locale/Cronish.pot | 2 +- .../DefaultLayout/locale/DefaultLayout.pot | 2 +- plugins/Diaspora/locale/Diaspora.pot | 2 +- .../DirectMessage/locale/DirectMessage.pot | 8 +- .../locale/DirectionDetector.pot | 2 +- plugins/Directory/locale/Directory.pot | 8 +- plugins/DiskCache/locale/DiskCache.pot | 2 +- .../locale/DomainStatusNetwork.pot | 2 +- .../locale/DomainWhitelist.pot | 2 +- .../locale/EmailAuthentication.pot | 2 +- .../locale/EmailRegistration.pot | 2 +- .../EmailReminder/locale/EmailReminder.pot | 2 +- plugins/EmailSummary/locale/EmailSummary.pot | 2 +- plugins/Embed/locale/Embed.pot | 14 +- plugins/Event/locale/Event.pot | 2 +- .../locale/ExtendedProfile.pot | 2 +- plugins/FeedPoller/locale/FeedPoller.pot | 2 +- plugins/FetchRemote/locale/FetchRemote.pot | 2 +- .../FollowEveryone/locale/FollowEveryone.pot | 2 +- plugins/ForceGroup/locale/ForceGroup.pot | 2 +- .../GNUsocialPhoto/locale/GNUsocialPhoto.pot | 2 +- .../locale/GNUsocialPhotos.pot | 2 +- .../locale/GNUsocialProfileExtensions.pot | 2 +- .../GNUsocialVideo/locale/GNUsocialVideo.pot | 2 +- plugins/GeoURL/locale/GeoURL.pot | 2 +- plugins/Geonames/locale/Geonames.pot | 2 +- .../GroupFavorited/locale/GroupFavorited.pot | 2 +- .../locale/GroupPrivateMessage.pot | 2 +- plugins/ImageMagick/locale/ImageMagick.pot | 2 +- plugins/Imap/locale/Imap.pot | 2 +- .../InProcessCache/locale/InProcessCache.pot | 2 +- .../InfiniteScroll/InfiniteScrollPlugin.php | 58 +- .../InfiniteScroll/locale/InfiniteScroll.pot | 6 +- plugins/LRDD/locale/LRDD.pot | 2 +- .../locale/LdapAuthentication.pot | 2 +- .../locale/LdapAuthorization.pot | 2 +- plugins/LdapCommon/locale/LdapCommon.pot | 2 +- plugins/LilUrl/locale/LilUrl.pot | 2 +- plugins/LinkPreview/locale/LinkPreview.pot | 2 +- plugins/Linkback/locale/Linkback.pot | 10 +- plugins/LogFilter/locale/LogFilter.pot | 2 +- plugins/Mapstraction/locale/Mapstraction.pot | 2 +- plugins/Memcached/locale/Memcached.pot | 2 +- plugins/MentionURL/locale/MentionURL.pot | 2 +- plugins/Meteor/locale/Meteor.pot | 2 +- .../MobileProfile/locale/MobileProfile.pot | 2 +- plugins/ModHelper/locale/ModHelper.pot | 2 +- plugins/ModLog/locale/ModLog.pot | 2 +- plugins/ModPlus/locale/ModPlus.pot | 2 +- plugins/Mollom/locale/Mollom.pot | 2 +- plugins/Nodeinfo/locale/Nodeinfo.pot | 4 +- plugins/NoticeTitle/locale/NoticeTitle.pot | 2 +- plugins/OStatus/locale/OStatus.pot | 66 +- .../OfflineBackup/locale/OfflineBackup.pot | 2 +- .../locale/OpenExternalLinkTarget.pot | 2 +- plugins/OpenID/locale/OpenID.pot | 2 +- plugins/OpenX/locale/OpenX.pot | 2 +- .../locale/OpportunisticQM.pot | 4 +- plugins/Orbited/locale/Orbited.pot | 2 +- .../PiwikAnalytics/locale/PiwikAnalytics.pot | 2 +- plugins/Poll/locale/Poll.pot | 72 +- plugins/PostDebug/locale/PostDebug.pot | 2 +- plugins/PtitUrl/locale/PtitUrl.pot | 2 +- plugins/QnA/locale/QnA.pot | 22 +- plugins/RSSCloud/locale/RSSCloud.pot | 2 +- plugins/Realtime/locale/Realtime.pot | 2 +- .../locale/RegisterThrottle.pot | 2 +- .../locale/RequireValidatedEmail.pot | 2 +- .../locale/ReverseUsernameAuthentication.pot | 2 +- plugins/SQLProfile/locale/SQLProfile.pot | 2 +- plugins/SQLStats/locale/SQLStats.pot | 2 +- plugins/Sample/locale/Sample.pot | 2 +- plugins/SearchSub/locale/SearchSub.pot | 2 +- .../locale/SensitiveContent.pot | 2 +- plugins/ShareNotice/locale/ShareNotice.pot | 2 +- .../SimpleCaptcha/locale/SimpleCaptcha.pot | 2 +- plugins/SimpleUrl/locale/SimpleUrl.pot | 2 +- plugins/Sitemap/locale/Sitemap.pot | 2 +- .../locale/SlicedFavorites.pot | 2 +- plugins/SphinxSearch/locale/SphinxSearch.pot | 2 +- .../locale/StoreRemoteMedia.pot | 4 +- .../locale/StrictTransportSecurity.pot | 2 +- plugins/SubMirror/locale/SubMirror.pot | 2 +- .../locale/SubscriptionThrottle.pot | 2 +- plugins/TabFocus/locale/TabFocus.pot | 2 +- plugins/TagCloud/locale/TagCloud.pot | 2 +- plugins/TagSub/locale/TagSub.pot | 10 +- plugins/TightUrl/locale/TightUrl.pot | 2 +- .../TwitterBridge/locale/TwitterBridge.pot | 14 +- plugins/UserFlag/locale/UserFlag.pot | 2 +- plugins/UserLimit/locale/UserLimit.pot | 2 +- .../locale/VideoThumbnails.pot | 2 +- plugins/WebFinger/locale/WebFinger.pot | 2 +- plugins/WikiHashtags/locale/WikiHashtags.pot | 2 +- .../WikiHowProfile/locale/WikiHowProfile.pot | 2 +- plugins/Xmpp/locale/Xmpp.pot | 2 +- .../locale/af/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ar/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/arz/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ast/LC_MESSAGES/InfiniteScroll.po | 27 - .../be-tarask/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/bg/LC_MESSAGES/InfiniteScroll.po | 27 - .../bn_IN/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/br/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ca/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/cs/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/da/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/de/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/el/LC_MESSAGES/InfiniteScroll.po | 27 - .../en_GB/LC_MESSAGES/InfiniteScroll.po | 28 - .../locale/eo/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/es/LC_MESSAGES/InfiniteScroll.po | 28 - .../locale/eu/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/fa/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/fi/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/fr/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/fur/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/gl/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/he/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/hsb/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/hu/LC_MESSAGES/InfiniteScroll.po | 27 - .../hy_AM/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ia/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/id/LC_MESSAGES/InfiniteScroll.po | 28 - .../locale/io/LC_MESSAGES/InfiniteScroll.po | 29 - .../locale/is/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/it/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ja/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ka/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ko/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ksh/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/lb/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/lt/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/lv/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/mg/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/mk/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ml/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ms/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/my/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/nb/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ne/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/nl/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/nn/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/pl/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/pt/LC_MESSAGES/InfiniteScroll.po | 27 - .../pt_BR/LC_MESSAGES/InfiniteScroll.po | 27 - .../ro_RO/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ru/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/sl/LC_MESSAGES/InfiniteScroll.po | 27 - .../sr-ec/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/sv/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/ta/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/te/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/tl/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/tr/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/uk/LC_MESSAGES/InfiniteScroll.po | 27 - .../ur_PK/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/vi/LC_MESSAGES/InfiniteScroll.po | 27 - .../locale/zh/LC_MESSAGES/InfiniteScroll.po | 27 - .../zh_CN/LC_MESSAGES/InfiniteScroll.po | 27 - .../zh_TW/LC_MESSAGES/InfiniteScroll.po | 27 - 446 files changed, 605 insertions(+), 2357 deletions(-) rename {plugins => modules}/Activity/ActivityPlugin.php (100%) rename {plugins => modules}/Activity/lib/followlistitem.php (100%) rename {plugins => modules}/Activity/lib/joinlistitem.php (100%) rename {plugins => modules}/Activity/lib/leavelistitem.php (100%) rename {plugins => modules}/Activity/lib/systemlistitem.php (100%) rename {plugins => modules}/Activity/lib/unfollowlistitem.php (100%) rename {plugins => modules}/Activity/locale/Activity.pot (100%) rename {plugins => modules}/Activity/locale/af/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ar/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/arz/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ast/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/be-tarask/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/bg/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/bn_IN/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/br/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ca/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/cs/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/da/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/de/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/el/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/en_GB/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/eo/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/es/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/eu/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/fa/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/fi/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/fr/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/fur/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/gl/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/he/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/hsb/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/hu/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/hy_AM/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ia/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/id/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/io/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/is/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/it/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ja/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ka/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ko/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ksh/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/lb/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/lt/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/lv/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/mg/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/mk/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ml/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ms/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/my/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/nb/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ne/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/nl/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/nn/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/pl/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/pt/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/pt_BR/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ro_RO/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ru/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/sl/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/sr-ec/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/sv/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ta/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/te/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/tl/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/tr/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/uk/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/ur_PK/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/vi/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/zh/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/zh_CN/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/Activity/locale/zh_TW/LC_MESSAGES/Activity.po (100%) rename {plugins => modules}/ActivityModeration/ActivityModerationPlugin.php (100%) rename {plugins => modules}/ActivityModeration/classes/Deleted_notice.php (100%) rename {plugins => modules}/ActivityModeration/forms/deletenotice.php (100%) rename {plugins => modules}/ActivityModeration/locale/ActivityModeration.pot (100%) rename {plugins => modules}/ActivityVerb/ActivityVerbPlugin.php (100%) rename {plugins => modules}/ActivityVerb/actions/activityverb.php (100%) rename {plugins => modules}/ActivityVerb/lib/activityverbhandlerplugin.php (100%) rename {plugins => modules}/ActivityVerb/locale/ActivityVerb.pot (100%) rename {plugins => modules}/ActivityVerbPost/ActivityVerbPostPlugin.php (100%) rename {plugins => modules}/ActivityVerbPost/locale/ActivityVerbPost.pot (100%) rename {plugins => modules}/AuthCrypt/AuthCryptPlugin.php (100%) rename {plugins => modules}/AuthCrypt/README (100%) rename {plugins => modules}/AuthCrypt/locale/AuthCrypt.pot (100%) rename {plugins => modules}/AuthCrypt/locale/af/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ar/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/arz/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ast/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/be-tarask/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/bg/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/bn_IN/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/br/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ca/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/cs/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/da/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/de/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/el/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/en_GB/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/eo/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/es/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/eu/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/fa/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/fi/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/fr/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/fur/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/gl/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/he/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/hsb/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/hu/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/hy_AM/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ia/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/id/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/io/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/is/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/it/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ja/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ka/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ko/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ksh/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/lb/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/lt/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/lv/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/mg/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/mk/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ml/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ms/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/my/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/nb/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ne/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/nl/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/nn/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/pl/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/pt/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/pt_BR/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ro_RO/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ru/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/sl/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/sr-ec/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/sv/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ta/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/te/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/tl/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/tr/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/uk/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/ur_PK/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/vi/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/zh/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/zh_CN/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/AuthCrypt/locale/zh_TW/LC_MESSAGES/AuthCrypt.po (100%) rename {plugins => modules}/Favorite/EVENTS.txt (100%) rename {plugins => modules}/Favorite/FavoritePlugin.php (100%) rename {plugins => modules}/Favorite/README (100%) rename {plugins => modules}/Favorite/actions/apifavoritecreate.php (100%) rename {plugins => modules}/Favorite/actions/apifavoritedestroy.php (100%) rename {plugins => modules}/Favorite/actions/apistatusesfavs.php (100%) rename {plugins => modules}/Favorite/actions/apitimelinefavorites.php (100%) rename {plugins => modules}/Favorite/actions/atompubfavoritefeed.php (100%) rename {plugins => modules}/Favorite/actions/atompubshowfavorite.php (100%) rename {plugins => modules}/Favorite/actions/favorited.php (100%) rename {plugins => modules}/Favorite/actions/favoritesrss.php (100%) rename {plugins => modules}/Favorite/actions/showfavorites.php (100%) rename {plugins => modules}/Favorite/classes/Fave.php (100%) rename {plugins => modules}/Favorite/forms/disfavor.php (100%) rename {plugins => modules}/Favorite/forms/favor.php (100%) rename {plugins => modules}/Favorite/lib/favcommand.php (100%) rename {plugins => modules}/Favorite/lib/favenoticestream.php (100%) rename {plugins => modules}/Favorite/lib/popularnoticesection.php (100%) rename {plugins => modules}/Favorite/lib/popularnoticestream.php (100%) rename {plugins => modules}/Favorite/lib/threadednoticelistfavesitem.php (100%) rename {plugins => modules}/Favorite/lib/threadednoticelistinlinefavesitem.php (100%) rename {plugins => modules}/Favorite/locale/Favorite.pot (100%) rename {plugins => modules}/Favorite/locale/af/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ar/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/arz/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ast/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/be-tarask/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/bg/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/bn_IN/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/br/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ca/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/cs/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/da/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/de/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/el/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/en_GB/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/eo/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/es/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/eu/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/fa/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/fi/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/fr/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/fur/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/gl/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/he/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/hsb/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/hu/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/hy_AM/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ia/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/id/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/io/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/is/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/it/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ja/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ka/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ko/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ksh/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/lb/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/lt/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/lv/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/mg/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/mk/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ml/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ms/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/my/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/nb/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ne/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/nl/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/nn/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/pl/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/pt/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/pt_BR/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ro_RO/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ru/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/sl/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/sr-ec/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/sv/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ta/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/te/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/tl/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/tr/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/uk/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/ur_PK/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/vi/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/zh/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/zh_CN/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/Favorite/locale/zh_TW/LC_MESSAGES/Favorite.po (100%) rename {plugins => modules}/HTMLPurifierSchemes/HTMLPurifierSchemesPlugin.php (100%) rename {plugins => modules}/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/bitcoin.php (100%) rename {plugins => modules}/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/geo.php (100%) rename {plugins => modules}/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/gopher.php (100%) rename {plugins => modules}/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/irc.php (100%) rename {plugins => modules}/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/ircs.php (100%) rename {plugins => modules}/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/magnet.php (100%) rename {plugins => modules}/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/xmpp.php (100%) rename {plugins => modules}/HTMLPurifierSchemes/locale/HTMLPurifierSchemes.pot (100%) create mode 100644 modules/README.md rename {plugins => modules}/Share/README (100%) rename {plugins => modules}/Share/SharePlugin.php (100%) rename {plugins => modules}/Share/actions/apistatusesretweet.php (100%) rename {plugins => modules}/Share/actions/apistatusesretweets.php (100%) rename {plugins => modules}/Share/actions/apitimelineretweetedbyme.php (100%) rename {plugins => modules}/Share/actions/apitimelineretweetedtome.php (100%) rename {plugins => modules}/Share/actions/apitimelineretweetsofme.php (100%) rename {plugins => modules}/Share/actions/repeat.php (100%) rename {plugins => modules}/Share/forms/repeat.php (100%) rename {plugins => modules}/Share/lib/repeatcommand.php (100%) rename {plugins => modules}/Share/lib/repeatedbymenoticestream.php (100%) rename {plugins => modules}/Share/lib/repeatsofmenoticestream.php (100%) rename {plugins => modules}/Share/lib/threadednoticelistinlinerepeatsitem.php (100%) rename {plugins => modules}/Share/lib/threadednoticelistrepeatsitem.php (100%) rename {plugins => modules}/Share/locale/Share.pot (100%) rename {public/plugins => plugins}/InfiniteScroll/locale/InfiniteScroll.pot (89%) delete mode 100644 public/plugins/InfiniteScroll/locale/af/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ar/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/arz/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ast/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/be-tarask/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/bg/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/bn_IN/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/br/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ca/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/cs/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/da/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/el/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/en_GB/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/eo/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/fa/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/fi/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/fur/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/hsb/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/hu/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/hy_AM/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/io/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/is/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/it/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ka/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ko/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ksh/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/lb/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/lt/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/lv/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/mg/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ml/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ms/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/my/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ne/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/nn/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/pl/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/pt/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ro_RO/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/sl/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/sr-ec/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/sv/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ta/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/te/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/tr/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/ur_PK/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/vi/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/zh/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po delete mode 100644 public/plugins/InfiniteScroll/locale/zh_TW/LC_MESSAGES/InfiniteScroll.po diff --git a/lib/default.php b/lib/default.php index 40d7ae71eb..855580793a 100644 --- a/lib/default.php +++ b/lib/default.php @@ -27,196 +27,196 @@ $default = array('site' => array('name' => 'Just another GNU social node', - 'nickname' => 'gnusocial', - 'wildcard' => null, - 'server' => $_server, - 'theme' => 'neo-gnu', - 'path' => $_path, - 'logfile' => null, - 'logdebug' => false, - 'logo' => null, - 'ssllogo' => null, - 'logperf' => false, // Enable to dump performance counters to syslog - 'logperf_detail' => false, // Enable to dump every counter hit - 'fancy' => false, - 'locale_path' => INSTALLDIR.'/locale', - 'language' => 'en', - 'langdetect' => true, - 'languages' => get_all_languages(), - 'email' => - array_key_exists('SERVER_ADMIN', $_SERVER) ? $_SERVER['SERVER_ADMIN'] : null, - 'fakeaddressrecovery' => true, - 'broughtby' => null, - 'timezone' => 'UTC', - 'broughtbyurl' => null, - 'closed' => false, - 'inviteonly' => true, - 'private' => false, - 'ssl' => 'never', - 'sslproxy' => false, // set to true to force GNU social to think it is HTTPS (i.e. using reverse proxy to enable it) - 'sslserver' => null, - 'dupelimit' => 60, // default for same person saying the same thing - 'textlimit' => 1000, // in chars; 0 == no limit - 'indent' => true, - 'use_x_sendfile' => false, - 'notice' => null, // site wide notice text - 'build' => 1, // build number, for code-dependent cache - ), - 'security' => - array('hash_algos' => ['sha1', 'sha256', 'sha512'], // set to null for anything that hash_hmac() can handle (and is in hash_algos()) + 'nickname' => 'gnusocial', + 'wildcard' => null, + 'server' => $_server, + 'theme' => 'neo-gnu', + 'path' => $_path, + 'logfile' => null, + 'logdebug' => false, + 'logo' => null, + 'ssllogo' => null, + 'logperf' => false, // Enable to dump performance counters to syslog + 'logperf_detail' => false, // Enable to dump every counter hit + 'fancy' => false, + 'locale_path' => INSTALLDIR . '/locale', + 'language' => 'en', + 'langdetect' => true, + 'languages' => get_all_languages(), + 'email' => + array_key_exists('SERVER_ADMIN', $_SERVER) ? $_SERVER['SERVER_ADMIN'] : null, + 'fakeaddressrecovery' => true, + 'broughtby' => null, + 'timezone' => 'UTC', + 'broughtbyurl' => null, + 'closed' => false, + 'inviteonly' => true, + 'private' => false, + 'ssl' => 'never', + 'sslproxy' => false, // set to true to force GNU social to think it is HTTPS (i.e. using reverse proxy to enable it) + 'sslserver' => null, + 'dupelimit' => 60, // default for same person saying the same thing + 'textlimit' => 1000, // in chars; 0 == no limit + 'indent' => true, + 'use_x_sendfile' => false, + 'notice' => null, // site wide notice text + 'build' => 1, // build number, for code-dependent cache ), + 'security' => + array('hash_algos' => ['sha1', 'sha256', 'sha512'], // set to null for anything that hash_hmac() can handle (and is in hash_algos()) + ), 'db' => - array('database' => null, // must be set - 'schema_location' => INSTALLDIR . '/classes', - 'class_location' => INSTALLDIR . '/classes', - 'require_prefix' => 'classes/', - 'class_prefix' => '', - 'mirror' => null, - 'utf8' => true, - 'db_driver' => 'DB', # XXX: JanRain libs only work with DB - 'quote_identifiers' => false, - 'type' => 'mysql', - 'schemacheck' => 'runtime', // 'runtime' or 'script' - 'annotate_queries' => false, // true to add caller comments to queries, eg /* POST Notice::saveNew */ - 'log_queries' => false, // true to log all DB queries - 'log_slow_queries' => 0, // if set, log queries taking over N seconds - 'mysql_foreign_keys' => false), // if set, enables experimental foreign key support on MySQL + array('database' => null, // must be set + 'schema_location' => INSTALLDIR . '/classes', + 'class_location' => INSTALLDIR . '/classes', + 'require_prefix' => 'classes/', + 'class_prefix' => '', + 'mirror' => null, + 'utf8' => true, + 'db_driver' => 'DB', # XXX: JanRain libs only work with DB + 'quote_identifiers' => false, + 'type' => 'mysql', + 'schemacheck' => 'runtime', // 'runtime' or 'script' + 'annotate_queries' => false, // true to add caller comments to queries, eg /* POST Notice::saveNew */ + 'log_queries' => false, // true to log all DB queries + 'log_slow_queries' => 0, // if set, log queries taking over N seconds + 'mysql_foreign_keys' => false), // if set, enables experimental foreign key support on MySQL 'fix' => - array('fancyurls' => true, // makes sure aliases in WebFinger etc. are not f'd by index.php/ URLs - 'legacy_http' => false, // set this to true if you have upgraded your site from http=>https - ), + array('fancyurls' => true, // makes sure aliases in WebFinger etc. are not f'd by index.php/ URLs + 'legacy_http' => false, // set this to true if you have upgraded your site from http=>https + ), 'log' => [ - 'debugtrace' => false, // index.php handleError function, whether to include exception backtrace in log - ], + 'debugtrace' => false, // index.php handleError function, whether to include exception backtrace in log + ], 'syslog' => - array('appname' => 'statusnet', # for syslog - 'priority' => 'debug', # XXX: currently ignored - 'facility' => LOG_USER), + array('appname' => 'statusnet', # for syslog + 'priority' => 'debug', # XXX: currently ignored + 'facility' => LOG_USER), 'queue' => - array('enabled' => true, - 'daemon' => false, # Use queuedaemon. Default to false - 'threads' => null, # an empty value here uses processor count to determine - 'subsystem' => 'db', # default to database, or 'stomp' - 'stomp_server' => null, - 'queue_basename' => '/queue/statusnet/', - 'control_channel' => '/topic/statusnet/control', // broadcasts to all queue daemons - 'stomp_username' => null, - 'stomp_password' => null, - 'stomp_persistent' => true, // keep items across queue server restart, if persistence is enabled - 'stomp_transactions' => true, // use STOMP transactions to aid in detecting failures (supported by ActiveMQ, but not by all) - 'stomp_acks' => true, // send acknowledgements after successful processing (supported by ActiveMQ, but not by all) - 'stomp_manual_failover' => true, // if multiple servers are listed, treat them as separate (enqueue on one randomly, listen on all) - 'monitor' => null, // URL to monitor ping endpoint (work in progress) - 'softlimit' => '90%', // total size or % of memory_limit at which to restart queue threads gracefully - 'spawndelay' => 1, // Wait at least N seconds between (re)spawns of child processes to avoid slamming the queue server with subscription startup - 'debug_memory' => false, // true to spit memory usage to log - 'breakout' => array(), // List queue specifiers to break out when using Stomp queue. - // Default will share all queues for all sites within each group. - // Specify as / or //, - // using nickname identifier as site. - // - // 'main/distrib' separate "distrib" queue covering all sites - // 'xmpp/xmppout/mysite' separate "xmppout" queue covering just 'mysite' - 'max_retries' => 10, // drop messages after N failed attempts to process (Stomp) - 'dead_letter_dir' => false, // set to directory to save dropped messages into (Stomp) - ), + array('enabled' => true, + 'daemon' => false, # Use queuedaemon. Default to false + 'threads' => null, # an empty value here uses processor count to determine + 'subsystem' => 'db', # default to database, or 'stomp' + 'stomp_server' => null, + 'queue_basename' => '/queue/statusnet/', + 'control_channel' => '/topic/statusnet/control', // broadcasts to all queue daemons + 'stomp_username' => null, + 'stomp_password' => null, + 'stomp_persistent' => true, // keep items across queue server restart, if persistence is enabled + 'stomp_transactions' => true, // use STOMP transactions to aid in detecting failures (supported by ActiveMQ, but not by all) + 'stomp_acks' => true, // send acknowledgements after successful processing (supported by ActiveMQ, but not by all) + 'stomp_manual_failover' => true, // if multiple servers are listed, treat them as separate (enqueue on one randomly, listen on all) + 'monitor' => null, // URL to monitor ping endpoint (work in progress) + 'softlimit' => '90%', // total size or % of memory_limit at which to restart queue threads gracefully + 'spawndelay' => 1, // Wait at least N seconds between (re)spawns of child processes to avoid slamming the queue server with subscription startup + 'debug_memory' => false, // true to spit memory usage to log + 'breakout' => [], // List queue specifiers to break out when using Stomp queue. + // Default will share all queues for all sites within each group. + // Specify as / or //, + // using nickname identifier as site. + // + // 'main/distrib' separate "distrib" queue covering all sites + // 'xmpp/xmppout/mysite' separate "xmppout" queue covering just 'mysite' + 'max_retries' => 10, // drop messages after N failed attempts to process (Stomp) + 'dead_letter_dir' => false, // set to directory to save dropped messages into (Stomp) + ), 'license' => - array('type' => 'cc', # can be 'cc', 'allrightsreserved', 'private' - 'owner' => null, # can be name of content owner e.g. for enterprise - 'url' => 'https://creativecommons.org/licenses/by/3.0/', - 'title' => 'Creative Commons Attribution 3.0', - 'image' => $_path . '/theme/licenses/cc_by_3.0_80x15.png'), + array('type' => 'cc', # can be 'cc', 'allrightsreserved', 'private' + 'owner' => null, # can be name of content owner e.g. for enterprise + 'url' => 'https://creativecommons.org/licenses/by/3.0/', + 'title' => 'Creative Commons Attribution 3.0', + 'image' => $_path . '/theme/licenses/cc_by_3.0_80x15.png'), 'mail' => - array('backend' => 'mail', - 'params' => null, - 'domain_check' => true), + array('backend' => 'mail', + 'params' => null, + 'domain_check' => true), 'nickname' => - array('blacklist' => array(), - 'featured' => array()), + array('blacklist' => [], + 'featured' => []), 'profile' => - array('banned' => array(), - 'biolimit' => null, - 'changenick' => false, - 'allowprivate' => false, // whether to allow setting stream to private ("only followers can read") - 'backup' => false, // can cause DoS, so should be done via CLI - 'restore' => false, - 'delete' => false, - 'move' => true), + array('banned' => [], + 'biolimit' => null, + 'changenick' => false, + 'allowprivate' => false, // whether to allow setting stream to private ("only followers can read") + 'backup' => false, // can cause DoS, so should be done via CLI + 'restore' => false, + 'delete' => false, + 'move' => true), 'image' => - array('jpegquality' => 85), + array('jpegquality' => 85), 'avatar' => - array('server' => null, - 'dir' => PUBLICDIR . '/avatar/', - 'path' => $_path . '/avatar/', - 'ssl' => null, - 'maxsize' => 300), + array('server' => null, + 'dir' => PUBLICDIR . '/avatar/', + 'path' => $_path . '/avatar/', + 'ssl' => null, + 'maxsize' => 300), 'foaf' => - array( - 'mbox_sha1sum' => false, + array( + 'mbox_sha1sum' => false, ), 'public' => - array('localonly' => false, - 'blacklist' => array(), - 'autosource' => array()), + array('localonly' => false, + 'blacklist' => [], + 'autosource' => []), 'theme' => - array('server' => null, - 'dir' => null, - 'path'=> null, - 'ssl' => null), + array('server' => null, + 'dir' => null, + 'path' => null, + 'ssl' => null), 'usertheme' => - array('linkcolor' => 'black', - 'backgroundcolor' => 'black'), + array('linkcolor' => 'black', + 'backgroundcolor' => 'black'), 'theme_upload' => - array('enabled' => extension_loaded('zip')), + array('enabled' => extension_loaded('zip')), 'javascript' => - array('server' => null, - 'path'=> null, - 'ssl' => null, - 'bustframes' => true), + array('server' => null, + 'path' => null, + 'ssl' => null, + 'bustframes' => true), 'local' => // To override path/server for themes in 'local' dir (not currently applied to local plugins) - array('server' => null, - 'dir' => null, - 'path' => null, - 'ssl' => null), + array('server' => null, + 'dir' => null, + 'path' => null, + 'ssl' => null), 'throttle' => - array('enabled' => false, // whether to throttle edits; false by default - 'count' => 20, // number of allowed messages in timespan - 'timespan' => 600), // timespan for throttling + array('enabled' => false, // whether to throttle edits; false by default + 'count' => 20, // number of allowed messages in timespan + 'timespan' => 600), // timespan for throttling 'invite' => - array('enabled' => true), + array('enabled' => true), 'tag' => - array('dropoff' => 864000.0, # controls weighting based on age - 'cutoff' => 86400 * 90), # only look at notices posted in last 90 days + array('dropoff' => 864000.0, # controls weighting based on age + 'cutoff' => 86400 * 90), # only look at notices posted in last 90 days 'popular' => - array('dropoff' => 864000.0, # controls weighting based on age - 'cutoff' => 86400 * 90), # only look at notices favorited in last 90 days + array('dropoff' => 864000.0, # controls weighting based on age + 'cutoff' => 86400 * 90), # only look at notices favorited in last 90 days 'daemon' => - array('piddir' => sys_get_temp_dir(), - 'user' => false, - 'group' => false), + array('piddir' => sys_get_temp_dir(), + 'user' => false, + 'group' => false), 'emailpost' => - array('enabled' => false), + array('enabled' => false), 'sms' => - array('enabled' => false), + array('enabled' => false), 'twitterimport' => - array('enabled' => false), + array('enabled' => false), 'integration' => - array('source' => 'StatusNet', # source attribute for Twitter - 'taguri' => null), # base for tag URIs + array('source' => 'StatusNet', # source attribute for Twitter + 'taguri' => null), # base for tag URIs 'twitter' => - array('signin' => true, - 'consumer_key' => null, - 'consumer_secret' => null), + array('signin' => true, + 'consumer_key' => null, + 'consumer_secret' => null), 'cache' => - array('base' => null), + array('base' => null), 'ping' => - array('notify' => array(), - 'timeout' => 2), + array('notify' => [], + 'timeout' => 2), 'inboxes' => - array('enabled' => true), # ignored after 0.9.x + array('enabled' => true), # ignored after 0.9.x 'newuser' => - array('default' => null, - 'welcome' => null), + array('default' => null, + 'welcome' => null), 'linkify' => array( // "bare" below means "without schema", like domain.com vs. https://domain.com 'bare_domains' => false, // convert domain.com to domain.com ? @@ -224,183 +224,183 @@ $default = 'bare_ipv6' => false, // convert IPv6 addresses to hyperlinks? ), 'attachments' => - array('server' => null, - 'dir' => INSTALLDIR . '/file/', - 'path' => $_path . '/file/', - 'sslserver' => null, - 'sslpath' => null, - 'ssl' => null, - 'supported' => array( - 'application/vnd.oasis.opendocument.chart' => 'odc', - 'application/vnd.oasis.opendocument.formula' => 'odf', - 'application/vnd.oasis.opendocument.graphics' => 'odg', - 'application/vnd.oasis.opendocument.graphics-template' => 'otg', - 'application/vnd.oasis.opendocument.image' => 'odi', - 'application/vnd.oasis.opendocument.presentation' => 'odp', - 'application/vnd.oasis.opendocument.presentation-template' => 'otp', - 'application/vnd.oasis.opendocument.spreadsheet' => 'ods', - 'application/vnd.oasis.opendocument.spreadsheet-template' => 'ots', - 'application/vnd.oasis.opendocument.text' => 'odt', - 'application/vnd.oasis.opendocument.text-master' => 'odm', - 'application/vnd.oasis.opendocument.text-template' => 'ott', - 'application/vnd.oasis.opendocument.text-web' => 'oth', - 'application/pdf' => 'pdf', - 'application/zip' => 'zip', - 'application/x-bzip2' => 'bz2', - 'application/x-go-sgf' => 'sgf', - 'application/xml' => 'xml', - 'application/gpx+xml' => 'gpx', - image_type_to_mime_type(IMAGETYPE_PNG) => image_type_to_extension(IMAGETYPE_PNG), - image_type_to_mime_type(IMAGETYPE_JPEG) => image_type_to_extension(IMAGETYPE_JPEG), - image_type_to_mime_type(IMAGETYPE_GIF) => image_type_to_extension(IMAGETYPE_GIF), - 'image/svg+xml' => 'svg', // No built-in constant - image_type_to_mime_type(IMAGETYPE_ICO) => image_type_to_extension(IMAGETYPE_ICO), - 'audio/ogg' => 'ogg', - 'audio/mpeg' => 'mpg', - 'audio/x-speex' => 'spx', - 'application/ogg' => 'ogx', - 'text/plain' => 'txt', - 'video/mpeg' => 'mpeg', - 'video/mp4' => 'mp4', - 'video/ogg' => 'ogv', - 'video/quicktime' => 'mov', - 'video/webm' => 'webm', - ), - 'file_quota' => common_get_preferred_php_upload_limit(), - 'user_quota' => 50000000, - 'monthly_quota' => 15000000, - 'uploads' => true, - 'show_html' => false, // show (filtered) text/html attachments (and oEmbed HTML etc.). Doesn't affect AJAX calls. - 'show_thumbs' => true, // show thumbnails in notice lists for uploaded images, and photos and videos linked remotely that provide oEmbed info - 'process_links' => true, // check linked resources for embeddable photos and videos; this will hit referenced external web sites when processing new messages. - 'extblacklist' => [], - 'memory_limit' => '1024M' // PHP's memory limit to use temporarily when handling images - ), + array('server' => null, + 'dir' => INSTALLDIR . '/file/', + 'path' => $_path . '/file/', + 'sslserver' => null, + 'sslpath' => null, + 'ssl' => null, + 'supported' => array( + 'application/vnd.oasis.opendocument.chart' => 'odc', + 'application/vnd.oasis.opendocument.formula' => 'odf', + 'application/vnd.oasis.opendocument.graphics' => 'odg', + 'application/vnd.oasis.opendocument.graphics-template' => 'otg', + 'application/vnd.oasis.opendocument.image' => 'odi', + 'application/vnd.oasis.opendocument.presentation' => 'odp', + 'application/vnd.oasis.opendocument.presentation-template' => 'otp', + 'application/vnd.oasis.opendocument.spreadsheet' => 'ods', + 'application/vnd.oasis.opendocument.spreadsheet-template' => 'ots', + 'application/vnd.oasis.opendocument.text' => 'odt', + 'application/vnd.oasis.opendocument.text-master' => 'odm', + 'application/vnd.oasis.opendocument.text-template' => 'ott', + 'application/vnd.oasis.opendocument.text-web' => 'oth', + 'application/pdf' => 'pdf', + 'application/zip' => 'zip', + 'application/x-bzip2' => 'bz2', + 'application/x-go-sgf' => 'sgf', + 'application/xml' => 'xml', + 'application/gpx+xml' => 'gpx', + image_type_to_mime_type(IMAGETYPE_PNG) => image_type_to_extension(IMAGETYPE_PNG), + image_type_to_mime_type(IMAGETYPE_JPEG) => image_type_to_extension(IMAGETYPE_JPEG), + image_type_to_mime_type(IMAGETYPE_GIF) => image_type_to_extension(IMAGETYPE_GIF), + 'image/svg+xml' => 'svg', // No built-in constant + image_type_to_mime_type(IMAGETYPE_ICO) => image_type_to_extension(IMAGETYPE_ICO), + 'audio/ogg' => 'ogg', + 'audio/mpeg' => 'mpg', + 'audio/x-speex' => 'spx', + 'application/ogg' => 'ogx', + 'text/plain' => 'txt', + 'video/mpeg' => 'mpeg', + 'video/mp4' => 'mp4', + 'video/ogg' => 'ogv', + 'video/quicktime' => 'mov', + 'video/webm' => 'webm', + ), + 'file_quota' => common_get_preferred_php_upload_limit(), + 'user_quota' => 50000000, + 'monthly_quota' => 15000000, + 'uploads' => true, + 'show_html' => false, // show (filtered) text/html attachments (and oEmbed HTML etc.). Doesn't affect AJAX calls. + 'show_thumbs' => true, // show thumbnails in notice lists for uploaded images, and photos and videos linked remotely that provide oEmbed info + 'process_links' => true, // check linked resources for embeddable photos and videos; this will hit referenced external web sites when processing new messages. + 'extblacklist' => [], + 'memory_limit' => '1024M' // PHP's memory limit to use temporarily when handling images + ), 'thumbnail' => [ - 'dir' => null, // falls back to File::path('thumb') (equivalent to ['attachments']['dir'] . '/thumb/') - 'path' => null, // falls back to generating a URL with File::url('thumb/$filename') (equivalent to ['attachments']['path'] . '/thumb/') - 'server' => null, // Only used if ['thumbnail']['path'] is NOT empty, and then it falls back to ['site']['server'], schema is decided from GNUsocial::useHTTPS() + 'dir' => null, // falls back to File::path('thumb') (equivalent to ['attachments']['dir'] . '/thumb/') + 'path' => null, // falls back to generating a URL with File::url('thumb/$filename') (equivalent to ['attachments']['path'] . '/thumb/') + 'server' => null, // Only used if ['thumbnail']['path'] is NOT empty, and then it falls back to ['site']['server'], schema is decided from GNUsocial::useHTTPS() - 'crop' => false, // overridden to true if thumb height === null - 'maxsize' => 1000, // thumbs with an edge larger than this will not be generated - 'width' => 450, - 'height' => 600, - 'upscale' => false, - 'animated' => false, // null="UseFileAsThumbnail", false="can use still frame". true requires ImageMagickPlugin - ], + 'crop' => false, // overridden to true if thumb height === null + 'maxsize' => 1000, // thumbs with an edge larger than this will not be generated + 'width' => 450, + 'height' => 600, + 'upscale' => false, + 'animated' => false, // null="UseFileAsThumbnail", false="can use still frame". true requires ImageMagickPlugin + ], 'application' => - array('desclimit' => null), + array('desclimit' => null), 'group' => - array('maxaliases' => 3, - 'desclimit' => null, - 'addtag' => true), + array('maxaliases' => 3, + 'desclimit' => null, + 'addtag' => true), 'peopletag' => - array('maxtags' => 100, // maximum number of tags a user can create. - 'maxpeople' => 500, // maximum no. of people with the same tag by the same user - 'allow_tagging' => array('all' => true), // equivalent to array('local' => true, 'remote' => true) - 'desclimit' => null), + array('maxtags' => 100, // maximum number of tags a user can create. + 'maxpeople' => 500, // maximum no. of people with the same tag by the same user + 'allow_tagging' => array('all' => true), // equivalent to array('local' => true, 'remote' => true) + 'desclimit' => null), 'search' => - array('type' => 'like'), + array('type' => 'like'), 'sessions' => - array('handle' => false, // whether to handle sessions ourselves - 'debug' => false, // debugging output for sessions - 'gc_limit' => 1000), // max sessions to expire at a time + array('handle' => false, // whether to handle sessions ourselves + 'debug' => false, // debugging output for sessions + 'gc_limit' => 1000), // max sessions to expire at a time 'htmlfilter' => [ // remove tags from user/remotely generated HTML if they are === true 'img' => true, 'video' => true, 'audio' => true, ], 'htmlpurifier' => [ // configurable options for HTMLPurifier - 'Cache.DefinitionImpl' => 'Serializer', - 'Cache.SerializerPath' => implode(DIRECTORY_SEPARATOR, [sys_get_temp_dir(), 'gnusocial']), + 'Cache.DefinitionImpl' => 'Serializer', + 'Cache.SerializerPath' => implode(DIRECTORY_SEPARATOR, [sys_get_temp_dir(), 'gnusocial']), ], 'notice' => - array('contentlimit' => null, - 'allowprivate' => false, // whether to allow users to "check the padlock" to publish notices available for their subscribers. - 'defaultscope' => null, // null means 1 if site/private, 0 otherwise - 'hidespam' => true), // Whether to hide silenced users from timelines + array('contentlimit' => null, + 'allowprivate' => false, // whether to allow users to "check the padlock" to publish notices available for their subscribers. + 'defaultscope' => null, // null means 1 if site/private, 0 otherwise + 'hidespam' => true), // Whether to hide silenced users from timelines 'message' => - array('contentlimit' => null), + array('contentlimit' => null), 'location' => - array('share' => 'user', // whether to share location; 'always', 'user', 'never' - 'sharedefault' => false), + array('share' => 'user', // whether to share location; 'always', 'user', 'never' + 'sharedefault' => false), 'logincommand' => - array('disabled' => true), - 'plugins' => - array('core' => array( - 'ActivityVerb' => array(), - 'ActivityVerbPost' => array(), - 'ActivityModeration' => array(), - 'AuthCrypt' => array(), - 'Cronish' => array(), - 'Favorite' => array(), - 'HTMLPurifierSchemes' => array(), - 'Share' => array(), - 'LRDD' => array(), - ), - 'default' => array( - 'Activity' => array(), - 'AntiBrute' => array(), - 'Blacklist' => array(), - 'Bookmark' => array(), - 'ClientSideShorten' => array(), - 'DefaultLayout' => array(), - 'Directory' => array(), - 'DirectMessage' => array(), - 'EmailAuthentication' => array(), - 'Event' => array(), - 'Embed' => array(), - 'OpenID' => array(), - 'OpportunisticQM' => array(), - 'ActivityPub' => array(), - 'OStatus' => array(), - 'Poll' => array(), - 'SimpleCaptcha' => array(), - 'TagSub' => array(), - 'WebFinger' => array(), - 'Nodeinfo' => array(), - ), - 'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories - 'server' => null, - 'sslserver' => null, - 'path' => null, - 'sslpath' => null, - ), + array('disabled' => true), + 'plugins' =>[ + 'core' => [ + 'Activity' => [], + 'ActivityModeration' => [], + 'ActivityVerb' => [], + 'ActivityVerbPost' => [], + 'AuthCrypt' => [], + 'Favorite' => [], + 'HTMLPurifierSchemes' => [], + 'Share' => [], + ], + 'default' => [ + 'AntiBrute' => [], + 'Blacklist' => [], + 'Bookmark' => [], + 'ClientSideShorten' => [], + 'Cronish' => [], + 'DefaultLayout' => [], + 'DirectMessage' => [], + 'Directory' => [], + 'EmailAuthentication' => [], + 'Embed' => [], + 'Event' => [], + 'LRDD' => [], + 'Nodeinfo' => [], + 'OpenID' => [], + 'OpportunisticQM' => [], + 'ActivityPub' => [], // The order is important here (IT HAS TO COME BEFORE OSTATUS) + 'OStatus' => [], + 'Poll' => [], + 'SimpleCaptcha' => [], + 'TagSub' => [], + 'WebFinger' => [], + ], + 'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories + 'server' => null, + 'sslserver' => null, + 'path' => null, + 'sslpath' => null, + ], 'admin' => - array('panels' => array('site', 'user', 'paths', 'access', 'sessions', 'sitenotice', 'license', 'plugins')), + array('panels' => array('site', 'user', 'paths', 'access', 'sessions', 'sitenotice', 'license', 'plugins')), 'singleuser' => - array('enabled' => false, - 'nickname' => null), + array('enabled' => false, + 'nickname' => null), 'robotstxt' => - array('crawldelay' => 0, - 'disallow' => array('main', 'settings', 'admin', 'search', 'message') - ), + array('crawldelay' => 0, + 'disallow' => array('main', 'settings', 'admin', 'search', 'message') + ), 'api' => - array('realm' => null), + array('realm' => null), 'nofollow' => - array('subscribers' => true, - 'members' => true, - 'peopletag' => true, - 'external' => 'sometimes'), // Options: 'sometimes', 'never', default = 'sometimes' + array('subscribers' => true, + 'members' => true, + 'peopletag' => true, + 'external' => 'sometimes'), // Options: 'sometimes', 'never', default = 'sometimes' 'url' => - array('shortener' => 'internal', - 'maxurllength' => 100, - 'maxnoticelength' => -1), + array('shortener' => 'internal', + 'maxurllength' => 100, + 'maxnoticelength' => -1), 'http' => // HTTP client settings when contacting other sites - array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt') (this activates "ssl_verify_peer") - 'ssl_verify_host' => true, // HTTPRequest2 makes sure this is set to CURLOPT_SSL_VERIFYHOST==2 if using curl - 'curl' => false, // Use CURL backend for HTTP fetches if available. (If not, PHP's socket streams will be used.) - 'connect_timeout' => 5, - 'timeout' => intval(ini_get('default_socket_timeout')), // effectively should be this by default already, but this makes it more explicitly configurable for you users .) - 'proxy_host' => null, - 'proxy_port' => null, - 'proxy_user' => null, - 'proxy_password' => null, - 'proxy_auth_scheme' => null, - ), + array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt') (this activates "ssl_verify_peer") + 'ssl_verify_host' => true, // HTTPRequest2 makes sure this is set to CURLOPT_SSL_VERIFYHOST==2 if using curl + 'curl' => false, // Use CURL backend for HTTP fetches if available. (If not, PHP's socket streams will be used.) + 'connect_timeout' => 5, + 'timeout' => intval(ini_get('default_socket_timeout')), // effectively should be this by default already, but this makes it more explicitly configurable for you users .) + 'proxy_host' => null, + 'proxy_port' => null, + 'proxy_user' => null, + 'proxy_password' => null, + 'proxy_auth_scheme' => null, + ), 'router' => - array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel + array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel 'discovery' => - array('cors' => false), // Allow Cross-Origin Resource Sharing for service discovery (host-meta, XRD, etc.) + array('cors' => false), // Allow Cross-Origin Resource Sharing for service discovery (host-meta, XRD, etc.) 'performance' => array('high' => false) // disable some features for higher performance; default false ); diff --git a/lib/event.php b/lib/event.php index 5ece77edf3..e7de36fd8a 100644 --- a/lib/event.php +++ b/lib/event.php @@ -82,7 +82,7 @@ class Event { * on results of handlers. */ - public static function handle($name, array $args=array()) { + public static function handle($name, array $args = []) { $result = null; if (array_key_exists($name, Event::$_handlers)) { foreach (Event::$_handlers[$name] as $handler) { diff --git a/lib/gnusocial.php b/lib/gnusocial.php index 43c7c60ad2..8cce1e8407 100644 --- a/lib/gnusocial.php +++ b/lib/gnusocial.php @@ -30,7 +30,7 @@ class GNUsocial protected static $plugins = array(); /** - * Configure and instantiate a plugin into the current configuration. + * Configure and instantiate a plugin (or a core module) into the current configuration. * Class definitions will be loaded from standard paths if necessary. * Note that initialization events won't be fired until later. * @@ -39,7 +39,7 @@ class GNUsocial * * @throws ServerException if plugin can't be found */ - public static function addPlugin($name, array $attrs=array()) + public static function addPlugin($name, array $attrs = []) { $name = ucfirst($name); @@ -54,12 +54,16 @@ class GNUsocial if (!class_exists($pluginclass)) { - $files = array("local/plugins/{$pluginclass}.php", - "local/plugins/{$name}/{$pluginclass}.php", - "local/{$pluginclass}.php", - "local/{$name}/{$pluginclass}.php", - "plugins/{$pluginclass}.php", - "plugins/{$name}/{$pluginclass}.php"); + $files = [ + "local/plugins/{$pluginclass}.php", + "local/plugins/{$name}/{$pluginclass}.php", + "local/{$pluginclass}.php", + "local/{$name}/{$pluginclass}.php", + "modules/{$pluginclass}.php", + "modules/{$name}/{$pluginclass}.php", + "plugins/{$pluginclass}.php", + "plugins/{$name}/{$pluginclass}.php" + ]; foreach ($files as $file) { $fullpath = INSTALLDIR.'/'.$file; diff --git a/lib/plugin.php b/lib/plugin.php index cd0c9c6bad..e80bf6a0d0 100644 --- a/lib/plugin.php +++ b/lib/plugin.php @@ -64,9 +64,9 @@ class Plugin } /** - * Load related modules when needed + * Load related components when needed * - * Most non-trivial plugins will require extra modules to do their work. Typically + * Most non-trivial plugins will require extra components to do their work. Typically * these include data classes, action classes, widget classes, or external libraries. * * This method receives a class name and loads the PHP file related to that class. By @@ -79,11 +79,14 @@ class Plugin * * @param string $cls Name of the class to be loaded * - * @return boolean hook value; true means continue processing, false means stop. + * @return bool hook value; true means continue processing, false means stop. */ public function onAutoload($cls) { $cls = basename($cls); $basedir = INSTALLDIR . '/local/plugins/' . mb_substr(get_called_class(), 0, -6); + if (!file_exists($basedir)) { + $basedir = INSTALLDIR . '/modules/' . mb_substr(get_called_class(), 0, -6); + } if (!file_exists($basedir)) { $basedir = INSTALLDIR . '/plugins/' . mb_substr(get_called_class(), 0, -6); } @@ -92,17 +95,17 @@ class Plugin if (preg_match('/^(\w+)(Action|Form)$/', $cls, $type)) { $type = array_map('strtolower', $type); - $file = "$basedir/{$type[2]}s/{$type[1]}.php"; + $file = "{$basedir}/{$type[2]}s/{$type[1]}.php"; } if (!file_exists($file)) { - $file = "$basedir/classes/{$cls}.php"; + $file = "{$basedir}/classes/{$cls}.php"; // library files can be put into subdirs ('_'->'/' conversion) // such as LRDDMethod_WebFinger -> lib/lrddmethod/webfinger.php if (!file_exists($file)) { $type = strtolower($cls); $type = str_replace('_', '/', $type); - $file = "$basedir/lib/{$type}.php"; + $file = "{$basedir}/lib/{$type}.php"; } } @@ -127,9 +130,12 @@ class Plugin if (!$path) { // @fixme this will fail for things installed in local/plugins // ... but then so will web links so far. - $path = INSTALLDIR . "/plugins/$name/locale"; + $path = INSTALLDIR . "/plugins/{$name}/locale"; if (!file_exists($path)) { - $path = INSTALLDIR . "/local/plugins/$name/locale"; + $path = INSTALLDIR . "/modules/{$name}/locale"; + } + if (!file_exists($path)) { + $path = INSTALLDIR . "/local/plugins/{$name}/locale"; } } if (file_exists($path) && is_dir($path)) { @@ -148,7 +154,7 @@ class Plugin { $this->log(LOG_DEBUG, $msg); } - + public function name() { $cls = get_class($this); @@ -206,8 +212,10 @@ class Plugin if (empty($path)) { // XXX: extra stat(). - if (@file_exists(PUBLICDIR.'/local/plugins/'.$plugin.'/'.$relative)) { + if (@file_exists(PUBLICDIR . '/local/plugins/' . $plugin . '/' . $relative)) { $path = common_config('site', 'path') . '/local/plugins/'; + } elseif (@file_exists(PUBLICDIR . '/modules/' . $plugin . '/' . $relative)) { + $path = common_config('site', 'path') . '/modules/'; } else { $path = common_config('site', 'path') . '/plugins/'; } diff --git a/plugins/Activity/ActivityPlugin.php b/modules/Activity/ActivityPlugin.php similarity index 100% rename from plugins/Activity/ActivityPlugin.php rename to modules/Activity/ActivityPlugin.php diff --git a/plugins/Activity/lib/followlistitem.php b/modules/Activity/lib/followlistitem.php similarity index 100% rename from plugins/Activity/lib/followlistitem.php rename to modules/Activity/lib/followlistitem.php diff --git a/plugins/Activity/lib/joinlistitem.php b/modules/Activity/lib/joinlistitem.php similarity index 100% rename from plugins/Activity/lib/joinlistitem.php rename to modules/Activity/lib/joinlistitem.php diff --git a/plugins/Activity/lib/leavelistitem.php b/modules/Activity/lib/leavelistitem.php similarity index 100% rename from plugins/Activity/lib/leavelistitem.php rename to modules/Activity/lib/leavelistitem.php diff --git a/plugins/Activity/lib/systemlistitem.php b/modules/Activity/lib/systemlistitem.php similarity index 100% rename from plugins/Activity/lib/systemlistitem.php rename to modules/Activity/lib/systemlistitem.php diff --git a/plugins/Activity/lib/unfollowlistitem.php b/modules/Activity/lib/unfollowlistitem.php similarity index 100% rename from plugins/Activity/lib/unfollowlistitem.php rename to modules/Activity/lib/unfollowlistitem.php diff --git a/plugins/Activity/locale/Activity.pot b/modules/Activity/locale/Activity.pot similarity index 100% rename from plugins/Activity/locale/Activity.pot rename to modules/Activity/locale/Activity.pot diff --git a/plugins/Activity/locale/af/LC_MESSAGES/Activity.po b/modules/Activity/locale/af/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/af/LC_MESSAGES/Activity.po rename to modules/Activity/locale/af/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po b/modules/Activity/locale/ar/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ar/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ar/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/arz/LC_MESSAGES/Activity.po b/modules/Activity/locale/arz/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/arz/LC_MESSAGES/Activity.po rename to modules/Activity/locale/arz/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ast/LC_MESSAGES/Activity.po b/modules/Activity/locale/ast/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ast/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ast/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/be-tarask/LC_MESSAGES/Activity.po b/modules/Activity/locale/be-tarask/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/be-tarask/LC_MESSAGES/Activity.po rename to modules/Activity/locale/be-tarask/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/bg/LC_MESSAGES/Activity.po b/modules/Activity/locale/bg/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/bg/LC_MESSAGES/Activity.po rename to modules/Activity/locale/bg/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/bn_IN/LC_MESSAGES/Activity.po b/modules/Activity/locale/bn_IN/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/bn_IN/LC_MESSAGES/Activity.po rename to modules/Activity/locale/bn_IN/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/br/LC_MESSAGES/Activity.po b/modules/Activity/locale/br/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/br/LC_MESSAGES/Activity.po rename to modules/Activity/locale/br/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po b/modules/Activity/locale/ca/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ca/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ca/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/cs/LC_MESSAGES/Activity.po b/modules/Activity/locale/cs/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/cs/LC_MESSAGES/Activity.po rename to modules/Activity/locale/cs/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/da/LC_MESSAGES/Activity.po b/modules/Activity/locale/da/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/da/LC_MESSAGES/Activity.po rename to modules/Activity/locale/da/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/de/LC_MESSAGES/Activity.po b/modules/Activity/locale/de/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/de/LC_MESSAGES/Activity.po rename to modules/Activity/locale/de/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/el/LC_MESSAGES/Activity.po b/modules/Activity/locale/el/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/el/LC_MESSAGES/Activity.po rename to modules/Activity/locale/el/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/en_GB/LC_MESSAGES/Activity.po b/modules/Activity/locale/en_GB/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/en_GB/LC_MESSAGES/Activity.po rename to modules/Activity/locale/en_GB/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/eo/LC_MESSAGES/Activity.po b/modules/Activity/locale/eo/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/eo/LC_MESSAGES/Activity.po rename to modules/Activity/locale/eo/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/es/LC_MESSAGES/Activity.po b/modules/Activity/locale/es/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/es/LC_MESSAGES/Activity.po rename to modules/Activity/locale/es/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po b/modules/Activity/locale/eu/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/eu/LC_MESSAGES/Activity.po rename to modules/Activity/locale/eu/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/fa/LC_MESSAGES/Activity.po b/modules/Activity/locale/fa/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/fa/LC_MESSAGES/Activity.po rename to modules/Activity/locale/fa/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/fi/LC_MESSAGES/Activity.po b/modules/Activity/locale/fi/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/fi/LC_MESSAGES/Activity.po rename to modules/Activity/locale/fi/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/fr/LC_MESSAGES/Activity.po b/modules/Activity/locale/fr/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/fr/LC_MESSAGES/Activity.po rename to modules/Activity/locale/fr/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/fur/LC_MESSAGES/Activity.po b/modules/Activity/locale/fur/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/fur/LC_MESSAGES/Activity.po rename to modules/Activity/locale/fur/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po b/modules/Activity/locale/gl/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/gl/LC_MESSAGES/Activity.po rename to modules/Activity/locale/gl/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/he/LC_MESSAGES/Activity.po b/modules/Activity/locale/he/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/he/LC_MESSAGES/Activity.po rename to modules/Activity/locale/he/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/hsb/LC_MESSAGES/Activity.po b/modules/Activity/locale/hsb/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/hsb/LC_MESSAGES/Activity.po rename to modules/Activity/locale/hsb/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/hu/LC_MESSAGES/Activity.po b/modules/Activity/locale/hu/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/hu/LC_MESSAGES/Activity.po rename to modules/Activity/locale/hu/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/hy_AM/LC_MESSAGES/Activity.po b/modules/Activity/locale/hy_AM/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/hy_AM/LC_MESSAGES/Activity.po rename to modules/Activity/locale/hy_AM/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po b/modules/Activity/locale/ia/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ia/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ia/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/id/LC_MESSAGES/Activity.po b/modules/Activity/locale/id/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/id/LC_MESSAGES/Activity.po rename to modules/Activity/locale/id/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/io/LC_MESSAGES/Activity.po b/modules/Activity/locale/io/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/io/LC_MESSAGES/Activity.po rename to modules/Activity/locale/io/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/is/LC_MESSAGES/Activity.po b/modules/Activity/locale/is/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/is/LC_MESSAGES/Activity.po rename to modules/Activity/locale/is/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/it/LC_MESSAGES/Activity.po b/modules/Activity/locale/it/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/it/LC_MESSAGES/Activity.po rename to modules/Activity/locale/it/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ja/LC_MESSAGES/Activity.po b/modules/Activity/locale/ja/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ja/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ja/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ka/LC_MESSAGES/Activity.po b/modules/Activity/locale/ka/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ka/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ka/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ko/LC_MESSAGES/Activity.po b/modules/Activity/locale/ko/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ko/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ko/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ksh/LC_MESSAGES/Activity.po b/modules/Activity/locale/ksh/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ksh/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ksh/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/lb/LC_MESSAGES/Activity.po b/modules/Activity/locale/lb/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/lb/LC_MESSAGES/Activity.po rename to modules/Activity/locale/lb/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po b/modules/Activity/locale/lt/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/lt/LC_MESSAGES/Activity.po rename to modules/Activity/locale/lt/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/lv/LC_MESSAGES/Activity.po b/modules/Activity/locale/lv/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/lv/LC_MESSAGES/Activity.po rename to modules/Activity/locale/lv/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/mg/LC_MESSAGES/Activity.po b/modules/Activity/locale/mg/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/mg/LC_MESSAGES/Activity.po rename to modules/Activity/locale/mg/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po b/modules/Activity/locale/mk/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/mk/LC_MESSAGES/Activity.po rename to modules/Activity/locale/mk/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ml/LC_MESSAGES/Activity.po b/modules/Activity/locale/ml/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ml/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ml/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ms/LC_MESSAGES/Activity.po b/modules/Activity/locale/ms/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ms/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ms/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/my/LC_MESSAGES/Activity.po b/modules/Activity/locale/my/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/my/LC_MESSAGES/Activity.po rename to modules/Activity/locale/my/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/nb/LC_MESSAGES/Activity.po b/modules/Activity/locale/nb/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/nb/LC_MESSAGES/Activity.po rename to modules/Activity/locale/nb/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ne/LC_MESSAGES/Activity.po b/modules/Activity/locale/ne/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ne/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ne/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po b/modules/Activity/locale/nl/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/nl/LC_MESSAGES/Activity.po rename to modules/Activity/locale/nl/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/nn/LC_MESSAGES/Activity.po b/modules/Activity/locale/nn/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/nn/LC_MESSAGES/Activity.po rename to modules/Activity/locale/nn/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/pl/LC_MESSAGES/Activity.po b/modules/Activity/locale/pl/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/pl/LC_MESSAGES/Activity.po rename to modules/Activity/locale/pl/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/pt/LC_MESSAGES/Activity.po b/modules/Activity/locale/pt/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/pt/LC_MESSAGES/Activity.po rename to modules/Activity/locale/pt/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/pt_BR/LC_MESSAGES/Activity.po b/modules/Activity/locale/pt_BR/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/pt_BR/LC_MESSAGES/Activity.po rename to modules/Activity/locale/pt_BR/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ro_RO/LC_MESSAGES/Activity.po b/modules/Activity/locale/ro_RO/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ro_RO/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ro_RO/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po b/modules/Activity/locale/ru/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ru/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ru/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/sl/LC_MESSAGES/Activity.po b/modules/Activity/locale/sl/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/sl/LC_MESSAGES/Activity.po rename to modules/Activity/locale/sl/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/sr-ec/LC_MESSAGES/Activity.po b/modules/Activity/locale/sr-ec/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/sr-ec/LC_MESSAGES/Activity.po rename to modules/Activity/locale/sr-ec/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/sv/LC_MESSAGES/Activity.po b/modules/Activity/locale/sv/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/sv/LC_MESSAGES/Activity.po rename to modules/Activity/locale/sv/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ta/LC_MESSAGES/Activity.po b/modules/Activity/locale/ta/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ta/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ta/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/te/LC_MESSAGES/Activity.po b/modules/Activity/locale/te/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/te/LC_MESSAGES/Activity.po rename to modules/Activity/locale/te/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/tl/LC_MESSAGES/Activity.po b/modules/Activity/locale/tl/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/tl/LC_MESSAGES/Activity.po rename to modules/Activity/locale/tl/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/tr/LC_MESSAGES/Activity.po b/modules/Activity/locale/tr/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/tr/LC_MESSAGES/Activity.po rename to modules/Activity/locale/tr/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/uk/LC_MESSAGES/Activity.po b/modules/Activity/locale/uk/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/uk/LC_MESSAGES/Activity.po rename to modules/Activity/locale/uk/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/ur_PK/LC_MESSAGES/Activity.po b/modules/Activity/locale/ur_PK/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/ur_PK/LC_MESSAGES/Activity.po rename to modules/Activity/locale/ur_PK/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/vi/LC_MESSAGES/Activity.po b/modules/Activity/locale/vi/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/vi/LC_MESSAGES/Activity.po rename to modules/Activity/locale/vi/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/zh/LC_MESSAGES/Activity.po b/modules/Activity/locale/zh/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/zh/LC_MESSAGES/Activity.po rename to modules/Activity/locale/zh/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/zh_CN/LC_MESSAGES/Activity.po b/modules/Activity/locale/zh_CN/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/zh_CN/LC_MESSAGES/Activity.po rename to modules/Activity/locale/zh_CN/LC_MESSAGES/Activity.po diff --git a/plugins/Activity/locale/zh_TW/LC_MESSAGES/Activity.po b/modules/Activity/locale/zh_TW/LC_MESSAGES/Activity.po similarity index 100% rename from plugins/Activity/locale/zh_TW/LC_MESSAGES/Activity.po rename to modules/Activity/locale/zh_TW/LC_MESSAGES/Activity.po diff --git a/plugins/ActivityModeration/ActivityModerationPlugin.php b/modules/ActivityModeration/ActivityModerationPlugin.php similarity index 100% rename from plugins/ActivityModeration/ActivityModerationPlugin.php rename to modules/ActivityModeration/ActivityModerationPlugin.php diff --git a/plugins/ActivityModeration/classes/Deleted_notice.php b/modules/ActivityModeration/classes/Deleted_notice.php similarity index 100% rename from plugins/ActivityModeration/classes/Deleted_notice.php rename to modules/ActivityModeration/classes/Deleted_notice.php diff --git a/plugins/ActivityModeration/forms/deletenotice.php b/modules/ActivityModeration/forms/deletenotice.php similarity index 100% rename from plugins/ActivityModeration/forms/deletenotice.php rename to modules/ActivityModeration/forms/deletenotice.php diff --git a/plugins/ActivityModeration/locale/ActivityModeration.pot b/modules/ActivityModeration/locale/ActivityModeration.pot similarity index 100% rename from plugins/ActivityModeration/locale/ActivityModeration.pot rename to modules/ActivityModeration/locale/ActivityModeration.pot diff --git a/plugins/ActivityVerb/ActivityVerbPlugin.php b/modules/ActivityVerb/ActivityVerbPlugin.php similarity index 100% rename from plugins/ActivityVerb/ActivityVerbPlugin.php rename to modules/ActivityVerb/ActivityVerbPlugin.php diff --git a/plugins/ActivityVerb/actions/activityverb.php b/modules/ActivityVerb/actions/activityverb.php similarity index 100% rename from plugins/ActivityVerb/actions/activityverb.php rename to modules/ActivityVerb/actions/activityverb.php diff --git a/plugins/ActivityVerb/lib/activityverbhandlerplugin.php b/modules/ActivityVerb/lib/activityverbhandlerplugin.php similarity index 100% rename from plugins/ActivityVerb/lib/activityverbhandlerplugin.php rename to modules/ActivityVerb/lib/activityverbhandlerplugin.php diff --git a/plugins/ActivityVerb/locale/ActivityVerb.pot b/modules/ActivityVerb/locale/ActivityVerb.pot similarity index 100% rename from plugins/ActivityVerb/locale/ActivityVerb.pot rename to modules/ActivityVerb/locale/ActivityVerb.pot diff --git a/plugins/ActivityVerbPost/ActivityVerbPostPlugin.php b/modules/ActivityVerbPost/ActivityVerbPostPlugin.php similarity index 100% rename from plugins/ActivityVerbPost/ActivityVerbPostPlugin.php rename to modules/ActivityVerbPost/ActivityVerbPostPlugin.php diff --git a/plugins/ActivityVerbPost/locale/ActivityVerbPost.pot b/modules/ActivityVerbPost/locale/ActivityVerbPost.pot similarity index 100% rename from plugins/ActivityVerbPost/locale/ActivityVerbPost.pot rename to modules/ActivityVerbPost/locale/ActivityVerbPost.pot diff --git a/plugins/AuthCrypt/AuthCryptPlugin.php b/modules/AuthCrypt/AuthCryptPlugin.php similarity index 100% rename from plugins/AuthCrypt/AuthCryptPlugin.php rename to modules/AuthCrypt/AuthCryptPlugin.php diff --git a/plugins/AuthCrypt/README b/modules/AuthCrypt/README similarity index 100% rename from plugins/AuthCrypt/README rename to modules/AuthCrypt/README diff --git a/plugins/AuthCrypt/locale/AuthCrypt.pot b/modules/AuthCrypt/locale/AuthCrypt.pot similarity index 100% rename from plugins/AuthCrypt/locale/AuthCrypt.pot rename to modules/AuthCrypt/locale/AuthCrypt.pot diff --git a/plugins/AuthCrypt/locale/af/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/af/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/af/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/af/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ar/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ar/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ar/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ar/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/arz/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/arz/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/arz/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/arz/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ast/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ast/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ast/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ast/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/be-tarask/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/be-tarask/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/be-tarask/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/be-tarask/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/bg/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/bg/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/bg/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/bg/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/bn_IN/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/bn_IN/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/bn_IN/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/bn_IN/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/br/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/br/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/br/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/br/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ca/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ca/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ca/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ca/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/cs/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/cs/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/cs/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/cs/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/da/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/da/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/da/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/da/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/de/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/de/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/de/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/de/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/el/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/el/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/el/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/el/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/en_GB/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/en_GB/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/en_GB/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/en_GB/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/eo/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/eo/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/eo/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/eo/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/es/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/es/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/es/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/es/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/eu/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/eu/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/eu/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/eu/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/fa/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/fa/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/fa/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/fa/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/fi/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/fi/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/fi/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/fi/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/fr/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/fr/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/fr/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/fr/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/fur/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/fur/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/fur/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/fur/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/gl/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/gl/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/gl/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/gl/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/he/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/he/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/he/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/he/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/hsb/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/hsb/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/hsb/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/hsb/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/hu/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/hu/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/hu/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/hu/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/hy_AM/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/hy_AM/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/hy_AM/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/hy_AM/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ia/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ia/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ia/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ia/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/id/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/id/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/id/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/id/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/io/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/io/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/io/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/io/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/is/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/is/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/is/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/is/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/it/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/it/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/it/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/it/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ja/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ja/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ja/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ja/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ka/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ka/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ka/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ka/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ko/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ko/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ko/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ko/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ksh/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ksh/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ksh/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ksh/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/lb/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/lb/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/lb/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/lb/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/lt/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/lt/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/lt/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/lt/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/lv/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/lv/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/lv/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/lv/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/mg/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/mg/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/mg/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/mg/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/mk/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/mk/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/mk/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/mk/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ml/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ml/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ml/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ml/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ms/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ms/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ms/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ms/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/my/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/my/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/my/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/my/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/nb/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/nb/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/nb/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/nb/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ne/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ne/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ne/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ne/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/nl/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/nl/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/nl/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/nl/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/nn/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/nn/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/nn/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/nn/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/pl/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/pl/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/pl/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/pl/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/pt/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/pt/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/pt/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/pt/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/pt_BR/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/pt_BR/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/pt_BR/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/pt_BR/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ro_RO/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ro_RO/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ro_RO/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ro_RO/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ru/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ru/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ru/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ru/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/sl/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/sl/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/sl/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/sl/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/sr-ec/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/sr-ec/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/sr-ec/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/sr-ec/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/sv/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/sv/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/sv/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/sv/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ta/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ta/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ta/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ta/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/te/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/te/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/te/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/te/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/tl/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/tl/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/tl/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/tl/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/tr/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/tr/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/tr/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/tr/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/uk/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/uk/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/uk/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/uk/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/ur_PK/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/ur_PK/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/ur_PK/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/ur_PK/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/vi/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/vi/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/vi/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/vi/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/zh/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/zh/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/zh/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/zh/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/zh_CN/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/zh_CN/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/zh_CN/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/zh_CN/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/AuthCrypt/locale/zh_TW/LC_MESSAGES/AuthCrypt.po b/modules/AuthCrypt/locale/zh_TW/LC_MESSAGES/AuthCrypt.po similarity index 100% rename from plugins/AuthCrypt/locale/zh_TW/LC_MESSAGES/AuthCrypt.po rename to modules/AuthCrypt/locale/zh_TW/LC_MESSAGES/AuthCrypt.po diff --git a/plugins/Favorite/EVENTS.txt b/modules/Favorite/EVENTS.txt similarity index 100% rename from plugins/Favorite/EVENTS.txt rename to modules/Favorite/EVENTS.txt diff --git a/plugins/Favorite/FavoritePlugin.php b/modules/Favorite/FavoritePlugin.php similarity index 100% rename from plugins/Favorite/FavoritePlugin.php rename to modules/Favorite/FavoritePlugin.php diff --git a/plugins/Favorite/README b/modules/Favorite/README similarity index 100% rename from plugins/Favorite/README rename to modules/Favorite/README diff --git a/plugins/Favorite/actions/apifavoritecreate.php b/modules/Favorite/actions/apifavoritecreate.php similarity index 100% rename from plugins/Favorite/actions/apifavoritecreate.php rename to modules/Favorite/actions/apifavoritecreate.php diff --git a/plugins/Favorite/actions/apifavoritedestroy.php b/modules/Favorite/actions/apifavoritedestroy.php similarity index 100% rename from plugins/Favorite/actions/apifavoritedestroy.php rename to modules/Favorite/actions/apifavoritedestroy.php diff --git a/plugins/Favorite/actions/apistatusesfavs.php b/modules/Favorite/actions/apistatusesfavs.php similarity index 100% rename from plugins/Favorite/actions/apistatusesfavs.php rename to modules/Favorite/actions/apistatusesfavs.php diff --git a/plugins/Favorite/actions/apitimelinefavorites.php b/modules/Favorite/actions/apitimelinefavorites.php similarity index 100% rename from plugins/Favorite/actions/apitimelinefavorites.php rename to modules/Favorite/actions/apitimelinefavorites.php diff --git a/plugins/Favorite/actions/atompubfavoritefeed.php b/modules/Favorite/actions/atompubfavoritefeed.php similarity index 100% rename from plugins/Favorite/actions/atompubfavoritefeed.php rename to modules/Favorite/actions/atompubfavoritefeed.php diff --git a/plugins/Favorite/actions/atompubshowfavorite.php b/modules/Favorite/actions/atompubshowfavorite.php similarity index 100% rename from plugins/Favorite/actions/atompubshowfavorite.php rename to modules/Favorite/actions/atompubshowfavorite.php diff --git a/plugins/Favorite/actions/favorited.php b/modules/Favorite/actions/favorited.php similarity index 100% rename from plugins/Favorite/actions/favorited.php rename to modules/Favorite/actions/favorited.php diff --git a/plugins/Favorite/actions/favoritesrss.php b/modules/Favorite/actions/favoritesrss.php similarity index 100% rename from plugins/Favorite/actions/favoritesrss.php rename to modules/Favorite/actions/favoritesrss.php diff --git a/plugins/Favorite/actions/showfavorites.php b/modules/Favorite/actions/showfavorites.php similarity index 100% rename from plugins/Favorite/actions/showfavorites.php rename to modules/Favorite/actions/showfavorites.php diff --git a/plugins/Favorite/classes/Fave.php b/modules/Favorite/classes/Fave.php similarity index 100% rename from plugins/Favorite/classes/Fave.php rename to modules/Favorite/classes/Fave.php diff --git a/plugins/Favorite/forms/disfavor.php b/modules/Favorite/forms/disfavor.php similarity index 100% rename from plugins/Favorite/forms/disfavor.php rename to modules/Favorite/forms/disfavor.php diff --git a/plugins/Favorite/forms/favor.php b/modules/Favorite/forms/favor.php similarity index 100% rename from plugins/Favorite/forms/favor.php rename to modules/Favorite/forms/favor.php diff --git a/plugins/Favorite/lib/favcommand.php b/modules/Favorite/lib/favcommand.php similarity index 100% rename from plugins/Favorite/lib/favcommand.php rename to modules/Favorite/lib/favcommand.php diff --git a/plugins/Favorite/lib/favenoticestream.php b/modules/Favorite/lib/favenoticestream.php similarity index 100% rename from plugins/Favorite/lib/favenoticestream.php rename to modules/Favorite/lib/favenoticestream.php diff --git a/plugins/Favorite/lib/popularnoticesection.php b/modules/Favorite/lib/popularnoticesection.php similarity index 100% rename from plugins/Favorite/lib/popularnoticesection.php rename to modules/Favorite/lib/popularnoticesection.php diff --git a/plugins/Favorite/lib/popularnoticestream.php b/modules/Favorite/lib/popularnoticestream.php similarity index 100% rename from plugins/Favorite/lib/popularnoticestream.php rename to modules/Favorite/lib/popularnoticestream.php diff --git a/plugins/Favorite/lib/threadednoticelistfavesitem.php b/modules/Favorite/lib/threadednoticelistfavesitem.php similarity index 100% rename from plugins/Favorite/lib/threadednoticelistfavesitem.php rename to modules/Favorite/lib/threadednoticelistfavesitem.php diff --git a/plugins/Favorite/lib/threadednoticelistinlinefavesitem.php b/modules/Favorite/lib/threadednoticelistinlinefavesitem.php similarity index 100% rename from plugins/Favorite/lib/threadednoticelistinlinefavesitem.php rename to modules/Favorite/lib/threadednoticelistinlinefavesitem.php diff --git a/plugins/Favorite/locale/Favorite.pot b/modules/Favorite/locale/Favorite.pot similarity index 100% rename from plugins/Favorite/locale/Favorite.pot rename to modules/Favorite/locale/Favorite.pot diff --git a/plugins/Favorite/locale/af/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/af/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/af/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/af/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ar/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ar/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ar/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ar/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/arz/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/arz/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/arz/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/arz/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ast/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ast/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ast/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ast/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/be-tarask/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/be-tarask/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/be-tarask/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/be-tarask/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/bg/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/bg/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/bg/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/bg/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/bn_IN/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/bn_IN/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/bn_IN/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/bn_IN/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/br/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/br/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/br/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/br/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ca/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ca/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ca/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ca/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/cs/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/cs/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/cs/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/cs/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/da/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/da/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/da/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/da/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/de/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/de/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/de/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/de/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/el/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/el/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/el/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/el/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/en_GB/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/en_GB/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/en_GB/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/en_GB/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/eo/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/eo/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/eo/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/eo/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/es/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/es/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/es/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/es/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/eu/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/eu/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/eu/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/eu/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/fa/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/fa/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/fa/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/fa/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/fi/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/fi/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/fi/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/fi/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/fr/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/fr/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/fr/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/fr/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/fur/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/fur/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/fur/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/fur/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/gl/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/gl/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/gl/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/gl/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/he/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/he/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/he/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/he/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/hsb/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/hsb/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/hsb/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/hsb/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/hu/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/hu/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/hu/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/hu/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/hy_AM/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/hy_AM/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/hy_AM/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/hy_AM/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ia/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ia/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ia/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ia/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/id/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/id/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/id/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/id/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/io/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/io/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/io/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/io/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/is/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/is/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/is/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/is/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/it/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/it/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/it/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/it/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ja/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ja/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ja/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ja/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ka/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ka/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ka/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ka/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ko/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ko/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ko/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ko/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ksh/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ksh/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ksh/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ksh/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/lb/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/lb/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/lb/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/lb/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/lt/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/lt/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/lt/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/lt/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/lv/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/lv/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/lv/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/lv/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/mg/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/mg/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/mg/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/mg/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/mk/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/mk/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/mk/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/mk/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ml/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ml/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ml/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ml/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ms/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ms/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ms/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ms/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/my/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/my/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/my/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/my/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/nb/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/nb/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/nb/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/nb/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ne/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ne/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ne/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ne/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/nl/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/nl/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/nl/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/nl/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/nn/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/nn/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/nn/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/nn/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/pl/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/pl/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/pl/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/pl/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/pt/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/pt/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/pt/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/pt/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/pt_BR/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/pt_BR/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/pt_BR/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/pt_BR/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ro_RO/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ro_RO/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ro_RO/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ro_RO/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ru/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ru/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ru/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ru/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/sl/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/sl/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/sl/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/sl/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/sr-ec/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/sr-ec/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/sr-ec/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/sr-ec/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/sv/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/sv/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/sv/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/sv/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ta/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ta/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ta/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ta/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/te/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/te/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/te/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/te/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/tl/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/tl/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/tl/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/tl/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/tr/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/tr/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/tr/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/tr/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/uk/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/uk/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/uk/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/uk/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/ur_PK/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/ur_PK/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/ur_PK/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/ur_PK/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/vi/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/vi/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/vi/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/vi/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/zh/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/zh/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/zh/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/zh/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/zh_CN/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/zh_CN/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/zh_CN/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/zh_CN/LC_MESSAGES/Favorite.po diff --git a/plugins/Favorite/locale/zh_TW/LC_MESSAGES/Favorite.po b/modules/Favorite/locale/zh_TW/LC_MESSAGES/Favorite.po similarity index 100% rename from plugins/Favorite/locale/zh_TW/LC_MESSAGES/Favorite.po rename to modules/Favorite/locale/zh_TW/LC_MESSAGES/Favorite.po diff --git a/plugins/HTMLPurifierSchemes/HTMLPurifierSchemesPlugin.php b/modules/HTMLPurifierSchemes/HTMLPurifierSchemesPlugin.php similarity index 100% rename from plugins/HTMLPurifierSchemes/HTMLPurifierSchemesPlugin.php rename to modules/HTMLPurifierSchemes/HTMLPurifierSchemesPlugin.php diff --git a/plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/bitcoin.php b/modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/bitcoin.php similarity index 100% rename from plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/bitcoin.php rename to modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/bitcoin.php diff --git a/plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/geo.php b/modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/geo.php similarity index 100% rename from plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/geo.php rename to modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/geo.php diff --git a/plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/gopher.php b/modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/gopher.php similarity index 100% rename from plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/gopher.php rename to modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/gopher.php diff --git a/plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/irc.php b/modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/irc.php similarity index 100% rename from plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/irc.php rename to modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/irc.php diff --git a/plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/ircs.php b/modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/ircs.php similarity index 100% rename from plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/ircs.php rename to modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/ircs.php diff --git a/plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/magnet.php b/modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/magnet.php similarity index 100% rename from plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/magnet.php rename to modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/magnet.php diff --git a/plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/xmpp.php b/modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/xmpp.php similarity index 100% rename from plugins/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/xmpp.php rename to modules/HTMLPurifierSchemes/lib/htmlpurifier/urischeme/xmpp.php diff --git a/plugins/HTMLPurifierSchemes/locale/HTMLPurifierSchemes.pot b/modules/HTMLPurifierSchemes/locale/HTMLPurifierSchemes.pot similarity index 100% rename from plugins/HTMLPurifierSchemes/locale/HTMLPurifierSchemes.pot rename to modules/HTMLPurifierSchemes/locale/HTMLPurifierSchemes.pot diff --git a/modules/README.md b/modules/README.md new file mode 100644 index 0000000000..636b1f6398 --- /dev/null +++ b/modules/README.md @@ -0,0 +1,2 @@ +GNU social modules are like plugins but cannot be disabled. Having "mandatory plugins" allows to aggregate together, more +logically, some of the core functionality, which makes it easier to find where a particular component was defined. diff --git a/plugins/Share/README b/modules/Share/README similarity index 100% rename from plugins/Share/README rename to modules/Share/README diff --git a/plugins/Share/SharePlugin.php b/modules/Share/SharePlugin.php similarity index 100% rename from plugins/Share/SharePlugin.php rename to modules/Share/SharePlugin.php diff --git a/plugins/Share/actions/apistatusesretweet.php b/modules/Share/actions/apistatusesretweet.php similarity index 100% rename from plugins/Share/actions/apistatusesretweet.php rename to modules/Share/actions/apistatusesretweet.php diff --git a/plugins/Share/actions/apistatusesretweets.php b/modules/Share/actions/apistatusesretweets.php similarity index 100% rename from plugins/Share/actions/apistatusesretweets.php rename to modules/Share/actions/apistatusesretweets.php diff --git a/plugins/Share/actions/apitimelineretweetedbyme.php b/modules/Share/actions/apitimelineretweetedbyme.php similarity index 100% rename from plugins/Share/actions/apitimelineretweetedbyme.php rename to modules/Share/actions/apitimelineretweetedbyme.php diff --git a/plugins/Share/actions/apitimelineretweetedtome.php b/modules/Share/actions/apitimelineretweetedtome.php similarity index 100% rename from plugins/Share/actions/apitimelineretweetedtome.php rename to modules/Share/actions/apitimelineretweetedtome.php diff --git a/plugins/Share/actions/apitimelineretweetsofme.php b/modules/Share/actions/apitimelineretweetsofme.php similarity index 100% rename from plugins/Share/actions/apitimelineretweetsofme.php rename to modules/Share/actions/apitimelineretweetsofme.php diff --git a/plugins/Share/actions/repeat.php b/modules/Share/actions/repeat.php similarity index 100% rename from plugins/Share/actions/repeat.php rename to modules/Share/actions/repeat.php diff --git a/plugins/Share/forms/repeat.php b/modules/Share/forms/repeat.php similarity index 100% rename from plugins/Share/forms/repeat.php rename to modules/Share/forms/repeat.php diff --git a/plugins/Share/lib/repeatcommand.php b/modules/Share/lib/repeatcommand.php similarity index 100% rename from plugins/Share/lib/repeatcommand.php rename to modules/Share/lib/repeatcommand.php diff --git a/plugins/Share/lib/repeatedbymenoticestream.php b/modules/Share/lib/repeatedbymenoticestream.php similarity index 100% rename from plugins/Share/lib/repeatedbymenoticestream.php rename to modules/Share/lib/repeatedbymenoticestream.php diff --git a/plugins/Share/lib/repeatsofmenoticestream.php b/modules/Share/lib/repeatsofmenoticestream.php similarity index 100% rename from plugins/Share/lib/repeatsofmenoticestream.php rename to modules/Share/lib/repeatsofmenoticestream.php diff --git a/plugins/Share/lib/threadednoticelistinlinerepeatsitem.php b/modules/Share/lib/threadednoticelistinlinerepeatsitem.php similarity index 100% rename from plugins/Share/lib/threadednoticelistinlinerepeatsitem.php rename to modules/Share/lib/threadednoticelistinlinerepeatsitem.php diff --git a/plugins/Share/lib/threadednoticelistrepeatsitem.php b/modules/Share/lib/threadednoticelistrepeatsitem.php similarity index 100% rename from plugins/Share/lib/threadednoticelistrepeatsitem.php rename to modules/Share/lib/threadednoticelistrepeatsitem.php diff --git a/plugins/Share/locale/Share.pot b/modules/Share/locale/Share.pot similarity index 100% rename from plugins/Share/locale/Share.pot rename to modules/Share/locale/Share.pot diff --git a/plugins/AccountManager/locale/AccountManager.pot b/plugins/AccountManager/locale/AccountManager.pot index 0daa47f59f..cdc473c782 100644 --- a/plugins/AccountManager/locale/AccountManager.pot +++ b/plugins/AccountManager/locale/AccountManager.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ActivitySpam/locale/ActivitySpam.pot b/plugins/ActivitySpam/locale/ActivitySpam.pot index 166d81542c..392c316835 100644 --- a/plugins/ActivitySpam/locale/ActivitySpam.pot +++ b/plugins/ActivitySpam/locale/ActivitySpam.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,11 +17,11 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ActivitySpamPlugin.php:210 +#: ActivitySpamPlugin.php:212 msgctxt "MENU" msgid "Spam" msgstr "" -#: ActivitySpamPlugin.php:227 +#: ActivitySpamPlugin.php:229 msgid "Test notices against the Activity Spam service." msgstr "" diff --git a/plugins/AnonymousFave/locale/AnonymousFave.pot b/plugins/AnonymousFave/locale/AnonymousFave.pot index ee53e69ccf..262c2f8458 100644 --- a/plugins/AnonymousFave/locale/AnonymousFave.pot +++ b/plugins/AnonymousFave/locale/AnonymousFave.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/AntiBrute/locale/AntiBrute.pot b/plugins/AntiBrute/locale/AntiBrute.pot index 5c817cd876..e7977f3f8a 100644 --- a/plugins/AntiBrute/locale/AntiBrute.pot +++ b/plugins/AntiBrute/locale/AntiBrute.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ApiLogger/locale/ApiLogger.pot b/plugins/ApiLogger/locale/ApiLogger.pot index 9be54c7714..4287fd82a1 100644 --- a/plugins/ApiLogger/locale/ApiLogger.pot +++ b/plugins/ApiLogger/locale/ApiLogger.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/AutoSandbox/locale/AutoSandbox.pot b/plugins/AutoSandbox/locale/AutoSandbox.pot index df78b6cab9..529823ab96 100644 --- a/plugins/AutoSandbox/locale/AutoSandbox.pot +++ b/plugins/AutoSandbox/locale/AutoSandbox.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Autocomplete/locale/Autocomplete.pot b/plugins/Autocomplete/locale/Autocomplete.pot index 1127c5c729..5a257d9ae6 100644 --- a/plugins/Autocomplete/locale/Autocomplete.pot +++ b/plugins/Autocomplete/locale/Autocomplete.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,6 +18,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. TRANS: Plugin description. -#: AutocompletePlugin.php:64 +#: AutocompletePlugin.php:65 msgid "The autocomplete plugin adds autocompletion for @ replies." msgstr "" diff --git a/plugins/Awesomeness/locale/Awesomeness.pot b/plugins/Awesomeness/locale/Awesomeness.pot index e1eb999e01..6004a2a655 100644 --- a/plugins/Awesomeness/locale/Awesomeness.pot +++ b/plugins/Awesomeness/locale/Awesomeness.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/BitlyUrl/locale/BitlyUrl.pot b/plugins/BitlyUrl/locale/BitlyUrl.pot index a9fba9508a..a6bfd95fbe 100644 --- a/plugins/BitlyUrl/locale/BitlyUrl.pot +++ b/plugins/BitlyUrl/locale/BitlyUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Blacklist/locale/Blacklist.pot b/plugins/Blacklist/locale/Blacklist.pot index 0804834c55..c616aa7add 100644 --- a/plugins/Blacklist/locale/Blacklist.pot +++ b/plugins/Blacklist/locale/Blacklist.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -43,47 +43,47 @@ msgid "You may not use URL \"%s\" in notices." msgstr "" #. TRANS: Plugin description. -#: BlacklistPlugin.php:274 +#: BlacklistPlugin.php:275 msgid "Keeps a blacklist of forbidden nickname and URL patterns." msgstr "" #. TRANS: Menu item in admin panel. -#: BlacklistPlugin.php:312 +#: BlacklistPlugin.php:313 msgctxt "MENU" msgid "Blacklist" msgstr "" #. TRANS: Tooltip for menu item in admin panel. -#: BlacklistPlugin.php:314 +#: BlacklistPlugin.php:315 msgctxt "TOOLTIP" msgid "Blacklist configuration." msgstr "" #. TRANS: Checkbox label in the blacklist user form. -#: BlacklistPlugin.php:342 +#: BlacklistPlugin.php:343 msgid "Add this nickname pattern to blacklist" msgstr "" #. TRANS: Checkbox label in the blacklist user form. -#: BlacklistPlugin.php:352 +#: BlacklistPlugin.php:353 msgid "Add this homepage pattern to blacklist" msgstr "" #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL. #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL. -#: BlacklistPlugin.php:431 BlacklistPlugin.php:468 +#: BlacklistPlugin.php:432 BlacklistPlugin.php:469 #, php-format msgid "Users from \"%s\" are blocked." msgstr "" #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#: BlacklistPlugin.php:443 +#: BlacklistPlugin.php:444 #, php-format msgid "Notices from nickname \"%s\" are disallowed." msgstr "" #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. -#: BlacklistPlugin.php:479 +#: BlacklistPlugin.php:480 #, php-format msgid "Cannot subscribe to nickname \"%s\"." msgstr "" diff --git a/plugins/BlankAd/locale/BlankAd.pot b/plugins/BlankAd/locale/BlankAd.pot index 2f95c8ce27..93c85440f6 100644 --- a/plugins/BlankAd/locale/BlankAd.pot +++ b/plugins/BlankAd/locale/BlankAd.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/BlogspamNet/locale/BlogspamNet.pot b/plugins/BlogspamNet/locale/BlogspamNet.pot index 1473641640..63867f6078 100644 --- a/plugins/BlogspamNet/locale/BlogspamNet.pot +++ b/plugins/BlogspamNet/locale/BlogspamNet.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Bookmark/locale/Bookmark.pot b/plugins/Bookmark/locale/Bookmark.pot index 9a37b613cc..34db324aaa 100644 --- a/plugins/Bookmark/locale/Bookmark.pot +++ b/plugins/Bookmark/locale/Bookmark.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,28 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. TRANS: Plugin description. -#: BookmarkPlugin.php:188 +#: BookmarkPlugin.php:189 msgid "Plugin for posting bookmarks. " msgstr "" #. TRANS: Link text in proile leading to import form. #. TRANS: Title for page to import del.icio.us bookmark backups on. -#: BookmarkPlugin.php:231 actions/importdelicious.php:60 +#: BookmarkPlugin.php:232 actions/importdelicious.php:60 msgid "Import del.icio.us bookmarks" msgstr "" #. TRANS: Menu item in sample plugin. -#: BookmarkPlugin.php:259 +#: BookmarkPlugin.php:260 msgid "Bookmarks" msgstr "" #. TRANS: Menu item title in sample plugin. -#: BookmarkPlugin.php:261 +#: BookmarkPlugin.php:262 msgid "A list of your bookmarks" msgstr "" #. TRANS: Application title. -#: BookmarkPlugin.php:345 +#: BookmarkPlugin.php:346 msgctxt "TITLE" msgid "Bookmark" msgstr "" diff --git a/plugins/CacheLog/locale/CacheLog.pot b/plugins/CacheLog/locale/CacheLog.pot index 7f8fbd6380..5d198a1c59 100644 --- a/plugins/CacheLog/locale/CacheLog.pot +++ b/plugins/CacheLog/locale/CacheLog.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/CasAuthentication/locale/CasAuthentication.pot b/plugins/CasAuthentication/locale/CasAuthentication.pot index 12c7b9585f..c703518d68 100644 --- a/plugins/CasAuthentication/locale/CasAuthentication.pot +++ b/plugins/CasAuthentication/locale/CasAuthentication.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ChooseTheme/locale/ChooseTheme.pot b/plugins/ChooseTheme/locale/ChooseTheme.pot index d5fa18e5c4..fb5d7e5a87 100644 --- a/plugins/ChooseTheme/locale/ChooseTheme.pot +++ b/plugins/ChooseTheme/locale/ChooseTheme.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ClientSideShorten/locale/ClientSideShorten.pot b/plugins/ClientSideShorten/locale/ClientSideShorten.pot index 32bdd65a0d..4069c2e058 100644 --- a/plugins/ClientSideShorten/locale/ClientSideShorten.pot +++ b/plugins/ClientSideShorten/locale/ClientSideShorten.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,7 +23,7 @@ msgid "\"text\" argument must be specified." msgstr "" #. TRANS: Plugin description. -#: ClientSideShortenPlugin.php:66 +#: ClientSideShortenPlugin.php:67 msgid "" "ClientSideShorten causes the web interface's notice form to automatically " "shorten URLs as they entered, and before the notice is submitted." diff --git a/plugins/Comet/locale/Comet.pot b/plugins/Comet/locale/Comet.pot index 1353bf5c09..5ef3946c2d 100644 --- a/plugins/Comet/locale/Comet.pot +++ b/plugins/Comet/locale/Comet.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ConversationTree/locale/ConversationTree.pot b/plugins/ConversationTree/locale/ConversationTree.pot index 7c2c7ad05f..fb3f8a64ad 100644 --- a/plugins/ConversationTree/locale/ConversationTree.pot +++ b/plugins/ConversationTree/locale/ConversationTree.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Cronish/locale/Cronish.pot b/plugins/Cronish/locale/Cronish.pot index 1471374789..4c3fe64407 100644 --- a/plugins/Cronish/locale/Cronish.pot +++ b/plugins/Cronish/locale/Cronish.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/DefaultLayout/locale/DefaultLayout.pot b/plugins/DefaultLayout/locale/DefaultLayout.pot index 627a454592..1c3ee3e44b 100644 --- a/plugins/DefaultLayout/locale/DefaultLayout.pot +++ b/plugins/DefaultLayout/locale/DefaultLayout.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Diaspora/locale/Diaspora.pot b/plugins/Diaspora/locale/Diaspora.pot index c89b14068d..90417a15bb 100644 --- a/plugins/Diaspora/locale/Diaspora.pot +++ b/plugins/Diaspora/locale/Diaspora.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/DirectMessage/locale/DirectMessage.pot b/plugins/DirectMessage/locale/DirectMessage.pot index 4b908621b0..e32ccfc4f5 100644 --- a/plugins/DirectMessage/locale/DirectMessage.pot +++ b/plugins/DirectMessage/locale/DirectMessage.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,19 +19,19 @@ msgstr "" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #. TRANS: Menu item in personal group navigation menu. -#: DirectMessagePlugin.php:128 +#: DirectMessagePlugin.php:130 msgctxt "MENU" msgid "Messages" msgstr "" #. TRANS: Link text for link on user profile. -#: DirectMessagePlugin.php:148 +#: DirectMessagePlugin.php:150 msgctxt "BUTTON" msgid "Message" msgstr "" #. TRANS: Plugin description. -#: DirectMessagePlugin.php:174 +#: DirectMessagePlugin.php:176 msgid "Direct Message to other local users (broken out of core)." msgstr "" diff --git a/plugins/DirectionDetector/locale/DirectionDetector.pot b/plugins/DirectionDetector/locale/DirectionDetector.pot index 1e7a249b6e..8101a064c2 100644 --- a/plugins/DirectionDetector/locale/DirectionDetector.pot +++ b/plugins/DirectionDetector/locale/DirectionDetector.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Directory/locale/Directory.pot b/plugins/Directory/locale/Directory.pot index c70fce94fb..c9be3486e2 100644 --- a/plugins/Directory/locale/Directory.pot +++ b/plugins/Directory/locale/Directory.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -167,17 +167,17 @@ msgid "No users starting with %s" msgstr "" #. TRANS: Menu item text for user directory. -#: DirectoryPlugin.php:243 +#: DirectoryPlugin.php:223 msgctxt "MENU" msgid "People" msgstr "" #. TRANS: Menu item title for user directory. -#: DirectoryPlugin.php:245 +#: DirectoryPlugin.php:225 msgid "People." msgstr "" #. TRANS: Plugin description. -#: DirectoryPlugin.php:264 +#: DirectoryPlugin.php:244 msgid "Add a user directory." msgstr "" diff --git a/plugins/DiskCache/locale/DiskCache.pot b/plugins/DiskCache/locale/DiskCache.pot index 7a924e227e..fc17770afd 100644 --- a/plugins/DiskCache/locale/DiskCache.pot +++ b/plugins/DiskCache/locale/DiskCache.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot b/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot index 4b9ed2c80f..e008351ef5 100644 --- a/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot +++ b/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/DomainWhitelist/locale/DomainWhitelist.pot b/plugins/DomainWhitelist/locale/DomainWhitelist.pot index 4de8239377..d99557af0c 100644 --- a/plugins/DomainWhitelist/locale/DomainWhitelist.pot +++ b/plugins/DomainWhitelist/locale/DomainWhitelist.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/EmailAuthentication/locale/EmailAuthentication.pot b/plugins/EmailAuthentication/locale/EmailAuthentication.pot index 9ba762de78..6204da7f8c 100644 --- a/plugins/EmailAuthentication/locale/EmailAuthentication.pot +++ b/plugins/EmailAuthentication/locale/EmailAuthentication.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/EmailRegistration/locale/EmailRegistration.pot b/plugins/EmailRegistration/locale/EmailRegistration.pot index da576f17d0..1bf43720c7 100644 --- a/plugins/EmailRegistration/locale/EmailRegistration.pot +++ b/plugins/EmailRegistration/locale/EmailRegistration.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/EmailReminder/locale/EmailReminder.pot b/plugins/EmailReminder/locale/EmailReminder.pot index 13ddc90276..8ffd5b1817 100644 --- a/plugins/EmailReminder/locale/EmailReminder.pot +++ b/plugins/EmailReminder/locale/EmailReminder.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/EmailSummary/locale/EmailSummary.pot b/plugins/EmailSummary/locale/EmailSummary.pot index 6e103ce6d6..b136bf76b1 100644 --- a/plugins/EmailSummary/locale/EmailSummary.pot +++ b/plugins/EmailSummary/locale/EmailSummary.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Embed/locale/Embed.pot b/plugins/Embed/locale/Embed.pot index 168b4a637b..474224ffde 100644 --- a/plugins/Embed/locale/Embed.pot +++ b/plugins/Embed/locale/Embed.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-10 00:39+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,13 +17,13 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#. TRANS: Plugin description. -#: OembedPlugin.php:721 -msgid "Plugin for using and representing Oembed data." -msgstr "" - #. TRANS: Exception. %s is the URL we tried to GET. -#: lib/oembedhelper.php:93 +#: lib/embedhelper.php:87 #, php-format msgid "Could not GET URL %s." msgstr "" + +#. TRANS: Plugin description. +#: EmbedPlugin.php:634 +msgid "Plugin for using and representing oEmbed, OpenGraph and other data." +msgstr "" diff --git a/plugins/Event/locale/Event.pot b/plugins/Event/locale/Event.pot index 2f27ccd96d..8ca1a8e86e 100644 --- a/plugins/Event/locale/Event.pot +++ b/plugins/Event/locale/Event.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ExtendedProfile/locale/ExtendedProfile.pot b/plugins/ExtendedProfile/locale/ExtendedProfile.pot index dafa698f9b..8a2f3e23f7 100644 --- a/plugins/ExtendedProfile/locale/ExtendedProfile.pot +++ b/plugins/ExtendedProfile/locale/ExtendedProfile.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/FeedPoller/locale/FeedPoller.pot b/plugins/FeedPoller/locale/FeedPoller.pot index a71b63d1db..03be80c056 100644 --- a/plugins/FeedPoller/locale/FeedPoller.pot +++ b/plugins/FeedPoller/locale/FeedPoller.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/FetchRemote/locale/FetchRemote.pot b/plugins/FetchRemote/locale/FetchRemote.pot index 55be7db1af..101ed8c2c8 100644 --- a/plugins/FetchRemote/locale/FetchRemote.pot +++ b/plugins/FetchRemote/locale/FetchRemote.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/FollowEveryone/locale/FollowEveryone.pot b/plugins/FollowEveryone/locale/FollowEveryone.pot index c7e17c0ece..0e28bf6131 100644 --- a/plugins/FollowEveryone/locale/FollowEveryone.pot +++ b/plugins/FollowEveryone/locale/FollowEveryone.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ForceGroup/locale/ForceGroup.pot b/plugins/ForceGroup/locale/ForceGroup.pot index b4985e5264..f1df392d10 100644 --- a/plugins/ForceGroup/locale/ForceGroup.pot +++ b/plugins/ForceGroup/locale/ForceGroup.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GNUsocialPhoto/locale/GNUsocialPhoto.pot b/plugins/GNUsocialPhoto/locale/GNUsocialPhoto.pot index 7b5dfa5082..1c641659ce 100644 --- a/plugins/GNUsocialPhoto/locale/GNUsocialPhoto.pot +++ b/plugins/GNUsocialPhoto/locale/GNUsocialPhoto.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GNUsocialPhotos/locale/GNUsocialPhotos.pot b/plugins/GNUsocialPhotos/locale/GNUsocialPhotos.pot index b51471c943..7cdb5ecaca 100644 --- a/plugins/GNUsocialPhotos/locale/GNUsocialPhotos.pot +++ b/plugins/GNUsocialPhotos/locale/GNUsocialPhotos.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GNUsocialProfileExtensions/locale/GNUsocialProfileExtensions.pot b/plugins/GNUsocialProfileExtensions/locale/GNUsocialProfileExtensions.pot index a30da4b451..8c3dd29fe0 100644 --- a/plugins/GNUsocialProfileExtensions/locale/GNUsocialProfileExtensions.pot +++ b/plugins/GNUsocialProfileExtensions/locale/GNUsocialProfileExtensions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GNUsocialVideo/locale/GNUsocialVideo.pot b/plugins/GNUsocialVideo/locale/GNUsocialVideo.pot index ff2b51db4c..d14e00bd19 100644 --- a/plugins/GNUsocialVideo/locale/GNUsocialVideo.pot +++ b/plugins/GNUsocialVideo/locale/GNUsocialVideo.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GeoURL/locale/GeoURL.pot b/plugins/GeoURL/locale/GeoURL.pot index c57cbf6d3e..fdfb7cf764 100644 --- a/plugins/GeoURL/locale/GeoURL.pot +++ b/plugins/GeoURL/locale/GeoURL.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Geonames/locale/Geonames.pot b/plugins/Geonames/locale/Geonames.pot index af041b7395..22bdb7b8ab 100644 --- a/plugins/Geonames/locale/Geonames.pot +++ b/plugins/Geonames/locale/Geonames.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GroupFavorited/locale/GroupFavorited.pot b/plugins/GroupFavorited/locale/GroupFavorited.pot index eab1b9b810..8f6ca80dbf 100644 --- a/plugins/GroupFavorited/locale/GroupFavorited.pot +++ b/plugins/GroupFavorited/locale/GroupFavorited.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot b/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot index 86b99d79fd..858718ca90 100644 --- a/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot +++ b/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ImageMagick/locale/ImageMagick.pot b/plugins/ImageMagick/locale/ImageMagick.pot index c587040746..e6ba185328 100644 --- a/plugins/ImageMagick/locale/ImageMagick.pot +++ b/plugins/ImageMagick/locale/ImageMagick.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Imap/locale/Imap.pot b/plugins/Imap/locale/Imap.pot index 8de6c2be17..13da0dd32e 100644 --- a/plugins/Imap/locale/Imap.pot +++ b/plugins/Imap/locale/Imap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/InProcessCache/locale/InProcessCache.pot b/plugins/InProcessCache/locale/InProcessCache.pot index 4f168c11c0..22bcac275c 100644 --- a/plugins/InProcessCache/locale/InProcessCache.pot +++ b/plugins/InProcessCache/locale/InProcessCache.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/InfiniteScroll/InfiniteScrollPlugin.php b/plugins/InfiniteScroll/InfiniteScrollPlugin.php index 2e47d73647..904323d387 100644 --- a/plugins/InfiniteScroll/InfiniteScrollPlugin.php +++ b/plugins/InfiniteScroll/InfiniteScrollPlugin.php @@ -1,33 +1,29 @@ . + /** - * StatusNet, the distributed open-source microblogging tool - * * Plugin to enable Infinite Scrolling * - * PHP version 5 - * - * LICENCE: This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - * @category Plugin - * @package StatusNet + * @package GNUsocial * @author Craig Andrews - * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org - * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://status.net/ + * @copyright 2009-2019 Free Software Foundation, Inc http://www.fsf.org + * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ -if (!defined('GNUSOCIAL')) { exit(1); } +defined('GNUSOCIAL') || die(); class InfiniteScrollPlugin extends Plugin { @@ -45,13 +41,15 @@ class InfiniteScrollPlugin extends Plugin function onPluginVersion(array &$versions) { - $versions[] = array('name' => 'InfiniteScroll', - 'version' => self::PLUGIN_VERSION, - 'author' => 'Craig Andrews', - 'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/InfiniteScroll', - 'rawdescription' => - // TRANS: Plugin dscription. - _m('Infinite Scroll adds the following functionality to your StatusNet installation: When a user scrolls towards the bottom of the page, the next page of notices is automatically retrieved and appended. This means they never need to click "Next Page", which dramatically increases stickiness.')); + $versions[] = [ + 'name' => 'InfiniteScroll', + 'version' => self::PLUGIN_VERSION, + 'author' => 'Craig Andrews', + 'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/InfiniteScroll', + 'rawdescription' => + // TRANS: Module dscription. + _m('Infinite Scroll adds the following functionality to your StatusNet installation: When a user scrolls towards the bottom of the page, the next page of notices is automatically retrieved and appended. This means they never need to click "Next Page", which dramatically increases stickiness.') + ]; return true; } } diff --git a/public/plugins/InfiniteScroll/locale/InfiniteScroll.pot b/plugins/InfiniteScroll/locale/InfiniteScroll.pot similarity index 89% rename from public/plugins/InfiniteScroll/locale/InfiniteScroll.pot rename to plugins/InfiniteScroll/locale/InfiniteScroll.pot index 18b8a80a44..6983f94fd2 100644 --- a/public/plugins/InfiniteScroll/locale/InfiniteScroll.pot +++ b/plugins/InfiniteScroll/locale/InfiniteScroll.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 15:18+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,8 +17,8 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:54 +#. TRANS: Module dscription. +#: InfiniteScrollPlugin.php:51 msgid "" "Infinite Scroll adds the following functionality to your StatusNet " "installation: When a user scrolls towards the bottom of the page, the next " diff --git a/plugins/LRDD/locale/LRDD.pot b/plugins/LRDD/locale/LRDD.pot index d6f582f9bd..3db9b1d129 100644 --- a/plugins/LRDD/locale/LRDD.pot +++ b/plugins/LRDD/locale/LRDD.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LdapAuthentication/locale/LdapAuthentication.pot b/plugins/LdapAuthentication/locale/LdapAuthentication.pot index ea07d9993b..667d0f7d3f 100644 --- a/plugins/LdapAuthentication/locale/LdapAuthentication.pot +++ b/plugins/LdapAuthentication/locale/LdapAuthentication.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LdapAuthorization/locale/LdapAuthorization.pot b/plugins/LdapAuthorization/locale/LdapAuthorization.pot index 0a74d2c24f..96ea96063c 100644 --- a/plugins/LdapAuthorization/locale/LdapAuthorization.pot +++ b/plugins/LdapAuthorization/locale/LdapAuthorization.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LdapCommon/locale/LdapCommon.pot b/plugins/LdapCommon/locale/LdapCommon.pot index 93d8db55ee..c9789183bb 100644 --- a/plugins/LdapCommon/locale/LdapCommon.pot +++ b/plugins/LdapCommon/locale/LdapCommon.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LilUrl/locale/LilUrl.pot b/plugins/LilUrl/locale/LilUrl.pot index d6c521932d..8477b686b9 100644 --- a/plugins/LilUrl/locale/LilUrl.pot +++ b/plugins/LilUrl/locale/LilUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LinkPreview/locale/LinkPreview.pot b/plugins/LinkPreview/locale/LinkPreview.pot index b094f832c3..b462d0d62c 100644 --- a/plugins/LinkPreview/locale/LinkPreview.pot +++ b/plugins/LinkPreview/locale/LinkPreview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Linkback/locale/Linkback.pot b/plugins/Linkback/locale/Linkback.pot index ab21dee354..9bb497a0d9 100644 --- a/plugins/Linkback/locale/Linkback.pot +++ b/plugins/Linkback/locale/Linkback.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,7 +25,7 @@ msgid "%1$s's status on %2$s" msgstr "" #. TRANS: Plugin description. -#: LinkbackPlugin.php:364 +#: LinkbackPlugin.php:366 msgid "" "Notify blog authors when their posts have been linked in microblog notices " "using Pingback " @@ -34,18 +34,18 @@ msgid "" msgstr "" #. TRANS: OpenID plugin menu item on user settings page. -#: LinkbackPlugin.php:383 +#: LinkbackPlugin.php:385 msgctxt "MENU" msgid "Send Linkbacks" msgstr "" #. TRANS: OpenID plugin tooltip for user settings menu item. -#: LinkbackPlugin.php:385 +#: LinkbackPlugin.php:387 msgid "Opt-out of sending linkbacks." msgstr "" #. TRANS: Title. %s is a domain name. -#: LinkbackPlugin.php:410 +#: LinkbackPlugin.php:412 #, php-format msgid "Sent from %s via Linkback" msgstr "" diff --git a/plugins/LogFilter/locale/LogFilter.pot b/plugins/LogFilter/locale/LogFilter.pot index 608dd967d0..4cc528f222 100644 --- a/plugins/LogFilter/locale/LogFilter.pot +++ b/plugins/LogFilter/locale/LogFilter.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Mapstraction/locale/Mapstraction.pot b/plugins/Mapstraction/locale/Mapstraction.pot index 0949574176..7f6d57a49b 100644 --- a/plugins/Mapstraction/locale/Mapstraction.pot +++ b/plugins/Mapstraction/locale/Mapstraction.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Memcached/locale/Memcached.pot b/plugins/Memcached/locale/Memcached.pot index 9c1cffcad0..4712a32684 100644 --- a/plugins/Memcached/locale/Memcached.pot +++ b/plugins/Memcached/locale/Memcached.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/MentionURL/locale/MentionURL.pot b/plugins/MentionURL/locale/MentionURL.pot index a5ec0d0d95..f5b9cbea32 100644 --- a/plugins/MentionURL/locale/MentionURL.pot +++ b/plugins/MentionURL/locale/MentionURL.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Meteor/locale/Meteor.pot b/plugins/Meteor/locale/Meteor.pot index d0f3746934..bb5326e5b9 100644 --- a/plugins/Meteor/locale/Meteor.pot +++ b/plugins/Meteor/locale/Meteor.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/MobileProfile/locale/MobileProfile.pot b/plugins/MobileProfile/locale/MobileProfile.pot index aada752def..9411d2962c 100644 --- a/plugins/MobileProfile/locale/MobileProfile.pot +++ b/plugins/MobileProfile/locale/MobileProfile.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ModHelper/locale/ModHelper.pot b/plugins/ModHelper/locale/ModHelper.pot index b1d68426af..f3c3b8b34c 100644 --- a/plugins/ModHelper/locale/ModHelper.pot +++ b/plugins/ModHelper/locale/ModHelper.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ModLog/locale/ModLog.pot b/plugins/ModLog/locale/ModLog.pot index 97b2ffef5a..d142952131 100644 --- a/plugins/ModLog/locale/ModLog.pot +++ b/plugins/ModLog/locale/ModLog.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ModPlus/locale/ModPlus.pot b/plugins/ModPlus/locale/ModPlus.pot index d22223a0f0..70e7cbfbc0 100644 --- a/plugins/ModPlus/locale/ModPlus.pot +++ b/plugins/ModPlus/locale/ModPlus.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Mollom/locale/Mollom.pot b/plugins/Mollom/locale/Mollom.pot index ef4b19e2db..69fa35cf9c 100644 --- a/plugins/Mollom/locale/Mollom.pot +++ b/plugins/Mollom/locale/Mollom.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Nodeinfo/locale/Nodeinfo.pot b/plugins/Nodeinfo/locale/Nodeinfo.pot index 3b7e97b878..759348b664 100644 --- a/plugins/Nodeinfo/locale/Nodeinfo.pot +++ b/plugins/Nodeinfo/locale/Nodeinfo.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: NodeinfoPlugin.php:176 +#: NodeinfoPlugin.php:214 msgid "" "Plugin that presents basic instance information using the NodeInfo standard." msgstr "" diff --git a/plugins/NoticeTitle/locale/NoticeTitle.pot b/plugins/NoticeTitle/locale/NoticeTitle.pot index 1475534f50..51f8f8f194 100644 --- a/plugins/NoticeTitle/locale/NoticeTitle.pot +++ b/plugins/NoticeTitle/locale/NoticeTitle.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OStatus/locale/OStatus.pot b/plugins/OStatus/locale/OStatus.pot index d2b042b6c7..44aea52b12 100644 --- a/plugins/OStatus/locale/OStatus.pot +++ b/plugins/OStatus/locale/OStatus.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -146,7 +146,7 @@ msgstr "" #. TRANS: Error message in OStatus plugin. Do not translate the domain names example.com #. TRANS: and example.net, as these are official standard domain names for use in examples. #: actions/ostatussub.php:259 actions/ostatussub.php:267 -#: actions/ostatussub.php:297 OStatusPlugin.php:252 +#: actions/ostatussub.php:297 OStatusPlugin.php:256 msgid "" "Sorry, we could not reach that address. Please make sure that the OStatus " "address is like nickname@example.com or http://example.net/nickname." @@ -781,177 +781,177 @@ msgstr "" #. TRANS: Link to subscribe to a remote entity. #. TRANS: Link text for a user to subscribe to an OStatus user. -#: OStatusPlugin.php:196 OStatusPlugin.php:217 OStatusPlugin.php:1325 +#: OStatusPlugin.php:200 OStatusPlugin.php:221 OStatusPlugin.php:1331 msgid "Subscribe" msgstr "" #. TRANS: Exception in OStatus when invalid URI was entered. -#: OStatusPlugin.php:245 +#: OStatusPlugin.php:249 msgid "Invalid URI." msgstr "" #. TRANS: Title. %s is a domain name. -#: OStatusPlugin.php:606 +#: OStatusPlugin.php:612 #, php-format msgid "Sent from %s via OStatus" msgstr "" #. TRANS: Title for unfollowing a remote profile. -#: OStatusPlugin.php:744 +#: OStatusPlugin.php:750 msgctxt "TITLE" msgid "Unfollow" msgstr "" #. TRANS: Success message for unsubscribe from user attempt through OStatus. #. TRANS: %1$s is the unsubscriber's name, %2$s is the unsubscribed user's name. -#: OStatusPlugin.php:747 +#: OStatusPlugin.php:753 #, php-format msgid "%1$s stopped following %2$s." msgstr "" #. TRANS: Title for joining a remote groep. -#: OStatusPlugin.php:794 +#: OStatusPlugin.php:800 msgctxt "TITLE" msgid "Join" msgstr "" #. TRANS: Success message for subscribe to group attempt through OStatus. #. TRANS: %1$s is the member name, %2$s is the subscribed group's name. -#: OStatusPlugin.php:797 +#: OStatusPlugin.php:803 #, php-format msgid "%1$s has joined group %2$s." msgstr "" #. TRANS: Exception thrown when joining a remote group fails. -#: OStatusPlugin.php:806 +#: OStatusPlugin.php:812 msgid "Failed joining remote group." msgstr "" #. TRANS: Title for leaving a remote group. -#: OStatusPlugin.php:848 +#: OStatusPlugin.php:854 msgctxt "TITLE" msgid "Leave" msgstr "" #. TRANS: Success message for unsubscribe from group attempt through OStatus. #. TRANS: %1$s is the member name, %2$s is the unsubscribed group's name. -#: OStatusPlugin.php:851 +#: OStatusPlugin.php:857 #, php-format msgid "%1$s has left group %2$s." msgstr "" #. TRANS: Title for following a remote list. -#: OStatusPlugin.php:894 +#: OStatusPlugin.php:900 msgctxt "TITLE" msgid "Follow list" msgstr "" #. TRANS: Success message for remote list follow through OStatus. #. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's name. -#: OStatusPlugin.php:897 +#: OStatusPlugin.php:903 #, php-format msgid "%1$s is now following people listed in %2$s by %3$s." msgstr "" #. TRANS: Exception thrown when subscription to remote list fails. -#: OStatusPlugin.php:907 +#: OStatusPlugin.php:913 msgid "Failed subscribing to remote list." msgstr "" #. TRANS: Title for unfollowing a remote list. -#: OStatusPlugin.php:946 +#: OStatusPlugin.php:952 msgid "Unfollow list" msgstr "" #. TRANS: Success message for remote list unfollow through OStatus. #. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's name. -#: OStatusPlugin.php:949 +#: OStatusPlugin.php:955 #, php-format msgid "%1$s stopped following the list %2$s by %3$s." msgstr "" #. TRANS: Title for listing a remote profile. -#: OStatusPlugin.php:1025 +#: OStatusPlugin.php:1031 msgctxt "TITLE" msgid "List" msgstr "" #. TRANS: Success message for remote list addition through OStatus. #. TRANS: %1$s is the list creator's name, %2$s is the added list member, %3$s is the list name. -#: OStatusPlugin.php:1028 +#: OStatusPlugin.php:1034 #, php-format msgid "%1$s listed %2$s in the list %3$s." msgstr "" #. TRANS: Title for unlisting a remote profile. -#: OStatusPlugin.php:1076 +#: OStatusPlugin.php:1082 msgctxt "TITLE" msgid "Unlist" msgstr "" #. TRANS: Success message for remote list removal through OStatus. #. TRANS: %1$s is the list creator's name, %2$s is the removed list member, %3$s is the list name. -#: OStatusPlugin.php:1079 +#: OStatusPlugin.php:1085 #, php-format msgid "%1$s removed %2$s from the list %3$s." msgstr "" #. TRANS: Title for unliking a remote notice. -#: OStatusPlugin.php:1126 +#: OStatusPlugin.php:1132 msgid "Unlike" msgstr "" #. TRANS: Success message for remove a favorite notice through OStatus. #. TRANS: %1$s is the unfavoring user's name, %2$s is URI to the no longer favored notice. -#: OStatusPlugin.php:1129 +#: OStatusPlugin.php:1135 #, php-format msgid "%1$s no longer likes %2$s." msgstr "" #. TRANS: Link text for link to remote subscribe. -#: OStatusPlugin.php:1209 +#: OStatusPlugin.php:1215 msgid "Remote" msgstr "" #. TRANS: Title for activity. -#: OStatusPlugin.php:1249 +#: OStatusPlugin.php:1255 msgid "Profile update" msgstr "" #. TRANS: Ping text for remote profile update through OStatus. #. TRANS: %s is user that updated their profile. -#: OStatusPlugin.php:1252 +#: OStatusPlugin.php:1258 #, php-format msgid "%s has updated their profile page." msgstr "" -#: OStatusPlugin.php:1287 +#: OStatusPlugin.php:1293 msgid "Pending" msgstr "" -#: OStatusPlugin.php:1288 +#: OStatusPlugin.php:1294 msgid "Active" msgstr "" -#: OStatusPlugin.php:1289 +#: OStatusPlugin.php:1295 msgid "Polling" msgstr "" -#: OStatusPlugin.php:1290 +#: OStatusPlugin.php:1296 msgid "Inactive" msgstr "" -#: OStatusPlugin.php:1293 +#: OStatusPlugin.php:1299 msgid "WebSub" msgstr "" #. TRANS: Link text for a user to list an OStatus user. -#: OStatusPlugin.php:1334 +#: OStatusPlugin.php:1340 msgid "List" msgstr "" #. TRANS: Plugin description. -#: OStatusPlugin.php:1359 +#: OStatusPlugin.php:1365 msgid "" "Follow people across social networks that implement OStatus." diff --git a/plugins/OfflineBackup/locale/OfflineBackup.pot b/plugins/OfflineBackup/locale/OfflineBackup.pot index acb6496a43..74131baaf7 100644 --- a/plugins/OfflineBackup/locale/OfflineBackup.pot +++ b/plugins/OfflineBackup/locale/OfflineBackup.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot b/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot index 0a6808b386..1407409d0f 100644 --- a/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot +++ b/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OpenID/locale/OpenID.pot b/plugins/OpenID/locale/OpenID.pot index 8fea95e2b3..a3aa8b8fa1 100644 --- a/plugins/OpenID/locale/OpenID.pot +++ b/plugins/OpenID/locale/OpenID.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-10 16:49+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OpenX/locale/OpenX.pot b/plugins/OpenX/locale/OpenX.pot index 07c3280479..5d2f60b32c 100644 --- a/plugins/OpenX/locale/OpenX.pot +++ b/plugins/OpenX/locale/OpenX.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OpportunisticQM/locale/OpportunisticQM.pot b/plugins/OpportunisticQM/locale/OpportunisticQM.pot index ec88bef3cb..e83ec425a6 100644 --- a/plugins/OpportunisticQM/locale/OpportunisticQM.pot +++ b/plugins/OpportunisticQM/locale/OpportunisticQM.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,6 +18,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. TRANS: Plugin description. -#: OpportunisticQMPlugin.php:47 +#: OpportunisticQMPlugin.php:48 msgid "Opportunistic queue manager plugin for background processing." msgstr "" diff --git a/plugins/Orbited/locale/Orbited.pot b/plugins/Orbited/locale/Orbited.pot index e8e3f5b907..b2cc0213af 100644 --- a/plugins/Orbited/locale/Orbited.pot +++ b/plugins/Orbited/locale/Orbited.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot b/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot index c51c05232e..2577691f20 100644 --- a/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot +++ b/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Poll/locale/Poll.pot b/plugins/Poll/locale/Poll.pot index fa2daa903e..6cf883370a 100644 --- a/plugins/Poll/locale/Poll.pot +++ b/plugins/Poll/locale/Poll.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,63 +18,61 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. TRANS: Page title for poll response. -#: actions/respondpoll.php:63 +#: actions/respondpoll.php:64 msgid "Poll response" msgstr "" -#. TRANS: Client exception thrown trying to respond to a poll while not logged in. -#: actions/respondpoll.php:85 +#: actions/respondpoll.php:89 msgid "You must be logged in to respond to a poll." msgstr "" #. TRANS: Client exception thrown trying to respond to a non-existing poll. -#: actions/respondpoll.php:97 +#: actions/respondpoll.php:102 msgid "Invalid or missing poll." msgstr "" #. TRANS: Client exception thrown responding to a poll with an invalid answer. #. TRANS: Client exception thrown when responding to a poll with an invalid option. -#: actions/respondpoll.php:103 classes/Poll_response.php:134 +#: actions/respondpoll.php:108 classes/Poll_response.php:135 msgid "Invalid poll selection." msgstr "" #. TRANS: Page title after sending a poll response. -#: actions/respondpoll.php:149 +#: actions/respondpoll.php:162 msgid "Poll results" msgstr "" #. TRANS: Title for poll page. -#: actions/newpoll.php:63 +#: actions/newpoll.php:64 msgid "New poll" msgstr "" -#. TRANS: Client exception thrown trying to create a poll while not logged in. -#: actions/newpoll.php:82 +#: actions/newpoll.php:84 msgid "You must be logged in to post a poll." msgstr "" #. TRANS: Client exception thrown trying to create a poll without a question. -#: actions/newpoll.php:132 +#: actions/newpoll.php:143 msgid "Poll must have a question." msgstr "" #. TRANS: Client exception thrown trying to create a poll with fewer than two options. -#: actions/newpoll.php:137 +#: actions/newpoll.php:148 msgid "Poll must have at least two options." msgstr "" #. TRANS: Page title after sending a notice. -#: actions/newpoll.php:163 +#: actions/newpoll.php:175 msgid "Notice posted" msgstr "" #. TRANS: Page title. -#: actions/pollsettings.php:42 +#: actions/pollsettings.php:44 msgid "Poll settings" msgstr "" #. TRANS: Page instructions. -#: actions/pollsettings.php:54 +#: actions/pollsettings.php:56 msgid "Set your poll preferences" msgstr "" @@ -88,105 +86,103 @@ msgstr "" msgid "No such poll notice." msgstr "" -#. TRANS: Page title for a poll. -#. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question. -#: actions/showpoll.php:84 +#: actions/showpoll.php:85 #, php-format msgid "%1$s's poll: %2$s" msgstr "" -#. TRANS: Notice content creating a poll. -#. TRANS: %1$s is the poll question, %2$s is a link to the poll. -#: classes/Poll.php:201 +#: classes/Poll.php:205 #, php-format msgid "Poll: %1$s %2$s" msgstr "" #. TRANS: Rendered version of the notice content creating a poll. #. TRANS: %s is a link to the poll with the question as link description. -#: classes/Poll.php:207 +#: classes/Poll.php:212 #, php-format msgid "Poll: %s" msgstr "" -#. TRANS: Notice content voting for a poll. -#. TRANS: %s is the chosen option in the poll. #. TRANS: Rendered version of the notice content voting for a poll. #. TRANS: %s a link to the poll with the chosen option as link description. -#: classes/Poll_response.php:163 classes/Poll_response.php:168 +#: classes/Poll_response.php:167 classes/Poll_response.php:173 #, php-format msgid "voted for \"%s\"" msgstr "" #. TRANS: Plugin description. -#: PollPlugin.php:131 +#: PollPlugin.php:132 msgid "Simple extension for supporting basic polls." msgstr "" #. TRANS: Exception thrown trying to respond to a poll without a poll reference. -#: PollPlugin.php:204 +#: PollPlugin.php:206 msgid "Invalid poll response: No poll reference." msgstr "" #. TRANS: Exception thrown trying to respond to a non-existing poll. -#: PollPlugin.php:209 +#: PollPlugin.php:211 msgid "Invalid poll response: Poll is unknown." msgstr "" +#: PollPlugin.php:226 +msgid "Failed to save Poll response." +msgstr "" + #. TRANS: Exception thrown when performing an unexpected action on a poll. #. TRANS: %s is the unexpected object type. -#: PollPlugin.php:236 +#: PollPlugin.php:241 #, php-format msgid "Unexpected type for poll plugin: %s." msgstr "" #. TRANS: Application title. -#: PollPlugin.php:392 +#: PollPlugin.php:397 msgctxt "APPTITLE" msgid "Poll" msgstr "" #. TRANS: Poll plugin menu item on user settings page. -#: PollPlugin.php:436 +#: PollPlugin.php:443 msgctxt "MENU" msgid "Polls" msgstr "" #. TRANS: Poll plugin tooltip for user settings menu item. -#: PollPlugin.php:438 +#: PollPlugin.php:445 msgid "Configure poll behavior" msgstr "" #. TRANS: Error text displayed if no poll data could be found. -#: PollPlugin.php:463 +#: PollPlugin.php:471 msgid "Poll data is missing" msgstr "" #. TRANS: Button text for submitting a poll response. -#: forms/pollresponse.php:127 +#: forms/pollresponse.php:126 msgctxt "BUTTON" msgid "Submit" msgstr "" #. TRANS: Field label on the page to create a poll. -#: forms/newpoll.php:107 +#: forms/newpoll.php:109 msgid "Question" msgstr "" #. TRANS: Field title on the page to create a poll. -#: forms/newpoll.php:110 +#: forms/newpoll.php:112 msgid "What question are people answering?" msgstr "" #. TRANS: Field label for an answer option on the page to create a poll. #. TRANS: %d is the option number. -#: forms/newpoll.php:130 +#: forms/newpoll.php:134 #, php-format msgid "Option %d" msgstr "" #. TRANS: Button text for saving a new poll. -#: forms/newpoll.php:156 +#: forms/newpoll.php:163 msgctxt "BUTTON" msgid "Save" msgstr "" diff --git a/plugins/PostDebug/locale/PostDebug.pot b/plugins/PostDebug/locale/PostDebug.pot index 4cbc55e4c7..bafdfda4be 100644 --- a/plugins/PostDebug/locale/PostDebug.pot +++ b/plugins/PostDebug/locale/PostDebug.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/PtitUrl/locale/PtitUrl.pot b/plugins/PtitUrl/locale/PtitUrl.pot index 7c0b24d822..d456501d88 100644 --- a/plugins/PtitUrl/locale/PtitUrl.pot +++ b/plugins/PtitUrl/locale/PtitUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/QnA/locale/QnA.pot b/plugins/QnA/locale/QnA.pot index 4e9c0909f4..4a21cb85fe 100644 --- a/plugins/QnA/locale/QnA.pot +++ b/plugins/QnA/locale/QnA.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -236,55 +236,55 @@ msgid "Question: %s" msgstr "" #. TRANS: Plugin description. -#: QnAPlugin.php:137 +#: QnAPlugin.php:130 msgid "Question and Answers micro-app." msgstr "" #. TRANS: Application title. -#: QnAPlugin.php:144 +#: QnAPlugin.php:137 msgctxt "TITLE" msgid "Question" msgstr "" #. TRANS: Exception thrown when there are too many activity objects. -#: QnAPlugin.php:172 +#: QnAPlugin.php:165 msgid "Too many activity objects." msgstr "" #. TRANS: Exception thrown when an incorrect object type is encountered. -#: QnAPlugin.php:179 +#: QnAPlugin.php:172 msgid "Wrong type for object." msgstr "" #. TRANS: Exception thrown when answering a non-existing question. -#: QnAPlugin.php:198 +#: QnAPlugin.php:191 msgid "Answer to unknown question." msgstr "" #. TRANS: Exception thrown when an object type is encountered that cannot be handled. -#: QnAPlugin.php:204 QnAPlugin.php:234 +#: QnAPlugin.php:197 QnAPlugin.php:227 msgid "Unknown object type." msgstr "" #. TRANS: Exception thrown when requesting a non-existing question notice. -#: QnAPlugin.php:241 +#: QnAPlugin.php:234 msgid "Unknown question notice." msgstr "" #. TRANS: Placeholder value for a possible answer to a question #. TRANS: by the logged in user. -#: QnAPlugin.php:368 +#: QnAPlugin.php:361 msgid "Your answer..." msgstr "" #. TRANS: Link description for link to full notice text if it is longer than #. TRANS: what will be dispplayed. -#: QnAPlugin.php:393 +#: QnAPlugin.php:386 msgid "…" msgstr "" #. TRANS: Title for link that is an ellipsis in English. -#: QnAPlugin.php:398 +#: QnAPlugin.php:391 msgid "more..." msgstr "" diff --git a/plugins/RSSCloud/locale/RSSCloud.pot b/plugins/RSSCloud/locale/RSSCloud.pot index 0f22a7b458..5a152ab9ea 100644 --- a/plugins/RSSCloud/locale/RSSCloud.pot +++ b/plugins/RSSCloud/locale/RSSCloud.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Realtime/locale/Realtime.pot b/plugins/Realtime/locale/Realtime.pot index 3dafb44a50..1cd4d3eefb 100644 --- a/plugins/Realtime/locale/Realtime.pot +++ b/plugins/Realtime/locale/Realtime.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/RegisterThrottle/locale/RegisterThrottle.pot b/plugins/RegisterThrottle/locale/RegisterThrottle.pot index 8350932549..b5f1781684 100644 --- a/plugins/RegisterThrottle/locale/RegisterThrottle.pot +++ b/plugins/RegisterThrottle/locale/RegisterThrottle.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot b/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot index efd525a46e..84a1505a0f 100644 --- a/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot +++ b/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot b/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot index def13e76fe..7f4346ff71 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot +++ b/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SQLProfile/locale/SQLProfile.pot b/plugins/SQLProfile/locale/SQLProfile.pot index 34187c8925..506f6e5d7a 100644 --- a/plugins/SQLProfile/locale/SQLProfile.pot +++ b/plugins/SQLProfile/locale/SQLProfile.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SQLStats/locale/SQLStats.pot b/plugins/SQLStats/locale/SQLStats.pot index ebbea9265d..4c4bb00aed 100644 --- a/plugins/SQLStats/locale/SQLStats.pot +++ b/plugins/SQLStats/locale/SQLStats.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Sample/locale/Sample.pot b/plugins/Sample/locale/Sample.pot index 9e337f0122..e7c8af9670 100644 --- a/plugins/Sample/locale/Sample.pot +++ b/plugins/Sample/locale/Sample.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SearchSub/locale/SearchSub.pot b/plugins/SearchSub/locale/SearchSub.pot index 445a66375e..2855122e32 100644 --- a/plugins/SearchSub/locale/SearchSub.pot +++ b/plugins/SearchSub/locale/SearchSub.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SensitiveContent/locale/SensitiveContent.pot b/plugins/SensitiveContent/locale/SensitiveContent.pot index 8e932efcbe..0026e9b54e 100644 --- a/plugins/SensitiveContent/locale/SensitiveContent.pot +++ b/plugins/SensitiveContent/locale/SensitiveContent.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ShareNotice/locale/ShareNotice.pot b/plugins/ShareNotice/locale/ShareNotice.pot index f0253976bb..db2c530c69 100644 --- a/plugins/ShareNotice/locale/ShareNotice.pot +++ b/plugins/ShareNotice/locale/ShareNotice.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SimpleCaptcha/locale/SimpleCaptcha.pot b/plugins/SimpleCaptcha/locale/SimpleCaptcha.pot index e78005307e..fb8eabd07f 100644 --- a/plugins/SimpleCaptcha/locale/SimpleCaptcha.pot +++ b/plugins/SimpleCaptcha/locale/SimpleCaptcha.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SimpleUrl/locale/SimpleUrl.pot b/plugins/SimpleUrl/locale/SimpleUrl.pot index 91c3ed8ebc..54cb490404 100644 --- a/plugins/SimpleUrl/locale/SimpleUrl.pot +++ b/plugins/SimpleUrl/locale/SimpleUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Sitemap/locale/Sitemap.pot b/plugins/Sitemap/locale/Sitemap.pot index 02d764e64e..6e83286471 100644 --- a/plugins/Sitemap/locale/Sitemap.pot +++ b/plugins/Sitemap/locale/Sitemap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SlicedFavorites/locale/SlicedFavorites.pot b/plugins/SlicedFavorites/locale/SlicedFavorites.pot index 626a2b44fc..f31ac56e43 100644 --- a/plugins/SlicedFavorites/locale/SlicedFavorites.pot +++ b/plugins/SlicedFavorites/locale/SlicedFavorites.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SphinxSearch/locale/SphinxSearch.pot b/plugins/SphinxSearch/locale/SphinxSearch.pot index 1c291b694a..4f9ec884ac 100644 --- a/plugins/SphinxSearch/locale/SphinxSearch.pot +++ b/plugins/SphinxSearch/locale/SphinxSearch.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/StoreRemoteMedia/locale/StoreRemoteMedia.pot b/plugins/StoreRemoteMedia/locale/StoreRemoteMedia.pot index dca668120f..2020ff0424 100644 --- a/plugins/StoreRemoteMedia/locale/StoreRemoteMedia.pot +++ b/plugins/StoreRemoteMedia/locale/StoreRemoteMedia.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,6 +18,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. TRANS: Plugin description. -#: StoreRemoteMediaPlugin.php:211 +#: StoreRemoteMediaPlugin.php:220 msgid "Plugin for downloading remotely attached files to local server." msgstr "" diff --git a/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot b/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot index c7140eede2..6af7100427 100644 --- a/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot +++ b/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SubMirror/locale/SubMirror.pot b/plugins/SubMirror/locale/SubMirror.pot index e9d136fc75..d0672ee577 100644 --- a/plugins/SubMirror/locale/SubMirror.pot +++ b/plugins/SubMirror/locale/SubMirror.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot b/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot index d63d47c7dc..05c133b169 100644 --- a/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot +++ b/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TabFocus/locale/TabFocus.pot b/plugins/TabFocus/locale/TabFocus.pot index 0bd9dce869..edb0d01380 100644 --- a/plugins/TabFocus/locale/TabFocus.pot +++ b/plugins/TabFocus/locale/TabFocus.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TagCloud/locale/TagCloud.pot b/plugins/TagCloud/locale/TagCloud.pot index a5e53d45e5..2a89f8bfd8 100644 --- a/plugins/TagCloud/locale/TagCloud.pot +++ b/plugins/TagCloud/locale/TagCloud.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TagSub/locale/TagSub.pot b/plugins/TagSub/locale/TagSub.pot index eb0998350a..c17c642323 100644 --- a/plugins/TagSub/locale/TagSub.pot +++ b/plugins/TagSub/locale/TagSub.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-13 00:46+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -99,23 +99,23 @@ msgid "Unsubscribed" msgstr "" #. TRANS: Plugin description. -#: TagSubPlugin.php:106 +#: TagSubPlugin.php:102 msgid "Plugin to allow following all messages with a given tag." msgstr "" #. TRANS: SubMirror plugin menu item on user settings page. -#: TagSubPlugin.php:181 +#: TagSubPlugin.php:177 msgctxt "MENU" msgid "Tags" msgstr "" #. TRANS: SubMirror plugin tooltip for user settings menu item. -#: TagSubPlugin.php:183 +#: TagSubPlugin.php:179 msgid "Configure tag subscriptions" msgstr "" #. TRANS: Menu item text for tags submenu. -#: TagSubPlugin.php:200 +#: TagSubPlugin.php:196 msgid "Tags" msgstr "" diff --git a/plugins/TightUrl/locale/TightUrl.pot b/plugins/TightUrl/locale/TightUrl.pot index 4e2ce0b8d9..ccba88d364 100644 --- a/plugins/TightUrl/locale/TightUrl.pot +++ b/plugins/TightUrl/locale/TightUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TwitterBridge/locale/TwitterBridge.pot b/plugins/TwitterBridge/locale/TwitterBridge.pot index 8efddb1c91..96c75f4365 100644 --- a/plugins/TwitterBridge/locale/TwitterBridge.pot +++ b/plugins/TwitterBridge/locale/TwitterBridge.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -474,33 +474,33 @@ msgstr "" #. TRANS: Menu item in login navigation. #. TRANS: Menu item in connection settings navigation. -#: TwitterBridgePlugin.php:152 TwitterBridgePlugin.php:177 +#: TwitterBridgePlugin.php:146 TwitterBridgePlugin.php:171 msgctxt "MENU" msgid "Twitter" msgstr "" #. TRANS: Title for menu item in login navigation. -#: TwitterBridgePlugin.php:154 +#: TwitterBridgePlugin.php:148 msgid "Login or register using Twitter." msgstr "" #. TRANS: Title for menu item in connection settings navigation. -#: TwitterBridgePlugin.php:179 +#: TwitterBridgePlugin.php:173 msgid "Twitter integration options" msgstr "" #. TRANS: Menu item in administrative panel that leads to the Twitter bridge configuration. -#: TwitterBridgePlugin.php:280 +#: TwitterBridgePlugin.php:274 msgid "Twitter" msgstr "" #. TRANS: Menu item title in administrative panel that leads to the Twitter bridge configuration. -#: TwitterBridgePlugin.php:282 +#: TwitterBridgePlugin.php:276 msgid "Twitter bridge configuration page." msgstr "" #. TRANS: Plugin description. -#: TwitterBridgePlugin.php:306 +#: TwitterBridgePlugin.php:300 msgid "" "The Twitter \"bridge\" plugin allows integration of a StatusNet instance " "with Twitter." diff --git a/plugins/UserFlag/locale/UserFlag.pot b/plugins/UserFlag/locale/UserFlag.pot index bdb116c500..b25a683fd6 100644 --- a/plugins/UserFlag/locale/UserFlag.pot +++ b/plugins/UserFlag/locale/UserFlag.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/UserLimit/locale/UserLimit.pot b/plugins/UserLimit/locale/UserLimit.pot index 95b8a34b39..a3c83c98b8 100644 --- a/plugins/UserLimit/locale/UserLimit.pot +++ b/plugins/UserLimit/locale/UserLimit.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/VideoThumbnails/locale/VideoThumbnails.pot b/plugins/VideoThumbnails/locale/VideoThumbnails.pot index 18e6cee7e2..5b0dc3421f 100644 --- a/plugins/VideoThumbnails/locale/VideoThumbnails.pot +++ b/plugins/VideoThumbnails/locale/VideoThumbnails.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/WebFinger/locale/WebFinger.pot b/plugins/WebFinger/locale/WebFinger.pot index 287e4978be..6c2c75db66 100644 --- a/plugins/WebFinger/locale/WebFinger.pot +++ b/plugins/WebFinger/locale/WebFinger.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/WikiHashtags/locale/WikiHashtags.pot b/plugins/WikiHashtags/locale/WikiHashtags.pot index 220449bc89..9ff8038861 100644 --- a/plugins/WikiHashtags/locale/WikiHashtags.pot +++ b/plugins/WikiHashtags/locale/WikiHashtags.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/WikiHowProfile/locale/WikiHowProfile.pot b/plugins/WikiHowProfile/locale/WikiHowProfile.pot index 69102f9a0a..2966327040 100644 --- a/plugins/WikiHowProfile/locale/WikiHowProfile.pot +++ b/plugins/WikiHowProfile/locale/WikiHowProfile.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Xmpp/locale/Xmpp.pot b/plugins/Xmpp/locale/Xmpp.pot index 9a7143ef1a..6d6ccc0456 100644 --- a/plugins/Xmpp/locale/Xmpp.pot +++ b/plugins/Xmpp/locale/Xmpp.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-08 18:20+0100\n" +"POT-Creation-Date: 2019-08-14 14:44+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/public/plugins/InfiniteScroll/locale/af/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/af/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 6bbbf75d67..0000000000 --- a/public/plugins/InfiniteScroll/locale/af/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Afrikaans (http://www.transifex.com/gnu-social/gnu-social/language/af/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: af\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/ar/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ar/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 913a7352ce..0000000000 --- a/public/plugins/InfiniteScroll/locale/ar/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/gnu-social/gnu-social/language/ar/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/arz/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/arz/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 577f538ed7..0000000000 --- a/public/plugins/InfiniteScroll/locale/arz/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Arabic (Egypt) (http://www.transifex.com/gnu-social/gnu-social/language/ar_EG/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ar_EG\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/ast/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ast/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index ae66cc2db6..0000000000 --- a/public/plugins/InfiniteScroll/locale/ast/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Asturian (http://www.transifex.com/gnu-social/gnu-social/language/ast/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ast\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/be-tarask/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/be-tarask/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 7f81224db7..0000000000 --- a/public/plugins/InfiniteScroll/locale/be-tarask/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Belarusian (Tarask) (http://www.transifex.com/gnu-social/gnu-social/language/be@tarask/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: be@tarask\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/bg/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/bg/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 8555784dd9..0000000000 --- a/public/plugins/InfiniteScroll/locale/bg/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/gnu-social/gnu-social/language/bg/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bg\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/bn_IN/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/bn_IN/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index b080433098..0000000000 --- a/public/plugins/InfiniteScroll/locale/bn_IN/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bengali (India) (http://www.transifex.com/gnu-social/gnu-social/language/bn_IN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bn_IN\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/br/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/br/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index e4d33ec9ab..0000000000 --- a/public/plugins/InfiniteScroll/locale/br/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Breton (http://www.transifex.com/gnu-social/gnu-social/language/br/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: br\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/ca/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ca/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 4579259551..0000000000 --- a/public/plugins/InfiniteScroll/locale/ca/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Catalan (http://www.transifex.com/gnu-social/gnu-social/language/ca/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ca\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/cs/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/cs/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 94abcb166e..0000000000 --- a/public/plugins/InfiniteScroll/locale/cs/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Czech (http://www.transifex.com/gnu-social/gnu-social/language/cs/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/da/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/da/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index d649e458ea..0000000000 --- a/public/plugins/InfiniteScroll/locale/da/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/gnu-social/gnu-social/language/da/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: da\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 29889308e1..0000000000 --- a/public/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: German (http://www.transifex.com/gnu-social/gnu-social/language/de/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: de\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Infinite Scroll fügt die folgende Funktionalität zu deiner StatusNet-Installation hinzu: Wenn ein Benutzer Richtung Seitenende scrollt, wird die nächste Nachrichtenseite automatisch geladen und angefügt. Das bedeutet, dass du nie „Nächste Seite“ klicken musst, was die Attraktivität dramatisch erhöht." diff --git a/public/plugins/InfiniteScroll/locale/el/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/el/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 0845b5ea03..0000000000 --- a/public/plugins/InfiniteScroll/locale/el/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Greek (http://www.transifex.com/gnu-social/gnu-social/language/el/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: el\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/en_GB/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/en_GB/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index a348de4327..0000000000 --- a/public/plugins/InfiniteScroll/locale/en_GB/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,28 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -# Luke Hollins , 2015 -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-03-07 19:41+0000\n" -"Last-Translator: Luke Hollins \n" -"Language-Team: English (United Kingdom) (http://www.transifex.com/gnu-social/gnu-social/language/en_GB/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_GB\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Infinite Scroll adds the following functionality to your StatusNet installation: When a user scrolls towards the bottom of the page, the next page of notices is automatically retrieved and appended. This means they never need to click \"Next Page\", which dramatically increases stickiness." diff --git a/public/plugins/InfiniteScroll/locale/eo/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/eo/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 4532e58023..0000000000 --- a/public/plugins/InfiniteScroll/locale/eo/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Esperanto (http://www.transifex.com/gnu-social/gnu-social/language/eo/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: eo\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index c14e35c1d1..0000000000 --- a/public/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,28 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -# Juan Riquelme González , 2015 -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-27 14:21+0000\n" -"Last-Translator: Juan Riquelme González \n" -"Language-Team: Spanish (http://www.transifex.com/gnu-social/gnu-social/language/es/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Infinite Scroll añade la función «Desplazamiento infinito» a tu instalación GNU social. Con ella activada, cuando un usuario alcanza el final de la página actual, se carga y añade inmediatamente la página siguiente (de existir). Así, no se fuerza al usuario a clicar continuamente en un botón si quiere cargar más contenido, lo que mejora la navegabilidad e incrementa la capacidad del sitio para retener su atención." diff --git a/public/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 768817521a..0000000000 --- a/public/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2011 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Basque (http://www.transifex.com/gnu-social/gnu-social/language/eu/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: eu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Infinite Scroll pluginak scrollarekin behera egin einean orria luzatzen du ohar zaharrak azpikaldean gehituz, \"Hurrengo Orria\" linka ezabatzen du aldi berean." diff --git a/public/plugins/InfiniteScroll/locale/fa/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/fa/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 46593dbdc5..0000000000 --- a/public/plugins/InfiniteScroll/locale/fa/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Persian (http://www.transifex.com/gnu-social/gnu-social/language/fa/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fa\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/fi/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/fi/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 1af322e289..0000000000 --- a/public/plugins/InfiniteScroll/locale/fi/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Finnish (http://www.transifex.com/gnu-social/gnu-social/language/fi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fi\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 3634f86f8a..0000000000 --- a/public/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: French (http://www.transifex.com/gnu-social/gnu-social/language/fr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "InfiniteScroll ajoute la fonctionnalité suivante à votre installation StatusNet : lorsqu’un utilisateur fait défiler la page jusqu’à la fin, la page d’avis suivante est automatiquement téléchargée et ajoutée à la suite. Ceci signifie que l’utilisateur n’a plus besoin de cliquer sur le bouton « Page suivante », ce qui augmente considérablement l’adhérence de l’utilisateur." diff --git a/public/plugins/InfiniteScroll/locale/fur/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/fur/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 1ef9a7b07e..0000000000 --- a/public/plugins/InfiniteScroll/locale/fur/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Friulian (http://www.transifex.com/gnu-social/gnu-social/language/fur/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fur\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 416c4eea6c..0000000000 --- a/public/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2011 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Galician (http://www.transifex.com/gnu-social/gnu-social/language/gl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gl\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Infinite Scroll engade a seguinte funcionalizade á súa instalación de StatusNet: Cando un usuario se despraza ata o pé da páxina, recupérase e engádese a seguinte páxina de notas. Isto significa que non é necesario premer en \"Páxina seguinte\", algo que aumenta considerablemente a capacidade de retención." diff --git a/public/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 845751fca1..0000000000 --- a/public/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Hebrew (http://www.transifex.com/gnu-social/gnu-social/language/he/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: he\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Infinite Scroll (גלילה אינסופית) מוסיפה את התכונות הבאות להתקנת ה־StatusNet שלך: כאשר משתמש גולל אל עבר תחתית הדף, דף העדכונים הבא נטען ונוסף אוטומטית. משמעות הדבר היא שאין על המשתמשים ללחוץ על \"הדף הבא\", מה שמגביר את תחושת הדבקות בצורה דרמטית." diff --git a/public/plugins/InfiniteScroll/locale/hsb/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/hsb/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 8c0bdf6b10..0000000000 --- a/public/plugins/InfiniteScroll/locale/hsb/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Upper Sorbian (http://www.transifex.com/gnu-social/gnu-social/language/hsb/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hsb\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/hu/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/hu/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 49a81f52d3..0000000000 --- a/public/plugins/InfiniteScroll/locale/hu/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/gnu-social/gnu-social/language/hu/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/hy_AM/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/hy_AM/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 87cb4ca739..0000000000 --- a/public/plugins/InfiniteScroll/locale/hy_AM/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Armenian (Armenia) (http://www.transifex.com/gnu-social/gnu-social/language/hy_AM/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hy_AM\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 9462e4bb4e..0000000000 --- a/public/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Interlingua (http://www.transifex.com/gnu-social/gnu-social/language/ia/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ia\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Infinite Scroll adde le sequente functionalitate a tu installation de StatusNet: Quando un usator face rolar le pagina verso le fundo, le sequente pagina de notas es automaticamente recuperate e adjungite. Isto significa que ille nunquam ha besonio de cliccar super \"Pagina sequente\", lo que augmenta dramaticamente le adherentia." diff --git a/public/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 6371c11d29..0000000000 --- a/public/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,28 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -# zk , 2015 -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-05-28 15:50+0000\n" -"Last-Translator: zk \n" -"Language-Team: Indonesian (http://www.transifex.com/gnu-social/gnu-social/language/id/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: id\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Infinite Scroll menambahkan fungsi berikut ke pemasangan StatusNet anda: Ketika seorang pengguna menggulir ke bawah halaman, halaman pemberitahuan selanjutnya secara otomatis diambil dan ditambahkan. Ini berarti mereka tidak perlu menekan \"Halaman Selanjutnya\", yang akan meningkatkan kelekatan." diff --git a/public/plugins/InfiniteScroll/locale/io/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/io/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 0adf956f79..0000000000 --- a/public/plugins/InfiniteScroll/locale/io/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,29 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -# Ciencisto Dementa , 2015 -# William , 2015 -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-06-16 22:00+0000\n" -"Last-Translator: Ciencisto Dementa \n" -"Language-Team: Ido (http://www.transifex.com/gnu-social/gnu-social/language/io/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: io\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Infinite Scroll adjuntas la sequanta funciono a vua instaluro GNU social: Kande uzanto iras vers la fundo di la pagino, la sequanta pagino di avizi esas automatale riganis ed adjuntis. Ico signifikas ke li nulatempe mustas pulsar \"Sequanta pagino\", quo ya augmentas adheremeso." diff --git a/public/plugins/InfiniteScroll/locale/is/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/is/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 9f668518d8..0000000000 --- a/public/plugins/InfiniteScroll/locale/is/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Icelandic (http://www.transifex.com/gnu-social/gnu-social/language/is/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: is\n" -"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/it/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/it/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 7385b5d12d..0000000000 --- a/public/plugins/InfiniteScroll/locale/it/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2012 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Italian (http://www.transifex.com/gnu-social/gnu-social/language/it/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: it\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "InfiniteScroll aggiunge le seguenti funzionalità alla vostra installazione di StatusNet: quando un utente scorre verso il fondo della pagina, la pagina delle comunicazioni seguenti è automaticamente recuperata e messa di seguito. Questo significa che gli utenti non necessitano di cliccare su \"Pagina seguente\", che aumenta considerevolmente la concentrazione dell'utilizzatore" diff --git a/public/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index e4caa4d2be..0000000000 --- a/public/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Japanese (http://www.transifex.com/gnu-social/gnu-social/language/ja/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "無限スクロールは、StatusNetのインストールに次の機能を追加します:ユーザーがページの最後までスクロースしたとき、次のページの通知が自動的に取得され追加されます。これはつまり、「次のページ」をクリックする必要がなく、手間を劇的に改善します。" diff --git a/public/plugins/InfiniteScroll/locale/ka/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ka/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 2ad73abe73..0000000000 --- a/public/plugins/InfiniteScroll/locale/ka/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Georgian (http://www.transifex.com/gnu-social/gnu-social/language/ka/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ka\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/ko/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ko/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index c7609d9ab6..0000000000 --- a/public/plugins/InfiniteScroll/locale/ko/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Korean (http://www.transifex.com/gnu-social/gnu-social/language/ko/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/ksh/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ksh/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 1fdd9a41b8..0000000000 --- a/public/plugins/InfiniteScroll/locale/ksh/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Colognian (http://www.transifex.com/gnu-social/gnu-social/language/ksh/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ksh\n" -"Plural-Forms: nplurals=3; plural=(n==0) ? 0 : (n==1) ? 1 : 2;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/lb/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/lb/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 59e789e4b9..0000000000 --- a/public/plugins/InfiniteScroll/locale/lb/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Luxembourgish (http://www.transifex.com/gnu-social/gnu-social/language/lb/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lb\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/lt/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/lt/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 07f16e538e..0000000000 --- a/public/plugins/InfiniteScroll/locale/lt/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Lithuanian (http://www.transifex.com/gnu-social/gnu-social/language/lt/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/lv/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/lv/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index ebe5283923..0000000000 --- a/public/plugins/InfiniteScroll/locale/lv/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-07 09:39+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Latvian (http://www.transifex.com/gnu-social/gnu-social/language/lv/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/mg/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/mg/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 06148d3d69..0000000000 --- a/public/plugins/InfiniteScroll/locale/mg/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Malagasy (http://www.transifex.com/gnu-social/gnu-social/language/mg/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mg\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index ff1428fdd5..0000000000 --- a/public/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Macedonian (http://www.transifex.com/gnu-social/gnu-social/language/mk/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mk\n" -"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "„Бесконечно лизгање“ ја додава следнава функција во Вашата инсталација на StatusNet: Кога еден корисник лизга кон дното на страницата, следната страница автоматски се појавува во продолжение. Со ова се отстранува потребата од стискање на „Следна страница“, што значително ја зголемува лепливоста." diff --git a/public/plugins/InfiniteScroll/locale/ml/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ml/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 5b2fba8d5a..0000000000 --- a/public/plugins/InfiniteScroll/locale/ml/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Malayalam (http://www.transifex.com/gnu-social/gnu-social/language/ml/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ml\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/ms/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ms/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 8a6147a9f6..0000000000 --- a/public/plugins/InfiniteScroll/locale/ms/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Malay (http://www.transifex.com/gnu-social/gnu-social/language/ms/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ms\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/my/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/my/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index a6c6fadb4d..0000000000 --- a/public/plugins/InfiniteScroll/locale/my/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Burmese (http://www.transifex.com/gnu-social/gnu-social/language/my/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: my\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 91bd5bdb54..0000000000 --- a/public/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/gnu-social/gnu-social/language/nb/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Infinite Scroll legger til følgende funksjonalitet til din StatusNet-installasjon: Når en bruker ruller mot bunnen av siden hentes den neste siden med notiser og legges til automatisk. Dette betyr at de aldri trenger å klikke «Neste side». Dette øker «stickiness» dramatisk." diff --git a/public/plugins/InfiniteScroll/locale/ne/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ne/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index a77656828e..0000000000 --- a/public/plugins/InfiniteScroll/locale/ne/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-07 09:30+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Nepali (http://www.transifex.com/gnu-social/gnu-social/language/ne/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ne\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index dd7286ccbc..0000000000 --- a/public/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Dutch (http://www.transifex.com/gnu-social/gnu-social/language/nl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nl\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Oneindig scrollen (Infinite Scroll) maakt het mogelijk om in een StatusNet-site naar onderaan de pagina te scrollen en dan automatisch de volgende pagina te zien laden. Een gebruiker hoeft dus nooit meer op \"Volgende pagina\" te klikken zodat ze langers op de site blijven." diff --git a/public/plugins/InfiniteScroll/locale/nn/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/nn/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 29c8f20b13..0000000000 --- a/public/plugins/InfiniteScroll/locale/nn/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.com/gnu-social/gnu-social/language/nn/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nn\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/pl/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/pl/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 8cec305ad7..0000000000 --- a/public/plugins/InfiniteScroll/locale/pl/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Polish (http://www.transifex.com/gnu-social/gnu-social/language/pl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/pt/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/pt/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 0805b43e6c..0000000000 --- a/public/plugins/InfiniteScroll/locale/pt/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (http://www.transifex.com/gnu-social/gnu-social/language/pt/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 7dd005265f..0000000000 --- a/public/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/gnu-social/gnu-social/language/pt_BR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Infinite Scroll adiciona a seguinte funcionalidade a sua instalação StatusNet: Quando um usuário se desloca para o final da página, a próxima página de mensagens é recuperada e adicionada automaticamente. Isto significa que não será necessário clicar em \"Próxima página\", que aumenta drasticamente a capacidade de retenção de usuários." diff --git a/public/plugins/InfiniteScroll/locale/ro_RO/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ro_RO/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 3eb7c4072e..0000000000 --- a/public/plugins/InfiniteScroll/locale/ro_RO/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/gnu-social/gnu-social/language/ro_RO/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ro_RO\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index cf0f8faa52..0000000000 --- a/public/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Russian (http://www.transifex.com/gnu-social/gnu-social/language/ru/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Бесконечная прокрутка добавляет следующую функциональность вашему сайту StatusNet: Когда пользователь прокручивает страницу уведомлений до самого низа, следующая страница уведомлений автоматически запрашивается и добавлятся. Это значит, что вам никогда не прийдётся нажимать кнопку \"Следующая страница\", что резко увеличивает клейкость." diff --git a/public/plugins/InfiniteScroll/locale/sl/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/sl/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 3a295afce1..0000000000 --- a/public/plugins/InfiniteScroll/locale/sl/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Slovenian (http://www.transifex.com/gnu-social/gnu-social/language/sl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/sr-ec/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/sr-ec/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 12bc562569..0000000000 --- a/public/plugins/InfiniteScroll/locale/sr-ec/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Serbian (http://www.transifex.com/gnu-social/gnu-social/language/sr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/sv/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/sv/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 031d5b1fa5..0000000000 --- a/public/plugins/InfiniteScroll/locale/sv/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Swedish (http://www.transifex.com/gnu-social/gnu-social/language/sv/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sv\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/ta/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ta/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 41ddc6e333..0000000000 --- a/public/plugins/InfiniteScroll/locale/ta/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-07 08:48+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Tamil (http://www.transifex.com/gnu-social/gnu-social/language/ta/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ta\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/te/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/te/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 7dd1d04625..0000000000 --- a/public/plugins/InfiniteScroll/locale/te/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Telugu (http://www.transifex.com/gnu-social/gnu-social/language/te/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: te\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index c49943255b..0000000000 --- a/public/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Tagalog (http://www.transifex.com/gnu-social/gnu-social/language/tl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tl\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Nagdaragdag ang Walang Hangganang Balumbon ng sumusunod na tungkulin sa iyong instalasyon ng StatusNet: Kapag ang isang tagagamit ay nagpapadulas papunta sa ilalim ng pahina, ang susunod na pahina ng mga pabatid ay kusang muling nakukuha at nadurugtong. Nangangahulugan ito na hindi nila kailangan kailanman na pindutin ang \"Susunod na Pahina\", na mabisang nagpapataas ng pagkamadikit." diff --git a/public/plugins/InfiniteScroll/locale/tr/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/tr/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index e846a96fd9..0000000000 --- a/public/plugins/InfiniteScroll/locale/tr/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Turkish (http://www.transifex.com/gnu-social/gnu-social/language/tr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 81ec7da290..0000000000 --- a/public/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Ukrainian (http://www.transifex.com/gnu-social/gnu-social/language/uk/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: uk\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "Нескінченна прокрутка сторінки додає наступні функції сайту StatusNet: коли користувач прокручує сторінку до самого її низу, дописи з наступної сторінки додаються автоматично. Це означає, що вам не доведеться натискати «Назад» (до попередньої сторінки), аби переглянути повідомлення." diff --git a/public/plugins/InfiniteScroll/locale/ur_PK/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/ur_PK/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 909fe45e1f..0000000000 --- a/public/plugins/InfiniteScroll/locale/ur_PK/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Urdu (Pakistan) (http://www.transifex.com/gnu-social/gnu-social/language/ur_PK/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ur_PK\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/vi/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/vi/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 82b125e074..0000000000 --- a/public/plugins/InfiniteScroll/locale/vi/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Vietnamese (http://www.transifex.com/gnu-social/gnu-social/language/vi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/zh/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/zh/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 48c9c846f9..0000000000 --- a/public/plugins/InfiniteScroll/locale/zh/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Chinese (http://www.transifex.com/gnu-social/gnu-social/language/zh/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "" diff --git a/public/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 6b5e72146a..0000000000 --- a/public/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:43+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Chinese (China) (http://www.transifex.com/gnu-social/gnu-social/language/zh_CN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh_CN\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr "无限滚动(Infinite Scroll)给你的 StatusNet 网站增加了这些功能:当用户滚动页面到底部的时候,将自动获取下一页的消息并追加显示出来。这样用户就不用再去点击“下一页”按钮了,大大的增加了黏贴度。" diff --git a/public/plugins/InfiniteScroll/locale/zh_TW/LC_MESSAGES/InfiniteScroll.po b/public/plugins/InfiniteScroll/locale/zh_TW/LC_MESSAGES/InfiniteScroll.po deleted file mode 100644 index 06679a8aa9..0000000000 --- a/public/plugins/InfiniteScroll/locale/zh_TW/LC_MESSAGES/InfiniteScroll.po +++ /dev/null @@ -1,27 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:29+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/gnu-social/gnu-social/language/zh_TW/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin dscription. -#: InfiniteScrollPlugin.php:60 -msgid "" -"Infinite Scroll adds the following functionality to your StatusNet " -"installation: When a user scrolls towards the bottom of the page, the next " -"page of notices is automatically retrieved and appended. This means they " -"never need to click \"Next Page\", which dramatically increases stickiness." -msgstr ""