Merge https://github.com/redmatrix/redmatrix into pending_merge
Conflicts: util/messages.po
This commit is contained in:
commit
74827133b2
2
boot.php
2
boot.php
@ -50,7 +50,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
|
|||||||
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'H');
|
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'H');
|
||||||
define ( 'ZOT_REVISION', 1 );
|
define ( 'ZOT_REVISION', 1 );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1152 );
|
define ( 'DB_UPDATE_VERSION', 1153 );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Constant with a HTML line break.
|
* @brief Constant with a HTML line break.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
define( 'UPDATE_VERSION' , 1152 );
|
define( 'UPDATE_VERSION' , 1153 );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@ -1804,3 +1804,7 @@ function update_r1151() {
|
|||||||
return UPDATE_SUCCESS;
|
return UPDATE_SUCCESS;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function update_r1152() {
|
||||||
|
return UPDATE_SUCCESS;
|
||||||
|
}
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
function setBoxHeights(element) {
|
function setBoxHeights(element) {
|
||||||
var el = element,
|
var el = element,
|
||||||
expandedHeight = el.outerHeight(),
|
expandedHeight = el.outerHeight(true),
|
||||||
cssMaxHeight = parseInt(el.css({maxHeight: ''}).css('max-height').replace(/[^-\d\.]/g, ''), 10),
|
cssMaxHeight = parseInt(el.css({maxHeight: ''}).css('max-height').replace(/[^-\d\.]/g, ''), 10),
|
||||||
defaultHeight = element.data('defaultHeight');
|
defaultHeight = element.data('defaultHeight');
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-09-16.1157
|
2015-09-18.1159
|
||||||
|
@ -122,11 +122,14 @@ a.wall-item-name-link {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-content h1, .wall-item-content h2 {
|
.wall-item-content h1,
|
||||||
|
.wall-item-content h2 {
|
||||||
font-size: 1.319em;
|
font-size: 1.319em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
|
.wall-item-title h3,
|
||||||
|
.wall-item-content h3,
|
||||||
|
.wall-item-content h4 {
|
||||||
font-size: 1.112em;
|
font-size: 1.112em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: Redmatrix\n"
|
"Project-Id-Version: Redmatrix\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2015-09-11 00:05-0700\n"
|
"POT-Creation-Date: 2015-09-11 00:05-0700\n"
|
||||||
"PO-Revision-Date: 2015-09-14 11:47+0000\n"
|
"PO-Revision-Date: 2015-09-14 18:21+0000\n"
|
||||||
"Last-Translator: Manuel Jiménez Friaza <mjfriaza@openmailbox.org>\n"
|
"Last-Translator: Manuel Jiménez Friaza <mjfriaza@openmailbox.org>\n"
|
||||||
"Language-Team: Spanish (http://www.transifex.com/Friendica/red-matrix/language/es/)\n"
|
"Language-Team: Spanish (http://www.transifex.com/Friendica/red-matrix/language/es/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -2507,7 +2507,7 @@ msgstr "Privado"
|
|||||||
|
|
||||||
#: ../../include/permissions.php:894
|
#: ../../include/permissions.php:894
|
||||||
msgid "Community Forum"
|
msgid "Community Forum"
|
||||||
msgstr "Foro de la comunidad"
|
msgstr "Foro de discusión"
|
||||||
|
|
||||||
#: ../../include/permissions.php:895
|
#: ../../include/permissions.php:895
|
||||||
msgid "Feed Republish"
|
msgid "Feed Republish"
|
||||||
@ -8604,7 +8604,7 @@ msgstr "O <a href=\"import\">importar un canal existente</a> de otro lugar"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Please choose a channel type (such as social networking or community forum) "
|
"Please choose a channel type (such as social networking or community forum) "
|
||||||
"and privacy requirements so we can select the best permissions for you"
|
"and privacy requirements so we can select the best permissions for you"
|
||||||
msgstr "Elija el tipo de canal (como red social o foro de comunidad) y la privacidad que requiera, así podremos seleccionar el mejor conjunto de permisos para usted"
|
msgstr "Elija el tipo de canal (como red social o foro de discusión) y la privacidad que requiera, así podremos seleccionar el mejor conjunto de permisos para usted"
|
||||||
|
|
||||||
#: ../../mod/new_channel.php:119
|
#: ../../mod/new_channel.php:119
|
||||||
msgid "Channel Type"
|
msgid "Channel Type"
|
||||||
|
@ -579,7 +579,7 @@ $a->strings["Social Networking"] = "Redes sociales";
|
|||||||
$a->strings["Mostly Public"] = "Público en su mayor parte";
|
$a->strings["Mostly Public"] = "Público en su mayor parte";
|
||||||
$a->strings["Restricted"] = "Restringido";
|
$a->strings["Restricted"] = "Restringido";
|
||||||
$a->strings["Private"] = "Privado";
|
$a->strings["Private"] = "Privado";
|
||||||
$a->strings["Community Forum"] = "Foro de la comunidad";
|
$a->strings["Community Forum"] = "Foro de discusión";
|
||||||
$a->strings["Feed Republish"] = "Republicar un \"feed\"";
|
$a->strings["Feed Republish"] = "Republicar un \"feed\"";
|
||||||
$a->strings["Special Purpose"] = "Propósito especial";
|
$a->strings["Special Purpose"] = "Propósito especial";
|
||||||
$a->strings["Celebrity/Soapbox"] = "Página para fans";
|
$a->strings["Celebrity/Soapbox"] = "Página para fans";
|
||||||
@ -2031,7 +2031,7 @@ $a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"A
|
|||||||
$a->strings["Choose a short nickname"] = "Elija un alias corto";
|
$a->strings["Choose a short nickname"] = "Elija un alias corto";
|
||||||
$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Su alias podrá usarse para crear una dirección de canal fácilmente memorizable (como una dirección de correo electrónico) que puede ser compartido con otros.";
|
$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Su alias podrá usarse para crear una dirección de canal fácilmente memorizable (como una dirección de correo electrónico) que puede ser compartido con otros.";
|
||||||
$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "O <a href=\"import\">importar un canal existente</a> de otro lugar";
|
$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "O <a href=\"import\">importar un canal existente</a> de otro lugar";
|
||||||
$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Elija el tipo de canal (como red social o foro de comunidad) y la privacidad que requiera, así podremos seleccionar el mejor conjunto de permisos para usted";
|
$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Elija el tipo de canal (como red social o foro de discusión) y la privacidad que requiera, así podremos seleccionar el mejor conjunto de permisos para usted";
|
||||||
$a->strings["Channel Type"] = "Tipo de canal";
|
$a->strings["Channel Type"] = "Tipo de canal";
|
||||||
$a->strings["Read more about roles"] = "Leer más sobre los roles";
|
$a->strings["Read more about roles"] = "Leer más sobre los roles";
|
||||||
$a->strings["App installed."] = "Aplicación instalada.";
|
$a->strings["App installed."] = "Aplicación instalada.";
|
||||||
|
@ -615,7 +615,7 @@ function updateConvItems(mode,data) {
|
|||||||
|
|
||||||
|
|
||||||
function collapseHeight() {
|
function collapseHeight() {
|
||||||
$(".wall-item-body, .directory-collapse").each(function() {
|
$(".wall-item-content, .directory-collapse").each(function() {
|
||||||
var orgHeight = $(this).height();
|
var orgHeight = $(this).height();
|
||||||
if(orgHeight > divmore_height + 10) {
|
if(orgHeight > divmore_height + 10) {
|
||||||
if(! $(this).hasClass('divmore')) {
|
if(! $(this).hasClass('divmore')) {
|
||||||
|
Reference in New Issue
Block a user