Moved widgets and remote permissions to the deprecated addons

This commit is contained in:
Michael 2021-10-05 05:53:21 +00:00
commit 6d2a6408e8
55 changed files with 1762 additions and 0 deletions

View file

@ -0,0 +1,57 @@
# ADDON widgets
# Copyright (C)
# This file is distributed under the same license as the Friendica widgets addon package.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: widget_friendheader.php:50
msgid "Get added to this list!"
msgstr ""
#: widget_friends.php:53
msgid "Connect on Friendica!"
msgstr ""
#: widget_like.php:56
#, php-format
msgid "%d person doesn't like this"
msgid_plural "%d people don't like this"
msgstr[0] ""
msgstr[1] ""
#: widget_like.php:66
#, php-format
msgid "%d person likes this"
msgid_plural "%d people like this"
msgstr[0] ""
msgstr[1] ""
#: widgets.php:59
msgid "Generate new key"
msgstr ""
#: widgets.php:61
msgid "Widgets key"
msgstr ""
#: widgets.php:63
msgid "Widgets available"
msgstr ""
#: widgets.php:124
msgid "Addon Settings"
msgstr ""

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "Connectar en Friendica";
$a->strings["Generate new key"] = "Generar nova clau";
$a->strings["Widgets key"] = "Ginys clau";
$a->strings["Widgets available"] = "Ginys disponibles";
$a->strings["Addon Settings"] = "Ajustos de Addon";
$a->strings["Get added to this list!"] = "S'afegeixen a aquesta llista!";

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "Připojit na Friendica!";
$a->strings["Generate new key"] = "Generovat nové klíče";
$a->strings["Widgets key"] = "Widgety klíč";
$a->strings["Widgets available"] = "Widgety k dispozici";
$a->strings["Addon Settings"] = "Nastavení doplňku";
$a->strings["Get added to this list!"] = "Nechte se přidat do tohoto listu!";

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "In Friendica verbinden!";
$a->strings["Generate new key"] = "Neuen Schlüssel erstellen";
$a->strings["Widgets key"] = "Widgets Schlüssel";
$a->strings["Widgets available"] = "Verfügbare Widgets";
$a->strings["Addon Settings"] = "Addon-Einstellungen";
$a->strings["Get added to this list!"] = "Werde Mitglied dieser Liste";

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "Konekti ĉe Friendica!";
$a->strings["Generate new key"] = "Generi novan ĉifroŝlosilon";
$a->strings["Widgets key"] = "Ŝlosilo por fenestraĵoj";
$a->strings["Widgets available"] = "Disponeblaj fenestraĵoj";
$a->strings["Addon Settings"] = "Kromprogramoagordoj";
$a->strings["Get added to this list!"] = "Iĝu membro de ĉi tiu listo!";

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "¡Conéctate en Friendica!";
$a->strings["Generate new key"] = "Generar clave nueva";
$a->strings["Widgets key"] = "Clave de aplicaciones";
$a->strings["Widgets available"] = "Aplicaciones disponibles";
$a->strings["Addon Settings"] = "Configuración de los módulos";
$a->strings["Get added to this list!"] = "¡Añadido a la lista!";

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "Se connecter sur Friendica!";
$a->strings["Generate new key"] = "Générer une nouvelle clé";
$a->strings["Widgets key"] = "Clé des widgets";
$a->strings["Widgets available"] = "Widgets disponibles";
$a->strings["Addon Settings"] = "Extensions";
$a->strings["Get added to this list!"] = "Ajoutez-vous à cette liste!";

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "Tengist á Friendica!";
$a->strings["Generate new key"] = "Búa til nýjan lykil";
$a->strings["Widgets key"] = "Lykill smáforrits ";
$a->strings["Widgets available"] = "Smáforrit til";
$a->strings["Addon Settings"] = "Eininga stillingar";
$a->strings["Get added to this list!"] = "Láta bæta þér við þennan lista!";

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "Connettiti su Friendica!";
$a->strings["Generate new key"] = "Genera una nuova chiave";
$a->strings["Widgets key"] = "Chiave Widget";
$a->strings["Widgets available"] = "Widget disponibili";
$a->strings["Addon Settings"] = "Impostazioni addon";
$a->strings["Get added to this list!"] = "Aggiungiti a questa lista!";

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "";
$a->strings["Generate new key"] = "Lag ny nøkkel";
$a->strings["Widgets key"] = "Nøkkel til småprogrammer";
$a->strings["Widgets available"] = "Småprogrammer er tilgjengelige";
$a->strings["Addon Settings"] = "Tilleggsinnstillinger";
$a->strings["Get added to this list!"] = "";

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "Połączono z Friendica!";
$a->strings["Generate new key"] = "Stwórz nowy klucz";
$a->strings["Widgets key"] = "";
$a->strings["Widgets available"] = "Widgety są dostępne";
$a->strings["Addon Settings"] = "Ustawienia wtyczki";
$a->strings["Get added to this list!"] = "Zostań dodany do listy!";

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "Conecte no Friendica!";
$a->strings["Generate new key"] = "Gerar nova chave";
$a->strings["Widgets key"] = "Chave de widgets";
$a->strings["Widgets available"] = "Widgets disponíveis";
$a->strings["Addon Settings"] = "Configurações do addon";
$a->strings["Get added to this list!"] = "";

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "Подключены к Friendica!";
$a->strings["Generate new key"] = "Сгенерировать новый ключ";
$a->strings["Widgets key"] = "Ключ виджетов";
$a->strings["Widgets available"] = "Виджеты доступны";
$a->strings["Addon Settings"] = "Настройки плагина";
$a->strings["Get added to this list!"] = "";

View file

@ -0,0 +1,3 @@
<?php
$a->strings["Addon Settings"] = "Inst&auml;llningar f&ouml;r insticksprogram";

View file

@ -0,0 +1,10 @@
<?php
$a->strings["%d person likes this"] = "Array";
$a->strings["%d person doesn't like this"] = "Array";
$a->strings["Connect on Friendica!"] = "连接在Friendica";
$a->strings["Generate new key"] = "造成新钥匙";
$a->strings["Widgets key"] = "小窗口钥匙";
$a->strings["Widgets available"] = "可用的小窗口";
$a->strings["Addon Settings"] = "插件设置";
$a->strings["Get added to this list!"] = "被在这个单子加入!";