mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Merge branch 'develop' of github.com:humhub/humhub into develop
# Conflicts: # protected/humhub/docs/CHANGELOG_DEV.md # themes/HumHub/css/theme.css
This commit is contained in:
commit
889161cc84
@ -5,8 +5,7 @@ HumHub Change Log (DEVELOP)
|
||||
---
|
||||
|
||||
- Fix #3703: Fixed user profile image dimension of mobile
|
||||
- Enh: Added support of upcoming HumHub Professional Edition in Marketplace module
|
||||
- Enh: Added module marketplace categories
|
||||
- Fix #3732: Reverted changes of default oembed style
|
||||
- Enh: Added link to changelog for module marketplaces updates
|
||||
- Fix #3674: Back button breaks layout on login page when guest access enabled
|
||||
- Enh: Added `safeCreateTable`, `safeDropTable`, `safeDropColumn`, `safeAddColumn` to `humhub\components\Migration`
|
||||
@ -98,3 +97,6 @@ HumHub Change Log (DEVELOP)
|
||||
- Enh: Added link to changelog for module marketplaces updates
|
||||
- Fix #3674: Back button breaks layout on login page when guest access enabled
|
||||
- Enh: Added `safeCreateTable`, `safeDropTable`, `safeDropColumn`, `safeAddColumn` to `humhub\components\Migration`
|
||||
- Enh: Added support of upcoming HumHub Professional Edition in Marketplace module
|
||||
- Enh: Added module marketplace categories
|
||||
- Enh: Added isFluid LESS variable for automatic HTML container handling
|
||||
|
@ -61,11 +61,11 @@ class Html extends \yii\bootstrap\Html
|
||||
/**
|
||||
* Save button is a shortcut for the default submit button
|
||||
*
|
||||
* @since 1.2
|
||||
* @see submitButton
|
||||
* @param string $label
|
||||
* @param array $options
|
||||
* @return string the button
|
||||
* @see submitButton
|
||||
* @since 1.2
|
||||
*/
|
||||
public static function saveButton($label = '', $options = [])
|
||||
{
|
||||
@ -84,12 +84,12 @@ class Html extends \yii\bootstrap\Html
|
||||
/**
|
||||
* Renders a back button
|
||||
*
|
||||
* @since 1.2
|
||||
* @see Html::a
|
||||
* @param string $text
|
||||
* @param string $url
|
||||
* @param array $options
|
||||
* @return string the back button
|
||||
* @since 1.2
|
||||
* @see Html::a
|
||||
*/
|
||||
public static function backButton($url = '', $options = [])
|
||||
{
|
||||
@ -123,11 +123,11 @@ class Html extends \yii\bootstrap\Html
|
||||
/**
|
||||
* Generates an link tag to a content container
|
||||
*
|
||||
* @since 1.2
|
||||
* @todo More flexible implemenation using interfaces
|
||||
* @param ContentContainerActiveRecord $container the content container
|
||||
* @param array $options the html options
|
||||
* @return string the generated html a tag
|
||||
* @todo More flexible implemenation using interfaces
|
||||
* @since 1.2
|
||||
*/
|
||||
public static function containerLink(ContentContainerActiveRecord $container, $options = [])
|
||||
{
|
||||
@ -172,4 +172,31 @@ class Html extends \yii\bootstrap\Html
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Starts a Bootstrap container tag.
|
||||
*
|
||||
* @param $fluid null|boolean if null fluid will be used if supported by active theme
|
||||
* @param $options
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function beginContainer($fluid = null, $options = [])
|
||||
{
|
||||
$isFluid = (($fluid === null || $fluid === true) && ThemeHelper::isFluid());
|
||||
|
||||
return static::beginTag('div', array_merge(['class' => ($isFluid) ? 'container-fluid' : 'container'], $options));
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Ends the bootstrap container tag
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function endContainer()
|
||||
{
|
||||
return static::endTag('div');
|
||||
}
|
||||
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,28 +1,28 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>E-Mail</strong> Summaries' => 'Email',
|
||||
'<strong>E-Mail</strong> Summaries' => 'Rezumate <strong>E-mail</strong>',
|
||||
'<strong>Latest</strong> activities' => '<strong>Ultimele</strong> activități',
|
||||
'Activities' => '',
|
||||
'Daily' => '',
|
||||
'E-Mail Summaries' => 'Rezumat email',
|
||||
'E-Mail summaries are sent to inform you about recent activities in the network.' => '',
|
||||
'E-Mail summaries are sent to users to inform them about recent activities in your network.' => '',
|
||||
'Exclude spaces below from the mail summary' => '',
|
||||
'Hourly' => '',
|
||||
'Interval' => '',
|
||||
'Activities' => 'Activități',
|
||||
'Daily' => 'Zilnic',
|
||||
'E-Mail Summaries' => 'Rezumate E-mail',
|
||||
'E-Mail summaries are sent to inform you about recent activities in the network.' => 'Rezumatele de E-mail sunt trimise pentru a te informa despre activități recente din rețea.',
|
||||
'E-Mail summaries are sent to users to inform them about recent activities in your network.' => 'Rezumatele de E-mail sunt trimise către utilizatori pentru a-i informa despre activități recente din rețeaua ta.',
|
||||
'Exclude spaces below from the mail summary' => 'Exclude spațiile de mai jos din trimiterea de rezumate de e-mail',
|
||||
'Hourly' => 'La fiecare oră',
|
||||
'Interval' => 'Interval',
|
||||
'Latest news' => 'Știri recente',
|
||||
'Never' => '',
|
||||
'On this page you can configure the contents and the interval of these e-mail updates.' => '',
|
||||
'On this page you can define the default behavior for your users. These settings can be overwritten by users in their account settings page.' => '',
|
||||
'Only include spaces below to the mail summary' => '',
|
||||
'Reset to defaults' => '',
|
||||
'See online:' => '',
|
||||
'Spaces' => 'Spatii',
|
||||
'Never' => 'Niciodată',
|
||||
'On this page you can configure the contents and the interval of these e-mail updates.' => 'Pe această pagină, poți configura conținutul și intervalul ale acestor actualizări de e-mail.',
|
||||
'On this page you can define the default behavior for your users. These settings can be overwritten by users in their account settings page.' => 'Pe această pagină, poți definii comportamentul inițial al utilizatorilor tăi. Aceste setări pot fi modificate de către utilizatori de pe pagina lor de setări pentru cont.',
|
||||
'Only include spaces below to the mail summary' => 'Include numai spațiile de mai jos în rezumatele de e-mail',
|
||||
'Reset to defaults' => 'Resetează la inițial',
|
||||
'See online:' => 'Vezi online:',
|
||||
'Spaces' => 'Spații',
|
||||
'There are no activities yet.' => 'Nu sunt activități încă.',
|
||||
'Weekly' => '',
|
||||
'You will only receive an e-mail if there is something new.' => '',
|
||||
'Weekly' => 'Săptămânal',
|
||||
'You will only receive an e-mail if there is something new.' => 'Vei primi un e-mail numai dacă este ceva nou.',
|
||||
'Your daily summary' => 'Rezumatul tău zilnic',
|
||||
'Your weekly summary' => '',
|
||||
'Your weekly summary' => 'Rezumatul tău săptămânal',
|
||||
'see online' => 'vezi online',
|
||||
'via' => 'via',
|
||||
'{displayName} created the new space {spaceName}' => '{displayName} a creat noul spațiu {spaceName}',
|
||||
@ -31,7 +31,7 @@ return array (
|
||||
'{displayName} joined this space.' => '{displayName} s-a alăturat acestui spațiu.',
|
||||
'{displayName} left the space {spaceName}' => '{displayName} a părăsit spațiul {spaceName}',
|
||||
'{displayName} left this space.' => '{displayName} a părăsit acest spațiu.',
|
||||
'{spaceName} has been archived' => '',
|
||||
'{spaceName} has been unarchived' => '',
|
||||
'{spaceName} has been archived' => '{spaceName} a fost arhivat',
|
||||
'{spaceName} has been unarchived' => '{spaceName} a fost dezarhivat',
|
||||
'{user1} now follows {user2}.' => '{user1} urmărește acum pe {user2}.',
|
||||
);
|
||||
|
@ -1,23 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
return array (
|
||||
'<strong>Administration</strong> menu' => 'Menú de <strong>administración</strong>',
|
||||
'<strong>Module </strong> administration' => 'Administración de <strong>módulos</strong>',
|
||||
'<strong>Warning</strong> incomplete setup!' => '<strong>Atención</strong> ¡Configuración incompleta!',
|
||||
'About' => 'Acerca de',
|
||||
'Admin' => 'Administrador',
|
||||
'Administration' => 'Administración',
|
||||
@ -37,6 +22,7 @@ return [
|
||||
'Files' => 'Archivos',
|
||||
'General' => 'General',
|
||||
'Groups' => 'Grupos',
|
||||
'Groups (Note: The Administrator group of this user can\'t be managed with your permissions)' => 'Grupos (Nota: El grupo Administrador de este usuario no se puede gestionar con tus permisos)',
|
||||
'Information' => 'Información',
|
||||
'Invite' => 'Invitar',
|
||||
'Invited by' => 'Invitado por',
|
||||
@ -47,6 +33,7 @@ return [
|
||||
'Notifications' => 'Notificaciones',
|
||||
'OEmbed' => 'OEmbed',
|
||||
'OEmbed providers' => 'Proveedores OEmbed',
|
||||
'Open documentation' => 'Documentación abierta',
|
||||
'Pending user registrations' => 'Registros de usuario pendientes',
|
||||
'Permissions' => 'Permisos',
|
||||
'Proxy' => 'Proxy',
|
||||
@ -56,13 +43,9 @@ return [
|
||||
'Sign up' => 'Registrarse',
|
||||
'Spaces' => 'Espacios',
|
||||
'Statistics' => 'Estadísticas',
|
||||
'The cron job for the background jobs (queue) does not seem to work properly.' => 'La tarea cron que ejecuta tareas en background (cola) no parece estar funcionando correctamente.',
|
||||
'The cron job for the regular tasks (cron) does not seem to work properly.' => 'La tarea cron que ejecuta tareas normales (cron) no parece estar funcionando correctamente.',
|
||||
'User posts' => 'Publicaciones de usuario',
|
||||
'Userprofiles' => 'Perfiles de usuario',
|
||||
'Users' => 'Usuarios',
|
||||
'<strong>Module </strong> administration' => '',
|
||||
'<strong>Warning</strong> incomplete setup!' => '',
|
||||
'Groups (Note: The Administrator group of this user can\'t be managed with your permissions)' => '',
|
||||
'Open documentation' => '',
|
||||
'The cron job for the background jobs (queue) does not seem to work properly.' => '',
|
||||
'The cron job for the regular tasks (cron) does not seem to work properly.' => '',
|
||||
];
|
||||
);
|
||||
|
@ -1,36 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
return array (
|
||||
'
|
||||
Module successfully disabled!
|
||||
' => '',
|
||||
' => '¡Módulo deshabilitado con éxito!',
|
||||
'
|
||||
Module successfully enabled!
|
||||
' => '',
|
||||
' => '¡Módulo habilitado con éxito!',
|
||||
'--- Disable module: {moduleId} ---
|
||||
|
||||
' => '',
|
||||
' => '--- Deshabilitar módulo: {moduleId} ---',
|
||||
'--- Enable module: {moduleId} ---
|
||||
|
||||
' => '',
|
||||
' => '--- Habilitar módulo: {moduleId} ---',
|
||||
'Module not found or activated!
|
||||
' => '',
|
||||
' => '¡No se ha encontrado el módulo o está activado!',
|
||||
'Module not found!
|
||||
' => '',
|
||||
];
|
||||
' => '¡No se ha encontrado el módulo!',
|
||||
);
|
||||
|
@ -1,28 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
return array (
|
||||
'<strong>CronJob</strong> Status' => 'Estado de las <strong>tareas cron</strong>',
|
||||
'<strong>Queue</strong> Status' => 'Estado de la <strong>cola</strong>',
|
||||
'About HumHub' => 'Acerca de HumHub',
|
||||
'Background Jobs' => 'Tareas en background',
|
||||
'Checking HumHub software prerequisites.' => 'Comprobando prerequisitos software de HumHub.',
|
||||
'Currently installed version: %currentVersion%' => 'Versión instalada actualmente: %currentVersion%',
|
||||
'Database' => 'Base de datos',
|
||||
'Database migration results:' => 'Resultados de la migración de la base de datos:',
|
||||
'Delayed' => 'Retrasado',
|
||||
'Displaying {count} entries per page.' => 'Mostrar {count} entradas por página.',
|
||||
'Done' => 'Hecho',
|
||||
'Driver' => 'Driver',
|
||||
'Flush entries' => 'Limpiar entradas',
|
||||
'HumHub is currently in debug mode. Disable it when running on production!' => 'HumHub está actualmente en modo de depuración. ¡Deshabilitarlo cuando se ejecute en la producción!',
|
||||
'Last run (daily):' => 'Última ejecución (diaria):',
|
||||
@ -30,22 +19,16 @@ return [
|
||||
'Licences' => 'Licencias',
|
||||
'Logging' => 'Registro',
|
||||
'Never' => 'Nunca',
|
||||
'Please refer to the documentation to setup the cronjobs and queue workers.' => 'Por favor consulta la documentación para configurar las tareas cron y los workers de la cola.',
|
||||
'Prerequisites' => 'Pre-requisitos',
|
||||
'Queue successfully cleared.' => 'Cola vaciada con éxito.',
|
||||
'Re-Run tests' => 'Re-ejecutar tests',
|
||||
'Reserved' => 'Reservado',
|
||||
'Search index rebuild in progress.' => 'Reconstrucción de índice de búsqueda en marcha.',
|
||||
'See installation manual for more details.' => 'Consulte el manual de instalación para obtener más detalles.',
|
||||
'The current main HumHub database name is ' => 'El nombre de la base de datos principal de HumHub es',
|
||||
'There is a new update available! (Latest version: %version%)' => '¡Hay una nueva versión disponible! (Última versión: %version%)',
|
||||
'This HumHub installation is up to date!' => '¡Esta instalación de HumHub ya está actualizada!',
|
||||
'Total {count} entries found.' => 'Total {count} entradas encontradas.',
|
||||
'<strong>CronJob</strong> Status' => '',
|
||||
'<strong>Queue</strong> Status' => '',
|
||||
'Background Jobs' => '',
|
||||
'Database migration results:' => '',
|
||||
'Delayed' => '',
|
||||
'Driver' => '',
|
||||
'Please refer to the documentation to setup the cronjobs and queue workers.' => '',
|
||||
'Queue successfully cleared.' => '',
|
||||
'Reserved' => '',
|
||||
'Search index rebuild in progress.' => '',
|
||||
'The current main HumHub database name is ' => '',
|
||||
'Waiting' => '',
|
||||
];
|
||||
'Waiting' => 'Esperando',
|
||||
);
|
||||
|
@ -1,25 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
return array (
|
||||
'Administrative' => 'Administrativo',
|
||||
'Notify from {appName}. You were added to the group.' => 'Notificación de {appName}. Has sido añadido al grupo.',
|
||||
'Notify from {appName}. You were removed from the group.' => 'Notificación de {appName}. Has sido eliminado del grupo.',
|
||||
'Receive Notifications for administrative events like available updates.' => 'Recibir notificaciones para eventos administrativos como actualizaciones disponibles.',
|
||||
'There is a new HumHub Version ({version}) available.' => 'Hay una nueva versión de HumHub ({versión}) disponible.',
|
||||
'Notify from {appName}. You were added to the group.' => '',
|
||||
'Notify from {appName}. You were removed from the group.' => '',
|
||||
];
|
||||
'There is a new HumHub Version ({version}) available.' => 'Hay una nueva versión de HumHub ({version}) disponible.',
|
||||
);
|
||||
|
@ -6,7 +6,7 @@ return array (
|
||||
'2 weeks' => '2 semanas',
|
||||
'3 months' => '3 meses',
|
||||
'6 months' => '6 meses',
|
||||
'<strong>Confirm</strong> icon deletion' => '',
|
||||
'<strong>Confirm</strong> icon deletion' => '<strong>Confirma</strong> el borrado del icono',
|
||||
'<strong>Confirm</strong> image deletion' => '<strong>Confirmar</strong> borrar imagen',
|
||||
'APC(u)' => 'APC(u)',
|
||||
'Add OEmbed provider' => 'Agregar proveedor de OEmbed',
|
||||
@ -54,7 +54,7 @@ return array (
|
||||
'Here you can configure basic settings of your social network.' => 'Aquí puede configurar los ajustes básicos de su red social.',
|
||||
'Hide file info (name, size) for images on wall' => 'Esconder la información (nombre, tamaño) para las imágenes en el muro',
|
||||
'Horizontal scrolling images on a mobile device' => 'Desplazamiento horizontal en dispositivos móviles',
|
||||
'Icon upload' => '',
|
||||
'Icon upload' => 'Subir icono',
|
||||
'If not set, height will default to 200px.' => 'Si no se ajusta, la altura por defecto será de 200 píxeles.',
|
||||
'If not set, width will default to 200px.' => 'Si no se ajusta, el ancho por defecto será de 200 píxeles.',
|
||||
'Image Magick convert command (optional)' => 'Comando convertir de Image Magick (opcional)',
|
||||
@ -76,7 +76,7 @@ return array (
|
||||
'Password' => 'Contraseña',
|
||||
'Port' => 'Puerto',
|
||||
'Port number' => 'Número de puerto',
|
||||
'Redis' => '',
|
||||
'Redis' => 'Redis',
|
||||
'SMTP Options' => 'Opciones SMTP',
|
||||
'Save' => 'Guardar',
|
||||
'Save & Flush Caches' => 'Guardar y vaciar cachés',
|
||||
@ -93,7 +93,7 @@ return array (
|
||||
'These settings refer to the appearance of your social network.' => 'Estos ajustes se refieren a la apariencia de su red social.',
|
||||
'Url Prefix' => 'Prefijo URL',
|
||||
'Url Prefix without http:// or https:// (e.g. youtube.com)' => 'Prefijo URL sin http:// o https:// (p.ej. youtube.com)',
|
||||
'Use %url% as placeholder for URL. Format needs to be JSON. (e.g. http://www.youtube.com/oembed?url=%url%&format=json)' => 'Usa %url% como marcador para la URL. El formato necesario es JSON. (p.ej. http://www.youtube.com/oembed?url=%url%&format=json) ',
|
||||
'Use %url% as placeholder for URL. Format needs to be JSON. (e.g. http://www.youtube.com/oembed?url=%url%&format=json)' => 'Usa %url% como marcador para la URL. El formato necesario es JSON. (p.ej. http://www.youtube.com/oembed?url=%url%&format=json)',
|
||||
'Use X-Sendfile for File Downloads' => 'Usar X-Sendfile para las descargas de archivos',
|
||||
'User' => 'Usuario',
|
||||
'User Settings' => 'Ajustes de usuario',
|
||||
|
@ -2,18 +2,18 @@
|
||||
return array (
|
||||
'<strong>Manage</strong> spaces' => '<strong>Gestionar</strong> espacios',
|
||||
'Add new space' => 'Agregar nuevo espacio',
|
||||
'Change owner' => '',
|
||||
'Change owner' => 'Cambiar el propietario',
|
||||
'Default Content Visiblity' => 'Visibilidad de contenido predeterminada',
|
||||
'Default Join Policy' => 'Política de unión por defecto',
|
||||
'Default Visibility' => 'Visibilidad por defecto',
|
||||
'Default space' => 'Espacio por defecto',
|
||||
'Here you can define your default settings for new spaces. These settings can be overwritten for each individual space.' => 'Aquí puede definir la configuración predeterminada para los espacios nuevos. Estos ajustes se pueden sobrescribir para cada espacio individual.',
|
||||
'Invalid space' => 'Espacio no válido',
|
||||
'Manage members' => '',
|
||||
'Manage modules' => '',
|
||||
'Open space' => '',
|
||||
'Manage members' => 'Gestionar miembros',
|
||||
'Manage modules' => 'Gestionar módulos',
|
||||
'Open space' => 'Espacio abierto',
|
||||
'Overview' => 'Resúmen',
|
||||
'Search by name, description, id or owner.' => '',
|
||||
'Search by name, description, id or owner.' => 'Buscar por nombre, descripción, id o propietario.',
|
||||
'Settings' => 'Configuraciones',
|
||||
'Space Settings' => 'Ajustes del espacio',
|
||||
'Spaces' => 'Espacios',
|
||||
|
@ -1,22 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
return array (
|
||||
'<strong>Information</strong>' => '<strong>Información</strong>',
|
||||
'<strong>Settings</strong> and Configuration' => '<strong>Ajustes</strong> y Configuración',
|
||||
'<strong>User</strong> administration' => 'Administración de <strong>Usuarios</strong>',
|
||||
@ -24,6 +7,7 @@ return [
|
||||
'Account Request for \'{displayName}\' has been approved.' => 'La solicitud de cuenta para \'{displayName}\' ha sido aprobada.',
|
||||
'Account Request for \'{displayName}\' has been declined.' => 'La solicitud de cuenta para \'{displayName}\' ha sido denegada.',
|
||||
'Actions' => 'Acciones',
|
||||
'Active users' => 'Usuarios activos',
|
||||
'Add Groups...' => 'Agregar grupos...',
|
||||
'Add new category' => 'Añadir nueva categoría',
|
||||
'Add new field' => 'Añadir nuevo campo',
|
||||
@ -33,6 +17,10 @@ return [
|
||||
'All the personal data of this user will be irrevocably deleted.' => 'Todos los datos personales de este usuario serán borrados irrevocablemente.',
|
||||
'Allow limited access for non-authenticated users (guests)' => 'Permitir acceso limitado para usuarios no autentificados (invitados)',
|
||||
'Anonymous users can register' => 'Los usuarios anónimos pueden registrarse',
|
||||
'Are you really sure that you want to disable this user?' => '¿Estás seguro de querer deshabilitar este usuario?',
|
||||
'Are you really sure that you want to enable this user?' => '¿Estás seguro de querer habilitar este usuario?',
|
||||
'Are you really sure that you want to impersonate this user?' => '¿Estás seguro de querer asumir la identidad de este usuario?',
|
||||
'Are you sure that you want to delete following user?' => '¿Estás seguro de querer borrar el siguiente usuario?',
|
||||
'Cancel' => 'Cancelar',
|
||||
'Click here to review' => 'Haz clic aqui para revisar',
|
||||
'Confirm user deletion' => 'Confirme el borrado del usuario',
|
||||
@ -47,8 +35,15 @@ return [
|
||||
'Default user idle timeout, auto-logout (in seconds, optional)' => 'Tiempo de inactividad antes de cerrar sesión (en segundos, opcional)',
|
||||
'Default user profile visibility' => 'Visibilidad del perfil de usuario por defecto',
|
||||
'Delete' => 'Borrar',
|
||||
'Delete all contributions of this user' => 'Borrar todas las contribuciones de este usuario',
|
||||
'Delete invitation' => 'Borrar invitación',
|
||||
'Delete invitation?' => '¿Borrar invitación?',
|
||||
'Delete spaces which are owned by this user' => 'Borrar los espacios que son propiedad de este usuario',
|
||||
'Deleted invitation' => 'Borrar invitación',
|
||||
'Deleted users' => 'Borrar usuarios',
|
||||
'Disable' => 'Deshabilitar',
|
||||
'Disabled' => 'Deshabilitado',
|
||||
'Disabled users' => 'Deshabilitar usuarios',
|
||||
'Do not change placeholders like {displayName} if you want them to be automatically filled by the system. To reset the email content fields with the system default, leave them empty.' => 'No modifique los marcadores como {displayName} si quiere que el sistema los rellene automáticamente. Para reiniciar los campos de contenido de correo electrónico a los valores por defecto del sistema déjelos vacíos.',
|
||||
'Edit profile category' => 'Editar categoría de perfil',
|
||||
'Edit profile field' => 'Editar campo de perfil',
|
||||
@ -61,11 +56,17 @@ return [
|
||||
'Group user not found!' => '¡Usuario de grupo no encontrado!',
|
||||
'Groups' => 'Grupos',
|
||||
'Here you can create or edit profile categories and fields.' => 'Aquí puedes crear o editar categorías y campos de perfil.',
|
||||
'If this option is not selected, the ownership of the spaces will be transferred to your account.' => 'Si no está seleccionada esta opción, la propiedad de los espacios será transferida a tu cuenta.',
|
||||
'Impersonate' => 'Asumir identidad',
|
||||
'Include captcha in registration form' => 'Incluir captcha en el formulario de registro',
|
||||
'Invite not found!' => '¡No se ha encontrado la invitación!',
|
||||
'LDAP' => 'LDAP',
|
||||
'Last login' => 'Último registro',
|
||||
'List pending registrations' => 'Lista de registros pendientes',
|
||||
'Manage group: {groupName}' => 'Administrar grupo: {groupName}',
|
||||
'Manage groups' => 'Gestionar grupos',
|
||||
'Manage profile attributes' => 'Gestionar atributos de perfil',
|
||||
'Member since' => 'Miembro desde',
|
||||
'Members' => 'Miembros',
|
||||
'Members can invite external users by email' => 'Los miembros pueden invitar a usuarios externos por correo electrónico',
|
||||
'Message' => 'Mensaje',
|
||||
@ -78,13 +79,18 @@ return [
|
||||
'Overview' => 'Resumen',
|
||||
'Pending approvals' => 'Aprobaciones pendientes',
|
||||
'Pending user approvals' => 'Aprobaciones de usuario pendientes',
|
||||
'Permanently delete' => 'Borrar permanentemente',
|
||||
'Permissions' => 'Permisos',
|
||||
'Profiles' => 'Perfiles',
|
||||
'Remove from group' => 'Remover del grupo',
|
||||
'Require group admin approval after registration' => 'Requerir aprobación del administrador del grupo después de registrarse',
|
||||
'Resend invitation email' => 'Reenviar mensaje de invitación',
|
||||
'Save' => 'Guardar',
|
||||
'Search by name, email or id.' => 'Buscar por nombre, email o id',
|
||||
'Select Groups' => 'Seleccionar grupos',
|
||||
'Send & save' => 'Enviar y guardar',
|
||||
'Send invitation email' => 'Enviar mensaje de invitación',
|
||||
'Send invitation email again?' => '¿Reenviar el mensaje de invitación?',
|
||||
'Send invite' => 'Enviar invitación',
|
||||
'Settings' => 'Ajustes',
|
||||
'Subject' => 'Asunto',
|
||||
@ -94,10 +100,13 @@ return [
|
||||
'This overview contains a list of each registered user with actions to view, edit and delete users.' => 'Esta vista contiene una lista de cada usuario registrado con acciones para ver, editar y eliminar usuarios.',
|
||||
'This user owns no spaces.' => 'Este usuario no posee espacios.',
|
||||
'Unapproved' => 'Desaprobado',
|
||||
'User deletion process queued.' => 'Se ha encolado el proceso de borrado del usuario.',
|
||||
'User is already a member of this group.' => 'Este usuario ya es miembro de este grupo.',
|
||||
'User not found!' => '¡Usuario no encontrado!',
|
||||
'Users' => 'Usuarios',
|
||||
'Users can be assigned to different groups (e.g. teams, departments etc.) with specific standard spaces, group managers and permissions.' => 'Los usuarios pueden asignarse a diferentes grupos (por ejemplo, equipos, departamentos, etc.) con espacios estándar específicos, administradores de grupo y permisos.',
|
||||
'Using this option any contributions (e.g. contents, comments or likes) of this user will be irrevocably deleted.' => 'Al utilizar esta opción cualquier contribución (p. ej. contenidos, comentarios o “me gusta”) de este usuario se borrará de forma irrecuperable.',
|
||||
'View profile' => 'Ver perfil',
|
||||
'Visibility' => 'Visibilidad',
|
||||
'Visible for members only' => 'Visible para miembros únicamente',
|
||||
'Visible for members+guests' => 'Visible para miembros + invitados',
|
||||
@ -105,30 +114,4 @@ return [
|
||||
'You can only delete empty categories!' => '¡Sólo puedes borrar categorías vacias!',
|
||||
'You cannot delete yourself!' => '¡No te puedes borrar a tí mismo!',
|
||||
'never' => 'Nunca',
|
||||
'Active users' => '',
|
||||
'Are you really sure that you want to disable this user?' => '',
|
||||
'Are you really sure that you want to enable this user?' => '',
|
||||
'Are you really sure that you want to impersonate this user?' => '',
|
||||
'Are you sure that you want to delete following user?' => '',
|
||||
'Delete all contributions of this user' => '',
|
||||
'Delete invitation' => '',
|
||||
'Delete invitation?' => '',
|
||||
'Delete spaces which are owned by this user' => '',
|
||||
'Deleted invitation' => '',
|
||||
'Deleted users' => '',
|
||||
'Disabled users' => '',
|
||||
'If this option is not selected, the ownership of the spaces will be transferred to your account.' => '',
|
||||
'Impersonate' => '',
|
||||
'Include captcha in registration form' => '',
|
||||
'Invite not found!' => '',
|
||||
'List pending registrations' => '',
|
||||
'Member since' => '',
|
||||
'Permanently delete' => '',
|
||||
'Resend invitation email' => '',
|
||||
'Search by name, email or id.' => '',
|
||||
'Send invitation email' => '',
|
||||
'Send invitation email again?' => '',
|
||||
'User deletion process queued.' => '',
|
||||
'Using this option any contributions (e.g. contents, comments or likes) of this user will be irrevocably deleted.' => '',
|
||||
'View profile' => '',
|
||||
];
|
||||
);
|
||||
|
@ -1,23 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
return array (
|
||||
'<strong>Administration</strong> menu' => '<strong>Amministrazione</strong> menù',
|
||||
'<strong>Module </strong> administration' => 'Amministrazione <strong>Modulo </strong>',
|
||||
'<strong>Warning</strong> incomplete setup!' => '<strong>Attento</strong> configurazione non completata!',
|
||||
'About' => 'Informazioni',
|
||||
'Admin' => 'Amministrazione',
|
||||
@ -64,5 +48,4 @@ return [
|
||||
'User posts' => 'Post degli utenti',
|
||||
'Userprofiles' => 'Profili utente',
|
||||
'Users' => 'Utenti',
|
||||
'<strong>Module </strong> administration' => '',
|
||||
];
|
||||
);
|
||||
|
@ -6,7 +6,7 @@ return array (
|
||||
'2 weeks' => '2 settimane',
|
||||
'3 months' => '3 mesi',
|
||||
'6 months' => '6 mesi',
|
||||
'<strong>Confirm</strong> icon deletion' => '',
|
||||
'<strong>Confirm</strong> icon deletion' => '<strong>Conferma</strong> l\'eliminazione dell\'icona',
|
||||
'<strong>Confirm</strong> image deletion' => '<strong>Conferma</strong> l\'eliminazione dell\'immagine',
|
||||
'APC(u)' => 'APC(u)',
|
||||
'Add OEmbed provider' => 'Aggiungi OEmbed provider',
|
||||
@ -54,7 +54,7 @@ return array (
|
||||
'Here you can configure basic settings of your social network.' => 'Qui puoi configurare le impostazioni base del tuo social network.',
|
||||
'Hide file info (name, size) for images on wall' => 'Nascondi informazioni file (nome, dimensione) delle immagini sulla bacheca',
|
||||
'Horizontal scrolling images on a mobile device' => 'Scorrimento orizzontale delle immagini per dispositivi mobile',
|
||||
'Icon upload' => '',
|
||||
'Icon upload' => 'Carica icona',
|
||||
'If not set, height will default to 200px.' => 'Se non configurata, l\'altezza predefinita sarà 200px.',
|
||||
'If not set, width will default to 200px.' => 'Se non configurata, la larghezza predefinita sarà 200px.',
|
||||
'Image Magick convert command (optional)' => 'Comando Converti di Image Magick (opzionale)',
|
||||
@ -93,7 +93,7 @@ return array (
|
||||
'These settings refer to the appearance of your social network.' => 'Queste impostazioni concernono l\'aspetto del tuo social network.',
|
||||
'Url Prefix' => 'Prefisso Url',
|
||||
'Url Prefix without http:// or https:// (e.g. youtube.com)' => 'Prefisso URL senza http:// o https:// (es. youtube.com)',
|
||||
'Use %url% as placeholder for URL. Format needs to be JSON. (e.g. http://www.youtube.com/oembed?url=%url%&format=json)' => 'Applica %url% come placeholder per gli URL. Il formato deve essere JSON. (es. http://www.youtube.com/oembed?url=%url%&format=json)',
|
||||
'Use %url% as placeholder for URL. Format needs to be JSON. (e.g. http://www.youtube.com/oembed?url=%url%&format=json)' => 'Applica %url% come placeholder per gli URL. Il formato deve essere JSON. (es. http://www.youtube.com/oembed?url=%url%&format=json)',
|
||||
'Use X-Sendfile for File Downloads' => 'Usa X-Sendfile per scaricare i file',
|
||||
'User' => 'Utente',
|
||||
'User Settings' => 'Impostazioni Utenti',
|
||||
|
@ -3,23 +3,23 @@ return array (
|
||||
'<strong>Confirm</strong> comment deleting' => '<strong>Confirmă</strong> ștergerea comentariului',
|
||||
'Access denied!' => 'Acces respins!',
|
||||
'Cancel' => 'Anulează',
|
||||
'Cancel Edit' => '',
|
||||
'Cancel Edit' => 'Anulează Editarea',
|
||||
'Comment' => 'Comentariu',
|
||||
'Comment has been deleted' => '',
|
||||
'Comment has been deleted' => 'Comentariul a fost șters',
|
||||
'Comments' => 'Comentarii',
|
||||
'Delete' => 'Șterge',
|
||||
'Do you really want to delete this comment?' => 'Sigur dorești să ștergi acest comentariu?',
|
||||
'Edit' => 'Editează',
|
||||
'Edit your comment...' => 'Editează-ți comentariul...',
|
||||
'Insufficent permissions!' => 'Permisiuni insuficiente!',
|
||||
'Read full comment...' => '',
|
||||
'Send' => '',
|
||||
'Read full comment...' => 'Citește tot comentariul...',
|
||||
'Send' => 'Trimite',
|
||||
'Show all {total} comments.' => 'Afișează toate cele {total} comentarii.',
|
||||
'Show {count} more comments' => 'Afișează încă {count} comentarii',
|
||||
'The comment must not be empty!' => '',
|
||||
'Whenever a new comment was written.' => '',
|
||||
'The comment must not be empty!' => 'Comentariul nu poate fi gol!',
|
||||
'Whenever a new comment was written.' => 'Oricând un comentariu a fost scris.',
|
||||
'Write a new comment...' => 'Scrie un comentariu nou...',
|
||||
'You are not allowed to comment.' => '',
|
||||
'comment' => 'Comentariu',
|
||||
'You are not allowed to comment.' => 'Nu îți este permis să comentezi.',
|
||||
'comment' => 'comentariu',
|
||||
'{displayName} wrote a new comment ' => '{displayName} a scris un comentariu nou',
|
||||
);
|
||||
|
@ -1,94 +1,77 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'<strong>Permalink</strong> to this post' => '@@@@',
|
||||
return array (
|
||||
'<strong>Confirm</strong> post deletion' => '<strong>Confirmă</strong> ștergerea postării',
|
||||
'<strong>Move</strong> content' => '<strong>Mută</strong> conținutul',
|
||||
'<strong>Permalink</strong> to this post' => '<strong>Link</strong> către acestă postare',
|
||||
'Add a member to notify' => 'Adaugă un membru pentru notificare',
|
||||
'Archived' => 'Arhivat',
|
||||
'Back to stream' => 'Înapoi la activitate',
|
||||
'Cancel' => 'Anulează',
|
||||
'Cancel Edit' => 'Anulează Editarea',
|
||||
'Content' => 'Conținut',
|
||||
'Content Tag with invalid contentcontainer_id assigned.' => 'Content Tag with invalid contentcontainer_id assigned.',
|
||||
'Content has been moved to {spacename}' => 'Conținutul a fost mutat în {spacename}',
|
||||
'Content visibility' => 'Vizibilitatea conținutului',
|
||||
'Could not delete content!' => 'Nu s-a putut șterge conținutul!',
|
||||
'Could not delete content: Access denied!' => 'Nu s-a putut șterge conținutul: Acces nepermis!',
|
||||
'Could not find requested content!' => 'Nu s-a putut găsi conținutul cerut!',
|
||||
'Could not load requested object!' => 'Nu s-a putut încărca obiectul cerut!',
|
||||
'Created by me' => 'Creat de mine',
|
||||
'Creation time' => 'Data creării',
|
||||
'Delete' => 'Șterge',
|
||||
'Do you really want to delete this post? All likes and comments will be lost!' => 'Sigur dorești să ștergi această postare? Toate aprecierile și comentariile vor fi pierdute!',
|
||||
'Edit' => 'Editează',
|
||||
'No matches with your selected filters!' => 'Não foi encontrado nada com os filtros selecionados.',
|
||||
'Nothing here yet!' => 'Nada aqui ainda!',
|
||||
'Permalink' => '@@@@',
|
||||
'Public' => 'Public',
|
||||
'This space is not visible!' => 'Acest spatiu nu e vizibil!',
|
||||
'Topics' => 'Argumente',
|
||||
'in' => 'în',
|
||||
'<strong>Confirm</strong> post deletion' => '',
|
||||
'<strong>Move</strong> content' => '',
|
||||
'Add a member to notify' => '',
|
||||
'Archived' => '',
|
||||
'Back to stream' => '',
|
||||
'Cancel Edit' => '',
|
||||
'Content' => '',
|
||||
'Content Tag with invalid contentcontainer_id assigned.' => '',
|
||||
'Content has been moved to {spacename}' => '',
|
||||
'Content visibility' => '',
|
||||
'Could not delete content!' => '',
|
||||
'Could not delete content: Access denied!' => '',
|
||||
'Could not find requested content!' => '',
|
||||
'Could not load requested object!' => '',
|
||||
'Created by me' => '',
|
||||
'Creation time' => '',
|
||||
'Do you really want to delete this post? All likes and comments will be lost!' => '',
|
||||
'Filter' => '',
|
||||
'Include archived content' => '',
|
||||
'Invalid content id given!' => '',
|
||||
'Invalid request method!' => '',
|
||||
'Invalid space selection.' => '',
|
||||
'Last update' => '',
|
||||
'Load more' => '',
|
||||
'Make private' => '',
|
||||
'Make public' => '',
|
||||
'Filter' => 'Filtrează',
|
||||
'Include archived content' => 'Include conținutul arhivat',
|
||||
'Invalid content id given!' => 'Invalid content id given!',
|
||||
'Invalid request method!' => 'Invalid request method!',
|
||||
'Invalid space selection.' => 'Selectarea de spațiu neconformă!',
|
||||
'Last update' => 'Ultima actualizare',
|
||||
'Load more' => 'Încarcă mai mult',
|
||||
'Make private' => 'Fă privat',
|
||||
'Make public' => 'Fă public',
|
||||
'Maximum number of pinned items reached!
|
||||
|
||||
You can pin to top only two items at once.
|
||||
To however pin this item, unpin another before!' => '',
|
||||
'Move content' => '',
|
||||
'Move to archive' => '',
|
||||
'None' => '',
|
||||
'Notify members' => '',
|
||||
'Only private content' => '',
|
||||
'Only public content' => '',
|
||||
'Pin to top' => '',
|
||||
'Pinned' => '',
|
||||
'Submit' => '',
|
||||
'Tag' => '',
|
||||
'Target Space' => '',
|
||||
'The author of this content is not allowed to create private content within the selected space.' => '',
|
||||
'The author of this content is not allowed to create public content within the selected space.' => '',
|
||||
'The content can\'t be moved to its current space.' => '',
|
||||
'The content has been archived.' => '',
|
||||
'The content has been deleted.' => '',
|
||||
'The content has been unarchived.' => '',
|
||||
'The given name is already in use.' => '',
|
||||
'The module {moduleName} is not enabled on the selected target space.' => '',
|
||||
'This action is disabled!' => '',
|
||||
'This content type can\'t be moved due to a missing module-id setting.' => '',
|
||||
'This content type can\'t be moved.' => '',
|
||||
'This space is archived.' => '',
|
||||
'Turn off notifications' => '',
|
||||
'Turn on notifications' => '',
|
||||
'Unarchive' => '',
|
||||
'Unpin' => '',
|
||||
'Updated' => '',
|
||||
'Where I\'m involved' => '',
|
||||
'With file attachments' => '',
|
||||
'You do not have the permission to move this content to the given space.' => '',
|
||||
'You do not have the permission to move this content.' => '',
|
||||
'Your last edit state has been saved!' => '',
|
||||
];
|
||||
To however pin this item, unpin another before!' => 'Numărul maxim de elemente anunțate a fost atins! Poți anunța în vârful paginii numai două elemente de-odată. Poți totuși anula un anunț mai vechi!',
|
||||
'Move content' => 'Mută conținutul',
|
||||
'Move to archive' => 'Mută în arhivă',
|
||||
'No matches with your selected filters!' => 'Nici o porivire cu filtrele selectate de tine!',
|
||||
'None' => 'Nimic',
|
||||
'Nothing here yet!' => 'Nimic aici momentan!',
|
||||
'Notify members' => 'Notifică membri',
|
||||
'Only private content' => 'Numai conținut privat',
|
||||
'Only public content' => 'Numai conținut public',
|
||||
'Permalink' => 'Link',
|
||||
'Pin to top' => 'Anunță',
|
||||
'Pinned' => 'Anunț',
|
||||
'Public' => 'Public',
|
||||
'Submit' => 'Trimite',
|
||||
'Tag' => 'Etichetă',
|
||||
'Target Space' => 'Spațiul Țintă',
|
||||
'The author of this content is not allowed to create private content within the selected space.' => 'Autorul acestui conținut nu îi este permis să creeze conținut privat în spațiul selectat.',
|
||||
'The author of this content is not allowed to create public content within the selected space.' => 'Autorul acestui conținut nu îi este permis să creeze conținut public în spațiul selectat.',
|
||||
'The content can\'t be moved to its current space.' => 'Conținutul nu poate fi mutat în spațiul curent.',
|
||||
'The content has been archived.' => 'Conținutul a fost arhivat.',
|
||||
'The content has been deleted.' => 'Conținutul a fost șters.',
|
||||
'The content has been unarchived.' => 'Conținutul a fost dezarhivat.',
|
||||
'The given name is already in use.' => 'Numele dat este deja în uz.',
|
||||
'The module {moduleName} is not enabled on the selected target space.' => 'Modulul {moduleName} nu a fost activat pe spațiul țintă selectat.',
|
||||
'This action is disabled!' => 'Această acțiune este dezactivată!',
|
||||
'This content type can\'t be moved due to a missing module-id setting.' => 'Acest tip de conținut nu poate fi mutat datorită unei setări de modul.',
|
||||
'This content type can\'t be moved.' => 'Acest tip de conținut nu poate fi mutat.',
|
||||
'This space is archived.' => 'Acest spațiu este arhivat.',
|
||||
'This space is not visible!' => 'Acest spațiu nu e vizibil!',
|
||||
'Topics' => 'Subiecte',
|
||||
'Turn off notifications' => 'Oprește notificările',
|
||||
'Turn on notifications' => 'Pornește notificările',
|
||||
'Unarchive' => 'Dezarhivează',
|
||||
'Unpin' => 'Anulează Anunț',
|
||||
'Updated' => 'Actualizat',
|
||||
'Where I\'m involved' => 'Unde sunt implicat',
|
||||
'With file attachments' => 'Cu atașamente',
|
||||
'You do not have the permission to move this content to the given space.' => 'Nu ai permisiunea să muți conținutul acestui spațiu.',
|
||||
'You do not have the permission to move this content.' => 'Nu ai permisiunea să muți acest conținut.',
|
||||
'Your last edit state has been saved!' => 'Ultima stare de editare a ta a fost salvată!',
|
||||
'in' => 'în',
|
||||
);
|
||||
|
@ -3,14 +3,16 @@
|
||||
* @var \humhub\modules\user\models\User $contentContainer
|
||||
* @var bool $showProfilePostForm
|
||||
*/
|
||||
|
||||
use humhub\modules\activity\widgets\ActivityStreamViewer;
|
||||
use humhub\modules\dashboard\widgets\DashboardContent;
|
||||
use humhub\modules\dashboard\widgets\Sidebar;
|
||||
use humhub\widgets\FooterMenu;
|
||||
use humhub\libs\Html;
|
||||
|
||||
?>
|
||||
|
||||
<div class="container">
|
||||
<?= Html::beginContainer(); ?>
|
||||
<div class="row">
|
||||
<div class="col-md-8 layout-content-container">
|
||||
<?= DashboardContent::widget([
|
||||
@ -33,4 +35,5 @@ use humhub\widgets\FooterMenu;
|
||||
<?= FooterMenu::widget(['location' => FooterMenu::LOCATION_SIDEBAR]); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?= Html::endContainer(); ?>
|
||||
1
|
||||
|
@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
use humhub\libs\Html;
|
||||
use humhub\modules\dashboard\widgets\DashboardContent;
|
||||
use humhub\modules\dashboard\widgets\Sidebar;
|
||||
use humhub\modules\directory\widgets\NewMembers;
|
||||
@ -8,7 +9,7 @@ use humhub\widgets\FooterMenu;
|
||||
|
||||
?>
|
||||
|
||||
<div class="container">
|
||||
<?= Html::beginContainer(); ?>
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<?= DashboardContent::widget(); ?>
|
||||
@ -32,4 +33,4 @@ use humhub\widgets\FooterMenu;
|
||||
<?= FooterMenu::widget(['location' => FooterMenu::LOCATION_SIDEBAR]); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?= Html::endContainer(); ?>
|
||||
|
@ -1,22 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
return array (
|
||||
'<b>Nobody has written anything yet.</b><br>Post to get things started...' => '<b>Nadie ha escrito nada todavía.</b><br />Publica algo para empezar...',
|
||||
'<b>There are no profile posts yet!</b>' => '<b>¡No hay entradas en el perfil de usuario todavía!</b>',
|
||||
'<strong>Directory</strong> menu' => 'Menú del <strong>directorio</strong>',
|
||||
'<strong>Group</strong> members - {group}' => '<strong>Miembros</strong> del Grupo - {group}',
|
||||
@ -54,5 +38,4 @@ return [
|
||||
'search for members' => 'buscar miembros',
|
||||
'search for spaces' => 'buscar espacios',
|
||||
'show all members' => 'mostrar todos los miembros',
|
||||
'<b>Nobody has written anything yet.</b><br>Post to get things started...' => '',
|
||||
];
|
||||
);
|
||||
|
@ -17,7 +17,7 @@ return array (
|
||||
'Last update by:' => 'Mis à jour par :',
|
||||
'Size:' => 'Taille :',
|
||||
'Sorry, you can only upload up to {n,plural,=1{# file} other{# files}} at once.' => 'Désolé, vous ne pouvez transférer {n,plural,=1{qu\'un seul fichier} other{que # fichiers}} à la fois.',
|
||||
'The uploaded image is not a squared.' => '',
|
||||
'The uploaded image is not a squared.' => 'L\'image envoyée n\'est pas de forme carrée.',
|
||||
'This upload field only allows a maximum of {n,plural,=1{# file} other{# files}}.' => 'Ce champ ne permet de transférer que {n,plural,=1{# fichier} other{# fichiers}} au maximum.',
|
||||
'Upload files' => 'Transférer des fichiers',
|
||||
);
|
||||
|
@ -17,7 +17,7 @@ return array (
|
||||
'Last update by:' => 'Aggiornato da:',
|
||||
'Size:' => 'Dimensioni:',
|
||||
'Sorry, you can only upload up to {n,plural,=1{# file} other{# files}} at once.' => 'Mi dispiace, puoi solamente caricare {n,plural,=1{# file} other{# file}} alla volta.',
|
||||
'The uploaded image is not a squared.' => '',
|
||||
'The uploaded image is not a squared.' => 'L\'immagine caricata non è quadrata.',
|
||||
'This upload field only allows a maximum of {n,plural,=1{# file} other{# files}}.' => 'Questo campo permette di caricare al massimo {n,plural,=1{# file} other{# file}}.',
|
||||
'Upload files' => 'Carica file',
|
||||
);
|
||||
|
@ -6,7 +6,7 @@ return array (
|
||||
'<strong>Database</strong> Configuration' => 'Configurazione <strong>database</strong>',
|
||||
'<strong>Example</strong> contents' => 'Contenuti di <strong>esempio</strong>',
|
||||
'<strong>System</strong> Check' => 'Verifica <strong>Sistema</strong>',
|
||||
'<strong>Welcome</strong> to HumHub<br>Your Social Network Toolbox' => '<strong>Benvenuto</strong> su HumHub<br> Il tuo Social Network Toolbox',
|
||||
'<strong>Welcome</strong> to HumHub<br>Your Social Network Toolbox' => '<strong>Benvenuto</strong> su HumHub<br /> Il tuo Social Network Toolbox',
|
||||
'Allow access for non-registered users to public content (guest access)' => 'Permetti l\'accesso agli utenti non registrati a tutto il contenuto pubblico',
|
||||
'Allow friendships between members' => 'Permetti il sistema di amicizie',
|
||||
'Below you have to enter your database connection details. If you’re not sure about these, please contact your system administrator.' => 'Qui sotto devi inserire i dettagli per la connessione al database. Se non sei sicuro di avere questi dati, contatta l\'amministratore di sistema.',
|
||||
@ -19,9 +19,9 @@ return array (
|
||||
'Here you can decide how new, unregistered users can access HumHub.' => 'Qui puoi decidere come i nuovi utenti non registrati possono accedere a Humhub.',
|
||||
'Hostname' => 'Hostname',
|
||||
'Hostname of your MySQL Database Server (e.g. localhost if MySQL is running on the same machine)' => 'Hostname del tuo MySQL Database Server (es. localhost se MySQL è attivo nella stessa macchina)',
|
||||
'HumHub is very flexible and can be adjusted and/or expanded for various different applications thanks to its’ different modules. The following modules are just a few examples and the ones we thought are most important for your chosen application.<br><br>You can always install or remove modules later. You can find more available modules after installation in the admin area.' => 'Humhub è molto flessibile e può essere adattato e/o espanso per diferse applicazioni grazie ai differenti moduli. I seguenti moduli sono solo alcuni esempi e quelli che ritenevamo più importanti per l\'applicazione scelta. <br> <br> È sempre possibile installare o rimuovere i moduli in un secondo momento. Puoi trovare altri moduli disponibili dopo l\'installazione nell\'area di amministrazione.',
|
||||
'HumHub is very flexible and can be adjusted and/or expanded for various different applications thanks to its’ different modules. The following modules are just a few examples and the ones we thought are most important for your chosen application.<br><br>You can always install or remove modules later. You can find more available modules after installation in the admin area.' => 'Humhub è molto flessibile e può essere adattato e/o espanso per diferse applicazioni grazie ai differenti moduli. I seguenti moduli sono solo alcuni esempi e quelli che ritenevamo più importanti per l\'applicazione scelta. <br /><br /> È sempre possibile installare o rimuovere i moduli in un secondo momento. Puoi trovare altri moduli disponibili dopo l\'installazione nell\'area di amministrazione.',
|
||||
'I want to use HumHub for:' => 'Intendo usare Humhub per:',
|
||||
'Initializing database...' => 'Inizializazione database in corso...',
|
||||
'Initializing database...' => 'Inizializzazione database in corso...',
|
||||
'My club' => 'Il mio club',
|
||||
'My community' => 'La mia community',
|
||||
'My company (Social Intranet / Project management)' => 'La mia Società (Social intranet / Project management)',
|
||||
@ -44,7 +44,7 @@ return array (
|
||||
'The installation completed successfully! Have fun with your new social network.' => 'L\'installazione è completata! Buon divertimento con il tuo nuovo social network.',
|
||||
'The name of the database you want to run HumHub in.' => 'Il nome della database in cui vuoi installare HumHub.',
|
||||
'This overview shows all system requirements of HumHub.' => 'Riepilogo di tutti i requisiti di sistema per HumHub.',
|
||||
'This wizard will install and configure your own HumHub instance.<br><br>To continue, click Next.' => 'Questa procedura guidata installa e configura la tua istanza Humhub. <br><br> Per continuare, clicca su Avanti.',
|
||||
'This wizard will install and configure your own HumHub instance.<br><br>To continue, click Next.' => 'Questa procedura guidata installa e configura la tua istanza Humhub. <br /><br /> Per continuare, clicca su Avanti.',
|
||||
'To avoid a blank dashboard after your initial login, HumHub can install example contents for you. Those will give you a nice general view of how HumHub works. You can always delete the individual contents.' => 'Per non avere una dashboard vuota al primo login, Humhub può installare dei contenuti di esempio per te. Questi ti danno una buona idea generale di come funziona Humhub. Puoi sempre eliminare i contenuti singolarmente.',
|
||||
'To simplify the configuration, we have predefined setups for the most common use cases with different options for modules and settings. You can adjust them during the next step.' => 'Per semplificare la configurazione, abbiamo preconfigurato i parametri per gli usi più comuni con diverse opzioni per i moduli e settaggi. Puoi selezionarli nel prossimo passaggio.',
|
||||
'Username' => 'Username',
|
||||
|
@ -2,7 +2,7 @@
|
||||
return array (
|
||||
'A TLS/SSL is strongly favored in production environments to prevent passwords from be transmitted in clear text.' => 'TLS/SSL è fortemente richiesto in ambienti di produzione per prevenire la trasmissione di password con testo in chiaro.',
|
||||
'Base DN' => 'DN base',
|
||||
'Defines the filter to apply, when login is attempted. %s replaces the username in the login action. Example: "(sAMAccountName=%s)" or "(uid=%s)"' => 'Definisce il filtro da applicare quando si tenta di accedere. Sostituisce %s al nome utente nell\'azione di accesso. Esempio: "(sAMAccountName=%s)" o "(uid=%s)"',
|
||||
'Defines the filter to apply, when login is attempted. %s replaces the username in the login action. Example: "(sAMAccountName=%s)" or "(uid=%s)"' => 'Definisce il filtro da applicare quando si tenta di accedere. Sostituisce %s al nome utente nell\'azione di accesso. Esempio: "(sAMAccountName=%s)" o "(uid=%s)"',
|
||||
'E-Mail Address Attribute' => 'Attributo indirizzo E-mail',
|
||||
'Enable LDAP Support' => 'Abilita supporto LDAP',
|
||||
'Encryption' => 'Crittografia',
|
||||
@ -10,9 +10,9 @@ return array (
|
||||
'Hostname' => 'Hostname',
|
||||
'ID Attribute' => 'Attributo ID',
|
||||
'LDAP' => 'LDAP',
|
||||
'LDAP Attribute for E-Mail Address. Default: "mail"' => 'Attributo LDAP per l\'indirizzo E-Mail. Default: "mail"',
|
||||
'LDAP Attribute for Username. Example: "uid" or "sAMAccountName"' => 'Attributo LDAP per lo username. Esempio: "uid" o "sAMAccountName"',
|
||||
'Limit access to users meeting this criteria. Example: "(objectClass=posixAccount)" or "(&(objectClass=person)(memberOf=CN=Workers,CN=Users,DC=myDomain,DC=com))"' => 'Limita l\'accesso agli utenti che soddisfano questo criterio. Esempio: "(objectClass=posixAccount)" o "(&(objectClass=person)(memberOf=CN=Workers,CN=Users,DC=myDomain,DC=com))"',
|
||||
'LDAP Attribute for E-Mail Address. Default: "mail"' => 'Attributo LDAP per l\'indirizzo E-Mail. Default: &quotmail"',
|
||||
'LDAP Attribute for Username. Example: "uid" or "sAMAccountName"' => 'Attributo LDAP per lo username. Esempio: &quotuid" o "sAMAccountName"',
|
||||
'Limit access to users meeting this criteria. Example: "(objectClass=posixAccount)" or "(&(objectClass=person)(memberOf=CN=Workers,CN=Users,DC=myDomain,DC=com))"' => 'Limita l\'accesso agli utenti che soddisfano questo criterio. Esempio: &quot(objectClass=posixAccount)" o "(&(objectClass=person)(memberOf=CN=Workers,CN=Users,DC=myDomain,DC=com))"',
|
||||
'Login Filter' => 'Filtro login',
|
||||
'Not changeable LDAP attribute to unambiguously identify the user in the directory. If empty the user will be determined automatically by e-mail address or username. Examples: objectguid (ActiveDirectory) or uidNumber (OpenLDAP)' => 'Attributo LDAP non modificabile che identifica in modo univoco l\'utente nella directory. Se lasciato vuoto, l\'utente verrà determinato dall\'indirizzo e-mail o dal nome utente. Esempi: objectguid (ActiveDirectory) o uidNumber (OpenLDAP)',
|
||||
'Password' => 'Password',
|
||||
@ -20,9 +20,9 @@ return array (
|
||||
'Specify your LDAP-backend used to fetch user accounts.' => 'Specifica il tuo backend LDAP per recuperare gli account utenti',
|
||||
'Status: Error! (Message: {message})' => 'Stato: Errore! (Messaggio: {message})',
|
||||
'Status: OK! ({userCount} Users)' => 'Stato: OK! ({userCount} Utenti)',
|
||||
'Status: Warning! (No users found using the ldap user filter!)' => 'Attenzione! Non trovo utenti usanto il filtro impostato!',
|
||||
'Status: Warning! (No users found using the ldap user filter!)' => 'Attenzione! Non trovo utenti usando il filtro impostato!',
|
||||
'The default base DN used for searching for accounts.' => 'La base DN predefinita usata per cercare gli account.',
|
||||
'The default credentials password (used only with username above).' => 'Password credenziale predefinita (usata solo con lo username qui sopra).',
|
||||
'The default credentials password (used only with username above).' => 'Password predefinita (usata solo con lo username qui sopra).',
|
||||
'The default credentials username. Some servers require that this be in DN form. This must be given in DN form if the LDAP server requires a DN to bind and binding should be possible with simple usernames.' => 'Username credenziale predefinito. Alcuni server richiedono che questo sia nella forma DN. Questo deve essere fornito nella forma DN se il server LDAP richiede un DN per vincolare e il vincolamento dovrebbe essere possible con semplici nomi utente.',
|
||||
'User Filer' => 'Filtro utente',
|
||||
'Username' => 'Username',
|
||||
|
@ -14,7 +14,7 @@ Module successfully enabled!
|
||||
' => '--- Attiva modulo: {moduleId} ---',
|
||||
'Add purchased module by licence key' => 'Aggiungi modulo acquistato tramite chiave licenza',
|
||||
'All modules are up to date!' => 'Tutti i moduli sono aggiornati!',
|
||||
'All {moduleId} module content will be deleted. Continue?' => '',
|
||||
'All {moduleId} module content will be deleted. Continue?' => 'Tutti i contenuti del modulo {moduleId} verranno eliminati. Continuare?',
|
||||
'Available updates' => 'Aggiornamenti disponibili',
|
||||
'Browse online' => 'Sfoglia online',
|
||||
'Buy (%price%)' => 'Compra (%price%)',
|
||||
@ -28,7 +28,7 @@ Module successfully enabled!
|
||||
'Latest compatible version:' => 'Ultima versione compatibile:',
|
||||
'Latest version:' => 'Ultima versione:',
|
||||
'Licence Key:' => 'Chiave licenza:',
|
||||
'Marketplace' => '',
|
||||
'Marketplace' => '@@',
|
||||
'Module directory %modulePath% is not writeable!' => 'La directory del modulo %modulePath% non è scrivibile!',
|
||||
'Module download failed! (%error%)' => 'Scaricamento del modulo fallito! (%error%)',
|
||||
'Module not found or activated!
|
||||
|
@ -27,7 +27,7 @@ return array (
|
||||
'Created At' => 'Creado hace',
|
||||
'Created By' => 'Creado por',
|
||||
'Decline' => 'Declinar',
|
||||
'Decline Invite' => '',
|
||||
'Decline Invite' => 'Declinar invitación',
|
||||
'Default' => 'Por defecto',
|
||||
'Default content visibility' => 'Visibilidad por defecto del contenido',
|
||||
'Description' => 'Descripción',
|
||||
|
@ -33,7 +33,7 @@ return array (
|
||||
'Enable' => 'Habilitar',
|
||||
'Enhance this space with modules.' => 'Mejora este espacio con módulos.',
|
||||
'Hide posts on dashboard' => 'Ocultar publicaciones en el panel de contol',
|
||||
'Invited By' => '',
|
||||
'Invited By' => 'Invitado por',
|
||||
'Members' => 'Miembros',
|
||||
'Modules' => 'Módulos',
|
||||
'Next' => 'Siguiente',
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return array (
|
||||
'<b>This space is still empty!</b>' => '<b>Questo spazio è ancora vuoto!</b>',
|
||||
'<b>This space is still empty!</b><br>Start by posting something here...' => '<b>Questo spazio è ancora vuoto!</b><br>Inizia scrivendo qualcosa qui...',
|
||||
'<b>This space is still empty!</b><br>Start by posting something here...' => '<b>Questo spazio è ancora vuoto!</b><br />Inizia scrivendo qualcosa qui...',
|
||||
'<b>You are not member of this space and there is no public content, yet!</b>' => '<b>Non sei membro di questo spazio e al momento non esiste contenuto pubblico!</b>',
|
||||
'<strong>Invite</strong> members' => '<strong>Invita</strong> membri',
|
||||
'<strong>New</strong> member request' => '<strong>Nuova</strong> richiesta membro',
|
||||
@ -27,7 +27,7 @@ return array (
|
||||
'Created At' => 'Creato il',
|
||||
'Created By' => 'Creato da',
|
||||
'Decline' => 'Rifiuta',
|
||||
'Decline Invite' => '',
|
||||
'Decline Invite' => 'Rifiuta invito',
|
||||
'Default' => 'Predefinito',
|
||||
'Default content visibility' => 'Visibilità predefinita dei contenuti',
|
||||
'Description' => 'Descrizione',
|
||||
|
@ -33,7 +33,7 @@ return array (
|
||||
'Enable' => 'Abilita',
|
||||
'Enhance this space with modules.' => 'Potenzia questo spazio con i moduli',
|
||||
'Hide posts on dashboard' => 'Nascondi post nella baacheca',
|
||||
'Invited By' => '',
|
||||
'Invited By' => 'Invitato da',
|
||||
'Members' => 'Membri',
|
||||
'Modules' => 'Moduli',
|
||||
'Next' => 'Avanti',
|
||||
|
@ -1,21 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Show {i} more.' => '',
|
||||
];
|
||||
return array (
|
||||
'Show {i} more.' => 'Arată încă {i}.',
|
||||
);
|
||||
|
@ -1,26 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Author' => '',
|
||||
'Content' => '',
|
||||
'Content Type' => '',
|
||||
'Sorting' => '',
|
||||
'Topic' => '',
|
||||
'Visibility' => '',
|
||||
];
|
||||
return array (
|
||||
'Author' => 'Autor',
|
||||
'Content' => 'Conținut',
|
||||
'Content Type' => 'Tip Conținut',
|
||||
'Sorting' => 'Sortare',
|
||||
'Topic' => 'Subiect',
|
||||
'Visibility' => 'Vizibilitate',
|
||||
);
|
||||
|
@ -17,14 +17,14 @@ return array (
|
||||
'End guide' => 'Fine guida',
|
||||
'Get to know your way around the site\'s most important features with the following guides:' => 'Scopri come usare le funzionalità più importanti del sito con le seguenti guide:',
|
||||
'Hide my year of birth' => 'Nascondi il mio anno di nascita',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '',
|
||||
'Howdy <strong>%firstname%</strong>, thank you for using %community%.' => '<strong>%firstname%</strong>, grazie per usare %community%.',
|
||||
'Next »' => 'Successivo »',
|
||||
'Ok' => 'Ok',
|
||||
'Save and close' => 'Salva e chiudi',
|
||||
'The account menu gives you access to your private settings and allows you to manage your public profile.' => 'Il menuùdi dell\'account ti consente di accedere alle impostazioni private e ti permette di gestire il tuo profilo pubblico.',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => 'Questa azione rimuove il pannello di tour dal cruscotto. È possibile riattivarlo su<br>Impostazioni account <i class="fa fa-caret-right"></i> Impostazioni.',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => 'Questo è il menù più importante e sarà probabilmente quello che userai più spesso! Accedi a tutti gli space a cui ti sei aggiunto e crea nuovi space qui.<br><br> La prossima guida ti mostrerà come:',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => 'Sei il primo utente qui.... Yehaaa! Sii un esempio brillante e completa il tuo profilo, <br> in modo che i futuri utenti sappiano chi è il capo branco qui e a chi possono rivolgersi se hanno domande.',
|
||||
'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.' => 'Questa azione rimuove il pannello di tour dal cruscotto. È possibile riattivarlo su<br />Impostazioni account <i class="fa fa-caret-right"></i> Impostazioni.',
|
||||
'This is the most important menu and will probably be the one you use most often!<br><br>Access all the spaces you have joined and create new spaces here.<br><br>The next guide will show you how:' => 'Questo è il menù più importante e sarà probabilmente quello che userai più spesso! Accedi a tutti gli space a cui ti sei aggiunto e crea nuovi space qui.<br /><br /> La prossima guida ti mostrerà come:',
|
||||
'You are the first user here... Yehaaa! Be a shining example and complete your profile,<br>so that future users know who is the top dog here and to whom they can turn to if they have questions.' => 'Sei il primo utente qui.... Yehaaa! Sii un esempio brillante e completa il tuo profilo, <br /> in modo che i futuri utenti sappiano chi è il capo branco qui e a chi possono rivolgersi se hanno domande.',
|
||||
'Your firstname' => 'Il tuo nome',
|
||||
'Your lastname' => 'Il tuo cognome',
|
||||
'Your mobile phone number' => 'Il tuo numero di cellulare',
|
||||
|
@ -1,21 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'No icon provider registered for provider id {id}' => '',
|
||||
];
|
||||
return array (
|
||||
'No icon provider registered for provider id {id}' => 'No hay ningún proveedor de iconos registrado para el proveedor con id {id}',
|
||||
);
|
||||
|
@ -1,21 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'No icon provider registered for provider id {id}' => '',
|
||||
];
|
||||
return array (
|
||||
'No icon provider registered for provider id {id}' => 'Nessuna icona registrata firnita per il provider id {id}',
|
||||
);
|
||||
|
@ -201,8 +201,6 @@ class View extends \yii\web\View
|
||||
*/
|
||||
protected function renderHeadHtml()
|
||||
{
|
||||
|
||||
|
||||
if (!Yii::$app->request->isAjax) {
|
||||
SiteIcon::registerMetaTags($this);
|
||||
LayoutHeader::registerHeadTags($this);
|
||||
|
@ -130,6 +130,7 @@ class ThemeHelper
|
||||
|
||||
/**
|
||||
* @param Theme $theme
|
||||
* @return array
|
||||
*/
|
||||
public static function getAllVariables(Theme $theme)
|
||||
{
|
||||
@ -197,4 +198,14 @@ class ThemeHelper
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
public static function isFluid(Theme $theme = null)
|
||||
{
|
||||
if ($theme === null) {
|
||||
$theme = Yii::$app->view->theme;
|
||||
}
|
||||
|
||||
return !empty($theme->variable('isFluid'));
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -11,13 +11,13 @@ return array (
|
||||
'All your personal data will be irrevocably deleted.' => 'Todos tus datos personales se borrarán irreversiblemente.',
|
||||
'Are you really sure? *ALL* module data for your profile will be deleted!' => '¿Estás seguro? ¡*TODOS* los datos del módulo en tu perfil serán borrados!',
|
||||
'Are you sure that you want to delete your account?' => '¿Seguro que quieres borrar tu cuenta?',
|
||||
'Changing the username can make some links unusable, for example old links to the profile.' => '',
|
||||
'Changing the username can make some links unusable, for example old links to the profile.' => 'Cambiar el nombre de usuario puede hacer que algunos enlaces queden rotos, como por ejemplo enlaces antiguos que apunten al perfil.',
|
||||
'Configure' => 'Configurar',
|
||||
'Confirm' => 'Confirmar',
|
||||
'Current password' => 'Contraseña actual',
|
||||
'Delete account' => 'Borrar cuenta',
|
||||
'Disable' => 'Deshabilitar',
|
||||
'Do you really want to delete your icon image?' => '',
|
||||
'Do you really want to delete your icon image?' => '¿De verdad quieres borrar tu icono?',
|
||||
'Do you really want to delete your logo image?' => '¿Seguro que quieres eliminar el logo?',
|
||||
'E-Mail' => 'Correo electrónico',
|
||||
'E-Mail Summaries' => 'Resúmenes de Correo',
|
||||
@ -32,7 +32,7 @@ return array (
|
||||
'Language' => 'Idioma',
|
||||
'Modules' => 'Módulos',
|
||||
'New E-Mail address' => 'Nueva dirección de correo electrónico',
|
||||
'New User name' => '',
|
||||
'New User name' => 'Nuevo nombre de usuario',
|
||||
'Not registered users' => 'Usuarios no registrados',
|
||||
'Notifications' => 'Notificaciones',
|
||||
'Other users' => 'Otros usuarios',
|
||||
@ -47,20 +47,20 @@ return array (
|
||||
'Tags' => 'Etiquetas',
|
||||
'The entered e-mail address is already in use by another user.' => 'El correo electrónico introducido ya está en uso por otro usuario.',
|
||||
'TimeZone' => 'Zona horaria',
|
||||
'Username has been changed' => '',
|
||||
'Username has been changed' => 'Se ha cambiado el nombre del usuario',
|
||||
'Users' => 'Usuarios',
|
||||
'Visible for all (also unregistered users)' => 'Visible para todos (también usuarios no registrados)',
|
||||
'We´ve just sent an confirmation e-mail to your new address. <br /> Please follow the instructions inside.' => 'Acabamos de enviar un correo electrónico de confirmación a tu nueva dirección. <br /> Por favor, sigue las instrucciones que contiene.',
|
||||
'You are currently the owner of following spaces:' => 'Actualmente eres el propietario de los siguientes espacios:',
|
||||
'You have requested to change your e-mail address.<br>Your new e-mail address is {newemail}.<br><br>To confirm your new e-mail address please click on the button below.' => 'Has solicitado cambiar tu dirección de correo electrónico.<br />Tu nueva dirección de correo electrónico es {newemail}.<br /><br />Para confirmar tu nueva dirección de correo electrónico, por favor, haz clic en el botón de abajo.',
|
||||
'You have successfully changed your username.<br>Your new username is {newUsername}.' => '',
|
||||
'You have successfully changed your username.<br>Your new username is {newUsername}.' => 'Se ha cambiado correctamente tu nombre de usuario.<br />Tu nuevo nombre de usuario es {newUsername}.',
|
||||
'You must transfer ownership or delete these spaces before you can delete your account.' => 'Antes de poder borrar tu cuenta tienes que borrar o transferir la propiedad de los siguientes espacios:',
|
||||
'Your account cannot be deleted!' => '¡Tu cuenta no puede ser borrada!',
|
||||
'Your current password can be changed here.' => 'Puede cambiar aquí su clave actual.',
|
||||
'Your e-mail address has been successfully changed to {email}.' => 'Tu dirección de correo electrónico ha sido cambiada con éxito a {email}',
|
||||
'Your friends' => 'Tus amigos',
|
||||
'Your password has been successfully changed!' => '¡Tu contraseña ha sido cambiada con éxito!',
|
||||
'Your username has been changed' => '',
|
||||
'Your username has been successfully changed. <br> We´ve just sent an e-mail to you with new information.' => '',
|
||||
'Your username has been changed' => 'Se ha cambiado tu nombre de usuario',
|
||||
'Your username has been successfully changed. <br> We´ve just sent an e-mail to you with new information.' => 'Se ha cambiado correctamente tu nombre de usuario.<br /> Te acabamos de enviar un mensaje de correo electrónico con la nueva información.',
|
||||
'{attribute} "{value}" was not found!' => '¡{attribute} "{value}" no ha sido encontrado!',
|
||||
);
|
||||
|
@ -1,22 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
return array (
|
||||
'<strong>Confirm</strong> image deleting' => '<strong>Confirmar</strong> la eliminación de la imagen',
|
||||
'<strong>Following</strong> user' => '<strong>Siguiendo</strong> a usuario',
|
||||
'<strong>Member</strong> in these spaces' => '<strong>Miembros</strong> en estos espacios',
|
||||
@ -28,6 +11,7 @@ return [
|
||||
'Cancel' => 'Cancelar',
|
||||
'Change Email' => 'Cambiar correo',
|
||||
'Change Password' => 'Cambiar clave',
|
||||
'Change Username' => 'Cambiar nombre de usuario',
|
||||
'Confirm new password' => 'Confirmar clave',
|
||||
'Connect account' => 'Conectar cuenta',
|
||||
'Connected Accounts' => 'Cuentas Conectadas',
|
||||
@ -89,6 +73,7 @@ return [
|
||||
'User has been invited.' => 'El usuario ha sido invitado.',
|
||||
'User with the same email already exists but isn\'t linked to you. Login using your email first to link it.' => 'Un usuario con el mismo correo ya existe pero está no está conectado con usted. Ingrese con su correo primero para enlazarlo.',
|
||||
'Username' => 'Nombre de usuario',
|
||||
'Username contains invalid characters.' => 'Ese nombre de usuario contiene caracteres no válidos.',
|
||||
'View your about page' => 'Ver tu página Acerca de',
|
||||
'Visibility' => 'Visibilidad',
|
||||
'Welcome to %appName%' => 'Bienvenido a %appName%',
|
||||
@ -102,6 +87,4 @@ return [
|
||||
'invited you to join {name}.' => 'le ha invitado a unirse a {name}.',
|
||||
'invited you to join {space} on {name}.' => 'le ha invitado a unerse a {space} en {name}.',
|
||||
'or' => 'o',
|
||||
'Change Username' => '',
|
||||
'Username contains invalid characters.' => '',
|
||||
];
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
return array (
|
||||
'<strong>Account</strong> settings' => 'Impostazioni <strong>account</strong>',
|
||||
'<strong>Confirm</strong></strong> your new email address' => '<strong>Conferma</strong></strong> il tuo nuovo indirizzo email',
|
||||
'<strong>Confirm</strong></strong> your new email address' => '<strong>Conferma</strong> il tuo nuovo indirizzo email',
|
||||
'<strong>Modify</strong> your profile image' => '<strong>Modifica</strong> l\'immagine del tuo profilo',
|
||||
'<strong>Modify</strong> your title image' => '<strong>Modifica</strong> il titolo della tua immagine',
|
||||
'<strong>Security</strong> settings' => 'Impostazioni <strong>Sicurezza</strong>',
|
||||
@ -11,13 +11,13 @@ return array (
|
||||
'All your personal data will be irrevocably deleted.' => 'Tutti i tuoi dati personali verranno definitivamente eliminati.',
|
||||
'Are you really sure? *ALL* module data for your profile will be deleted!' => 'Sei veramente sicuro? *Tutti* i dati dei moduli del tuo profilo saranno eliminati!',
|
||||
'Are you sure that you want to delete your account?' => 'Sei sicuro di voler eliminare il tuo account?',
|
||||
'Changing the username can make some links unusable, for example old links to the profile.' => '',
|
||||
'Changing the username can make some links unusable, for example old links to the profile.' => 'La modifica del nome utente può rendere inutilizzabili alcuni collegamenti, ad esempio vecchi collegamenti al profilo.',
|
||||
'Configure' => 'Configura',
|
||||
'Confirm' => 'Conferma',
|
||||
'Current password' => 'Password attuale',
|
||||
'Delete account' => 'Elimina account',
|
||||
'Disable' => 'Disabilita',
|
||||
'Do you really want to delete your icon image?' => '',
|
||||
'Do you really want to delete your icon image?' => 'Vuoi veramente cancellare l\'immagine dell\'icona?',
|
||||
'Do you really want to delete your logo image?' => 'Vuoi veramente eliminare la tua immagine?',
|
||||
'E-Mail' => 'Email',
|
||||
'E-Mail Summaries' => 'Sommario email',
|
||||
@ -32,7 +32,7 @@ return array (
|
||||
'Language' => 'Lingua',
|
||||
'Modules' => 'Moduli',
|
||||
'New E-Mail address' => 'Nuovo indirizzo e-mail',
|
||||
'New User name' => '',
|
||||
'New User name' => 'Nuovo nome utente',
|
||||
'Not registered users' => 'Utenti non registrati',
|
||||
'Notifications' => 'Notifiche',
|
||||
'Other users' => 'Altri utenti',
|
||||
@ -47,20 +47,20 @@ return array (
|
||||
'Tags' => 'Tag',
|
||||
'The entered e-mail address is already in use by another user.' => 'La mail inserita è già stata utilizzata da un altro utente.',
|
||||
'TimeZone' => 'Fuso orario',
|
||||
'Username has been changed' => '',
|
||||
'Username has been changed' => 'Il nome utente è stato cambiato',
|
||||
'Users' => 'Persone',
|
||||
'Visible for all (also unregistered users)' => 'Visibile a tutti (anche utenti non registrati)',
|
||||
'We´ve just sent an confirmation e-mail to your new address. <br /> Please follow the instructions inside.' => 'Abbiamo inviato una conferma via e-mail al tuo nuovo indirizzo. <br />Per favore segui le istruzioni all\'interno.',
|
||||
'You are currently the owner of following spaces:' => 'Sei il proprietario dei seguenti spazi:',
|
||||
'You have requested to change your e-mail address.<br>Your new e-mail address is {newemail}.<br><br>To confirm your new e-mail address please click on the button below.' => 'Hai richiesto il cambiamento del tuo indirizzo email.<br>Il tuo nuovo indirizzo e-mail è {newemail}.<br><br>Per confermare il tuo nuovo indirizzo e-mail per favore clicca sul pulsante qui sotto.',
|
||||
'You have successfully changed your username.<br>Your new username is {newUsername}.' => '',
|
||||
'You have requested to change your e-mail address.<br>Your new e-mail address is {newemail}.<br><br>To confirm your new e-mail address please click on the button below.' => 'Hai richiesto il cambiamento del tuo indirizzo email.<br />Il tuo nuovo indirizzo e-mail è {newemail}.<br /><br />Per confermare il tuo nuovo indirizzo e-mail per favore clicca sul pulsante qui sotto.',
|
||||
'You have successfully changed your username.<br>Your new username is {newUsername}.' => 'Hai cambiato correttamente il tuo nome utente.<br />Il tuo nuovo nome utente è {newUsername}.',
|
||||
'You must transfer ownership or delete these spaces before you can delete your account.' => 'Devi trasferire la proprietà o cancellare gli spazi prima di eliminare il tuo account.',
|
||||
'Your account cannot be deleted!' => 'Il tuo account non può essere eliminato!',
|
||||
'Your current password can be changed here.' => 'Puoi cambiare la tua password qui.',
|
||||
'Your e-mail address has been successfully changed to {email}.' => 'Il tuo indirizzo e-mail è stato cambiato con successo a {email}.',
|
||||
'Your friends' => 'I tuoi amici',
|
||||
'Your password has been successfully changed!' => 'La tua password è stata cambiata con successo!',
|
||||
'Your username has been changed' => '',
|
||||
'Your username has been successfully changed. <br> We´ve just sent an e-mail to you with new information.' => '',
|
||||
'Your username has been changed' => 'Il tuo nome utente è stato cambiato',
|
||||
'Your username has been successfully changed. <br> We´ve just sent an e-mail to you with new information.' => 'Il tuo nome utente è stato modificato con successo. <br /> Ti abbiamo appena inviato una e-mail con le nuove informazioni.',
|
||||
'{attribute} "{value}" was not found!' => '{attribute} "{value}" non è stato trovato!',
|
||||
);
|
||||
|
@ -1,22 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
return array (
|
||||
'<strong>Confirm</strong> image deleting' => '<strong>Conferma</strong> eliminazione immagine',
|
||||
'<strong>Following</strong> user' => 'Persone che <strong>seguo io</strong>',
|
||||
'<strong>Member</strong> in these spaces' => '<strong>Partecipa</strong> in questi space',
|
||||
@ -28,6 +11,7 @@ return [
|
||||
'Cancel' => 'Annulla',
|
||||
'Change Email' => 'Modifica email',
|
||||
'Change Password' => 'Modifica password',
|
||||
'Change Username' => 'Cambia nome utente',
|
||||
'Confirm new password' => 'Conferma nuova password',
|
||||
'Connect account' => 'Collega account',
|
||||
'Connected Accounts' => 'Account collegati',
|
||||
@ -89,6 +73,7 @@ return [
|
||||
'User has been invited.' => 'L\'utente è stato invitato',
|
||||
'User with the same email already exists but isn\'t linked to you. Login using your email first to link it.' => 'Un Utente con la stessa email esiste già, ma non è collegato a te. Effettua il login utilizzando la tua email per collegarlo.',
|
||||
'Username' => 'Username',
|
||||
'Username contains invalid characters.' => 'Il nome utente contiene caratteri non validi',
|
||||
'View your about page' => 'Vedi la tua pagina di informazioni',
|
||||
'Visibility' => 'Visibilità',
|
||||
'Welcome to %appName%' => 'Benvenuto in %appName%',
|
||||
@ -102,6 +87,4 @@ return [
|
||||
'invited you to join {name}.' => 'ti ha invitato ad unirti a {name}.',
|
||||
'invited you to join {space} on {name}.' => 'ti ha invitato ad unirti a {space} su {name}.',
|
||||
'or' => 'o',
|
||||
'Change Username' => '',
|
||||
'Username contains invalid characters.' => '',
|
||||
];
|
||||
);
|
||||
|
@ -1,23 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message/extract' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Hm...' => '',
|
||||
'Please check your internet connection and <a href="?">refresh</a> this page once your are online again!' => '',
|
||||
'Unable to connect to {site}' => '',
|
||||
];
|
||||
return array (
|
||||
'Hm...' => '@@',
|
||||
'Please check your internet connection and <a href="?">refresh</a> this page once your are online again!' => 'Controlla la connessione ad internet e <a href="?">refresh</a> ricarica la pagina quando sei nuovamente online.',
|
||||
'Unable to connect to {site}' => 'Impossibile connettesi a {site}',
|
||||
);
|
||||
|
@ -1,5 +1,5 @@
|
||||
.oembed_snippet[data-oembed-provider="youtube.com"],
|
||||
.oembed_snippet:not([data-oembed-provider]){
|
||||
.oembed_snippet {
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
padding-bottom: 55%;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user