mirror of
https://github.com/friendica/friendica
synced 2024-11-11 21:42:54 +00:00
Merge branch 'develop' of https://github.com/friendica/friendica into develop
This commit is contained in:
commit
59cd0305ee
26 changed files with 243 additions and 83 deletions
131
CHANGELOG
131
CHANGELOG
|
@ -1,3 +1,134 @@
|
|||
Version 2018.09 (2018-09-23)
|
||||
Friendica Core:
|
||||
Update to the translation (CS, DE, EN-US, FI, IT, NL, PL, ZH-CN) [translation teams]
|
||||
Update to the documentation [Aditoo17, annando, astifter, rebeka-catalina, fabrixxm, M-arcus, microgroove, nupplaphil, tobiasd]
|
||||
Enhancements to the database structure, handling and documentation [abanink, Angristan, annando, miqrogroove, tobiasd]
|
||||
Enhancements of unit testing [abanink, nupplaphil, rudloff]
|
||||
Enhancements to labelling of UI elements [andyhee, tobiasd]
|
||||
Enhancements to the background workers [annando, miqrogroove, rabuzarus]
|
||||
Enhancements to the PHP7.2 compatibility [annando, miqrogroove, MrPetovan]
|
||||
Enhancements to the content filter [MrPetovan]
|
||||
Enhancements to the hooks provided for addons [abanink]
|
||||
Enhancements to the interaction with public postings [annando]
|
||||
Enhancements to the config storage [frabrixxm]
|
||||
Enhancements to the themes (frio, quattro, smoothly, vier) [annando, astifter, hoergen, MrPetovan, rabuzarus, tobiasd]
|
||||
Enhancements to the handling of locks [nupplaphil]
|
||||
Enhancements to the redis integration [nupplaphil]
|
||||
Enhancements to the admin panel [JeroenED, tobiasd]
|
||||
Enhancements to the user import process [annando]
|
||||
Enhancements to the display of invitation information [JeroenED]
|
||||
Enhancements to the automatic installation process [nupplaphil]
|
||||
Enhancements to the contact group UI [annando, astifter]
|
||||
Enhancements to the call of JS [hypolite]
|
||||
Enhancements to the storage of items in the database [annando]
|
||||
Enhancements to the process of changing relationships [annando]
|
||||
Enhancements to the OEmbed of data [MrPetovan]
|
||||
Fixed various PHP notice occurrences [annando, MrPetovan]
|
||||
Fixed a bug that could lead to the display of posts from deleted accounts on the community page for a short period [annando]
|
||||
Fixed a bug that prevented email notification to be send out [annando]
|
||||
Fixed a bug in database optimisation [annando]
|
||||
Fixed a bug during removing contacts [annando]
|
||||
Fixed a bug in the tag-cloud widget [annando]
|
||||
Fixed a bug in the daemon mode of the background worker [annando]
|
||||
Fixed a bug in the frio theme that contact filtering [rabuzarus]
|
||||
Fixed a bug that mangled the display of some additional smileys [abanink]
|
||||
Fixed a bug in generating registration mails [MrPetovan]
|
||||
Fixed a bug that caused blank re-share bodies [MrPetovon]
|
||||
Fixed a bug in the API handling of private mails [fabrixxm]
|
||||
Fixed a bug when calling the mail() function [miqrogroove]
|
||||
Fixed a bug that caused deleted accounts being displayed in the local directory [miqrogroove]
|
||||
Fixed a bug when checking the domain of an email address [VVelox]
|
||||
Fixed a bug that prevented re-shares from Twitter to be shown as this [annando]
|
||||
Fixed a bug that caused broken profile links [miqrogroove]
|
||||
Fixed a bug that caused content from unknown accounts appearing in the timeline [annando]
|
||||
Fixed a bug with the ignoring and blocking of contacts [annando]
|
||||
Fixed a bug with showing hidden contacts in some places [annando]
|
||||
Fixed a bug that prevented the deletion of events by contacts [annando]
|
||||
Fixed a bug that prevented email contacts from being added [annando]
|
||||
Fixed a bug in the notification/seen API call [fabrixxm]
|
||||
Fixed a bug that prevented a refresh after un-/ignoring a conversation [annando]
|
||||
Fixed a bug in the handling of some language translations [anndno]
|
||||
Fixed a bug in the hook handling [annando]
|
||||
Fixed the handling of too long tags [annando]
|
||||
Fixed a bug that prevented the unliking of dis-/likes [annando]
|
||||
Fixed bugs with the handling of private nodes [annando]
|
||||
Fixed a bug in the session initialisation [annando]
|
||||
Fixed bugs in the execution of the background processes [annando, Quix0r]
|
||||
Fixed a problem with the notification page [MrPetovan]
|
||||
Fixed a bug with wrong dates in importing some Atom feeds [annando]
|
||||
Fixed forum exclusive distribution of postings using the !notation [annando]
|
||||
Fixed a bug that lead to empty notifications [MrPetovan]
|
||||
Fixed a problem that could sometimes prevent the execution of the relocation [annando]
|
||||
Fixed a bug with the handling of images in postings over the connectors [annando]
|
||||
Added conversation cleanup configuration [miqrogroove]
|
||||
Added support of the usage of internal diaspora links to accounts [annando]
|
||||
Added the possibility for admins to block certain nicknames (e.g. role names) [tobiasd]
|
||||
Added the generation of system guid [nupplaphil]
|
||||
Added the possibility for admins to mark a node for explicit content [tobiasd]
|
||||
Added filter by account type to the community page [annando]
|
||||
Added private flag to API results [fabrixxm]
|
||||
Added post update checks to the console utility [annando]
|
||||
Added codecov analysis [nupplaphil]
|
||||
Added access-keys to the frio theme [tobiasd]
|
||||
Added the profile settings to the user settings [tobiasd]
|
||||
General code refactoring and beautification work [annando, MrPetovan, Quix0r, tobiasd]
|
||||
Fixation of the position on the network page when new posts arrive [rabuzarus]
|
||||
Ported OpenWebAuth from Hubzilla [annando, rabuzarus]
|
||||
Removed hard coded syntax highlighting from code blocks [MrPetovan]
|
||||
Removed (temporarily) the possibility to add pictures to private messages [annando]
|
||||
New INI style config file format in /config [MrPetovan, tobiasd]
|
||||
The .htaccess file is not part of the git repository anymore [annando, Quix0r]
|
||||
|
||||
Friendica Addons:
|
||||
Update to the translations (CS, DE, EN-US, NL, PL, ZH-CN) [translation teams]
|
||||
General update to adopt changes in core [annando, MrPetovan, Quix0r, tobiasd]
|
||||
advancedcontentfilter:
|
||||
Enhancement to the error handling [MrPetovan]
|
||||
Honour the CSP settings [MrPetovan]
|
||||
Fixed translation problems [annando]
|
||||
blockem:
|
||||
Enhancement of the settings [AlfredSK]
|
||||
buffer:
|
||||
support for app.net removed [annando]
|
||||
js_upload:
|
||||
Enhancement of the album name handling [rabuzarus]
|
||||
Enhancement to the wording of the labels [astifter]
|
||||
langfilter:
|
||||
Fixed a problem with default values of the filtered languages [tobiasd]
|
||||
libravatar:
|
||||
The service wont shutdown, so we can keep the addon [tobiasd]
|
||||
pumpio:
|
||||
Fixed a problem that prevented new connections [annando]
|
||||
superblock:
|
||||
Fixed a bug that prevented the addon to block accounts [annando]
|
||||
Enhancements of the settings [AlfredSK]
|
||||
twitter:
|
||||
Use rich text for quote tweets [MrPetovan]
|
||||
Prevent empty quotes from being created [annando]
|
||||
Fixed a problem with re-shares from remote_self contacts [annando]
|
||||
Changed URL display after link expansion [MrPetovan]
|
||||
Fixed a problem with EXIF handling [MrPetovan]
|
||||
added addons:
|
||||
mastodoncustomemojis [MrPetovan]
|
||||
deprecated addons:
|
||||
notimeline, retriver, remote_permissions, widgets
|
||||
|
||||
Directory:
|
||||
Enhancements of the health summary [andyhee]
|
||||
Enhancements of the PHP7 compatibility [MrPetovan]
|
||||
|
||||
Closed Issues:
|
||||
901, 1034, 1074, 1303, 1308, 1391, 1490, 1470, 1559, 2093, 2337,
|
||||
2340, 2381, 2396, 2675, 3291, 3299, 3493, 3501, 3535, 3643, 3840,
|
||||
4148, 4419, 4475, 4507, 4655, 4659, 4710, 4726, 4739, 4753, 4814,
|
||||
4830, 4868, 4889, 4923, 4971, 4950, 4985, 5066, 5099, 5137, 5148,
|
||||
5158, 5168, 5188, 5202, 5211, 5222, 5233, 5243, 5247, 5252, 5257,
|
||||
5260, 5262, 5268, 5274, 5275, 5276, 5278, 5298, 5318, 5319, 5320,
|
||||
5321, 5322, 5330, 5333, 5341, 5365, 5405, 5407, 5411, 5423, 5432,
|
||||
5434, 5436, 5443, 5455, 5464, 5467, 5469, 5486, 5496, 5497, 5514,
|
||||
5539, 5524, 5541, 5544, 5550, 5564, 5566, 5605, 5630, 5638, 5651,
|
||||
5653, 5660, 5670, 5691, 5733, 5745, 5768
|
||||
|
||||
Version 2018.05 (2018-06-01)
|
||||
Friendica Core:
|
||||
Update to the translations (DE, EN-GB, EN-US, FI, IS, IT, NL, PL, RU, ZN CH) [translation teams]
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2018.08-rc
|
||||
2018.12-dev
|
||||
|
|
2
boot.php
2
boot.php
|
@ -39,7 +39,7 @@ require_once 'include/text.php';
|
|||
|
||||
define('FRIENDICA_PLATFORM', 'Friendica');
|
||||
define('FRIENDICA_CODENAME', 'The Tazmans Flax-lily');
|
||||
define('FRIENDICA_VERSION', '2018.08-rc');
|
||||
define('FRIENDICA_VERSION', '2018.12-dev');
|
||||
define('DFRN_PROTOCOL_VERSION', '2.23');
|
||||
define('DB_UPDATE_VERSION', 1283);
|
||||
define('NEW_UPDATE_ROUTINE_VERSION', 1170);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 2018.08-dev (The Tazmans Flax-lily)
|
||||
-- Friendica 2018.12-dev (The Tazmans Flax-lily)
|
||||
-- DB_UPDATE_VERSION 1283
|
||||
-- ------------------------------------------
|
||||
|
||||
|
|
|
@ -180,7 +180,7 @@ Hier ist eine Liste von Clients bei denen dies möglich ist, bzw. die speziell f
|
|||
<a name="help"></a>
|
||||
### Wo finde ich Hilfe?
|
||||
|
||||
Wenn Du Probleme mit Deiner Friendica-Seite hast, dann kannst Du die Community in der [Friendica-Support-Gruppe](https://forum.friendi.ca/profile/helpers) oder im [deutschen Friendica-Support-Forum](http://toktan.org/profile/wiki) fragen oder Dir das [deutsche Wiki](http://wiki.toktan.org/doku.php) anschauen.
|
||||
Wenn Du Probleme mit Deiner Friendica-Seite hast, dann kannst Du die Community in der [Friendica-Support-Gruppe](https://forum.friendi.ca/profile/helpers) fragen oder Dir das [deutsche Wiki](https://friendica-wiki.de/) anschauen.
|
||||
Wenn Du Deinen Account nicht nutzen kannst, kannst Du entweder einen [Testaccount](https://tryfriendica.de) bzw. einen Account auf einer öffentlichen Seite ([Liste](https://dir.friendica.social/servers)) nutzen.
|
||||
|
||||
Wenn du dir keinen weiteren Friendica Account einrichten willst, kannst du auch gerne über einen der folgenden alternativen Kanäle Hilfe suchen:
|
||||
|
|
|
@ -61,7 +61,7 @@ Friendica - Dokumentation und Ressourcen
|
|||
**Externe Ressourcen**
|
||||
|
||||
* [Haupt-Webseite](https://friendi.ca)
|
||||
* [Deutsches Friendica-Wiki](http://wiki.toktan.org/doku.php)
|
||||
* [Deutsches Friendica-Wiki](https://friendica-wiki.de)
|
||||
* Support Kanäle
|
||||
* [Friendica Support Forum](https://forum.friendi.ca/~helpers)
|
||||
* [Mailing Listen Archiv](http://mailman.friendi.ca/mailman/listinfo/support-friendi.ca) zum Abonnieren der Liste eine E-Mail an ``support-request(at)friendi.ca?subject=subscribe`` senden
|
||||
|
|
|
@ -82,7 +82,7 @@ Dies tust du mit den folgenden Befehlen
|
|||
Die Entwickler Version kann nach einem fehlerhaften Commit vorübergehend Probleme haben oder gar nicht mehr funktionieren.
|
||||
Sollte dir so etwas passieren, lass es uns bitte wissen, damit der Fehler behoben werden kann.
|
||||
|
||||
### Erselle eine Datenbank
|
||||
### Erstelle eine Datenbank
|
||||
|
||||
Erstelle eine leere Datenbank und notiere alle Zugangsdaten (Adresse der Datenbank, Nutzername, Passwort, Datenbankname).
|
||||
|
||||
|
|
|
@ -1454,7 +1454,7 @@ function get_responses(array $conv_responses, array $response_verbs, $ob, array
|
|||
$ret = [];
|
||||
foreach ($response_verbs as $v) {
|
||||
$ret[$v] = [];
|
||||
$ret[$v]['count'] = defaults($conv_responses[$v], $item['uri'], '');
|
||||
$ret[$v]['count'] = defaults($conv_responses[$v], $item['uri'], 0);
|
||||
$ret[$v]['list'] = defaults($conv_responses[$v], $item['uri'] . '-l', []);
|
||||
$ret[$v]['self'] = defaults($conv_responses[$v], $item['uri'] . '-self', '0');
|
||||
if (count($ret[$v]['list']) > MAX_LIKERS) {
|
||||
|
|
39
mod/update_contacts.php
Normal file
39
mod/update_contacts.php
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?php
|
||||
|
||||
// See update_profile.php for documentation
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\PConfig;
|
||||
|
||||
require_once 'mod/contacts.php';
|
||||
|
||||
function update_contacts_content(App $a)
|
||||
{
|
||||
header("Content-type: text/html");
|
||||
echo "<!DOCTYPE html><html><body>\r\n";
|
||||
echo "<section>";
|
||||
|
||||
if ($_GET["force"] == 1) {
|
||||
$text = contacts_content($a, true);
|
||||
} else {
|
||||
$text = '';
|
||||
}
|
||||
|
||||
if (PConfig::get(local_user(), "system", "bandwidth_saver")) {
|
||||
$replace = "<br />".L10n::t("[Embedded content - reload page to view]")."<br />";
|
||||
$pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i";
|
||||
$text = preg_replace($pattern, $replace, $text);
|
||||
$pattern = "/<\s*video[^>]*>(.*?)<\s*\/\s*video>/i";
|
||||
$text = preg_replace($pattern, $replace, $text);
|
||||
$pattern = "/<\s*embed[^>]*>(.*?)<\s*\/\s*embed>/i";
|
||||
$text = preg_replace($pattern, $replace, $text);
|
||||
$pattern = "/<\s*iframe[^>]*>(.*?)<\s*\/\s*iframe>/i";
|
||||
$text = preg_replace($pattern, $replace, $text);
|
||||
}
|
||||
|
||||
echo str_replace("\t", " ", $text);
|
||||
echo "</section>";
|
||||
echo "</body></html>\r\n";
|
||||
killme();
|
||||
}
|
|
@ -183,6 +183,10 @@ class L10n extends BaseObject
|
|||
{
|
||||
$a = self::getApp();
|
||||
|
||||
if (!is_numeric($count)) {
|
||||
logger('Non numeric count called by ' . System::callstack(20));
|
||||
}
|
||||
|
||||
$lang = Config::get('system', 'language');
|
||||
|
||||
if (!empty($a->strings[$singular])) {
|
||||
|
|
|
@ -1164,12 +1164,12 @@ class DFRN
|
|||
* @return int Deliver status. Negative values mean an error.
|
||||
* @todo Add array type-hint for $owner, $contact
|
||||
*/
|
||||
public static function deliver($owner, $contact, $atom, $dissolve = false)
|
||||
public static function deliver($owner, $contact, $atom, $dissolve = false, $legacy_transport = false)
|
||||
{
|
||||
$a = get_app();
|
||||
|
||||
// At first try the Diaspora transport layer
|
||||
if (!$dissolve) {
|
||||
if (!$dissolve && !$legacy_transport) {
|
||||
$ret = self::transmit($owner, $contact, $atom);
|
||||
if ($ret >= 200) {
|
||||
logger('Delivery via Diaspora transport layer was successful with status ' . $ret);
|
||||
|
|
|
@ -292,8 +292,10 @@ class Delivery extends BaseObject
|
|||
self::deliverDiaspora($cmd, $contact, $owner, $items, $target_item, $public_message, $top_level, $followup);
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
} elseif ($cmd != self::RELOCATION) {
|
||||
$deliver_status = DFRN::deliver($owner, $contact, $atom);
|
||||
} else {
|
||||
$deliver_status = DFRN::deliver($owner, $contact, $atom, false, true);
|
||||
}
|
||||
|
||||
logger('Delivery to ' . $contact["url"] . ' with guid ' . $target_item["guid"] . ' returns ' . $deliver_status);
|
||||
|
|
|
@ -247,15 +247,7 @@ span.oembed, h4 {
|
|||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
code {
|
||||
display: block;
|
||||
background-color: #eee;
|
||||
color: #666;
|
||||
padding: 1em;
|
||||
font-size: 0.85em;
|
||||
font-family: monospace;
|
||||
}
|
||||
key {
|
||||
code, key {
|
||||
display: inline;
|
||||
background-color: #eee;
|
||||
color: #666;
|
||||
|
|
|
@ -13,7 +13,7 @@ msgstr ""
|
|||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-08-25 15:34+0000\n"
|
||||
"PO-Revision-Date: 2018-09-17 14:51+0000\n"
|
||||
"PO-Revision-Date: 2018-09-22 16:53+0000\n"
|
||||
"Last-Translator: Aditoo\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -214,7 +214,7 @@ msgstr "Podobné zájmy"
|
|||
|
||||
#: view/theme/vier/theme.php:204 src/Content/Widget.php:66
|
||||
msgid "Random Profile"
|
||||
msgstr "Náhodný Profil"
|
||||
msgstr "Náhodný profil"
|
||||
|
||||
#: view/theme/vier/theme.php:205 src/Content/Widget.php:67
|
||||
msgid "Invite Friends"
|
||||
|
@ -1786,7 +1786,7 @@ msgstr "Databáze se již používá."
|
|||
|
||||
#: mod/install.php:163
|
||||
msgid "System check"
|
||||
msgstr "Testování systému"
|
||||
msgstr "Zkouška systému"
|
||||
|
||||
#: mod/install.php:167 mod/cal.php:279 mod/events.php:394
|
||||
msgid "Next"
|
||||
|
@ -1794,7 +1794,7 @@ msgstr "Dále"
|
|||
|
||||
#: mod/install.php:168
|
||||
msgid "Check again"
|
||||
msgstr "Otestovat znovu"
|
||||
msgstr "Vyskoušet znovu"
|
||||
|
||||
#: mod/install.php:187
|
||||
msgid "Database connection"
|
||||
|
@ -1804,7 +1804,7 @@ msgstr "Databázové spojení"
|
|||
msgid ""
|
||||
"In order to install Friendica we need to know how to connect to your "
|
||||
"database."
|
||||
msgstr "Pro instalaci Friendica potřeujeme znát připojení k Vaší databázi."
|
||||
msgstr "Pro instalaci Friendica potřebujeme znát připojení k Vaší databázi."
|
||||
|
||||
#: mod/install.php:189
|
||||
msgid ""
|
||||
|
@ -1840,13 +1840,13 @@ msgstr "Jméno databáze"
|
|||
|
||||
#: mod/install.php:198 mod/install.php:235
|
||||
msgid "Site administrator email address"
|
||||
msgstr "Emailová adresa administrátora webu"
|
||||
msgstr "E-mailová adresa administrátora webu"
|
||||
|
||||
#: mod/install.php:198 mod/install.php:235
|
||||
msgid ""
|
||||
"Your account email address must match this in order to use the web admin "
|
||||
"panel."
|
||||
msgstr "Vaše emailová adresa účtu se musí s touto shodovat, aby bylo možné využívat administrační panel ve webovém rozhraní."
|
||||
msgstr "Vaše e-mailová adresa účtu se musí s touto shodovat, aby bylo možné využívat administrační panel ve webovém rozhraní."
|
||||
|
||||
#: mod/install.php:200 mod/install.php:238
|
||||
msgid "Please select a default timezone for your website"
|
||||
|
@ -2109,7 +2109,7 @@ msgstr "Profily"
|
|||
|
||||
#: mod/settings.php:72 mod/admin.php:190
|
||||
msgid "Additional features"
|
||||
msgstr "Další funkčnosti"
|
||||
msgstr "Dodatečné vlastnosti"
|
||||
|
||||
#: mod/settings.php:80
|
||||
msgid "Display"
|
||||
|
@ -2157,7 +2157,7 @@ msgstr "Nastavení e-mailu aktualizována."
|
|||
|
||||
#: mod/settings.php:306
|
||||
msgid "Features updated"
|
||||
msgstr "Funkce aktualizovány"
|
||||
msgstr "Vlastnosti aktualizovány"
|
||||
|
||||
#: mod/settings.php:379
|
||||
msgid "Relocate message has been send to your contacts"
|
||||
|
@ -2230,7 +2230,7 @@ msgstr "Přidat aplikaci"
|
|||
#: mod/admin.php:317 mod/admin.php:1426 mod/admin.php:2074 mod/admin.php:2328
|
||||
#: mod/admin.php:2403 mod/admin.php:2550
|
||||
msgid "Save Settings"
|
||||
msgstr "Uložit Nastavení"
|
||||
msgstr "Uložit nastavení"
|
||||
|
||||
#: mod/settings.php:678 mod/settings.php:704
|
||||
msgid "Consumer Key"
|
||||
|
@ -2290,7 +2290,7 @@ msgstr "Zap"
|
|||
|
||||
#: mod/settings.php:780
|
||||
msgid "Additional Features"
|
||||
msgstr "Další funkce"
|
||||
msgstr "Dodatečné vlastnosti"
|
||||
|
||||
#: mod/settings.php:803 src/Content/ContactSelector.php:82
|
||||
msgid "Diaspora"
|
||||
|
@ -3511,19 +3511,19 @@ msgstr "Ignorovat"
|
|||
|
||||
#: mod/notifications.php:93 src/Content/Nav.php:191
|
||||
msgid "Notifications"
|
||||
msgstr "Upozornění"
|
||||
msgstr "Oznámení"
|
||||
|
||||
#: mod/notifications.php:101
|
||||
msgid "Network Notifications"
|
||||
msgstr "Upozornění Sítě"
|
||||
msgstr "Síťová oznámení"
|
||||
|
||||
#: mod/notifications.php:106 mod/notify.php:81
|
||||
msgid "System Notifications"
|
||||
msgstr "Systémová upozornění"
|
||||
msgstr "Systémová oznámení"
|
||||
|
||||
#: mod/notifications.php:111
|
||||
msgid "Personal Notifications"
|
||||
msgstr "Osobní upozornění"
|
||||
msgstr "Osobní oznámení"
|
||||
|
||||
#: mod/notifications.php:116
|
||||
msgid "Home Notifications"
|
||||
|
@ -4328,7 +4328,7 @@ msgstr "Smazat položku"
|
|||
|
||||
#: mod/admin.php:200 mod/admin.php:201 mod/admin.php:2402
|
||||
msgid "Logs"
|
||||
msgstr "Logy"
|
||||
msgstr "Záznamy"
|
||||
|
||||
#: mod/admin.php:202 mod/admin.php:2469
|
||||
msgid "View Logs"
|
||||
|
@ -4336,7 +4336,7 @@ msgstr "Zobrazit záznamy"
|
|||
|
||||
#: mod/admin.php:204
|
||||
msgid "Diagnostics"
|
||||
msgstr "Diagnostica"
|
||||
msgstr "Diagnostika"
|
||||
|
||||
#: mod/admin.php:205
|
||||
msgid "PHP Info"
|
||||
|
@ -5237,7 +5237,7 @@ msgstr "Podpora OpenID pro registraci a přihlašování."
|
|||
|
||||
#: mod/admin.php:1477
|
||||
msgid "Fullname check"
|
||||
msgstr "kontrola úplného jména"
|
||||
msgstr "Kontrola úplného jména"
|
||||
|
||||
#: mod/admin.php:1477
|
||||
msgid ""
|
||||
|
@ -5299,7 +5299,7 @@ msgstr "Podpora pro Diasporu nemůže být zapnuta, protože Friendica byla nain
|
|||
|
||||
#: mod/admin.php:1485
|
||||
msgid "Enable Diaspora support"
|
||||
msgstr "Povolit podporu Diaspora"
|
||||
msgstr "Zapnout podporu pro Diaspora"
|
||||
|
||||
#: mod/admin.php:1485
|
||||
msgid "Provide built-in Diaspora network compatibility."
|
||||
|
@ -6015,7 +6015,7 @@ msgstr "[Nepodporováno]"
|
|||
|
||||
#: mod/admin.php:2360
|
||||
msgid "Log settings updated."
|
||||
msgstr "Nastavení protokolu aktualizováno."
|
||||
msgstr "Nastavení záznamů aktualizována."
|
||||
|
||||
#: mod/admin.php:2393
|
||||
msgid "PHP log currently enabled."
|
||||
|
@ -6183,7 +6183,7 @@ msgstr "Vzdálený odběr nemůže být na Vaší síti proveden. Prosím, přih
|
|||
|
||||
#: mod/dfrn_request.php:486
|
||||
msgid "Please login to confirm introduction."
|
||||
msgstr "Pro ptvrzení představení se prosím přihlaste."
|
||||
msgstr "Pro potvrzení představení se prosím přihlaste."
|
||||
|
||||
#: mod/dfrn_request.php:494
|
||||
msgid ""
|
||||
|
@ -7847,13 +7847,13 @@ msgstr "Pokud nemáte na Vašem serveru nainstalovanou verzi PHP pro příkazov
|
|||
|
||||
#: src/Core/Install.php:143
|
||||
msgid "PHP executable path"
|
||||
msgstr "Cesta k \"PHP executable\""
|
||||
msgstr "Cesta ke spustitelnému souboru PHP"
|
||||
|
||||
#: src/Core/Install.php:143
|
||||
msgid ""
|
||||
"Enter full path to php executable. You can leave this blank to continue the "
|
||||
"installation."
|
||||
msgstr "Zadejte plnou cestu k spustitelnému souboru php. Tento údaj můžete ponechat nevyplněný a pokračovat v instalaci."
|
||||
msgstr "Zadejte plnou cestu ke spustitelnému souboru PHP. Tento údaj můžete ponechat nevyplněný a pokračovat v instalaci."
|
||||
|
||||
#: src/Core/Install.php:148
|
||||
msgid "Command line PHP"
|
||||
|
|
|
@ -45,7 +45,7 @@ $a->strings["Examples: Robert Morgenstein, Fishing"] = "Příklady: Josef Dvoř
|
|||
$a->strings["Find"] = "Najít";
|
||||
$a->strings["Friend Suggestions"] = "Návrhy přátel";
|
||||
$a->strings["Similar Interests"] = "Podobné zájmy";
|
||||
$a->strings["Random Profile"] = "Náhodný Profil";
|
||||
$a->strings["Random Profile"] = "Náhodný profil";
|
||||
$a->strings["Invite Friends"] = "Pozvat přátele";
|
||||
$a->strings["Global Directory"] = "Globální adresář";
|
||||
$a->strings["Local Directory"] = "Místní adresář";
|
||||
|
@ -430,11 +430,11 @@ $a->strings["Your Friendica site database has been installed."] = "Vaše databá
|
|||
$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Nejspíše budete muset manuálně importovat soubor \"database.sql\" pomocí phpMyAdmin či MySQL.";
|
||||
$a->strings["Please see the file \"INSTALL.txt\"."] = "Přečtěte si prosím informace v souboru \"INSTALL.txt\".";
|
||||
$a->strings["Database already in use."] = "Databáze se již používá.";
|
||||
$a->strings["System check"] = "Testování systému";
|
||||
$a->strings["System check"] = "Zkouška systému";
|
||||
$a->strings["Next"] = "Dále";
|
||||
$a->strings["Check again"] = "Otestovat znovu";
|
||||
$a->strings["Check again"] = "Vyskoušet znovu";
|
||||
$a->strings["Database connection"] = "Databázové spojení";
|
||||
$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Pro instalaci Friendica potřeujeme znát připojení k Vaší databázi.";
|
||||
$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Pro instalaci Friendica potřebujeme znát připojení k Vaší databázi.";
|
||||
$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Pokud máte otázky k následujícím nastavením, obraťte se na svého poskytovatele hostingu nebo administrátora serveru.";
|
||||
$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databáze, kterou uvedete níže, by již měla existovat. Pokud to tak není, prosíme, vytvořte ji před pokračováním.";
|
||||
$a->strings["Database Server Name"] = "Jméno databázového serveru";
|
||||
|
@ -442,8 +442,8 @@ $a->strings["Database Login Name"] = "Přihlašovací jméno k databázi";
|
|||
$a->strings["Database Login Password"] = "Heslo k databázovému účtu ";
|
||||
$a->strings["For security reasons the password must not be empty"] = "Z bezpečnostních důvodů nesmí být heslo prázdné.";
|
||||
$a->strings["Database Name"] = "Jméno databáze";
|
||||
$a->strings["Site administrator email address"] = "Emailová adresa administrátora webu";
|
||||
$a->strings["Your account email address must match this in order to use the web admin panel."] = "Vaše emailová adresa účtu se musí s touto shodovat, aby bylo možné využívat administrační panel ve webovém rozhraní.";
|
||||
$a->strings["Site administrator email address"] = "E-mailová adresa administrátora webu";
|
||||
$a->strings["Your account email address must match this in order to use the web admin panel."] = "Vaše e-mailová adresa účtu se musí s touto shodovat, aby bylo možné využívat administrační panel ve webovém rozhraní.";
|
||||
$a->strings["Please select a default timezone for your website"] = "Prosím, vyberte výchozí časové pásmo pro váš server";
|
||||
$a->strings["Site settings"] = "Nastavení webu";
|
||||
$a->strings["System Language:"] = "Systémový jazyk";
|
||||
|
@ -501,7 +501,7 @@ $a->strings["Profile Match"] = "Shoda profilu";
|
|||
$a->strings["everybody"] = "Žádost o připojení selhala nebo byla zrušena.";
|
||||
$a->strings["Account"] = "Účet";
|
||||
$a->strings["Profiles"] = "Profily";
|
||||
$a->strings["Additional features"] = "Další funkčnosti";
|
||||
$a->strings["Additional features"] = "Dodatečné vlastnosti";
|
||||
$a->strings["Display"] = "Zobrazení";
|
||||
$a->strings["Social Networks"] = "Sociální sítě";
|
||||
$a->strings["Addons"] = "Doplňky";
|
||||
|
@ -513,7 +513,7 @@ $a->strings["Missing some important data!"] = "Chybí některé důležité úda
|
|||
$a->strings["Update"] = "Aktualizace";
|
||||
$a->strings["Failed to connect with email account using the settings provided."] = "Nepodařilo se připojit k e-mailovému účtu pomocí dodaného nastavení.";
|
||||
$a->strings["Email settings updated."] = "Nastavení e-mailu aktualizována.";
|
||||
$a->strings["Features updated"] = "Funkce aktualizovány";
|
||||
$a->strings["Features updated"] = "Vlastnosti aktualizovány";
|
||||
$a->strings["Relocate message has been send to your contacts"] = "Správa o změně umístění byla odeslána vašim kontaktům";
|
||||
$a->strings["Passwords do not match. Password unchanged."] = "Hesla se neshodují. Heslo nebylo změněno.";
|
||||
$a->strings["Empty passwords are not allowed. Password unchanged."] = "Prázdné hesla nejsou povolena. Heslo nebylo změněno.";
|
||||
|
@ -530,7 +530,7 @@ $a->strings["Private forum has no privacy permissions. Using default privacy gro
|
|||
$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Soukromé fórum nemá nastaveno zabezpečení a ani žádnou defaultní výchozí skupinu.";
|
||||
$a->strings["Settings updated."] = "Nastavení aktualizováno.";
|
||||
$a->strings["Add application"] = "Přidat aplikaci";
|
||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
||||
$a->strings["Save Settings"] = "Uložit nastavení";
|
||||
$a->strings["Consumer Key"] = "Consumer Key";
|
||||
$a->strings["Consumer Secret"] = "Consumer Secret";
|
||||
$a->strings["Redirect"] = "Přesměrování";
|
||||
|
@ -545,7 +545,7 @@ $a->strings["No Addon settings configured"] = "Žádná nastavení doplňků nen
|
|||
$a->strings["Addon Settings"] = "Nastavení doplňků";
|
||||
$a->strings["Off"] = "Vyp";
|
||||
$a->strings["On"] = "Zap";
|
||||
$a->strings["Additional Features"] = "Další funkce";
|
||||
$a->strings["Additional Features"] = "Dodatečné vlastnosti";
|
||||
$a->strings["Diaspora"] = "Diaspora";
|
||||
$a->strings["enabled"] = "povoleno";
|
||||
$a->strings["disabled"] = "zakázáno";
|
||||
|
@ -826,10 +826,10 @@ $a->strings["Note: This node explicitly contains adult content"] = "Poznámka: T
|
|||
$a->strings["Invalid request identifier."] = "Neplatný identifikátor požadavku.";
|
||||
$a->strings["Discard"] = "Odstranit";
|
||||
$a->strings["Ignore"] = "Ignorovat";
|
||||
$a->strings["Notifications"] = "Upozornění";
|
||||
$a->strings["Network Notifications"] = "Upozornění Sítě";
|
||||
$a->strings["System Notifications"] = "Systémová upozornění";
|
||||
$a->strings["Personal Notifications"] = "Osobní upozornění";
|
||||
$a->strings["Notifications"] = "Oznámení";
|
||||
$a->strings["Network Notifications"] = "Síťová oznámení";
|
||||
$a->strings["System Notifications"] = "Systémová oznámení";
|
||||
$a->strings["Personal Notifications"] = "Osobní oznámení";
|
||||
$a->strings["Home Notifications"] = "Oznámení na domovské stránce";
|
||||
$a->strings["Show Ignored Requests"] = "Zobrazit ignorované žádosti";
|
||||
$a->strings["Hide Ignored Requests"] = "Skrýt ignorované žádosti";
|
||||
|
@ -1001,9 +1001,9 @@ $a->strings["Tools"] = "Nástroje";
|
|||
$a->strings["Contact Blocklist"] = "Blokované kontakty";
|
||||
$a->strings["Server Blocklist"] = "Blokované servery";
|
||||
$a->strings["Delete Item"] = "Smazat položku";
|
||||
$a->strings["Logs"] = "Logy";
|
||||
$a->strings["Logs"] = "Záznamy";
|
||||
$a->strings["View Logs"] = "Zobrazit záznamy";
|
||||
$a->strings["Diagnostics"] = "Diagnostica";
|
||||
$a->strings["Diagnostics"] = "Diagnostika";
|
||||
$a->strings["PHP Info"] = "Info o PHP";
|
||||
$a->strings["probe address"] = "vyzkoušet adresu";
|
||||
$a->strings["check webfinger"] = "vyzkoušet webfinger";
|
||||
|
@ -1204,7 +1204,7 @@ $a->strings["Block multiple registrations"] = "Blokovat více registrací";
|
|||
$a->strings["Disallow users to register additional accounts for use as pages."] = "Znemožnit uživatelům registraci dodatečných účtů k použití jako stránky.";
|
||||
$a->strings["OpenID support"] = "Podpora OpenID";
|
||||
$a->strings["OpenID support for registration and logins."] = "Podpora OpenID pro registraci a přihlašování.";
|
||||
$a->strings["Fullname check"] = "kontrola úplného jména";
|
||||
$a->strings["Fullname check"] = "Kontrola úplného jména";
|
||||
$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Přimět uživatele k registraci s mezerou mezi jménu a příjmením v poli Celé jméno, jako antispamové opatření.";
|
||||
$a->strings["Community pages for visitors"] = "Komunitní stránky pro návštěvníky";
|
||||
$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "Které komunitní stránky by měly být viditelné pro návštěvníky. Lokální uživatelé vždy vidí obě stránky.";
|
||||
|
@ -1216,7 +1216,7 @@ $a->strings["Only import OStatus threads from our contacts"] = "Pouze importovat
|
|||
$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Běžně importujeme všechen obsah z našich kontaktů na OStatus. S touto volbou uchováváme vlákna počatá kontaktem, který je na našem systému známý.";
|
||||
$a->strings["OStatus support can only be enabled if threading is enabled."] = "Podpora pro OStatus může být zapnuta pouze, je-li povolen threading.";
|
||||
$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "Podpora pro Diasporu nemůže být zapnuta, protože Friendica byla nainstalována do podadresáře.";
|
||||
$a->strings["Enable Diaspora support"] = "Povolit podporu Diaspora";
|
||||
$a->strings["Enable Diaspora support"] = "Zapnout podporu pro Diaspora";
|
||||
$a->strings["Provide built-in Diaspora network compatibility."] = "Poskytnout zabudovanou kompatibilitu sitě Diaspora.";
|
||||
$a->strings["Only allow Friendica contacts"] = "Povolit pouze kontakty z Friendica";
|
||||
$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Všechny kontakty musí používat Friendica protokol. Všchny jiné zabudované komunikační protokoly budou zablokované.";
|
||||
|
@ -1370,7 +1370,7 @@ $a->strings["Reload active themes"] = "Znovu načíst aktivní motivy";
|
|||
$a->strings["No themes found on the system. They should be placed in %1\$s"] = "V systému nebyly nalezeny žádné motivy. Měly by být uloženy v %1\$s";
|
||||
$a->strings["[Experimental]"] = "[Experimentální]";
|
||||
$a->strings["[Unsupported]"] = "[Nepodporováno]";
|
||||
$a->strings["Log settings updated."] = "Nastavení protokolu aktualizováno.";
|
||||
$a->strings["Log settings updated."] = "Nastavení záznamů aktualizována.";
|
||||
$a->strings["PHP log currently enabled."] = "PHP záznamy jsou aktuálně povolené.";
|
||||
$a->strings["PHP log currently disabled."] = "PHP záznamy jsou aktuálně zakázané.";
|
||||
$a->strings["Clear"] = "Vyčistit";
|
||||
|
@ -1411,7 +1411,7 @@ $a->strings["Disallowed profile URL."] = "Nepovolené URL profilu.";
|
|||
$a->strings["Failed to update contact record."] = "Nepodařilo se aktualizovat kontakt.";
|
||||
$a->strings["Your introduction has been sent."] = "Vaše žádost o propojení byla odeslána.";
|
||||
$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Vzdálený odběr nemůže být na Vaší síti proveden. Prosím, přihlaste se k odběru přímo na Vašem systému.";
|
||||
$a->strings["Please login to confirm introduction."] = "Pro ptvrzení představení se prosím přihlaste.";
|
||||
$a->strings["Please login to confirm introduction."] = "Pro potvrzení představení se prosím přihlaste.";
|
||||
$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Jste přihlášen/a pod nesprávnou identitou. Prosím, přihlaste se do <strong>tohoto</strong> profilu.";
|
||||
$a->strings["Confirm"] = "Potvrdit";
|
||||
$a->strings["Hide this contact"] = "Skrýt tento kontakt";
|
||||
|
@ -1801,8 +1801,8 @@ $a->strings["%s: Database update"] = "%s: Aktualizace databáze";
|
|||
$a->strings["%s: updating %s table."] = "%s: aktualizuji tabulku %s";
|
||||
$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nelze najít verzi PHP pro příkazový řádek v PATH webového serveru.";
|
||||
$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"] = "Pokud nemáte na Vašem serveru nainstalovanou verzi PHP pro příkazový řádek, nebudete moci spouštět procesy v pozadí. Více na <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>\"Nastavte pracovníka\"</a>";
|
||||
$a->strings["PHP executable path"] = "Cesta k \"PHP executable\"";
|
||||
$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Zadejte plnou cestu k spustitelnému souboru php. Tento údaj můžete ponechat nevyplněný a pokračovat v instalaci.";
|
||||
$a->strings["PHP executable path"] = "Cesta ke spustitelnému souboru PHP";
|
||||
$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Zadejte plnou cestu ke spustitelnému souboru PHP. Tento údaj můžete ponechat nevyplněný a pokračovat v instalaci.";
|
||||
$a->strings["Command line PHP"] = "Příkazový řádek PHP";
|
||||
$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable není php cli binary (může být verze cgi-fgci)";
|
||||
$a->strings["Found PHP version: "] = "Nalezena PHP verze:";
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<link rel="stylesheet" href="view/asset/jgrowl/jquery.jgrowl.min.css" type="text/css" media="screen" />
|
||||
<link rel="stylesheet" href="view/asset/jquery-datetimepicker/build/jquery.datetimepicker.min.css" type="text/css" media="screen" />
|
||||
<link rel="stylesheet" href="view/asset/perfect-scrollbar/css/perfect-scrollbar.min.css" type="text/css" media="screen" />
|
||||
<link rel="stylesheet" href="vendor/pear/text_highlighter/sample.css" type="text/css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{$stylesheet}}" media="all" />
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ img { border :0px; }
|
|||
width: 384px;
|
||||
}
|
||||
|
||||
code {
|
||||
pre code {
|
||||
font-family: Courier, monospace;
|
||||
white-space: pre;
|
||||
display: block;
|
||||
|
|
|
@ -96,9 +96,6 @@ blockquote {
|
|||
max-height: 0px !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/**
|
||||
* mobile aside
|
||||
|
@ -1065,9 +1062,6 @@ aside > #datebrowse-sidebar .posted-date-selector-months > ul > li:hover{
|
|||
}
|
||||
|
||||
/* help page widget */
|
||||
aside > .help-content-wrapper code, .help-aside-wrapper code {
|
||||
display: inline
|
||||
}
|
||||
aside > .help-aside-wrapper p strong:first-child {
|
||||
display: block;
|
||||
margin: 1em 0 0em;
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
<link rel="stylesheet" href="view/asset/jgrowl/jquery.jgrowl.min.css" type="text/css" media="screen" />
|
||||
<link rel="stylesheet" href="view/asset/jquery-datetimepicker/build/jquery.datetimepicker.min.css" type="text/css" media="screen" />
|
||||
<link rel="stylesheet" href="view/asset/perfect-scrollbar/css/perfect-scrollbar.min.css" type="text/css" media="screen" />
|
||||
<link rel="stylesheet" href="vendor/pear/text_highlighter/sample.css" type="text/css" media="screen" />
|
||||
|
||||
<link rel="stylesheet" href="view/theme/frio/frameworks/bootstrap/css/bootstrap.min.css" type="text/css" media="screen"/>
|
||||
<link rel="stylesheet" href="view/theme/frio/frameworks/bootstrap/css/bootstrap-theme.min.css" type="text/css" media="screen"/>
|
||||
|
|
|
@ -469,7 +469,7 @@ blockquote {
|
|||
margin-left: 1em;
|
||||
border-left: 1em solid #e6e6e6;
|
||||
}
|
||||
code {
|
||||
pre code {
|
||||
font-family: Courier, monospace;
|
||||
white-space: pre;
|
||||
display: block;
|
||||
|
|
|
@ -469,7 +469,7 @@ blockquote {
|
|||
margin-left: 1em;
|
||||
border-left: 1em solid #e6e6e6;
|
||||
}
|
||||
code {
|
||||
pre code {
|
||||
font-family: Courier, monospace;
|
||||
white-space: pre;
|
||||
display: block;
|
||||
|
|
|
@ -469,7 +469,7 @@ blockquote {
|
|||
margin-left: 1em;
|
||||
border-left: 1em solid #e6e6e6;
|
||||
}
|
||||
code {
|
||||
pre code {
|
||||
font-family: Courier, monospace;
|
||||
white-space: pre;
|
||||
display: block;
|
||||
|
|
|
@ -59,7 +59,7 @@ blockquote {
|
|||
|
||||
}
|
||||
|
||||
code {
|
||||
pre code {
|
||||
font-family: Courier, monospace;
|
||||
white-space: pre;
|
||||
display: block;
|
||||
|
|
|
@ -1860,7 +1860,7 @@ blockquote.shared_content {
|
|||
|
||||
#item-delete-selected-icon {}
|
||||
|
||||
code {
|
||||
pre code {
|
||||
font-family: Courier, monospace;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
|
@ -2024,7 +2024,7 @@ code {
|
|||
float: right;
|
||||
}
|
||||
|
||||
.wall-item-body code {
|
||||
.wall-item-body pre code {
|
||||
font-family: Courier, monospace;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
|
|
|
@ -14,7 +14,7 @@ header #banner #logo-text {
|
|||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
code {
|
||||
pre code {
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
|
@ -323,7 +323,7 @@ a:hover {
|
|||
/* color: #005c94; */
|
||||
text-decoration: underline;
|
||||
}
|
||||
code {
|
||||
pre code {
|
||||
font-family: Courier, monospace;
|
||||
white-space: pre;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue