This commit is contained in:
friendica 2012-12-03 00:44:37 -08:00
commit 531fbff90b
4 changed files with 45 additions and 40 deletions

View File

@ -99,7 +99,7 @@ if(! function_exists('post_url')) {
function post_url($url,$params, $headers = null, &$redirects = 0, $timeout = 0) { function post_url($url,$params, $headers = null, &$redirects = 0, $timeout = 0) {
$a = get_app(); $a = get_app();
$ch = curl_init($url); $ch = curl_init($url);
if(($redirects > 8) || (! $ch)) if(($redirects > 8) || (! $ch))
return false; return false;
curl_setopt($ch, CURLOPT_HEADER, true); curl_setopt($ch, CURLOPT_HEADER, true);

View File

@ -1717,11 +1717,11 @@ msgstr "Разблокировать"
#: ../../mod/contacts.php:315 ../../mod/contacts.php:374 #: ../../mod/contacts.php:315 ../../mod/contacts.php:374
#: ../../mod/admin.php:697 #: ../../mod/admin.php:697
msgid "Block" msgid "Block"
msgstr "Блокировать" msgstr "Заблокировать"
#: ../../mod/contacts.php:318 #: ../../mod/contacts.php:318
msgid "Toggle Blocked status" msgid "Toggle Blocked status"
msgstr "" msgstr "Изменить статус блокированности (заблокировать/разблокировать)"
#: ../../mod/contacts.php:321 ../../mod/contacts.php:375 #: ../../mod/contacts.php:321 ../../mod/contacts.php:375
msgid "Unignore" msgid "Unignore"
@ -1729,19 +1729,19 @@ msgstr "Не игнорировать"
#: ../../mod/contacts.php:324 #: ../../mod/contacts.php:324
msgid "Toggle Ignored status" msgid "Toggle Ignored status"
msgstr "" msgstr "Изменить статус игнорирования"
#: ../../mod/contacts.php:328 #: ../../mod/contacts.php:328
msgid "Unarchive" msgid "Unarchive"
msgstr "" msgstr "Разархивировать"
#: ../../mod/contacts.php:328 #: ../../mod/contacts.php:328
msgid "Archive" msgid "Archive"
msgstr "" msgstr "Архивировать"
#: ../../mod/contacts.php:331 #: ../../mod/contacts.php:331
msgid "Toggle Archive status" msgid "Toggle Archive status"
msgstr "" msgstr "Сменить статус архивации (архивирова/не архивировать)"
#: ../../mod/contacts.php:334 #: ../../mod/contacts.php:334
msgid "Repair" msgid "Repair"
@ -1749,11 +1749,11 @@ msgstr "Восстановить"
#: ../../mod/contacts.php:337 #: ../../mod/contacts.php:337
msgid "Advanced Contact Settings" msgid "Advanced Contact Settings"
msgstr "" msgstr "Дополнительные Настройки Контакта"
#: ../../mod/contacts.php:343 #: ../../mod/contacts.php:343
msgid "Communications lost with this contact!" msgid "Communications lost with this contact!"
msgstr "" msgstr "Связь с контактом утеряна!"
#: ../../mod/contacts.php:346 #: ../../mod/contacts.php:346
msgid "Contact Editor" msgid "Contact Editor"
@ -1826,7 +1826,7 @@ msgstr "В настоящее время игнорируется"
#: ../../mod/contacts.php:380 #: ../../mod/contacts.php:380
msgid "Currently archived" msgid "Currently archived"
msgstr "" msgstr "В данный момент архивирован"
#: ../../mod/contacts.php:381 #: ../../mod/contacts.php:381
msgid "" msgid ""
@ -1839,7 +1839,7 @@ msgstr ""
#: ../../mod/contacts.php:437 #: ../../mod/contacts.php:437
msgid "Suggest potential friends" msgid "Suggest potential friends"
msgstr "" msgstr "Предложить потенциального знакомого"
#: ../../mod/contacts.php:440 ../../mod/group.php:191 #: ../../mod/contacts.php:440 ../../mod/group.php:191
msgid "All Contacts" msgid "All Contacts"
@ -1847,35 +1847,35 @@ msgstr "Все контакты"
#: ../../mod/contacts.php:443 #: ../../mod/contacts.php:443
msgid "Show all contacts" msgid "Show all contacts"
msgstr "" msgstr "Показать все контакты"
#: ../../mod/contacts.php:446 #: ../../mod/contacts.php:446
msgid "Unblocked" msgid "Unblocked"
msgstr "" msgstr "Не блокирован"
#: ../../mod/contacts.php:449 #: ../../mod/contacts.php:449
msgid "Only show unblocked contacts" msgid "Only show unblocked contacts"
msgstr "" msgstr "Показать только не блокированные контакты"
#: ../../mod/contacts.php:453 #: ../../mod/contacts.php:453
msgid "Blocked" msgid "Blocked"
msgstr "" msgstr "Заблокирован"
#: ../../mod/contacts.php:456 #: ../../mod/contacts.php:456
msgid "Only show blocked contacts" msgid "Only show blocked contacts"
msgstr "" msgstr "Показать только блокированные контакты"
#: ../../mod/contacts.php:460 #: ../../mod/contacts.php:460
msgid "Ignored" msgid "Ignored"
msgstr "" msgstr "Игнорирован"
#: ../../mod/contacts.php:463 #: ../../mod/contacts.php:463
msgid "Only show ignored contacts" msgid "Only show ignored contacts"
msgstr "" msgstr "Показать только игнорируемые контакты"
#: ../../mod/contacts.php:467 #: ../../mod/contacts.php:467
msgid "Archived" msgid "Archived"
msgstr "" msgstr "Архивированные"
#: ../../mod/contacts.php:470 #: ../../mod/contacts.php:470
msgid "Only show archived contacts" msgid "Only show archived contacts"
@ -1883,7 +1883,7 @@ msgstr ""
#: ../../mod/contacts.php:474 #: ../../mod/contacts.php:474
msgid "Hidden" msgid "Hidden"
msgstr "" msgstr "Скрытые"
#: ../../mod/contacts.php:477 #: ../../mod/contacts.php:477
msgid "Only show hidden contacts" msgid "Only show hidden contacts"

View File

@ -375,16 +375,16 @@ $a->strings["%d contact in common"] = array(
); );
$a->strings["View all contacts"] = "Показать все контакты"; $a->strings["View all contacts"] = "Показать все контакты";
$a->strings["Unblock"] = "Разблокировать"; $a->strings["Unblock"] = "Разблокировать";
$a->strings["Block"] = "Блокировать"; $a->strings["Block"] = "Заблокировать";
$a->strings["Toggle Blocked status"] = ""; $a->strings["Toggle Blocked status"] = "Изменить статус блокированности (заблокировать/разблокировать)";
$a->strings["Unignore"] = "Не игнорировать"; $a->strings["Unignore"] = "Не игнорировать";
$a->strings["Toggle Ignored status"] = ""; $a->strings["Toggle Ignored status"] = "Изменить статус игнорирования";
$a->strings["Unarchive"] = ""; $a->strings["Unarchive"] = "Разархивировать";
$a->strings["Archive"] = ""; $a->strings["Archive"] = "Архивировать";
$a->strings["Toggle Archive status"] = ""; $a->strings["Toggle Archive status"] = "Сменить статус архивации (архивирова/не архивировать)";
$a->strings["Repair"] = "Восстановить"; $a->strings["Repair"] = "Восстановить";
$a->strings["Advanced Contact Settings"] = ""; $a->strings["Advanced Contact Settings"] = "Дополнительные Настройки Контакта";
$a->strings["Communications lost with this contact!"] = ""; $a->strings["Communications lost with this contact!"] = "Связь с контактом утеряна!";
$a->strings["Contact Editor"] = "Редактор контакта"; $a->strings["Contact Editor"] = "Редактор контакта";
$a->strings["Profile Visibility"] = "Видимость профиля"; $a->strings["Profile Visibility"] = "Видимость профиля";
$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен."; $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен.";
@ -401,21 +401,21 @@ $a->strings["Update public posts"] = "Обновить публичные соо
$a->strings["Update now"] = "Обновить сейчас"; $a->strings["Update now"] = "Обновить сейчас";
$a->strings["Currently blocked"] = "В настоящее время заблокирован"; $a->strings["Currently blocked"] = "В настоящее время заблокирован";
$a->strings["Currently ignored"] = "В настоящее время игнорируется"; $a->strings["Currently ignored"] = "В настоящее время игнорируется";
$a->strings["Currently archived"] = ""; $a->strings["Currently archived"] = "В данный момент архивирован";
$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = ""; $a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "";
$a->strings["Suggestions"] = ""; $a->strings["Suggestions"] = "";
$a->strings["Suggest potential friends"] = ""; $a->strings["Suggest potential friends"] = "Предложить потенциального знакомого";
$a->strings["All Contacts"] = "Все контакты"; $a->strings["All Contacts"] = "Все контакты";
$a->strings["Show all contacts"] = ""; $a->strings["Show all contacts"] = "Показать все контакты";
$a->strings["Unblocked"] = ""; $a->strings["Unblocked"] = "Не блокирован";
$a->strings["Only show unblocked contacts"] = ""; $a->strings["Only show unblocked contacts"] = "Показать только не блокированные контакты";
$a->strings["Blocked"] = ""; $a->strings["Blocked"] = "Заблокирован";
$a->strings["Only show blocked contacts"] = ""; $a->strings["Only show blocked contacts"] = "Показать только блокированные контакты";
$a->strings["Ignored"] = ""; $a->strings["Ignored"] = "Игнорирован";
$a->strings["Only show ignored contacts"] = ""; $a->strings["Only show ignored contacts"] = "Показать только игнорируемые контакты";
$a->strings["Archived"] = ""; $a->strings["Archived"] = "Архивированные";
$a->strings["Only show archived contacts"] = ""; $a->strings["Only show archived contacts"] = "";
$a->strings["Hidden"] = ""; $a->strings["Hidden"] = "Скрытые";
$a->strings["Only show hidden contacts"] = ""; $a->strings["Only show hidden contacts"] = "";
$a->strings["Mutual Friendship"] = "Взаимная дружба"; $a->strings["Mutual Friendship"] = "Взаимная дружба";
$a->strings["is a fan of yours"] = "является вашим поклонником"; $a->strings["is a fan of yours"] = "является вашим поклонником";

View File

@ -398,6 +398,7 @@ code {
color: #444; color: #444;
padding: 10px; padding: 10px;
margin-top: 20px; margin-top: 20px;
max-width: 640px;
} }
#panel { #panel {
position: absolute; position: absolute;
@ -1045,7 +1046,7 @@ section {
.wall-item-container .wall-item-content { .wall-item-container .wall-item-content {
font-size: 13px; font-size: 13px;
max-width: 720px; max-width: 660px;
word-wrap: break-word; word-wrap: break-word;
line-height: 1.4; line-height: 1.4;
} }
@ -1128,6 +1129,10 @@ section {
width: 665px; width: 665px;
border-bottom: 1px solid hsl(198, 21%, 79%); border-bottom: 1px solid hsl(198, 21%, 79%);
} }
.wall-item-container.comment .wall-item-content {
max-width: 585px;
}
.wall-item-container.comment .contact-photo { .wall-item-container.comment .contact-photo {
width: 32px; width: 32px;
height: 32px; height: 32px;