diff --git a/src/classes/Content/Pager.php b/src/classes/Content/Pager.php index b271f7f..cc15a42 100644 --- a/src/classes/Content/Pager.php +++ b/src/classes/Content/Pager.php @@ -5,7 +5,7 @@ namespace Friendica\Directory\Content; /** * The Pager has two very different output, Minimal and Full, see renderMinimal() and renderFull() for more details. * - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Pager { diff --git a/src/classes/Controllers/Api/MatchSearch.php b/src/classes/Controllers/Api/MatchSearch.php index 17e9969..98ce0f5 100644 --- a/src/classes/Controllers/Api/MatchSearch.php +++ b/src/classes/Controllers/Api/MatchSearch.php @@ -7,7 +7,7 @@ use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestInterface; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class MatchSearch { diff --git a/src/classes/Controllers/Api/Photo.php b/src/classes/Controllers/Api/Photo.php index 3eeba12..52ae50f 100644 --- a/src/classes/Controllers/Api/Photo.php +++ b/src/classes/Controllers/Api/Photo.php @@ -6,7 +6,7 @@ use Slim\Http\Request; use Slim\Http\Response; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Photo { diff --git a/src/classes/Controllers/Api/Search.php b/src/classes/Controllers/Api/Search.php index 24c9e6d..455859e 100644 --- a/src/classes/Controllers/Api/Search.php +++ b/src/classes/Controllers/Api/Search.php @@ -7,7 +7,7 @@ use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestInterface; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Search { diff --git a/src/classes/Controllers/Api/Submit.php b/src/classes/Controllers/Api/Submit.php index 243bbf0..bc13529 100644 --- a/src/classes/Controllers/Api/Submit.php +++ b/src/classes/Controllers/Api/Submit.php @@ -6,7 +6,7 @@ use Slim\Http\Request; use Slim\Http\Response; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Submit { diff --git a/src/classes/Controllers/Api/Surprise.php b/src/classes/Controllers/Api/Surprise.php index 8d3ac8d..dbce115 100644 --- a/src/classes/Controllers/Api/Surprise.php +++ b/src/classes/Controllers/Api/Surprise.php @@ -7,7 +7,7 @@ use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestInterface; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Surprise { diff --git a/src/classes/Controllers/Api/SyncPull.php b/src/classes/Controllers/Api/SyncPull.php index b895094..fa46c1c 100644 --- a/src/classes/Controllers/Api/SyncPull.php +++ b/src/classes/Controllers/Api/SyncPull.php @@ -6,7 +6,7 @@ use Slim\Http\Request; use Slim\Http\Response; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class SyncPull { diff --git a/src/classes/Controllers/Console.php b/src/classes/Controllers/Console.php index 3fdc382..65ca4b5 100644 --- a/src/classes/Controllers/Console.php +++ b/src/classes/Controllers/Console.php @@ -7,7 +7,7 @@ use Monolog\Logger; /** * Description of Console * - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Console extends \Asika\SimpleConsole\Console { diff --git a/src/classes/Controllers/Console/DirectoryAdd.php b/src/classes/Controllers/Console/DirectoryAdd.php index 6845397..44ae1f2 100644 --- a/src/classes/Controllers/Console/DirectoryAdd.php +++ b/src/classes/Controllers/Console/DirectoryAdd.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Controllers\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class DirectoryAdd extends \Asika\SimpleConsole\Console { diff --git a/src/classes/Controllers/Console/DirectoryPoll.php b/src/classes/Controllers/Console/DirectoryPoll.php index d1a29f3..15f83a3 100644 --- a/src/classes/Controllers/Console/DirectoryPoll.php +++ b/src/classes/Controllers/Console/DirectoryPoll.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Controllers\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class DirectoryPoll extends \Asika\SimpleConsole\Console { diff --git a/src/classes/Controllers/Console/ExtractStrings.php b/src/classes/Controllers/Console/ExtractStrings.php index bba13b1..5107aa8 100644 --- a/src/classes/Controllers/Console/ExtractStrings.php +++ b/src/classes/Controllers/Console/ExtractStrings.php @@ -6,7 +6,7 @@ use Gettext\Merge; use Gettext\Translations; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ExtractStrings extends \Asika\SimpleConsole\Console { diff --git a/src/classes/Controllers/Console/Install.php b/src/classes/Controllers/Console/Install.php index ec487e0..4de2e05 100644 --- a/src/classes/Controllers/Console/Install.php +++ b/src/classes/Controllers/Console/Install.php @@ -7,7 +7,7 @@ use Monolog\Logger; use Seld\CliPrompt\CliPrompt; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Install extends \Asika\SimpleConsole\Console { diff --git a/src/classes/Controllers/Console/ProfileAdd.php b/src/classes/Controllers/Console/ProfileAdd.php index 7941ca8..2dc5e78 100644 --- a/src/classes/Controllers/Console/ProfileAdd.php +++ b/src/classes/Controllers/Console/ProfileAdd.php @@ -5,7 +5,7 @@ namespace Friendica\Directory\Controllers\Console; use Friendica\Directory\Models\ProfilePollQueue; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ProfileAdd extends \Asika\SimpleConsole\Console { diff --git a/src/classes/Controllers/Console/ProfileHide.php b/src/classes/Controllers/Console/ProfileHide.php index 94468b0..67bc622 100644 --- a/src/classes/Controllers/Console/ProfileHide.php +++ b/src/classes/Controllers/Console/ProfileHide.php @@ -5,7 +5,7 @@ namespace Friendica\Directory\Controllers\Console; use Friendica\Directory\Models\Profile; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ProfileHide extends \Asika\SimpleConsole\Console { diff --git a/src/classes/Controllers/Console/ProfilePoll.php b/src/classes/Controllers/Console/ProfilePoll.php index 634ca0d..6f7d931 100644 --- a/src/classes/Controllers/Console/ProfilePoll.php +++ b/src/classes/Controllers/Console/ProfilePoll.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Controllers\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ProfilePoll extends \Asika\SimpleConsole\Console { diff --git a/src/classes/Controllers/Console/ServerHide.php b/src/classes/Controllers/Console/ServerHide.php index e43a05b..830c4fb 100644 --- a/src/classes/Controllers/Console/ServerHide.php +++ b/src/classes/Controllers/Console/ServerHide.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Controllers\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ServerHide extends \Asika\SimpleConsole\Console { diff --git a/src/classes/Controllers/Console/ServerPoll.php b/src/classes/Controllers/Console/ServerPoll.php index 17d79cb..847b993 100644 --- a/src/classes/Controllers/Console/ServerPoll.php +++ b/src/classes/Controllers/Console/ServerPoll.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Controllers\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ServerPoll extends \Asika\SimpleConsole\Console { diff --git a/src/classes/Controllers/Console/UpdateDb.php b/src/classes/Controllers/Console/UpdateDb.php index 48ccbe2..0f2c32e 100644 --- a/src/classes/Controllers/Console/UpdateDb.php +++ b/src/classes/Controllers/Console/UpdateDb.php @@ -5,7 +5,7 @@ namespace Friendica\Directory\Controllers\Console; use Monolog\Logger; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class UpdateDb extends \Asika\SimpleConsole\Console { diff --git a/src/classes/Controllers/Cron.php b/src/classes/Controllers/Cron.php index 34876bf..5d2a9c6 100644 --- a/src/classes/Controllers/Cron.php +++ b/src/classes/Controllers/Cron.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Controllers; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Cron { diff --git a/src/classes/Controllers/Web/Directory.php b/src/classes/Controllers/Web/Directory.php index d24b5c1..f56ed20 100644 --- a/src/classes/Controllers/Web/Directory.php +++ b/src/classes/Controllers/Web/Directory.php @@ -10,7 +10,7 @@ use Slim\Http\Request; use Slim\Http\Response; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Directory extends BaseController { diff --git a/src/classes/Controllers/Web/Page.php b/src/classes/Controllers/Web/Page.php index 53cc31d..d3de73e 100644 --- a/src/classes/Controllers/Web/Page.php +++ b/src/classes/Controllers/Web/Page.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Controllers\Web; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Page extends BaseController { diff --git a/src/classes/Controllers/Web/Search.php b/src/classes/Controllers/Web/Search.php index 56ce937..39ae0ac 100644 --- a/src/classes/Controllers/Web/Search.php +++ b/src/classes/Controllers/Web/Search.php @@ -5,7 +5,7 @@ namespace Friendica\Directory\Controllers\Web; use \Friendica\Directory\Content\Pager; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Search extends BaseController { diff --git a/src/classes/Controllers/Web/Servers.php b/src/classes/Controllers/Web/Servers.php index 94e64f5..aee8590 100644 --- a/src/classes/Controllers/Web/Servers.php +++ b/src/classes/Controllers/Web/Servers.php @@ -8,7 +8,7 @@ use Slim\Http\Request; use Slim\Http\Response; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Servers extends BaseController { diff --git a/src/classes/Controllers/Web/Statistics.php b/src/classes/Controllers/Web/Statistics.php index e7fd888..673d1a5 100644 --- a/src/classes/Controllers/Web/Statistics.php +++ b/src/classes/Controllers/Web/Statistics.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Controllers\Web; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Statistics extends BaseController { diff --git a/src/classes/Middleware/ZrlMiddleware.php b/src/classes/Middleware/ZrlMiddleware.php new file mode 100644 index 0000000..e880481 --- /dev/null +++ b/src/classes/Middleware/ZrlMiddleware.php @@ -0,0 +1,40 @@ + + * @package Friendica\Directory\Middleware + */ +class ZrlMiddleware +{ + /** + * @var PhpRenderer + */ + private $phpRenderer; + + public function __construct(PhpRenderer $phpRenderer) + { + $this->phpRenderer = $phpRenderer; + } + + /** + * @param ServerRequestInterface $request PSR7 request + * @param ResponseInterface $response PSR7 response + * @param callable $next Next middleware + * + * @return ResponseInterface + */ + public function __invoke(ServerRequestInterface $request, ResponseInterface $response, callable $next) + { + $this->phpRenderer->addAttribute('zrl', $request->getQueryParams()['zrl'] ?? null); + + return $next($request, $response); + } +} diff --git a/src/classes/Model.php b/src/classes/Model.php index 568ffb2..f68a6c8 100644 --- a/src/classes/Model.php +++ b/src/classes/Model.php @@ -3,7 +3,7 @@ namespace Friendica\Directory; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Model { diff --git a/src/classes/Models/Profile.php b/src/classes/Models/Profile.php index 3f107cf..e8e5324 100644 --- a/src/classes/Models/Profile.php +++ b/src/classes/Models/Profile.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Models; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Profile extends \Friendica\Directory\Model { diff --git a/src/classes/Models/ProfilePollQueue.php b/src/classes/Models/ProfilePollQueue.php index 8776764..6be6c0f 100644 --- a/src/classes/Models/ProfilePollQueue.php +++ b/src/classes/Models/ProfilePollQueue.php @@ -5,7 +5,7 @@ namespace Friendica\Directory\Models; use Friendica\Directory\Utils\Network; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ProfilePollQueue extends \Friendica\Directory\Model { diff --git a/src/classes/Models/Server.php b/src/classes/Models/Server.php index afe0b1b..72c89e0 100644 --- a/src/classes/Models/Server.php +++ b/src/classes/Models/Server.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Models; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Server extends \Friendica\Directory\Model { diff --git a/src/classes/Pollers/Directory.php b/src/classes/Pollers/Directory.php index 04dff76..93e2c10 100644 --- a/src/classes/Pollers/Directory.php +++ b/src/classes/Pollers/Directory.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Pollers; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Directory { diff --git a/src/classes/Pollers/Profile.php b/src/classes/Pollers/Profile.php index a1723ee..91a5169 100644 --- a/src/classes/Pollers/Profile.php +++ b/src/classes/Pollers/Profile.php @@ -5,7 +5,7 @@ namespace Friendica\Directory\Pollers; use Friendica\Directory\Utils\Network; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Profile { diff --git a/src/classes/Pollers/Server.php b/src/classes/Pollers/Server.php index d5de2fc..16492dd 100644 --- a/src/classes/Pollers/Server.php +++ b/src/classes/Pollers/Server.php @@ -5,7 +5,7 @@ namespace Friendica\Directory\Pollers; use ByJG\Util\WebRequest; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Server { diff --git a/src/classes/Routes/Console/BaseRoute.php b/src/classes/Routes/Console/BaseRoute.php index f3c5c0b..4833ccb 100644 --- a/src/classes/Routes/Console/BaseRoute.php +++ b/src/classes/Routes/Console/BaseRoute.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ abstract class BaseRoute { diff --git a/src/classes/Routes/Console/DirectoryAdd.php b/src/classes/Routes/Console/DirectoryAdd.php index 2b2fecf..4ccce03 100644 --- a/src/classes/Routes/Console/DirectoryAdd.php +++ b/src/classes/Routes/Console/DirectoryAdd.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class DirectoryAdd extends BaseRoute { diff --git a/src/classes/Routes/Console/DirectoryPoll.php b/src/classes/Routes/Console/DirectoryPoll.php index 66805bc..7552208 100644 --- a/src/classes/Routes/Console/DirectoryPoll.php +++ b/src/classes/Routes/Console/DirectoryPoll.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class DirectoryPoll extends BaseRoute { diff --git a/src/classes/Routes/Console/ExtractStrings.php b/src/classes/Routes/Console/ExtractStrings.php index d39bf4e..e1041fc 100644 --- a/src/classes/Routes/Console/ExtractStrings.php +++ b/src/classes/Routes/Console/ExtractStrings.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ExtractStrings extends BaseRoute { diff --git a/src/classes/Routes/Console/Install.php b/src/classes/Routes/Console/Install.php index 72a6472..25be93c 100644 --- a/src/classes/Routes/Console/Install.php +++ b/src/classes/Routes/Console/Install.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Install extends BaseRoute { diff --git a/src/classes/Routes/Console/ProfileAdd.php b/src/classes/Routes/Console/ProfileAdd.php index d1ce28d..4801c19 100644 --- a/src/classes/Routes/Console/ProfileAdd.php +++ b/src/classes/Routes/Console/ProfileAdd.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ProfileAdd extends BaseRoute { diff --git a/src/classes/Routes/Console/ProfileHide.php b/src/classes/Routes/Console/ProfileHide.php index 5446b67..b8eafac 100644 --- a/src/classes/Routes/Console/ProfileHide.php +++ b/src/classes/Routes/Console/ProfileHide.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ProfileHide extends BaseRoute { diff --git a/src/classes/Routes/Console/ProfilePoll.php b/src/classes/Routes/Console/ProfilePoll.php index ee96847..ea85f2b 100644 --- a/src/classes/Routes/Console/ProfilePoll.php +++ b/src/classes/Routes/Console/ProfilePoll.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ProfilePoll extends BaseRoute { diff --git a/src/classes/Routes/Console/ServerHide.php b/src/classes/Routes/Console/ServerHide.php index 3a9cdbd..f75bf02 100644 --- a/src/classes/Routes/Console/ServerHide.php +++ b/src/classes/Routes/Console/ServerHide.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ServerHide extends BaseRoute { diff --git a/src/classes/Routes/Console/ServerPoll.php b/src/classes/Routes/Console/ServerPoll.php index 7fdab2e..9cf75e0 100644 --- a/src/classes/Routes/Console/ServerPoll.php +++ b/src/classes/Routes/Console/ServerPoll.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class ServerPoll extends BaseRoute { diff --git a/src/classes/Routes/Console/UpdateDb.php b/src/classes/Routes/Console/UpdateDb.php index f157aea..bb7549e 100644 --- a/src/classes/Routes/Console/UpdateDb.php +++ b/src/classes/Routes/Console/UpdateDb.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Console; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class UpdateDb extends BaseRoute { diff --git a/src/classes/Routes/Http/BaseRoute.php b/src/classes/Routes/Http/BaseRoute.php index af405ac..f6c10cf 100644 --- a/src/classes/Routes/Http/BaseRoute.php +++ b/src/classes/Routes/Http/BaseRoute.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Http; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ abstract class BaseRoute { diff --git a/src/classes/Routes/Http/MatchSearch.php b/src/classes/Routes/Http/MatchSearch.php index 54f79e2..9e8e384 100644 --- a/src/classes/Routes/Http/MatchSearch.php +++ b/src/classes/Routes/Http/MatchSearch.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Http; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class MatchSearch extends BaseRoute { diff --git a/src/classes/Routes/Http/Photo.php b/src/classes/Routes/Http/Photo.php index 3f8673e..6afb643 100644 --- a/src/classes/Routes/Http/Photo.php +++ b/src/classes/Routes/Http/Photo.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Http; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Photo extends BaseRoute { diff --git a/src/classes/Routes/Http/Search.php b/src/classes/Routes/Http/Search.php index 5b3dbc0..2f7fc67 100644 --- a/src/classes/Routes/Http/Search.php +++ b/src/classes/Routes/Http/Search.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Http; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Search extends BaseRoute { diff --git a/src/classes/Routes/Http/Submit.php b/src/classes/Routes/Http/Submit.php index 92b673e..f12d9c3 100644 --- a/src/classes/Routes/Http/Submit.php +++ b/src/classes/Routes/Http/Submit.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Http; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Submit extends BaseRoute { diff --git a/src/classes/Routes/Http/Surprise.php b/src/classes/Routes/Http/Surprise.php index d7fc6e4..95e00b2 100644 --- a/src/classes/Routes/Http/Surprise.php +++ b/src/classes/Routes/Http/Surprise.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Http; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Surprise extends BaseRoute { diff --git a/src/classes/Routes/Http/SyncPull.php b/src/classes/Routes/Http/SyncPull.php index 74cd3d6..7c1539c 100644 --- a/src/classes/Routes/Http/SyncPull.php +++ b/src/classes/Routes/Http/SyncPull.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Http; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class SyncPull extends BaseRoute { diff --git a/src/classes/Routes/Web/BaseRoute.php b/src/classes/Routes/Web/BaseRoute.php index 633bbef..5053b88 100644 --- a/src/classes/Routes/Web/BaseRoute.php +++ b/src/classes/Routes/Web/BaseRoute.php @@ -5,7 +5,7 @@ namespace Friendica\Directory\Routes\Web; use Friendica\Directory\Controllers\Web\BaseController; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ abstract class BaseRoute { diff --git a/src/classes/Routes/Web/Directory.php b/src/classes/Routes/Web/Directory.php index ce4459c..79c580c 100644 --- a/src/classes/Routes/Web/Directory.php +++ b/src/classes/Routes/Web/Directory.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Web; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Directory extends BaseRoute { diff --git a/src/classes/Routes/Web/Pages.php b/src/classes/Routes/Web/Pages.php index e90bb03..537d485 100644 --- a/src/classes/Routes/Web/Pages.php +++ b/src/classes/Routes/Web/Pages.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Web; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Pages extends BaseRoute { diff --git a/src/classes/Routes/Web/Search.php b/src/classes/Routes/Web/Search.php index 655beb7..a9943d4 100644 --- a/src/classes/Routes/Web/Search.php +++ b/src/classes/Routes/Web/Search.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Web; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Search extends BaseRoute { diff --git a/src/classes/Routes/Web/Servers.php b/src/classes/Routes/Web/Servers.php index 041de84..0f35f8e 100644 --- a/src/classes/Routes/Web/Servers.php +++ b/src/classes/Routes/Web/Servers.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Web; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Servers extends BaseRoute { diff --git a/src/classes/Routes/Web/Statistics.php b/src/classes/Routes/Web/Statistics.php index a3182b1..197d50b 100644 --- a/src/classes/Routes/Web/Statistics.php +++ b/src/classes/Routes/Web/Statistics.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Routes\Web; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Statistics extends BaseRoute { diff --git a/src/classes/Utils/L10n.php b/src/classes/Utils/L10n.php index 96de65b..849b8f9 100644 --- a/src/classes/Utils/L10n.php +++ b/src/classes/Utils/L10n.php @@ -6,7 +6,7 @@ use Gettext\Languages\Language; use Gettext\Translator; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class L10n { diff --git a/src/classes/Utils/Network.php b/src/classes/Utils/Network.php index 5b6d972..a6170af 100644 --- a/src/classes/Utils/Network.php +++ b/src/classes/Utils/Network.php @@ -11,7 +11,7 @@ namespace Friendica\Directory\Utils; /** * Description of Network * - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Network { diff --git a/src/classes/Utils/Photo.php b/src/classes/Utils/Photo.php index 82df18e..2d1603f 100644 --- a/src/classes/Utils/Photo.php +++ b/src/classes/Utils/Photo.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Utils; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Photo { diff --git a/src/classes/Utils/Scrape.php b/src/classes/Utils/Scrape.php index 6c8fee5..2859a84 100644 --- a/src/classes/Utils/Scrape.php +++ b/src/classes/Utils/Scrape.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Utils; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class Scrape { diff --git a/src/classes/Utils/Url.php b/src/classes/Utils/Url.php new file mode 100644 index 0000000..a292c6a --- /dev/null +++ b/src/classes/Utils/Url.php @@ -0,0 +1,38 @@ + + * @package Friendica\Directory\Utils + */ +class Url +{ + /** + * Mirror of parse_url function, puts components back together to form a URI. + * + * @param array $parsed + * @return string + */ + public static function unparse(array $parsed) + { + $scheme = $parsed['scheme'] ?? null; + $user = $parsed['user'] ?? null; + $pass = $parsed['pass'] ?? null; + $userinfo = $pass !== null ? "$user:$pass" : $user; + $port = $parsed['port'] ?? null; + $query = $parsed['query'] ?? null; + $fragment = $parsed['fragment'] ?? null; + $authority = ($userinfo !== null ? $userinfo . "@" : '') . + ($parsed['host'] ?? '') . + ($port ? ":$port" : ''); + + return (!empty($scheme) ? $scheme . ":" : '') . + (strlen($authority) ? "//" . $authority : '') . + ($parsed['path'] ?? '') . + (strlen($query) ? "?" . $query : '') . + (strlen($fragment) ? "#" . $fragment : ''); + } +} diff --git a/src/classes/Views/PhpRenderer.php b/src/classes/Views/PhpRenderer.php index eccab06..d80628e 100644 --- a/src/classes/Views/PhpRenderer.php +++ b/src/classes/Views/PhpRenderer.php @@ -2,10 +2,13 @@ namespace Friendica\Directory\Views; +use Friendica\Directory\Utils\Url; +use Slim\Router; + /** * Zend-Escaper wrapper for Slim PHP Renderer * - * @author Hypolite Petovan + * @author Hypolite Petovan * * @method string escapeHtml(string $value) * @method string escapeHtmlAttr(string $value) @@ -32,10 +35,15 @@ class PhpRenderer extends \Slim\Views\PhpRenderer * @var \Gettext\TranslatorInterface */ private $l10n; + /** + * @var Router + */ + private $router; public function __construct( \Zend\Escaper\Escaper $escaper, \Gettext\TranslatorInterface $l10n, + Router $router, string $templatePath = "", array $attributes = array() ) @@ -44,6 +52,7 @@ class PhpRenderer extends \Slim\Views\PhpRenderer $this->escaper = $escaper; $this->l10n = $l10n; + $this->router = $router; } public function e(string $value): string @@ -58,7 +67,7 @@ class PhpRenderer extends \Slim\Views\PhpRenderer } elseif (method_exists($this->l10n, $name)) { return $this->l10n->$name(...$arguments); } else { - throw new \Exception('Unknown PhpRendere magic method: ' . $name); + throw new \Exception('Unknown PhpRenderer magic method: ' . $name); } } @@ -172,5 +181,45 @@ class PhpRenderer extends \Slim\Views\PhpRenderer return !empty($args[1]) && is_array($args[1]) ? strtr($text, $args[1]) : vsprintf($text, $args); } + /** + * Return the URL of the provided route and parameters + * + * @param string $name + * @param array $data + * @param array $queryParams + * @return string + */ + function r(string $name, array $data = [], array $queryParams = []) + { + if ($this->getAttribute('zrl')) { + $queryParams['zrl'] = $this->getAttribute('zrl'); + } + return $this->router->pathFor($name, $data, $queryParams); + } + + /** + * Add sitewide ZRL support for external URLs + * + * @param string $url + */ + function u(string $url) + { + if ($this->getAttribute('zrl')) { + $queryParameters = []; + + $parsed = parse_url($url); + if (!empty($parsed['query'])) { + parse_str($parsed['query'], $queryParameters); + } + + $queryParameters['zrl'] = $this->getAttribute('zrl'); + + $parsed['query'] = http_build_query($queryParameters); + + $url = Url::unparse($parsed); + } + + return $url; + } } diff --git a/src/classes/Views/Widget/AccountTypeTabs.php b/src/classes/Views/Widget/AccountTypeTabs.php index 3caedd4..faec5de 100644 --- a/src/classes/Views/Widget/AccountTypeTabs.php +++ b/src/classes/Views/Widget/AccountTypeTabs.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Views\Widget; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class AccountTypeTabs { diff --git a/src/classes/Views/Widget/PopularCountries.php b/src/classes/Views/Widget/PopularCountries.php index f5d0a9a..2f2d22f 100644 --- a/src/classes/Views/Widget/PopularCountries.php +++ b/src/classes/Views/Widget/PopularCountries.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Views\Widget; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class PopularCountries { diff --git a/src/classes/Views/Widget/PopularLanguages.php b/src/classes/Views/Widget/PopularLanguages.php index a07cc21..f82e2f4 100644 --- a/src/classes/Views/Widget/PopularLanguages.php +++ b/src/classes/Views/Widget/PopularLanguages.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Views\Widget; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class PopularLanguages { diff --git a/src/classes/Views/Widget/PopularTags.php b/src/classes/Views/Widget/PopularTags.php index d5bb798..a2ecde9 100644 --- a/src/classes/Views/Widget/PopularTags.php +++ b/src/classes/Views/Widget/PopularTags.php @@ -3,7 +3,7 @@ namespace Friendica\Directory\Views\Widget; /** - * @author Hypolite Petovan + * @author Hypolite Petovan */ class PopularTags { diff --git a/src/dependencies.php b/src/dependencies.php index dbd6c6a..3cb2b66 100644 --- a/src/dependencies.php +++ b/src/dependencies.php @@ -25,7 +25,12 @@ $container['escaper'] = function (ContainerInterface $c): Zend\Escaper\Escaper { // view renderer $container['renderer'] = function (ContainerInterface $c): Friendica\Directory\Views\PhpRenderer { $settings = $c->get('settings')['renderer']; - return new Friendica\Directory\Views\PhpRenderer($c->get('escaper'), $c->get('l10n'), $settings['template_path']); + return new Friendica\Directory\Views\PhpRenderer( + $c->get('escaper'), + $c->get('l10n'), + $c->get('router'), + $settings['template_path'] + ); }; // monolog diff --git a/src/lang/ar/LC_MESSAGES/strings.po b/src/lang/ar/LC_MESSAGES/strings.po index 982c9fc..d91d889 100644 --- a/src/lang/ar/LC_MESSAGES/strings.po +++ b/src/lang/ar/LC_MESSAGES/strings.po @@ -1,26 +1,25 @@ -# Translators: -# ButterflyOfFire, 2019 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Last-Translator: ButterflyOfFire, 2019\n" "Language-Team: Arabic (https://www.transifex.com/Friendica/teams/12172/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-16 20:30+0000\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" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "السابقة" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "التالية" @@ -36,47 +35,53 @@ msgstr "الأخيرة" msgid "People" msgstr "أشخاص" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "اللغة" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "المنطقة" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "البلد" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "الخوادم العمومية" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "البحث" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -129,7 +134,8 @@ msgctxt "verb" msgid "Follow" msgstr "اتبع" -#: src\templates\layout.phtml:65 src\templates\sub\profile.phtml:47 +#: src\templates\layout.phtml:65 +#: src\templates\sub\profile.phtml:47 msgid "Language" msgstr "اللغة" @@ -149,19 +155,23 @@ msgstr "" msgid "Account type tabs" msgstr "" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "" -#: src\templates\statistics.phtml:64 src\templates\sub\server.phtml:15 +#: src\templates\statistics.phtml:66 +#: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "إصدار ثابت" -#: src\templates\statistics.phtml:66 src\templates\sub\server.phtml:17 +#: src\templates\statistics.phtml:68 +#: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "إصدار قيد التطوير" @@ -193,7 +203,8 @@ msgstr "اللغات الشائعة" msgid "Popular Tags" msgstr "الوسوم الشائعة" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "اللغة الافتراضية" @@ -241,71 +252,51 @@ msgid "Profiles" msgstr "الملفات الشخصية" #: src\templates\statistics.phtml:6 -msgid "" -"This directory knows about %s distinct potential profile " -"URLs." +msgid "This directory knows about %s distinct potential profile URLs." msgstr "" -#: src\templates\statistics.phtml:15 src\templates\statistics.phtml:44 +#: src\templates\statistics.phtml:16 +#: src\templates\statistics.phtml:46 msgid "Languages" msgstr "اللغات" -#: src\templates\statistics.phtml:16 -msgid "" -"Out of %s profiles reporting their language there are:" +#: src\templates\statistics.phtml:17 +msgid "Out of %s profiles reporting their language there are:" msgstr "" -#: src\templates\statistics.phtml:26 +#: src\templates\statistics.phtml:27 msgid "Servers" msgstr "الخوادم" -#: src\templates\statistics.phtml:27 -msgid "" -"This directory knows about %s distinct potential server " -"URLs." -msgstr "" - #: src\templates\statistics.phtml:28 -msgid "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." +msgid "This directory knows about %s distinct potential server URLs." msgstr "" -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:29 +msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." +msgstr "" + +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "" -#: src\templates\statistics.phtml:38 -msgid "" -"%s public servers (%s) currently open for registration. Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" msgstr "" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "الإصدارات" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" msgstr "" #: src\templates\statistics.phtml:7 -msgid "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." +msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." msgstr "" -#: src\templates\statistics.phtml:11 -msgid "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr "" @@ -316,3 +307,11 @@ msgstr "" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "الشفرة المصدرية على غيت هب" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/lang/cs/LC_MESSAGES/strings.po b/src/lang/cs/LC_MESSAGES/strings.po index 5cdb35e..0565665 100644 --- a/src/lang/cs/LC_MESSAGES/strings.po +++ b/src/lang/cs/LC_MESSAGES/strings.po @@ -1,26 +1,25 @@ -# Translators: -# Aditoo, 2019 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Last-Translator: Aditoo, 2019\n" "Language-Team: Czech (https://www.transifex.com/Friendica/teams/12172/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Language: cs\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "Předchozí" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "Další" @@ -36,47 +35,53 @@ msgstr "Poslední" msgid "People" msgstr "Lidé" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "Jazyk" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "Poloha" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "Region/kraj" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "Země" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "Veřejné servery" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "Adresář Friendica" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "Termíny vyhledávání" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "Hledání" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -127,7 +132,8 @@ msgctxt "verb" msgid "Follow" msgstr "Sledovat" -#: src\templates\layout.phtml:65 src\templates\sub\profile.phtml:47 +#: src\templates\layout.phtml:65 +#: src\templates\sub\profile.phtml:47 msgid "Language" msgstr "Jazyk" @@ -147,19 +153,23 @@ msgstr "Hledat podle štítku" msgid "Account type tabs" msgstr "Záložky typů účtů" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "Horní stránkování %s" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "Spodní stránkování %s" -#: src\templates\statistics.phtml:64 src\templates\sub\server.phtml:15 +#: src\templates\statistics.phtml:66 +#: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "Stabilní verze" -#: src\templates\statistics.phtml:66 src\templates\sub\server.phtml:17 +#: src\templates\statistics.phtml:68 +#: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "Vývojová verze" @@ -191,7 +201,8 @@ msgstr "Populární jazyky" msgid "Popular Tags" msgstr "Populární štítky" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "Výchozí jazyk" @@ -235,83 +246,51 @@ msgid "Profiles" msgstr "Profily" #: src\templates\statistics.phtml:6 -msgid "" -"This directory knows about %s distinct potential profile " -"URLs." -msgstr "" -"Tento adresář ví o %s zřetelných potenciálních profilových URL " -"adresách." +msgid "This directory knows about %s distinct potential profile URLs." +msgstr "Tento adresář ví o %s zřetelných potenciálních profilových URL adresách." -#: src\templates\statistics.phtml:15 src\templates\statistics.phtml:44 +#: src\templates\statistics.phtml:16 +#: src\templates\statistics.phtml:46 msgid "Languages" msgstr "Jazyky" -#: src\templates\statistics.phtml:16 -msgid "" -"Out of %s profiles reporting their language there are:" +#: src\templates\statistics.phtml:17 +msgid "Out of %s profiles reporting their language there are:" msgstr "Ze všech %s profilů hlásících svůj jazyk je tu:" -#: src\templates\statistics.phtml:26 +#: src\templates\statistics.phtml:27 msgid "Servers" msgstr "Servery" -#: src\templates\statistics.phtml:27 -msgid "" -"This directory knows about %s distinct potential server " -"URLs." -msgstr "" -"Tento adresář ví o %s zřetelných potenciálních serverových URL " -"adresách." - #: src\templates\statistics.phtml:28 -msgid "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." -msgstr "" -"Z těch je tu %s domén (%s), které byly alespoň jednou " -"serverem Friendica." +msgid "This directory knows about %s distinct potential server URLs." +msgstr "Tento adresář ví o %s zřetelných potenciálních serverových URL adresách." -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:29 +msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." +msgstr "Z těch je tu %s domén (%s), které byly alespoň jednou serverem Friendica." + +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "Z těch je tu:" -#: src\templates\statistics.phtml:38 -msgid "" -"%s public servers (%s) currently open for registration. Check them out!" -msgstr "" -"%s veřejných serverů (%s) aktuálně otevřených registracím. " -"Podívejte se na ně!" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" msgstr "Ze všech %s serverů hlásících svůj jazyk je tu:" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "Verze" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" msgstr "Ze všech %s serverů hlásících svou verzi je tu:" #: src\templates\statistics.phtml:7 -msgid "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." -msgstr "" -"Z těch je tu %s profilů (%s), které byly alespoň jednou " -"publikovány ve veřejném adresáři." +msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." +msgstr "Z těch je tu %s profilů (%s), které byly alespoň jednou publikovány ve veřejném adresáři." -#: src\templates\statistics.phtml:11 -msgid "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" -msgstr "" -"Z těch je tu aktuálně %s dostupných profilů (%s). Podívejte se na ně!" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr "%s dostupných serverů (%s)" @@ -322,3 +301,11 @@ msgstr "Adresář Friendica, verze %s" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "Zdrojový kód na GitHubu" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/lang/de/LC_MESSAGES/strings.po b/src/lang/de/LC_MESSAGES/strings.po index c2e3fc9..52b4e25 100644 --- a/src/lang/de/LC_MESSAGES/strings.po +++ b/src/lang/de/LC_MESSAGES/strings.po @@ -1,28 +1,25 @@ -# Translators: -# Andreas H., 2018 -# Ulf Rompe , 2019 -# Tobias Diekershoff , 2019 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Last-Translator: Tobias Diekershoff , 2019\n" "Language-Team: German (https://www.transifex.com/Friendica/teams/12172/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "Vorherige" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "Nächste" @@ -38,47 +35,53 @@ msgstr "Letzte" msgid "People" msgstr "Leute" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "Sprache" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "Wohnort" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "Region" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "Land" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "Öffentlicher Server" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "Friendica Verzeichnis" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "Suchbegriff" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "Suche" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -127,7 +130,8 @@ msgctxt "verb" msgid "Follow" msgstr "Folge" -#: src\templates\layout.phtml:65 src\templates\sub\profile.phtml:47 +#: src\templates\layout.phtml:65 +#: src\templates\sub\profile.phtml:47 msgid "Language" msgstr "Sprache" @@ -147,19 +151,23 @@ msgstr "Suchbegriff" msgid "Account type tabs" msgstr "Konto-Typ Register" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "Top %s pagination" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "Bottom %s pagination" -#: src\templates\statistics.phtml:64 src\templates\sub\server.phtml:15 +#: src\templates\statistics.phtml:66 +#: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "Stabile Version" -#: src\templates\statistics.phtml:66 src\templates\sub\server.phtml:17 +#: src\templates\statistics.phtml:68 +#: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "Entwickler Version" @@ -191,7 +199,8 @@ msgstr "Häufige Sprachen" msgid "Popular Tags" msgstr "Beliebte Tags" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "Standard Sprache" @@ -231,85 +240,51 @@ msgid "Profiles" msgstr "Profile" #: src\templates\statistics.phtml:6 -msgid "" -"This directory knows about %s distinct potential profile " -"URLs." -msgstr "" -"Dieses Verzeichnis kennt %s unterschiedliche, potentielle Profil " -"URLs" +msgid "This directory knows about %s distinct potential profile URLs." +msgstr "Dieses Verzeichnis kennt %s unterschiedliche, potentielle Profil URLs" -#: src\templates\statistics.phtml:15 src\templates\statistics.phtml:44 +#: src\templates\statistics.phtml:16 +#: src\templates\statistics.phtml:46 msgid "Languages" msgstr "Sprachen" -#: src\templates\statistics.phtml:16 -msgid "" -"Out of %s profiles reporting their language there are:" +#: src\templates\statistics.phtml:17 +msgid "Out of %s profiles reporting their language there are:" msgstr "Von den %s Profilen, die ihre Sprache angeben, sind:" -#: src\templates\statistics.phtml:26 +#: src\templates\statistics.phtml:27 msgid "Servers" msgstr "Server" -#: src\templates\statistics.phtml:27 -msgid "" -"This directory knows about %s distinct potential server " -"URLs." -msgstr "" -"Dieses Verzeichnis kennt %s unterschiedliche, potentielle Server " -"URLs" - #: src\templates\statistics.phtml:28 -msgid "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." -msgstr "" -"Von diesen gibt es %sDomänen(%s), die zumindest einmal " -"Friendica Knoten gewesen sind." +msgid "This directory knows about %s distinct potential server URLs." +msgstr "Dieses Verzeichnis kennt %s unterschiedliche, potentielle Server URLs" -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:29 +msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." +msgstr "Von diesen gibt es %sDomänen(%s), die zumindest einmal Friendica Knoten gewesen sind." + +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "Von diesen sind:" -#: src\templates\statistics.phtml:38 -msgid "" -"%s public servers (%s) currently open for registration. Check them out!" -msgstr "" -"%söffentliche Knoten (%s), bei denen man sich derzeit einen" -" Nutzerkonto einrichten kann. Schau sie dir an!" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" -msgstr "" -"Von den %s Servern, die ihre Spracheinstellung angeben, " -"sind:" +msgstr "Von den %s Servern, die ihre Spracheinstellung angeben, sind:" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "Versionen" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" msgstr "Von den %s Servern, die ihre Version angeben, sind:" #: src\templates\statistics.phtml:7 -msgid "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." -msgstr "" -"Von diesen gibt es %sProfile (%s) die sich, zumindest " -"einmal, für die Aufnahme in das öffentliche Verzeichnis entschlossen haben." +msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." +msgstr "Von diesen gibt es %sProfile (%s) die sich, zumindest einmal, für die Aufnahme in das öffentliche Verzeichnis entschlossen haben." -#: src\templates\statistics.phtml:11 -msgid "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" -msgstr "" -"Von diesen sind derzeit %sverfügbare Profile (%s). Schaue sie dir an!" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr "%sverfügbare Server (%s)" @@ -320,3 +295,11 @@ msgstr "Friendica Verzeichnis Version %s" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "Quellcode auf GitHub" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/lang/en/LC_MESSAGES/strings.po b/src/lang/en/LC_MESSAGES/strings.po index f9b6bb2..13ea84d 100644 --- a/src/lang/en/LC_MESSAGES/strings.po +++ b/src/lang/en/LC_MESSAGES/strings.po @@ -35,27 +35,27 @@ msgstr "" msgid "People" msgstr "" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "" @@ -161,12 +161,12 @@ msgstr "" msgid "Bottom %s pagination" msgstr "" -#: src\templates\statistics.phtml:64 +#: src\templates\statistics.phtml:66 #: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "" -#: src\templates\statistics.phtml:66 +#: src\templates\statistics.phtml:68 #: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "" @@ -243,44 +243,40 @@ msgstr "" msgid "This directory knows about %s distinct potential profile URLs." msgstr "" -#: src\templates\statistics.phtml:15 -#: src\templates\statistics.phtml:44 +#: src\templates\statistics.phtml:16 +#: src\templates\statistics.phtml:46 msgid "Languages" msgstr "" -#: src\templates\statistics.phtml:16 +#: src\templates\statistics.phtml:17 msgid "Out of %s profiles reporting their language there are:" msgstr "" -#: src\templates\statistics.phtml:26 +#: src\templates\statistics.phtml:27 msgid "Servers" msgstr "" -#: src\templates\statistics.phtml:27 +#: src\templates\statistics.phtml:28 msgid "This directory knows about %s distinct potential server URLs." msgstr "" -#: src\templates\statistics.phtml:28 +#: src\templates\statistics.phtml:29 msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." msgstr "" -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "" -#: src\templates\statistics.phtml:38 -msgid "%s public servers (%s) currently open for registration. Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" msgstr "" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" msgstr "" @@ -288,11 +284,7 @@ msgstr "" msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." msgstr "" -#: src\templates\statistics.phtml:11 -msgid "Out of those, there currently are %s available profiles (%s). Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr "" @@ -303,3 +295,11 @@ msgstr "" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/lang/en_GB/LC_MESSAGES/strings.po b/src/lang/en_GB/LC_MESSAGES/strings.po index 02dc880..b4fa62b 100644 --- a/src/lang/en_GB/LC_MESSAGES/strings.po +++ b/src/lang/en_GB/LC_MESSAGES/strings.po @@ -1,26 +1,25 @@ -# Translators: -# Andy H3 , 2019 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Last-Translator: Andy H3 , 2019\n" "Language-Team: English (United Kingdom) (https://www.transifex.com/Friendica/teams/12172/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "Previous" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "Next" @@ -36,47 +35,53 @@ msgstr "Last" msgid "People" msgstr "People" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "Language" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "Locality" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "Region" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "Country" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "Public servers" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "Friendica directory" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "Search terms" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "Search" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -125,7 +130,8 @@ msgctxt "verb" msgid "Follow" msgstr "Follow" -#: src\templates\layout.phtml:65 src\templates\sub\profile.phtml:47 +#: src\templates\layout.phtml:65 +#: src\templates\sub\profile.phtml:47 msgid "Language" msgstr "Language" @@ -145,19 +151,23 @@ msgstr "Search tag" msgid "Account type tabs" msgstr "Account type tabs" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "Top %s pagination" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "Bottom %s pagination" -#: src\templates\statistics.phtml:64 src\templates\sub\server.phtml:15 +#: src\templates\statistics.phtml:66 +#: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "Stable version" -#: src\templates\statistics.phtml:66 src\templates\sub\server.phtml:17 +#: src\templates\statistics.phtml:68 +#: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "Develop version" @@ -189,7 +199,8 @@ msgstr "Popular languages" msgid "Popular Tags" msgstr "Popular tags" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "Default language" @@ -229,85 +240,51 @@ msgid "Profiles" msgstr "Profiles" #: src\templates\statistics.phtml:6 -msgid "" -"This directory knows about %s distinct potential profile " -"URLs." -msgstr "" -"This directory knows about %s distinct potential profile " -"URLs." +msgid "This directory knows about %s distinct potential profile URLs." +msgstr "This directory knows about %s distinct potential profile URLs." -#: src\templates\statistics.phtml:15 src\templates\statistics.phtml:44 +#: src\templates\statistics.phtml:16 +#: src\templates\statistics.phtml:46 msgid "Languages" msgstr "Languages" -#: src\templates\statistics.phtml:16 -msgid "" -"Out of %s profiles reporting their language there are:" -msgstr "" -"Out of %s profiles reporting their language there are:" +#: src\templates\statistics.phtml:17 +msgid "Out of %s profiles reporting their language there are:" +msgstr "Out of %s profiles reporting their language there are:" -#: src\templates\statistics.phtml:26 +#: src\templates\statistics.phtml:27 msgid "Servers" msgstr "Servers" -#: src\templates\statistics.phtml:27 -msgid "" -"This directory knows about %s distinct potential server " -"URLs." -msgstr "" -"This directory knows about %s distinct potential server " -"URLs." - #: src\templates\statistics.phtml:28 -msgid "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." -msgstr "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." +msgid "This directory knows about %s distinct potential server URLs." +msgstr "This directory knows about %s distinct potential server URLs." -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:29 +msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." +msgstr "Out of those, there are %s domains (%s) that have been a Friendica server at least once." + +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "Out of those, there are:" -#: src\templates\statistics.phtml:38 -msgid "" -"%s public servers (%s) currently open for registration. Check them out!" -msgstr "" -"%s public servers (%s) currently open for registration. Check them out!" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" -msgstr "" -"Out of %s servers reporting their language there are:" +msgstr "Out of %s servers reporting their language there are:" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "Versions" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" msgstr "Out of %s servers reporting their version there are:" #: src\templates\statistics.phtml:7 -msgid "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." -msgstr "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." +msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." +msgstr "Out of those, there are %s profiles (%s) that opted in the public directory at least once." -#: src\templates\statistics.phtml:11 -msgid "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" -msgstr "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr "%s available servers (%s)" @@ -318,3 +295,11 @@ msgstr "Friendica directory version %s" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "Source code on GitHub" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/lang/et/LC_MESSAGES/strings.po b/src/lang/et/LC_MESSAGES/strings.po index 44d6636..432a1aa 100644 --- a/src/lang/et/LC_MESSAGES/strings.po +++ b/src/lang/et/LC_MESSAGES/strings.po @@ -1,26 +1,25 @@ -# Translators: -# Rain Hawk, 2019 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Last-Translator: Rain Hawk, 2019\n" "Language-Team: Estonian (https://www.transifex.com/Friendica/teams/12172/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "Eelmine" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "Järgmine" @@ -36,47 +35,53 @@ msgstr "Viimane" msgid "People" msgstr "Inimesed" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "Keel" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "Asukoht" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "Regioon" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "Riik" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "Avalikud serverid" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "Friendica Kataloog" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "Otsingu tingimused" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "Otsi" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -125,7 +130,8 @@ msgctxt "verb" msgid "Follow" msgstr "Järgi" -#: src\templates\layout.phtml:65 src\templates\sub\profile.phtml:47 +#: src\templates\layout.phtml:65 +#: src\templates\sub\profile.phtml:47 msgid "Language" msgstr "Keel" @@ -145,19 +151,23 @@ msgstr "Otsingu tag" msgid "Account type tabs" msgstr "Konto tüübi sakid" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "" -#: src\templates\statistics.phtml:64 src\templates\sub\server.phtml:15 +#: src\templates\statistics.phtml:66 +#: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "Stabiilne versioon" -#: src\templates\statistics.phtml:66 src\templates\sub\server.phtml:17 +#: src\templates\statistics.phtml:68 +#: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "Arendusversioon" @@ -189,7 +199,8 @@ msgstr "Populaarsed keeled" msgid "Popular Tags" msgstr "Polulaarsed tag`id" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "Peamine keel" @@ -229,71 +240,51 @@ msgid "Profiles" msgstr "Profiilid" #: src\templates\statistics.phtml:6 -msgid "" -"This directory knows about %s distinct potential profile " -"URLs." +msgid "This directory knows about %s distinct potential profile URLs." msgstr "" -#: src\templates\statistics.phtml:15 src\templates\statistics.phtml:44 +#: src\templates\statistics.phtml:16 +#: src\templates\statistics.phtml:46 msgid "Languages" msgstr "Keeled" -#: src\templates\statistics.phtml:16 -msgid "" -"Out of %s profiles reporting their language there are:" +#: src\templates\statistics.phtml:17 +msgid "Out of %s profiles reporting their language there are:" msgstr "" -#: src\templates\statistics.phtml:26 +#: src\templates\statistics.phtml:27 msgid "Servers" msgstr "Serverid" -#: src\templates\statistics.phtml:27 -msgid "" -"This directory knows about %s distinct potential server " -"URLs." -msgstr "" - #: src\templates\statistics.phtml:28 -msgid "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." +msgid "This directory knows about %s distinct potential server URLs." msgstr "" -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:29 +msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." +msgstr "" + +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "" -#: src\templates\statistics.phtml:38 -msgid "" -"%s public servers (%s) currently open for registration. Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" msgstr "" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" msgstr "" #: src\templates\statistics.phtml:7 -msgid "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." +msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." msgstr "" -#: src\templates\statistics.phtml:11 -msgid "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr "" @@ -304,3 +295,11 @@ msgstr "" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/lang/fr/LC_MESSAGES/strings.po b/src/lang/fr/LC_MESSAGES/strings.po index 0f94bd4..f2fed89 100644 --- a/src/lang/fr/LC_MESSAGES/strings.po +++ b/src/lang/fr/LC_MESSAGES/strings.po @@ -1,27 +1,25 @@ -# Translators: -# Tobias Diekershoff , 2018 -# Vladimir Núñez , 2018 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Last-Translator: Vladimir Núñez , 2018\n" "Language-Team: French (https://www.transifex.com/Friendica/teams/12172/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "Précédent" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "Suivant" @@ -37,47 +35,53 @@ msgstr "Fin" msgid "People" msgstr "Utilisateurs" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "Langue" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "Localité" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "Région" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "Pays" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "Serveurs publics" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "Répertoire Friendica" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "Mots-clés" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "Recherche" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -126,7 +130,8 @@ msgctxt "verb" msgid "Follow" msgstr "Suivre" -#: src\templates\layout.phtml:65 src\templates\sub\profile.phtml:47 +#: src\templates\layout.phtml:65 +#: src\templates\sub\profile.phtml:47 msgid "Language" msgstr "Langue" @@ -146,19 +151,23 @@ msgstr "Rechercher ce tag" msgid "Account type tabs" msgstr "Onglets de type de compte" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "Pagination %s haute" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "Pagination %s basse" -#: src\templates\statistics.phtml:64 src\templates\sub\server.phtml:15 +#: src\templates\statistics.phtml:66 +#: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "Version stable" -#: src\templates\statistics.phtml:66 src\templates\sub\server.phtml:17 +#: src\templates\statistics.phtml:68 +#: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "Version instable" @@ -190,7 +199,8 @@ msgstr "Language populaires" msgid "Popular Tags" msgstr "Tags populaires" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "Langage de base" @@ -230,73 +240,51 @@ msgid "Profiles" msgstr "Profils" #: src\templates\statistics.phtml:6 -msgid "" -"This directory knows about %s distinct potential profile " -"URLs." +msgid "This directory knows about %s distinct potential profile URLs." msgstr "" -#: src\templates\statistics.phtml:15 src\templates\statistics.phtml:44 +#: src\templates\statistics.phtml:16 +#: src\templates\statistics.phtml:46 msgid "Languages" msgstr "Langages" -#: src\templates\statistics.phtml:16 -msgid "" -"Out of %s profiles reporting their language there are:" +#: src\templates\statistics.phtml:17 +msgid "Out of %s profiles reporting their language there are:" msgstr "parmi %sprofil mentionnant leur langage il y a:" -#: src\templates\statistics.phtml:26 +#: src\templates\statistics.phtml:27 msgid "Servers" msgstr "Serveurs" -#: src\templates\statistics.phtml:27 -msgid "" -"This directory knows about %s distinct potential server " -"URLs." -msgstr "" - #: src\templates\statistics.phtml:28 -msgid "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." +msgid "This directory knows about %s distinct potential server URLs." msgstr "" -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:29 +msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." +msgstr "" + +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "Parmi ceux-là, il y a:" -#: src\templates\statistics.phtml:38 -msgid "" -"%s public servers (%s) currently open for registration. Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" msgstr "" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "Versions" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" msgstr "Parmi %s serveurs mentionnant leur version il y a:" #: src\templates\statistics.phtml:7 -msgid "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." +msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." msgstr "" -#: src\templates\statistics.phtml:11 -msgid "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" -msgstr "" -"Parmi ceux-là, il y a actuellement %sprofils disponibles " -"(%s). Vérifiez-les!" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr "%sserveurs disponibles(%s)" @@ -307,3 +295,11 @@ msgstr "Friendica Annuaire version %s" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "Code source sur GitHub" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/lang/it/LC_MESSAGES/strings.po b/src/lang/it/LC_MESSAGES/strings.po index 37b308f..84ca4c6 100644 --- a/src/lang/it/LC_MESSAGES/strings.po +++ b/src/lang/it/LC_MESSAGES/strings.po @@ -1,26 +1,25 @@ -# Translators: -# fabrixxm , 2019 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Last-Translator: fabrixxm , 2019\n" "Language-Team: Italian (https://www.transifex.com/Friendica/teams/12172/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "Precedente" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "Successivo" @@ -36,47 +35,53 @@ msgstr "Ultimo" msgid "People" msgstr "Persone" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "Lingua" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "Località" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "Regione" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "Nazione" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "Server Pubblici" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "Directory Friendica" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "Termini di ricerca" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "Cerca" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -125,7 +130,8 @@ msgctxt "verb" msgid "Follow" msgstr "Segui" -#: src\templates\layout.phtml:65 src\templates\sub\profile.phtml:47 +#: src\templates\layout.phtml:65 +#: src\templates\sub\profile.phtml:47 msgid "Language" msgstr "Lingua" @@ -145,19 +151,23 @@ msgstr "Cerca Tag" msgid "Account type tabs" msgstr "Tab tipo account" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "Paginazione superiore %s" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "Paginazione inferiore %s" -#: src\templates\statistics.phtml:64 src\templates\sub\server.phtml:15 +#: src\templates\statistics.phtml:66 +#: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "Versione Stabile" -#: src\templates\statistics.phtml:66 src\templates\sub\server.phtml:17 +#: src\templates\statistics.phtml:68 +#: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "Versione di Sviluppo" @@ -189,7 +199,8 @@ msgstr "Lingue Popolari" msgid "Popular Tags" msgstr "Tag Popolari" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "Lingua di Default" @@ -229,84 +240,51 @@ msgid "Profiles" msgstr "Profili" #: src\templates\statistics.phtml:6 -msgid "" -"This directory knows about %s distinct potential profile " -"URLs." -msgstr "" -"Questa directory conosce %s distinti URL profili " -"potenziali." +msgid "This directory knows about %s distinct potential profile URLs." +msgstr "Questa directory conosce %s distinti URL profili potenziali." -#: src\templates\statistics.phtml:15 src\templates\statistics.phtml:44 +#: src\templates\statistics.phtml:16 +#: src\templates\statistics.phtml:46 msgid "Languages" msgstr "Lingue" -#: src\templates\statistics.phtml:16 -msgid "" -"Out of %s profiles reporting their language there are:" +#: src\templates\statistics.phtml:17 +msgid "Out of %s profiles reporting their language there are:" msgstr "Di %s profili che riportano la loro lingua, ci sono:" -#: src\templates\statistics.phtml:26 +#: src\templates\statistics.phtml:27 msgid "Servers" msgstr "Server" -#: src\templates\statistics.phtml:27 -msgid "" -"This directory knows about %s distinct potential server " -"URLs." -msgstr "" -"Questa directory conosce %s distinti URL di server " -"potenziali." - #: src\templates\statistics.phtml:28 -msgid "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." -msgstr "" -"Di questi, ci sono %s domini (%s) che sono stati un server " -"Friendica almeno una volta." +msgid "This directory knows about %s distinct potential server URLs." +msgstr "Questa directory conosce %s distinti URL di server potenziali." -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:29 +msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." +msgstr "Di questi, ci sono %s domini (%s) che sono stati un server Friendica almeno una volta." + +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "Di questi, ci sono:" -#: src\templates\statistics.phtml:38 -msgid "" -"%s public servers (%s) currently open for registration. Check them out!" -msgstr "" -"%s server publici (%s) al momento aperti a nuove " -"registrazioni. Dai un'occhiata!" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" msgstr "Di %s server che riportano la loro lingua, ci sono:" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "Versioni" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" -msgstr "" -"Di %s server che riportano la loro versione, ci sono:" +msgstr "Di %s server che riportano la loro versione, ci sono:" #: src\templates\statistics.phtml:7 -msgid "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." -msgstr "" -"Di questi, ci sono %s profili (%s che hanno deciso di venir" -" pubblicati nella directory pubblica almeno una volta." +msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." +msgstr "Di questi, ci sono %s profili (%s che hanno deciso di venir pubblicati nella directory pubblica almeno una volta." -#: src\templates\statistics.phtml:11 -msgid "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" -msgstr "" -"Di questi, ci sono al momento %s profili disponibili (%s). " -"Dai un'occhiata!" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr "%s server disponibili (%s)" @@ -317,3 +295,11 @@ msgstr "Friendica Directory versione %s" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "Codice Sorgente su GitHub" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/lang/ja/LC_MESSAGES/strings.po b/src/lang/ja/LC_MESSAGES/strings.po index 65ad2d9..563b2f1 100644 --- a/src/lang/ja/LC_MESSAGES/strings.po +++ b/src/lang/ja/LC_MESSAGES/strings.po @@ -1,26 +1,25 @@ -# Translators: -# ozero dien , 2019 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Last-Translator: ozero dien , 2019\n" "Language-Team: Japanese (https://www.transifex.com/Friendica/teams/12172/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "前" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "次" @@ -36,47 +35,53 @@ msgstr "最終" msgid "People" msgstr "人" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "言語" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "局所性" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "地域" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "国" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "パブリックサーバー" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "Friendicaディレクトリ" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "検索ワード" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "サーチ" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -124,7 +129,8 @@ msgctxt "verb" msgid "Follow" msgstr "フォロー" -#: src\templates\layout.phtml:65 src\templates\sub\profile.phtml:47 +#: src\templates\layout.phtml:65 +#: src\templates\sub\profile.phtml:47 msgid "Language" msgstr "言語" @@ -144,19 +150,23 @@ msgstr "検索タグ" msgid "Account type tabs" msgstr "アカウントタイプタブ" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "トップ %s のページネーション" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "下位 %s のページネーション" -#: src\templates\statistics.phtml:64 src\templates\sub\server.phtml:15 +#: src\templates\statistics.phtml:66 +#: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "安定版" -#: src\templates\statistics.phtml:66 src\templates\sub\server.phtml:17 +#: src\templates\statistics.phtml:68 +#: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "バージョンを開発" @@ -188,7 +198,8 @@ msgstr "人気のある言語" msgid "Popular Tags" msgstr "人気のタグ" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "既定の言語" @@ -226,77 +237,51 @@ msgid "Profiles" msgstr "プロフィール" #: src\templates\statistics.phtml:6 -msgid "" -"This directory knows about %s distinct potential profile " -"URLs." +msgid "This directory knows about %s distinct potential profile URLs." msgstr "このディレクトリは、 %s の異なる潜在的なプロファイルURL を認識しています。" -#: src\templates\statistics.phtml:15 src\templates\statistics.phtml:44 +#: src\templates\statistics.phtml:16 +#: src\templates\statistics.phtml:46 msgid "Languages" msgstr "言語" -#: src\templates\statistics.phtml:16 -msgid "" -"Out of %s profiles reporting their language there are:" +#: src\templates\statistics.phtml:17 +msgid "Out of %s profiles reporting their language there are:" msgstr " %s の言語を報告するプロフィールには、次のものがあります。" -#: src\templates\statistics.phtml:26 +#: src\templates\statistics.phtml:27 msgid "Servers" msgstr "サーバー" -#: src\templates\statistics.phtml:27 -msgid "" -"This directory knows about %s distinct potential server " -"URLs." +#: src\templates\statistics.phtml:28 +msgid "This directory knows about %s distinct potential server URLs." msgstr "このディレクトリは、 %s の異なる潜在的なサーバーURL を認識しています。" -#: src\templates\statistics.phtml:28 -msgid "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." -msgstr "" -"それらのうち、少なくとも一度はFriendicaサーバーであった %s のドメイン( %s )があります。" +#: src\templates\statistics.phtml:29 +msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." +msgstr "それらのうち、少なくとも一度はFriendicaサーバーであった %s のドメイン( %s )があります。" -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "これらのうち、次のものがあります。" -#: src\templates\statistics.phtml:38 -msgid "" -"%s public servers (%s) currently open for registration. Check them out!" -msgstr "" -" %s のパブリックサーバー( %s )は現在登録のために開いています。 それらをチェックしてください" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" msgstr "言語を報告している %s のサーバーのうち、次のものがあります。" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "バージョン" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" msgstr "バージョンを報告している %s のサーバーのうち、次のものがあります。" #: src\templates\statistics.phtml:7 -msgid "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." -msgstr "" -"これらのうち、 %s のプロファイル( %s )があり、パブリックディレクトリで少なくとも1回選択しました。" +msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." +msgstr "これらのうち、 %s のプロファイル( %s )があり、パブリックディレクトリで少なくとも1回選択しました。" -#: src\templates\statistics.phtml:11 -msgid "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" -msgstr "" -"それらのうち、現在 %s の使用可能なプロファイル( %s )があります。 チェックしてみてください" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr " %s のサーバが利用可能( %s )" @@ -307,3 +292,11 @@ msgstr "Friendica Directory バージョン %s" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "GitHubのソースコード" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/lang/nl/LC_MESSAGES/strings.po b/src/lang/nl/LC_MESSAGES/strings.po index f2ab9b1..86d643e 100644 --- a/src/lang/nl/LC_MESSAGES/strings.po +++ b/src/lang/nl/LC_MESSAGES/strings.po @@ -1,26 +1,25 @@ -# Translators: -# Jeroen De Meerleer , 2018 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Last-Translator: Jeroen De Meerleer , 2018\n" "Language-Team: Dutch (https://www.transifex.com/Friendica/teams/12172/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "Vorige" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "Volgende" @@ -36,47 +35,53 @@ msgstr "Laatste" msgid "People" msgstr "Mensen" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "Taal" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "Stad" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "Regio" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "Land" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "Publieke servers" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "Friendica gids" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "Zoektermen" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "Zoeken" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -125,7 +130,8 @@ msgctxt "verb" msgid "Follow" msgstr "Volg" -#: src\templates\layout.phtml:65 src\templates\sub\profile.phtml:47 +#: src\templates\layout.phtml:65 +#: src\templates\sub\profile.phtml:47 msgid "Language" msgstr "Taal" @@ -145,19 +151,23 @@ msgstr "Zoekwoord" msgid "Account type tabs" msgstr "Accounttype tabs" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "%s paginatie boven" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "%s paginatie beneden" -#: src\templates\statistics.phtml:64 src\templates\sub\server.phtml:15 +#: src\templates\statistics.phtml:66 +#: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "Stabiele versie" -#: src\templates\statistics.phtml:66 src\templates\sub\server.phtml:17 +#: src\templates\statistics.phtml:68 +#: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "Ontwikkelingsversie" @@ -189,7 +199,8 @@ msgstr "Populaire talen" msgid "Popular Tags" msgstr "Populaire tags" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "Standaard taal" @@ -229,71 +240,51 @@ msgid "Profiles" msgstr "" #: src\templates\statistics.phtml:6 -msgid "" -"This directory knows about %s distinct potential profile " -"URLs." -msgstr "" - -#: src\templates\statistics.phtml:15 src\templates\statistics.phtml:44 -msgid "Languages" +msgid "This directory knows about %s distinct potential profile URLs." msgstr "" #: src\templates\statistics.phtml:16 -msgid "" -"Out of %s profiles reporting their language there are:" +#: src\templates\statistics.phtml:46 +msgid "Languages" msgstr "" -#: src\templates\statistics.phtml:26 -msgid "Servers" +#: src\templates\statistics.phtml:17 +msgid "Out of %s profiles reporting their language there are:" msgstr "" #: src\templates\statistics.phtml:27 -msgid "" -"This directory knows about %s distinct potential server " -"URLs." +msgid "Servers" msgstr "" #: src\templates\statistics.phtml:28 -msgid "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." +msgid "This directory knows about %s distinct potential server URLs." msgstr "" -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:29 +msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." +msgstr "" + +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "" -#: src\templates\statistics.phtml:38 -msgid "" -"%s public servers (%s) currently open for registration. Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" msgstr "" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" msgstr "" #: src\templates\statistics.phtml:7 -msgid "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." +msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." msgstr "" -#: src\templates\statistics.phtml:11 -msgid "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr "" @@ -304,3 +295,11 @@ msgstr "" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/lang/pl/LC_MESSAGES/strings.po b/src/lang/pl/LC_MESSAGES/strings.po index 7d53597..64f615c 100644 --- a/src/lang/pl/LC_MESSAGES/strings.po +++ b/src/lang/pl/LC_MESSAGES/strings.po @@ -1,27 +1,25 @@ -# Translators: -# Karol Kosek , 2018 -# Waldemar Stoczkowski, 2018 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (https://www.transifex.com/Friendica/teams/12172/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "Poprzedni" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "Następny" @@ -37,47 +35,53 @@ msgstr "Ostatni" msgid "People" msgstr "Przyjaciele" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "Język" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "Miejscowość" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "Region" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "Kraj" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "Serwery publiczne" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "Katalog Friendica" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "Wyszukiwane hasła" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "Szukaj" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -128,7 +132,8 @@ msgctxt "verb" msgid "Follow" msgstr "Śledzenie" -#: src\templates\layout.phtml:65 src\templates\sub\profile.phtml:47 +#: src\templates\layout.phtml:65 +#: src\templates\sub\profile.phtml:47 msgid "Language" msgstr "Język" @@ -148,19 +153,23 @@ msgstr "Wyszukaj tag" msgid "Account type tabs" msgstr "Konta typu karty" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "Górna %s paginacja" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "Dolna %s paginacja" -#: src\templates\statistics.phtml:64 src\templates\sub\server.phtml:15 +#: src\templates\statistics.phtml:66 +#: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "Wersja stabilna" -#: src\templates\statistics.phtml:66 src\templates\sub\server.phtml:17 +#: src\templates\statistics.phtml:68 +#: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "Rozwój wersji" @@ -192,7 +201,8 @@ msgstr "Popularne języki" msgid "Popular Tags" msgstr "Popularne tagi" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "Domyślny Język" @@ -236,82 +246,51 @@ msgid "Profiles" msgstr "Profile" #: src\templates\statistics.phtml:6 -msgid "" -"This directory knows about %s distinct potential profile " -"URLs." -msgstr "" -"Ten katalog zna %s różne adresy URL potencjalnych adresów." +msgid "This directory knows about %s distinct potential profile URLs." +msgstr "Ten katalog zna %s różne adresy URL potencjalnych adresów." -#: src\templates\statistics.phtml:15 src\templates\statistics.phtml:44 +#: src\templates\statistics.phtml:16 +#: src\templates\statistics.phtml:46 msgid "Languages" msgstr "Języki" -#: src\templates\statistics.phtml:16 -msgid "" -"Out of %s profiles reporting their language there are:" +#: src\templates\statistics.phtml:17 +msgid "Out of %s profiles reporting their language there are:" msgstr "Poza %s profilami zgłaszającymi swój język są:" -#: src\templates\statistics.phtml:26 +#: src\templates\statistics.phtml:27 msgid "Servers" msgstr "Serwery" -#: src\templates\statistics.phtml:27 -msgid "" -"This directory knows about %s distinct potential server " -"URLs." -msgstr "" -"Ten katalog wie o %s różnych potencjalnych adresach URL " -"serwera." - #: src\templates\statistics.phtml:28 -msgid "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." -msgstr "" -"Spośród nich są %s domeny (%s) które były serwerem " -"Friendica co najmniej raz." +msgid "This directory knows about %s distinct potential server URLs." +msgstr "Ten katalog wie o %s różnych potencjalnych adresach URL serwera." -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:29 +msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." +msgstr "Spośród nich są %s domeny (%s) które były serwerem Friendica co najmniej raz." + +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "Wśród nich są:" -#: src\templates\statistics.phtml:38 -msgid "" -"%s public servers (%s) currently open for registration. Check them out!" -msgstr "" -"%s publiczne serwery (%s) są obecnie otwarte do " -"rejestracji. Sprawdź je!" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" msgstr "Z%s serwerów raportujących ich język są:" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "Wersje" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" msgstr "Poza %s serwerami raportującymi ich wersję są:" #: src\templates\statistics.phtml:7 -msgid "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." -msgstr "" -"Spośród nich są %s profile (%s) które wybrały katalog " -"publiczny co najmniej raz." +msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." +msgstr "Spośród nich są %s profile (%s) które wybrały katalog publiczny co najmniej raz." -#: src\templates\statistics.phtml:11 -msgid "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" -msgstr "" -"Spośród nich obecnie %s dostępne są profile (%s). Sprawdź je!" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr "%s dostępne serwery (%s)" @@ -322,3 +301,11 @@ msgstr "Katalog Friendica wersja %s" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "Kod źródłowy na GitHub" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/lang/th/LC_MESSAGES/strings.po b/src/lang/th/LC_MESSAGES/strings.po index 0f04cb7..14690b0 100644 --- a/src/lang/th/LC_MESSAGES/strings.po +++ b/src/lang/th/LC_MESSAGES/strings.po @@ -1,26 +1,25 @@ -# Translators: -# Andy H3 , 2018 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Last-Translator: Andy H3 , 2018\n" "Language-Team: Thai (Thailand) (https://www.transifex.com/Friendica/teams/12172/th_TH/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Language: th_TH\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "ก่อนหน้า" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "ถัดไป" @@ -36,47 +35,53 @@ msgstr "สุดท้าย" msgid "People" msgstr "คน" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "ภาษา" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "สถาน" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "แดน" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "ประเทศ" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "เซอร์เวอร์เปิด" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "Friendica ทำเนียบ" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "ค้น หา" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "ค้น" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -124,7 +129,8 @@ msgctxt "verb" msgid "Follow" msgstr "ตาม" -#: src\templates\layout.phtml:65 src\templates\sub\profile.phtml:47 +#: src\templates\layout.phtml:65 +#: src\templates\sub\profile.phtml:47 msgid "Language" msgstr "ภาษา" @@ -144,19 +150,23 @@ msgstr "ค้นหาด้วยแท็ก" msgid "Account type tabs" msgstr "" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "" -#: src\templates\statistics.phtml:64 src\templates\sub\server.phtml:15 +#: src\templates\statistics.phtml:66 +#: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "เวอร์ชันเสถียร" -#: src\templates\statistics.phtml:66 src\templates\sub\server.phtml:17 +#: src\templates\statistics.phtml:68 +#: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "เวอร์ชันพัฒนา" @@ -188,7 +198,8 @@ msgstr "ภาษายอดนิยม" msgid "Popular Tags" msgstr "แท็กยอดนิยม" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "ภาษาเริ่มต้น" @@ -226,71 +237,51 @@ msgid "Profiles" msgstr "" #: src\templates\statistics.phtml:6 -msgid "" -"This directory knows about %s distinct potential profile " -"URLs." -msgstr "" - -#: src\templates\statistics.phtml:15 src\templates\statistics.phtml:44 -msgid "Languages" +msgid "This directory knows about %s distinct potential profile URLs." msgstr "" #: src\templates\statistics.phtml:16 -msgid "" -"Out of %s profiles reporting their language there are:" +#: src\templates\statistics.phtml:46 +msgid "Languages" msgstr "" -#: src\templates\statistics.phtml:26 -msgid "Servers" +#: src\templates\statistics.phtml:17 +msgid "Out of %s profiles reporting their language there are:" msgstr "" #: src\templates\statistics.phtml:27 -msgid "" -"This directory knows about %s distinct potential server " -"URLs." +msgid "Servers" msgstr "" #: src\templates\statistics.phtml:28 -msgid "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." +msgid "This directory knows about %s distinct potential server URLs." msgstr "" -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:29 +msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." +msgstr "" + +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "" -#: src\templates\statistics.phtml:38 -msgid "" -"%s public servers (%s) currently open for registration. Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" msgstr "" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" msgstr "" #: src\templates\statistics.phtml:7 -msgid "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." +msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." msgstr "" -#: src\templates\statistics.phtml:11 -msgid "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr "" @@ -301,3 +292,11 @@ msgstr "" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/lang/zh_CN/LC_MESSAGES/strings.po b/src/lang/zh_CN/LC_MESSAGES/strings.po index 1dc8d4c..b566726 100644 --- a/src/lang/zh_CN/LC_MESSAGES/strings.po +++ b/src/lang/zh_CN/LC_MESSAGES/strings.po @@ -1,26 +1,25 @@ -# Translators: -# 朱陈锬 , 2019 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Last-Translator: 朱陈锬 , 2019\n" "Language-Team: Chinese (China) (https://www.transifex.com/Friendica/teams/12172/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-16 20:30+0000\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "上一页" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "下一页" @@ -36,47 +35,53 @@ msgstr "最后一页" msgid "People" msgstr "" -#: src\classes\Controllers\Web\Search.php:63 +#: src\classes\Controllers\Web\Search.php:64 msgctxt "field" msgid "Language" msgstr "语言" -#: src\classes\Controllers\Web\Search.php:64 +#: src\classes\Controllers\Web\Search.php:65 msgctxt "field" msgid "Locality" msgstr "" -#: src\classes\Controllers\Web\Search.php:65 +#: src\classes\Controllers\Web\Search.php:66 msgctxt "field" msgid "Region" msgstr "地区" -#: src\classes\Controllers\Web\Search.php:66 +#: src\classes\Controllers\Web\Search.php:67 msgctxt "field" msgid "Country" msgstr "国家" -#: src\classes\Controllers\Web\Servers.php:88 +#: src\classes\Controllers\Web\Servers.php:90 msgid "Public Servers" msgstr "公共服务器" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "Friendica 目录" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "搜索" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -124,7 +129,8 @@ msgctxt "verb" msgid "Follow" msgstr "" -#: src\templates\layout.phtml:65 src\templates\sub\profile.phtml:47 +#: src\templates\layout.phtml:65 +#: src\templates\sub\profile.phtml:47 msgid "Language" msgstr "语言" @@ -144,19 +150,23 @@ msgstr "搜索标签" msgid "Account type tabs" msgstr "" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "" -#: src\templates\statistics.phtml:64 src\templates\sub\server.phtml:15 +#: src\templates\statistics.phtml:66 +#: src\templates\sub\server.phtml:15 msgid "Stable Version" msgstr "稳定版" -#: src\templates\statistics.phtml:66 src\templates\sub\server.phtml:17 +#: src\templates\statistics.phtml:68 +#: src\templates\sub\server.phtml:17 msgid "Develop Version" msgstr "开发版" @@ -188,7 +198,8 @@ msgstr "热门语言" msgid "Popular Tags" msgstr "热门标签" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "默认语言" @@ -226,71 +237,51 @@ msgid "Profiles" msgstr "" #: src\templates\statistics.phtml:6 -msgid "" -"This directory knows about %s distinct potential profile " -"URLs." +msgid "This directory knows about %s distinct potential profile URLs." msgstr "" -#: src\templates\statistics.phtml:15 src\templates\statistics.phtml:44 +#: src\templates\statistics.phtml:16 +#: src\templates\statistics.phtml:46 msgid "Languages" msgstr "语言" -#: src\templates\statistics.phtml:16 -msgid "" -"Out of %s profiles reporting their language there are:" +#: src\templates\statistics.phtml:17 +msgid "Out of %s profiles reporting their language there are:" msgstr "" -#: src\templates\statistics.phtml:26 +#: src\templates\statistics.phtml:27 msgid "Servers" msgstr "服务器" -#: src\templates\statistics.phtml:27 -msgid "" -"This directory knows about %s distinct potential server " -"URLs." -msgstr "" - #: src\templates\statistics.phtml:28 -msgid "" -"Out of those, there are %s domains (%s) that have been a " -"Friendica server at least once." +msgid "This directory knows about %s distinct potential server URLs." msgstr "" -#: src\templates\statistics.phtml:32 +#: src\templates\statistics.phtml:29 +msgid "Out of those, there are %s domains (%s) that have been a Friendica server at least once." +msgstr "" + +#: src\templates\statistics.phtml:33 msgid "Out of those, there are:" msgstr "" -#: src\templates\statistics.phtml:38 -msgid "" -"%s public servers (%s) currently open for registration. Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:45 +#: src\templates\statistics.phtml:47 msgid "Out of %s servers reporting their language there are:" msgstr "" -#: src\templates\statistics.phtml:55 +#: src\templates\statistics.phtml:57 msgid "Versions" msgstr "版本" -#: src\templates\statistics.phtml:56 +#: src\templates\statistics.phtml:58 msgid "Out of %s servers reporting their version there are:" msgstr "" #: src\templates\statistics.phtml:7 -msgid "" -"Out of those, there are %s profiles (%s) that opted in the " -"public directory at least once." +msgid "Out of those, there are %s profiles (%s) that opted in the public directory at least once." msgstr "" -#: src\templates\statistics.phtml:11 -msgid "" -"Out of those, there currently are %s available profiles " -"(%s). Check them out!" -msgstr "" - -#: src\templates\statistics.phtml:34 +#: src\templates\statistics.phtml:35 msgid "%s available servers (%s)" msgstr "" @@ -301,3 +292,11 @@ msgstr "Friendica 目录版本 %s" #: src\templates\layout.phtml:94 msgid "Source Code on GitHub" msgstr "源码托管于 GitHub" + +#: src\templates\statistics.phtml:11 +msgid "Out of those, there currently are %s available profiles (%s). Check them out!" +msgstr "" + +#: src\templates\statistics.phtml:39 +msgid "%s public servers (%s) currently open for registration. Check them out!" +msgstr "" diff --git a/src/middleware.php b/src/middleware.php index ce41504..f4493b1 100644 --- a/src/middleware.php +++ b/src/middleware.php @@ -51,4 +51,6 @@ $middleware->setLocaleCallback(function (string $locale) use ($container) { }); $middleware->setUriParamName('lang'); -$app->add($middleware); \ No newline at end of file +$app->add($middleware); + +$app->add(new \Friendica\Directory\Middleware\ZrlMiddleware($container->get('renderer'))); diff --git a/src/routes.php b/src/routes.php index b703b5e..a3ed395 100644 --- a/src/routes.php +++ b/src/routes.php @@ -10,7 +10,7 @@ use Slim\Http\Response; */ $app->get('/servers/surprise', \Friendica\Directory\Routes\Http\Surprise::class); -$app->get('/servers', \Friendica\Directory\Routes\Web\Servers::class); +$app->get('/servers', \Friendica\Directory\Routes\Web\Servers::class)->setName('servers'); $app->get('/search[/{account_type}]', function (Request $request, Response $response, $args) { if ($request->getAttribute('negotiation')->getMediaType() == 'application/json') { @@ -24,7 +24,7 @@ $app->get('/search[/{account_type}]', function (Request $request, Response $resp $app->post('/msearch', \Friendica\Directory\Routes\Http\MatchSearch::class); -$app->get('/stats', \Friendica\Directory\Routes\Web\Statistics::class); +$app->get('/stats', \Friendica\Directory\Routes\Web\Statistics::class)->setName('stats'); $app->get('/submit', \Friendica\Directory\Routes\Http\Submit::class); diff --git a/src/templates/layout.phtml b/src/templates/layout.phtml index 2a2d8d9..5ac846d 100644 --- a/src/templates/layout.phtml +++ b/src/templates/layout.phtml @@ -13,12 +13,12 @@