Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge

This commit is contained in:
zotlabs 2018-05-02 23:18:09 -07:00
commit 75c8f656c9
27 changed files with 2203 additions and 1670 deletions

View File

@ -8,7 +8,7 @@ class _1211 {
if(ACTIVE_DBTYPE == DBTYPE_POSTGRES) { if(ACTIVE_DBTYPE == DBTYPE_POSTGRES) {
$r1 = q("ALTER TABLE channel ADD channel_active timestamp NOT NULL DEFAULT '0001-01-01 00:00:00' "); $r1 = q("ALTER TABLE channel ADD channel_active timestamp NOT NULL DEFAULT '0001-01-01 00:00:00' ");
$r2 = q("create index \"channel_active\" on channel_active (\"channel_active\")"); $r2 = q("create index \"channel_active_idx\" on channel (\"channel_active\")");
$r = ($r1 && $r2); $r = ($r1 && $r2);
} }

View File

@ -21,7 +21,7 @@ class Tasklist {
</script>'; </script>';
$o .= '<div class="widget">' . '<h3>' . t('Tasks') . '</h3><div class="tasklist-tasks">'; $o .= '<div class="widget">' . '<h3>' . t('Tasks') . '</h3><div class="tasklist-tasks">';
$o .= '</div><form id="tasklist-new-form" action="" ><input id="tasklist-new-summary" type="text" name="summary" value="" /></form>'; $o .= '</div><form id="tasklist-new-form" action="" ><input class="form-control" id="tasklist-new-summary" type="text" name="summary" value="" /></form>';
$o .= '</div>'; $o .= '</div>';
return $o; return $o;

View File

@ -0,0 +1,5 @@
<dl class="dl-horizontal">
<dt>Information de base</dt>
<dd>Modifiez les propriétés individuelles de l'application que vous avez sélectionnée. Les catégories vous permettent de trier vos applications pour vous aider à les trouver plus facilement dans la liste. La prise en charge des applications personnalisées que vous ou votre administrateur pouvez choisir de créer inclut des champs tels que &laquo;Prix de l'application&raquo; et &laquo;Lieu d'achat&raquo; qui ne sont pas applicables aux applications centrales Hubzilla.
</dd>
</dl>

View File

@ -0,0 +1,4 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Modifiez ou supprimez vos applications à l'aide des boutons de contrôle situés à côté de chaque icône d'application dans la liste.</dd>
</dl>

View File

@ -0,0 +1,7 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Cette page vous montre quelles applications sont disponibles pour votre canal, y compris les applications centrales et celles fournies par les greffons. Pour ajouter une application au <a href='#' onclick='contextualHelpFocus("#app-menu", 1); return false;' title="Cliquez pour ouvrir...">menu de l'application</a>, cliquez sur le bouton étoile l'application dans la liste ci-dessous.</dd>
<dt>Gérer les applications</dt>
<dd>Appuyez sur le bouton &laquo;Gérer les applications&raquo; pour ouvrir une page où vous pouvez éditer le nom, les catégories et autres propriétés de vos applications.
</dd>
</dl>

View File

@ -0,0 +1,20 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Les cartes représentent un domaine persistant de collaboration qui est distinct du volet social. Ils sont un peu plus légers que les pages web et les wikis pour une organisation rapide de l'information et ont l'avantage de permettre la collaboration et le commentaire. Ils sont bien adaptés pour aider à organiser des tâches complexes où il y a des mises à jour et des retours d'information fréquents.
</dd>
<dt>Ajouter une carte</dt>
<dd>
La création d'une nouvelle carte est très similaire à la composition d'un nouveau message.<br><br>
<ul>
<li>
<b>Nom du lien de page :</b> Le nom du lien de page est le nom de la carte pour l'URL statique.
</li>
<li>
<b>Titre :</b> Le titre est affiché en haut de la carte.
</li>
<li>
<b>Catégories :</b> Si la <a href="/settings/features">fonction catégories de messages</a> est activée pour votre chaîne, vous pouvez ajouter des catégories à la carte. Ces catégories remplissent la liste des catégories sur le panneau de gauche et permettent de filtrer votre collection de cartes.
</li>
</ul>
</dd>
</dl>

View File

@ -0,0 +1,8 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Créez et utilisez des salons de discussion pour communiquer en temps réel, en utilisant le système standard de permissions Hubzilla pour le contrôle d'accès aux salons de discussion.</dd>
<dt>Créer un nouveau salon de discussion</dt>
<dd>Utilisez le bouton &laquo;Nouveau&raquo; pour créer un nouveau salon de discussion. Entrez un nom et la durée de conservation des messages.</dd>
<dt>Discussion</dt>
<dd>Entrez votre message dans la boîte de message et cliquez sur &laquo;Envoyer&raquo;. Vous pouvez définir un statut en sélectionnant le bouton du menu de la salle de discussion à côté du bouton &laquo;Envoyer&raquo;. D'autres personnes &laquo;dans la salon&raquo; sont visibles dans le panneau latéral du panneau &laquo;Membres du Salon&raquo;.</dd>
</dl>

View File

@ -0,0 +1,7 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Cette page affiche les fichiers cloud d'un canal. Les fichiers visibles par l'observateur dépendent des permissions individuelles définies par le propriétaire du canal. Si vous avez l'autorisation de créer/télécharger des fichiers, vous verrez des boutons de contrôle au-dessus de la liste des fichiers.
</dd>
<dt><a href='#' onclick='contextualHelpFocus("#tabs-collapse-1", 0); return false;' title="Cliquez pour mettre en évidence l'élément...">Onglets de contenu de la chaîne</a></dt>
<dd>Les onglets de contenu du canal sont des liens vers d'autres contenus publiés par le canal. L'onglet <b>A propos</b> permet d'accéder au profil du canal. L'onglet <b>Photos</b> permet d'accéder aux galeries de photos de la chaîne. L'onglet <b>Fichiers</b> permet d'accéder aux fichiers généraux partagés publiés par le canal.</dd>
</dl>

View File

@ -0,0 +1,8 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Cette page affiche une liste de toutes les connexions de ce canal. La liste peut être <a href='#' onclick='contextualHelpFocus(".section-title-wrapper", 0); return false;' title="Cliquez pour mettre en évidence l'élément...">triée et filtrée à l'aide du bouton de menu à côté du bouton de recherche</a>. </dd>
<dt>Détails de connexion</dt>
<dd>Chaque entrée de liste affiche les détails d'une connexion spécifique. Une image d'avatar translucide indique une connexion archivée.</dd>
<dt>État de la connexion</dt>
<dd> Une connexion peut être dans différents états : <ul><li>Archivé</li><li>Ignoré</li><li>Bloqué</li><li>Caché</li></ul></dd>
</dl>

View File

@ -0,0 +1,8 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Cette page affiche une liste de toutes les connexions de ce canal. La liste peut être <a href='#' onclick='contextualHelpFocus(".section-title-wrapper", 0); return false;' title="Cliquez pour mettre en évidence l'élément...">triée et filtrée à l'aide du bouton de menu à côté du bouton de recherche</a>. </dd>
<dt>Détails de connexion</dt>
<dd>Chaque entrée de liste affiche les détails d'une connexion spécifique. Une image d'avatar translucide indique une connexion archivée.</dd>
<dt>État de la connexion</dt>
<dd> Une connexion peut être dans différents états : <ul><li>Archivé</li><li>Ignoré</li><li>Bloqué</li><li>Caché</li></ul></dd>
</dl>

View File

@ -0,0 +1,13 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Cette page vous permet de modifier ou d'éditer les paramètres individuels pour une connexion particulière ou de supprimer complètement une connexion. Vous êtes peut-être arrivé sur cette page après avoir créé ou approuvé une nouvelle connexion. Si c'est le cas, vous n'êtes pas tenu de faire quoi que ce soit. Votre connexion a déjà été établie. <strong>Vous pouvez</strong> les ajouter à un groupe ou ajuster des permissions spéciales, et cette page est présentée de façon à ce que vous puissiez le faire pendant que l'occasion se présente.
</dd>
<dt><a href='#' onclick='contextualHelpFocus(".section-title-wrapper", 0); return false;' title="Cliquez pour mettre en évidence l'élément...">Outils de connexion</a></dt>
<dd>Le <a href='#' onclick='contextualHelpFocus(".section-title-wrapper", 0); return false;' title="Cliquez pour mettre en évidence l'élément...">menu Outils de connexion</a> permet d'accéder à plusieurs paramètres. Afficher le profil, Afficher l'activité récente, Rafraîchir les autorisations, définir ou réinitialiser les indicateurs (Bloquer, Ignorer, Archiver, Cacher) et supprimer la connexion.</dd>
<dt><a href='#' onclick='contextualHelpFocus("#group-sidebar", 0); return false;' title="Cliquez pour mettre en évidence l'élément...">Groupes de protection de la vie privée</a></dt>
<dd>Chaque connexion peut être assignée à un ou plusieurs groupes de confidentialité pour regrouper des collections d'amis ayant accès à des messages, médias et autres contenus spécifiques. Vous pouvez les ajouter à un groupe de confidentialité existant ici, ou créer un nouveau groupe de confidentialité. Lorsque vous les ajoutez à un groupe existant, l'action est immédiate et vous n'avez pas besoin de soumettre un formulaire. </dd>
<dt><a href='#' onclick='contextualHelpFocus("#perms-tool", 0); return false;' title="Cliquez pour mettre en évidence l'élément...">Permissions individuelles</a></dt>
<dd>L'octroi de permissions est généralement automatique et n'exige aucune action de votre part. Cependant, il se peut que vous souhaitiez ajuster des paramètres spécifiques pour cette connexion qui sont différents des autres.</dd>
<dt>Paramètres spécifiques aux fonctions</dt>
<dd>Un certain nombre de paramètres individuels sont contrôlés par des fonctions supplémentaires qui peuvent ou non être activées sur votre hub ou pour votre canal. Plusieurs fonctions optionnelles ont des paramètres pour chaque connexion, et ceux-ci peuvent être définis sur cette page par le biais d'onglets de formulaire supplémentaires qui peuvent être présents.</dd>
</dl>

View File

@ -0,0 +1,8 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Cette page affiche un calendrier des événements qui vous appartiennent et que vous partagez avec d'autres canaux.</dd>
<dt>Vue du calendrier</dt>
<dd>Le calendrier peut être affiché en mode mois, semaine ou jour en utilisant les options du panneau latéral.</dd>
<dt>Exportation/Importation</dt>
<dd>Exporter ou importer des événements de calendrier en utilisant des fichiers au format standard iCalendar (.ics).</dd>
</dl>

View File

@ -0,0 +1,10 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Les messages affichés dans courrier privé ne sont visibles que pour vous et le destinataire unique.</dd>
<dt>Vue combinée</dt>
<dd>Les conversations complètes peuvent être visualisées dans un fil continu en sélectionnant <b>Vue combinée </b>. Les conversations disponibles sont affichées sous le menu dans le panneau latéral.</dd>
<dt>Boîte de réception/Boîte d'envoi</dt>
<dd>Les messages individuels envoyés sont visualisés en sélectionnant <b>Boîte d'envoi</b>, et les messages entrants sont visualisés en utilisant le filtre <b>Boîte de réception</b>.</dd>
<dt>Nouveau message.</dt>
<dd>Les messages individuels ont des rapports de livraison qui peuvent être visualisés à l'aide du menu déroulant. Les messages peuvent également être rappelés à partir du même menu, ce qui peut empêcher le destinataire de voir le message <i>s'il ne l'a pas déjà lu</i>.</dd>
</dl>

View File

@ -0,0 +1,6 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Cette page affiche les albums photos du canal. Les images visibles pour l'observateur dépendent des permissions d'images individuelles.</dd>
<dt><a href='#' onclick='contextualHelpFocus("#tabs-collapse-1", 0); return false;' title="Cliquez pour mettre en évidence l'élément...">Onglets de contenu du canal</a></dt>
<dd>Les onglets de contenu du canal sont des liens vers d'autres contenus publiés par le canal. L'onglet <b>A propos</b> permet d'accéder au profil de canal. L'onglet <b>Photos</b> permet d'accéder aux galeries de photos des chaînes. L'onglet <b>Fichiers</b> permet d'accéder aux fichiers généraux partagés publiés par le canal.</dd>
</dl>

View File

@ -0,0 +1,6 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Ceci est la page de profil d'un canal. Il affiche typiquement des informations décrivant le canal. Si le canal représente une personne dans un réseau social, par exemple, le profil peut fournir des informations de contact et d'autres détails personnels sur la personne. Les canaux peuvent avoir plusieurs profils, où le profil affiché dépend de l'observateur.</dd>
<dt><a href='#' onclick='contextualHelpFocus("#tabs-collapse-1", 0); return false;' title="Cliquez pour mettre en évidence l'élément...">Onglets de contenu du canal</a></dt>
<dd>Les onglets de contenu du canal sont des liens vers d'autres contenus publiés par le canal. L'onglet <b>A propos</b> permet d'accéder au profil de canal. L'onglet <b>Photos</b> permet d'accéder aux galeries de photos des chaînes. L'onglet <b>Fichiers</b> permet d'accéder aux fichiers généraux partagés publiés par le canal.</dd>
</dl>

View File

@ -0,0 +1,18 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>
Une fois que vous avez enregistré un <i>compte</i> dans la matrice, vous avez également créé un <i>profil</i> et un <i>canal</i>.
</dd>
<dt>Compte</dt>
<dd>
Vous avez <i>un compte</i>. Il contient votre compte de courriel et votre mot de passe. Avec votre compte, vous accédez à votre profil et votre canal. Pensez à votre compte comme la façon dont vous vous authentifiez sur un site Hubzilla. Il vous permet de faire des choses, comme créer des profils et des canaux avec lesquels vous pouvez vous connecter à d'autres personnes.
</dd>
<dt>Profile</dt>
<dd>
Vous vous êtes sûrement inscrit à d'autres services Internet, comme les forums ou les communautés en ligne. Pour chacun d'entre eux, vous avez fourni des informations sur vous-même, telles que la date de naissance, le pays, l'âge et autres. Contrairement à d'autres services, Hubzilla vous offre l'avantage de créer <i>plus de profils</i>. Vous pouvez ainsi faire la distinction entre les profils qui s'adressent à tous (votre profil public) et vos collègues de travail, votre famille et votre partenaire. Pensez à votre profil comme étant l'information de base sur vous-même que vous donnez aux autres.
</dd>
<dt>Channel</dt>
<dd>
Lors de l'enregistrement, vous avez créé votre premier <i>canal</i>. Oui, en plus de plusieurs profils, vous pouvez avoir plusieurs canaux. Cela pourrait être un peu confus au début, mais mettons les choses au clair. Vous avez déjà créé un canal. Vous pouvez utiliser celui-ci pour le public, pour communiquer avec les gens sur la vie de tous les jours. Mais vous êtes peut-être un lecteur de livres passionné et beaucoup de gens s'ennuient. Ainsi, vous ouvrez un <i>second canal </i> juste pour les amateurs de livres, où vous pouvez tous parler de livres autant que vous le souhaitez. Il s'agit évidemment d'un nouveau flux de messages, avec un nouveau profil (ou nouveaux profils) et des contacts complètement différents. Certaines connexions peuvent exister dans les deux canaux, mais il y en aura qui sont exclusives à l'un d'entre eux. Vous-même vous changez entre les deux comme vous le feriez dans la vie réelle lorsque vous parlez à des gens que vous rencontrez dans la rue ou à des gens que vous rencontrez pour parler de livres spécifiquement. Vous pouvez même vous connecter à vous-même, ou mieux : à votre autre canal <i class="fa fa-smile-o" aria-hidden="true"></i> <i>.<br/>Penser un canal comme différents espaces dédiés à différents sujets où vous rencontrez différentes personnes.</i>.
</dd>
</dl>

View File

@ -0,0 +1,18 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>
Une fois que vous avez enregistré un <i>compte</i> dans la matrice, vous avez également créé un <i>profil</i> et un <i>canal</i>.
</dd>
<dt>Compte</dt>
<dd>
Vous avez <i>un compte</i>. Il contient votre compte de courriel et votre mot de passe. Avec votre compte, vous accédez à votre profil et votre canal. Pensez à votre compte comme la façon dont vous vous authentifiez sur un site Hubzilla. Il vous permet de faire des choses, comme créer des profils et des canaux avec lesquels vous pouvez vous connecter à d'autres personnes.
</dd>
<dt>Profile</dt>
<dd>
Vous vous êtes sûrement inscrit à d'autres services Internet, comme les forums ou les communautés en ligne. Pour chacun d'entre eux, vous avez fourni des informations sur vous-même, telles que la date de naissance, le pays, l'âge et autres. Contrairement à d'autres services, Hubzilla vous offre l'avantage de créer <i>plus de profils</i>. Vous pouvez ainsi faire la distinction entre les profils qui s'adressent à tous (votre profil public) et vos collègues de travail, votre famille et votre partenaire. Pensez à votre profil comme étant l'information de base sur vous-même que vous donnez aux autres.
</dd>
<dt>Channel</dt>
<dd>
Lors de l'enregistrement, vous avez créé votre premier <i>canal</i>. Oui, en plus de plusieurs profils, vous pouvez avoir plusieurs canaux. Cela pourrait être un peu confus au début, mais mettons les choses au clair. Vous avez déjà créé un canal. Vous pouvez utiliser celui-ci pour le public, pour communiquer avec les gens sur la vie de tous les jours. Mais vous êtes peut-être un lecteur de livres passionné et beaucoup de gens s'ennuient. Ainsi, vous ouvrez un <i>second canal </i> juste pour les amateurs de livres, où vous pouvez tous parler de livres autant que vous le souhaitez. Il s'agit évidemment d'un nouveau flux de messages, avec un nouveau profil (ou nouveaux profils) et des contacts complètement différents. Certaines connexions peuvent exister dans les deux canaux, mais il y en aura qui sont exclusives à l'un d'entre eux. Vous-même vous changez entre les deux comme vous le feriez dans la vie réelle lorsque vous parlez à des gens que vous rencontrez dans la rue ou à des gens que vous rencontrez pour parler de livres spécifiquement. Vous pouvez même vous connecter à vous-même, ou mieux : à votre autre canal <i class="fa fa-smile-o" aria-hidden="true"></i> <i>.<br/>Penser un canal comme différents espaces dédiés à différents sujets où vous rencontrez différentes personnes.</i>.
</dd>
</dl>

View File

@ -0,0 +1,20 @@
<dl class="dl-horizontal">
<dt><a href="/help/member/member_guide#Guest_Access_Tokens">Jetons d'accès invités</a></dt>
<dd>
Afin de faciliter le partage de ressources privées avec des non-membres ou des membres de nœuds de fédération à découverte d'identification limitée, Hubzilla devrait fournir aux membres un mécanisme pour créer et gérer des logins temporaires (&laquo;jetables&raquo;), alias &laquo;Zot Access Tokens&raquo;. Ces jetons/accréditations peuvent être utilisés pour s'authentifier sur un site hubzilla dans le seul but d'accéder à des ressources privilégiées ou contrôlées (fichiers, photos, posts, pages web, salons de discussion, etc.
</dd>
<dt>Créer un jeton</dt>
<dd>
Le formulaire à créer/éditer accepte trois paramètres, un nom lisible par l'homme, un mot de passe ou un jeton d'accès, et une expiration facultative. Une fois expiré, le jeton d'accès n'est plus valide, ne peut plus être utilisé et sera automatiquement supprimé de la liste des comptes temporaires. Le champ mot de passe dans les formulaires de création/édition affiche le texte du jeton d'accès et non un mot de passe masqué.
</dd>
<dt>Partager un jeton</dt>
<dd>
Nous ne spécifions pas de mécanismes pour partager ces jetons avec d'autres. Toute méthode de communication peut être utilisée. Tous les jetons que vous avez créés sont ajoutés au sélecteur de liste de contrôle d'accès et peuvent être utilisés partout où des listes de contrôle d'accès sont fournies.
<b>Exemple</b> : Un visiteur arrive sur votre site. Elle a un jeton d'accès que vous lui avez fourni et tente de visiter l'un de vos albums photos (qui ne peut être visionné que par vous-même et une identité temporaire). La permission est refusée.
Le visiteur sélectionne maintenant &laquo;Login&raquo; dans la barre de navigation du menu. Ceci présente une page de connexion. Elle entre le nom et le mot de passe que vous lui avez fournis, et elle peut maintenant voir l'album photo restreint.
Alternativement, vous pouvez partager un lien vers un fichier protégé en ajoutant un paramètre &laquo;&zat=abc123&raquo; à l'URL, où la chaîne &laquo;abc123&raquo; est la clé d'accès ou le mot de passe pour la connexion temporaire. Aucune autre négociation n'est nécessaire et le dossier est présenté.
</dd>
</dl>

View File

@ -0,0 +1,8 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Vous pouvez créer des sites Web modulaires, conscients de l'identité, composés d'éléments partageables.</dd>
<dt>Pages</dt>
<dd>Cette page énumère vos "pages", qui sont assignées des URLs où les gens peuvent visiter votre site. La structure des pages est généralement décrite par une <b>mise en page </b> associée , et leur contenu est construit à partir d'une collection de <b>blocs</b>.</dd>
<dt><a href='#' onclick='contextualHelpFocus("#website-portation-tools", 1); return false;' title="Cliquez pour mettre en évidence l'élément...">Outils de portage de site Web</a></dt>
<dd>Les outils de portation de site Web vous permettent d'importer/exporter plusieurs éléments de pages Web (pages, mises en page, mises en page, blocs). Vous pouvez <b>importer </b> soit à partir d'un fichier zip téléchargé, soit à partir d'un dossier de fichiers cloud existant. Vous pouvez <b>exporter </b> vers un fichier zip contenant un groupe choisi d'éléments de page Web sous une forme compatible avec l'outil d'importation, ou vous pouvez exporter directement vers un dossier de fichiers dans le cloud. <a target="_blank" href="help/webpages">en savoir plus...</a></dd>
</dl>

View File

@ -0,0 +1,13 @@
<dl class="dl-horizontal">
<dt>Informations de base</dt>
<dd>Chaque wiki est une collection de pages, composée sous forme de fichiers texte au format Markdown.</dd>
<dt>Liste des wikis</dt>
<dd>Les wikis appartenant au canal <i>que vous avez la permission de voir </i> sont listés dans le panneau latéral.</dd>
<dt>Historique de la page</dt>
<dd>Chaque révision d'une page est sauvegardée pour permettre un retour rapide. Cliquez sur l'onglet <b>History</b> pour afficher l'historique des révisions de page, y compris la date et l'auteur de chacune d'entre elles. Le bouton Revenir chargera la révision sélectionnée mais n'enregistrera pas automatiquement la page.</dd>
<dt>Pages</dt>
<dd>La liste des pages du wiki est listée dans le panneau <b>Pages Wiki</b>. Avant d'enregistrer les modifications de page à l'aide du menu déroulant <b>Page</b>, vous pouvez <a href='#' onclick='contextualHelpFocus("#id_commitMsg", 0); return false;' title="Cliquez pour mettre en évidence l'élément...">entrer un message personnalisé</a> à afficher dans le <a href='#' onclick='contextualHelpFocus("#wiki-get-history", 0); return false;' title="Cliquez pour mettre en évidence l'élément...">visualiseur d'historique de page</a> avec la révision.</dd>
</dl>

View File

@ -0,0 +1,16 @@
<dl class="dl-horizontal"><dt>Резюме</dt>
<dd>Карточки используются для командной работы в виртуальном пространстве дополнительно к ленте сообщений. Карточки являются болле компактными по сравнению с веб-страницами и вики и предназначены для быстрой организации работы. Преимущество карточек в возможности совместной работы и комментирования. Карточки могут помочь организовать и упростить работу, связанную с частыми изменениями и с обсуждением в проекте.
</dd>
<dt>Добавить карточку</dt>
<dd>
Создание новой карточки подобно написанию нового поста.<br /><br /><ul><li>
<b>Имя ссылки для веб-страницы</b>: Имя ссылки для веб-страницы - это имя карточки для статической URL
</li>
<li>
<b>Заголовок</b>: Текст заголовка карточки
</li>
<li>
<b>Категории</b>: Если <a href="/settings/features">Инструмент "Категории сообщения"</a> в вашем канале разрешён, то вы можете присвоить карточке определённую категорию. Эта категория появится в списке <b>Категорий</b> в левой колонке и разрешает быстрый выбор записей определённой категории из картотеки одним щёлчком мышки.
</li>
</ul></dd>
</dl>

View File

@ -6,82 +6,77 @@ Le projet est maintenu et les décisions sont prises par la " communauté ". La
[ol] [ol]
[*] Consensus paresseux [*] Consensus paresseux
Si une proposition de projet est soumise à l'un des forums de gouvernance communautaire et qu'il n'y a pas d'objections sérieuses dans un délai "raisonnable" à partir de la date de la proposition (nous accordons généralement 2 à 3 jours pour que toutes les parties intéressées puissent intervenir), aucun vote n'est nécessaire et la proposition sera considérée comme approuvée. Certaines préoccupations peuvent être soulevées à ce moment-, mais si elles sont abordées au cours de la discussion et des solutions de rechange fournies, elles seront quand même considérées comme approuvées. Si une proposition de projet est soumise à l'un des forums de gouvernance communautaire et qu'il n'y a pas d'objections sérieuses dans un délai "raisonnable" à partir de la date de la proposition (nous accordons généralement 2 à 3 jours pour que toutes les parties intéressées puissent intervenir), aucun vote n'est nécessaire et la proposition sera considérée comme approuvée. Certaines préoccupations peuvent être soulevées à ce moment-, mais si elles sont abordées au cours de la discussion et des solutions de rechange fournies, elles seront quand même considérées comme approuvées.
[*] Veto
[*] Veto
Les promoteurs principaux ayant un historique important d'engagements de projet peuvent opposer leur veto à toute décision. La décision ne peut être prise tant que le veto n'a pas é levé ou qu'une autre proposition n'a pas é présentée. Les promoteurs principaux ayant un historique important d'engagements de projet peuvent opposer leur veto à toute décision. La décision ne peut être prise tant que le veto n'a pas é levé ou qu'une autre proposition n'a pas é présentée.
[*] Vote de la communauté
[*] Vote de la communauté
Une décision qui n'a pas de mandat clair ou de consensus clair, mais qui ne fait pas l'objet d'un veto, peut être soumise au vote de la communauté. Actuellement, il s'agit d'un simple vote populaire dans l'un des forums communautaires applicables. À ce moment-, c'est le vote populaire qui décide du résultat. Cela pourrait changer à l'avenir si la communauté adopte un modèle de gouvernance de "conseil". Ce document sera mis à jour à ce moment- avec les règles de gouvernance mises à jour. Une décision qui n'a pas de mandat clair ou de consensus clair, mais qui ne fait pas l'objet d'un veto, peut être soumise au vote de la communauté. Actuellement, il s'agit d'un simple vote populaire dans l'un des forums communautaires applicables. À ce moment-, c'est le vote populaire qui décide du résultat. Cela pourrait changer à l'avenir si la communauté adopte un modèle de gouvernance de "conseil". Ce document sera mis à jour à ce moment- avec les règles de gouvernance mises à jour.
[/ol] [/ol]
Le vote communautaire n'offre pas toujours un résultat agréable et peut générer des factions polarisées au sein de la communauté (d' la raison pour laquelle d'autres modèles sont à l'étude). Si la proposition est rejetée, il y a encore plusieurs choses qui peuvent être faites et la proposition peut être soumise à nouveau avec des paramètres légèrement différents (conversion vers un module complémentaire, conversion vers un module optionnel qui est désactivé par défaut, etc. Si l'intérêt pour le dispositif est élevé et que le vote est "serré", cela peut générer beaucoup de mauvais sentiments parmi les électeurs perdants. Lors de ces votes serrés, il est [b]fortement recommandé[/b] que l'auteur de la proposition prenne des mesures pour répondre à toute préoccupation soulevée et la soumettre de nouveau. Le vote communautaire n'offre pas toujours un résultat agréable et peut générer des factions polarisées au sein de la communauté (d' la raison pour laquelle d'autres modèles sont à l'étude). Si la proposition est rejetée, il y a encore plusieurs choses qui peuvent être faites et la proposition peut être soumise à nouveau avec des paramètres légèrement différents (conversion vers un module complémentaire, conversion vers un module optionnel qui est désactivé par défaut, etc. Si l'intérêt pour le dispositif est élevé et que le vote est "serré", cela peut générer beaucoup de mauvais sentiments parmi les électeurs perdants. Lors de ces votes serrés, il est [b]fortement recommandé[/b] que l'auteur de la proposition prenne des mesures pour répondre à toute préoccupation soulevée et la soumettre de nouveau.
[h4]Politique de confidentialité[/h4] [h3]Politique de confidentialité[/h3]
Q : Qui peut voir mon contenu ? Q : Qui peut voir mon contenu ?
R : Par défaut, N'IMPORTE QUELLE personne sur Internet, à MOINS que vous le restreigniez. Nom du projet vous permet de choisir le niveau de confidentialité que vous désirez. Le contenu restreint ne sera PAS visible pour les "réseaux d'espionnage" et les annonceurs. Il sera protégé contre les écoutes de l'extérieur - au mieux de nos capacités. Les administrateurs de Hub ayant suffisamment de compétences et de patience PEUVENT être en mesure d'écouter certaines communications privées, mais ils doivent déployer des trésors d'efforts pour le faire. Des modes de confidentialité existent au sein de $Projectname qui résistent même à l'écoute par des administrateurs de hub qualifiés et déterminés. R : Par défaut, N'IMPORTE QUELLE personne sur Internet, à MOINS que vous le restreigniez. $Projectname vous permet de choisir le niveau de confidentialité que vous désirez. Le contenu restreint ne sera PAS visible pour les "réseaux d'espionnage" et les annonceurs. Il sera protégé contre les écoutes de l'extérieur - au mieux de nos capacités. Les administrateurs de Hub ayant suffisamment de compétences et de patience PEUVENT être en mesure d'écouter certaines communications privées, mais ils doivent déployer des trésors d'efforts pour le faire. Des modes de confidentialité existent au sein de $Projectname qui résistent même à l'écoute par des administrateurs de hub qualifiés et déterminés.
Q : Mon contenu peut-il être censuré ? Q : Mon contenu peut-il être censuré ?
R : $Nom du projet (le réseau) NE PEUT PAS censurer votre contenu. Les administrateurs de serveur et de hub sont soumis aux lois locales et PEUVENT supprimer le contenu répréhensible de leur site/hub. N'importe qui PEUT devenir un administrateur de hub, y compris vous ; et donc publier du contenu qui pourrait autrement être censuré. Vous POUVEZ toujours être soumis aux lois locales. R : $Projectname (le réseau) NE PEUT PAS censurer votre contenu. Les administrateurs de serveur et de hub sont soumis aux lois locales et PEUVENT supprimer le contenu répréhensible de leur site/hub. N'importe qui PEUT devenir un administrateur de hub, y compris vous ; et donc publier du contenu qui pourrait autrement être censuré. Vous POUVEZ toujours être soumis aux lois locales.
[h3]Définitions[/h3]
[h5]Définitions[/h5]. [h4]$Projectname[/h4]
Autrement appelé "le réseau", $Projectname est une collection d'ordinateurs/serveurs individuels (aka [b]hubs[/b]) qui se connectent ensemble pour former un plus grand réseau coopératif.
**$Nom du projet**** [h4]Hub[/h4]
Un ordinateur individuel ou un serveur connecté à $Projectname. Ces services sont fournis par un [b]administrateur de hub[/b] et peuvent être publics ou privés, payants ou gratuits.
Autrement appelé "le réseau", $Projectname est une collection d'ordinateurs/serveurs individuels (aka **hubs**) qui se connectent ensemble pour former un plus grand réseau coopératif.
**hub**
Un ordinateur individuel ou un serveur connecté à $Projectname. Ces services sont fournis par un **administrateur de hub** et peuvent être publics ou privés, payants ou gratuits.
**administrateur de hub****
[h4]Administrateur de hub[/h4]
Gérant du système d'un hub individuel. Gérant du système d'un hub individuel.
[h5]Politiques[/h5] [h3]Politiques[/h3]
**Information publique** [h4]Information publique[/h4]
Toute information ou tout ce que vous affichez dans $Projectname PEUT être public ou visible par quiconque sur Internet. Dans la mesure du possible, $Projectname vous permet de protéger le contenu et de restreindre qui peut le consulter. Toute information ou tout ce que vous affichez dans $Projectname PEUT être public ou visible par quiconque sur Internet. Dans la mesure du possible, $Projectname vous permet de protéger le contenu et de restreindre qui peut le consulter.
La photo de votre profil, le nom de votre canal et l'emplacement (URL ou adresse réseau) de votre canal sont visibles par tous sur Internet et les contrôles de confidentialité n'affecteront pas l'affichage de ces éléments. La photo de votre profil, le nom de votre canal et l'emplacement (URL ou adresse réseau) de votre canal sont visibles par tous sur Internet et les contrôles de confidentialité n'affecteront pas l'affichage de ces éléments.
Vous POUVEZ fournir en plus d'autres informations de profil. Toute information que vous fournissez dans votre profil "par défaut" ou **profil public** PEUT être transmise à d'autres hubs dans $Projectname et peut également être affichée dans le répertoire des canaux. Vous pouvez limiter l'affichage de ces informations de profil. Il peut être limité aux seuls membres de votre hub, ou seulement aux connexions (amis), ou à d'autres groupes limités de visionneurs comme vous le souhaitez. Si vous souhaitez que votre profil soit restreint, vous devez définir le paramètre de confidentialité approprié ou simplement NE PAS fournir d'informations supplémentaires. Vous POUVEZ fournir en plus d'autres informations de profil. Toute information que vous fournissez dans votre profil "par défaut" ou [b]profil public[/b] PEUT être transmise à d'autres hubs dans $Projectname et peut également être affichée dans le répertoire des canaux. Vous pouvez limiter l'affichage de ces informations de profil. Il peut être limité aux seuls membres de votre hub, ou seulement aux connexions (amis), ou à d'autres groupes limités de visionneurs comme vous le souhaitez. Si vous souhaitez que votre profil soit restreint, vous devez définir le paramètre de confidentialité approprié ou simplement NE PAS fournir d'informations supplémentaires.
**Contenu** [h4]Contenu[/h4]
Le contenu que vous fournissez (messages de statut, photos, fichiers, etc.) vous appartient. Par défaut, $Projectname publie le contenu ouvertement et visible par tout le monde sur Internet (PUBLIC). Vous POUVEZ contrôler cela dans les paramètres de votre canal et restreindre les permissions par défaut ou vous POUVEZ restreindre la visibilité de n'importe quel élément publié séparément (PRIVÉ). Les développeurs de noms de projet s'assureront que le contenu restreint est visible SEULEMENT pour ceux qui figurent dans la liste des restrictions - au mieux de leurs capacités. Le contenu que vous fournissez (messages de statut, photos, fichiers, etc.) vous appartient. Par défaut, $Projectname publie le contenu ouvertement et visible par tout le monde sur Internet (PUBLIC). Vous POUVEZ contrôler cela dans les paramètres de votre canal et restreindre les permissions par défaut ou vous POUVEZ restreindre la visibilité de n'importe quel élément publié séparément (PRIVÉ). Les développeurs de noms de projet s'assureront que le contenu restreint est visible SEULEMENT pour ceux qui figurent dans la liste des restrictions - au mieux de leurs capacités.
Les contenus (en particulier les messages de statut) que vous partagez avec d'autres réseaux ou que vous avez rendus visibles à quiconque sur Internet (PUBLIC) ne peuvent pas être facilement repris une fois qu'ils ont é publiés. Il PEUT être partagé avec d'autres réseaux et rendu disponible par le biais de flux RSS/Atom. Il peut aussi être syndiqué sur d'autres sites $Projectname. Il PEUT apparaître sur d'autres réseaux et sites Web et être visible dans les recherches sur Internet. Si vous ne souhaitez pas ce comportement par défaut, veuillez ajuster les paramètres de votre canal et restreindre le nombre de personnes qui peuvent voir votre contenu. Les contenus (en particulier les messages de statut) que vous partagez avec d'autres réseaux ou que vous avez rendus visibles à quiconque sur Internet (PUBLIC) ne peuvent pas être facilement repris une fois qu'ils ont é publiés. Il PEUT être partagé avec d'autres réseaux et rendu disponible par le biais de flux RSS/Atom. Il peut aussi être syndiqué sur d'autres sites $Projectname. Il PEUT apparaître sur d'autres réseaux et sites Web et être visible dans les recherches sur Internet. Si vous ne souhaitez pas ce comportement par défaut, veuillez ajuster les paramètres de votre canal et restreindre le nombre de personnes qui peuvent voir votre contenu.
**Commentaires et posts du Forum** [h4]Commentaires et posts du Forum[/h4]
Les commentaires sur les posts qui ont é créés par d'autres et les posts qui sont désignés comme posts du forum vous appartiennent en tant que créateur/auteur, mais la distribution de ces posts n'est pas sous votre contrôle direct, et vous renoncez à certains droits sur ces items. Ces messages/commentaires PEUVENT être redistribués à d'autres, et PEUVENT être visibles pour n'importe qui sur Internet. Dans le cas de commentaires, le créateur du "premier message" dans le fil de discussion (conversation) auquel vous répondez contrôle la distribution de tous les commentaires et réponses à ce message. Ils "possèdent" et ont donc certains droits sur l'ensemble de la conversation (y compris tous les commentaires qu'elle contient). Vous pouvez toujours modifier ou supprimer le commentaire, mais le propriétaire de la conversation a également le droit de modifier, supprimer, redistribuer et sauvegarder/restaurer tout ou partie du contenu de la conversation. Les commentaires sur les posts qui ont é créés par d'autres et les posts qui sont désignés comme posts du forum vous appartiennent en tant que créateur/auteur, mais la distribution de ces posts n'est pas sous votre contrôle direct, et vous renoncez à certains droits sur ces items. Ces messages/commentaires PEUVENT être redistribués à d'autres, et PEUVENT être visibles pour n'importe qui sur Internet. Dans le cas de commentaires, le créateur du "premier message" dans le fil de discussion (conversation) auquel vous répondez contrôle la distribution de tous les commentaires et réponses à ce message. Ils "possèdent" et ont donc certains droits sur l'ensemble de la conversation (y compris tous les commentaires qu'elle contient). Vous pouvez toujours modifier ou supprimer le commentaire, mais le propriétaire de la conversation a également le droit de modifier, supprimer, redistribuer et sauvegarder/restaurer tout ou partie du contenu de la conversation.
**Les informations privées** [h4]Les informations privées[/h4]
Les développeurs de $Projectname s'assureront que tout contenu que vous fournissez et qui est désigné comme PRIVÉ seront protégés contre les écoutes - au mieux de leurs capacités. Le contenu des canaux privés PEUT être vu dans la base de données de chaque administrateur de hub impliqué, mais les messages privés sont masqués dans la base de données. Cette dernière signifie qu'il est très difficile, mais PAS impossible que ce contenu soit vu par un administrateur de hub. Le contenu du canal privé et les messages privés sont également éliminés des notifications par courriel. Le cryptage de bout en bout est fourni en option et ceci NE PEUT PAS être vu, même par un administrateur déterminé. Les développeurs de $Projectname s'assureront que tout contenu que vous fournissez et qui est désigné comme PRIVÉ seront protégés contre les écoutes - au mieux de leurs capacités. Le contenu des canaux privés PEUT être vu dans la base de données de chaque administrateur de hub impliqué, mais les messages privés sont masqués dans la base de données. Cette dernière signifie qu'il est très difficile, mais PAS impossible que ce contenu soit vu par un administrateur de hub. Le contenu du canal privé et les messages privés sont également éliminés des notifications par courriel. Le cryptage de bout en bout est fourni en option et ceci NE PEUT PAS être vu, même par un administrateur déterminé.
[h5]Confidentialité de l'identité[/h5]. [h3]Confidentialité de l'identité[/h3]
La confidentialité de votre identité est un autre aspect. Parce que vous avez une identité décentralisée dans $Projectname, votre vie privée s'étend au-delà de votre hub d'origine. Si vous voulez avoir le contrôle total de votre vie privée et de la sécurité, vous devriez faire fonctionner votre propre concentrateur sur un serveur dédié. Pour beaucoup de gens, c'est compliqué et cela peut mettre à l'épreuve leurs capacités techniques. Énumérons donc quelques précautions que vous pouvez prendre pour assurer votre vie privée autant que possible. La confidentialité de votre identité est un autre aspect. Parce que vous avez une identité décentralisée dans $Projectname, votre vie privée s'étend au-delà de votre hub d'origine. Si vous voulez avoir le contrôle total de votre vie privée et de la sécurité, vous devriez faire fonctionner votre propre concentrateur sur un serveur dédié. Pour beaucoup de gens, c'est compliqué et cela peut mettre à l'épreuve leurs capacités techniques. Énumérons donc quelques précautions que vous pouvez prendre pour assurer votre vie privée autant que possible.
Une identité décentralisée a beaucoup d'avantages et vous donne beaucoup de fonctionnalités intéressantes, mais vous devez être conscient du fait que votre identité est connue par d'autres hubs dans le réseau $Projectname. L'un de ces avantages est que d'autres canaux peuvent vous servir du contenu personnalisé et vous permettre de voir des choses privées (comme des photos privées que d'autres souhaitent partager avec vous). Pour cette raison, ces canaux ont besoin de savoir qui vous êtes. Mais nous comprenons que parfois, ces autres canaux en savent plus de vous que vous ne le souhaiteriez. Par exemple, le plug-in Visage qui peut indiquer au propriétaire d'un canal la dernière fois que vous avez visité son profil. Vous pouvez facilement OPT-OUT de ce bas niveau et nous pensons, le suivi inoffensif. Une identité décentralisée a beaucoup d'avantages et vous donne beaucoup de fonctionnalités intéressantes, mais vous devez être conscient du fait que votre identité est connue par d'autres hubs dans le réseau $Projectname. L'un de ces avantages est que d'autres canaux peuvent vous servir du contenu personnalisé et vous permettre de voir des choses privées (comme des photos privées que d'autres souhaitent partager avec vous). Pour cette raison, ces canaux ont besoin de savoir qui vous êtes. Mais nous comprenons que parfois, ces autres canaux en savent plus de vous que vous ne le souhaiteriez. Par exemple, le plug-in Visage qui peut indiquer au propriétaire d'un canal la dernière fois que vous avez visité son profil. Vous pouvez facilement OPT-OUT de ce bas niveau et nous pensons, le suivi inoffensif.
Vous pouvez activer [Ne pas suivre (DNT)](http://donottrack.us/) dans votre navigateur Web. Nous respectons cette nouvelle proposition de politique de confidentialité. Tous les navigateurs modernes supportent le DNT. Vous le trouverez dans les paramètres de confidentialité de vos navigateurs ou bien vous pouvez consulter le manuel du navigateur Web. Cela n'affectera pas la fonctionnalité de $Projectname. Ce réglage est probablement suffisant pour la plupart des gens. Vous pouvez activer [url=http://donottrack.us/]Ne pas suivre (DNT)[/url] dans votre navigateur Web. Nous respectons cette nouvelle proposition de politique de confidentialité. Tous les navigateurs modernes supportent le DNT. Vous le trouverez dans les paramètres de confidentialité de vos navigateurs ou bien vous pouvez consulter le manuel du navigateur Web. Cela n'affectera pas la fonctionnalité de $Projectname. Ce réglage est probablement suffisant pour la plupart des gens.
*Vous pouvez [désactiver la publication](settings) de votre chaîne dans notre répertoire de chaînes. Si vous voulez que les gens trouvent votre canal, vous devriez leur donner l'adresse de votre canal directement. Nous pensons que c'est une bonne indication que vous préférez une vie privée supplémentaire et que vous activez automatiquement l'option "Ne pas suivre" si c'est le cas. Vous pouvez [url=settings]désactiver la publication[/url] de votre chaîne dans notre répertoire de chaînes. Si vous voulez que les gens trouvent votre canal, vous devriez leur donner l'adresse de votre canal directement. Nous pensons que c'est une bonne indication que vous préférez une vie privée supplémentaire et que vous activez automatiquement l'option "Ne pas suivre" si c'est le cas.
*Vous pouvez avoir un hub bloqué. Cela signifie que tous les canaux et le contenu de cette hub ne sont pas publics et ne sont pas visibles pour le monde extérieur. C'est quelque chose que seul votre administrateur de hub peut faire. Nous respectons également ce principe et activons automatiquement l'option "Ne pas suivre" si elle est définie. Vous pouvez avoir un hub bloqué. Cela signifie que tous les canaux et le contenu de cette hub ne sont pas publics et ne sont pas visibles pour le monde extérieur. C'est quelque chose que seul votre administrateur de hub peut faire. Nous respectons également ce principe et activons automatiquement l'option "Ne pas suivre" si elle est définie.
[h5]La Censure[/h5] [h3]La Censure[/h3]
$Projectname est un réseau mondial qui inclut toutes les religions et toutes les cultures. Cela n'implique pas que tous les membres du réseau ressentent la même chose que vous sur les questions litigieuses, et certaines personnes peuvent être FORTEMENT opposées au contenu que vous publiez. En général, si vous souhaitez publier quelque chose que vous savez ne pas être universellement acceptable, la meilleure approche est de limiter l'audience en utilisant les contrôles de confidentialité à un petit cercle d'amis. $Projectname est un réseau mondial qui inclut toutes les religions et toutes les cultures. Cela n'implique pas que tous les membres du réseau ressentent la même chose que vous sur les questions litigieuses, et certaines personnes peuvent être FORTEMENT opposées au contenu que vous publiez. En général, si vous souhaitez publier quelque chose que vous savez ne pas être universellement acceptable, la meilleure approche est de limiter l'audience en utilisant les contrôles de confidentialité à un petit cercle d'amis.
@ -89,7 +84,7 @@ $Projectname en tant que fournisseur de réseau n'est pas en mesure de censurer
$Projectname RECOMMANDE que les administrateurs du concentrateur accordent un délai de grâce de 1 à 2 jours entre l'avertissement au titulaire du compte du contenu qui doit être supprimé et la suppression ou la désactivation physique du compte. Cela donnera au propriétaire du contenu la possibilité d'exporter les métadonnées de son canal et de les importer sur un autre site. Dans de rares cas, le contenu peut être de nature à justifier la résiliation immédiate du compte. Il s'agit d'une décision de hub, pas d'une décision de $Projectname. $Projectname RECOMMANDE que les administrateurs du concentrateur accordent un délai de grâce de 1 à 2 jours entre l'avertissement au titulaire du compte du contenu qui doit être supprimé et la suppression ou la désactivation physique du compte. Cela donnera au propriétaire du contenu la possibilité d'exporter les métadonnées de son canal et de les importer sur un autre site. Dans de rares cas, le contenu peut être de nature à justifier la résiliation immédiate du compte. Il s'agit d'une décision de hub, pas d'une décision de $Projectname.
Si vous publiez régulièrement des contenus à caractère adulte ou offensant, nous vous encourageons fortement à marquer votre compte "NSFW" (Not Safe For Work). Ceci empêchera l'affichage de votre photo de profil dans le répertoire, sauf pour les visiteurs qui ont choisi de désactiver le "safe mode". Si votre photo de profil est trouvée par les administrateurs d'annuaire comme étant adulte ou offensante, l'administrateur d'annuaire PEUT marquer votre photo de profil comme NSFW. Il n'existe actuellement aucun mécanisme officiel pour contester ou renverser cette décision, c'est pourquoi vous DEVEZ marquer votre propre compte NSFW s'il est susceptible d'être inapproprié pour le grand public. Si vous publiez régulièrement des contenus à caractère adulte ou offensant, nous vous encourageons fortement à marquer votre compte "NSFW" (Not Safe For Work). Ceci empêchera l'affichage de votre photo de profil dans le répertoire, sauf pour les visiteurs qui ont choisi de désactiver le "mode sans échec". Si votre photo de profil est trouvée par les administrateurs d'annuaire comme étant adulte ou offensante, l'administrateur d'annuaire PEUT marquer votre photo de profil comme NSFW. Il n'existe actuellement aucun mécanisme officiel pour contester ou renverser cette décision, c'est pourquoi vous DEVEZ marquer votre propre compte NSFW s'il est susceptible d'être inapproprié pour le grand public.
[h3]Remerciements[/h3] [h3]Remerciements[/h3]

View File

@ -7,9 +7,9 @@
</div> </div>
<div id="about" class="doco-section"> <div id="about" class="doco-section">
<div class="flex-column"> <div class="flex-column">
<a class="nav-link" href="/help/about/about">A propos</a> <a class="nav-link" href="/help/fr/about/about">A propos</a>
<a class="nav-link" href="/help/about/project">Le projet</a> <a class="nav-link" href="/help/fr/about/project">Le projet</a>
<a class="nav-link" href="/help/about/about_hub">A propos de ce hub</a> <a class="nav-link" href="/help/fr/about/about_hub">A propos de ce hub</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -127,7 +127,7 @@ function vcard_from_xchan($xchan, $observer = null, $mode = '') {
return replace_macros(get_markup_template('xchan_vcard.tpl'),array( return replace_macros(get_markup_template('xchan_vcard.tpl'),array(
'$name' => $xchan['xchan_name'], '$name' => $xchan['xchan_name'],
'$photo' => ((is_array(App::$profile) && array_key_exists('photo',App::$profile)) ? App::$profile['photo'] : $xchan['xchan_photo_l']), '$photo' => ((is_array(App::$profile) && array_key_exists('photo',App::$profile)) ? App::$profile['photo'] : $xchan['xchan_photo_l']),
'$follow' => $xchan['xchan_addr'], '$follow' => (($xchan['xchan_addr']) ? $xchan['xchan_addr'] : $xchan['xchan_url']),
'$link' => zid($xchan['xchan_url']), '$link' => zid($xchan['xchan_url']),
'$connect' => $connect, '$connect' => $connect,
'$newwin' => (($mode === 'chanview') ? t('New window') : ''), '$newwin' => (($mode === 'chanview') ? t('New window') : ''),

File diff suppressed because it is too large Load Diff

View File

@ -24,6 +24,7 @@ App::$strings["Can chat with me"] = "Kann mit mir chatten";
App::$strings["Can source my public posts in derived channels"] = "Kann meine öffentlichen Beiträge als Quellen für Kanäle verwenden"; App::$strings["Can source my public posts in derived channels"] = "Kann meine öffentlichen Beiträge als Quellen für Kanäle verwenden";
App::$strings["Can administer my channel"] = "Kann meinen Kanal administrieren"; App::$strings["Can administer my channel"] = "Kann meinen Kanal administrieren";
App::$strings["Social Networking"] = "Soziales Netzwerk"; App::$strings["Social Networking"] = "Soziales Netzwerk";
App::$strings["Social - Federation"] = "Soziales Netzwerk - Föderation (verbundene Netze)";
App::$strings["Social - Mostly Public"] = "Soziales Netzwerk - Weitgehend öffentlich"; App::$strings["Social - Mostly Public"] = "Soziales Netzwerk - Weitgehend öffentlich";
App::$strings["Social - Restricted"] = "Soziales Netzwerk - Beschränkt"; App::$strings["Social - Restricted"] = "Soziales Netzwerk - Beschränkt";
App::$strings["Social - Private"] = "Soziales Netzwerk - Privat"; App::$strings["Social - Private"] = "Soziales Netzwerk - Privat";
@ -280,7 +281,8 @@ App::$strings["Channel role and privacy"] = "Kanaltyp und Privatspäre-Einstellu
App::$strings["Select a channel role with your privacy requirements."] = "Wähle einen passenden Kanaltyp mit den zugehörigen Voreinstellungen zur Privatsphäre."; App::$strings["Select a channel role with your privacy requirements."] = "Wähle einen passenden Kanaltyp mit den zugehörigen Voreinstellungen zur Privatsphäre.";
App::$strings["Read more about roles"] = "Mehr Informationen über Rollen"; App::$strings["Read more about roles"] = "Mehr Informationen über Rollen";
App::$strings["Create Channel"] = "Einen neuen Kanal anlegen"; App::$strings["Create Channel"] = "Einen neuen Kanal anlegen";
App::$strings["A channel is your identity on this network. It can represent a person, a blog, or a forum to name a few. Channels can make connections with other channels to share information with highly detailed permissions."] = "Ein Kanal ist Deine Identität in diesem Netzwerk. Er kann eine Person, ein Blog oder ein Forum repräsentieren, nur um ein paar Beispiele zu nennen. Kanäle können Verbindungen miteinander eingehen, um Informationen zu teilen, jeweils basierend auf sehr detaillierten Berechtigungseinstellungen."; App::$strings["A channel is a unique network identity. It can represent a person (social network profile), a forum (group), a business or celebrity page, a newsfeed, and many other things. Channels can make connections with other channels to share information with each other."] = "Ein Kanal ist eine eindeutige Identität. Er kann eine Person (Soziales Netzwerk-Profil), ein Forum (Gruppe), eine Unternehmens- oder Prominenten-Seite, einen Newsfeed oder viele andere Dinge repräsentieren. Kanäle können Verbindungen mit anderen Kanälen eingehen, um Informationen miteinander auszutauschen.";
App::$strings["The type of channel you create affects the basic privacy settings, the permissions that are granted to connections/friends, and also the channel's visibility across the network."] = "Die Art des Kanals, den Du erzeugst, beeinflusst die grundlegenden Privatsphäre-Einstellungen, die Rechte, die Verbindungen/Freunden gewährt werden, und auch die Sichtbarkeit des Kanals im gesamten Netzwerk.";
App::$strings["or <a href=\"import\">import an existing channel</a> from another location."] = "oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server."; App::$strings["or <a href=\"import\">import an existing channel</a> from another location."] = "oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server.";
App::$strings["Validate"] = "Überprüfe"; App::$strings["Validate"] = "Überprüfe";
App::$strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Innerhalb von 48 Stunden nach einer Änderung des Passworts können keine Kanäle gelöscht werden."; App::$strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Innerhalb von 48 Stunden nach einer Änderung des Passworts können keine Kanäle gelöscht werden.";
@ -362,11 +364,10 @@ App::$strings["Error: PDO database PHP module required but not installed."] = "F
App::$strings["Error: mb_string PHP module required but not installed."] = "Fehler: Das PHP-Modul mb_string wird benötigt, ist aber nicht installiert."; App::$strings["Error: mb_string PHP module required but not installed."] = "Fehler: Das PHP-Modul mb_string wird benötigt, ist aber nicht installiert.";
App::$strings["Error: xml PHP module required for DAV but not installed."] = "Fehler: Das xml-PHP-Modul wird für DAV benötigt, ist aber nicht installiert."; App::$strings["Error: xml PHP module required for DAV but not installed."] = "Fehler: Das xml-PHP-Modul wird für DAV benötigt, ist aber nicht installiert.";
App::$strings["Error: zip PHP module required but not installed."] = "Fehler: Das zip PHP Modul ist erforderlich, ist aber nicht installiert."; App::$strings["Error: zip PHP module required but not installed."] = "Fehler: Das zip PHP Modul ist erforderlich, ist aber nicht installiert.";
App::$strings[".htconfig.php is writable"] = ".htconfig.php ist beschreibbar";
App::$strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Der Installations-Assistent muss in der Lage sein, die Datei \".htconfig.php\" im Stammverzeichnis des Web-Servers anzulegen, ist er aber nicht."; App::$strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Der Installations-Assistent muss in der Lage sein, die Datei \".htconfig.php\" im Stammverzeichnis des Web-Servers anzulegen, ist er aber nicht.";
App::$strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Meist liegt das daran, dass der Nutzer, unter dem der Web-Server läuft, keine Schreibrechte in dem Verzeichnis hat selbst wenn Du selbst das darfst."; App::$strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Meist liegt das daran, dass der Nutzer, unter dem der Web-Server läuft, keine Schreibrechte in dem Verzeichnis hat selbst wenn Du selbst das darfst.";
App::$strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Am Schluss dieses Vorgangs wird ein Text generiert, den Du unter dem Dateinamen .htconfig.php im Stammverzeichnis Deiner Hubzilla-Installation speichern musst."; App::$strings["Please see install/INSTALL.txt for additional information."] = "Lies die Datei \"install/INSTALL.txt\".";
App::$strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Alternativ kannst Du diesen Schritt überspringen und die Installation manuell vornehmen. Lies dazu die Datei install/INSTALL.txt.";
App::$strings[".htconfig.php is writable"] = ".htconfig.php ist beschreibbar";
App::$strings["This software uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Diese Software verwendet die Smarty3 Template Engine, um Vorlagen für die Webdarstellung zu verarbeiten. Smarty3 übersetzt diese Vorlagen nach PHP, um die Darstellung zu beschleunigen."; App::$strings["This software uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Diese Software verwendet die Smarty3 Template Engine, um Vorlagen für die Webdarstellung zu verarbeiten. Smarty3 übersetzt diese Vorlagen nach PHP, um die Darstellung zu beschleunigen.";
App::$strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the top level web folder."] = "Um diese kompilierten Vorlagen speichern zu können, braucht der Web-Server Schreibzugriff auf das Verzeichnis %s unterhalb des Hubzilla-Stammverzeichnisses."; App::$strings["In order to store these compiled templates, the web server needs to have write access to the directory %s under the top level web folder."] = "Um diese kompilierten Vorlagen speichern zu können, braucht der Web-Server Schreibzugriff auf das Verzeichnis %s unterhalb des Hubzilla-Stammverzeichnisses.";
App::$strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Bitte stelle sicher, dass der Nutzer, unter dem der Web-Server läuft (z.B. www-data), Schreibzugriff auf dieses Verzeichnis hat."; App::$strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Bitte stelle sicher, dass der Nutzer, unter dem der Web-Server läuft (z.B. www-data), Schreibzugriff auf dieses Verzeichnis hat.";
@ -551,8 +552,6 @@ App::$strings["Publicly visible description of this site. Displayed on siteinfo
App::$strings["System language"] = "System-Sprache"; App::$strings["System language"] = "System-Sprache";
App::$strings["System theme"] = "System-Design"; App::$strings["System theme"] = "System-Design";
App::$strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Standard-System-Design kann durch Nutzerprofile überschieben werden <a href='#' id='cnftheme'>Design-Einstellungen ändern</a>"; App::$strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Standard-System-Design kann durch Nutzerprofile überschieben werden <a href='#' id='cnftheme'>Design-Einstellungen ändern</a>";
App::$strings["Mobile system theme"] = "System-Design für mobile Geräte:";
App::$strings["Theme for mobile devices"] = "Theme für mobile Geräte";
App::$strings["Allow Feeds as Connections"] = "Feeds als Verbindungen erlauben"; App::$strings["Allow Feeds as Connections"] = "Feeds als Verbindungen erlauben";
App::$strings["(Heavy system resource usage)"] = "(führt zu hoher Systemlast)"; App::$strings["(Heavy system resource usage)"] = "(führt zu hoher Systemlast)";
App::$strings["Maximum image size"] = "Maximale Bildgröße"; App::$strings["Maximum image size"] = "Maximale Bildgröße";
@ -612,6 +611,7 @@ App::$strings["Maximum Load Average"] = "Maximales Load Average";
App::$strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximale Systemlast, bevor Verteil- und Empfangsprozesse verschoben werden Standard 50"; App::$strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximale Systemlast, bevor Verteil- und Empfangsprozesse verschoben werden Standard 50";
App::$strings["Expiration period in days for imported (grid/network) content"] = "Setze den Zeitraum (in Tagen), ab wann importierte (aus dem Netzwerk) Inhalte ablaufen sollen"; App::$strings["Expiration period in days for imported (grid/network) content"] = "Setze den Zeitraum (in Tagen), ab wann importierte (aus dem Netzwerk) Inhalte ablaufen sollen";
App::$strings["0 for no expiration of imported content"] = "0 = keine Löschung importierter Inhalte"; App::$strings["0 for no expiration of imported content"] = "0 = keine Löschung importierter Inhalte";
App::$strings["Do not expire any posts which have comments less than this many days ago"] = "Lass keine Beiträge verfallen die Kommentare haben, die jünger als diese Anzahl von Tagen sind.";
App::$strings["Public servers: Optional landing (marketing) webpage for new registrants"] = "Öffentliche Server: Optionale Einstiegsseite (landing page) für neue Mitglieder vor deren Anmeldung"; App::$strings["Public servers: Optional landing (marketing) webpage for new registrants"] = "Öffentliche Server: Optionale Einstiegsseite (landing page) für neue Mitglieder vor deren Anmeldung";
App::$strings["Create this page first. Default is %s/register"] = "Erstelle zunächst die entsprechende Seite. Standard ist %s/register"; App::$strings["Create this page first. Default is %s/register"] = "Erstelle zunächst die entsprechende Seite. Standard ist %s/register";
App::$strings["Page to display after creating a new channel"] = "Seite, die nach Erstellung eines neuen Kanals angezeigt werden soll"; App::$strings["Page to display after creating a new channel"] = "Seite, die nach Erstellung eines neuen Kanals angezeigt werden soll";
@ -673,6 +673,7 @@ App::$strings["Visible to:"] = "Sichtbar für:";
App::$strings["__ctx:acl__ Profile"] = "Profil"; App::$strings["__ctx:acl__ Profile"] = "Profil";
App::$strings["Comment approved"] = "Kommentar bestätigt"; App::$strings["Comment approved"] = "Kommentar bestätigt";
App::$strings["Comment deleted"] = "Kommentar gelöscht"; App::$strings["Comment deleted"] = "Kommentar gelöscht";
App::$strings["Permission Name is required."] = "Der Name der Berechtigung wird benötigt.";
App::$strings["Permission category saved."] = "Berechtigungsrolle gespeichert."; App::$strings["Permission category saved."] = "Berechtigungsrolle gespeichert.";
App::$strings["Use this form to create permission rules for various classes of people or connections."] = "Verwende dieses Formular, um Berechtigungsrollen für verschiedene Gruppen von Personen oder Verbindungen zu erstellen."; App::$strings["Use this form to create permission rules for various classes of people or connections."] = "Verwende dieses Formular, um Berechtigungsrollen für verschiedene Gruppen von Personen oder Verbindungen zu erstellen.";
App::$strings["Permission Categories"] = "Berechtigungsrollen"; App::$strings["Permission Categories"] = "Berechtigungsrollen";
@ -728,7 +729,6 @@ App::$strings["May reduce spam activity"] = "Kann die Spam-Aktivität verringern
App::$strings["Default Privacy Group"] = "Standard-Gruppe"; App::$strings["Default Privacy Group"] = "Standard-Gruppe";
App::$strings["Use my default audience setting for the type of object published"] = "Verwende Deine eingestellte Standard-Zielgruppe des jeweiligen Inhaltstyps"; App::$strings["Use my default audience setting for the type of object published"] = "Verwende Deine eingestellte Standard-Zielgruppe des jeweiligen Inhaltstyps";
App::$strings["Profile to assign new connections"] = "Profil, welches neuen Verbindungen zugewiesen wird"; App::$strings["Profile to assign new connections"] = "Profil, welches neuen Verbindungen zugewiesen wird";
App::$strings["Channel permissions category:"] = "Zugriffsrechte-Kategorie des Kanals:";
App::$strings["Default Permissions Group"] = "Standard-Berechtigungsgruppe"; App::$strings["Default Permissions Group"] = "Standard-Berechtigungsgruppe";
App::$strings["Maximum private messages per day from unknown people:"] = "Maximale Anzahl privater Nachrichten pro Tag von unbekannten Leuten:"; App::$strings["Maximum private messages per day from unknown people:"] = "Maximale Anzahl privater Nachrichten pro Tag von unbekannten Leuten:";
App::$strings["Useful to reduce spamming"] = "Nützlich, um Spam zu verringern"; App::$strings["Useful to reduce spamming"] = "Nützlich, um Spam zu verringern";
@ -763,9 +763,10 @@ App::$strings["New connections"] = "Neue Verbindungen";
App::$strings["System Registrations"] = "System Registrierungen"; App::$strings["System Registrations"] = "System Registrierungen";
App::$strings["Unseen shared files"] = "Ungesehene geteilte Dateien"; App::$strings["Unseen shared files"] = "Ungesehene geteilte Dateien";
App::$strings["Unseen public activity"] = "Ungesehene öffentliche Aktivität"; App::$strings["Unseen public activity"] = "Ungesehene öffentliche Aktivität";
App::$strings["Unseen likes and dislikes"] = "Ungesehene Likes und Dislikes";
App::$strings["Email notification hub (hostname)"] = "Hub für E-Mail-Benachrichtigungen (Hostname)"; App::$strings["Email notification hub (hostname)"] = "Hub für E-Mail-Benachrichtigungen (Hostname)";
App::$strings["If your channel is mirrored to multiple hubs, set this to your preferred location. This will prevent duplicate email notifications. Example: %s"] = "Wenn Dein Kanal auf mehreren Hubs geklont ist, setze die Einstellung auf deinen bevorzugten Hub. Dies verhindert Mehrfachzustellung von E-Mail-Benachrichtigungen. Beispiel: %s"; App::$strings["If your channel is mirrored to multiple hubs, set this to your preferred location. This will prevent duplicate email notifications. Example: %s"] = "Wenn Dein Kanal auf mehreren Hubs geklont ist, setze die Einstellung auf deinen bevorzugten Hub. Dies verhindert Mehrfachzustellung von E-Mail-Benachrichtigungen. Beispiel: %s";
App::$strings["Also show new wall posts, private messages and connections under Notices"] = "Neue Pinnwand-Nachrichten, private Nachrichten und Verbindungen unter Benachrichtigungen anzeigen"; App::$strings["Show new wall posts, private messages and connections under Notices"] = "Zeige neue Pinnwand Beiträge, private Nachrichten und Verbindungen unter den Notizen an.";
App::$strings["Notify me of events this many days in advance"] = "Benachrichtige mich zu Terminen so viele Tage im Voraus"; App::$strings["Notify me of events this many days in advance"] = "Benachrichtige mich zu Terminen so viele Tage im Voraus";
App::$strings["Must be greater than 0"] = "Muss größer als 0 sein"; App::$strings["Must be greater than 0"] = "Muss größer als 0 sein";
App::$strings["Advanced Account/Page Type Settings"] = "Erweiterte Konten- und Seitenart-Einstellungen"; App::$strings["Advanced Account/Page Type Settings"] = "Erweiterte Konten- und Seitenart-Einstellungen";
@ -779,6 +780,8 @@ App::$strings["Remove this channel."] = "Diesen Kanal löschen";
App::$strings["Firefox Share \$Projectname provider"] = "\$Projectname-Provider für Firefox Share"; App::$strings["Firefox Share \$Projectname provider"] = "\$Projectname-Provider für Firefox Share";
App::$strings["Start calendar week on Monday"] = "Beginne die kalendarische Woche am Montag"; App::$strings["Start calendar week on Monday"] = "Beginne die kalendarische Woche am Montag";
App::$strings["Additional Features"] = "Zusätzliche Funktionen"; App::$strings["Additional Features"] = "Zusätzliche Funktionen";
App::$strings["Your technical skill level"] = "Deine technische Qualifikationsstufe";
App::$strings["Used to provide a member experience and additional features consistent with your comfort level"] = "Dies wird verwendet, um Dir eine Benutzererfahrung sowie zusätzliche Funktionen passend zu Deiner technischen Qualifikationsstufe zu bieten (Bedienkomfort beim Umgang mit Anwendungen).";
App::$strings["This channel is limited to %d tokens"] = "Dieser Kanal ist auf %d Token begrenzt"; App::$strings["This channel is limited to %d tokens"] = "Dieser Kanal ist auf %d Token begrenzt";
App::$strings["Name and Password are required."] = "Name und Passwort sind erforderlich."; App::$strings["Name and Password are required."] = "Name und Passwort sind erforderlich.";
App::$strings["Token saved."] = "Token gespeichert."; App::$strings["Token saved."] = "Token gespeichert.";
@ -789,6 +792,22 @@ App::$strings["Login Name"] = "Anmeldename";
App::$strings["Login Password"] = "Anmeldepasswort"; App::$strings["Login Password"] = "Anmeldepasswort";
App::$strings["Expires (yyyy-mm-dd)"] = "Läuft ab (jjjj-mm-tt)"; App::$strings["Expires (yyyy-mm-dd)"] = "Läuft ab (jjjj-mm-tt)";
App::$strings["Their Settings"] = "Deren Einstellungen"; App::$strings["Their Settings"] = "Deren Einstellungen";
App::$strings["Name and Secret are required"] = "Name und Geheimnis werden benötigt";
App::$strings["Add OAuth2 application"] = "OAuth2 Anwendung hinzufügen";
App::$strings["Name of application"] = "Name der Anwendung";
App::$strings["Consumer Secret"] = "Consumer Secret";
App::$strings["Automatically generated - change if desired. Max length 20"] = "Automatisch erzeugt ändern, falls erwünscht. Maximale Länge 20";
App::$strings["Redirect"] = "Umleitung";
App::$strings["Redirect URI - leave blank unless your application specifically requires this"] = "Umleitungs-URl lasse das leer, solange Deine Anwendung es nicht explizit erfordert";
App::$strings["Grant Types"] = "Genehmigungsarten";
App::$strings["leave blank unless your application sepcifically requires this"] = "Frei lassen, es sei denn die Anwendung verlangt dies.";
App::$strings["Authorization scope"] = "Rahmen der Berechtigungen";
App::$strings["OAuth2 Application not found."] = "OAuth2 Anwendung konnte nicht gefunden werden";
App::$strings["Add application"] = "Anwendung hinzufügen";
App::$strings["Connected OAuth2 Apps"] = "Verbundene OAuth2 Anwendungen";
App::$strings["Client key starts with"] = "Client Key beginnt mit";
App::$strings["No name"] = "Kein Name";
App::$strings["Remove authorization"] = "Authorisierung aufheben";
App::$strings["Not valid email."] = "Keine gültige E-Mail Adresse."; App::$strings["Not valid email."] = "Keine gültige E-Mail Adresse.";
App::$strings["Protected email address. Cannot change to that email."] = "Geschützte E-Mail Adresse. Diese kann nicht verändert werden."; App::$strings["Protected email address. Cannot change to that email."] = "Geschützte E-Mail Adresse. Diese kann nicht verändert werden.";
App::$strings["System failure storing new email. Please try again."] = "Systemfehler während des Speicherns der neuen Mail. Bitte versuche es noch einmal."; App::$strings["System failure storing new email. Please try again."] = "Systemfehler während des Speicherns der neuen Mail. Bitte versuche es noch einmal.";
@ -803,8 +822,6 @@ App::$strings["Current Password"] = "Aktuelles Passwort";
App::$strings["Enter New Password"] = "Gib ein neues Passwort ein"; App::$strings["Enter New Password"] = "Gib ein neues Passwort ein";
App::$strings["Confirm New Password"] = "Bestätige das neue Passwort"; App::$strings["Confirm New Password"] = "Bestätige das neue Passwort";
App::$strings["Leave password fields blank unless changing"] = "Lasse die Passwort-Felder leer, außer Du möchtest das Passwort ändern"; App::$strings["Leave password fields blank unless changing"] = "Lasse die Passwort-Felder leer, außer Du möchtest das Passwort ändern";
App::$strings["Your technical skill level"] = "Deine technische Qualifikationsstufe";
App::$strings["Used to provide a member experience and additional features consistent with your comfort level"] = "Dies wird verwendet, um Dir eine Benutzererfahrung sowie zusätzliche Funktionen passend zu Deiner technischen Qualifikationsstufe zu bieten (Bedienkomfort beim Umgang mit Anwendungen).";
App::$strings["Remove Account"] = "Konto entfernen"; App::$strings["Remove Account"] = "Konto entfernen";
App::$strings["Remove this account including all its channels"] = "Dieses Konto inklusive all seiner Kanäle löschen"; App::$strings["Remove this account including all its channels"] = "Dieses Konto inklusive all seiner Kanäle löschen";
App::$strings["Affinity Slider settings updated."] = "Die Beziehungsgrad-Schieberegler-Einstellungen wurden aktualisiert."; App::$strings["Affinity Slider settings updated."] = "Die Beziehungsgrad-Schieberegler-Einstellungen wurden aktualisiert.";
@ -845,20 +862,11 @@ App::$strings["click to expand content exceeding this height"] = "Blöcke, deren
App::$strings["Grid page max height of content (in pixels)"] = "Maximale Höhe (in Pixel) des Inhalts der Netzwerkseite"; App::$strings["Grid page max height of content (in pixels)"] = "Maximale Höhe (in Pixel) des Inhalts der Netzwerkseite";
App::$strings["Name is required"] = "Name ist erforderlich"; App::$strings["Name is required"] = "Name ist erforderlich";
App::$strings["Key and Secret are required"] = "Schlüssel und Geheimnis werden benötigt"; App::$strings["Key and Secret are required"] = "Schlüssel und Geheimnis werden benötigt";
App::$strings["Add application"] = "Anwendung hinzufügen";
App::$strings["Name of application"] = "Name der Anwendung";
App::$strings["Consumer Key"] = "Consumer Key"; App::$strings["Consumer Key"] = "Consumer Key";
App::$strings["Automatically generated - change if desired. Max length 20"] = "Automatisch erzeugt ändern, falls erwünscht. Maximale Länge 20";
App::$strings["Consumer Secret"] = "Consumer Secret";
App::$strings["Redirect"] = "Umleitung";
App::$strings["Redirect URI - leave blank unless your application specifically requires this"] = "Umleitungs-URl lasse das leer, solange Deine Anwendung es nicht explizit erfordert";
App::$strings["Icon url"] = "Symbol-URL"; App::$strings["Icon url"] = "Symbol-URL";
App::$strings["Optional"] = "Optional"; App::$strings["Optional"] = "Optional";
App::$strings["Application not found."] = "Die Anwendung wurde nicht gefunden."; App::$strings["Application not found."] = "Die Anwendung wurde nicht gefunden.";
App::$strings["Connected Apps"] = "Verbundene Apps"; App::$strings["Connected Apps"] = "Verbundene Apps";
App::$strings["Client key starts with"] = "Client Key beginnt mit";
App::$strings["No name"] = "Kein Name";
App::$strings["Remove authorization"] = "Authorisierung aufheben";
App::$strings["View Photo"] = "Foto ansehen"; App::$strings["View Photo"] = "Foto ansehen";
App::$strings["Edit Album"] = "Album bearbeiten"; App::$strings["Edit Album"] = "Album bearbeiten";
App::$strings["Upload"] = "Hochladen"; App::$strings["Upload"] = "Hochladen";
@ -880,7 +888,7 @@ App::$strings["Permissions"] = "Berechtigungen";
App::$strings["Add Thing to your Profile"] = "Die Sache Deinem Profil hinzufügen"; App::$strings["Add Thing to your Profile"] = "Die Sache Deinem Profil hinzufügen";
App::$strings["No more system notifications."] = "Keine System-Benachrichtigungen mehr."; App::$strings["No more system notifications."] = "Keine System-Benachrichtigungen mehr.";
App::$strings["System Notifications"] = "System-Benachrichtigungen"; App::$strings["System Notifications"] = "System-Benachrichtigungen";
App::$strings["Channel added."] = "Kanal hinzugefügt."; App::$strings["Connection added."] = "Verbindung hinzugefügt";
App::$strings["Your service plan only allows %d channels."] = "Dein Vertrag erlaubt nur %d Kanäle."; App::$strings["Your service plan only allows %d channels."] = "Dein Vertrag erlaubt nur %d Kanäle.";
App::$strings["No channel. Import failed."] = "Kein Kanal. Import fehlgeschlagen."; App::$strings["No channel. Import failed."] = "Kein Kanal. Import fehlgeschlagen.";
App::$strings["Import completed."] = "Import abgeschlossen."; App::$strings["Import completed."] = "Import abgeschlossen.";
@ -915,19 +923,22 @@ App::$strings["Create new app"] = "Neue App erstellen";
App::$strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s ist %2\$s"; App::$strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s ist %2\$s";
App::$strings["Mood"] = "Laune"; App::$strings["Mood"] = "Laune";
App::$strings["Set your current mood and tell your friends"] = "Wähle Deine aktuelle Stimmung und teile sie mit Deinen Freunden"; App::$strings["Set your current mood and tell your friends"] = "Wähle Deine aktuelle Stimmung und teile sie mit Deinen Freunden";
App::$strings["Active"] = "Aktiv";
App::$strings["Blocked"] = "Blockiert"; App::$strings["Blocked"] = "Blockiert";
App::$strings["Ignored"] = "Ignoriert"; App::$strings["Ignored"] = "Ignoriert";
App::$strings["Hidden"] = "Versteckt"; App::$strings["Hidden"] = "Versteckt";
App::$strings["Archived/Unreachable"] = "Archiviert/Unerreichbar"; App::$strings["Archived/Unreachable"] = "Archiviert/Unerreichbar";
App::$strings["New"] = "Neu"; App::$strings["New"] = "Neu";
App::$strings["All"] = "Alle"; App::$strings["All"] = "Alle";
App::$strings["Active Connections"] = "Aktive Verbindungen";
App::$strings["Show active connections"] = "Zeige die aktiven Verbindungen an";
App::$strings["New Connections"] = "Neue Verbindungen"; App::$strings["New Connections"] = "Neue Verbindungen";
App::$strings["Show pending (new) connections"] = "Ausstehende (neue) Verbindungsanfragen anzeigen"; App::$strings["Show pending (new) connections"] = "Ausstehende (neue) Verbindungsanfragen anzeigen";
App::$strings["Show all connections"] = "Alle Verbindungen anzeigen";
App::$strings["Only show blocked connections"] = "Nur blockierte Verbindungen anzeigen"; App::$strings["Only show blocked connections"] = "Nur blockierte Verbindungen anzeigen";
App::$strings["Only show ignored connections"] = "Nur ignorierte Verbindungen anzeigen"; App::$strings["Only show ignored connections"] = "Nur ignorierte Verbindungen anzeigen";
App::$strings["Only show archived/unreachable connections"] = "Nur archivierte/unerreichbare Verbindungen anzeigen"; App::$strings["Only show archived/unreachable connections"] = "Nur archivierte/unerreichbare Verbindungen anzeigen";
App::$strings["Only show hidden connections"] = "Nur versteckte Verbindungen anzeigen"; App::$strings["Only show hidden connections"] = "Nur versteckte Verbindungen anzeigen";
App::$strings["Show all connections"] = "Alle Verbindungen anzeigen";
App::$strings["Pending approval"] = "Wartet auf Genehmigung"; App::$strings["Pending approval"] = "Wartet auf Genehmigung";
App::$strings["Archived"] = "Archiviert"; App::$strings["Archived"] = "Archiviert";
App::$strings["Not connected at this location"] = "An diesem Ort nicht verbunden"; App::$strings["Not connected at this location"] = "An diesem Ort nicht verbunden";
@ -969,10 +980,10 @@ App::$strings["Upload Photos"] = "Fotos hochladen";
App::$strings["Enter an album name"] = "Namen für ein neues Album eingeben"; App::$strings["Enter an album name"] = "Namen für ein neues Album eingeben";
App::$strings["or select an existing album (doubleclick)"] = "oder ein bereits vorhandenes auswählen (Doppelklick)"; App::$strings["or select an existing album (doubleclick)"] = "oder ein bereits vorhandenes auswählen (Doppelklick)";
App::$strings["Create a status post for this upload"] = "Einen Statusbeitrag für diesen Upload erzeugen"; App::$strings["Create a status post for this upload"] = "Einen Statusbeitrag für diesen Upload erzeugen";
App::$strings["Caption (optional):"] = "Beschriftung (optional):"; App::$strings["Description (optional)"] = "Beschreibung (optional)";
App::$strings["Description (optional):"] = "Beschreibung (optional):";
App::$strings["Show Newest First"] = "Neueste zuerst anzeigen"; App::$strings["Show Newest First"] = "Neueste zuerst anzeigen";
App::$strings["Show Oldest First"] = "Älteste zuerst anzeigen"; App::$strings["Show Oldest First"] = "Älteste zuerst anzeigen";
App::$strings["Add Photos"] = "Fotos hinzufügen";
App::$strings["Permission denied. Access to this item may be restricted."] = "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden."; App::$strings["Permission denied. Access to this item may be restricted."] = "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschränkt worden.";
App::$strings["Photo not available"] = "Foto nicht verfügbar"; App::$strings["Photo not available"] = "Foto nicht verfügbar";
App::$strings["Use as profile photo"] = "Als Profilfoto verwenden"; App::$strings["Use as profile photo"] = "Als Profilfoto verwenden";
@ -985,7 +996,6 @@ App::$strings["Rotate CCW (left)"] = "Drehen gegen UZS (links)";
App::$strings["Move photo to album"] = "Foto in Album verschieben"; App::$strings["Move photo to album"] = "Foto in Album verschieben";
App::$strings["Enter a new album name"] = "Gib einen Namen für ein neues Album ein"; App::$strings["Enter a new album name"] = "Gib einen Namen für ein neues Album ein";
App::$strings["or select an existing one (doubleclick)"] = "oder wähle ein bereits vorhandenes aus (Doppelklick)"; App::$strings["or select an existing one (doubleclick)"] = "oder wähle ein bereits vorhandenes aus (Doppelklick)";
App::$strings["Caption"] = "Bildunterschrift";
App::$strings["Add a Tag"] = "Schlagwort hinzufügen"; App::$strings["Add a Tag"] = "Schlagwort hinzufügen";
App::$strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Beispiele: @ben, @Karl_Prester, @lieschen@example.com"; App::$strings["Example: @bob, @Barbara_Jensen, @jim@example.com"] = "Beispiele: @ben, @Karl_Prester, @lieschen@example.com";
App::$strings["Flag as adult in album view"] = "In der Albumansicht als nicht jugendfrei markieren"; App::$strings["Flag as adult in album view"] = "In der Albumansicht als nicht jugendfrei markieren";
@ -1260,6 +1270,10 @@ App::$strings["Warning: Changing some settings could render your channel inopera
App::$strings["If enabled, connection requests will be approved without your interaction"] = "Ist dies aktiviert, werden Verbindungsanfragen ohne Deine aktive Zustimmung bestätigt."; App::$strings["If enabled, connection requests will be approved without your interaction"] = "Ist dies aktiviert, werden Verbindungsanfragen ohne Deine aktive Zustimmung bestätigt.";
App::$strings["Automatic approval settings"] = "Einstellungen für automatische Bestätigung"; App::$strings["Automatic approval settings"] = "Einstellungen für automatische Bestätigung";
App::$strings["Some individual permissions may have been preset or locked based on your channel type and privacy settings."] = "Einige individuelle Berechtigungen können basierend auf Deinen Kanal- und Privatsphäre-Einstellungen vorbelegt oder gesperrt sein."; App::$strings["Some individual permissions may have been preset or locked based on your channel type and privacy settings."] = "Einige individuelle Berechtigungen können basierend auf Deinen Kanal- und Privatsphäre-Einstellungen vorbelegt oder gesperrt sein.";
App::$strings["Unknown App"] = "Unbekannte Anwendung";
App::$strings["Authorize"] = "Berechtigen";
App::$strings["Do you authorize the app %s to access your channel data?"] = "Willst du die Anwendung %s dazu berechtigen auf die Daten deines Kanals zuzugreifen?";
App::$strings["Allow"] = "Erlauben";
App::$strings["Privacy group created."] = "Gruppe wurde erstellt."; App::$strings["Privacy group created."] = "Gruppe wurde erstellt.";
App::$strings["Could not create privacy group."] = "Gruppe konnte nicht erstellt werden."; App::$strings["Could not create privacy group."] = "Gruppe konnte nicht erstellt werden.";
App::$strings["Privacy group not found."] = "Gruppe nicht gefunden."; App::$strings["Privacy group not found."] = "Gruppe nicht gefunden.";
@ -1304,7 +1318,7 @@ App::$strings["Clone this profile"] = "Dieses Profil klonen";
App::$strings["Delete this profile"] = "Dieses Profil löschen"; App::$strings["Delete this profile"] = "Dieses Profil löschen";
App::$strings["Add profile things"] = "Sachen zum Profil hinzufügen"; App::$strings["Add profile things"] = "Sachen zum Profil hinzufügen";
App::$strings["Personal"] = "Persönlich"; App::$strings["Personal"] = "Persönlich";
App::$strings["Relation"] = "Beziehung"; App::$strings["Relationship"] = "Beziehung";
App::$strings["Miscellaneous"] = "Verschiedenes"; App::$strings["Miscellaneous"] = "Verschiedenes";
App::$strings["Import profile from file"] = "Profil aus einer Datei importieren"; App::$strings["Import profile from file"] = "Profil aus einer Datei importieren";
App::$strings["Export profile to file"] = "Profil in eine Datei exportieren"; App::$strings["Export profile to file"] = "Profil in eine Datei exportieren";
@ -1458,6 +1472,7 @@ App::$strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s nimmt an %2\$ss %
App::$strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s nimmt vielleicht an %2\$ss %3\$s teil"; App::$strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s nimmt vielleicht an %2\$ss %3\$s teil";
App::$strings["Action completed."] = "Aktion durchgeführt."; App::$strings["Action completed."] = "Aktion durchgeführt.";
App::$strings["Thank you."] = "Vielen Dank."; App::$strings["Thank you."] = "Vielen Dank.";
App::$strings["No default suggestions were found."] = "Es wurden keine Standard Vorschläge gefunden.";
App::$strings["%d rating"] = array( App::$strings["%d rating"] = array(
0 => "%d Bewertung", 0 => "%d Bewertung",
1 => "%d Bewertungen", 1 => "%d Bewertungen",
@ -1729,44 +1744,44 @@ App::$strings["To stop receiving these messages, please adjust your Notification
App::$strings["To stop receiving these messages, please adjust your %s."] = "Um diese Nachrichten nicht mehr zu erhalten, passe bitte Deine %s an."; App::$strings["To stop receiving these messages, please adjust your %s."] = "Um diese Nachrichten nicht mehr zu erhalten, passe bitte Deine %s an.";
App::$strings["%s <!item_type!>"] = "%s <!item_type!>"; App::$strings["%s <!item_type!>"] = "%s <!item_type!>";
App::$strings["[\$Projectname:Notify] New mail received at %s"] = "[\$Projectname:Benachrichtigung] Neue Mail empfangen auf %s"; App::$strings["[\$Projectname:Notify] New mail received at %s"] = "[\$Projectname:Benachrichtigung] Neue Mail empfangen auf %s";
App::$strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s hat Dir eine private Nachricht auf %3\$s gesendet."; App::$strings["%1\$s sent you a new private message at %2\$s."] = "%1\$shat dir auf %2\$seine private Nachricht geschickt.";
App::$strings["%1\$s sent you %2\$s."] = "%1\$s hat Dir %2\$s geschickt."; App::$strings["%1\$s sent you %2\$s."] = "%1\$s hat Dir %2\$s geschickt.";
App::$strings["a private message"] = "eine private Nachricht"; App::$strings["a private message"] = "eine private Nachricht";
App::$strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu antworten."; App::$strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu antworten.";
App::$strings["commented on"] = "kommentierte"; App::$strings["commented on"] = "kommentierte";
App::$strings["liked"] = "gefiel"; App::$strings["liked"] = "gefiel";
App::$strings["disliked"] = "missfiel"; App::$strings["disliked"] = "missfiel";
App::$strings["%1\$s, %2\$s %3\$s [zrl=%4\$s]a %5\$s[/zrl]"] = "%1\$s, %2\$s %3\$s [zrl=%4\$s]ein %5\$s[/zrl]"; App::$strings["%1\$s %2\$s [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s %2\$s [zrl=%3\$s]ein %4\$s[/zrl]";
App::$strings["%1\$s, %2\$s %3\$s [zrl=%4\$s]%5\$s's %6\$s[/zrl]"] = "%1\$s, %2\$s %3\$s [zrl=%4\$s]%5\$s's %6\$s[/zrl]"; App::$strings["%1\$s %2\$s [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s %2\$s [zrl=%3\$s]%4\$s's %5\$s[/zrl]";
App::$strings["%1\$s, %2\$s %3\$s [zrl=%4\$s]your %5\$s[/zrl]"] = "%1\$s, %2\$s %3\$s [zrl=%4\$s]Dein %5\$s[/zrl]"; App::$strings["%1\$s %2\$s [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s %2\$s [zrl=%3\$s]dein %4\$s[/zrl]";
App::$strings["[\$Projectname:Notify] Moderated Comment to conversation #%1\$d by %2\$s"] = "[\$Projectname:Benachrichtigung] Moderierter Kommantar in Unterhaltung #%1\$d von %2\$s"; App::$strings["[\$Projectname:Notify] Moderated Comment to conversation #%1\$d by %2\$s"] = "[\$Projectname:Benachrichtigung] Moderierter Kommantar in Unterhaltung #%1\$d von %2\$s";
App::$strings["[\$Projectname:Notify] Comment to conversation #%1\$d by %2\$s"] = "[\$Projectname:Benachrichtigung] Kommentar in Unterhaltung #%1\$d von %2\$s"; App::$strings["[\$Projectname:Notify] Comment to conversation #%1\$d by %2\$s"] = "[\$Projectname:Benachrichtigung] Kommentar in Unterhaltung #%1\$d von %2\$s";
App::$strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s hat eine Unterhaltung kommentiert, der Du folgst."; App::$strings["%1\$s commented on an item/conversation you have been following."] = "%1\$shat einen Beitrag/eine Konversation kommentiert dem/der du folgst.";
App::$strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Unterhaltung anzusehen und/oder zu kommentieren."; App::$strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Unterhaltung anzusehen und/oder zu kommentieren.";
App::$strings["Please visit %s to approve or reject this comment."] = "Bitte besuche %s, um diesen Kommentar anzunehmen oder abzulehnen."; App::$strings["Please visit %s to approve or reject this comment."] = "Bitte besuche %s, um diesen Kommentar anzunehmen oder abzulehnen.";
App::$strings["%1\$s, %2\$s liked [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s gefällt [zrl=%3\$s]dein %4\$s[/zrl]"; App::$strings["%1\$s liked [zrl=%2\$s]your %3\$s[/zrl]"] = "%1\$s mag [zrl=%2\$s]dein %3\$s[/zrl]";
App::$strings["[\$Projectname:Notify] Like received to conversation #%1\$d by %2\$s"] = "[\$Projectname:Benachrichtigung] Gefällt mir in Unterhaltung #%1\$d von %2\$s erhalten"; App::$strings["[\$Projectname:Notify] Like received to conversation #%1\$d by %2\$s"] = "[\$Projectname:Benachrichtigung] Gefällt mir in Unterhaltung #%1\$d von %2\$s erhalten";
App::$strings["%1\$s, %2\$s liked an item/conversation you created."] = "%1\$s, %2\$s gefällt ein Beitrag oder eine Unterhaltung von Dir"; App::$strings["%1\$s liked an item/conversation you created."] = "%1\$sgefällt ein Beitrag/eine Unterhaltung von dir.";
App::$strings["[\$Projectname:Notify] %s posted to your profile wall"] = "[\$Projectname:Benachrichtigung] %s schrieb auf Deine Pinnwand"; App::$strings["[\$Projectname:Notify] %s posted to your profile wall"] = "[\$Projectname:Benachrichtigung] %s schrieb auf Deine Pinnwand";
App::$strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s hat auf Deine Pinnwand auf %3\$s geschrieben"; App::$strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$shat etwas auf deiner Profilwand auf %2\$sveröffentlicht";
App::$strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s hat auf [zrl=%3\$s]Deine Pinnwand[/zrl] geschrieben"; App::$strings["%1\$s posted to [zrl=%2\$s]your wall[/zrl]"] = "%1\$s schrieb auf [zrl=%2\$s]Deine Pinnwand[/zrl]";
App::$strings["[\$Projectname:Notify] %s tagged you"] = "[\$Projectname:Benachrichtigung] %s hat Dich erwähnt"; App::$strings["[\$Projectname:Notify] %s tagged you"] = "[\$Projectname:Benachrichtigung] %s hat Dich erwähnt";
App::$strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s hat Dich auf %3\$s erwähnt"; App::$strings["%1\$s tagged you at %2\$s"] = "%1\$s hat dich auf %2\$s getaggt";
App::$strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]hat Dich erwähnt[/zrl]."; App::$strings["%1\$s [zrl=%2\$s]tagged you[/zrl]."] = "%1\$s hat [zrl=%2\$s]Dich getagged[/zrl].";
App::$strings["[\$Projectname:Notify] %1\$s poked you"] = "[\$Projectname:Benachrichtigung] %1\$s hat Dich angestupst"; App::$strings["[\$Projectname:Notify] %1\$s poked you"] = "[\$Projectname:Benachrichtigung] %1\$s hat Dich angestupst";
App::$strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s hat Dich auf %3\$s angestupst"; App::$strings["%1\$s poked you at %2\$s"] = "%1\$s hat dich auf %2\$s angestupst";
App::$strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]hat Dich angestupst[/zrl]."; App::$strings["%1\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s [zrl=%2\$s]hat dich angestupst.[/zrl].";
App::$strings["[\$Projectname:Notify] %s tagged your post"] = "[\$Projectname:Benachrichtigung] %s hat Deinen Beitrag verschlagwortet"; App::$strings["[\$Projectname:Notify] %s tagged your post"] = "[\$Projectname:Benachrichtigung] %s hat Deinen Beitrag verschlagwortet";
App::$strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s hat Deinen Beitrag auf %3\$s verschlagwortet"; App::$strings["%1\$s tagged your post at %2\$s"] = "%1\$s hat Deinen Beitrag auf %2\$s getagged";
App::$strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]Deinen Beitrag[/zrl] verschlagwortet"; App::$strings["%1\$s tagged [zrl=%2\$s]your post[/zrl]"] = "%1\$s hat [zrl=%2\$s]Deinen Beitrag[/zrl] getagged";
App::$strings["[\$Projectname:Notify] Introduction received"] = "[\$Projectname:Benachrichtigung] Verbindungsanfrage erhalten"; App::$strings["[\$Projectname:Notify] Introduction received"] = "[\$Projectname:Benachrichtigung] Verbindungsanfrage erhalten";
App::$strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, Du hast eine neue Verbindungsanfrage von '%2\$s' auf %3\$s erhalten"; App::$strings["You've received an new connection request from '%1\$s' at %2\$s"] = "Du hast auf %2\$s eine neue Verbindung von %1\$s erhalten.";
App::$strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, Du hast [zrl=%2\$s]eine neue Verbindungsanfrage[/zrl] von %3\$s erhalten."; App::$strings["You've received [zrl=%1\$s]a new connection request[/zrl] from %2\$s."] = "Du hast [zrl=%1\$s]eine neue Verbindungsanfrage[/zrl] von %2\$s erhalten.";
App::$strings["You may visit their profile at %s"] = "Du kannst Dir das Profil unter %s ansehen"; App::$strings["You may visit their profile at %s"] = "Du kannst Dir das Profil unter %s ansehen";
App::$strings["Please visit %s to approve or reject the connection request."] = "Bitte besuche %s , um die Verbindungsanfrage anzunehmen oder abzulehnen."; App::$strings["Please visit %s to approve or reject the connection request."] = "Bitte besuche %s , um die Verbindungsanfrage anzunehmen oder abzulehnen.";
App::$strings["[\$Projectname:Notify] Friend suggestion received"] = "[\$Projectname:Benachrichtigung] Freundschaftsvorschlag erhalten"; App::$strings["[\$Projectname:Notify] Friend suggestion received"] = "[\$Projectname:Benachrichtigung] Freundschaftsvorschlag erhalten";
App::$strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, Du hast einen Kontaktvorschlag von „%2\$s“ auf %3\$s erhalten"; App::$strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du hast einen Freundschaftsvorschlag von %1\$s auf %2\$s erhalten";
App::$strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, Du hast [zrl=%2\$s]einen Kontaktvorschlag[/zrl] für %3\$s von %4\$s erhalten."; App::$strings["You've received [zrl=%1\$s]a friend suggestion[/zrl] for %2\$s from %3\$s."] = "Du hast einen [zrl=%1\$s]Freundschaftsvorschlag[/zrl] für %2\$s von %3\$s erhalten.";
App::$strings["Name:"] = "Name:"; App::$strings["Name:"] = "Name:";
App::$strings["Photo:"] = "Foto:"; App::$strings["Photo:"] = "Foto:";
App::$strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen."; App::$strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen.";
@ -1842,6 +1857,7 @@ App::$strings["Schedule Inbox"] = "Posteingang für überwachte Kalender";
App::$strings["Schedule Outbox"] = "Postausgang für überwachte Kalender"; App::$strings["Schedule Outbox"] = "Postausgang für überwachte Kalender";
App::$strings["Total"] = "Summe"; App::$strings["Total"] = "Summe";
App::$strings["Shared"] = "Geteilt"; App::$strings["Shared"] = "Geteilt";
App::$strings["Add Files"] = "Dateien hinzufügen";
App::$strings["You are using %1\$s of your available file storage."] = "Sie verwenden %1\$s von Ihrem verfügbaren Dateispeicher."; App::$strings["You are using %1\$s of your available file storage."] = "Sie verwenden %1\$s von Ihrem verfügbaren Dateispeicher.";
App::$strings["You are using %1\$s of %2\$s available file storage. (%3\$s&#37;)"] = "Sie verwenden %1\$s von %2\$s verfügbarem Dateispeicher. (%3\$s&#37;)"; App::$strings["You are using %1\$s of %2\$s available file storage. (%3\$s&#37;)"] = "Sie verwenden %1\$s von %2\$s verfügbarem Dateispeicher. (%3\$s&#37;)";
App::$strings["WARNING:"] = "WARNUNG:"; App::$strings["WARNING:"] = "WARNUNG:";
@ -1913,17 +1929,19 @@ App::$strings["Suggestions"] = "Vorschläge";
App::$strings["See more..."] = "Mehr anzeigen …"; App::$strings["See more..."] = "Mehr anzeigen …";
App::$strings["Saved Folders"] = "Gespeicherte Ordner"; App::$strings["Saved Folders"] = "Gespeicherte Ordner";
App::$strings["Click to show more"] = "Klick, um mehr anzuzeigen"; App::$strings["Click to show more"] = "Klick, um mehr anzuzeigen";
App::$strings["Tags"] = "Schlagwörter";
App::$strings["Profile Creation"] = "Profilerstellung"; App::$strings["Profile Creation"] = "Profilerstellung";
App::$strings["Upload profile photo"] = "Profilfoto hochladen"; App::$strings["Upload profile photo"] = "Profilfoto hochladen";
App::$strings["Upload cover photo"] = "Titelbild hochladen"; App::$strings["Upload cover photo"] = "Titelbild hochladen";
App::$strings["Edit your profile"] = "Profil bearbeiten"; App::$strings["Edit your profile"] = "Profil bearbeiten";
App::$strings["Find and Connect with others"] = "Finden und Verbinden von/mit Anderen"; App::$strings["Find and Connect with others"] = "Finden und Verbinden von/mit Anderen";
App::$strings["View the directory"] = "Verzeichnis anzeigen";
App::$strings["Manage your connections"] = "Deine Verbindungen verwalten"; App::$strings["Manage your connections"] = "Deine Verbindungen verwalten";
App::$strings["Communicate"] = "Kommunizieren"; App::$strings["Communicate"] = "Kommunizieren";
App::$strings["View your channel homepage"] = "Deine Kanal-Startseite ansehen"; App::$strings["View your channel homepage"] = "Deine Kanal-Startseite ansehen";
App::$strings["View your network stream"] = "Deine Netzwerk-Aktivitäten ansehen"; App::$strings["View your network stream"] = "Deine Netzwerk-Aktivitäten ansehen";
App::$strings["Documentation"] = "Dokumentation"; App::$strings["Documentation"] = "Dokumentation";
App::$strings["View public stream. Warning: not moderated"] = "Öffentliche Beitragsaktivitäten ansehen. Warnung: Diese Inhalte sind nicht moderiert."; App::$strings["View public stream"] = "Zeige öffentlichen Beitrags-Stream";
App::$strings["New Member Links"] = "Links für neue Mitglieder"; App::$strings["New Member Links"] = "Links für neue Mitglieder";
App::$strings["Member registrations waiting for confirmation"] = "Nutzer-Anmeldungen, die auf Bestätigung warten"; App::$strings["Member registrations waiting for confirmation"] = "Nutzer-Anmeldungen, die auf Bestätigung warten";
App::$strings["Inspect queue"] = "Warteschlange kontrollieren"; App::$strings["Inspect queue"] = "Warteschlange kontrollieren";
@ -1937,7 +1955,8 @@ App::$strings["Addon settings"] = "Addon-Einstellungen";
App::$strings["Display settings"] = "Anzeige-Einstellungen"; App::$strings["Display settings"] = "Anzeige-Einstellungen";
App::$strings["Manage locations"] = "Klon-Adressen verwalten"; App::$strings["Manage locations"] = "Klon-Adressen verwalten";
App::$strings["Export channel"] = "Kanal exportieren"; App::$strings["Export channel"] = "Kanal exportieren";
App::$strings["Connected apps"] = "Verbundene Apps"; App::$strings["OAuth1 apps"] = "OAuth1 Anwendungen";
App::$strings["OAuth2 apps"] = "OAuth2 Anwendungen";
App::$strings["Permission Groups"] = "Berechtigungsrollen"; App::$strings["Permission Groups"] = "Berechtigungsrollen";
App::$strings["Premium Channel Settings"] = "Premium-Kanal-Einstellungen"; App::$strings["Premium Channel Settings"] = "Premium-Kanal-Einstellungen";
App::$strings["Bookmarked Chatrooms"] = "Gespeicherte Chatrooms"; App::$strings["Bookmarked Chatrooms"] = "Gespeicherte Chatrooms";
@ -1983,6 +2002,7 @@ App::$strings["Website SSL certificate is not valid. Please correct."] = "Das SS
App::$strings["[\$Projectname] Cron tasks not running on %s"] = "[\$Projectname] Cron-Jobs laufen nicht auf %s"; App::$strings["[\$Projectname] Cron tasks not running on %s"] = "[\$Projectname] Cron-Jobs laufen nicht auf %s";
App::$strings["Cron/Scheduled tasks not running."] = "Cron-Aufgaben laufen nicht."; App::$strings["Cron/Scheduled tasks not running."] = "Cron-Aufgaben laufen nicht.";
App::$strings["never"] = "Nie"; App::$strings["never"] = "Nie";
App::$strings["Cover Photo"] = "Cover Foto";
App::$strings["Focus (Hubzilla default)"] = "Focus (Voreinstellung für Hubzilla)"; App::$strings["Focus (Hubzilla default)"] = "Focus (Voreinstellung für Hubzilla)";
App::$strings["Theme settings"] = "Design-Einstellungen"; App::$strings["Theme settings"] = "Design-Einstellungen";
App::$strings["Narrow navbar"] = "Schmale Navigationsleiste"; App::$strings["Narrow navbar"] = "Schmale Navigationsleiste";
@ -2032,6 +2052,7 @@ App::$strings["Reminder note"] = "Erinnerungshinweis";
App::$strings["Enter a note to be displayed when you are within the specified proximity..."] = "Gib eine Nachricht ein, die angezeigt werden soll, wenn Du Dich in der festgelegten Nähe befindest..."; App::$strings["Enter a note to be displayed when you are within the specified proximity..."] = "Gib eine Nachricht ein, die angezeigt werden soll, wenn Du Dich in der festgelegten Nähe befindest...";
App::$strings["Add new rendezvous"] = "Neues Rendezvous hinzufügen"; App::$strings["Add new rendezvous"] = "Neues Rendezvous hinzufügen";
App::$strings["Create a new rendezvous and share the access link with those you wish to invite to the group. Those who open the link become members of the rendezvous. They can view other member locations, add markers to the map, or share their own locations with the group."] = "Erstelle ein neues Rendezvous und teile den Zugriffslink mit allen, die Du in die Gruppe einladen möchtest. Die, die den Link öffnen, werden Mitglieder des Rendezvous. Sie können die Standorte der anderen Mitglieder sehen, Marker zur Karte hinzufügen oder ihre eigenen Standorte mit der Gruppe teilen."; App::$strings["Create a new rendezvous and share the access link with those you wish to invite to the group. Those who open the link become members of the rendezvous. They can view other member locations, add markers to the map, or share their own locations with the group."] = "Erstelle ein neues Rendezvous und teile den Zugriffslink mit allen, die Du in die Gruppe einladen möchtest. Die, die den Link öffnen, werden Mitglieder des Rendezvous. Sie können die Standorte der anderen Mitglieder sehen, Marker zur Karte hinzufügen oder ihre eigenen Standorte mit der Gruppe teilen.";
App::$strings["You have no rendezvous. Press the button above to create a rendezvous!"] = "Du hast kein Rendezvous. Drücke den Knopf oben, um ein Rendezvous zu erstellen!";
App::$strings["Some setting"] = "Einige Einstellungen"; App::$strings["Some setting"] = "Einige Einstellungen";
App::$strings["A setting"] = "Eine Einstellung"; App::$strings["A setting"] = "Eine Einstellung";
App::$strings["Skeleton Settings"] = "Skeleton Einstellungen"; App::$strings["Skeleton Settings"] = "Skeleton Einstellungen";
@ -2065,7 +2086,7 @@ App::$strings["Preferred IDs Message"] = "Nachricht für bevorzugte IDs";
App::$strings["Message to display above preferred results."] = "Nachricht, die über den Ergebnissen mit den bevorzugten IDs angezeigt werden soll."; App::$strings["Message to display above preferred results."] = "Nachricht, die über den Ergebnissen mit den bevorzugten IDs angezeigt werden soll.";
App::$strings["Uploaded by: "] = "Hochgeladen von: "; App::$strings["Uploaded by: "] = "Hochgeladen von: ";
App::$strings["Drawn by: "] = "Gezeichnet von: "; App::$strings["Drawn by: "] = "Gezeichnet von: ";
App::$strings["Use this image"] = ""; App::$strings["Use this image"] = "Dieses Bild verwenden";
App::$strings["Or select from a free OpenClipart.org image:"] = "Oder wähle ein freies Bild von OpenClipart.org:"; App::$strings["Or select from a free OpenClipart.org image:"] = "Oder wähle ein freies Bild von OpenClipart.org:";
App::$strings["Search Term"] = "Suchbegriff"; App::$strings["Search Term"] = "Suchbegriff";
App::$strings["Unknown error. Please try again later."] = "Unbekannter Fehler. Bitte versuchen Sie es später erneut."; App::$strings["Unknown error. Please try again later."] = "Unbekannter Fehler. Bitte versuchen Sie es später erneut.";
@ -2106,7 +2127,7 @@ App::$strings["Dreamwidth username"] = "Dreamwidth-Benutzername";
App::$strings["Dreamwidth password"] = "Dreamwidth-Passwort"; App::$strings["Dreamwidth password"] = "Dreamwidth-Passwort";
App::$strings["Post to Dreamwidth by default"] = "Standardmäßig auf auf Dreamwidth posten"; App::$strings["Post to Dreamwidth by default"] = "Standardmäßig auf auf Dreamwidth posten";
App::$strings["Dreamwidth Post Settings"] = "Dreamwidth-Beitragseinstellungen"; App::$strings["Dreamwidth Post Settings"] = "Dreamwidth-Beitragseinstellungen";
App::$strings["New registration"] = ""; App::$strings["New registration"] = "Neue Registrierung";
App::$strings["Message sent to %s. New account registration: %s"] = "Nachricht gesendet an %s. Neue Kontoregistrierung: %s"; App::$strings["Message sent to %s. New account registration: %s"] = "Nachricht gesendet an %s. Neue Kontoregistrierung: %s";
App::$strings["Hubzilla Directory Stats"] = "Hubzilla-Verzeichnisstatistiken"; App::$strings["Hubzilla Directory Stats"] = "Hubzilla-Verzeichnisstatistiken";
App::$strings["Total Hubs"] = "Hubs insgesamt"; App::$strings["Total Hubs"] = "Hubs insgesamt";
@ -2239,21 +2260,21 @@ App::$strings["generic profile image"] = "generisches Profilbild";
App::$strings["random geometric pattern"] = "zufälliges geometrisches Muster"; App::$strings["random geometric pattern"] = "zufälliges geometrisches Muster";
App::$strings["monster face"] = "Monstergesicht"; App::$strings["monster face"] = "Monstergesicht";
App::$strings["computer generated face"] = "computergeneriertes Gesicht"; App::$strings["computer generated face"] = "computergeneriertes Gesicht";
App::$strings["retro arcade style face"] = ""; App::$strings["retro arcade style face"] = "Gesicht im Retro-Arcade Stil";
App::$strings["Hub default profile photo"] = "Standard-Profilfoto für diesen Hub"; App::$strings["Hub default profile photo"] = "Standard-Profilfoto für diesen Hub";
App::$strings["Information"] = "Information"; App::$strings["Information"] = "Information";
App::$strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = ""; App::$strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Das Libravatar Addon ist ebenfalls installiert. Bitte deaktiviere entweder das Libreavatar oder das Gravatar Addon.<br>Das Libravatar Addon verwendet als Notfalllösung Gravatar, sollte bei Libravatar kein Profilbild gefunden werden.";
App::$strings["Save Settings"] = "Einstellungen speichern"; App::$strings["Save Settings"] = "Einstellungen speichern";
App::$strings["Default avatar image"] = "Standard-Avatarbild"; App::$strings["Default avatar image"] = "Standard-Avatarbild";
App::$strings["Select default avatar image if none was found at Gravatar. See README"] = ""; App::$strings["Select default avatar image if none was found at Gravatar. See README"] = "Wähle das Standardprofilbild aus, sollte bei Gravatar keines gefunden werden. Beachte auch die README.";
App::$strings["Rating of images"] = "Bewertungen der Bilder"; App::$strings["Rating of images"] = "Bewertungen der Bilder";
App::$strings["Select the appropriate avatar rating for your site. See README"] = ""; App::$strings["Select the appropriate avatar rating for your site. See README"] = "Wähle die für deine Seite angemessene Profilbildeinstufung. Beachte auch die README.";
App::$strings["Gravatar settings updated."] = "Gravatar-Einstellungen aktualisiert."; App::$strings["Gravatar settings updated."] = "Gravatar-Einstellungen aktualisiert.";
App::$strings["Hubzilla File Storage Import"] = "Hubzilla-Datenspeicher-Import"; App::$strings["Hubzilla File Storage Import"] = "Hubzilla-Datenspeicher-Import";
App::$strings["This will import all your cloud files from another server."] = "Hiermit werden alle Deine Cloud-Dateien von einem anderen Server importiert."; App::$strings["This will import all your cloud files from another server."] = "Hiermit werden alle Deine Cloud-Dateien von einem anderen Server importiert.";
App::$strings["Hubzilla Server base URL"] = "Basis-URL des Habzilla-Servers"; App::$strings["Hubzilla Server base URL"] = "Basis-URL des Habzilla-Servers";
App::$strings["Since modified date yyyy-mm-dd"] = ""; App::$strings["Since modified date yyyy-mm-dd"] = "Seit Modifizierungsdatum yyyy-mm-dd";
App::$strings["Until modified date yyyy-mm-dd"] = ""; App::$strings["Until modified date yyyy-mm-dd"] = "Bis Modifizierungsdatum yyyy-mm-dd";
App::$strings["Recent Channel/Profile Viewers"] = "Kürzliche Kanal/Profil Besucher"; App::$strings["Recent Channel/Profile Viewers"] = "Kürzliche Kanal/Profil Besucher";
App::$strings["This plugin/addon has not been configured."] = "Dieses Plugin/Addon wurde noch nicht konfiguriert."; App::$strings["This plugin/addon has not been configured."] = "Dieses Plugin/Addon wurde noch nicht konfiguriert.";
App::$strings["Please visit the Visage settings on %s"] = "Bitte rufe die Visage Einstellungen auf %s auf"; App::$strings["Please visit the Visage settings on %s"] = "Bitte rufe die Visage Einstellungen auf %s auf";
@ -2281,6 +2302,12 @@ App::$strings["The default zoom level. (1:world, 18:highest, also depends on til
App::$strings["Include marker on map"] = "Markierung auf der Karte einschließen"; App::$strings["Include marker on map"] = "Markierung auf der Karte einschließen";
App::$strings["Include a marker on the map."] = "Binde eine Markierung auf der Karte ein."; App::$strings["Include a marker on the map."] = "Binde eine Markierung auf der Karte ein.";
App::$strings["text to include in all outgoing posts from this site"] = "Test der in alle Beiträge angefügt werden soll, die von dieser Seite ausgehen"; App::$strings["text to include in all outgoing posts from this site"] = "Test der in alle Beiträge angefügt werden soll, die von dieser Seite ausgehen";
App::$strings["Fuzzloc Settings updated."] = "Fuzzloc-Einstellungen aktualisiert.";
App::$strings["Fuzzloc allows you to blur your precise location if your channel uses browser location mapping."] = "Fuzzloc erlaubt es Dir, deinen genauen Standort etwas diffuser zu machen (nicht so exakt wie ermittelt), wenn Dein Kanal die Lokalisierungsfunktion des Browsers verwendet.";
App::$strings["Enable Fuzzloc Plugin"] = "Aktiviere das Fuzzloc-Plugin";
App::$strings["Minimum offset in meters"] = "Minimale Verschiebung in Metern";
App::$strings["Maximum offset in meters"] = "Maximale Verschiebung in Metern";
App::$strings["Fuzzloc Settings"] = "Fuzzloc-Einstellungen";
App::$strings["Post to Friendica"] = "Bei Friendica veröffentlichen"; App::$strings["Post to Friendica"] = "Bei Friendica veröffentlichen";
App::$strings["rtof Settings saved."] = "rtof-Einstellungen gespeichert."; App::$strings["rtof Settings saved."] = "rtof-Einstellungen gespeichert.";
App::$strings["Allow posting to Friendica"] = "Erlaube die Veröffentlichung bei Friendica"; App::$strings["Allow posting to Friendica"] = "Erlaube die Veröffentlichung bei Friendica";
@ -2305,7 +2332,7 @@ App::$strings["Configuration Help"] = "Konfigurationshilfe";
App::$strings["Jappix Mini Settings"] = "Jappix Mini Einstellungen"; App::$strings["Jappix Mini Settings"] = "Jappix Mini Einstellungen";
App::$strings["Currently blocked"] = "Derzeit blockiert"; App::$strings["Currently blocked"] = "Derzeit blockiert";
App::$strings["No channels currently blocked"] = "Momentan sind keine Kanäle blockiert"; App::$strings["No channels currently blocked"] = "Momentan sind keine Kanäle blockiert";
App::$strings["\"Superblock\" Settings"] = "\"Superblock\"-Einstellungen"; App::$strings["Superblock Settings"] = "Superblock Einstellungen";
App::$strings["Block Completely"] = "Vollständig blockieren"; App::$strings["Block Completely"] = "Vollständig blockieren";
App::$strings["superblock settings updated"] = "Superblock Einstellungen aktualisiert"; App::$strings["superblock settings updated"] = "Superblock Einstellungen aktualisiert";
App::$strings["Federate"] = "Beitrag verteilen"; App::$strings["Federate"] = "Beitrag verteilen";
@ -2313,11 +2340,11 @@ App::$strings["nofed Settings saved."] = "nofed Einstellungen gespeichert";
App::$strings["Allow Federation Toggle"] = "Umschalter zur Beitragsverteilung bereitstellen"; App::$strings["Allow Federation Toggle"] = "Umschalter zur Beitragsverteilung bereitstellen";
App::$strings["Federate posts by default"] = "Beiträge standardmäßig verteilen"; App::$strings["Federate posts by default"] = "Beiträge standardmäßig verteilen";
App::$strings["NoFed Settings"] = "NoFed-Einstellungen"; App::$strings["NoFed Settings"] = "NoFed-Einstellungen";
App::$strings["Post to Red"] = ""; App::$strings["Post to Red"] = "Beitrag bei Red veröffentlichen";
App::$strings["Channel is required."] = "Kanal ist erforderlich."; App::$strings["Channel is required."] = "Kanal ist erforderlich.";
App::$strings["redred Settings saved."] = "redred-Einstellungen gespeichert."; App::$strings["redred Settings saved."] = "redred-Einstellungen gespeichert.";
App::$strings["Allow posting to another Hubzilla Channel"] = "Erlaube die Veröffentlichung in anderen Hubzilla Kanälen"; App::$strings["Allow posting to another Hubzilla Channel"] = "Erlaube die Veröffentlichung in anderen Hubzilla Kanälen";
App::$strings["Send public postings to Hubzilla channel by default"] = ""; App::$strings["Send public postings to Hubzilla channel by default"] = "Sende öffentliche Beiträge standardmäßig an den Hubzilla Kanal";
App::$strings["Hubzilla API Path"] = "Hubzilla-API-Pfad"; App::$strings["Hubzilla API Path"] = "Hubzilla-API-Pfad";
App::$strings["Hubzilla login name"] = "Hubzilla-Anmeldename"; App::$strings["Hubzilla login name"] = "Hubzilla-Anmeldename";
App::$strings["Hubzilla channel name"] = "Hubzilla-Kanalname"; App::$strings["Hubzilla channel name"] = "Hubzilla-Kanalname";
@ -2333,7 +2360,7 @@ App::$strings["Friendica Login Username"] = "Friendica-Anmeldebenutzername";
App::$strings["Friendica Login Password"] = "Friendica-Anmeldepasswort"; App::$strings["Friendica Login Password"] = "Friendica-Anmeldepasswort";
App::$strings["ActivityPub"] = "ActivityPub"; App::$strings["ActivityPub"] = "ActivityPub";
App::$strings["ActivityPub Protocol Settings updated."] = "ActivityPub Protokoll Einstellungen aktualisiert"; App::$strings["ActivityPub Protocol Settings updated."] = "ActivityPub Protokoll Einstellungen aktualisiert";
App::$strings["The ActivityPub protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = ""; App::$strings["The ActivityPub protocol does not support location independence. Connections you make within that network may be unreachable from alternate channel locations."] = "Das ActivityPub-Protokoll unterstützt keine Server-unabhängigen Identitäten. Verbindungen, die Du mit diesem Netzwerk eingehst, können von anderen Orten (Klonen) dieses Kanals aus unerreichbar sein.";
App::$strings["Enable the ActivityPub protocol for this channel"] = "Aktiviere das ActivityPub Protokoll für diesen Kanal"; App::$strings["Enable the ActivityPub protocol for this channel"] = "Aktiviere das ActivityPub Protokoll für diesen Kanal";
App::$strings["Send multi-media HTML articles"] = "Multimedia HTML Artikel versenden"; App::$strings["Send multi-media HTML articles"] = "Multimedia HTML Artikel versenden";
App::$strings["Not supported by some microblog services such as Mastodon"] = "Wird von einigen Microblogging-Plattformen wie Mastodon nicht unterstützt"; App::$strings["Not supported by some microblog services such as Mastodon"] = "Wird von einigen Microblogging-Plattformen wie Mastodon nicht unterstützt";
@ -2389,22 +2416,22 @@ App::$strings["Please contact your site administrator.<br />The provided API URL
App::$strings["We could not contact the GNU social API with the Path you entered."] = "Mit dem angegebenen Pfad war es uns nicht möglich, die GNU social API zu erreichen."; App::$strings["We could not contact the GNU social API with the Path you entered."] = "Mit dem angegebenen Pfad war es uns nicht möglich, die GNU social API zu erreichen.";
App::$strings["GNU social settings updated."] = "GNU social Einstellungen aktualisiert."; App::$strings["GNU social settings updated."] = "GNU social Einstellungen aktualisiert.";
App::$strings["Globally Available GNU social OAuthKeys"] = "Global verfügbare GNU social OAuthKeys"; App::$strings["Globally Available GNU social OAuthKeys"] = "Global verfügbare GNU social OAuthKeys";
App::$strings["There are preconfigured OAuth key pairs for some GNU social servers available. If you are using one of them, please use these credentials.<br />If not feel free to connect to any other GNU social instance (see below)."] = ""; App::$strings["There are preconfigured OAuth key pairs for some GNU social servers available. If you are using one of them, please use these credentials.<br />If not feel free to connect to any other GNU social instance (see below)."] = "Für einige GNU social Server sind voreingestellte OAuth Schlüsselpaare verfügbar. Solltest du einen dieser Server benutzen, dann verwende bitte diese Schlüssel. <br />Falls nicht, stelle stattdessen eine Verbindung zu irgend einem anderen GNU social Server her (siehe unten).";
App::$strings["Provide your own OAuth Credentials"] = ""; App::$strings["Provide your own OAuth Credentials"] = "Stelle deine eigenen OAuth Credentials zur Verfügung";
App::$strings["No consumer key pair for GNU social found. Register your Hubzilla Account as an desktop client on your GNU social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Hubzilla installation at your favourite GNU social installation."] = ""; App::$strings["No consumer key pair for GNU social found. Register your Hubzilla Account as an desktop client on your GNU social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Hubzilla installation at your favourite GNU social installation."] = "Kein Consumer-Schlüsselpaar für GNU social gefunden. Registriere deinen Hubzilla-Account als Desktop-Client bei deinem GNU social Account, kopiere das Consumer-Schlüsselpaar hierher und gib die API-URL ein.<br />Bevor du dein eigenes Consumer-Schlüsselpaar registrierst, frage den Administrator dieses Hubzilla-Servers, ob schon ein Schlüsselpaar für diesen Hubzilla-Server auf diesem GNU social-Server existiert.";
App::$strings["OAuth Consumer Key"] = "OAuth Consumer Key"; App::$strings["OAuth Consumer Key"] = "OAuth Consumer Key";
App::$strings["OAuth Consumer Secret"] = "OAuth Consumer Secret"; App::$strings["OAuth Consumer Secret"] = "OAuth Consumer Secret";
App::$strings["Base API Path"] = "Basis Pfad der API"; App::$strings["Base API Path"] = "Basis Pfad der API";
App::$strings["Remember the trailing /"] = "Denke an das abschließende /"; App::$strings["Remember the trailing /"] = "Denke an das abschließende /";
App::$strings["GNU social application name"] = "GNU social Anwendungsname"; App::$strings["GNU social application name"] = "GNU social Anwendungsname";
App::$strings["To connect to your GNU social account click the button below to get a security code from GNU social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU social."] = ""; App::$strings["To connect to your GNU social account click the button below to get a security code from GNU social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU social."] = "Um dich mit deinem GNU social Konto zu verbinden, klicke den Button unten und kopiere dann den Sicherheitscode von GNU social in das Formular weiter unten. Es werden ausschließlich deine <strong>öffentlichen</strong> Beiträge auf GNU social veröffentlicht.";
App::$strings["Log in with GNU social"] = "Mit GNU social anmelden"; App::$strings["Log in with GNU social"] = "Mit GNU social anmelden";
App::$strings["Copy the security code from GNU social here"] = "Kopiere den Sicherheitscode von GNU social hier her"; App::$strings["Copy the security code from GNU social here"] = "Kopiere den Sicherheitscode von GNU social hier her";
App::$strings["Cancel Connection Process"] = "Verbindungsprozes abbrechen"; App::$strings["Cancel Connection Process"] = "Verbindungsprozes abbrechen";
App::$strings["Current GNU social API is"] = "Aktuelle GNU social API ist"; App::$strings["Current GNU social API is"] = "Aktuelle GNU social API ist";
App::$strings["Cancel GNU social Connection"] = "GNU social Verbindung trennen"; App::$strings["Cancel GNU social Connection"] = "GNU social Verbindung trennen";
App::$strings["Currently connected to: "] = "Momentan verbunden mit:"; App::$strings["Currently connected to: "] = "Momentan verbunden mit:";
App::$strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = ""; App::$strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Hinweis:</strong> Entsprechend Deiner Privatsphären-Einstellungen (<em>Profil-Details vor nicht angemeldeten Besuchern verbergen?</em>) kann ein ggf. zu GNU social geteilter Link in öffentlichen Beiträgen Besucher auf eine leere Seite führen, die darüber informiert, dass der Zugriff zu Deinem Profil eingeschränkt ist.";
App::$strings["Allow posting to GNU social"] = "Erlaube die Veröffentlichung bei GNU social"; App::$strings["Allow posting to GNU social"] = "Erlaube die Veröffentlichung bei GNU social";
App::$strings["If enabled your public postings can be posted to the associated GNU-social account"] = "Wenn aktiv können deine öffentlichen Beiträge bei dem verbundenen GNU social Konto veröffentlicht werden."; App::$strings["If enabled your public postings can be posted to the associated GNU-social account"] = "Wenn aktiv können deine öffentlichen Beiträge bei dem verbundenen GNU social Konto veröffentlicht werden.";
App::$strings["Post to GNU social by default"] = "Standardmäßig bei GNU social veröffentlichen"; App::$strings["Post to GNU social by default"] = "Standardmäßig bei GNU social veröffentlichen";
@ -2420,7 +2447,7 @@ App::$strings["Invalid game."] = "Ungültiges Spiel.";
App::$strings["You are not a player in this game."] = "Sie sind kein Spieler in diesem Spiel."; App::$strings["You are not a player in this game."] = "Sie sind kein Spieler in diesem Spiel.";
App::$strings["You must be a local channel to create a game."] = "Um ein Spiel zu eröffnen, musst du ein lokaler Kanal sein"; App::$strings["You must be a local channel to create a game."] = "Um ein Spiel zu eröffnen, musst du ein lokaler Kanal sein";
App::$strings["You must select one opponent that is not yourself."] = "Du musst einen Gegner wählen, der nicht du selbst ist"; App::$strings["You must select one opponent that is not yourself."] = "Du musst einen Gegner wählen, der nicht du selbst ist";
App::$strings["Random color chosen."] = ""; App::$strings["Random color chosen."] = "Zufällige Farbe gewählt.";
App::$strings["Error creating new game."] = "Fehler beim Erstellen eines neuen Spiels."; App::$strings["Error creating new game."] = "Fehler beim Erstellen eines neuen Spiels.";
App::$strings["Requested channel is not available."] = "Angeforderter Kanal nicht verfügbar."; App::$strings["Requested channel is not available."] = "Angeforderter Kanal nicht verfügbar.";
App::$strings["You must select a local channel /chess/channelname"] = "Du musst einen lokalen Kanal/Schach(Kanalnamen aufwählen"; App::$strings["You must select a local channel /chess/channelname"] = "Du musst einen lokalen Kanal/Schach(Kanalnamen aufwählen";
@ -2434,14 +2461,32 @@ App::$strings["Copy the PIN from Twitter here"] = "PIN von Twitter hier her kopi
App::$strings["<strong>Note:</strong> Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Hinweis:</strong> Entsprechend Deiner Privatsphären-Einstellungen (<em>Profil-Details vor nicht angemeldeten Besuchern verbergen?</em>) kann ein ggf. zu Twitter geteilter Link Besucher auf eine leere Seite führen, die darüber informiert, dass der Zugriff zu Deinem Profil eingeschränkt ist."; App::$strings["<strong>Note:</strong> Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Hinweis:</strong> Entsprechend Deiner Privatsphären-Einstellungen (<em>Profil-Details vor nicht angemeldeten Besuchern verbergen?</em>) kann ein ggf. zu Twitter geteilter Link Besucher auf eine leere Seite führen, die darüber informiert, dass der Zugriff zu Deinem Profil eingeschränkt ist.";
App::$strings["Allow posting to Twitter"] = "Erlaube die Veröffentlichung bei Twitter"; App::$strings["Allow posting to Twitter"] = "Erlaube die Veröffentlichung bei Twitter";
App::$strings["If enabled your public postings can be posted to the associated Twitter account"] = "Wenn aktiv können deine öffentlichen Beiträge bei dem verbundenen Twitter Konto veröffentlicht werden."; App::$strings["If enabled your public postings can be posted to the associated Twitter account"] = "Wenn aktiv können deine öffentlichen Beiträge bei dem verbundenen Twitter Konto veröffentlicht werden.";
App::$strings["Twitter post length"] = ""; App::$strings["Twitter post length"] = "Länge von Twitter Beiträgen";
App::$strings["Maximum tweet length"] = ""; App::$strings["Maximum tweet length"] = "Maximale Länge eines Tweets";
App::$strings["Send public postings to Twitter by default"] = "Standardmäßig öffentliche Beiträge bei Twitter veröffentlichen"; App::$strings["Send public postings to Twitter by default"] = "Standardmäßig öffentliche Beiträge bei Twitter veröffentlichen";
App::$strings["If enabled your public postings will be posted to the associated Twitter account by default"] = "Wenn aktiv werden deine öffentlichen Beiträge bei dem verbundenen Twitter Konto veröffentlicht werden."; App::$strings["If enabled your public postings will be posted to the associated Twitter account by default"] = "Wenn aktiv werden deine öffentlichen Beiträge bei dem verbundenen Twitter Konto veröffentlicht werden.";
App::$strings["Twitter Post Settings"] = "Twitter-Beitragseinstellungen"; App::$strings["Twitter Post Settings"] = "Twitter-Beitragseinstellungen";
App::$strings["Deactivate the feature"] = "Diese Funktion abschalten"; App::$strings["Deactivate the feature"] = "Diese Funktion abschalten";
App::$strings["Hide the button and show the smilies directly."] = "Verstecke die Schaltfläche und zeige die Smilies direkt an."; App::$strings["Hide the button and show the smilies directly."] = "Verstecke die Schaltfläche und zeige die Smilies direkt an.";
App::$strings["Smileybutton Settings"] = "Smileyknopf-Einstellungen"; App::$strings["Smileybutton Settings"] = "Smileyknopf-Einstellungen";
App::$strings["Order Not Found"] = "Bestellung nicht gefunden";
App::$strings["Order cannot be checked out."] = "Bestellvorgang kann nicht fortgesetzt werden.";
App::$strings["Enable Shopping Cart"] = "Aktiviere die Warenkorb-Funktion.";
App::$strings["Enable Test Catalog"] = "Aktiviere den Test-Warenbestand";
App::$strings["Enable Manual Payments"] = "Aktiviere manuelle Zahlungen";
App::$strings["Base Cart Settings"] = "Warenkorb-Grundeinstellungen";
App::$strings["Add Item"] = "Füge den Artikel hinzu";
App::$strings["Call cart_post_"] = "";
App::$strings["Cart Not Enabled (profile: "] = "";
App::$strings["Order not found."] = "Bestellung nicht gefunden.";
App::$strings["No Order Found"] = "Keine Bestellung gefunden";
App::$strings["call: "] = "";
App::$strings["An unknown error has occurred Please start again."] = "Ein unbekannter Fehler ist aufgetreten. Bitte versuche es noch einmal.";
App::$strings["Invalid Payment Type. Please start again."] = "Unbekannte Zahlungsmethode. Bitte versuche es noch einmal.";
App::$strings["Order not found"] = "Bestellung nicht gefunden";
App::$strings["Error: order mismatch. Please try again."] = "Fehler: Bestellungen stimmen nicht überein. Bitte versuche es noch einmal.";
App::$strings["Manual payments are not enabled."] = "Manuelle Zahlungen sind nicht aktiviert.";
App::$strings["Finished"] = "Fertig";
App::$strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Diese Website verwendet <a href='http://www.piwik.org'>Piwik</a>, um die Besucherzugriffe auszuwerten."; App::$strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Diese Website verwendet <a href='http://www.piwik.org'>Piwik</a>, um die Besucherzugriffe auszuwerten.";
App::$strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Wenn Du nicht möchtest, dass Deine Besuche zu diesem Zweck gespeichert werden, kannst Du <a href='%s'>ein Cookie setzen, welches Piwik davon abhält, Deine weiteren Besuche auf dieser Website zu verfolgen</a> (Opt-out)."; App::$strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Wenn Du nicht möchtest, dass Deine Besuche zu diesem Zweck gespeichert werden, kannst Du <a href='%s'>ein Cookie setzen, welches Piwik davon abhält, Deine weiteren Besuche auf dieser Website zu verfolgen</a> (Opt-out).";
App::$strings["Piwik Base URL"] = "Piwik Basis-URL"; App::$strings["Piwik Base URL"] = "Piwik Basis-URL";
@ -2536,10 +2581,10 @@ App::$strings["Jabber BOSH server"] = "Jabber BOSH Server";
App::$strings["XMPP Settings"] = "XMPP-Einstellungen"; App::$strings["XMPP Settings"] = "XMPP-Einstellungen";
App::$strings["Jabber BOSH host"] = "Jabber BOSH Host"; App::$strings["Jabber BOSH host"] = "Jabber BOSH Host";
App::$strings["Use central userbase"] = "Zentrale Benutzerbasis verwenden"; App::$strings["Use central userbase"] = "Zentrale Benutzerbasis verwenden";
App::$strings["If enabled, members will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = ""; App::$strings["If enabled, members will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "Wenn aktiviert, werden die Mitglieder automatisch auf dem EJabber Server, der auf dieser Maschine installiert ist, angemeldet und die Zugangsdaten werden über das \"auth_ejabberd.php\"-Script synchronisiert.";
App::$strings["Who likes me?"] = "Wer mag mich?"; App::$strings["Who likes me?"] = "Wer mag mich?";
App::$strings["You are now authenticated to pumpio."] = "Du bist nun bei pumpio authenzifiziert."; App::$strings["You are now authenticated to pumpio."] = "Du bist nun bei pumpio authenzifiziert.";
App::$strings["return to the featured settings page"] = ""; App::$strings["return to the featured settings page"] = "Zur Funktions-Einstellungsseite zurückkehren";
App::$strings["Post to Pump.io"] = "Bei pumpio veröffentlichen"; App::$strings["Post to Pump.io"] = "Bei pumpio veröffentlichen";
App::$strings["Pump.io servername"] = "Pump.io-Servername"; App::$strings["Pump.io servername"] = "Pump.io-Servername";
App::$strings["Without \"http://\" or \"https://\""] = "Ohne \"http://\" oder \"https://\""; App::$strings["Without \"http://\" or \"https://\""] = "Ohne \"http://\" oder \"https://\"";
@ -2558,7 +2603,7 @@ App::$strings["Authentication successful but rejected: account creation is disab
App::$strings["__ctx:opensearch__ Search %1\$s (%2\$s)"] = "Suche %1\$s (%2\$s)"; App::$strings["__ctx:opensearch__ Search %1\$s (%2\$s)"] = "Suche %1\$s (%2\$s)";
App::$strings["__ctx:opensearch__ \$Projectname"] = "\$Projectname"; App::$strings["__ctx:opensearch__ \$Projectname"] = "\$Projectname";
App::$strings["Search \$Projectname"] = "\$Projectname suchen"; App::$strings["Search \$Projectname"] = "\$Projectname suchen";
App::$strings["Redmatrix File Storage Import"] = ""; App::$strings["Redmatrix File Storage Import"] = "Import des Redmatrix Datei Speichers";
App::$strings["This will import all your Redmatrix cloud files to this channel."] = "Hiermit werden alle deine Daten aus der Redmatrix Cloud in diesen Kanal importiert."; App::$strings["This will import all your Redmatrix cloud files to this channel."] = "Hiermit werden alle deine Daten aus der Redmatrix Cloud in diesen Kanal importiert.";
App::$strings["file"] = "Datei"; App::$strings["file"] = "Datei";
App::$strings["Send email to all members"] = "E-Mail an alle Mitglieder senden"; App::$strings["Send email to all members"] = "E-Mail an alle Mitglieder senden";
@ -2641,7 +2686,6 @@ App::$strings["Delete Selected Items"] = "Lösche die ausgewählten Elemente";
App::$strings["View Source"] = "Quelle anzeigen"; App::$strings["View Source"] = "Quelle anzeigen";
App::$strings["Follow Thread"] = "Unterhaltung folgen"; App::$strings["Follow Thread"] = "Unterhaltung folgen";
App::$strings["Unfollow Thread"] = "Unterhaltung nicht mehr folgen"; App::$strings["Unfollow Thread"] = "Unterhaltung nicht mehr folgen";
App::$strings["Activity/Posts"] = "Aktivitäten/Beiträge";
App::$strings["Edit Connection"] = "Verbindung bearbeiten"; App::$strings["Edit Connection"] = "Verbindung bearbeiten";
App::$strings["Message"] = "Nachricht"; App::$strings["Message"] = "Nachricht";
App::$strings["%s likes this."] = "%s gefällt das."; App::$strings["%s likes this."] = "%s gefällt das.";
@ -2725,6 +2769,7 @@ App::$strings["Safe Mode"] = "Sicherer Modus";
App::$strings["Public Forums Only"] = "Nur öffentliche Foren"; App::$strings["Public Forums Only"] = "Nur öffentliche Foren";
App::$strings["This Website Only"] = "Nur dieser Hub"; App::$strings["This Website Only"] = "Nur dieser Hub";
App::$strings["%1\$s's bookmarks"] = "%1\$ss Lesezeichen"; App::$strings["%1\$s's bookmarks"] = "%1\$ss Lesezeichen";
App::$strings["Unable to import a removed channel."] = "Nicht möglich, einen gelöschten Kanal zu importieren.";
App::$strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kann keinen doppelten Kanal-Identifikator auf diesem System erzeugen (Spitzname oder Hash schon belegt). Import fehlgeschlagen."; App::$strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kann keinen doppelten Kanal-Identifikator auf diesem System erzeugen (Spitzname oder Hash schon belegt). Import fehlgeschlagen.";
App::$strings["Cloned channel not found. Import failed."] = "Geklonter Kanal nicht gefunden. Import fehlgeschlagen."; App::$strings["Cloned channel not found. Import failed."] = "Geklonter Kanal nicht gefunden. Import fehlgeschlagen.";
App::$strings["prev"] = "vorherige"; App::$strings["prev"] = "vorherige";
@ -2834,6 +2879,7 @@ App::$strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schrieb den folg
App::$strings["Channel is blocked on this site."] = "Der Kanal ist auf dieser Seite blockiert "; App::$strings["Channel is blocked on this site."] = "Der Kanal ist auf dieser Seite blockiert ";
App::$strings["Channel location missing."] = "Adresse des Kanals fehlt."; App::$strings["Channel location missing."] = "Adresse des Kanals fehlt.";
App::$strings["Response from remote channel was incomplete."] = "Antwort des entfernten Kanals war unvollständig."; App::$strings["Response from remote channel was incomplete."] = "Antwort des entfernten Kanals war unvollständig.";
App::$strings["Premium channel - please visit:"] = "Premium-Kanal - bitte gehe zu:";
App::$strings["Channel was deleted and no longer exists."] = "Kanal wurde gelöscht und existiert nicht mehr."; App::$strings["Channel was deleted and no longer exists."] = "Kanal wurde gelöscht und existiert nicht mehr.";
App::$strings["Remote channel or protocol unavailable."] = "Externer Kanal oder Protokoll nicht verfügbar."; App::$strings["Remote channel or protocol unavailable."] = "Externer Kanal oder Protokoll nicht verfügbar.";
App::$strings["Channel discovery failed."] = "Kanalsuche fehlgeschlagen"; App::$strings["Channel discovery failed."] = "Kanalsuche fehlgeschlagen";
@ -2958,8 +3004,8 @@ App::$strings["j F, Y"] = "j. F Y";
App::$strings["j F"] = "j. F"; App::$strings["j F"] = "j. F";
App::$strings["Birthday:"] = "Geburtstag:"; App::$strings["Birthday:"] = "Geburtstag:";
App::$strings["for %1\$d %2\$s"] = "seit %1\$d %2\$s"; App::$strings["for %1\$d %2\$s"] = "seit %1\$d %2\$s";
App::$strings["Sexual Preference:"] = "Sexuelle Orientierung:";
App::$strings["Tags:"] = "Schlagworte:"; App::$strings["Tags:"] = "Schlagworte:";
App::$strings["Sexual Preference:"] = "Sexuelle Orientierung:";
App::$strings["Political Views:"] = "Politische Ansichten:"; App::$strings["Political Views:"] = "Politische Ansichten:";
App::$strings["Religion:"] = "Religion:"; App::$strings["Religion:"] = "Religion:";
App::$strings["Hobbies/Interests:"] = "Hobbys/Interessen:"; App::$strings["Hobbies/Interests:"] = "Hobbys/Interessen:";
@ -3024,6 +3070,7 @@ App::$strings["Embedded content"] = "Eingebetteter Inhalt";
App::$strings["Embedding disabled"] = "Einbetten deaktiviert"; App::$strings["Embedding disabled"] = "Einbetten deaktiviert";
App::$strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s heißt %2\$s willkommen"; App::$strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s heißt %2\$s willkommen";
App::$strings["General Features"] = "Allgemeine Funktionen"; App::$strings["General Features"] = "Allgemeine Funktionen";
App::$strings["Display new member quick links menu"] = "Zeigt neuen Mitgliedern ein Menü mit Schnell-Links zu wichtigen Funktionen";
App::$strings["Advanced Profiles"] = "Erweiterte Profile"; App::$strings["Advanced Profiles"] = "Erweiterte Profile";
App::$strings["Additional profile sections and selections"] = "Stellt zusätzliche Bereiche und Felder im Profil zur Verfügung"; App::$strings["Additional profile sections and selections"] = "Stellt zusätzliche Bereiche und Felder im Profil zur Verfügung";
App::$strings["Profile Import/Export"] = "Profil-Import/Export"; App::$strings["Profile Import/Export"] = "Profil-Import/Export";
@ -3057,8 +3104,10 @@ App::$strings["Enable management and selection of privacy groups"] = "Auswahl un
App::$strings["Multiple Profiles"] = "Mehrfachprofile"; App::$strings["Multiple Profiles"] = "Mehrfachprofile";
App::$strings["Ability to create multiple profiles"] = "Ermöglicht das Anlegen mehrerer Profile pro Kanal"; App::$strings["Ability to create multiple profiles"] = "Ermöglicht das Anlegen mehrerer Profile pro Kanal";
App::$strings["Provide alternate connection permission roles."] = "Stelle benutzerdefinierte Berechtigungsrollen für Verbindungen zur Verfügung."; App::$strings["Provide alternate connection permission roles."] = "Stelle benutzerdefinierte Berechtigungsrollen für Verbindungen zur Verfügung.";
App::$strings["OAuth Clients"] = "OAuth Clients"; App::$strings["OAuth1 Clients"] = "OAuth1 Clients";
App::$strings["Manage authenticatication tokens for mobile and remote apps."] = "Verwalte Tokens für den Zugriff von mobilen bzw. externen Anwendungen."; App::$strings["Manage OAuth1 authenticatication tokens for mobile and remote apps."] = "Verwalte OAuth1-Tokens für den Zugriff von mobilen bzw. externen Anwendungen.";
App::$strings["OAuth2 Clients"] = "OAuth2 Clients";
App::$strings["Manage OAuth2 authenticatication tokens for mobile and remote apps."] = "Verwalte OAuth2-Tokens für den Zugriff von mobilen bzw. externen Anwendungen.";
App::$strings["Access Tokens"] = "Zugangstokens"; App::$strings["Access Tokens"] = "Zugangstokens";
App::$strings["Create access tokens so that non-members can access private content."] = "Erzeuge Tokens für den Zugriff von Nicht-Mitgliedern auf private Inhalte."; App::$strings["Create access tokens so that non-members can access private content."] = "Erzeuge Tokens für den Zugriff von Nicht-Mitgliedern auf private Inhalte.";
App::$strings["Post Composition Features"] = "Nachbearbeitungsfunktionen"; App::$strings["Post Composition Features"] = "Nachbearbeitungsfunktionen";
@ -3077,6 +3126,8 @@ App::$strings["Content Expiration"] = "Verfall von Inhalten";
App::$strings["Remove posts/comments and/or private messages at a future time"] = "Ermöglicht das automatische Löschen von Beiträgen, Kommentaren und/oder privaten Nachrichten zu einem zukünftigen Datum."; App::$strings["Remove posts/comments and/or private messages at a future time"] = "Ermöglicht das automatische Löschen von Beiträgen, Kommentaren und/oder privaten Nachrichten zu einem zukünftigen Datum.";
App::$strings["Suppress Duplicate Posts/Comments"] = "Doppelte Beiträge unterdrücken"; App::$strings["Suppress Duplicate Posts/Comments"] = "Doppelte Beiträge unterdrücken";
App::$strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Verhindert, dass innerhalb von zwei Minuten Beiträge mit identischem Inhalt veröffentlicht werden."; App::$strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Verhindert, dass innerhalb von zwei Minuten Beiträge mit identischem Inhalt veröffentlicht werden.";
App::$strings["Auto-save drafts of posts and comments"] = "Auto-Speicherung von Beitrags- und Kommentarentwürfen";
App::$strings["Automatically saves post and comment drafts in local browser storage to help prevent accidental loss of compositions"] = "Speichert Deine Beitrags- und Kommentarentwürfe automatisch im lokalen Browserspeicher und hilft so, versehentlichem Verlust dieser Inhalte vorzubeugen";
App::$strings["Network and Stream Filtering"] = "Netzwerk- und Stream-Filter"; App::$strings["Network and Stream Filtering"] = "Netzwerk- und Stream-Filter";
App::$strings["Search by Date"] = "Suche nach Datum"; App::$strings["Search by Date"] = "Suche nach Datum";
App::$strings["Ability to select posts by date ranges"] = "Möglichkeit, Beiträge nach Zeiträumen auszuwählen"; App::$strings["Ability to select posts by date ranges"] = "Möglichkeit, Beiträge nach Zeiträumen auszuwählen";
@ -3104,7 +3155,7 @@ App::$strings["Star Posts"] = "Beiträge mit Sternchen versehen";
App::$strings["Ability to mark special posts with a star indicator"] = "Ermöglicht die lokale Markierung spezieller Beiträge mit einem Sternchen-Symbol"; App::$strings["Ability to mark special posts with a star indicator"] = "Ermöglicht die lokale Markierung spezieller Beiträge mit einem Sternchen-Symbol";
App::$strings["Tag Cloud"] = "Schlagwort-Wolke"; App::$strings["Tag Cloud"] = "Schlagwort-Wolke";
App::$strings["Provide a personal tag cloud on your channel page"] = "Aktiviert die Anzeige einer Schlagwort-Wolke (Tag Cloud) auf Deiner Kanal-Seite"; App::$strings["Provide a personal tag cloud on your channel page"] = "Aktiviert die Anzeige einer Schlagwort-Wolke (Tag Cloud) auf Deiner Kanal-Seite";
App::$strings["Tags"] = "Schlagwörter"; App::$strings["Trending"] = "Meistbeachtet";
App::$strings["Keywords"] = "Schlüsselwörter"; App::$strings["Keywords"] = "Schlüsselwörter";
App::$strings["have"] = "habe"; App::$strings["have"] = "habe";
App::$strings["has"] = "hat"; App::$strings["has"] = "hat";
@ -3175,9 +3226,9 @@ App::$strings["Take me home"] = "Bringe mich nach Hause (eigener Kanal)";
App::$strings["Log me out of this site"] = "Logge mich von dieser Seite aus"; App::$strings["Log me out of this site"] = "Logge mich von dieser Seite aus";
App::$strings["Create an account"] = "Erzeuge ein Konto"; App::$strings["Create an account"] = "Erzeuge ein Konto";
App::$strings["Help and documentation"] = "Hilfe und Dokumentation"; App::$strings["Help and documentation"] = "Hilfe und Dokumentation";
App::$strings["Search site @name, #tag, ?docs, content"] = "Hub durchsuchen: @Name. #Schlagwort, ?Dokumentation, Inhalt"; App::$strings["Search site @name, !forum, #tag, ?docs, content"] = "Hub durchsuchen: @Name, !Forum, #Schlagwort, ?Dokumentation, Inhalt";
App::$strings["Site Setup and Configuration"] = "Seiten-Einrichtung und -Konfiguration"; App::$strings["Site Setup and Configuration"] = "Seiten-Einrichtung und -Konfiguration";
App::$strings["@name, #tag, ?doc, content"] = "@Name, #Schlagwort, ?Dokumentation, Inhalt"; App::$strings["@name, !forum, #tag, ?doc, content"] = "@Name, !Forum, #Schlagwort, ?Dokumentation, Inhalt";
App::$strings["Please wait..."] = "Bitte warten..."; App::$strings["Please wait..."] = "Bitte warten...";
App::$strings["Add Apps"] = "Apps hinzufügen"; App::$strings["Add Apps"] = "Apps hinzufügen";
App::$strings["Arrange Apps"] = "Apps anordnen"; App::$strings["Arrange Apps"] = "Apps anordnen";
@ -3200,6 +3251,7 @@ App::$strings["Add privacy group"] = "Gruppe hinzufügen";
App::$strings["Channels not in any privacy group"] = "Kanäle, die in keiner Gruppe sind"; App::$strings["Channels not in any privacy group"] = "Kanäle, die in keiner Gruppe sind";
App::$strings["New window"] = "Neues Fenster"; App::$strings["New window"] = "Neues Fenster";
App::$strings["Open the selected location in a different window or browser tab"] = "Öffne die markierte Adresse in einem neuen Browserfenster oder Tab"; App::$strings["Open the selected location in a different window or browser tab"] = "Öffne die markierte Adresse in einem neuen Browserfenster oder Tab";
App::$strings["Delegation session ended."] = "";
App::$strings["Logged out."] = "Ausgeloggt."; App::$strings["Logged out."] = "Ausgeloggt.";
App::$strings["Email validation is incomplete. Please check your email."] = "E-Mail-Bestätigung nicht abgeschlossen. Bitte prüfe Deine E-Mails (ggf. Spam-Filterung mit berücksichtigen)."; App::$strings["Email validation is incomplete. Please check your email."] = "E-Mail-Bestätigung nicht abgeschlossen. Bitte prüfe Deine E-Mails (ggf. Spam-Filterung mit berücksichtigen).";
App::$strings["Failed authentication"] = "Authentifizierung fehlgeschlagen"; App::$strings["Failed authentication"] = "Authentifizierung fehlgeschlagen";

View File

@ -14,8 +14,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Redmatrix\n" "Project-Id-Version: Redmatrix\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-18 08:37+0200\n" "POT-Creation-Date: 2018-04-23 11:34+0200\n"
"PO-Revision-Date: 2018-04-20 09:32+0000\n" "PO-Revision-Date: 2018-04-24 09:02+0000\n"
"Last-Translator: Manuel Jiménez Friaza <mjfriaza@disroot.org>\n" "Last-Translator: Manuel Jiménez Friaza <mjfriaza@disroot.org>\n"
"Language-Team: Spanish (Spain) (http://www.transifex.com/Friendica/red-matrix/language/es_ES/)\n" "Language-Team: Spanish (Spain) (http://www.transifex.com/Friendica/red-matrix/language/es_ES/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -101,8 +101,8 @@ msgid "Social Networking"
msgstr "Redes sociales" msgstr "Redes sociales"
#: ../../Zotlabs/Access/PermissionRoles.php:284 #: ../../Zotlabs/Access/PermissionRoles.php:284
msgid "Social - Party" msgid "Social - Federation"
msgstr "Social - Extra público" msgstr "Social - Federación"
#: ../../Zotlabs/Access/PermissionRoles.php:285 #: ../../Zotlabs/Access/PermissionRoles.php:285
msgid "Social - Mostly Public" msgid "Social - Mostly Public"
@ -461,15 +461,16 @@ msgstr "3. Pulse [conectar]"
#: ../../addon/likebanner/likebanner.php:57 #: ../../addon/likebanner/likebanner.php:57
#: ../../addon/redphotos/redphotos.php:136 ../../addon/irc/irc.php:53 #: ../../addon/redphotos/redphotos.php:136 ../../addon/irc/irc.php:53
#: ../../addon/ljpost/ljpost.php:86 ../../addon/startpage/startpage.php:113 #: ../../addon/ljpost/ljpost.php:86 ../../addon/startpage/startpage.php:113
#: ../../addon/diaspora/diaspora.php:823 #: ../../addon/diaspora/diaspora.php:825
#: ../../addon/rainbowtag/rainbowtag.php:85 ../../addon/hzfiles/hzfiles.php:84 #: ../../addon/rainbowtag/rainbowtag.php:85 ../../addon/hzfiles/hzfiles.php:84
#: ../../addon/visage/visage.php:170 ../../addon/nsabait/nsabait.php:161 #: ../../addon/visage/visage.php:170 ../../addon/nsabait/nsabait.php:161
#: ../../addon/mailtest/mailtest.php:100 #: ../../addon/mailtest/mailtest.php:100
#: ../../addon/openstreetmap/openstreetmap.php:168 #: ../../addon/openstreetmap/openstreetmap.php:168
#: ../../addon/rtof/rtof.php:101 ../../addon/jappixmini/jappixmini.php:371 #: ../../addon/fuzzloc/fuzzloc.php:191 ../../addon/rtof/rtof.php:101
#: ../../addon/jappixmini/jappixmini.php:371
#: ../../addon/superblock/superblock.php:120 ../../addon/nofed/nofed.php:80 #: ../../addon/superblock/superblock.php:120 ../../addon/nofed/nofed.php:80
#: ../../addon/redred/redred.php:119 ../../addon/logrot/logrot.php:35 #: ../../addon/redred/redred.php:119 ../../addon/logrot/logrot.php:35
#: ../../addon/frphotos/frphotos.php:97 ../../addon/pubcrawl/pubcrawl.php:1069 #: ../../addon/frphotos/frphotos.php:97 ../../addon/pubcrawl/pubcrawl.php:1072
#: ../../addon/chords/Mod_Chords.php:60 ../../addon/libertree/libertree.php:85 #: ../../addon/chords/Mod_Chords.php:60 ../../addon/libertree/libertree.php:85
#: ../../addon/flattrwidget/flattrwidget.php:124 #: ../../addon/flattrwidget/flattrwidget.php:124
#: ../../addon/statusnet/statusnet.php:322 #: ../../addon/statusnet/statusnet.php:322
@ -569,7 +570,7 @@ msgstr "Resumen: "
#: ../../Zotlabs/Module/Photos.php:817 ../../Zotlabs/Module/Photos.php:1273 #: ../../Zotlabs/Module/Photos.php:817 ../../Zotlabs/Module/Photos.php:1273
#: ../../Zotlabs/Lib/Apps.php:754 ../../Zotlabs/Lib/Apps.php:833 #: ../../Zotlabs/Lib/Apps.php:754 ../../Zotlabs/Lib/Apps.php:833
#: ../../Zotlabs/Storage/Browser.php:164 ../../Zotlabs/Widget/Portfolio.php:95 #: ../../Zotlabs/Storage/Browser.php:164 ../../Zotlabs/Widget/Portfolio.php:95
#: ../../Zotlabs/Widget/Album.php:84 ../../addon/pubcrawl/as.php:878 #: ../../Zotlabs/Widget/Album.php:84 ../../addon/pubcrawl/as.php:891
#: ../../include/conversation.php:1160 #: ../../include/conversation.php:1160
msgid "Unknown" msgid "Unknown"
msgstr "Desconocido" msgstr "Desconocido"
@ -731,7 +732,7 @@ msgstr "Teléfono"
#: ../../Zotlabs/Module/Connedit.php:910 ../../Zotlabs/Module/Profiles.php:787 #: ../../Zotlabs/Module/Connedit.php:910 ../../Zotlabs/Module/Profiles.php:787
#: ../../addon/openid/MysqlProvider.php:56 #: ../../addon/openid/MysqlProvider.php:56
#: ../../addon/openid/MysqlProvider.php:57 ../../addon/rtof/rtof.php:93 #: ../../addon/openid/MysqlProvider.php:57 ../../addon/rtof/rtof.php:93
#: ../../addon/redred/redred.php:107 ../../include/network.php:1769 #: ../../addon/redred/redred.php:107 ../../include/network.php:1770
msgid "Email" msgid "Email"
msgstr "Correo electrónico" msgstr "Correo electrónico"
@ -1093,8 +1094,8 @@ msgstr "Usar la autenticación mágica si está disponible"
#: ../../addon/dwpost/dwpost.php:85 ../../addon/ljpost/ljpost.php:70 #: ../../addon/dwpost/dwpost.php:85 ../../addon/ljpost/ljpost.php:70
#: ../../addon/ljpost/ljpost.php:82 ../../addon/rainbowtag/rainbowtag.php:81 #: ../../addon/ljpost/ljpost.php:82 ../../addon/rainbowtag/rainbowtag.php:81
#: ../../addon/visage/visage.php:166 ../../addon/nsabait/nsabait.php:157 #: ../../addon/visage/visage.php:166 ../../addon/nsabait/nsabait.php:157
#: ../../addon/rtof/rtof.php:81 ../../addon/rtof/rtof.php:85 #: ../../addon/fuzzloc/fuzzloc.php:178 ../../addon/rtof/rtof.php:81
#: ../../addon/jappixmini/jappixmini.php:309 #: ../../addon/rtof/rtof.php:85 ../../addon/jappixmini/jappixmini.php:309
#: ../../addon/jappixmini/jappixmini.php:313 #: ../../addon/jappixmini/jappixmini.php:313
#: ../../addon/jappixmini/jappixmini.php:343 #: ../../addon/jappixmini/jappixmini.php:343
#: ../../addon/jappixmini/jappixmini.php:351 #: ../../addon/jappixmini/jappixmini.php:351
@ -1145,8 +1146,8 @@ msgstr "No"
#: ../../addon/dwpost/dwpost.php:85 ../../addon/ljpost/ljpost.php:70 #: ../../addon/dwpost/dwpost.php:85 ../../addon/ljpost/ljpost.php:70
#: ../../addon/ljpost/ljpost.php:82 ../../addon/rainbowtag/rainbowtag.php:81 #: ../../addon/ljpost/ljpost.php:82 ../../addon/rainbowtag/rainbowtag.php:81
#: ../../addon/visage/visage.php:166 ../../addon/nsabait/nsabait.php:157 #: ../../addon/visage/visage.php:166 ../../addon/nsabait/nsabait.php:157
#: ../../addon/rtof/rtof.php:81 ../../addon/rtof/rtof.php:85 #: ../../addon/fuzzloc/fuzzloc.php:178 ../../addon/rtof/rtof.php:81
#: ../../addon/jappixmini/jappixmini.php:309 #: ../../addon/rtof/rtof.php:85 ../../addon/jappixmini/jappixmini.php:309
#: ../../addon/jappixmini/jappixmini.php:313 #: ../../addon/jappixmini/jappixmini.php:313
#: ../../addon/jappixmini/jappixmini.php:343 #: ../../addon/jappixmini/jappixmini.php:343
#: ../../addon/jappixmini/jappixmini.php:351 #: ../../addon/jappixmini/jappixmini.php:351
@ -1463,13 +1464,13 @@ msgstr "Servidor no encontrado"
#: ../../Zotlabs/Module/Subthread.php:111 ../../Zotlabs/Module/Tagger.php:69 #: ../../Zotlabs/Module/Subthread.php:111 ../../Zotlabs/Module/Tagger.php:69
#: ../../Zotlabs/Module/Like.php:384 #: ../../Zotlabs/Module/Like.php:384
#: ../../addon/redphotos/redphotohelper.php:71 #: ../../addon/redphotos/redphotohelper.php:71
#: ../../addon/diaspora/Receiver.php:1500 ../../addon/pubcrawl/as.php:1388 #: ../../addon/diaspora/Receiver.php:1500 ../../addon/pubcrawl/as.php:1405
#: ../../include/conversation.php:116 ../../include/text.php:2005 #: ../../include/conversation.php:116 ../../include/text.php:2005
msgid "photo" msgid "photo"
msgstr "foto" msgstr "foto"
#: ../../Zotlabs/Module/Subthread.php:111 ../../Zotlabs/Module/Like.php:384 #: ../../Zotlabs/Module/Subthread.php:111 ../../Zotlabs/Module/Like.php:384
#: ../../addon/diaspora/Receiver.php:1500 ../../addon/pubcrawl/as.php:1388 #: ../../addon/diaspora/Receiver.php:1500 ../../addon/pubcrawl/as.php:1405
#: ../../include/conversation.php:144 ../../include/text.php:2011 #: ../../include/conversation.php:144 ../../include/text.php:2011
msgid "status" msgid "status"
msgstr "el mensaje de estado" msgstr "el mensaje de estado"
@ -1577,6 +1578,7 @@ msgid ""
msgstr "Su alias se usará para crear una dirección de canal fácil de recordar, p. ej.: alias%s" msgstr "Su alias se usará para crear una dirección de canal fácil de recordar, p. ej.: alias%s"
#: ../../Zotlabs/Module/New_channel.php:149 #: ../../Zotlabs/Module/New_channel.php:149
#: ../../Zotlabs/Module/Settings/Channel.php:539
#: ../../Zotlabs/Module/Register.php:257 #: ../../Zotlabs/Module/Register.php:257
msgid "Channel role and privacy" msgid "Channel role and privacy"
msgstr "Clase de canal y privacidad" msgstr "Clase de canal y privacidad"
@ -1597,10 +1599,18 @@ msgstr "Crear un canal"
#: ../../Zotlabs/Module/New_channel.php:153 #: ../../Zotlabs/Module/New_channel.php:153
msgid "" msgid ""
"A channel is your identity on this network. It can represent a person, a " "A channel is a unique network identity. It can represent a person (social "
"blog, or a forum to name a few. Channels can make connections with other " "network profile), a forum (group), a business or celebrity page, a newsfeed,"
"channels to share information with highly detailed permissions." " and many other things. Channels can make connections with other channels to"
msgstr "Un canal es su identidad en esta red. Puede representar a una persona, un blog o un foro, por nombrar unos pocos ejemplos. Los canales se pueden conectar con otros canales para compartir información con una gama de permisos extremadamente detallada." " share information with each other."
msgstr "Un canal es una identidad única en la red. Puede representar a una persona (un perfil de una red social), un foro o grupo, un negocio o una página de una celebridad, un \"feed\" de noticias, y muchas otras cosas. Los canales pueden conectarse con otros canales para compartir información unos con otros."
#: ../../Zotlabs/Module/New_channel.php:153
msgid ""
"The type of channel you create affects the basic privacy settings, the "
"permissions that are granted to connections/friends, and also the channel's "
"visibility across the network."
msgstr "El tipo de canal que cree afecta a la configuración básica de privacidad, a los permisos que se conceden a las conexiones/amigos y también a la visibilidad del canal en la red."
#: ../../Zotlabs/Module/New_channel.php:154 #: ../../Zotlabs/Module/New_channel.php:154
msgid "" msgid ""
@ -3365,11 +3375,11 @@ msgctxt "acl"
msgid "Profile" msgid "Profile"
msgstr "Perfil" msgstr "Perfil"
#: ../../Zotlabs/Module/Moderate.php:62 #: ../../Zotlabs/Module/Moderate.php:65
msgid "Comment approved" msgid "Comment approved"
msgstr "El comentario ha sido aprobado" msgstr "El comentario ha sido aprobado"
#: ../../Zotlabs/Module/Moderate.php:66 #: ../../Zotlabs/Module/Moderate.php:69
msgid "Comment deleted" msgid "Comment deleted"
msgstr "Se ha eliminado el comentario" msgstr "Se ha eliminado el comentario"
@ -3633,10 +3643,6 @@ msgstr "Usar los ajustes de mi audiencia predeterminada para el tipo de publicac
msgid "Profile to assign new connections" msgid "Profile to assign new connections"
msgstr "Perfil para asignar a las nuevas conexiones" msgstr "Perfil para asignar a las nuevas conexiones"
#: ../../Zotlabs/Module/Settings/Channel.php:539
msgid "Channel permissions category:"
msgstr "Categoría de los permisos del canal:"
#: ../../Zotlabs/Module/Settings/Channel.php:540 #: ../../Zotlabs/Module/Settings/Channel.php:540
msgid "Default Permissions Group" msgid "Default Permissions Group"
msgstr "Grupo de permisos predeterminados" msgstr "Grupo de permisos predeterminados"
@ -4910,7 +4916,7 @@ msgstr "Ver todo"
#: ../../Zotlabs/Module/Photos.php:1160 ../../Zotlabs/Lib/ThreadItem.php:205 #: ../../Zotlabs/Module/Photos.php:1160 ../../Zotlabs/Lib/ThreadItem.php:205
#: ../../include/conversation.php:1981 ../../include/channel.php:1539 #: ../../include/conversation.php:1981 ../../include/channel.php:1539
#: ../../include/taxonomy.php:660 #: ../../include/taxonomy.php:661
msgctxt "noun" msgctxt "noun"
msgid "Like" msgid "Like"
msgid_plural "Likes" msgid_plural "Likes"
@ -4953,7 +4959,7 @@ msgid "Close"
msgstr "Cerrar" msgstr "Cerrar"
#: ../../Zotlabs/Module/Photos.php:1365 ../../Zotlabs/Module/Photos.php:1378 #: ../../Zotlabs/Module/Photos.php:1365 ../../Zotlabs/Module/Photos.php:1378
#: ../../Zotlabs/Module/Photos.php:1379 ../../include/photos.php:663 #: ../../Zotlabs/Module/Photos.php:1379 ../../include/photos.php:667
msgid "Recent Photos" msgid "Recent Photos"
msgstr "Fotos recientes" msgstr "Fotos recientes"
@ -5266,7 +5272,7 @@ msgstr "Imagen actualizada, pero el recorte de la imagen ha fallado. "
#: ../../Zotlabs/Module/Profile_photo.php:120 #: ../../Zotlabs/Module/Profile_photo.php:120
#: ../../Zotlabs/Module/Profile_photo.php:248 #: ../../Zotlabs/Module/Profile_photo.php:248
#: ../../include/photo/photo_driver.php:740 #: ../../include/photo/photo_driver.php:741
msgid "Profile Photos" msgid "Profile Photos"
msgstr "Fotos del perfil" msgstr "Fotos del perfil"
@ -6839,12 +6845,12 @@ msgid "Previous action reversed."
msgstr "Acción anterior revocada." msgstr "Acción anterior revocada."
#: ../../Zotlabs/Module/Like.php:438 ../../addon/diaspora/Receiver.php:1529 #: ../../Zotlabs/Module/Like.php:438 ../../addon/diaspora/Receiver.php:1529
#: ../../addon/pubcrawl/as.php:1423 ../../include/conversation.php:160 #: ../../addon/pubcrawl/as.php:1440 ../../include/conversation.php:160
#, php-format #, php-format
msgid "%1$s likes %2$s's %3$s" msgid "%1$s likes %2$s's %3$s"
msgstr "A %1$s le gusta %3$s de %2$s" msgstr "A %1$s le gusta %3$s de %2$s"
#: ../../Zotlabs/Module/Like.php:440 ../../addon/pubcrawl/as.php:1425 #: ../../Zotlabs/Module/Like.php:440 ../../addon/pubcrawl/as.php:1442
#: ../../include/conversation.php:163 #: ../../include/conversation.php:163
#, php-format #, php-format
msgid "%1$s doesn't like %2$s's %3$s" msgid "%1$s doesn't like %2$s's %3$s"
@ -8351,11 +8357,11 @@ msgstr "Firma de mensaje incorrecta"
msgid "Add Tag" msgid "Add Tag"
msgstr "Añadir etiqueta" msgstr "Añadir etiqueta"
#: ../../Zotlabs/Lib/ThreadItem.php:281 ../../include/taxonomy.php:574 #: ../../Zotlabs/Lib/ThreadItem.php:281 ../../include/taxonomy.php:575
msgid "like" msgid "like"
msgstr "me gusta" msgstr "me gusta"
#: ../../Zotlabs/Lib/ThreadItem.php:282 ../../include/taxonomy.php:575 #: ../../Zotlabs/Lib/ThreadItem.php:282 ../../include/taxonomy.php:576
msgid "dislike" msgid "dislike"
msgstr "no me gusta" msgstr "no me gusta"
@ -8657,9 +8663,9 @@ msgstr "Seleccionar una agenda para importarla"
#: ../../Zotlabs/Widget/Appcategories.php:40 #: ../../Zotlabs/Widget/Appcategories.php:40
#: ../../include/contact_widgets.php:97 ../../include/contact_widgets.php:141 #: ../../include/contact_widgets.php:97 ../../include/contact_widgets.php:141
#: ../../include/contact_widgets.php:186 ../../include/taxonomy.php:408 #: ../../include/contact_widgets.php:186 ../../include/taxonomy.php:409
#: ../../include/taxonomy.php:490 ../../include/taxonomy.php:510 #: ../../include/taxonomy.php:491 ../../include/taxonomy.php:511
#: ../../include/taxonomy.php:531 #: ../../include/taxonomy.php:532
msgid "Categories" msgid "Categories"
msgstr "Temas" msgstr "Temas"
@ -8847,8 +8853,8 @@ msgstr "Carpetas guardadas"
msgid "Click to show more" msgid "Click to show more"
msgstr "Hacer clic para ver más" msgstr "Hacer clic para ver más"
#: ../../Zotlabs/Widget/Tagcloud.php:22 ../../include/taxonomy.php:319 #: ../../Zotlabs/Widget/Tagcloud.php:22 ../../include/taxonomy.php:320
#: ../../include/taxonomy.php:448 ../../include/taxonomy.php:469 #: ../../include/taxonomy.php:449 ../../include/taxonomy.php:470
msgid "Tags" msgid "Tags"
msgstr "Etiquetas" msgstr "Etiquetas"
@ -10166,39 +10172,39 @@ msgstr "una declaración de amor eterno"
msgid "declared undying love for" msgid "declared undying love for"
msgstr "ha declarado amor eterno a" msgstr "ha declarado amor eterno a"
#: ../../addon/diaspora/diaspora.php:779 #: ../../addon/diaspora/diaspora.php:781
msgid "Diaspora Protocol Settings updated." msgid "Diaspora Protocol Settings updated."
msgstr "Los ajustes del protocolo de Diaspora se han actualizado." msgstr "Los ajustes del protocolo de Diaspora se han actualizado."
#: ../../addon/diaspora/diaspora.php:798 #: ../../addon/diaspora/diaspora.php:800
msgid "" msgid ""
"The Diaspora protocol does not support location independence. Connections " "The Diaspora protocol does not support location independence. Connections "
"you make within that network may be unreachable from alternate channel " "you make within that network may be unreachable from alternate channel "
"locations." "locations."
msgstr "El protocolo de Diaspora no admite la independencia de la ubicación. Las conexiones que realice dentro de esa red pueden ser inaccesibles desde ubicaciones de canales alternativos." msgstr "El protocolo de Diaspora no admite la independencia de la ubicación. Las conexiones que realice dentro de esa red pueden ser inaccesibles desde ubicaciones de canales alternativos."
#: ../../addon/diaspora/diaspora.php:801 #: ../../addon/diaspora/diaspora.php:803
msgid "Enable the Diaspora protocol for this channel" msgid "Enable the Diaspora protocol for this channel"
msgstr "Activar el protocolo de Diaspora para este canal" msgstr "Activar el protocolo de Diaspora para este canal"
#: ../../addon/diaspora/diaspora.php:805 #: ../../addon/diaspora/diaspora.php:807
msgid "Allow any Diaspora member to comment on your public posts" msgid "Allow any Diaspora member to comment on your public posts"
msgstr "Permitir a cualquier miembro de Diaspora comentar sus entradas públicas" msgstr "Permitir a cualquier miembro de Diaspora comentar sus entradas públicas"
#: ../../addon/diaspora/diaspora.php:809 #: ../../addon/diaspora/diaspora.php:811
msgid "Prevent your hashtags from being redirected to other sites" msgid "Prevent your hashtags from being redirected to other sites"
msgstr "Impedir que sus \"hashtags\" sean redirigidos a otros sitios " msgstr "Impedir que sus \"hashtags\" sean redirigidos a otros sitios "
#: ../../addon/diaspora/diaspora.php:813 #: ../../addon/diaspora/diaspora.php:815
msgid "" msgid ""
"Sign and forward posts and comments with no existing Diaspora signature" "Sign and forward posts and comments with no existing Diaspora signature"
msgstr "Firmar y enviar entradas y comentarios sin firma de Diaspora" msgstr "Firmar y enviar entradas y comentarios sin firma de Diaspora"
#: ../../addon/diaspora/diaspora.php:818 #: ../../addon/diaspora/diaspora.php:820
msgid "Followed hashtags (comma separated, do not include the #)" msgid "Followed hashtags (comma separated, do not include the #)"
msgstr "\"Hashtags\" seguidos (separados por comas, sin incluir #)" msgstr "\"Hashtags\" seguidos (separados por comas, sin incluir #)"
#: ../../addon/diaspora/diaspora.php:823 #: ../../addon/diaspora/diaspora.php:825
msgid "Diaspora Protocol Settings" msgid "Diaspora Protocol Settings"
msgstr "Ajustes del protocolo de Diaspora" msgstr "Ajustes del protocolo de Diaspora"
@ -10441,6 +10447,32 @@ msgstr "Incluir un marcador en el mapa."
msgid "text to include in all outgoing posts from this site" msgid "text to include in all outgoing posts from this site"
msgstr "texto a incluir en todos los mensajes salientes de este sitio" msgstr "texto a incluir en todos los mensajes salientes de este sitio"
#: ../../addon/fuzzloc/fuzzloc.php:148
msgid "Fuzzloc Settings updated."
msgstr "Los ajustes de Fuzzloc se han actualizado."
#: ../../addon/fuzzloc/fuzzloc.php:175
msgid ""
"Fuzzloc allows you to blur your precise location if your channel uses "
"browser location mapping."
msgstr "Fuzzloc le permite desdibujar su ubicación precisa si su canal utiliza la asignación de ubicación del navegador."
#: ../../addon/fuzzloc/fuzzloc.php:178
msgid "Enable Fuzzloc Plugin"
msgstr "Habilitar el plugin Fuzzloc"
#: ../../addon/fuzzloc/fuzzloc.php:182
msgid "Minimum offset in meters"
msgstr "Offset mínimo en metros"
#: ../../addon/fuzzloc/fuzzloc.php:186
msgid "Maximum offset in meters"
msgstr "Offset máximo en metros"
#: ../../addon/fuzzloc/fuzzloc.php:191
msgid "Fuzzloc Settings"
msgstr "Ajustes de Fuzzloc"
#: ../../addon/rtof/rtof.php:45 #: ../../addon/rtof/rtof.php:45
msgid "Post to Friendica" msgid "Post to Friendica"
msgstr "Publicar en Friendica" msgstr "Publicar en Friendica"
@ -10643,35 +10675,35 @@ msgstr "Nombre de inicio de sesión en Friendica"
msgid "Friendica Login Password" msgid "Friendica Login Password"
msgstr "Contraseña de inicio de sesión en Friendica" msgstr "Contraseña de inicio de sesión en Friendica"
#: ../../addon/pubcrawl/as.php:1129 ../../addon/pubcrawl/as.php:1256 #: ../../addon/pubcrawl/as.php:1146 ../../addon/pubcrawl/as.php:1273
#: ../../addon/pubcrawl/as.php:1432 ../../include/network.php:1768 #: ../../addon/pubcrawl/as.php:1449 ../../include/network.php:1769
msgid "ActivityPub" msgid "ActivityPub"
msgstr "ActivityPub" msgstr "ActivityPub"
#: ../../addon/pubcrawl/pubcrawl.php:1050 #: ../../addon/pubcrawl/pubcrawl.php:1053
msgid "ActivityPub Protocol Settings updated." msgid "ActivityPub Protocol Settings updated."
msgstr "Se han actualizado los ajustes del protocolo ActivityPub." msgstr "Se han actualizado los ajustes del protocolo ActivityPub."
#: ../../addon/pubcrawl/pubcrawl.php:1059 #: ../../addon/pubcrawl/pubcrawl.php:1062
msgid "" msgid ""
"The ActivityPub protocol does not support location independence. Connections" "The ActivityPub protocol does not support location independence. Connections"
" you make within that network may be unreachable from alternate channel " " you make within that network may be unreachable from alternate channel "
"locations." "locations."
msgstr "El protocolo ActivityPub no soporta la independencia de ubicación. Las conexiones que realice dentro de esa red pueden no ser accesibles desde ubicaciones de canales alternativos." msgstr "El protocolo ActivityPub no soporta la independencia de ubicación. Las conexiones que realice dentro de esa red pueden no ser accesibles desde ubicaciones de canales alternativos."
#: ../../addon/pubcrawl/pubcrawl.php:1062 #: ../../addon/pubcrawl/pubcrawl.php:1065
msgid "Enable the ActivityPub protocol for this channel" msgid "Enable the ActivityPub protocol for this channel"
msgstr "Activar el protocolo ActivityPub para este canal" msgstr "Activar el protocolo ActivityPub para este canal"
#: ../../addon/pubcrawl/pubcrawl.php:1065 #: ../../addon/pubcrawl/pubcrawl.php:1068
msgid "Send multi-media HTML articles" msgid "Send multi-media HTML articles"
msgstr "Enviar artículos multimedia en HTML" msgstr "Enviar artículos multimedia en HTML"
#: ../../addon/pubcrawl/pubcrawl.php:1065 #: ../../addon/pubcrawl/pubcrawl.php:1068
msgid "Not supported by some microblog services such as Mastodon" msgid "Not supported by some microblog services such as Mastodon"
msgstr "No soportado por algunos servicios de microblog como Mastodon" msgstr "No soportado por algunos servicios de microblog como Mastodon"
#: ../../addon/pubcrawl/pubcrawl.php:1069 #: ../../addon/pubcrawl/pubcrawl.php:1072
msgid "ActivityPub Protocol Settings" msgid "ActivityPub Protocol Settings"
msgstr "Ajustes del protocolo ActivityPub" msgstr "Ajustes del protocolo ActivityPub"
@ -12232,7 +12264,7 @@ msgid "Profile Details"
msgstr "Detalles del perfil" msgstr "Detalles del perfil"
#: ../../include/conversation.php:1837 ../../include/nav.php:404 #: ../../include/conversation.php:1837 ../../include/nav.php:404
#: ../../include/photos.php:662 #: ../../include/photos.php:666
msgid "Photo Albums" msgid "Photo Albums"
msgstr "Álbumes de fotos" msgstr "Álbumes de fotos"
@ -13414,43 +13446,43 @@ msgstr "Fax de trabajo"
msgid "view full size" msgid "view full size"
msgstr "Ver en el tamaño original" msgstr "Ver en el tamaño original"
#: ../../include/network.php:1763 ../../include/network.php:1764 #: ../../include/network.php:1764 ../../include/network.php:1765
msgid "Friendica" msgid "Friendica"
msgstr "Friendica" msgstr "Friendica"
#: ../../include/network.php:1765 #: ../../include/network.php:1766
msgid "OStatus" msgid "OStatus"
msgstr "OStatus" msgstr "OStatus"
#: ../../include/network.php:1766 #: ../../include/network.php:1767
msgid "GNU-Social" msgid "GNU-Social"
msgstr "GNU Social" msgstr "GNU Social"
#: ../../include/network.php:1767 #: ../../include/network.php:1768
msgid "RSS/Atom" msgid "RSS/Atom"
msgstr "RSS/Atom" msgstr "RSS/Atom"
#: ../../include/network.php:1770 #: ../../include/network.php:1771
msgid "Diaspora" msgid "Diaspora"
msgstr "Diaspora" msgstr "Diaspora"
#: ../../include/network.php:1771 #: ../../include/network.php:1772
msgid "Facebook" msgid "Facebook"
msgstr "Facebook" msgstr "Facebook"
#: ../../include/network.php:1772 #: ../../include/network.php:1773
msgid "Zot" msgid "Zot"
msgstr "Zot" msgstr "Zot"
#: ../../include/network.php:1773 #: ../../include/network.php:1774
msgid "LinkedIn" msgid "LinkedIn"
msgstr "LinkedIn" msgstr "LinkedIn"
#: ../../include/network.php:1774 #: ../../include/network.php:1775
msgid "XMPP/IM" msgid "XMPP/IM"
msgstr "XMPP/IM" msgstr "XMPP/IM"
#: ../../include/network.php:1775 #: ../../include/network.php:1776
msgid "MySpace" msgid "MySpace"
msgstr "MySpace" msgstr "MySpace"
@ -13922,35 +13954,35 @@ msgstr "Nube de etiquetas"
msgid "Provide a personal tag cloud on your channel page" msgid "Provide a personal tag cloud on your channel page"
msgstr "Proveer nube de etiquetas personal en su página de canal" msgstr "Proveer nube de etiquetas personal en su página de canal"
#: ../../include/taxonomy.php:319 #: ../../include/taxonomy.php:320
msgid "Trending" msgid "Trending"
msgstr "Populares" msgstr "Populares"
#: ../../include/taxonomy.php:551 #: ../../include/taxonomy.php:552
msgid "Keywords" msgid "Keywords"
msgstr "Palabras clave" msgstr "Palabras clave"
#: ../../include/taxonomy.php:572 #: ../../include/taxonomy.php:573
msgid "have" msgid "have"
msgstr "tener" msgstr "tener"
#: ../../include/taxonomy.php:572 #: ../../include/taxonomy.php:573
msgid "has" msgid "has"
msgstr "tiene" msgstr "tiene"
#: ../../include/taxonomy.php:573 #: ../../include/taxonomy.php:574
msgid "want" msgid "want"
msgstr "quiero" msgstr "quiero"
#: ../../include/taxonomy.php:573 #: ../../include/taxonomy.php:574
msgid "wants" msgid "wants"
msgstr "quiere" msgstr "quiere"
#: ../../include/taxonomy.php:574 #: ../../include/taxonomy.php:575
msgid "likes" msgid "likes"
msgstr "gusta de" msgstr "gusta de"
#: ../../include/taxonomy.php:575 #: ../../include/taxonomy.php:576
msgid "dislikes" msgid "dislikes"
msgstr "no gusta de" msgstr "no gusta de"
@ -14188,21 +14220,21 @@ msgstr "La imagen excede el límite de %lu bytes del sitio"
msgid "Image file is empty." msgid "Image file is empty."
msgstr "El fichero de imagen está vacío. " msgstr "El fichero de imagen está vacío. "
#: ../../include/photos.php:322 #: ../../include/photos.php:326
msgid "Photo storage failed." msgid "Photo storage failed."
msgstr "La foto no ha podido ser guardada." msgstr "La foto no ha podido ser guardada."
#: ../../include/photos.php:371 #: ../../include/photos.php:375
msgid "a new photo" msgid "a new photo"
msgstr "una nueva foto" msgstr "una nueva foto"
#: ../../include/photos.php:375 #: ../../include/photos.php:379
#, php-format #, php-format
msgctxt "photo_upload" msgctxt "photo_upload"
msgid "%1$s posted %2$s to %3$s" msgid "%1$s posted %2$s to %3$s"
msgstr "%1$s ha publicado %2$s en %3$s" msgstr "%1$s ha publicado %2$s en %3$s"
#: ../../include/photos.php:667 #: ../../include/photos.php:671
msgid "Upload New Photos" msgid "Upload New Photos"
msgstr "Subir nuevas fotos" msgstr "Subir nuevas fotos"
@ -14219,7 +14251,7 @@ msgstr "No ha sido posible de verificar la firma del canal"
msgid "Unable to verify site signature for %s" msgid "Unable to verify site signature for %s"
msgstr "No ha sido posible de verificar la firma del sitio para %s" msgstr "No ha sido posible de verificar la firma del sitio para %s"
#: ../../include/zot.php:4217 #: ../../include/zot.php:4219
msgid "invalid target signature" msgid "invalid target signature"
msgstr "La firma recibida no es válida" msgstr "La firma recibida no es válida"